/*
	Theme Name:	SF Pride 2017 (based on Showcase Pro)
	Theme URI: http://my.studiopress.com/themes/showcase/
	Description: Showcase your product or service in a clean, professional and elegant design.
	Author: Jesse Oliver Sanford
	Author URI: oliversanford.com

	Version: 1.0.2

	Tags: product, showcase, blue, red, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

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

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

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

body {
	background-color: #fff;
	color: #B2B2B2;
	font-family: GalanoGrotesque-Regular, "Hind", "Avenir", "Helvetica", arial;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover{
text-decoration: none !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.2;
	font-weight: normal;
	font-family: GalanoGrotesque-SemiBold;
}

h1,
h2,
h3,
h4 {
	margin: 0;
}

h1,
.page-header .author-box-title {
	font-size: 45pt;
}

h2,
.entry-title {
	font-size: 24px;
	line-height: 1.3;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 24px;
	color: #000;
	line-height: 2.5;
}

h5 {
	font-size: 18px;
	color: #000;
}

h6 {
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}

.widgettitle {
	opacity: .5;
}

h6,
.entry-meta,
.nav-primary .genesis-nav-menu a,
.comment-meta,
.widgettitle {
	font-weight: 500;
}

p {
	margin: 0 0 1.625em;
	padding: 0;
  font-size: 18px;
  line-height: 27px;
}

strong {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	margin: 2em 0;
}

.entry-content blockquote {
	padding-left: 5%;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

@media only screen and (min-width: 1024px) {

	body {
		font-size: 18px;
	}

	h1,
	.page-header .author-box-title {
		font-size: 65px;
	}

	h2,
	.entry-title {
		font-size: 50px;
	}

	h3 {
		font-size: 36px;
	}
}

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

a {
	color: #52c0cb;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.team-grid .overlay, .marshal-grid overlay {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	color: #333;
	font-size: 16px;
	padding: 14px 16px 12px;
	width: 100%;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #333333;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 4px;
	box-shadow: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.612;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 20px 12px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	text-decoration: none;
	opacity: 1;
}

.button.small {
	font-size: 14px;
	padding: 8px 20px 5px;
}

.button.secondary {
	margin-top: 15px;
}

.button.light {
	background: #eee;
	color: #333;
}

.bg-primary .button.light,
.bg-secondary .button.light {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.minimal {
	background: transparent;
	color: #e6413e;
	padding-left: 0;
	padding-right: 0;
}

.button.minimal:hover {
	box-shadow: none;
}

.button.white {
	background: #fff;
	color: #e6413e;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 8px;
}

.button.arrow-right:hover:after {
	margin-left: 12px;
	margin-right: -4px;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 8px;
}

.button.arrow-left:hover:before {
	margin-right: 12px;
	margin-left: -4px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery-caption {
	margin-left: 0;
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

img.stretch {
	max-width: 112%;
	margin-left: -6%;
	display: inline-block;
	margin-top: 20px;
}

@media only screen and ( min-width: 1024px ) {
	img.stretch {
		max-width: 140%;
		margin-left: -20%;
	}
}


/* Site Containers
 * ========================================================================== */

.showcase-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

.wrap {
	margin: 0 auto;
}

.site-inner {
	clear: both;
	overflow: hidden;
}

.full-width-content .content {
	width: 100%;
}

@media only screen and (min-width: 1024px) {

	.content {
		float: right;
		width: 70%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 1170px;
	}
}

.container{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	padding: 15px;
}

.container::after{
	clear: both;
	display: block;
	content: " ";
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Icons
 * ========================================================================== */

.icon {
	font-size: 60px;
	margin: 0 0 20px;
	color: #52c0cb;
}


/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry-title {
	font-weight: 700;
	font-size: 18px;
}

@media only screen and ( min-width: 1024px ) {

	.featured-content .entry-title {
		font-size: 24px;
	}

}

/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
	margin-bottom: 10px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack */

#wpstats {
	display: none;
}

/* Search Form
 * ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 12px;
	top: -2px;
	font-family: ionicons;
	font-size: 30px;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 16px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 40px;
	}

}


/* Site Header
 * ========================================================================== */

.site-header {
	width: 100%;
	z-index: 999;
	padding: 15px 0px 0px;
	background: #000000;
}

.front-page .site-header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

@media only screen and (max-width: 800px) {
	.site-header {
		position: fixed !important;
		top: 0;
	}
}

.bg-primary .site-header {
	background: #000000;
}

.title-area {
	float: left;
}

.site-header .title-area .site-title {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 auto;
	display: inline-block;
}

.site-header .title-area .site-title a {
	text-decoration: none;
    background: url(images/sfpride.svg) no-repeat;
    background-size: auto;
    display: block;
    text-indent: -9999px;
	width: 80px;
	height: 32px;

}

.festival_dates {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 75px;
	width: 150;
}

.header-image .title-area {
	margin: 0;
	width: 200px;
}

.site-description {
	display: none;
}

.ticket-button-container {
	float: right;
	visibility: hidden;
}

.ticket-button {
  border-radius: 3px;
  padding: 9px 12px;
  text-transform: uppercase;
  font-size: 16px;
	color: #fff;
}

@media only screen and (min-width: 800px) {

	.ticket-button-container {
		visibility: visible;
	}

	.site-header .wrap {
		max-width: none;
	}

	.bg-primary .site-header {
		padding: 16px 0 0 0;
	}

	.header-image .site-title {
		margin-top: 5px;
	}
}

/* Front Page Header
 * ========================================================================== */

.home .entry-header {
	display: none;
}

.home .header-wrap.with-background-image {
}

/*.home header {
	top: 66px;
	position: sticky;
	-webkit-position: sticky;
}*/

@media only screen and (min-width: 1024px) {
.header-wrap.transparent.with-background-image, .header-wrap.kenburns.with-background-image {
	background-size: 100% auto;
	/* background-attachment: fixed; */
	background-position-y: 0px;
}
}

@media only screen and (min-width: 800px)and (max-width: 1024px) {
.header-wrap.transparent.with-background-image, .header-wrap.kenburns.with-background-image {
	background-size: 100% auto;
	/* background-attachment: fixed; */
	background-position-y: 0px;
}
}

.home .header-wrap.kenburns {
	height: 400px !important;
}

#title-banner {
	background-image: url(/wp-content/themes/sfp-theme-2017/images/2018/SFP-2018-wordmark-B-1280-Reversed.png);
	background-position: 0px 38px;
	height: 400px;
	width: 100vw;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;

	font-weight: 800;
	font-size: 60px;
	font-family: GalanoGrotesque-Bold, "Hind", "Avenir", "Helvetica", arial;
	letter-spacing: -3px;
}

#title-tint {
	background-color: rgba(183, 186, 16, 0.65);
	height: 400px;
	width: 100vw;
	position: absolute;
	z-index: 8;
}

#title-banner .title {
	text-transform: uppercase;
}

#title-banner .dates {
	font-weight: normal;
	font-size: 32px;
	font-family: GalanoGrotesque-SemiBold, "Hind", "Avenir", "Helvetica", arial;
	letter-spacing: -2px;
}

@media only screen and (max-width: 800px) {
	#title-banner {
		background-position: 0px 88px;
	}
}

@media only screen and (max-width: 1280px) {
	#title-banner {
		background-size: 100%;
	}
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 400px;
  overflow: hidden;

	min-height: 150px;
	max-height: 400px;
}

.slideshow-image {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {
 opacity: 1;
}
}

@keyframes
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {
 opacity: 1;
}
}

@-webkit-keyframes
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@keyframes
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@-webkit-keyframes
kenburns-3 {  48.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 51.5625% {
 opacity: 1;
}
 73.4375% {
 opacity: 1;
}
 76.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@keyframes
kenburns-3 {  48.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 51.5625% {
 opacity: 1;
}
 73.4375% {
 opacity: 1;
}
 76.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@-webkit-keyframes
kenburns-4 {  73.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

@keyframes
kenburns-4 {  73.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}


@media only screen and (max-width: 767px) {
	.admin-bar header.site-header {
		top: 46px !important;
	}

	#wpadminbar {
		position: fixed;
	}
}

@media only screen and (min-width: 768px) {
.admin-bar header.site-header {
	top: 32px !important;
}
}

.home .header-wrap.bg-primary:after {
	background-color: transparent;
}

.home .header-wrap.with-background-image {
  background-position: 50% 0%;
}

.home .page-header {
	padding: 0;
}

.home .transparent .page-header .container, .home .kenburns .page-header .container {
  background: rgba(0,0,0,0.7);
}

.home .black-hero .page-header {
	background: rgba(0,0,0,1);
}

.home .white-hero .page-header .title-tagline p {
	letter-spacing: -1px;
}

.home .white-hero .page-header h1 {
	color: black;
	font-size: 40px;
	letter-spacing: -2px;
}

.home .page-header p {
	text-align: left;
  	margin: 0;
  	font-size: 18px;
    font-weight: 600;
		font-family: GalanoGrotesque-SemiBold;
}

.home .page-header h1 {
	text-align: left;
	font-size: 35px;
}

.home .page-header .button {
	margin-top: 22px;
	background-color: transparent;
	border-radius: 1px;
	font-size: 13px;
}

.home .page-header .button:hover, .home .page-header .button:active {
      color: #fff;
}

@media only screen and (max-width: 767px) {
	.home .transparent .page-header .container {
		padding: 0px 5px;
	}
}

@media only screen and (min-width: 1170px) {
	.home .page-header .container {
		padding-left: calc((100% - 1140px) / 2) !important;
	}
}

	@media only screen and (min-width: 768px) {
		.home .page-header .container {
	    width: 60%;
	    margin: 0;
			padding-left: 15px;
		}

		.home .transparent .page-header .container {
			padding-bottom: 4%;
		}

		.home .white-hero .page-header .container, .home .black-hero .page-header .container {
			width: 100%;
			margin: 0;
			/*padding-right: calc((100% - 1170px) / 2) !important;*/
		}

		.home .page-header img {
			max-width: 360px;
		}

		.white-hero .page-header img {
			padding-right: 20px;
		}

		.home .page-header a.button.full-width {
			max-width: 218px;
		}

		.white-hero .front-page-hero.widget-area {
			display: inline-block;
		}

		.home .page-header .container h1 {
			font-size: 45px;
		}
	}

	.front-page-2 {
		background: #000;
		color: #fff;
	}

	.widget_sponsors_widget .widget-title {
		text-align: center;
	}

	@media only screen and (min-width: 1024px) {
		.home .header-wrap.with-background-image {
	  	background-position: 50% 10%;
		}

		.home .page-header img {
			max-width: 565px;
		}

		.home .page-header .container .tagline-title {
			padding-top: 8%;
		}
	}

	@media only screen and (min-width: 1440px) {
		.home .header-wrap.with-background-image {
	  	background-position: 50% 30%;
		}
	}

/*not(.home) .site-header {
	top: 0px;
}*/

/* White Header
 * ========================================================================== */

.white-header .site-header {
	background: #fff;
}

.white-header .site-header a {
	color: #333;
}

@media only screen and (max-width: 800px) {
	.white-header .menu-toggle:before,
	.white-header .sub-menu-toggle:before {
		color: #333;
	}
}

@media only screen and (min-width: 800px) {

	.white-header .genesis-nav-menu .menu-item.highlight a {
		border: 1px solid #333;
		color: #333;
	}

	.white-header .genesis-nav-menu .menu-item.highlight a:hover,
	.white-header .genesis-nav-menu .menu-item.highlight.current-menu-item a {
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border-radius: 3px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #52c0cb;
	color: #fff;
	border-bottom: 0;
}

/* Background Images and Colors
 * ========================================================================== */

.teal{
background-color: #7feffa;
}

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.bg-primary,
.bg-secondary,
.bg-primary a,
.bg-secondary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-secondary:after,
.bg-light-gray:after,
.bg-dark-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #52c0cb;
}

.bg-secondary:after {
	background: #e6413e;
}

.bg-light-gray:after {
	background: #f2f2f2;
}

.bg-dark-gray:after {
	background: #333333;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 40px 0;
	position: relative;
	text-align: center;
	color: #fff;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	margin-bottom: 0.25em;
	display: inline-block;
}

.page-header p {
	font-size: 24px;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

.page-header .entry-meta {
	font-size: 14px;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: 10% 0;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 60px;
	}

	.page-header .entry-meta {
		font-size: 16px;
	}

}

/* Pricing Table
 * ========================================================================== */

.pricing-table,
.pricing-table > * {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table > * {
	align-self: stretch;
}

.pricing-table > * > * {
	align-self: stretch;
	flex-grow: 1;
	width: 100%;
}

.pricing-table .plan {
	box-shadow: inset 0 0 0 2px #f0f0f0;
	text-align: center;
	padding: 40px 20px 20px;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
	transition: all .2s ease-out;
	font-size: 14px;
	margin-bottom: 40px;
}

.pricing-table .plan em {
	opacity: .5;
	margin-bottom: 20px;
	display: block;
}

.pricing-table .plan h3 {
	color: #52c0cb;
}

.pricing-table .plan h3 span {
	font-size: .66em;
}

.pricing-table .plan ul {
	margin: 0 0 40px;
	line-height: 2;
}

.pricing-table .plan ul li {
	list-style: none;
}

.pricing-table .plan p {
	padding-left: 20px;
	padding-right: 20px;
	z-index: 3;
	align-self: flex-end;
}

.pricing-table .plan ul.small {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	margin-bottom: 20px;
	opacity: .7;
}


.pricing-table .plan.featured {
	background: #fff;
	box-shadow: 0 0 0 4px #999999;
	z-index: 2;
	border-radius: 4px;
}

@media only screen and (min-width: 800px) {

	.pricing-info {
		padding-top: 80px;
	}

	.pricing-table .plan {
		margin-bottom: 40px !important;
	}

	.pricing-table .plan.one-fourth {
		width: 50%;
		margin: -2px 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child,
	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.pricing-table .plan.one-third {
		width: 33%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-third:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1024px) {

	.pricing-table .plan.one-fourth {
		width: 25%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child {
		margin-left: 0;
	}

	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: -2px;
	}
}


/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.entry.page {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry,
.single-post .entry {
	margin-bottom: 40px;
	padding: 40px 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding-top: 0;
}

/*
.full-width-content .content-sidebar-wrap {
	max-width: 740px;
	margin: 0 auto;
}*/

.full-width .content-sidebar-wrap {
	max-width: 100%;
}

.blog .entry-header,
.page-template-page_blog .entry-header,
.archive .entry-header {
	text-align: center;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-title a {
	color: #333;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 2em;

}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 40px;
}


.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-weight: 300;
		padding: 60px 20px 20px 20px;
}

.post-image.entry-image {
	margin-bottom: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {

	.full-width-content .post-image.entry-image {
		margin: 0 -10% 40px;
		max-width: 120%;
		width: 120%;

	}
}

/* Author Box
 * ========================================================================== */

.single .author-box {
	border-bottom: 1px solid #f2f2f2;
	padding: 40px 0;
	margin-bottom: 40px;
	text-align: center;
}

.author-box .avatar {
	max-width: 80px;
	height: 80px;
	width: 80px;
	border-radius: 40px;
	margin-bottom: 20px;
}

.page-header .author-box-title {
	display: block;
}

.home .page-header, .single .page-header {
	margin-top: 0px;
}

.page-header {
	margin-top: 60px;
}

/* Team
 * ========================================================================== */

.team-grid {
	overflow: hidden;
	margin: 0px !important;
}

.team-grid h6 {
	margin: 0px;
}

.team-grid li {
	float: left;
	min-width: 300px;

}

.team-grid.with-photos li {
		min-width: 280px;
		min-height: 230px;
}

@media only screen and (max-width: 800px) {

	.team-grid {
		margin-left: -10px;
		margin-right: -10px;
		width: calc( 100% + 20px );
	}

}


/* Marshals
 * ========================================================================== */

.marshal-grid {
	overflow: hidden;
	margin: 0px !important;
}

.marshal-grid h6 {
	margin: 0px;
}

.marshal-grid li {
	float: left;
	min-width: 300px;
}

.marshal-grid li a {
	color: #000 !important;
}

.marshal-grid.with-photos li {
		width: 380px;
		min-height: 230px;
}

@media only screen and (max-width: 800px) {

	.marshal-grid {

		width: calc( 100% - 20px );
	}

	.marshal-grid .entry {
		margin-left: 10px;
		width: 100% !important;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1140px) {
	.marshal-grid {
		padding-left: calc( (100% - 760px) / 2);
	}
}

.marshal-grid .entry {
	margin-bottom: 3em;
}

.marshal-grid .entry:hover {
	/*background-color: rgba(255, 0, 0, 0.2);*/
	text-decoration: underline;
}

.single-marshal .marshal-grid .entry:hover {
	/*background-color: rgba(255, 0, 0, 0.2);*/
	text-decoration: none;
}

.marshal .entry-content {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 15px;
}

.entry-content a.past-marshals {
	color: #000;
	text-align: center;
	display: block;
}

.entry-content a.past-marshals:hover {
	color: #000;
	text-decoration: underline !important;
}

@media only screen and (min-width: 1140px) {
	.marshal .description {
		float: left;
		width: 50%;
		margin: 5px 0px 0px 100px;
	}
}

@media only screen and (max-width: 1140px) {
	.marshal .description {
		display: block;
		clear: both;
		width: 100%;
		margin: 5px;
	}


}

@media only screen and (min-width: 800px) and (max-width: 1140px) {
	.single-marshal .marshal-grid {
		padding-left: calc( (100% - 380px) / 2);
	}
}

.single-marshal .transparent.header-wrap {
	height: 60px !important;
}
.single-marshal .page-header h1 {
	display: none;
}

/****** board of directors ******/
.staff-list ul{
	margin-left: 0;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
	align-content: flex-start;
	text-align: center;
}

.staff-list ul li{
	display: inline;
	list-style-type: none;
	text-align: center;
}

.team-grid.with-photos, .marshal-grid.with-photos {
	text-align: center;
	justify-content: center;
}

.team-grid .photo, .marshal-grid .photo, .staff-list .director-profile-pic {
	border-radius: 100%;
	width: 160px;
	height: 160px;
	display: block;
	background-size: cover;
	margin: 0 auto 15px;
}

.staff-list ul li{
	width: 50%;
	margin-bottom: 35px;
	text-align: center;
	font-size: 15px;
}

.staff-list ul h6{
	font-size: 15px;
	margin-bottom: 0;
}

.staff-list ul div{
	font-size: 16px;
	line-height: 16px;
}

/* Showcase team member overlays. Currently unused but could be brought back. */

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=96)";
	filter: alpha(opacity=96);
	opacity: .96;
}

.overlay-inner  {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 16px;
}


/* Full width color bleed sections
 * ========================================================================== */

.white {
	padding: 22px 14px 50px;
}

.gray {
	padding: 22px 14px 50px;
	background-color: #f7f7f7;
	margin-bottom: 24px;
margin-top: 30px;
}

.black {
	background: #000;
	color: #fff;
	font-size: 20px;
	font-family: GalanoGrotesque-SemiBold;
	padding: 22px 14px;
}

.black h2{
color: #fff;
}

.black h6 {
	margin-bottom: 24px;
}

.black p {
  font-family: GalanoGrotesque-SemiBold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blue {
	background: #25ccff;
	color: #fff;
	position: relative;
	padding: 22px 14px;
}

.blue h2,
.blue h3 {
	margin-top: 180px;
margin-bottom: 0px;
}


.date {
	font-size: 16px;
	line-height: 1.2;
}

ul#stages {
margin: 0;

}

ul#stages li {
list-style-type: none;
}

ul#stages img {
float: left;
height: 90px;
width: 90px;
border-radius: 45px;
margin-right: 11px;
}

ul#stages .date {
	padding-top: 15px;
}

ul#stages h4 {
	padding-bottom: 48px;
	border-bottom: 1px solid #25ccff;
	margin-left: 101px;
	margin-right: -14px;
}

.img-overlay-wrapper {
	position: relative;
	/*height: 200px;*/
}

.img-overlay-wrapper .img-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* height: 100px; */
	/* opacity: 0.8; */
background: rgba(3,3,3,0.75);
	color: #fff;
    padding: 52px 14px;}

.img-overlay-wrapper .img-overlay h3 {
	/** position: absolute; **/
	/** bottom: 0;**/
}

.quantity, .checkout {
	float: left;
	width: 46%;
	height: 78px;
	border-radius: 2px;
	border: solid 1px #dedede;
	text-align: center;
	line-height:78px;
}

.checkout {
	margin-left: 22px;
}

.checkout h6 {
	line-height: 78px;
font-family: GalanoGrotesque-SemiBold;
  font-size: 18px;
  color: #141414;
}


.number h6 {
	line-height: 78px;
 font-family: GalanoGrotesque-SemiBold;
  font-size: 18px;
  color: #141414;
}

.up, .down {
        width: 50%;
	float: right;
	height: 50%;
	line-height: 38px;
	color: #25ccff;
}

.up{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;

}
.down {
	border: 1px solid #dedede;
}

/* Before Footer Widget Area
 * ========================================================================== */

.before-footer {
	background: #f2f2f2;
	padding: 60px 0;
}

@media only screen and ( min-width: 800px ) {

	.before-footer {
		padding: 100px 0;
	}

	.before-footer .enews form {
		margin-left: -10px;
		margin-right: -10px;
		width: calc( 100% + 20px );
	}

	.before-footer .enews form input {
		margin: 0 10px;
		width: calc( 25% - 20px );
		float: left;
	}
}


/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
	padding: 60px 0 0;
	background: #333;
	color: #fff;
}

.footer-widgets .widget-area {
	margin-bottom: 40px;
}

.footer-widgets a:not(.button) {
	color: #fff;
	opacity: .5;
}

.footer-widgets a:not(.button):hover {
	opacity: 1;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 24px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0px !important;
	border: 0px !important;
}

.social-icons {
	margin: 0 auto;
}

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

.contact-info h3 {
	line-height: 1.1;
	margin: 0px;
}

.contact-info .icon {
	display: inline;
	vertical-align:top;
	margin-right: 8px;
}

@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding: 100px 0 0;
	}

	.footer-widgets .widgettitle {
		margin-bottom: 60px;
	}
}



.page-title {
	color: red !important;
}

/*** IT'S THE NEW STYLE! ***/

#vip-party h3, #grandstands h3, #pride-pass h3{
	margin-bottom: 0px;
}

#vip-party .img-overlay, #grandstands .img-overlay, #pride-pass .img-overlay{
	padding: 22px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}


/*** 404 page ***/
.page-list-404 #menu-navigation-1{
	margin: 40px 0 0 0;
}

.page-list-404  .menu-item-has-children{
	display: inline-block;
	width: 270px;
	vertical-align: top;
}

.page-list-404 .sub-menu{
	margin-left: 0;
	margin-top: 20px;
	font-size: 13px;
	line-height: 25px;
}

.entry ul li{
	list-style-type: none;
}


/*** general ***/

html {
	font-family: GalanoGrotesque-Regular, "Hind", "Avenir", "Helvetica", arial;
}


body {
	background-color: #fff;
	color: #828282;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: GalanoGrotesque-Regular, "Hind", "Avenir", "Helvetica", arial;

}

body img{
	display: block
}

.remove-arrow{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.site-title a{
	text-indent: 0;
	padding-left: 70px;
	font-weight: normal;
	color: transparent;
}



/** spacing **/

.clear{
	clear: both;
}

.no-padding{
	padding: 0;
}

.small-padding{
	padding: 30px;
}

.no-height{
	height: inherit;
}

.no-margin{
	margin: 0;
}

.small-margin-top{
	margin-top: 15px;
}

.medium-margin-top{
	margin-top: 35px;
}

.big-spacer-block{
	display: block;
	height: 250px;
}

ul.blue-bullets{
	margin-left: 0;
}

ul.blue-bullets li{
	list-style: none;
	padding: 0 0 25px 0;
	margin:0;
}

ul.blue-bullets li:before {
	content: "• ";
	color: #25ccff;
	margin: 0 10px 0 0;
}

ul.red-bullets{
	margin-left: 0;
}

ul.red-bullets li{
	list-style: none;
	padding: 0 0 5px 0;
	margin:0;
}

ul.red-bullets li:before {
	content: "• ";
	color: #ff0000;
	margin: 0 10px 0 0;
}


ul.green-bullets{
	margin-left: 0;
}

ul.green-bullets li{
	list-style: none;
	padding: 0 0 5px 0;
	margin:0;
}

ul.green-bullets li:before {
	content: "• ";
	color: #008000;
	margin: 0 10px 0 0;
}

.button-align-middle{
	vertical-align: middle;
}

.button-align-middle img{
	display: inline-block;
	width: 17px;
	vertical-align: middle;
	margin-right: 10px;
}

.blue .icon{
	width: 30px;
}

h6,
.entry-meta,
.nav-primary .genesis-nav-menu a,
.comment-meta,
.widgettitle {
	font-family: GalanoGrotesque-SemiBold;
	letter-spacing: -0.6px;
}

/*** header ***/

.site-footer .menu-toggle{
	float: left;
}

.menu-toggle{
	margin-right: 0;
}

.up img, .down img{
	width: 14px;
	height: 8px;
	margin: 14px auto;
}

.page-header{
	padding: 17% 14px;
	font-family: GalanoGrotesque-SemiBold, helvetica-bold;
	text-align: left;
	z-index: 2;
	color: #ffffff;
}

.page-header p{
	margin-bottom: 0;
	font-size: 13px;
	max-width: none;
}

.page-header h1{
	font-size: 45px;
	display: block;
	margin: 0;
}

.full-width-pic{
	width: 100%;
	background-size: cover;
	height: 350px;
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
}

.intro h5{
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
}


.black p{
	color: #FFF;
}


/*** front page ***/

.events-holder{
	display: flex;
	flex-direction: column;
}


.landing-pg-options{
	display: block;
	float: left;
	color: #ffffff;
	margin-bottom: 40px;
}

.landing-pg-options img{
	width: 110px;
	float: left;
	display: inline;
}

.landing-pg-options .to-the-side{
	float: left;
	margin: 20px 0 0 20px;
	width: 75%;
}

.landing-pg-options  .to-the-side h3{
	font-size: 30px;
	line-height: 32px;
	color: #61DAFF;
	font-weight: normal;
}

.landing-pg-options  .to-the-side p{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 26px;
}

.landing-pg-options  .to-the-side a{
	font-size: 20px;
	line-height: 32px;
	color: #61daff;
}

.landing-pg-participate {
	padding: 15px 0px;
}

.landing-pg-participate h1{
	font-size: 35px;
	letter-spacing: -1px;
}

.landing-pg-participate .third div{
	padding: 10px 20px 30px 15px;
}

.landing-pg-participate .third img{
	width: 100%;
	min-height: 245px;
	margin-bottom: 15px;
}

.landing-pg-participate .third .padding{
	padding: 21px;
	width: 100%;
}

.landing-pg-participate .third h6{
	font-size: 18.9px;
	line-height: 1.1;
}

.landing-pg-participate .third p{
	font-size: 15px;
	line-height: 1.3;
	color: #494949;
}

.blue-landing-pg{
	background-color: #25ccff;
	padding: 40px 14px 22px;
	margin-bottom: 3px;
	width: 100%;
}

.blue-landing-pg h3{
	font-size: 20px;
	color: #ffffff;
}

.year-round-commitment{
	background-color: #000;
	background-image: url(../../../wp-content/uploads/2016/04/rectangle-111@2x.png);
	display: block;
	height: 580px;
	padding-left: 14px;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.year-round-commitment h1{
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-top: 100px;
}

.year-round-commitment h5 {
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	margin-bottom: 25px;
	padding: 60px 0;
	width: 90%;
}

.year-round-commitment .button{
	margin-bottom: 100px;
}

.schedule-of-events h1{
	font-size: 35px;
	letter-spacing: -1px;
	display: inline-block;
	margin: 0;
}

.schedule-of-events .to-the-right{
	font-size: 15.2px;
	display: block;
}

.schedule-of-events .to-the-right .cal{
	margin-right: 11px;
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}

.landing-pg-tbl{
	width: 100%;
}

.landing-pg-tbl .date{
	font-size: 15px;
	display: inline-block;
	border: 0;
	float: left;
	padding: 22px 0 0;
}

.landing-pg-tbl td{
	display: block;
	float: left;
	padding: 12px 0 22px;
	border-bottom: 1px solid #25ccff;
	border-top: 0;
}

.landing-pg-tbl tr:last-child > td {
	border-bottom: 0;
}

.landing-pg-tbl tbody{
	border-bottom: 0;
}

.landing-pg-tbl td p:last-of-type{
	margin-bottom: 0;
}

ul.sponsor-list, #wp-sponsors ul {
	margin: 15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	vertical-align: middle;
}

ul.sponsor-list li, #wp-sponsors li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
}

@media only screen and (max-width: 520px) {
	ul.sponsor-list li, #wp-sponsors li {
		margin: 0px 10px;
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
	ul.sponsor-list li, #wp-sponsors li {
		margin: 0px 10px;
		width: 40% !important;
	}
}

@media only screen and (min-width: 768px) {
	ul.sponsor-list li, #wp-sponsors li {
		width: 25%;
	}
}





ul.sponsor-list li div{
	display: block;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ul.sponsor-list li img:after{
	display: block;
	content: " ";
}

#wp-sponsors li img {
	width: 100%;
	max-width: 200px;
	height: intrinsic;
}

ul.sponsor-list li a{
	display: block;
	margin: 0 auto;
}

ul.sponsor-list li span{
	display: block;
	margin: 15px 0 0 0;
}

.landing-pg-pre-footer{
	margin: 0 auto;
	width: 90%;
	padding-top: 60px;
	padding-bottom: 100px;
}

.landing-pg-pre-footer h3{
	font-size: 24px;
	line-height: 1.0;
}

.landing-pg-pre-footer p{
	font-size: 18px;
	line-height: 1.3;
}

.landing-pg-pre-footer .ccd-callout{
	border-radius: 2px;
	background-image: linear-gradient(to right, #f52351, #fb6849);
	color: #ffffff;
	padding: 35px;
	font-size: 18px;
	line-height: 1.3;
}


/*** travel ***/
.half .full-img{
	width: 100%;
	height: 500px;
	background-size: cover;
	display: block;
}

.logo-img {
	min-width: 230px;
	min-height: 110px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	margin: 20px 0 0;
}



@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
	.half .full-img{
		height: 500px;
	}
}

/*** tickets ***/
.num-all{
	display: flex;
}

/*** grand marshals ***/

.past-grand-marshals-table{
	margin-top: 20px;
}

.past-grand-marshals-table td, .past-grand-marshals-table tbody{
	border: 0;
}

.past-grand-marshals-table h2{
	color: #25ccff;
}

.past-grand-marshals-table .row1, .past-grand-marshals-table .row2{
	padding: 0 20px
}

.past-grand-marshals-table .row1 h4, .past-grand-marshals-table .row2 h4,.past-grand-marshals-table .row1 h5, .past-grand-marshals-table .row2 h5{
	font-size: 14px;
}

.past-grand-marshals-table .row1 h5, .past-grand-marshals-table .row2 h5{
	margin-bottom: 28px;
}

.grand-marshal{
	background-color: #25ccff;
	padding: 42px 10px;
	color: #FFF;
	text-align: center;
}

.grand-marshal .profile-pic{
	border-radius: 100%;
	width: 200px;
	height: 200px;
	background-size: cover;
	margin: 0 auto;
}

.grand-marshal .name{
	font-size: 20px;
}

.grand-marshal .role{
	font-size: 15px;
}

.grand-marshal-body .selected{
	font-size: 14px;
	letter-spacing: -0.4px;
	color: #25ccff;
	display: block;
	margin-bottom: 16px;
}

.grand-marshal-body p{
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000000;
}

.grand-marshal-body div span{
	font-size: 12px;
	color: #25ccff;
	cursor: pointer;
	background: url(../../../wp-content/uploads/2016/04/down-arrow.png) no-repeat right;
	background-size: 14px;
	display: block;
	width: 90px;
	text-align: left;
}

.grand-marshal-body .hide-me{
	display: none;
	cursor: pointer;
	margin-top: 25px;
}



/*** lineup ***/

.blue-border{
	border-radius: 4px;
	border: solid 1px #25ccff;
	font-size: 18px;
	color: #25ccff;
	padding-left: 50px;
	background: url(../../../wp-content/uploads/2016/04/magnifying-glass.png) no-repeat left;
	background-size: 21px;
	background-position-x: 18px;
	background-position: calc(18px) 14px;
}

.blue-border:focus{
	border: solid 1px #7feffa;
}

.lineup-table .number-title{
	margin-left: 19%;
}

.lineup-table .organization-title{
	margin-right: 4%;
}

.lineup-schedule{
	margin-top: -50px;
}

.lineup-table th{
	text-align: center;
	padding: 13px 0;
	cursor: pointer;
}

.lineup-table img{
	width: 19px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.lineup-table .left{
	width: 35%;
}

.lineup-table .right{
	width: 65%;
}

.lineup-table tbody{
	background-color: #fff;
	color: #5f5f5f;
}

.lineup-table td{
	border: 0;
	font-size: 18px;
	text-align: center;
	line-height: 2.3;
}

.lineup-table .org{
	text-align: left;
}

.split-table{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	margin-left: 0;
	align-content: flex-start;
	margin: -10px 0 30px 0;
}

.split-table ul{
	line-height: 32px;
}

.split-table ul:first-of-type{
	width: 50%;
}


/**** newsletter ****/
.newsletter-field{
	margin-bottom: 10px;
}



/*** pink brick ***/
.pink-brick-list ul {
	margin-left: 0;
}

.pink-brick-list ul li {
	list-style-type: none;
	line-height: 43px;
}

.pink-brick-list ul li span {
	color: #25ccff;
	display: inline-block;
	width: 50px;
}

#pride-pass-sub-header{
	font-size: 18px;
	line-height: 1.1;
	color: #25ccff;
	margin: 15px 0 40px;
}

/*pride pass */

.pride-pass-partners-list div{
	width:350px;
	text-align: center;
}

.pride-pass-partners-list div div {
	width:300px;
}


/**** VIP Party ****/
.black h2{
	margin-top: 10px;
}

.black .date{
	margin-top: -10px;
}



/*** contingency awards ***/

.contingent-list ul{
	margin-left: 0;
}

.contingent-list ul li{
	list-style-type: none;
}

.contingent-list ul li section {
	padding: 22px 14px 50px;
}

/*** broadcast event ***/
.broadcast-info ul{
	margin: -29px 0 0;
}

.broadcast-info ul li{
	list-style-type: none;
	padding: 20px 0 10px;
	border-bottom: 1px solid #afecff;
}

.broadcast-info ul li:last-child{
	border-bottom: 0;
}

.broadcast-info .more-info{
	display: block;
	color: #25ccff;
	font-size: 16px;
	margin: -7px 0 12px;
}

.broadcast-info h4{
	line-height: 24px;
}



/*** pre-footer ***/
.blue-footer{
	background: #25ccff;
	color: #fff;
	padding: 22px 14px;
}

.blue-footer a{
	color: #ffffff;
	font-family: GalanoGrotesque-SemiBold, helvetica;
}

.blue-footer a:hover{
	text-decoration: none;
}

.blue-footer .icon{
	width: 44px;
	height: 44px;
	margin-top: 70px;
}

.blue-footer .button{
	font-family: GalanoGrotesque-SemiBold, helvetica;
	font-size: 18px;
	display: block;
	border-radius: 3px;
	border: solid 1px #ffffff;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.blue-footer .button:hover{
	background-color: #fff;
	color: #25ccff;
}

.footer-blue-line{
	height: 14px;
	display: inline-block;
	border-bottom: 1px solid #28dcee;
	float: left;
	width: 37%;
}

.envelope{
	width: 35px;
	margin: 0 25px;
	float: left;
}

.center-me{
	margin-top: 38px;
	text-align: center;
}

.center-me h6{
	margin-top: 12px;
}


/*** staff ***/

.contractors ul{
	margin-left: 0;
}

.contractors ul li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 45px;
}

.contractors ul li h6{
	margin-bottom: 0;
}

.contractors ul li div {
	font-size: 16px;
	line-height: 1.2;
}
/*** faq ***/

.FAQ-links ul{
	background-color: #000;
	margin: 0;
}

.FAQ-links ul li{
	list-style-type: none;
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	padding: 20px 0 20px 22px;
	border-bottom: 1px solid #4c4c4c;
}

.FAQ-links ul li a{
	color: #FFF;
}

#faqs dt, #faqs dd div {
	padding: 0;
}

#faqs dt{
	color: #9d9d9d;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	padding: 20px 50px 20px 15px;
}

#faqs dd{
	border-bottom: 1px solid #25ccff;
	margin: 0;
}

#faqs dd div {
	margin: 0 0 20px;
	padding: 0 0 20px 15px;
	display: none;
}

#faqs dt {
	background: url(../../../wp-content/uploads/2016/04/down-arrow.png) no-repeat right;
	background-size: 14px;
	background-position-x: 95%;
}

#faqs .expanded {
	background: url(../../../wp-content/uploads/2016/04/up-arrow.png) no-repeat right;
	background-size: 14px;
	background-position-x: 95%;
}

#faqs dd:last-child{
	border-bottom: 0;
}

/*** schedule ***/
.text-on-overlay h3{
	margin-bottom: 0;
	position: relative;
}

.schedule-days{
	background-color: #000;
}

.schedule-days ul{
	margin: 0;
}

.schedule-days ul li {
	display:inline-block;
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	padding: 25px 0;
	width: 31%;
	text-align: center;
	border-right: solid 1px #383838;
}

.schedule-days ul li a{
	color: #ffffff;
}

.schedule-days ul li:last-child{
	border-right: 0;
}


/*** schedule ***/
.schedule .add-to-my-calendar{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}

.schedule .date{
	font-size: 24px;
	line-height: 1.1;
	color: #ffffff;
	margin-bottom: 10px;
}

.schedule .title{
	font-size: 16px;
}

/*** heritage ***/
select{
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #25ccff;
	font-size: 17.2px;
	color: #25ccff;
	background: url(../../../wp-content/uploads/2016/04/arrow-filled-01.png) no-repeat right #fff;
	background-position-x: 96%;
}


/*** donate ***/
.watch-presentation{
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.4;
	width: 70%;
	color: #ffffff;
	display: inline-block;
	height: 49px;
	line-height: 49px;
	cursor: pointer;
}

.play-button{
	width: 30%;
	text-align: right;
	padding-right: 15px;
	display: inline-block;
	float: right;
}

.play-button img{
	width: 49px;
	float: right;
	vertical-align: middle;
}

/*** stages ***/

#stages dt {
	color: #9d9d9d;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	padding: 20px 50px 35px 15px;
}

#stages h3{
	font-size: 16px;
	color: #25ccff;
}

#stages h3, #stages h4{
	margin-left: 28%;
}

#stages dt img{
	border-radius: 100%;
	float: left;
	margin-right: 20px;
	width: 75px;
	height: 75px;
}

#stages dd{
	margin: 0;
	border-bottom: 1px solid #25ccff;
}

#stages dd div {
	margin: 0 0 20px;
	display: none;
}

#stages dt {
	background: url(../../../wp-content/uploads/2016/04/down-arrow.png) no-repeat right;
	background-size: 14px;
	background-position-x: 95%;
}

#stages .expanded {
	background: url(../../../wp-content/uploads/2016/04/close-me.png) no-repeat  bottom right;
	cursor: pointer;
	background-size: 64px;
	background-position-x: 95%;
}

#stages .hide-bg-img {
	background: none;
}

#stages .show-bg-img {
	background: url(../../../wp-content/uploads/2016/04/down-arrow.png) no-repeat right;
	background-size: 14px;
	background-position-x: 95%;
}


#stages dd:last-child{
	border-bottom: 0;
}

/*** responsive - iphone5 ***/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 375px)
and (orientation : portrait) {
	#stages h3, #stages h4 {
		margin-left: 42%;
		width: 65%;
	}

	.landing-pg-options img{
		float: none;
		margin-left: 20px;
	}

}

/*** responsive - ipadish ***/
@media only screen and (min-width: 425px) {
	#stages h3, #stages h4 {
		margin-left: 10%;
	}

	.year-round-commitment{
		background-position-y: 700%;
	}

	.donate-pg-fix{
		height: 370px;
		background-position-y: -129%;
	}

	.site-header .wrap {
		max-width: 1170px;
		padding: 0 5px;
	}
}

@media only screen and (min-width: 768px) {
	.site-header .wrap {
		max-width: 1170px;
		padding: 0 15px;
	}
}
/*** responsive - bigger ***/

@media only screen and (min-width: 1024px) {

	/*** landing page ***/

	.landing-pg-participate .third div{
		padding: 0 0 40px 0;
	}

	.landing-pg-options{
		width: 33%;
	}

	.landing-pg-options img{
		float: none;
		margin-top: 70px;
	}

	.landing-pg-options img:after{
		display: block;
		content: " ";
		clear: both;
	}

	.landing-pg-options .to-the-side{
		margin-left: 0;
		font-size: 17px;
		line-height: 1.5;
	}

	.landing-pg-options .to-the-side h3{
		margin-top: 15px;
	}

	.landing-pg-options .to-the-side a{
		display: block;
		margin-top: 13px;
		font-size: 20px;
		line-height: 32px;
		color: #61daff;
	}

	.events-holder{
		display: flex;
		flex-direction: column-reverse;
	}

	.add-top-padding{
		padding-top: 45px;
	}

	.even-height{
		display: flex;
		clear: both;
	}

	.landing-pg-tbl {
		margin: 50px auto 0;
		width: 90%;
	}

	.landing-pg-tbl td {
		border-top: 0;
		border-bottom: 1px solid #25ccff;
		padding: 41px 0;
		text-align: left;
		display: table-cell;
		float: none;
	}


	.landing-pg-tbl .date{
		font-size: 19px;
		line-height: 1.3;
		color: #25ccff;
		width: 235px;
		display: table-cell;
		border-bottom: 1px solid #25ccff;
		float: none;
	}

	.year-round-commitment{
		background-image: url(../../../wp-content/uploads/2016/04/rectangle-111@2x.png);
		background-size: 50%;
		display: block;
		background-repeat: no-repeat;
		background-position: right;
		height: inherit;
		padding: inherit;
	}

	.year-round-commitment h5 {
		width: 410px;
	}

	.blue-landing-pg{
		background-color: #25ccff;
		padding: 90px 24px 30px;
		width: 24.5%;
		float: left;
		margin: 10px .5% 30px 0;
		height: 217px;
	}

	.blue-landing-pg.last {
		width: 25%;
	}

	.last{
		margin-right: 0px;
	}

	.schedule-of-events .to-the-right{
		float: right;
		font-size: 18px;
		display: inline-block;
	}


	/** donate **/
	.watch-presentation{
		width: inherit;
	}

	.play-button{
		float: left;
	}

	.play-button img {
		float: left;
		margin-left: 10px;
	}

	.img-overlay-wrapper .text-on-overlay{
		padding: 23px 14px;
	}

	.video-div .text-on-overlay{
		bottom: 23px;
	}

	.donate-left-half{
		width: 45%;
		float: left;
		margin-right: 46px;
	}

	.donate-right-half{
		float: left;
		margin-top: 25px;
		width: 50%;
	}

	.video-div{
		border-bottom: 1px solid #e8e8e8;
	}

	.video-div:last-of-type::after{
		clear: both;
	}

	.video-div:after{
		clear: both;
		display: block;
		content: " ";
	}

	/*** other ***/

	#space-on-desktop{
		height: 25px;
		display: block;
		width: 100%;
	}

	.page-header {
		padding: 10% 14px;
	}

	.spacer{
		display: block;
		height: 70px;
	}

	.black h2{
		line-height: 60px;
	}

	.page-header p{
		font-size: 20px;
	}

	.page-header h1{
		font-size: 45px;
	}

	.footer-blue-line{
		height: 14px;
		display: inline-block;
		border-bottom: 1px solid #28dcee;
		float: left;
		width: 46%;
	}
	.staff-list ul li{
		width: 20%;
		margin-bottom: 35px;
	}

	/*** stages ***/

	#stages h3, #stages h4{
		margin-left: 0;
	}


	/*** lineup ***/

	.lineup-table .number-title{
		margin: inherit;
	}

	.lineup-table .organization-title{
		margin: inherit;
		float: left;
	}

	/*** staff ***/

	.contractors ul{
		margin-left: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: left;
		margin-left: 0;
		align-content: flex-start;
	}

	.contractors ul li {
		list-style-type: none;
		margin-left: 0;
		width: 33%;
		margin-bottom: 25px;
	}

	.contractors ul li h6{
		font-size: 20px;
		margin-bottom:0px;
	}

	.contractors ul li .date{
		font-size: 16px;
		margin-top: 5px;
	}


	/****** board of directors ******/
	.staff-list ul{
		justify-content: inherit;
	}

	.staff-list ul li{
		width: 25%;
		text-align: center;
	}

	.staff-list ul h6{
		font-size: 20px;
		margin-bottom: 5px;
	}

	.staff-list ul .date{
		font-size: 16px;
		line-height: 1.4;
	}


	.black-tall h3{
		line-height: 36px;
	}

	.half{
		width: 48%;
		float: left;
		margin: 0 2% 0 0;
	}

	.half .full-img{
		width: 100%;
		height: 300px;
		background-size: cover;
		border-radius: 7px;
		display: block;
	}

	.third{
		width: 30.7%;
		float: left;
		margin: 0px 13px;
	}

	.third .quantity{
		float: left;
		width: 46%;
		height: 50px;
		border-radius: 2px;
		border: solid 1px #dedede;
		text-align: center;
		line-height: 50px;
	}

	.third .quantity .up, .third .quantity .down{
		margin-top: -13px;
		height: 40px;
		line-height: 40px;
	}


	.third .checkout{
		height: 50px;
		line-height: 50px;
	}

	.third .checkout h6{
		line-height: 50px;
	}

	.third .number h6{
		line-height: 50px;
	}

	.third .full-width-pic{
		border-radius:7px;
	}

	.third .text-on-overlay{
		border-radius: 0 0 7px 7px;
	}

	.text-on-overlay h3{
		margin-bottom: 0;
		position: relative;
	}

	.third .container, .half .container{
		width: 100%;
	}

	.full-width-pic{
		margin: 25px 0;
	}

	.button.full-width{
		width: initial;
		display: inline-block;
		padding: 14px 60px;
	}

	/*** grand marshals ***/
	.pic-side-grand-marshals{
		width: 40%;
		height: 260px;
		margin: 0;
		float: left;
		background-size: cover;
		background-position: top;
	}


	.text-side-grand-marshals{
		width: 55%;
		margin-left: 30px;
		float: left;
	}

	.text-side-grand-marshals p{
		margin-bottom: 0;
	}

	.grand-marshals-section h3{
		color: #25ccff;
		font-size: 20px;
	}

	.grand-marshals-section{
		border-bottom: 1px solid #25ccff;
		padding: 50px 0;
		font-size: 13px;
		line-height: 1.9;
	}

	.grand-marshals-section:last-of-type{
		border-bottom: 0;
	}

	.grand-marshals-section:after{
		clear: both;
		content: " ";
		display: block;
	}

	.grand-marshal{
		float: left;
		width: 30%;
		margin-right: 28px;
	}

	.grand-marshal-body{
		float: left;
		width: 57%;
	}

	.marshal-bio{
		margin-bottom: 25px;
	}

	.grand-marshal section div {
		width: 300px;
		text-align: center;
	}

	.marshal-bio:after{
		clear:both;
		display: block;
		content: " ";
	}

	.marshal-bio:first-of-type{
		margin-top: 25px;
	}

	.grand-marshals-year{
		width: 430px;
	}

	.grand-marshals-year select{
		width: 110px;
		background-position-x: 70px;
		margin-left: 10px;
	}

	.past-grand-marshals-table{
		margin: 45px 0 0 0 ;
		width: 100%;
		padding: 0;
		border: 0;
	}

	.past-grand-marshals-table h2{
		font-size: 17.2px;
		color: #25ccff;
	}

	.past-grand-marshals-table td, .past-grand-marshals-table tbody{
		border: 0;
	}

	.past-grand-marshals-table .img-left div{
		display: block;
		width: 200px;
		height: 200px;
		border-radius: 100%;
		margin: 0 auto;
		background-size: cover;
	}

	.past-grand-marshals-table .img-left{
		float: left;
		width: 33%;
		font-size: 11px;
		line-height: 2.5;
		color: #25ccff;
	}

	.past-grand-marshals-table .row1, .past-grand-marshals-table .row2{
		float: left;
		width: 33%;
		font-size: 13.6px;
		line-height: 1.7;
		color: #828282;
	}

	.past-grand-marshals-table .row1 h4, .past-grand-marshals-table .row2 h4{
		font-size: 12px;
		color: #000000;
		margin-bottom: 0;
	}

	.past-grand-marshals-table .row1 h5, .past-grand-marshals-table .row2 h5 {
		font-size: 16px;
		line-height: 1.7;
		color: #828282;
		margin-bottom: 30px;
	}

	.past-grand-marshals-table .row2 {
		padding-top: 42px;
	}

	.site-footer .wrap{
		width: 1170px;
	}

	.genesis-nav-menu .sub-menu{
		box-shadow: none;
	}

}


/* Full width color bleed sections
* ========================================================================== */

.blue-background, .gray-background, .black-background {
	padding: 0px 14px;
	color: #fff;
}

.blue-background {
	background: #25ccff;
}


.blue-background .icon, .black-background .icon{
	max-width: 38px;
	margin-top: 90px;
}

.gray-background {
	background-color: #f7f7f7;
	margin-bottom: 24px;
	margin-top: 30px;
}

.black-background {
	background: #000;
	color: #fff;
	font-size: 20px;
}

.black-background h4{
	color: #FFF;
	line-height: 1.4;
	margin-bottom: 0px;
}

.black-background h2{
	color: #fff;
	line-height: 1.5;
}

.black-background h6 {
	margin-bottom: 24px;
}

.black-background p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 20px;
}

#tribe-events-bar {
    display: none;
}

.tribe-events-page-title {
	display: none;
}

.tribe-events-ical {
	display: none !important;
}

	.tribe-community-events {
		background: transparent !important;
		border: 0px !important;
	}

	@media only screen and (min-width: 768px) {
		.tribe-community-events {
		padding: 30px !important;
	}
	}

.tribe_community_edit .page-header {
  background-image: url(/wp-content/uploads/2016/05/DJ-Image-AlexaTrevino-for-Web-Site.jpg) !important;
	background-size: 100% auto;
	background-position-y: 0px;
}

.single-tribe_events .author-box {
	display: none;
}

.performers {
	text-align: justify;
	text-transform: uppercase;
}

.performers ul, .performances ul {
	margin: 0px !important;
}

.single-performer {
	display: inline;
}

.performances .start_time {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}


.lineup .single-performance .title {
	display: inline-block;
	width: 80%
}

.recurrence-row {
    display: none !important;
}