/*
Theme Name: Warrior Dash
Theme URI: http://redfrogevents.com
Description: 
Version: 2.0
Author: Red Frog Events
Author URI: http://redfrogevents.com/
Tags: white, two-columns
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

html, body {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: auto;
	height: 100%;
}
body{
	font-family: 'SourceSans', sans-serif; 
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #323232;
	background: url('resources/img/bg-body.jpg');
}
.container {
	width: 100%;
	max-width: 1170px;
	padding:40px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.container.last {
    border-bottom: none;
}
#wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	overflow-x:hidden;
}
#main {
	min-height: 100vh;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@media(min-width:1000px){
	#main {
		left:210px;
		padding:0 210px 0px 0px;
		margin-bottom: -195px;
	}
}
@media(max-width:1000px){
	#main, 
	#footer {
		z-index: 12;
	}
	#main { 
		background: url('resources/img/bg-body.jpg'); 
		padding-top: 60px;
	}
}
@media(max-width:768px){
    .container {
        padding: 20px 15px;
    }
}


/* =============================
   Typography 
   ========================== */
p {
	font-size: 15px;
	margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Veneer',sans-serif;
	font-weight: normal;
	line-height: 0.9;
	margin: 0 0 10px;
	padding: 0;
}
h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
b, strong { font-family:'SourceSansBold',sans-serif;font-weight: normal; }
a, a:visited {
	font-family: 'SourceSansBold', sans-serif;
	color: #a40c35;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
    cursor: pointer !important;
}
a:hover{
	color: #870020;
	text-decoration: none;
}
.text-red {
	color: #a40c35;
}
ul.unstyled {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
.wp-content ul,
.wp-content ol {
    margin:10px 0;
    padding: 0 0 0 20px;
    line-height: 1.2;
}
.wp-content ul li,
.wp-content ol li {
	font-size: 15px;
    margin-bottom: 4px;
}
.small-link,
.small-link:visited {
    font-size: 12px;
    color: #888;
}
.small-link:hover {
    color: #870020;
}
.button,
a.button {
    display: inline-block;
    font-family: 'Langdon';
    text-transform: uppercase;
    background: #a40c35;
    line-height: 1;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    padding: 4px 20px;
    margin:8px 5px;
    border: 1px solid rgba(255,255,255,0.1);
    text-shadow: none !important;
}
.button:hover,
a.button:hover {
	background: #8E0B2E;
}

.button.register {
    
    box-shadow: 0 4px 0 #8e0028;
    letter-spacing: 3px;
    font-size: 18px;
    color:#efefef;
    padding:14px 50px 10px 50px;
}
.button.register.grey {
    background: #f0f0f0;
    box-shadow: 0 4px 0 #bdbdbd;
    color: #6b6867;
    border: 1px solid rgba(0,0,0,0.05);
}

#content-switch-nav .btn {
    background:none;
    border:1px solid #ccc;
    border-radius: 0;
    font-family: 'Langdon';
    color:#a40c35;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding:10px 24px;
}
#content-switch-nav .btn:active,
#content-switch-nav .btn:focus {
    outline: none !important;
}
#content-switch-nav .btn:hover{
    background:#ccc;
}
#content-switch-nav .btn.active {
    background: #4b4b4b;
    color:#fff;
    box-shadow: none;
}

#content-switch-nav .btn:first-child {
    border-radius: 30px 0 0 30px;
}
#content-switch-nav .btn:last-child {
    border-radius: 0 30px 30px 0;
}




/* =============================
   Helpers 
   ========================== */
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.zero-btm {
	margin-bottom: 0 !important;
}
.dashed-bottom {
	border-bottom: 1px dashed #999;
	padding: 0 0 5px;
	margin: 0 0 8px;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
    padding:0 0 5px;
    margin:0 0 6px;
}
.sepia-hover {
    -webkit-transition: all 0.4s ease;                  
       -moz-transition: all 0.4s ease;                 
         -o-transition: all 0.4s ease;   
        -ms-transition: all 0.4s ease;          
            transition: all 0.4s ease;
}
.sepia-hover:hover {
    -webkit-filter: sepia(0.5);
            filter: sepia(0.5);
}
.helper-10 {
    margin-bottom: 10px;
}

/* =============================
   Grid 
   ========================== */
.grid {
	padding: 25px 10px;
    margin-top: 0;
}
@media(min-width:1000px){
	.grid {
		padding: 35px 20px;
	}
}
.grid .grid-item {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}
.grid .grid-item .grid-image {
    display: block;
    width: 100%;
    height: 170px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
    -webkit-transition: all 0.4s ease;                  
       -moz-transition: all 0.4s ease;                 
         -o-transition: all 0.4s ease;   
        -ms-transition: all 0.4s ease;          
            transition: all 0.4s ease;
}
.grid .grid-item .grid-image:hover {
    -webkit-filter: sepia(0.5);
            filter: sepia(0.5);
}
.grid .grid-item .grid-title {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 10px 0 8px;
    float: left;
    width: 100%;
    line-height: 1;
}
.grid .grid-item .grid-title h5 {
	margin-bottom: 0;
}
.grid .grid-item .grid-title a {
    padding: 2px 0;
    color: #999;
}
.grid .grid-item .grid-title a:hover {
    color:#a40c35;
}


/* =============================
   Forms 
   ========================== */
label {
	font-family: 'SourceSansBold',sans-serif;
	font-weight: normal;
	margin-bottom: 2px;
}
input[type=text],
input[type=email],
input[type=number],
select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px !important;
	line-height: 20px;
	border-radius: 4px;
	box-shadow: none;
	border:1px solid #ccc;
	background: #fff;
}
input, select {
	margin-bottom: 15px;
}
textarea {
	height: 100px;
	width: 100%;
}


/* =============================
   Main Nav 
   ========================== */
#menu {
	display: block;
	width: 210px;
	height: 100%;
	background: #282828;
	position: fixed;
	top:0;
	left: 0;
	bottom: 0;
	z-index: 10;
}
#menu.screen-short {
	position: absolute;
	min-height: 700px;
}
#menu a {
	color: #ccc;
}
#menu a:hover {
    color: #fff;
}
#btn-menu {
    display: none;
	float: left;
	color: #eee;
	font-size: 24px;
	padding: 0 16px;
	line-height: 65px;
	height: 60px;
}
#brand {
	display: block;
	width: 161px;
	height: 85px;
	background: url('resources/img/warrior-dash-logo.png') no-repeat;
	background-size: 161px 85px;
	margin: 25px auto 20px;
}
#signup {
	display: block;
	font-family: 'Veneer', sans-serif;
	font-size: 24px;
	color: #fff !important;
	text-align: center;	
	line-height: 1;
	background: #a40c35;
	padding: 8px 0;
}
#signup:hover {
	background: #9d1c3c;
}
#nav {
	margin: 15px 0 15px 0;
	padding: 0 0;
}
#nav li {
	width: 100%;
	position: relative;
	padding: 0 0;
	display: block;
}
#nav li a {
	display: table;
	font-family: 'Langdon',sans-serif;
	font-size: 16px;	
	text-decoration: none !important;
	width: 100%;
	padding: 5px 0 5px 25px;
}
#nav li a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	font-size: 16px;
	text-align: center;
	background: #ccc;
	color: #282828;
	margin-right: 6px;
}
#nav li a .icon i {
	line-height: 28px;
}
#nav li a:hover .icon {
	background: #fff;
}
#nav li a i.icon-helmet {
	display: inline-block;
	background:url('resources/img/nav-icon-helmet.png') no-repeat top center;
	margin: 0 auto;
	width: 22px;
	height: 22px;
	position: relative;
	top:2px;
}
#nav li:hover > a {
	background:#111;
}
#nav li ul {
	text-transform: uppercase;
	margin: 0 0;
	padding: 0 0;
}
#social {
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	display: table;
	table-layout: fixed;
}
#social li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.1);
}
#social li:first-child {
    border-left:none;
}
#social li a {
	display: block;
    font-size: 24px;
    padding: 4px 0;
}
#social li a:hover {
    background:rgba(0,0,0,0.1);
}
#social li a i {
	display: inline-block;
	vertical-align: middle;
	height: 21px;
}
#stjude {
	text-align: center;
	padding: 25px 0;
}
#stjude #stjude_logo {
	display: block;
	width: 150px;
	height: 45px;
	background: url('resources/img/st-jude-logo.png');
	background-size: 100%;
	margin: 0 auto;
}
#stjude #stjude_raised {
	font-family: 'Veneer', sans-serif;
	font-size: 24px;
	color: #a40c35;
	margin-top:6px;
	line-height: 1;
}
#stjude #stjude_raised span {
	font-size: 28px;
	color: #f1f1f1;
	display: block;
}
@media(min-width:1000px){
    #nav li ul {
		display: none;
		position: absolute;
		overflow: hidden;
		width: 175px;
		top:0;
		left: 210px;
		padding: 0 0;
		background:rgba(0,0,0,0.9);
		text-transform: uppercase;
		border-radius: 0 4px 4px 0;
		box-shadow: 6px 2px 6px rgba(0,0,0,0.1);
	}
	#nav li:hover ul {
		display: inline-block;
	}
	#nav li ul li {
		width: auto;
		line-height: 1;
		padding: 0 0;
		border-bottom: 1px solid #2c2c2c;
	}
	#nav li ul li:last-child {
		border-bottom: none;
	}
	#nav li ul li a {
		display: block;
		padding: 8px 10px 8px 20px;
		background: #363636 !important;
	}
	#nav li .arrow {
		display: none;
		width: 0;
		height: 0;
		border-top: 16px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 12px solid #111;
		position: absolute;
		top:0;
		right:-12px;
		z-index: 10;
	}
	#nav li:hover .arrow {
		display: inline-block;
	}
}
@media(max-width:1000px){
    #menu {
	    display: none;
		height: 100vh !important;
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
	}
	#btn-menu {
    	display: block;
	}
	#brand {
        display: none;
    }
	#menu #signup {
		display: none;
	}
	#nav {
		margin: 0 0;
	}
	#nav li a .icon {
		display: none;
	}
	#nav li {
		line-height: 1;
		padding: 0 0;
	}
	#nav > li {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	#nav > li:last-child {
		border-bottom: none;
	}
	#nav li:hover > a {
		background: none;
	}
	#nav li a {
		padding:14px 20px;
	}
	#nav li ul li a {
		font-size: 14px;
		padding: 10px 20px 10px 30px;
		color: #888;
	}
	#nav li ul {
		margin-top: -8px;
	}
	#mobile-header {
		background: #282828;
		position: fixed;
		z-index: 20;
		top:0;
		width: 100%;
		height: 60px;
	}
	#mobile-header #brand-mobile {
		display: block;
		width: 210px;
		height: 60px;
		background: url('resources/img/warrior-dash-logo-mobile.jpg') no-repeat center center;
		background-size: 210px 50px;
		position: absolute;
		left: 50%;
		margin-left: -107px;
	}
	#stjude {
		padding: 25px 0 100px;
	}
}


/* =============================
   Page Header 
   ========================== */
#page-header {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#page-header #page-title {
	font-family: 'Veneer',sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding:80px 0 90px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#page-header #page-title h1 {
	font-family: 'Veneer',sans-serif;
	color: #ffffff;
	font-size:85px;
	margin: 0 0;
}
#page-header #page-title .date {
	font-size: 28px;
	margin-top:-4px;
}
@media(max-width:1000px){
	#page-header #page-title {
		padding: 40px 0 80px;
	}
	#page-header.no-mobile-sub #page-title {
		padding:40px 0;
	}
}
@media(max-width:768px){
	#page-header #page-title h1 {
		font-size: 48px;
	}
	#page-header #page-title .date {
		font-size: 22px;
	}
}


/* =============================
   Subnav 
   ========================== */
#sub-nav {
	width: 100%;
	min-height: 40px;
	margin: -40px 0 0;
	background: rgba(34,34,34,0.8);
	text-align: center;
	line-height: 1;
	color: #fff;
	-webkit-transition: background 0.2s ease;
	   -moz-transition: background 0.2s ease;
	     -o-transition: background 0.2s ease;
	    -ms-transition: background 0.2s ease;
	        transition: background 0.2s ease;
}
#sub-nav a {
	position: relative;
	display: inline-block;
	font-family: 'Langdon', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	padding: 0 20px;
	border-right:1px solid rgba(255,255,255,0.2);
	text-decoration: none !important;
	cursor: pointer !important;	
}
#sub-nav a:last-child {
	border-right: none;
}
#sub-nav a:hover,
#sub-nav a.active {
    color: #fff;
}
#sub-nav.affix a {
    border-right:1px solid rgba(0,0,0,0.15);
}
#sub-nav .border-left {
    border-left:1px solid rgba(255,255,255,0.2);
}
#sub-nav.affix .border-left {
    border-left:1px solid rgba(0,0,0,0.15); 
}
a#sub-nav-toggle {
	display: none;
}
#sub-nav a.button {
    color: rgba(255,255,255,0.8);;
    line-height: 24px;
    margin: 0 0;
}
#sub-nav.affix a.button {
    background: #282828; 
}
@media(min-width:1000px){
	#sub-nav.affix {
		top:0;
		z-index: 999;
		padding:0 210px 0 0;
		margin:0 0 0 0;
		background:#a40c35;
	}
	#sub-nav-mobile {
		display: block !important;
	}
}
@media(max-width:1000px){
	#sub-nav,
	#sub-nav.affix {
		padding: 0 0;
		position: relative !important;
	}
	a#sub-nav-toggle {
		display: block;
	}
	#sub-nav-mobile {
		display: none;
		background: #a40c35;
	}
	#sub-nav a {
		width: 100%;
		border-right: none;
	}
	#sub-nav-mobile a {
		font-size: 14px;
	}
	#sub-nav a.button {
        border-radius: 0;
        margin: 0 0;
        line-height: 40px;
    }
}


/* =============================
   Social Share Plugin 
   ========================== */
#social-share {
	position: relative;
	display: inline-block !important;
	width: auto !important;
}
/*
#social-share + a {
	border-left: 1px solid rgba(255,255,255,0.2);
}
*/
#social-share .social {
	z-index: 999;
	position: relative;
	margin-left: -8px;
	margin-top: -22px;
	opacity: 0;
}
#social-share .social.active {
	opacity: 1;
}
#social-share [class*=entypo-export]:before {
	display: none !important;
}
.sharer-0 label span {
	font-family: 'Langdon', sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important;
	letter-spacing: 3px;
	color: rgba(255,255,255,0.75) !important;
	padding: 0 10px !important;
}
#social-share .sharer-0:hover label span {
	color: #fff;
}
@media(max-width:1000px){
	#social-share {
		display: none !important;
	}
}


/* =============================
   Near You Callout - Single 
   ========================== */
#nearYou {
    height: 150px;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: center;
}
#nearYou h4 {
    padding-top:30px;
}
#nearYou h2, 
#nearYou h4 {
	margin-bottom: 0;
}
#nearYou .nearyou-img {
    height: 150px;
    position: relative;
    background-size: cover;
}
#nearYou .nearyou-img.left {
    background:url('resources/img/nearyou-obstacle-left.png') no-repeat;
    background-position: left top;
}
#nearYou .nearyou-img.right {
    background:url('resources/img/nearyou-obstacle-right.png') no-repeat;
    background-position: right top;
}
@media(max-width:1272px){
    #nearYou .nearyou-img.left {
        background-position: right top;
    }
    #nearYou .nearyou-img.right {
        background-position: left top;
    }
}


/* =============================
   Home Page 
   ========================== */
#slideshow-container {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
}
#slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	right:0;
	margin-bottom: 0;
}
#slideshow .carousel-inner {
	height: 100%;
}
#slideshow .item {
	width: 100%;
	height: 100%;
	text-align: center;
	background-position: center center;
	background-size: cover;	
}
#slideshow .item a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Slideshow Nav */
#carousel-nav {
	display: none;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#slideshow:hover #carousel-nav {
	display: block;
}
.carousel-control.left,
.carousel-control.right {
	pointer-events: all;
}
.carousel-control {
    width: 10%;
}
.carousel-control i {
	font-size: 42px;
	position: absolute;
	top: 50%;
	margin: -21px 0 0;
}
#scroll-indicator {
	position: absolute;
	width: 150px;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	color: white;
	font-family: 'SourceSansBold';
	text-align: center;
	line-height: 0.1;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
#scroll-indicator span {
	display: block;
	font-size: 40px;
}

/* Video */
#video {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#tubular-container {
	position: absolute !important;
	overflow:visible !important;
	left: -105px;
	height: 105% !important;
}
#tubular-container iframe {
	max-height: 105%;
	height: 100% !important;
}
#video-controls {
	position: absolute;
	bottom: 0;
    left: 50%;
	margin-left: -75px;
	background: #a40c35;
	border-radius: 20px 20px 0 0;
	z-index: 999;
}
#video-controls a {
	line-height: 40px;
	font-size: 20px;
	float: left;
	color: rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.15);
	width: 50px;
	text-align: center;
}
#video-controls a.right {
	font-size: 16px;
	border-right: none;
}
#video-controls a:hover {
	color: #fff;
}
#video-controls a i {
	position: relative;
	top: 2px;
}
#video-controls a.right i {
	top:0;
}
@media(max-width:992px){
	#tubular-container {
		left: 0 !important;
	}
	.carousel-indicators {
		bottom: 5px !important;
	}
}
@media(max-width:767px){
	#carousel-nav {
		display: block;
	}
	.carousel-control.right {
		text-align: left;
	}
	#slideshow-container {
		height: 45vh;
	}
}

/* Near You Home */
#nearyou-home {
	padding-top:20px;
	padding-bottom:0;
}
#nearyou-home .nearyou-location {
    margin-bottom: 20px;
}
#nearyou-home .nearyou-location .nearyou-box {
	display: table;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#nearyou-home .nearyou-location .nearyou-text {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	text-align: center;
	padding: 60px 0 50px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#nearyou-home .nearyou-location .nearyou-text > * {
	margin-bottom: 0;
}
#nearyou-home .nearyou-location .nearyou-text h2 {
	font-size: 50px;
}
@media(min-width:1000px){
	#nearyou-home .nearyou-location:first-child {
		padding: 0 10px 0 15px;
	}
	#nearyou-home .nearyou-location:last-child {
		padding: 0 15px 0 10px;
	}
	#featured-obstacle {
		padding-top:20px;
        padding-bottom:20px;
	}
}
#recent-posts h5 {
	margin-bottom: 5px;
	font-size: 18px;
}
#recent-posts img {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}


/* ============================
   Obstacles - Page
   ========================= */
#obstacles .col-md-12 {
	padding: 0 10px;
	margin-bottom: 20px;
}
@media(min-width:1000px){
	.featured.grid-item .grid-image {
	    height: 250px;
	}
}
.featured-indicator {
    display: none;
}
.featured .featured-indicator {
    display: block;
    position: absolute;
    top:0;
    left: 10px;
    background: url('resources/img/featured-obstacle.png') no-repeat;
    background-size: contain;
    width: 150px;
    height: 117px;
    z-index: 1;
    pointer-events: none;
}
@media(max-width:768px){
	.featured .featured-indicator {
		width: 120px;
		height: 94px;
	}
}


/* ============================
   Obstacle - Single
   ========================= */
#obstacle-desc {
    margin-bottom: 20px;
}
#obstacle-video {
    margin:20px 0;
}
#photos .photo-gallery {
    margin-left: -10px;
    margin-right: -10px;
}
.obstacle-photo {
    margin-bottom: 20px;
    padding:0 10px;
    height: 150px;
}
.obstacle-photo a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}
.obstacle-icon {
	padding-right: 0;
}
.obstacle-tip {
	font-family: 'SourceSansBold';
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1;
}

/* Obstacle Nav */
#obstacle-nav {
    padding: 0 20px;
}
#obstacle-nav .all-obstacles {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
}
#obstacle-nav .prev-link, 
#obstacle-nav .next-link {
    position: relative;  
    background: #a40c35;
}
#obstacle-nav .prev-link a, 
#obstacle-nav .next-link a {
    font-family: 'Veneer';
    font-size: 16px;
    color:#fff;
    display: inline-block;
}
#obstacle-nav .prev-link  {
    float: left;
    padding: 7px 20px 6px 10px;
}
#obstacle-nav .next-link  {
    float: right;
    padding: 7px 10px 6px 20px;
}
#obstacle-nav .prev-link .arrow,
#obstacle-nav .next-link .arrow {
    position: absolute;
    top:0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
#obstacle-nav .prev-link .arrow {
    left:-18px;
    border-right: 18px solid #a40c35;
}
#obstacle-nav .next-link .arrow {
    right:-18px;
    border-left: 18px solid #a40c35;
}
#obstacle-nav .prev-link:hover, 
#obstacle-nav .next-link:hover {
    background: #870020;
}
#obstacle-nav .prev-link:hover .arrow {
    border-right-color: #870020;
}
#obstacle-nav .next-link:hover .arrow {
    border-left-color: #870020;
}
@media(max-width:768px){
	#description {
		margin-bottom: 25px;
	}
	#obstacle-nav .prev-link,
	#obstacle-nav .next-link {
		width: 100%;
		text-align: center;
	}
	#obstacle-nav .prev-link a, 
	#obstacle-nav .next-link a {
		font-size: 13px;
	}
	#obstacle-nav .prev-link .arrow,
	#obstacle-nav .next-link .arrow {
	    border-top: 16px solid transparent;
	    border-bottom: 16px solid transparent;
	}
	#obstacle-nav .prev-link .arrow {
	    left:-16px;
	    border-right: 16px solid #a40c35;
	}
	#obstacle-nav .next-link .arrow {
	    right:-16px;
	    border-left: 16px solid #a40c35;
	}
}


/* ============================
   Locations - Page
   ========================= */
#locations .region {
	display: none;
	margin: 0 0 40px 0;
}
#locations .region h3, 
#locations .region .border-bottom {
	margin-bottom: 0;
}
.location-block {
	font-family: 'Veneer';
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding: 12px 0 10px;
	display: table;
	width: 100%;
}
.location-block .left,
.location-block .right {
	display: table-cell;
	vertical-align: middle;
}
.location-block .right {
	text-align: right;
	font-size: 11px;
}
.location-block .register-link {
	color: #999;
	padding: 10px 0;
}
.location-block .register-link:hover {
	color: #a40c35;
}
.location-date {
	display: block;
	font-size: 16px;
	color: #333;
}
.location-name {
	font-family: 'Veneer';
	font-size: 22px;
}
.sorting-links {
	font-size: 12px;
	line-height: 27px;
	margin-left: 15px;
}
.btn-sort {
	display: inline-block;
	color: #999;
	cursor: pointer;
}
.btn-sort.active {
	color: #a40c35;
}
.past-event .location-date,
.past-event .location-name {
	color: #888;
}
.past-event .location-name:hover {
	color: #a40c35;
}
.year_divider h5 {
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.nearyou_event {
	padding: 6px 0;
	display: table;
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0 0;
}
.nearyou_event:last-child {
    border-bottom: 1px solid #ddd;
}
.nearyou_event .state, 
.nearyou_event .location_info,
.nearyou_event .percent-sold-out {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.nearyou_event .state, 
.nearyou_event .percent-sold-out {
	text-align: center;
}
.nearyou_event .state  {
	font-size: 32px;	
	line-height: 38px;
	width: 14%;
}
.nearyou_event .state span {
	display: inline-block;
	vertical-align: middle;
}
.nearyou_event .nearyou_date, 
.nearyou_event .nearyou_title {
	font-family: 'Veneer';
	text-transform: uppercase;
	line-height: 1;
	padding-left:5px;
}
.nearyou_event .nearyou_date {
	color: #323232;
	font-size: 16px;
}
.nearyou_event .nearyou_title {
	font-size: 22px;
}
.nearyou_event .percent-sold-out {
	line-height: 1;
	text-align: center;
	font-family: 'SourceSansBold';
	background: #a40c35;
	color: white;
	border-radius: 30px;
	padding: 5px 10px;
	float:right;
	margin-top: 7px;
}
.nearyou_event .percent-sold-out a {
	color: #fff !important;
}
.nearyou_event .percent-sold-out a span {
	font-size: 12px;
}
.nearyou_event .percent-sold-out .percent-number {
	font-size: 20px;
	position: relative;
	top:9px;
	letter-spacing: -1px;
}
.nearyou_event .percent-sold-out .percent-text {
	font-family: 'Langdon';
	font-size: 12px;
}
@media(max-width:768px){
	.nearyou_event .percent-sold-out-circle {
			margin: 0 auto;
	}
}
@media(max-width:1000px){
	.location-callout {
		margin-top:20px;
	}
}


/* ============================
   Location - Single
   ========================= */
.timer {
	position: relative;
	font-size: 160px;
	width: 160px;
	height: 160px;
	background: #ddd;
	border-radius: 1000000px;
	font-family: 'Veneer';
	margin: 0 auto;
	box-shadow: inset 0 0 5px #ddd;
	margin-bottom: 7px;
}
.timer > .percent {
	position: absolute;
	top: 50%;
	font-size: 0.3em;
	text-align: center;
	background: #f8f8f8;
	border-radius: 10000px;
	width: 132px;
	height: 132px;
	margin-top: -66px;
	margin-left: -66px;
	left: 50%;
	box-shadow: inset 0 0 2px #999;
	display: table;
}
.timer > .percent > div {
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	line-height: 0.5;
}
.timer > .percent > div > span {
	font-size: 30px;
	display: block;
	margin-top: 10px;
}
.timer > #slice {
    position:absolute;
    width:1em;
    height:1em;
	clip:rect(0px,1em,1em,0.5em);
}
.timer > #slice.gt50 {
	clip:rect(auto, auto, auto, auto);
}
.timer > #slice > .pie {
    border: 0.1em solid #a40c35;
    position:absolute;
    width:1em; /* 1 - (2 * border width) */
    height:1em; /* 1 - (2 * border width) */
    clip:rect(0em,0.5em,1em,0em);
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em; 
    border-radius:0.5em; 
}
.timer > #slice > .pie.fill {
    -moz-transform:rotate(180deg) !important;
    -webkit-transform:rotate(180deg) !important;
    -o-transform:rotate(180deg) !important;
    transform:rotate(180deg) !important;
}
.timer.fill > .percent {
    display: none;
}
.timer.fill > #slice > .pie {
    border: transparent;
    background-color: #c0c0c0;
    width:1em;
    height:1em;
}

/* Location Address */
.course_location h2 {
	font-size: 24px;
	margin-bottom: 5px;
}
.course_location h3 {
	font-size: 18px;
	line-height: 18px;
}

/* Course Info */
.course_desc {
	text-align: center;
	border-top: 1px dashed #aaa;
    padding:20px 0;
	line-height: 1;
}
.course_desc h4 {
	font-size: 84px;
	margin-bottom: 0;
}
.course_desc .title {
	font-family: 'Veneer';
	font-size: 20px;
	text-transform: uppercase;
	color: #a40c35;
}




.course-desc {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.course-desc h4 {
    font-family: 'Veneer';
    font-size: 90px;
    color: #3d3d3d;
    line-height: 1;
    margin-bottom: 0;
}
.course-stat {
    padding:15px 0;
}
.course-stat:first-child {
    border-right: 1px solid #ccc;
}
.course-stat .title {
    margin-top:-10px;
}
.course-desc .title {
    font-family: 'Langdon';
    font-size: 18px;
    color: #ac103e;
    letter-spacing:4px;
}
.course-desc .course-location {
    display:block; 
    font-family: 'SourceSansBold';
    text-transform: uppercase;
    line-height: 14px;
    font-size: 14px;    
}
.map-bar {
    font-family: 'Langdon';
    font-size: 14px;
    background:#3d3d3d;
    color:#fff;
    line-height: 28px;
    padding: 10px 15px;
    position: relative;
    top:-25px;
    z-index: 20;
}
.map-bar h3 {
    display: inline-block;
    border-right:1px solid #ddd;
    padding-right:12px;
    margin:0 10px 0 0;
    vertical-align: middle;
    font-size: 28px;
}
.map-bar span {
    letter-spacing: 3px;
}

/* Wave Times */
#wave-times {
    min-height: 550px;
    border-bottom: 1px solid #ccc;
    padding:50px 15px !important;
}
#wave-times .wave-group {
    max-width:575px;
    margin:0 auto;
}

#wave-times .table {
    margin:30px auto 20px;
}
#wave-times .table tr td {
    font-family: 'Veneer';
    font-size: 20px;
    line-height: 1.4 !important;
    border-bottom: 2px dashed #ddd;
    padding: 10px 8px !important;
    text-align: center;
    color: #3a3a3a;
}
#wave-times .table-center tr td {
    text-align: center;
}
#wave-times .table tr:first-child td {
    border-top: none;
}
#wave-times .table tr td.sold-out {
    text-decoration: line-through;
    color:#ccc;
}
#wave-times .table tr:last-child td {
    border-bottom: none;
}
#wave-times .table tr:only-child td {
    border-bottom: 2px dashed #ddd !important;
}
@media(max-width:768px){
    #wave-times .wave-group h3 {
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 5px;
        margin-top: 30px;
    }
    #wave-times .table {
        margin-top:0;
        margin-bottom: 40px;
    }
    #wave-times .table tr td {
        font-size: 18px;
    }
}
/*
#wave-times .table tr:last-child td {
    border-bottom: none;
}
*/

/* Obstacle Carousel */
#obstacles.carousel {
    padding: 0 0;
    margin: 0 0 25px;
    height: 375px;
}
@media(max-width:600px){
	#obstacles.carousel {
		height: 225px;
	}
}
#obstacles.carousel .carousel-inner,
#obstacles.carousel .carousel-inner .item {
    height: 100%;
}
#obstacles.carousel .carousel-inner > .item > img,
#obstacles.carousel .carousel-inner > .item > a > img {
	width: auto;
}
#obstacles.carousel .carousel-inner .item {
	background-position: center center;
	background-size: cover;
}
#obstacles.carousel .carousel-caption{
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(164,12,53,0.75);
	text-transform: uppercase;
	padding: 12px 20px;
	color: #fff;
    text-shadow: none;
}
#obstacles.carousel .carousel-caption h4 {
    float: left;
    margin-bottom: 0;
}
#obstacles.carousel .carousel-caption a {
    float: right;
    color: #fff;
}
#obstacles.carousel .carousel-control {
    height: 88%;
    font-size: 30px;
    text-shadow: none;
	opacity: 0.2;
	filter: alpha(opacity=0.2);
	width: 10%;
}
#obstacles.carousel .carousel:hover .carousel-control {
	opacity: 0.7;
	filter: alpha(opacity=0.7);
}
#obstacles.carousel .carousel-control i {
	position: absolute;
	top:50%;
}

/* Pricing */
#pricing {
    border-top:1px solid #ccc;
}



#pricingTiers .price-tier-box {
    font-family: 'Veneer';
    line-height: 1;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    
    /* Default Width (Media Queries Below) */ 
    width: 25%;
}
#pricingTiers .price-tier {
    margin:0 10px 10px 0;
    background: #bababa;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
#pricingTiers .price-tier.sold-out {
    background:#4b4b4b;
    color:#727272;
    text-shadow: none !important;
}
#pricingTiers .price-tier.current-tier {
    background:#a40c35;
}
#pricingTiers .price-tier .price {
    display: block;
    position: relative;
    font-size: 84px;
    padding-top:15px;
}
#pricingTiers .price-tier .price span {
    font-size: 60px;
    position: relative;
    top:-16px;
}
#pricingTiers .price-tier .text,
#pricingTiers .price-tier .date {
    font-family: 'SourceSansBold';
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding-bottom:15px;
}
#pricingTiers .price-tier .date {
    line-height: 0.9;
    
}
#pricingTiers .price-tier .text {
    font-family: 'Langdon';
    font-size:20px;
    letter-spacing: 2px;
}
#pricingTiers .price-tier.current-tier .text  {
    color: #fff;
}
@media(max-width:1200px){
    #pricingTiers .price-tier-box {
        width: 33%;
    }
    #pricingTiers .price-tier {
        margin:0 10px 10px 0;
    }
}
@media(max-width:768px){
    #pricingTiers .price-tier-box {
        width: 50%;
    }
    #pricingTiers .price-tier-box:nth-child(odd) .price-tier {
        margin:0 10px 10px 10px;
    }
}
@media(min-width:992px){
    #pricingTiers {
        border-right: 1px solid #ccc;
    }
}








.wyg-item {
    float: left;
    width: 50%;
    padding: 0 5px 10px 0;
}
.wyg-item:nth-child(even){
    padding:0 0 10px 5px;
}
@media(max-width:768px){
    .wyg-item {
        width: 100%;
        padding: 0 0 10px 0 !important;
    }
}

.bar {
    font-family: 'Langdon';
    font-size: 18px;
    letter-spacing: 3px;
    color: #f4f4f4;
    text-align: center;
    padding:10px 0;
}
.bar.black {
    background: #3d3d3d;
}
#pricingTiers .bar {
    margin-right: 10px;
}
@media(max-width:768px){
    #pricingTiers .bar {
        margin-left: 10px;
    }
}

/* Location Charity */
.location-charity {
	  border-top: 1px solid #ddd;
	  margin-top: 15px;
	  padding-top: 15px;
	  text-align: center;
}
@media(min-width:1000px){
	.location-charity img {
		max-width: 275px;		
	}
}

/* Local Sponsors */
#location-sponsors .sponsor {
	display: inline-block;
	padding: 0 15px 10px;
	height: 50px;
}
#location-sponsors .sponsor.partner {
	height: 30px;
}
#location-sponsors .sponsor img {
	max-height: 100%;
	width: auto;
}

/* Coupon */
.coupon {
	margin:0 0 20px 0;
	background: #fff;
	padding: 10px;
}
.coupon .promo, 
.coupon .expires {
	font-family: 'Langdon';
	font-size: 16px;
	line-height: 1;
	padding: 8px 12px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	margin:0 10px 0 0;
}
.coupon .promo {
	color: #000;
	background: #def0d6;
}
.coupon .expires {
	background: #efefef;
	color: #a40c35;
}


/* ============================
   Blog
   ========================= */
#blog {
    padding:0 30px;
}
#blog #blog-content {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background:rgba(255,255,255,0.5);
    padding:30px 20px;
}
#blog #blog-content .blog-image {
    margin-bottom: 20px;
}
#blog #blog-content #comments {
	border-top:1px solid #ddd;
    padding-top:20px;
    margin-top:50px;
}
#blog #blog-content #comments h4 {
    margin-bottom: 10px;
}
#blog .post-meta-block {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding:0 8px 0 0;
    margin:5px 6px 15px 0;
}
#blog .post-meta-block:last-child {
    border-right: none;
}
#blog .post-meta-block,
#blog .post-meta-block a {
    font-family: 'SourceSansBold';
    text-transform: uppercase;
    font-size: 12px;
    color:#999;
}
#blog-intro {
    margin-top:35px;
}
.blog-post {
	padding: 0 0 10px;
	margin:0 0 20px;
	border-bottom: 1px solid #ddd;
}
.blog-post:last-child {
	border-bottom: none;
}
.blog-post .feat-img {
	display: block;
	margin-bottom: 10px;
}
.blog-post h5 {
	margin-bottom: 5px;
}
.read-more {
	font-size: 12px;
}
.read-more span {
	display: inline-block;
}
.single-post-content p {
	margin-bottom: 15px;
}
.single-post-content ul {
	font-size: 15px;
	margin:0 0 20px 0;
}
#blog-share {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 20px;
    
}
#blog-share *,
#blog #blog-content #comments * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
#sidebar {
    margin:30px auto;
}
#sidebar #blog-search {
	margin:0 0 10px 0;
}
#sidebar #searchform {
	position: relative;
}
#sidebar #searchform input {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 0 12px;
}
#sidebar #searchform input:focus {
    outline: none;
    box-shadow: none;
}
#sidebar #searchform button[type=submit] {
	position: absolute;
    top: 0;
    right: 5px;
    height: 34px;
    background: none;
    border: none;
    color: #ccc;
    font-size: 18px;
}
#sidebar h5,
#sidebar h6 {
	margin-bottom: 0;
}
.blog-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.blog-image img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
#sidebar h4 {
    margin: 10px 0;
}
.sidebar-block .link-list a {
    display: block;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
    line-height: 1.2;
    color: #545454;
}
.sidebar-block .link-list a:hover {
    color: #a40c35;
}
.sidebar-block .link-list a span {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}
@media(max-width:1000px){
	#blog {
		padding: 0 15px;
	}
}


/* ============================
   Press
   ========================= */
#loader {
    font-size: 100px;
    color:#ccc;
}
.mfp-title a,
.video-title a {
	font-family: 'Veneer', sans-serif;
	color: #fff;
	font-size: 20px;
	background: #a40c35;
	padding: 5px 10px;
	border-radius: 0 0 8px 8px;
}
.mfp-title a {
	position: absolute;
	left: 50%;
	bottom:-27px;
	margin-left: -81px;
}


/* ============================
   Footer
   ========================= */
#footer {
	position: relative;
	padding:40px 0 0;
	border-bottom: none;
	background: #323232;
} 
#footer #footer-sponsors .sponsor {
	display: inline-block;
	margin: 0 20px 40px;
	opacity: 0.4;
}
#footer #footer-sponsors .sponsor:hover {
	opacity: 1;
}
#footer #footer-sponsors .sponsor img {
	max-width: 120px;
	max-height: 65px;
	width: auto;	
}
#footer #legal {
	border-top: 1px solid #2d2d2d;
	text-align: center;
	padding: 20px 0 25px;
	font-family: 'SourceSansBold';
	font-size:10px;
	color: #888;
}
#footer #legal a {
	color: #888;
	padding: 0 5px;
}
#footer #legal a:hover {
	color: #ddd;
}
@media(min-width:1000px){
	#footer {
		padding:40px 210px 0 0;
		left: 210px;
	}
	#footer-push {
		height: 195px;
	}
}
@media(max-width:768px){
	#footer #legal .copyright {
		display: block;
	}
}




/* =============================
   Single Location Updates 
   ========================== */
   

#lightbox-info {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
    font-family: 'Veneer';
    font-size: 28px;
    color:#fff;
    z-index: 99999;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background:#a40c35;
    
}
#lightbox-info a {
    font-family: 'Langdon';
    font-size: 14px;
    letter-spacing: 3px;
    float:right;
    background:#fff;
    border-radius: 30px;
    padding: 8px 16px 7px;
    margin-top:10px;
    line-height: 1;
}
   
#single-location hr {
    border-top:1px solid #ccc;
}  
#single-location #page-title {
    padding: 100px 0;
}
#single-location #page-title h1 {
    font-size: 110px;
    line-height: 0.85;
}
#page-header #page-title .date {
    font-family: 'Veneer';
    font-size: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
#single-location .container {
    border:none !important;
}
#single-location #location-name {
    display: inline-block;
    margin: 0 auto 20px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
#single-location #location-name h1 {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0 10px 10px;
}
#single-location #page-header #price-increase {
    font-family: 'Langdon';
    font-size: 20px;
    letter-spacing: 4px;
    padding: 10px 0;
}


@media(max-width:768px){
    #single-location #page-title {
        padding: 60px 0;
    }
    #single-location #page-title h1 {
        font-size: 60px;
    }
    #single-location #page-title .date,
    #single-location #page-header #price-increase {
        font-size:16px;
    }
}





#single-location .location-section {
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
}
.location-section h2 {
    margin-bottom: 0;
}
.location-section h6 {
    margin-top:8px;
    margin-bottom: 20px;
    font-size: 18px;
}
   
#single-location h2 {
    font-size: 72px;
    color: #4b4b4b;
}
   
h6 {
    font-family: 'Langdon';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
}

.result-block {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 15px 0;
}


#what-to-bring .wtb-item {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
}
@media(max-width:992px){
    #what-to-bring .wtb-item {
        width: 45%;
        padding: 0 10px 15px;
    }
    #what-to-bring .wtb-callout {
        width: 100%;
    }
}

.text-line {
    width: 25px;
    height: 2px;
    background:#ccc;
    display: inline-block;
    vertical-align: middle;    
}


#wave-times {
    position: relative;
}
#wave-times #transfer-deadline {
    display: block;
    margin-top: 5px;
    text-align: center;
    color: #999;
    font-family: 'SourceSansBold';
    font-style: italic;
    font-size: 11px;
}


#standard-waves .wave-group-image {
    background-image:url('resources/img/waves-standard.jpg');
}
#st-jude-waves .wave-group-image {
    background-image:url('resources/img/waves-st-jude.jpg');
}
#competitive-waves .wave-group-image {
    background-image:url('resources/img/waves-competitive.jpg');
}

.wave-group-image {
    display: none;
}
.wave-group {
    text-align: center;
}
@media(min-width:900px){
    .wave-group-image {
        display: block;
        width: 425px;
        min-height: 550px;
        height: 100%;
        position: absolute;
        z-index: -1;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .wave-group-image.left {
        left: -50px;
        top:0;
        background-position: top right;
    }
    .wave-group-image.right {
        right:-50px;
        top:0;
        background-position: top left;
    }
}

@media(min-width:1400px){
    .wave-group-image.left {
        left:0;
    }
    .wave-group-image.right {
        right:0;
    }
}


@media(max-width:768px){
    #wave-times .wave-group {
        display: block !important;
    }
    #wave-times #wave-register-button {
        margin-top:30px;
    }
    #single-location .location-section {
        padding: 30px 15px !important;
    }
}



/* Mobile Helpers */
@media(max-width:768px){
    .margin-top-xs {
        margin-top:25px;
    }
    .result-block {
        width: 100%;
    }
}