/*---------------------------------------------------------------------------------

 Theme Name:   Sage Island Divi Child Theme
 Theme URI:    https://sageisland.com
 Description:  Divi child theme
 Author:       Sage Island Digital Marketing
 Author URI:   https://sageisland.com
 Template:     Divi
 Version:      1.0.0
 License:      
 License URI:  

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Main nav */
#top-menu li.mega-menu>ul {
	aspect-ratio: 2/1 !important;
	background-color: rgba(118,239,255,0.8);
}
.et_pb_section.main-navigation-section {
	overflow: visible;
}
.et_pb_section.section-transform {
	transition: none !important;
	background-color:transparent !important;
	overflow: visible;
}
.et_pb_section.section-transform-active {
	background-color:rgba(118,239,255,0.95) !important;
	transition: none;
}
.et-db #et-boc .et-l .et_pb_row.background-row {
	background-color:rgba(118,239,255,0.95);
	padding: 35px 0 !important;
	position: absolute !important;
	transition: background 0.5s ease-in;
}
.et_pb_image_0_tb_header.et_pb_module.main-logo {
	margin-left: 2vw !important;
}
.et-db #et-boc .et-l .home .et_pb_row.background-row {
	background-color:rgba(118,239,255,0);
}
.main-navigation-text-containerx {
	top: -12px;
    position: relative;	
}
.et_pb_section.section-transform-active .main-navigation-text-container {
	background-color:transparent !important;
}
.main-navigation-text a {
	color: #0000aa;
}
.et_pb_row.megamenu-row .menu-item-click {
	border-bottom: 0;
}
.et_pb_row.megamenu-row h2, .et_pb_row.megamenu-row h2 a {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	color: #0000aa !important;
	font-weight: 900 !important;
}
.et_pb_row.megamenu-row ol {
	list-style: none;
}
.et_pb_row.megamenu-row li a {
	font-weight: normal;
	color: #0000aa !important;
	transition: all cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.2s;
}
.et_pb_row.megamenu-row li a:hover {
	padding-left: 2%;
	transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.2s
}
.main-logo {
	width: 200px;
}
.section-transformx {
	cursor: pointer;
}
.section-transform .megamenu-row {
	display: none !important;
}
.section-transform-active {
	height: 100% !important;
	width: 100% !important;
	z-index: 99999 !important;
	background-color: #FFFFFF !important;
}   
.section-transform-active .megamenu-row {
	display: block !important;	
}
.section-transform {
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	-ms-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
#btn-register {
	border-radius: 100px;
	padding: 12px 24px;
	background-color: #0000aa;
	color: #76efff !important;
}
#btn-register:hover {
	border-radius: 100px;
	padding: 12px 24px;
	background-color: #0000aa;
	color: #ffffff !important;
}

@media (max-width:980px) {
	.main-navigation-section .et_pb_column.col-one {
		width: 20%;
	}
	.main-navigation-section .et_pb_column.col-two {
		width: 80%;
	}
	.main-navigation-text-container {
		padding: 1rem 0;
	}
	.main-navigation-text a {
		font-size: 1rem !important;
		vertical-align: middle;
		margin-right: 1rem;
		/*color: #ffffff;*/
	}	
	.et_pb_row.megamenu-row {
		padding: 3rem 0;
		width: 86%;
	}
	.et_pb_row.megamenu-row .et_pb_column {
		width: 33%;
		padding: 0 !important;
		margin-bottom: 0
	}	
	.et_pb_row.megamenu-row h2,
	.et_pb_row.megamenu-row h2 a {
		font-size: 1.6rem;
	}	
	.et_pb_row.megamenu-row li a {
		font-size: 1.25rem;
		line-height: 1rem;
	}
	#menu-open {
		font-size: 40px !important;
	}
}	
@media (max-width:767px) {		
	header {
		z-index: 100;
		position: relative;
	}
	#main-content {
		z-index: 25;
		position: relative;
	}
	footer {
		z-index: 1;
		position: relative;
	}
	.main-navigation-section .et_pb_column.col-one {
		width: 20% !important;
	}
	.main-navigation-section .et_pb_column.col-two {
		width: 80% !important;
	}
	.main-navigation-text-container {
		padding: 0;
		width: fit-content;
		margin-left: auto;
		margin-right: 2rem;
	}	
	.main-navigation-text a {
		display: none;
	}
	.et_pb_row.megamenu-row {
		padding: 3rem 0;
		width: 86% !important;
	}
	.megamenu-row ol {
		columns: 2;
	}
	.megamenu-row ol ol {
		display: none;
	}	
	.et_pb_row.megamenu-row li a {
		font-size: 1rem !important;
		line-height: 1;
	}
	#menu-open {
		text-align: center;
		display: block;
		width: 100% !important;
		margin: auto !important;
		font-size: 40px !important;
	}
}
@media (min-width:981px) {
	.main-navigation-section .et_pb_column.col-one {
		width: 20% !important;
	}
	.main-navigation-section .et_pb_column.col-two {
		width: 80% !important;
	}	
	.main-navigation-text {
		max-width: 1440px;
	}
	.main-navigation-text .et_pb_text_inner {
		display: flex;
	}	
	div.main-navigation-text a {
		font-size: 14px;
		margin-right: 1rem;
		vertical-align: middle;
		/*color: #ffffff;*/
	}
	div.main-navigation-text a:hover {
		border-bottom: 1px solid #ffffff;
	}		
	div.main-navigation-text a.btn:hover,
	a#menu-open:hover {
		border-bottom: 0;
	}	
	.et_pb_row.megamenu-row {
		padding-top: 2rem;
		max-width: 1000px;
		width: 1000px;
	}	
	.et_pb_row.megamenu-row h2,
	.et_pb_row.megamenu-row h2 a {
		font-size: 1.6rem;
	}
	.et_pb_row.megamenu-row li a {
		font-size: 1.1rem !important;
		line-height: 1.5rem;
		display: block;
		margin-bottom: 8px;
	}		
	#menu-open {
		font-size: 32px;
	}	
}
@media (min-width:2500px) and (min-height:800px) {
	.main-navigation-row {
		max-width: 1440px !important;
	}
}
/* End Main nav */
/* Home Hero */
.et_pb_module.home-hero {
	width: 100%;
	display: flex;
}
@media (max-width:980px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/3;
	}
	.et_pb_module.home-hero .header-content-container {
		margin-top: -7rem;
	}	
	.et_pb_module.home-hero .et_pb_fullwidth_header_container,
	.et_pb_module.home-hero .et_pb_fullwidth_header_container .header-content {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.et_pb_module.home-hero h1 {
		font-size: 46px;
	}
	.et_pb_section.home-datetime-section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media (max-width:767px) {	
	.et_pb_module.home-hero {
		aspect-ratio: 3/5;
	}
	.et_pb_module.home-hero .header-content-container {
		margin-top: 0;
	}
}
@media (min-width:981px) {
	.et_pb_module.home-hero .et_pb_fullwidth_header_container,
	.et_pb_module.home-hero .et_pb_fullwidth_header_container .header-content {
		max-width: 1440px;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}	
	.et_pb_module.home-hero {
		aspect-ratio: 3/2;
	}
	.et_pb_module.home-hero h1 {
		font-size: 54px;
	}	
}
@media (min-width:1250px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.65;
	}		
}
@media (min-width:1400px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.65;
	}	
	.et_pb_module.home-hero h1 {
		font-size: 64px;
	}	
}
@media (min-width:1600px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.5;
	}		
}
@media (min-width:1680px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.25;
	}		
}
@media (min-width:1720px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.75;
	}		
}
@media (min-width:1880px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.1;
	}		
}
@media (min-width:1900px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.4;
	}
	.et_pb_module.home-hero h1 {
		font-size: 80px;
	}		
}
@media (min-width:1980px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.4;
	}		
}
@media (min-width:2500px) and (min-height:800px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/0.825;
	}		
}
@media (min-width:2500px) and (min-height:1400px) {
	.et_pb_module.home-hero {
		aspect-ratio: 3/1.5;
	}		
}
/* End Home Hero */

/* Home Countdown */
.countDownWrap .clock {
	list-style:none;
	padding:0;
	margin:0;
	display:inline-flex;
	text-align:center;
}

.countDownWrap .clock li {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    color: #FFFFFF;
    background-color: #0000AA;
    border-radius: 100px;
    margin-right: 3%;
}

.countDownWrap .clock li span {
	display:block;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}
header .countdown-container {
	opacity: 1;
	transition: opacity 0.5s ease-in;
}

.countdown-container .date-title,
.countdown-container .location-title {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #0000AA!important;
    text-align: center;
}

@media (max-width: 980px) {
	.et_pb_fullwidth_code_0.countdown-module {
		padding-top: 2rem;
    	padding-bottom: 2rem;		
	}	
	header .countdown-container {
		display: none;
	}	
	.countdown-container {
		max-width: 80%;
		margin: auto;
		text-align: center;
	}	
	.countdown-container .title-column {
		width: 100%;
	}
	.countdown-container .date-title {
		font-size: 36px;
		padding-bottom: 6px;
	}
	.countdown-container .location-title {
		font-size: 16px
	}	
	.countdown-container .countdown-column {
		width: 100%;
	}
	.countdown-container .countDownWrap .clock li {
		margin: 1rem 2% 0;
		font-size: 29px;
		width: 98px;
		height: 80px;
		padding-top: 18px;
	}
	.countDownWrap .clock li span {
		font-size:12px;
		line-height: 1.5;
	}	
}
@media (max-width: 767px) {
	.et_pb_fullwidth_code_0.countdown-module {
		padding-top: 16px;
    	padding-bottom: 12px;		
	}		
	header .countdown-container {
		display: none;
	}
	.countdown-container .date-title {
		font-size: 24px;
		line-height: 1;
		padding-bottom: 0;
	}
	.countdown-container .location-title {
		font-size: 12px
	}
	.countdown-container .countDownWrap .clock li {
		margin: 1rem 1% 0;
		font-size: 24px;
		width: 78px;
		height: 68px;
		padding-top: 12px;
	}	
	.countDownWrap .clock li span {
		font-size:12px;
		line-height: 1.5;
	}		
}
@media (min-width: 981px) {
	.countdown-container {
		max-width: 900px;
		margin: auto;
		display: flex;
	}	
	header .countDownWrap {
		display: flex;
		margin: auto;
	}	
	header .countdown-container {
		max-width: 500px;
		margin: 8px auto 0 0;
	}	
	.countdown-container .title-column {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	.countdown-container .date-title {
		font-size: 36px;
		padding-bottom: 6px;
		margin-top: auto;
	}
	.countdown-container .location-title {
		font-size: 16px;
		margin-bottom: auto;
	}
	.countdown-container .countdown-column {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	.countdown-container .countDownWrap .clock li {
    	font-size: 29px;	
		width: 92px;
		height: 80px;
		padding-top: 18px;
	}
	.countDownWrap .clock li span {
		font-size:12px;
		line-height: 1.5;
	}		
	header .countdown-container .countDownWrap .clock li {
    	font-size: 18px;
		line-height: 1.1;
		width: 58px;
		height: 50px;
		padding-top: 8px;
	}	
	header .countDownWrap .clock li span {
		font-size:10px;
		line-height: 1;
	}		
}
/* End Home Countdown */

/* Home Blurbs */
#home-blurbs-section {
	z-index: 1;
}
#home-blurbs-section .et_pb_row_5col {
	display: flex;
}
#home-blurbs-section .et_pb_row_5col .et_pb_column {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
	color: #0000aa;
	background-color: #76efff !important;
	border-radius: 8px;
	padding: 1rem;
	width: 19%;
	margin-right: 2%;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.25);
}
#home-blurbs-section .et_pb_module_header {
	font-weight: 900;
	color: #0000aa;
	font-size: 56px
}
#home-blurbs-section .et_pb_blurb_description h4 {
	font-weight: 900;
	color: #0000aa;
	text-transform: uppercase;
}
#home-blurbs-section .et_pb_blurb_description p {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 0;
}
#home-blurbs-section .see-more {
	font-weight: 900;
	border: 0;
	background-color: transparent;
	color: #0000aa;
	transition: none;
}
#home-blurbs-section .see-more:after {
	transition: none;
	margin-left: 0em;
	top: 14px;
	font-size: 20px;
}
#home-blurbs-section .see-more:hover {
	color: #ffffff;
}
@media (max-width: 980px) {
	#home-blurbs-section .home-course-blurb,
	#home-blurbs-section .see-more {
		margin-bottom: 1rem;
	}
	#home-blurbs-section .et_pb_row_5col .et_pb_column {
		width: 48%;
		margin-right: 2%;	
	}
	#home-blurbs-section .et_pb_blurb_description p {
		padding-bottom: 2rem !important;
	}	
}
@media (max-width: 767px) {
	#home-blurbs-section .et_pb_button_module_wrapper {
		position: relative !important;
	}
	#home-blurbs-section .et_pb_blurb_description p {
		padding-bottom: 0 !important;
	}
	#home-blurbs-section .home-course-blurb, #home-blurbs-section .see-more {
		margin-bottom: 0 !important;
	}	
}
@media (min-width: 981px) {
	#home-blurbs-section .et_pb_button_module_wrapper {
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 0;
		display: block;
		left: 0;
	}
}
/* End Home Blurbs */

/* Home Race Blurbs */
#home-race-section .race-info-blurbs-row .et_pb_column {
	color: #0000AA;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 1.5rem;
}
.home-race-blurb {
    border: none !important;
    padding: initial !important;
}
#home-race-section .home-race-blurb h3 {
	color: #0000AA;
	font-weight: bold;
	font-size: 24px;
}
.home-race-blurb-cta {
	color: #76EFFF!important;
	padding: 0.3em 1em !important;
	border: 1px solid #0000AA;
	border-radius: 100px;
	font-size: 20px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	background-color: #0000AA;	
}
.home-race-blurb-cta:after {
	display: none;
}
.home-race-blurb-cta:hover {
	border-radius: 100px !important;
	color: #0000AA !important;
	background-color: #ffffff !important;
	border: 1px solid #0000AA !important;	
}
@media (max-width: 980px) {
	.home-race-blurb {
		margin-bottom: 1rem !important;
	}
}
@media (min-width: 981px) {
	#home-race-section .race-info-blurbs-row {
		display: flex;
	}	
	.home-race-blurb {
		border: none !important;
		padding: initial !important;
		margin-bottom: 4rem !important;
	}	
	#home-race-section .et_pb_button_module_wrapper {
		position: absolute;
		bottom: 1rem;
		left: 50%;
		transform: translate(-50%);
		width: 100%;
	}	
	.et_pb_column {
		width: 33%;
		margin-right: 1%;
	}
}
/* End Home Race Blurbs */
/* Home Maps */
.home-map-btns-code {}
ul.home-map-btns {
	list-style-type: none;
	padding-bottom: 0;
}
.home-map-btns li a {
		color: #0000AA!important;
		padding: 12px 32px !important;
		border: 0;
		border-radius: 100px;
		font-size: 20px;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
		font-weight: 700!important;
		text-transform: uppercase!important;
		background-color: #ffffff;
}
.home-map-btns li a:hover {
	color: #0000AA !important;
	background-color: #76efff;
}
@media (max-width: 980px) {
	.home-map-buttons {
		padding: 2rem 0 1rem;
	}
	.entry-content .home-map-btns {
		column-count: 2;
		padding: 0;
	}
	.home-map-btns-code .home-map-btns li {
		margin-bottom: 1.5rem !important;
		margin-right:0;
	}	
	.home-map-btns li a {
		width: 90%;
		display: block;
		margin: auto;
	}	
}
@media (max-width: 767px) {
	.home-map-btns-code .home-map-btns li {
		margin-bottom: 1rem !important;
	}	
	.home .et_pb_code_3 {
		width: 90%;
	}	
	.home-map-btns {
		column-count: 1;
		padding-left: 0 !important;
	}
	.home-map-btns li {
		margin-bottom: 1rem;
		margin-right: 0 !important;
	}
	.home-map-btns li a {
		width: 100%;
		display: block;
		margin: auto;
		padding: 6px 12px!important;
		font-size: 12px;
	}		
}
@media (min-width: 981px) {
	.et_pb_code_3.home-map-btns-code { width: 100%; }
	ul.home-map-btns {
		display: inline-flex;
	}
	.home-map-btns li a {
		padding: 12px 32px !important;
		font-size: 20px;
		margin-right: 2rem;
	}	
}
/* End Home Maps */
.nowrap {
	white-space: nowrap;
}
div.main-navigation-text a {
	border-bottom: 0 !important;
}
/*.section-transform div.main-navigation-text a,
.section-transform-active div.main-navigation-text a {
    color: #0000ae !important;
}
.home .section-transform div.main-navigation-text a {
    color: #ffffff !important;
}
.home .section-transform-active  div.main-navigation-text a {
    color: #0000ae !important;
}
.home #menu-open {
	color: #ffffff;
}
*/
.full-hero h1 {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 900;
	color: #0000AA;
	line-height: 1.25;
	padding-bottom: 0;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.3em rgba(0,0,0,0.9);	
}
.full-hero .et_pb_fullwidth_header_subhead {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.25;
	text-transform: uppercase;
	    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.9);
}
@media (max-width: 980px) {
	.full-hero {
		aspect-ratio: 4/3.5;
		display: flex;
	}
	.full-hero h1 {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.full-hero {
		aspect-ratio: 4/5;
		display: flex;
	}
	.full-hero h1 {
		padding-top: 4rem;
		font-size: 40px;
	}		
}
@media (min-width: 981px) {
	.full-hero {
		aspect-ratio: 5/1.25;
		display: flex;
	}
	.full-hero h1 {
		font-size: 60px;
	}
	.full-hero .et_pb_fullwidth_header_subhead {
		font-size: 24px;	
	}		
}

.body-content-section:first-child {
	padding-top: 12rem !important;
}
.body-content-section:last-child {
	padding-bottom: 5rem !important;
}
.body-content-section h1, 
.body-content-section h2, 
.body-content-section h3 {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 900;
	color: #0000AA;
	line-height: 1.25;
	text-transform: uppercase;
}
.body-content-section h1 {
		font-size: 46px;
		padding-bottom: 1.5rem;
}
.body-content-section h2 {
	padding-bottom: 1.5rem;
}
.body-content-row {
	max-width: 1280px;
}
@media(max-width: 980px) {
		.body-content-section:first-child {
			padding-top: 9rem !important;
	}
	.body-content-row {
		width: 84%;
	}
}
@media(max-width: 980px) {
	.body-content-section h2 {
		font-size: 36px;
	}	
}
@media(max-width: 767px) {
	.body-content-section:first-child {
		padding-top: 7rem !important;
	}
	.body-content-section h2 {
		font-size: 32px;
	}
}

@media(min-width: 981px) {
	.body-content-section h2 {
		font-size: 40px;
	}
}

.marathon-list {
	display: block;
	padding-bottom: 1rem;
}
.marathon-list h2 {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700;
	color: #0000AA;
}

div.btn-standard {
	padding-top: 1.5rem;
}
.btn-standard a { 
	color: #76EFFF!important;
	padding: 12px 32px !important;
	border: 1px solid #0000AA;
	border-radius: 100px;
	font-size: 20px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	background-color: #0000AA;
	text-align: center;
}
.btn-standard a:hover {
	color: #0000AA !important;
	border: 1px solid #76EFFF;
	background-color: #76EFFF !important;
}
/* Pacer */
.pacer-times .full-pacers,
.pacer-times .half-pacers {
	background-color: #76EFFF;
	color: #0000AA!important;
		-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
	padding: 1.5rem;
	border-radius: 20px;
}
.pacer-times h3 {
	text-align: center;
}
.pace-col:first-child {
	width: 40%;
	margin-right: 20%;
}
.pace-col {
	width: 40%;
}
.pace-col ul {
	column-count: 4;
	column-gap: 4vw;
	width: fit-content;
	list-style: none;
	padding-left: 0;
}
.full-pacers ul {
	column-count: 3;
	/*column-gap: 28px;
	width: fit-content;*/
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.half-pacers ul {
	column-count: 3;
		/*column-gap: 28px;
width: fit-content;*/
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.beast-pacing-link {
	white-space: nowrap;
	color: #0000aa;
}

@media (max-width: 980px) {
	#pacers .col-left {
		display: block;
		padding: 0;
	}	
	.beast-pacing {
		width: 200px;
		float: left;
		margin-top: 12px;
		margin-right: 28px;
	}	
	.pacer-times .full-pacers,
	.pacer-times .half-pacers {
		min-height: 210px;
	}		
}
@media (max-width: 767px) {
	#pacers .col-left {
		display: flex;
		padding: 0 10%;
	}
	.beast-pacing { 
    width: 200px !important;
    float: none;
    margin: 0 auto 1rem !important;
    text-align: center;
	}	
	.pacer-times .full-pacers,
	.pacer-times .half-pacers {
		min-height: inherit;
	}		
}
@media (min-width: 981px) {
	.pace-times-section .et_pb_row { 
		width: 90%;
	}	
	.beast-pacing {
		width: 150px;
		float: left;
		margin-top: 12px;
		margin-right: 28px;
	}	
	.pacer-times .full-pacers,
	.pacer-times .half-pacers {
		min-height: 210px;
	}	
}
@media (min-width: 1100px) {
	.pace-times-section .et_pb_row { 
		width: 80% !important;
	}	
}
/* end pacer */
/* Home Blurbs */
#home-blurbs-section .et_pb_row_5col {
	display: flex;
}
#home-blurbs-section .et_pb_row_5col .et_pb_column {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
	color: #0000aa;
	background-color: #76efff !important;
	border-radius: 8px;
	padding: 1rem;
	width: 19%;
	margin-right: 2%;
}
#home-blurbs-section .et_pb_module_header {
	font-weight: 900;
	color: #0000aa;
	font-size: 56px
}
#home-blurbs-section .et_pb_blurb_description h4 {
	font-weight: 900;
	color: #0000aa;
	text-transform: uppercase;
}
#home-blurbs-section .et_pb_blurb_description p {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 1rem;
}
#home-blurbs-section .et_pb_button_module_wrapper {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	display: block;
	left: 0;
}
#home-blurbs-section .see-more {
	font-weight: 900;
	border: 0;
	background-color: transparent;
	color: #0000aa;
	transition: none;
}
#home-blurbs-section .see-more:after {
	transition: none;
	margin-left: 0em;
	top: 14px;
	font-size: 20px;
}
#home-blurbs-section .see-more:hover {
	color: #ffffff;
}
@media (max-width: 980px) {
	#home-blurbs-section .et_pb_row_5col .et_pb_column {
		width: 48%;
		margin-right: 2%;	
	}
}
/* End Home Blurbs */

/* Home Race Blurbs */
.home-race-blurb h3 {
	color: #0000AA;
	font-weight: bold;
	font-size: 24px;
}
.home-race-blurb {
	padding: 1.5rem;
}
.home-race-blurb-cta {
	color: #76EFFF!important;
	padding: 0.3em 1em !important;
	border: 1px solid #0000AA;
	border-radius: 100px;
	font-size: 20px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	background-color: #0000AA;
	text-align: center;
}
.home-race-blurb-cta:after {
	display: none;
}
.home-race-blurb-cta:hover {
	border-radius: 100px !important;
	color: #0000AA !important;
	background-color: #ffffff !important;
	border: 1px solid #0000AA !important;	
}
/* End Home Race Blurbs */

/* Marathon Blurbs */
.marathon-blurbs-row {
	max-width: 1280px;
	z-index: 1;
}
.marathon-blurbs-row h4 {
	color: #0000AA;
	font-weight: bold;
	font-size: 24px;
}
.marathon-blurbs-row .et_pb_column {
	color: #0000AA;
	border: 1px solid #cccccc;
	border-radius: 12px;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	position: relative !important;
}
.marathon-blurbs-row .blurb_title h4 {
	padding-bottom: 0;
}
.marathon-blurbs-row .blurb_description {
	padding: 0 1.5rem;
}
.marathon-blurbs-row .et_pb_column {
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
}
.marathon-blurbs-row .btn-standard {
	width: 100%;
	padding: 0 1.5rem;
	display: block;
}
.marathon-blurbs-row .btn-standard a {
	display: block;
	margin: 1.5rem auto;
	padding: 12px 32px;
}
@media (max-width: 980px) {
	.marathon-blurbs-row .et_pb_column {
		width: 100%;
		margin-right: 0%;
	}
	.marathon-blurbs-row .blurb_description {
		width: 100%;
		margin: auto;
		font-size: 16px;
	}	
	.home .marathon-blurbs-row .btn-standard a {
		max-width: 70%;
	}	
}
@media (max-width: 767px) {
	.marathon-blurbs-row .et_pb_column {
		max-width: 100%;
		margin-right: 0%;
	}
	.home .marathon-blurbs-row .btn-standard a {
		max-width: fit-content;
	}		
}
@media (min-width: 981px) {
	.marathon-blurbs-row {
		display: flex;
	}	
	.marathon-blurbs-row .et_pb_column {
		width: 32%;
		margin-right: 2%;
	}
	.marathon-blurbs-row .blurb_description {
		padding-bottom: 5rem;
	}
	.marathon-blurbs-row .btn-standard {
		position: absolute;
		bottom: 1rem;
	}	
	.home .marathon-blurbs-row .btn-standard a {
		width: 70%;
	}	
}
/* End Marathon Blurbs */
/* Blog Home */
article {
	border-bottom: 1px solid #cccccc;
}
article h2.entry-title {
	padding-bottom: 8px;
}
article a.more-link {
	margin-top: 12px;
	margin-bottom: 1rem;
}
@media (max-width: 980px) {
	.blog-home .body-content-row:first-child {
		padding-bottom: 2rem;
	}	
	article a.entry-featured-image-url {
			float: left;
			max-width: 30%;
			margin-right: 4%;
			margin-bottom: 0;
	}	
	article h2.entry-title,
	article .post-meta,
	article .post-content {
		width: 66%;
		float: left;
	}
	article h2.entry-title a {
		max-width: none;
	}
}
@media (max-width: 767px) {
	article a.entry-featured-image-url,
article h2.entry-title,
	article .post-meta,
	article .post-content {
		float: none;
		width: 100% !important;
		max-width: 100%;
	}
	article h2.entry-title {
		padding-bottom: 45px !important;
	}	
}
@media (min-width: 981px) {
	.blog-home .body-content-row:first-child {
		padding-bottom: 4rem;
	}	
	article a.entry-featured-image-url {
			float: left;
			max-width: 30%;
			margin-right: 4%;
			margin-bottom: 0;
	}		
	article h2.entry-title,
	article .post-meta,
	article .post-content {
		width: 66%;
		float: left;
	}
	article h2.entry-title a {
		max-width: none;
	}
}
/* End Blog Home */
/* Events page */
.events-row {
	display: flex;
	flex-wrap: wrap;
}
.events-row .et_pb_column  {
	margin: auto;
}
.events-row p {
	color: #000000;
}
.rounded-image img, 
.events-row img { 
		-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
}
.events-row .btn-standard {
	width: 100%;
}
@media (max-width: 980px) {
	.rounded-image img, 
	.events-row img { 
		border-radius: 20px;
	}
	.events-row .btn-standard {
		display: flex;
		column-gap: 8px;
	}	
	.events-row .btn-standard a {
		width: 50%;
	}		
}
@media (max-width: 767px) {
	.rounded-image img, 
	.events-row img { 
		border-radius: 12px;
		margin-bottom: 2rem
	}
	.events-row .btn-standard {
		display: inline-grid;
	}
	.events-row .btn-standard a {
		width: 100%;
	}	
}
@media (min-width: 981px) {
	.rounded-image img, 
	.events-row img { 
		border-radius: 20px;
	}
	.events-row .btn-standard {
		display: flex;
		column-gap: 8px;
	}	
}
/* End Events page */
/* Race Schedule */
	.schedule-dates .et_pb_column {
		padding-bottom: 1rem;
		-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
}
.schedule-date {
	color: #000000;
	background-color: #76EFFF;
	margin-bottom: 0 !important;
}
.schedule-dates p.datetime {
	color: #000000;
	border-top: 1px solid #dddddd;
	padding: 1rem 1.5rem !important;	
}
.schedule-dates p.datetime:first-child {
	border-top: 0;	
}
.schedule-date .col-left i {
	font-size: 42px;
	color: #0000AA;
	margin-bottom: 0.5rem;
	padding: 1.5rem 1rem 1.5rem 1.5rem !important;	
}
.schedule-date h3 {
	font-weight: 900 !important;
	padding-bottom:4px;
	text-transform: none !important;
}
.parking-shuttles {
	display: flex;
	flex-wrap: wrap;
}
.parking-shuttles .et_pb_column  {
	margin: auto 4% auto 0;
}
.parking-shuttles img { 
		-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
}
.parking-shuttles p {
	color: #000000;
}
@media (max-width: 980px) {
	.schedule-dates .et_pb_column {
		border-radius: 20px;
	}	
	.schedule-date h3 {
		font-size: 32px;
	}			
	.schedule-date {
		border-radius: 20px 20px 0 0;
	}		
	.schedule-date .et_pb_code_inner {
		display: flex;
	}
	.schedule-date .col-left {
		width: 14%;
		margin: auto;
	}
	.schedule-date .col-right {
		width: 86%;
		margin: auto;
	}
	.schedule-date .col-left i {
		margin-right: 1rem;
	}	
	.parking-shuttles img { 
		border-radius: 20px;
		margin-bottom: 2rem!important;
	}
	.bag-drop .et_pb_module.parking-location,
.bag-drop .et_pb_module.bathrooms {
		padding: 0 !important;
	}
}
@media (max-width: 767px) {	
	.schedule-dates .et_pb_column {
		border-radius: 12px;
		margin-bottom: 2rem
	}
	.schedule-date h3 {
		font-size: 24px;
	}		
	.schedule-date {
		border-radius: 12px 12px 0 0;
	}		
	.schedule-date .col-left {
		width: 24%;
		margin: auto;
	}
	.schedule-date .col-right {
		width: 76%;
		margin: auto;
	}	
	.parking-shuttles img { 
		border-radius: 12px;
		margin-bottom: 2rem
	}
}
@media (min-width: 981px) {	
	.schedule-dates .et_pb_column { 
		border-radius: 20px;
	}	
	.schedule-date h3 {
		font-size: 24px;
	}	
	.schedule-date {
		border-radius: 20px 20px 0 0;
	}	
	.schedule-date .col-left {
		display: table-cell;
		width: 15%;
	}
	.schedule-date .col-left i {
		margin-right: 0;
	}		
	.schedule-date .col-right {
		display: table-cell;
		width: 85%;	
	}		
	.parking-shuttles img { 
		border-radius: 20px;
	}
	.parking-location h3 {
		font-size: 28px;
	}
}
@media (min-width: 1440px) {	
	.schedule-date h3 {
		font-size: 28px;
	}
}
@media (min-width: 1600px) {	
	.schedule-date h3 {
		font-size: 32px;
	}
}
/* End Race Schedule */
.race-course-section a {
	color: #0000AA;
}
.race-course-section a:hover {
	text-decoration: underline;
}
/*
.register-group a {
	color: #0000AA;
}
.register-group a:hover {
	text-decoration: underline;
}
/* Contact Us */
.contact-section input {
    border-radius: 30px 0 0 30px !important;
    padding: 10px !important;
}
.contact-section .frm_button_submit {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0 30px 30px 0 !important;
     color: #76efff !important;
     background-color: #0000aa !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
}
.contact-section .frm_button_submit:hover {
	color: #ffffff !important;
}
.contact-section .contact-blurbs a {
	color: #0000aa;
}
.contact-section .contact-blurbs a:hover {
	text-decoration: underline;
}
.contact-section .contact-blurbs {
	padding: 2rem !important;
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
}
@media (max-width: 980px) {
	.contact-blurbs { 
		border-radius: 20px;
	}
}
@media (max-width: 767px) {
	.contact-blurbs { 
		border-radius: 12px;
		margin-bottom: 2rem
	}
}
@media (min-width: 981px) {
	.contact-blurbs { 
		border-radius: 20px;
	}
}
/* End Contact Us */

.h2-container {
	padding: 1rem auto!important;
	background-color: #76EFFF;
	border-radius: 12px;
	margin-bottom: 1rem;
}
.h2-container h2 {
	padding-bottom: 0 !important;
}
.h2-contained h2 {
	padding: 1rem 1.5rem !important;
	background-color: #76EFFF;
	border-radius: 12px;
	margin-bottom: 1rem;
}

#form_compentryform button { 
    color: #76EFFF!important;
    padding: 12px 32px!important;
    border: 1px solid #0000AA;
    border-radius: 100px;
    font-size: 20px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #0000AA;
    text-align: center;
}
#form_compentryform button:hover { 
    color:#0000AA !important;
    padding: 12px 32px!important;
    border: 1px solid #76EFFF;
    background-color: #76EFFF;
}
@media (max-width: 980px) {
	.body-content-section .parking-shuttles.h2-container h2 {
		font-size: 32px !important;
	}
}
@media (max-width: 767px) {
	.body-content-section .parking-shuttles.h2-container h2 {
		font-size: 28px !important;
	}
}
@media (min-width: 981px) {}

.elite-col .et_pb_module {
	background-color: #76EFFF;
	padding: 2rem !important;
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);	
}
.elite-col ul {
	list-style-type: none;
	padding-left: 0;
}  
.comp-entry-stats ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	width: fit-content;
	margin: auto;
}
@media (max-width: 980px) {
	.elite-col .et_pb_module {
		border-radius: 20px;
	}	
	.elite-col ul {
		column-count: 3;
	} 	
}
@media (max-width: 767px) {
	.elite-col .et_pb_module {
		border-radius: 12px;
	}	
	.elite-col ul {
		column-count: 1;
	}  	
}
@media (min-width: 981px) {
	.elite-col .et_pb_module {
		border-radius: 20px;
	}
	.elite-col ul {
		column-count: 3;
	} 	
}
/* FAQs */
.faqs-text {
	color: #000000;
}
.faqs-text h3 {
	margin-top: 1rem;
	text-transform: none !important;
}
.faqs-text h3:before {
	content: 'A: ';
}
.faqs-text a {
	color: #0000AA;
	text-decoration: underline;
}
.faqs-text a:hover {
	text-decoration: none;
}
/* End FAQs */
.packet-info a {
	color: #0000AA;
	text-decoration: underline;	
}
.packet-alternate .et_pb_module {
	background-color: #76EFFF;
	padding: 2rem !important;
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);	
}
.to-do li {
	margin-top: 1rem;
}

#form_volunteer-form .frm_submit button {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 100px;
	padding: 12px 24px;
	background-color: #0000aa;
	color: #76efff !important;
	border: 0;
}
#form_volunteer-form .frm_submit button:hover {
	border-radius: 100px;
	padding: 12px 24px;
	background-color: #76efff;
	color: #0000aa !important;
	border: 0;
}
.blog-home-blog article h2.entry-title {
	padding-bottom: 1rem !important;
	width: 100%;
	float: none;
}
/* Sponsors */
.sponsor-logos-gallery .et_pb_gallery_image img {
    padding: 5% auto;
}
.run-with-us a {
	color: #0000AA;
	text-decoration: underline;	
}
@media (min-width: 981px) {
	.title-sponsors .et_pb_gallery_item:first-child {
		margin-left: auto;
	}
	.title-sponsors .et_pb_gallery_item:nth-child(2) {
		margin-right: auto !important;
	}
}
.sponsor-logos-gallery .et_pb_gallery_item {
	display: flex;
  flex-wrap: wrap;
}
.sponsor-logos-gallery .et_pb_gallery_image {
  display: flex;
  width: 100% !important;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.05);
  height: 100%;
  margin: auto;
  border-radius: 20px; 
  aspect-ratio: 1/1 !important; 
}
.sponsor-logos-gallery .et_pb_gallery_image img {
  width: 80%;
}
.sponsor-logos-gallery .et_pb_gallery_image a { 
	text-align: center;
  margin: auto;
}
.sponsor-logos-gallery .et_pb_gallery_image span.et_overlay {
  border-radius: 20px !important;
}
@media (max-width: 980px) {
	.sponsor-logos-gallery .et_pb_gallery_item {
 	 	margin-bottom: 24px !important;
	} 
}
@media (max-width: 767px) {
	.sponsor-logos-gallery .et_pb_gallery_item {
 	 	margin-bottom: 24px !important;
	} 
}
@media (min-width: 981px) {
  div.sponsor-logos-gallery .et_pb_gallery_items {
  display: flex;
  flex-wrap: wrap;
}
.sponsor-logos-gallery .et_pb_gallery_item {
  width: 14.66% !important;
  margin-right: 2% !important;
  margin-bottom: 2% !important;
  display: block;
}
.sponsor-logos-gallery .et_pb_gallery_image {
	display: flex;
}
.sponsor-logos-gallery .et_pb_gallery_image a { 
	text-align: center;
  margin: auto;
}
}
/* end sponsors */
/* Insta */
@media (max-width: 767px) {
	.insta-section-images .et_pb_column {
		width: 33.333% !important;
	}
}
/* Footer */
footer .footer-links h3 {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #FFFFFF!important;
}
footer .footer-links ul {
	padding-left: 8px;
	list-style-type: none !important;
	column-count: 2;
}
footer .footer-links li a {
	color: #76efff;
}
footer .footer-links li a:hover {
	text-decoration: underline;
}
footer .form-field {
    margin-bottom: 0px !important;
}
footer fieldset {
   padding-bottom: 0px !important;
}
footer input[type='email'] {
    border: 0 !important;
    border-radius: 30px 0 0 30px !important;
    padding: 10px !important;
}
footer .frm_button_submit {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: uppercase;
	font-weight: bold !important;
	border-radius: 0 30px 30px 0 !important;
	color: #0000aa !important;
	background-color: #76efff !important;
	box-shadow: none !important;
	border: 0 !important;
	margin: 0 !important;
}
#form_newsletter-form .frm_fields_container {
	display: flex !important;
}
footer .frm_button_submit:hover {
	background-color: #ffffff !important;
}
footer ul.et_pb_social_media_follow_0_tb_footer li a.icon:hover {
	background-color: #76efff !important;	
}
footer .footer-legal a {
	color: #76efff;
}
footer .frm_error {
	color: #76efff !important;
}
@media (max-width: 980px) {
	.footer-navigation-row .et_pb_column {
		width: 27.33%;
	}
	.footer-navigation-row .et_pb_column:first-child  {
		width: 24%;
	}	
	footer .footer-logo {
		left: 3rem;
	}
	footer .contact-text ul {
		column-count: 1;
		padding-left: 0;
		text-align: left;
	}	
}
@media (max-width: 767px) {
	footer .footer-logo {
		left: 50%;
	}	
	footer .footer-links ul {
		column-count: 2;
		text-align: left;
		width: 80%;
		margin: 1rem auto;
	}
	footer .contact-text ul {
		column-count: 1;
		padding-left: 0;
		text-align: center;
	}
	.footer-navigation-row .et_pb_column:last-child  {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-navigation-row .et_pb_column:last-child div,
	.footer-navigation-row .et_pb_column:last-child ul {
		width: 100% !important;
		text-align: center;
	}
	.footer-newsletter h3 {
		padding-bottom: 2rem;
		padding-top: 1rem;
	}
	.footer-navigation-row .et_pb_column:last-child div .form-field {
		width: fit-content !important;
		text-align: left;
		margin-left: auto;
	}
	.footer-navigation-row .et_pb_column:last-child div .frm_submit {
		text-align: left !important;
		width: fit-content !important;
		margin-right: auto;
	}	
}
@media (min-width:981px) {
	.footer-navigation-row .et_pb_column {
		width: 27.33%;
	}
	.footer-navigation-row .et_pb_column:first-child  {
		width: 18%;
	}
	footer .contact-text ul {
		column-count: 1;
		padding-left: 0;
		text-align: left;
	}	
}
@media (min-width:2500px) and (min-height:800px) {
	.footer-navigation-row {
		max-width: 1440px !important;
	}
}
/* End Footer */