@import url('//fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('//fonts.googleapis.com/css?family=Orbitron');

/* TYPOGRAPHY STYLES */
body {
	font-family: 'Lato', san-sarif;
	font-size: 14px;
	color: #6a6a6a;
}
h1 {
	font-family: 'Lato', san-sarif;
	font-weight: bold;
	font-size: 30px;
	color: white;
}
h2 {
	font-family: 'Lato', san-sarif;
	font-weight: bold;
	font-size: 24px;
	color: #c1d82f;
}
h3 {
	font-family: 'Lato', san-sarif;
	font-weight: bold;
}
h4 {
	font-family: 'Lato', san-sarif;
	font-weight: bold;
}
h5 {
	color: #F26649;
	font-family: 'Lato', san-sarif;
	font-weight: bold;
	text-transform: uppercase;
}
p, li {
	font-size: 14px;
}

h3 span {
	font-size: .8rem;
}
/* GENERAL STYLES */
.move-left {
	float: left !important;
}
.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}
.no-gutters {
	padding-left: 0px;
	padding-right: 0px;
}
.no-margins {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}
.red-text {
	color: #F26649;
}
.btn {
	border: 1px solid white;
	padding: 1rem 1rem;
	width: 40%;
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	background: #0095D8;
	color: white;
}
.btn:hover {
	background: white;
	color: #0095D8;
	border: 1px solid #0095D8;
}

/* NAVIGATION STYLES */

.top-bar-green {
	background-color: #c1d82f;
	padding: 4px 0px;
}
.top-bar-orange {
	background-color: #f26649;
	padding: 4px 0px;
}
.top-bar-blue {
	background-color: #0095d8;
	padding: 4px 0px;
}
.logo {
	padding: 1rem 0rem;
}
.top-bar {
	background: white;
	margin-top: 2rem;
	height: 5rem;
	padding-bottom:2rem;
}

.top-bar .name {
    margin: 0;
    height: 5rem;
    font-size: 16px;
}
.top-bar-section ul.right {
    padding: 0;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background: white;
	text-transform: uppercase;
	font-weight: bold;
    padding: 0 10px;
}
.top-bar-section ul li:hover:not(.has-form) > a {
	background: transparent;
	border-bottom: 3px solid #f26649;
	color: #f26649;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: white;
	color: #f26649;
	border-bottom: 3px solid #f26649;
}
.top-bar-section .has-dropdown > a:after {
    border-top-style: none;
}
.top-bar-section .has-dropdown > a {
	padding-right: 15px !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	border-bottom: none;
	background: #F26649;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	background: #F26649;
}

.top-bar-section ul li > a {
	color: #cbcaca;
}
.top-bar-section ul li {
	background: white;
}

.top-bar .toggle-topbar.menu-icon a {
	color: #008CBA;
}
.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0 0 1px #008CBA, 0 7px 0 1px #008CBA, 0 14px 0 1px #008CBA;
}
.top-bar.expanded .toggle-topbar a {
	color: white;
}

.top-bar.expanded .title-area {
    background: #ffffff;
}

.top-bar.expanded .toggle-topbar a span::after {
	box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
}



/* HERO STYLES */

section.hero {
	background-image: url('/_imgs/main_image-1.jpg');
/* 	background-image: url('/_imgs/start-line-pic-5.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
section.blue-line {
	background-image: url('/_imgs/blue-bg.jpg');
}
.text-overlay {
	margin: 10rem 0rem;
}
.text-overlay h1 {
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:center;
}
.text-overlay p {
	color: white;
}
.select-race select {
	margin: 2rem 0rem;
	padding: 0rem 1rem;
	border-right: 1px solid white;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 4rem;
}
.race-watch-container {
	position: relative;
}
.race-watch {
	position: absolute;
	margin-top: -7rem;
	z-index: 3;
}

.email-updates input[type="text"] {
	margin: 2rem 0rem;
	padding: 0rem 1rem;
	border-right: 1px solid white;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	height: 4rem;
	box-shadow: none;
}
.email-updates .postfix {
	margin: 2rem 0rem;
	padding: 0rem 2.1rem;
	border-right: 1px solid white;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #C1D830;
	height: 4rem;
}
.fa-2x {
    margin-left: -0.7rem;
}

/* INDEX STYLES */
section.news-events {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.events {
	padding: 0rem 2rem;
	border: 1px solid #CCCCCC;
}
.events h4 {
	margin-top: 1rem;
	color: #6D6D6D
}
.events p {
	margin-bottom: 0px;
}
.events p.text-right a {
	color: #F26649;
}
.event-container {
	margin-bottom: 0.5rem !important;
}
.event-date {
	margin-top: 6px;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 4px solid #E2E2E2;
	border-top: 4px solid #E2E2E2;
}
.event-info h4{
	color: #F2674A;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-container {
	margin-bottom: 5rem;
}
.boxes img{
	width:100%;
}
.box-overlay {
	position: absolute;
    top: 40%;
    width: 100%;
    z-index: 2;
}

.box-overlay h4{
	color: white;
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.box-overlay p{
	color: white;
	font-size: 14px;
	text-transform: lowercase;
}


.box-wrap {
	display: table
}


.box-wrap .box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	float: left;
}

.owl-carousel img {
	width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-prev] {
	position: absolute;
    left: 1%;
    z-index: 4;
    top: 85%;
    font-size: 22px !important;
    background: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-prev]:hover {
    background: #F26649;
}
.owl-theme .owl-controls .owl-nav [class*=owl-next] {
	position: absolute;
    right: 1%;
    z-index: 4;
    top: 85%;
    font-size: 22px !important;
    background: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-next]:hover {
    background: #F26649;
}

.item {
	position: relative;
}
.news-overlay {
	background-color: rgba(0,0,0,0.5);
	padding: 1.2rem 4rem 0rem;
	z-index: 3;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.news-overlay p {
	color: white;
	font-size: 14px;
}
section.map-line {
	background-image: url('/_imgs/marathon-map.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.tabs {
	width: 100%;
}
.tabs .tab-title > a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.88889rem 1.77778rem;
	text-align:center;
	font-size: 15px;
}
.tabs .tab-title.active a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid white;
}
.tabs .tab-title.tab-marathon a {
	background: #CFDF62;
	width: 100%;
}
.tabs .tab-title.tab-half a {
	background: #2E2A29;
	width: 100%;
}
.tabs .tab-title.tab-relay a {
	background: #0D6A96;
	width: 100%;
}
.tabs .tab-title.tab-fivek a {
	background: #6A6A6A;
}
.tabs .tab-title.tab-kids a {
	background: #F2674A;
	width: 100%;
}
.tab-content {
	margin-top: 8rem;
}
.tab-content p{
	padding: 1rem 1rem;
}
.tab-text {
	background: white;
	font-weight: bold;
}
.tab-content h4 {
	color: white;
	padding: 1rem;
}
.content-title p {
	margin-bottom: 0rem;
	color: white;
	float: right;
	margin-top: -2.5rem;
}
.content-title h4 {
	margin-bottom: 0rem;
}
.content-title.marathon {
	background-color: #CFDF62; 
	border-bottom: 1px solid #6A6A6A;
}
.content-title.half {
	background-color: #2E2A29; 
	border-bottom: 1px solid #6A6A6A;
}
.content-title.relay {
	background-color: #0D6A96; 
	border-bottom: 1px solid #6A6A6A;
}
.content-title.fivek {
	background-color: #6A6A6A; 
	border-bottom: 1px solid #6A6A6A;
}
.content-title.kids {
	background-color: #F2674A; 
	border-bottom: 1px solid #6A6A6A;
}

[class*="block-grid-"] > li {
	padding: 0rem;
}
.download-map {
	background-color: #F2674A; 
	padding: 1rem;
	text-align:center;
	color: white;
	font-weight: normal;
}

/* SUBPAGE STYLES */
section.subpage-container {
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.subpage-content h1{
	color: #c1d82f;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.events-sub {
	border: 1px solid #CCCCCC;
	padding: 1rem;
}
.reg-box img{
	position:relative;
	width:100%;
}
.manage-box img{
	position:relative;
	width:100%;
}
.results-box img{
	position:relative;
	width:100%;
}
.sub-overlay h4{
	color: white;
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.sub-overlay p{
	color: white;
	font-size: 14px;
	text-transform: lowercase;
}
.reg-overlay {
	position: absolute;
    z-index: 3;
    top: 13%;
    width: 100%;
}
.mana-overlay {
	position: absolute;
    z-index: 3;
    top: 41%;
    width: 100%;
}
.res-overlay {
	position: absolute;
    z-index: 3;
    top: 67%;
    width: 100%;
}

.race-content {
	margin-bottom: 2rem;
	border-right: 1px solid white;
	border-bottom-right-radius: 10px;
	position:relative;
}
.race-image {
	padding: 0rem;
}
.race-image img{
	width: 100%;
	border-left: 1px solid white;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.race-info {
	background-color: #C8D957;
	color: white;
	padding: 0rem;
	border-right: 1px solid white;
	border-top-right-radius: 10px;
}
.race-info h2 {
	text-align: center;
	color: white;
	margin-top: 2rem;
	text-transform: uppercase;
	border-bottom: 3px solid white;
	border-width: 50%;
}
.race-info p {
	font-size: 12px;
}
.race-info-text {
	padding: 0rem 3rem;
}
.more-info {
	background-color: #F3664A;
	padding: 1rem 0rem;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #F3664A;
	border-bottom-right-radius: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.sponsor-image {
	width: 100%;
}
.special-sponsors [class*="column"] + [class*="column"]:last-child {
	float: left;
}
#sbmtbtn {
	margin-top: 2rem;
	background: #C1D82F;
	color: white;
	padding: 1rem 2rem;
	border: 1px solid white;
}
#sbmtbtn:hover {
	background-color: #0B6894;
	cursor: pointer;
}
.accordion .accordion-navigation > a, .accordion dd > a {
	font-weight: normal;
	font-family: 'Lato', san-sarif;
    line-height: 1.6;
}

.accordion-navigation > a:after {
    font-family: FontAwesome; 
	position: absolute;
	right: 35px;
	content: "\f078";
	border-left: 1px solid #cbcaca;
	padding-left: 1rem;
}

.accordion-navigation.active > a:after {
    font-family: FontAwesome; 
	content: "\f077";
}

.tabs .tab-title.sub.active a {
	color: white;
}
.tabs .tab-title.sub > a {
	font-size:13px;
	color: #C1D82F;
}
.tabs dd.active a, .tabs .tab-title.sub.active a {
	background-color: #C1D82F;
}


/* PRODUCTS */

#product-select .f-dropdown {
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.77778rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0 !important;
    top: 0 !important;
    max-width: 200px;
}

.f-dropdown:before {
    border: inset 6px;
    content: "";
    display: none;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89;
}

.f-dropdown:after {
    border: inset 7px;
    content: "";
    display: none;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88;
}


.accordion.product-dropdown {
	background-color: #ffffff;
	color: #cbcaca;
	border: 1px solid #cbcaca;
	margin-bottom: 2rem;
}


.accordion .accordion-navigation > a, .accordion dd > a {
    background: #ffffff;
    color: #cbcaca;
    padding: .5rem 1rem;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
}

.accordion.product-dropdown .accordion-navigation > .content.active {
    display: block;
    padding: 0;
}

.accordion.product-dropdown .accordion-navigation > .content.active .dropdown-item {
}

.accordion.product-dropdown .accordion-navigation > .content.active .dropdown-item a {
    display: block;
    background: #008CBA;
    color: #C1D82F;
    padding: .75rem 0;
}


.accordion.product-dropdown .accordion-navigation > .content.active .dropdown-item a:hover {
    background: #C1D82F;
    color: #ffffff;
}


.products .product-item {
	padding: 1.5rem;
	border: 1px solid transparent;
}


.products .product-item:hover {
	padding: 1.5rem;
	border: 1px solid #cbcaca;
}


.product-price {
	color: #f26649;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

.product-info .product-price {
	color: #f26649;
	font-size: 2em;
	text-align: left;
	font-weight: bold;
}


.product-info {
	padding: 3rem 0;
}

.product-info h4 {
	color: #6a6a6a;
}

h1.product-title {
	color: #008CBA;
	line-height: 1;
	font-size: 1.6em;
}

h6.product-title {
	color: #6a6a6a;
	text-align: center;
}


/* BASKET */


.basket table {
	border: none;
	padding: 0;
}

.basket table thead {
	background-color: #ffffff;
	border: solid 1px #dddddd;
}

.basket table thead th {
	color: #cbcaca;
}

.basket table thead th.image {
	width: 100%
}
.basket table thead th.desc {
	width: 100%
}
.basket table thead th.qty {
	width: 100%
}
.basket table thead th.subtotal {
	width: 100%
}
.basket table thead th.total {
	width: 100%
}

.fimage {
    width: 100%;
    height: auto !important;
}


/* FOOTER STYLES */
section.pit-stop {
	background-image: url('/_imgs/pitstop-bg.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	padding-top: 4rem;
	padding-bottom: 3rem;
}
section.pit-stop h2 {
	margin-bottom: 2rem;
	font-size: 40px;
	color: white;
}
section.pit-stop p {
	color: white;
	text-transform: uppercase;
}
.pit-btns img {
	width: 50%;
}
section.footer {
	background: #2a2727;
}
section.footer p{
	font-size: 13px;
	color: white;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.social {
	margin-top: 1.5rem;
}
.social img {
	width: 25%;
}
.zeekee img {
	width: 75%;
	margin-top: 1.5rem;
}


#start-time { 
	font-family: 'Orbitron', sans-serif;
	bottom: 37%;
	position: absolute;
	color: white;
	font-size: 2.5em;
	width: 100%;
}

@media only screen and (min-width: 40.063em) { /* min-width 641px, medium screens */
	.top-bar {
		background: white;
		margin-top: 2rem;
		padding-bottom:2rem;
	}

	.top-bar .name {
		height: 0;
	}

	.top-bar-section ul.right {
	    padding: 0;
	    height: auto;
	    display: block;
	    font-size: 16px;
	    margin: 0;
	    padding-top: 2rem;
	}

	.basket table thead th.image,
	.basket table tbody td.image {
		width: 10%;
	}
	.basket table thead th.desc,
	.basket table tbody td.desc {
		width: 60%;
	}
	.basket table thead th.qty,
	.basket table tbody td.qty {
		width: 10%;
		text-align: center;
	}
	.basket table thead th.subtotal,
	.basket table tbody td.subtotal {
		width: 10%;
		text-align: right;
	}
	.basket table thead th.total,
	.basket table tbody td.total {
		width: 10%;
		text-align: right;
	}

}

@media only screen and (min-width: 777px) and (max-width: 888px) {
	#start-time {
		font-size: 2em;
	}
}
@media only screen and (min-width: 667px) and (max-width: 777px) {
	#start-time {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 351px) and (max-width: 667px) {
	#start-time {
		font-size: 2em;
	}
}
@media only screen and (max-width: 350px) {
	#start-time {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 667px) {
	.top-bar-section ul li > a {
		color: #f26649;
	}
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		border: none;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
		background: white;
	}
	.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
		color: #f26649;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
		background: transparent;
	}
	.race-watch {
		position: relative;
		margin-top: 0rem;
	}
	.race-watch img {
		width: 75%;
	}
}






/* MEDIA QUERIES (FROM LARGE TO SMALL) */

/* Foundation Medium Screen */ 
@media only screen and (max-width: 1024px) {
}

/* iPhone 6+ Landscape */ 
@media only screen and (max-width: 736px) {

}

/* iPhone 6 Landscape */ 
@media only screen and (max-width: 667px) {

}

/* Foundation Small screen */ 
@media only screen and (max-width: 640px) {

}

/* iPhone 5 Landscape */ 
@media only screen and (max-width: 568px) {

}

/* iPhone 3 & 4 Landscape */ 
@media only screen and (max-width: 480px) {

}

/* iPhone 6+ */ 
@media only screen and (max-width: 414px) {

}

/* iPhone 6 */ 
@media only screen and (max-width: 375px) {

}

/* iPhone 5, 4, & 3 */ 
@media only screen and (max-width: 320px){

}





.row {
	max-width: 70.5em;	
}


