html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
  scroll-behavior:smooth;
}

body{
	position: relative;
	display: block;
	background:#f9f9f9;
	color:#596576;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	font-size:16px;
	margin:0px;
	line-height: 1.5em;
}

h1{font-size:2.4em; font-weight:900; line-height:1.4em}
h2{font-size:2em; font-weight:900; line-height:1.4em;}
h3{font-size:1em; font-weight:900; margin-bottom:0px; line-height:1.4em; color:#596576;}
h4{font-size:2em; font-weight:700; margin-bottom:0px; line-height:1.2em; color:#ffffff;}
a{color:#0054a4;}
p{margin-bottom:20px; font-size:1em}
.italic{font-style:italic;}
.underline{text-decoration: underline;}
a{
	text-decoration: none;
	color:#001689;
}

ul{
	padding-left:20px;
	width:calc(100% - 40px);
}

li{
	list-style: disc;
	font-size:0.9em;
}

header{
	position: relative;
	display: block;
}

nav{
	position: fixed;
	z-index: 10;
	width:100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-flex;
	padding:12px 0px;
	top:0px;
	justify-content:flex-end; 
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter:blur(10px);

}

nav li{
	margin:0px 20px;
	list-style: none;
	display:inline-block;
}


/*#about{
	margin-top:400px;
}*/

header{
	/*margin-top:65px;*/
}

.hero{
	/*position: fixed;
	z-index:-1;
	top:0px;*/
	position: relative;
	display: block;
	background-image: url(../images/hero.jpg);
	width:100%;
	height:462px;
	background-position: center;
	background-size:cover;
}
.logo{
	position: relative;
	display: block;
	z-index: 5;
	margin-left:60px;
	top:125px;
}
.logo img{
	width:320px;
}

section{
	background-color:#f9f9f9;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.date{
	text-align: center;
	width:calc(100% - 60px);
	padding:30px;
}
.date h4{width:100%}


.additional{
	width:100%;
	margin-top:60px;
	text-align: center;
	
}

.wrap{
	position: relative;
	max-width:1440px;
	margin:0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.half{
	position: relative;
	padding:60px;
	width:calc(50% - 120px);
}
.full{
	position: relative;
	padding:60px;
	width:calc(100% - 120px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}


.map {
	position: relative;
	width: calc(100% - 40px);
	padding:20px;
	height:250px;
	border-radius:4px;
}

.map-info {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #0255A5;
	border-radius:4px;
	color:#ffffff;
}

.map-info a{
	color:#ffffff;
	width:100%;
	text-decoration: none;
}

.map-title {
	width: calc(100% - 40px);
	position: relative;
	padding:10px 20px;
	text-align: center;
}
.info-text {
	width: calc(50% - 40px);
	padding:10px 20px 20px;
	bottom:92px;
}

.map-info h2 {
	font-size: 1.5em;
	text-align: center;
}

.info-text p {
	line-height: 1.5em;
	font-size: 1em;
	margin: 0px;
	text-align: center;
	font-weight: 100;
	padding:0px !important;
}



.entry-block{
	position:relative;
	max-width:60%;
	background:#ffffff;
	text-align:center;
	padding:30px;
	margin:0 auto;
	border-radius:4px;
	cursor:pointer;
}

.entry-block:before{
	content: "";
	width:100%;
	height:4px;
	position: absolute;
	top:0px;
	background-color:#02A56E;
	left:0px;
	transition: all .5s ease-in-out;
}


.entry-block ul, .entry-block h3 {
	text-align:left;
}

.entry-block #subTitle{
    text-align: center;
    opacity: 0.8;
}

.entry-block span{
	position: relative;
	display: block;
	padding:10px;
	background-color:#02A56E;
	border-radius:4px;
	margin:20px auto;
	max-width:45%;
	min-width:25%;
	text-align: center;
	flex-grow: 1;
	color:#ffffff;
}

.early-bird:before, .early-bird span {background-color:#0255A5;}
.warrior:before, .warrior span{background-color:#02A56E;}
.masters:before, .masters span{background-color:#009ccb;}
.pga:before, .pga span{background-color:#e21a58;}
.hole-in-one:before, .hole-in-one span{background-color:#5302a5;}

.early-bird:hover:before, .early-bird:hover span{background-color:#0F3B66;}
.warrior:hover:before, .warrior:hover span{background-color:#117152;}
.masters:hover:before, .masters:hover span{background-color:#0d7a9b;}
.pga:hover:before, .pga:hover span{background-color:#8d1338;}
.hole-in-one:hover:before, .hole-in-one:hover span{background-color:#400b76;}

.entry-block:hover{
	 transform: scale(1.05);
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(46,53,62,.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(46,53,62,.1);
	box-shadow: 0px 0px 10px 2px rgba(46,53,62,.1);
}

.early-bird h2 {color:#0255A5;}
.warrior h2{color:#02A56E;}
.masters h2{color:#009ccb;}
.pga h2{color:#e21a58;}
.hole-in-one h2{color:#5302a5;}


.other{
	position:relative;
	width:10%;
	background:#ffffff;
	padding:30px;
	margin:15px;
	flex-grow:1;
}

.other h2{width:100% ; line-height:1.4em; text-align:center; font-size:1.4em;}

.blue{background: #6a80a9;}
.grey{background: #f4f4f4;}
.white{background: #ffffff;}
.darkblue{background: #25272c; color:#ffffff;}
.lightblue{background: #e5edf1;}

.blue a{color:#ffffff;}
.grey a{color:#ffffff;}
.white a{color:#ffffff;}
.darkblue a{color:#ffffff;}
.lightblue a{color:#ffffff;}

.padding{padding:60px 0px;}

.registration {
	position:fixed;
	display:block;
	color:#596576;
	flex-direction: row;
	flex-wrap: wrap;
	max-width:600px;
	margin:0 auto;
	left: 0;
  	right: 0;
  	margin: 0 auto;
	top:6%;
	z-index:10;
}

#page-block{
	position: inherit;
	z-index:-1;
	background-color:rgba(46,53,62,.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.tab-strip {
	position:inline-flex;
	display:block;
	width:100%;
}

.tablinks, button {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-size: 1em;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #0255a5;
	color: #ffffff;
	border:none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 0.875em;
	border-radius:4px 4px 0px 0px;
	top:1px;
}

button{border-radius:4px;}

button:focus {
	outline: none;
}

button:hover {
	background-color: #0F3B66;
}

button:active {
	position: relative;
	transform: translateY(1px);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.active, .close-btn {
    color: #0255A5;
    border: 1px solid #D5DDE2;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    display: flex;
}

.hidden {
    display: none;
}

.shown {
    display: inline-block;
}

.close-btn {
	border-bottom-color:#D5DDE2;
}


.tablinks.active:hover, .close-btn:hover {
	color:#0255A5;
	background-color:#e8eff2;
}

.tabcontent{
	width:calc(100% - 60px);
	background:#ffffff;
	border: 1px solid #D5DDE2;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	padding:20px;
/*	box-shadow: 0 0 0 2000px rgba(46,53,62,.6);*/
}

label{
	position:relative;
	flex-grow:1;
	margin-top:10px;
	width:100%;
	font-size: 0.625em;
	color: #596576;
	font-weight: 600;
}
label:first-child {margin-top:0px;}

input, textarea{
	width:calc(100% - 22px);
	border: 1px solid #D5DDE2;
	border-radius: 2px;
	font-size: 1.2em;
	line-height:32px;
	color: #596576;
	padding: 0 10px;
	background-color:#ffffff;
}

textarea{
	line-height:20px;
	padding: 10px;
}

select{background-color:#ffffff;}

input:focus, select:focus, input:active, select:active, textarea:focus, textarea:active {
	border-color: #0255A5;
	outline: none;
}

input:disabled {
	background-color: #EDEDED;
	color: #8A939D;
}

select:focus, input:active, select:active {
	color: #8A939D;
}

select{
	position:relative;
	width:100%;
	line-height:32px;
	padding: 0 10px;
	-moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
	border: 1px solid #D5DDE2;
    outline-width: 0;
	border-radius: 2px;
}

.dropdown:before{
	content:"\f107";
	font-weight:900;
	font-family: "Font Awesome\ 5 Free";
	width:32px;
	line-height:32px;
	position:absolute;
	top:20px;
	right:0px;
	z-index: 10;
	text-align:center;
}

.button-wrap{
	margin-top:20px;
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.noShow{
	display:none !important;
}

.none{
}
.estimated-cost{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:20px;
}
.estimated-cost h4{
	font-size:1.2em;
	color:#596576;
	width:50%;
	text-align: left;
}
.estimated-cost span{
	font-size:1.2em;
	width:50%;
	text-align: right;
}

a.underline{color:#0054a4;}

#donation{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding:60px 0px;
	text-align: center;
}

#donation h2{
	width:100%;
	display: block;
}
.lg-btn{
	width:200px;
	display: block;
	font-size:1.5em;
	padding:20px;
	margin:0 auto;
	margin-top:30px;
}

.charityLogoWrap{
    display: grid;
    margin:0 auto;
    padding:30px 30px 0;
    grid-template-columns: 1fr 1fr;
}
.charityLogo{
    width:220px;
    padding:0 30px;
}

@media screen and (max-width: 1200px)  {
	.wrap{
		width:100%;
	}
	.half{
		width: calc(100% - 60px);
	}
	.map-info h2 {
		font-size: 1.2em !important;
	}
	.info-text {
		width:100%;
		padding:0px 20px;
	}
	.info-text p {
		line-height:1.6em;
	}
	.info-text:last-child{padding-bottom:20px;}
	.entry-block{
	}
	.other{
		position:relative;
		max-width:100%;
		min-width:200px;
		padding:30px;
		margin:30px 0px;
		border-radius:4px;
	}
}

.validation{
	-webkit-animation: .5s both wobble;
    animation: .5s both wobble;
    border: 1px solid #e02222;
}
	

@media screen and (max-width: 900px)  {
	
	.logo{
		position: relative;
		display: block;
		z-index: 5;
		text-align: center;
		margin:0px auto;
		top:125px;
	}
}

@media screen and (max-width: 680px)  {
	body{font-size:20px;}
	.other{
		margin:30px 0px;
	}
}
