/* a{
	color: #a41c36;
	text-decoration: underline;
}

.container{
	color: #ced4dc;
} */

.c-container{
	padding: 2vh 8% 4vh;
}

.c-container h1.heading{
	color: white;
}

.text-left{
	text-align: left !important;
}

.section{
	max-height: 92px;
	padding: 16px 32px;
	border-style: none;
	background-color: #ced4dc;
}

#scoreboard{
	color: white;
	background: url('../images/ongoing-texture.png');
	background-size: cover;
}

#scoreboard h2{
	background: url('../images/bandage-icon.png') no-repeat;
	padding-left: 40px;
	margin: 0;
	text-align: left;
}

#scoreboard h2 + p{
	margin-bottom: 20px;
}

.island-scoreboard{
	width: calc(25% - 14px);
	float: left;
	border: 3px solid red;
	margin: 0 9px;
}

.island-scoreboard:first-child{
	margin-left: 0;
}

.island-scoreboard:last-child{
	margin-right: 0;
}

.island-scoreboard h4{
	margin: 0;
	background: url('../images/island-bg.png') no-repeat;
	background-size: cover;
	text-align: center;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}

.island-scoreboard h4 span{
	position: relative;
}

.island-scoreboard h4 span:before,
.island-scoreboard h4 span:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 41px;
	height: 4px;
	margin-top: -2px;
	background: url('../images/header-flare.png') no-repeat;
}

.island-scoreboard h4 span:before{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	left: -48px;
}

.island-scoreboard h4 span:after{
	right: -48px;
}

.island-holder{
	position: relative;
	float: left;
	border-right: 2px solid red;
	padding: 15px 4px;
}

 .island-holder:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -17px;
	background: url('../images/4th-badge.png') right center no-repeat;
	width: 34px;
	height: 34px;
}

.rank-1 .island-holder:before{
	top: -12px;
	margin-left: -21px;
	background: url('../images/1st-badge.png') right center no-repeat;
	width: 43px;
	height: 43px;
}

.rank-2 .island-holder:before{
	background: url('../images/2nd-badge.png') right center no-repeat;
}

.rank-3 .island-holder:before{
	background: url('../images/3rd-badge.png') right center no-repeat;
} 

.score-info h5{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 55px;
	text-align: center;
	line-height: 1.2;
	margin: 13px 0 0;
}

.score-info h5 span.drop{
	background: url('../images/drop-icon.png') right center no-repeat;
	padding-right: 25px;
}

.score-info h5 span.text{
	font-size: .5em;
	text-transform: uppercase;
	position: relative;
	top: -.4em;
}

#range-holder{
	position: relative;
	text-align: center;
	margin-top: 20px;
	border: 3px solid red;
	padding: 6px 0;
}

#range{
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 0;
	background: red;
}

#range:after{
	content: '';
	position: absolute;
	right: -26px;
	top: 0;
	bottom: 0;
	background: url('../images/guage-end.png') no-repeat;
	background-size: cover;
	width: 26px;
	/* height: 32px; */
}

#range + span{
	position: relative;
	top: 2px;
	z-index: 1;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3px;
}

.text-block{
	position: static;
	left: 0px;
	top: 50%;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4px;
	clear: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.5px;
}

.flex-navbar a{
	color: rgba(0, 0, 0, .87);
}

.flex-donate a{
	color: white;
}

.navbar{
	background-color: #ced4dc;
}

.container-2{
	padding-top: 16px;
	padding-bottom: 16px;
}

.columns-2{
	padding-top: 24px;
	padding-bottom: 21px;
}

.column{
	padding-left: 32px;
}

.column-2{
	padding-right: 32px;
}

/* .icon{
	font-size: 32px;
} */

.menu-button{
	display: block;
	margin-top: -4px;
	padding-bottom: 17px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.menu-button.w--open{
	background-color: #a41e34;
}

.nav-menu{
	background-color: #a41e34;
}

.intro{
	min-height: 600px;
	background-image: url('../images/banner-texture.png');
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .8);
}

.intro .flex-container{
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.intro .button{
	background: url('../images/banner-button-bg.png') no-repeat;
	color: white;
	font-size: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 34px;
	width: 270px;
	font-family: 'Knockout htf50 welterweight', sans-serif;
}

.columns-3{
	padding-top: 12vh;
	padding-bottom: 16vh;
}

.column-3{
	padding-right: 4%;
	padding-left: 8%;
}

/* .heading{
	font-family: Oswald, sans-serif;
	color: white;
	font-size: 48px;
	line-height: 50px;
} */

.heading.h1{
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 72px;
	line-height: 1;
	letter-spacing: 2px;
}

.paragraph, .waikele p{
	margin-bottom: 32px;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: white;
	opacity: .7;
	font-size: 27px;
	line-height: 36px;
}

.paragraph a{
	color: white;
}

.column-left{
	width: 66.6666%;
	padding-right: 4%
}

.column-right{
	width: 33.333%;
}

.button{
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.flex-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 600px;
	padding: 12vh 8% 16vh;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.button-2{
	margin-top: 0px;
	padding: 11px 30px;
	border-radius: 10px;
	background-color: #a41c36;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: #deb0a8;
	font-size: 26px;
	line-height: 34px;
}

.flex-navbar{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	padding-top: 16px;
	padding-right: 32px;
	padding-left: 32px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.logo-column{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cta-column{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav-column{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.donate-section{
}

.heading-2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	text-transform: none;
}

.flex-donate{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 4% 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

._3col-text{
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}

._3col-text._3col-mid{
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
}

.flex-3col{
	padding-right: 0%;
	padding-left: 15%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-3col._3col-mid{
	padding-right: 15%;
	padding-left: 0%;
	border-left: 1px solid #fff;
}

#ongoing-container{
	padding-top: 4vh;
}

.ongoing-section{
	background-image: url('../images/ongoing-texture.png');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.ongoing-section .flex-donate{
	padding: 0;
}

.ongoing-section h3{
	color: white;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
}

.ongoing-section .flex-3col{
	padding: 0;
}

.ongoing-section p{
	color: white;
	font-size: 18px;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
}

.social-section{
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #ced4dc;
}

.heading-3{
	margin-top: 0px;
}

.heading-3.h1{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: #fff;
	font-size: 64px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
}

.div-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 48px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.image-2{
	padding-right: 24px;
	padding-left: 24px;
}

.image-3{
	padding-right: 24px;
	padding-left: 24px;
}

.image-4{
	padding-right: 24px;
	padding-left: 24px;
}

.image-5{
	padding-right: 24px;
	padding-left: 24px;
}

.flex-container-v{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12vh 8% 0vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.column-full{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-right: 0%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.list-item{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 28px;
	line-height: 34px;
}

.unordered-list{
	width: 100%;
	margin-top: 10px;
	padding-left: 26px;
	opacity: .7;
	font-family: Oswald, sans-serif;
	color: white;
	font-size: 22px;
	line-height: 34px;
}

.flex-container-mid{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0vh 8%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-container-bot{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0vh 8% 15vh;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.subtext{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: #9eabb8;
	font-size: 26px;
	line-height: 34px;
	text-align: right;
}

.image-6{
	padding-right: 24px;
	padding-left: 24px;
}

.column-right-sponsors{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	margin-left: auto;
	padding-top: 4vh;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-style: none;
	border-left-width: 1px;
	border-left-color: #a41c36;
}

.image-7{
	padding-right: 24px;
	padding-left: 24px;
}

.heading-4{
	margin-top: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: white;
	font-size: 36px;
}

.column-left-sponsors{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 0%;
	padding-right: 2%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sweepstakes{
	min-height: 0px;
}

.flex-sweepstakes{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 600px;
	padding: 0vh 0%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.column-left-sweeps{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 66.6666%;
	padding: 4vh 4% 2vh 8%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.column-right-sweeps{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-image: url('../images/grand-hyatt-logo.png'), url('../images/grand-hyatt-tall.jpg');
	background-position: 50% 75%, 0px 50%;
	background-size: 200px, cover;
	background-repeat: no-repeat, no-repeat;
}

.image-8{
	max-height: 100%;
}

.text-block-2{
	width: 66.666%;
	margin-top: 32px;
	font-family: Oswald, sans-serif;
	color: white;
	font-size: 14px;
	line-height: 26px;
}

/* .footer{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 64px 8%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #ced4dc;
}

.footer .text-block a{
	color: rgba(0, 0, 0, .87);
} */

.div-block-2{
	width: 50%;
}

.div-block-3{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.social-links-small{
	padding-left: 32px;
}

.nav-link{
	padding-left: 40px;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
}

.nav-link-2{
	padding-left: 40px;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
}

.nav-link-3{
	padding-left: 40px;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
}

.nav-link-4{
	padding-left: 40px;
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
}

.list-item-2{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 28px;
}

.list-item-3{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 28px;
}

.list-item-4{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 28px;
}

.list-item-5{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 28px;
}

.div-block-4{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.text-block-3{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	font-size: 22px;
	text-align: center;
}

.link-block{
	width: 100%;
	height: 100%;
}

.waikele{
	min-height: 600px;
	background-image: url('../images/banner-texture.png');
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .8);
}

.waikele .flex-container-v{
	padding-top: 30px;
}

.waikele .button{
	background: url('../images/banner-button-bg.png') no-repeat;
	color: white;
	font-size: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 53px;
	font-family: 'Knockout htf50 welterweight', sans-serif;
}

.waikele .button + .button{
	margin-left: 25px;
}

.waikele-sponsor-info {
    padding-top: 35px;
}

.buton-logo-container .button{
	display: inline-block;
	margin: 30px 0;
}

.buton-logo-container .sponsor-logo{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.sponsor-logo{
	color: white;
}

.sponsor-logo img{
    padding: 50px 0 25px 0;
}

.sponsor-logo div{
	float: left;
	margin-top: 12px;
	line-height: 1.5;
}

.sponsor-logo div a{
	color: white;
}

.text-block-4{
	font-family: 'Knockout htf50 welterweight', sans-serif;
	color: white;
	font-size: 36px;
	line-height: 36px;
}

#donate-container > h1{
	float: left;
}


.week-filters{
	/* color: #343751; */
	position: relative;
	font-family: 'Knockout htf50 welterweight', sans-serif;
	/* float: left; */
}

.week-filters span{
	color: #fff;
	cursor: pointer;
	/* font-size: 20px; */
}

.week-filters span.selected{
	color: yellow;
	text-decoration: underline;
}

.week-filters span:last-child{
	margin: 0;
	padding: 0;
	border: none;
}
.week-tab.disabled {
        color: #000;
	cursor: none;
	pointer-events: none;
}
.week-tab.current {
	cursor: none;
	pointer-events: none;
}


.island-filters{
	/* color: #343751; */
	position: relative;
	/* font-family: 'Knockout htf50 welterweight', sans-serif; */
	text-align: center;
}

.island-filters span{
	/* color: #ff4d50; */
	cursor: pointer;
	text-transform: uppercase;
	/* font-size: 20px; */
}

.island-filters span.selected{
	color: yellow;
	text-decoration: underline;
}

.island-filters span:last-child{
	margin: 0;
	padding: 0;
	border: none;
}

.date-filters{
	position: relative;
	font-family: 'Knockout htf50 welterweight', sans-serif;
}

.date-filters span{
	color: white;
	cursor: pointer;
	border-right: 1px solid;
	padding-right: 8px;
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 20px;
}

.date-filters span.selected{
	color: yellow;
	text-decoration: underline;
}

.date-filters span:last-child{
	margin: 0;
	padding: 0;
	border: none;
}

#blood-table_wrapper{
	clear: both;
	/* width: 100%;
	background: #343751;
	padding: 2em;
	border-radius: 5px;
	font-family: 'Knockout htf32 juniorcruiserwt'; */
}

#inner-wrapper{
	max-width: 100%;
	overflow: scroll;
	clear: both;
}

.dataTables_length,
.dataTables_info{
	float: left;
}

/* .dataTables_filter{
	float: right;
	color: #9a9ba8;
}

.dataTables_filter input{
	border: 1px solid #a5a5a5;
	padding: 3px;
} */

.dataTables_paginate{
	float: right;
	padding-top: 30px;
}
.dataTables_length, .dataTables_info {
    float: left;
    display: none;
}
@media (max-width: 900px) {
    .dataTables_info {
	display: block;
        margin-left: 10px;
        margin-top: 20px;
    }
}

}
table.dataTable tr.odd { background-color: #ECEEF1; }
table.dataTable tr.even { background-color: #fff; }

/* .paginate_button{
	padding: 10px 15px;
	color: #6c6e73;
	cursor: pointer;
} */

/* .paginate_button.previous:before{
	content: '\00AB';
	font-size: 1.3em; 
	margin-right: 3px;
}

.paginate_button.next:after{
	margin-left: 3px;
} */

.paginate_button.disabled{
	opacity: .3;
	cursor: default;
}

/* .dataTables_paginate span .paginate_button{
	background: #ff4d50;
	margin: 0 5px;
	border-radius: 3px;
}

.dataTables_paginate span .paginate_button.current{
	background: #a41c36;
	color: white;
} */

/* #blood-table a{
	color: #ff4d50;
}

#blood-table tr:nth-child(even) td{
	background: #fafafa;
}

#blood-table tr:nth-child(even):hover td{
	background: #eee;
} */

#blood-table tr th:nth-child(2),
#blood-table tr td:nth-child(2){
	/* width: 300px !important; */
	white-space: normal;
}

/* #blood-table tr td:nth-child(2){
	background: #eee;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	border-right: 1px solid rgba(0, 0, 0, .12);
}*/

/* #blood-table tr:nth-child(even) td:nth-child(2){
	background: #e9e9e9;
} */

#blood-table.mdl-data-table td,
#blood-table.mdl-data-table th{
	text-align: left;
	white-space: normal;
}

.bold-text{
	margin-bottom: 0px;
}

.link{
	font-family: 'Knockout htf32 juniorcruiserwt', sans-serif;
	font-size: 18px;
	line-height: 27px;
}

@media (max-width: 991px){
    .waikele-sponsor-info {
        padding-top: 0;
    }

	.buton-logo-container .sponsor-logo{
		display: block;
	}

	.island-scoreboard{
		width: calc(50% - 9px);
		margin: 0 0 18px;
	}

	.island-scoreboard:nth-child(2n){
		margin-left: 9px;
	}

	.island-scoreboard:nth-child(2n+1){
		margin-right: 9px;
	}

	.paragraph{
		margin-bottom: 0px;
		font-family: 'Knockout htf50 welterweight', sans-serif;
	}

	.column-left{
		width: 100%;
		padding-right: 0%;
	}

	.column-right{
		width: 100%;
		margin-top: 32px;
		padding-top: 0%;
		padding-left: 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.flex-container{
		padding-top: 8vh;
		padding-bottom: 10vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.button-2{
		margin-top: 32px;
	}

	.heading-2{
		padding-right: 8%;
		padding-left: 8%;
		line-height: 38px;
	}

	.flex-donate{
		padding-right: 8%;
		padding-left: 8%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-3col._3col-mid{
		margin-top: 16px;
		margin-bottom: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
		border-width: 1px 0px;
		border-top-style: solid;
		border-top-color: #fff;
		border-bottom-style: solid;
		border-bottom-color: #fff;
	}

	.flex-container-v{
		padding-top: 8vh;
		padding-bottom: 0vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.column-full{
		width: 100%;
		padding-right: 0%;
	}

	.flex-container-mid{
		padding-top: 0vh;
		padding-bottom: 0vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-container-bot{
		padding-top: 0vh;
		padding-bottom: 8vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.subtext{
		margin-bottom: 0px;
	}

	.image-6{
		padding-left: 8%;
	}

	.column-right-sponsors{
		width: 100%;
		padding-top: 32px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-left-style: none;
		border-left-width: 0px;
	}

	.column-left-sponsors{
		width: 50%;
		padding-right: 4%;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.flex-sweepstakes{
		padding-top: 0vh;
		padding-bottom: 2vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.column-left-sweeps{
		width: 100%;
		padding-right: 8%;
	}

	.column-right-sweeps{
		width: 100%;
		min-height: 300px;
		padding-top: 4%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		background-image: url('../images/grand-hyatt-logo.png'), url('../images/grand-hyatt.jpg');
		background-position: 50% 75%, 0% 50%;
		background-size: 200px, 100%;
		background-repeat: no-repeat, no-repeat;
	}

	.text-block-2{
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.link-block{
		height: 200px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 767px){
	.waikele .button + .button{
		margin-left: 0;
	}

	.buton-logo-container .sponsor-logo{
		margin: 10px 0 20px;
	}

	.island-scoreboard{
		width: 100%;
		margin: 0 0 18px;
	}

	.island-scoreboard:nth-child(2n){
		margin-left: 0;
	}

	.island-scoreboard:nth-child(2n+1){
		margin-right: 0;
	}

	.text-block{
		display: none;
	}

	.paragraph{
		margin-bottom: 0px;
	}

	.column-right{
		padding-top: 0px;
		padding-left: 0%;
	}

	.flex-container{
		padding-top: 6vh;
		padding-bottom: 6vh;
	}

	.cta-column{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.flex-donate{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	._3col-text._3col-mid{
		margin-top: 16px;
		margin-bottom: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
		border-width: 1px 0px;
		border-top-style: solid;
		border-top-color: #fff;
		border-bottom-style: solid;
		border-bottom-color: #fff;
	}

	.heading-3.h1{
		font-size: 36px;
	}

	.div-block{
		padding-top: 32px;
	}

	.image-2{
		height: 48px;
	}

	.image-3{
		height: 48px;
	}

	.image-4{
		height: 48px;
	}

	.image-5{
		height: 48px;
	}

	.flex-container-v{
		padding-top: 6vh;
	}

	.list-item{
		font-size: 26px;
		line-height: 36px;
	}

	.unordered-list{
		margin-top: 8px;
	}

	.flex-container-bot{
		padding-top: 2vh;
		padding-bottom: 6vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.subtext{
		margin-bottom: 32px;
	}

	.image-6{
		display: inline-block;
		padding-left: 24px;
	}

	.column-right-sponsors{
		display: -ms-grid;
		display: grid;
		width: 100%;
		padding-top: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		justify-items: end;
		-webkit-align-content: start;
		-ms-flex-line-pack: start;
		align-content: start;
		grid-auto-columns: 1fr;
		grid-column-gap: 16px;
		grid-row-gap: 32px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		border-left-style: none;
		border-left-width: 0px;
	}

	.column-left-sponsors{
		width: 100%;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.column-right-sweeps{
		padding-top: 6%;
	}

	.list-item-2{
		font-size: 26px;
		line-height: 36px;
	}

	.list-item-3{
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 479px){
	.intro{
		min-height: 500px;
		box-shadow: inset 0 0 100px rgba(0, 0, 0, .8);
	}

	.intro .flex-container{
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.intro .button{
		margin: 30px 0;
	}

	.flex-3col{
		padding: 0;
	}

	.date-filters{
		position: static;
		float: none;
		margin-bottom: 20px;
	}

	.flex-3col._3col-mid{
		padding: 0;
	}

	.heading.h1{
		font-size: 42px;
		line-height: 38px;
		letter-spacing: 1px;
	}

	.paragraph{
		margin-bottom: 0px;
		font-size: 20px;
		line-height: 28px;
	}

	.column-left{
		width: 100%;
	}

	.column-right{
		width: 100%;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 0%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.flex-container{
		min-height: 500px;
		padding-top: 8vh;
		padding-bottom: 8vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.button-2{
		font-size: 22px;
	}

	.flex-navbar{
		padding-right: 0px;
		padding-left: 0px;
	}

	.cta-column{
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.nav-column{
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.heading-2{
		font-size: 36px;
		line-height: 34px;
	}

	.social-section{
		padding-top: 32px;
	}

	.heading-3.h1{
		margin-bottom: 0px;
		padding-right: 4%;
		padding-left: 4%;
		font-size: 22px;
		line-height: 30px;
	}

	.div-block{
		padding-top: 16px;
	}

	.image-2{
		padding-right: 16px;
		padding-left: 16px;
	}

	.image-3{
		padding-right: 16px;
		padding-left: 16px;
	}

	.image-4{
		padding-right: 16px;
		padding-left: 16px;
	}

	.image-5{
		padding-right: 16px;
		padding-left: 16px;
	}

	.flex-container-v{
		padding-top: 8vh;
		padding-bottom: 0vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.column-full{
		width: 100%;
	}

	.list-item{
		font-size: 20px;
		line-height: 28px;
	}

	.unordered-list{
		margin-top: 8px;
	}

	.flex-container-mid{
		padding-top: 0vh;
		padding-bottom: 0vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-container-bot{
		padding-top: 2vh;
		padding-bottom: 8vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.subtext{
		margin-bottom: 32px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.image-6{
		padding-right: 0px;
		padding-left: 0%;
	}

	.column-right-sponsors{
		width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-left-style: none;
	}

	.heading-4{
		font-size: 32px;
		line-height: 30px;
	}

	.column-left-sponsors{
		width: 100%;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.sweepstakes{
		background-size: 200%, 200%;
	}

	.flex-sweepstakes{
		padding-top: 0vh;
		padding-bottom: 0vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.column-left-sweeps{
		width: 100%;
		padding-top: 1vh;
		padding-right: 8%;
	}

	.column-right-sweeps{
		width: 100%;
		padding-top: 0px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	/* .footer{
		padding-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	} */

	.div-block-2{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 24px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.div-block-3{
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.social-links-small{
		padding-right: 16px;
		padding-left: 16px;
	}

	.list-item-2{
		font-size: 20px;
		line-height: 28px;
	}

	.list-item-3{
		font-size: 20px;
		line-height: 28px;
	}

	.text-block-3{
		margin-bottom: 16px;
		color: #fff;
	}

	.waikele{
		box-shadow: inset 0 0 100px rgba(0, 0, 0, .8);
	}

	.waikele .button{
		padding: 20px 14px;
		margin: 0;
	}

	.text-block-4{
		margin-top: 32px;
	}

	.bold-text{
		font-size: 32px;
		line-height: 30px;
	}
}

@media screen and (max-width: 767px){
	#w-node-ab4bf918d5ad-d59b8f93{
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
		-ms-grid-column-align: end;
		justify-self: end;
	}
}

@media screen and (max-width: 479px){
	#w-node-ab4bf918d5ad-d59b8f93{
		-ms-grid-column-align: end;
		justify-self: end;
	}
}

@media screen and (max-width: 767px){
	#w-node-bd5a7b8dde63-d59b8f93{
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
		-ms-grid-column-align: start;
		justify-self: start;
	}
}

/* @font-face{
	font-family: 'Knockout htf32 juniorcruiserwt';
	src: url('../fonts/Knockout-HTF32-JuniorCruiserwt.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family: 'Knockout htf50 welterweight';
	src: url('../fonts/Knockout-HTF50-Welterweight.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
} */

/* Blood drive earch field */
#blood-table_filter input {
    color: #fff;
}
#blood-table_filter input::placeholder {
    color: #9a9ba8;
}
