@charset "utf-8";
/* CSS Document */
/* General */
html {
    scroll-behavior: smooth;
}

#Header_Content > h1 {
	font-size:32px;
	line-height:42px;
	color:#000;
}
#Header_Content > h2 {
	font-size: 22px;
    font-style: italic;
    line-height: 28px;
    margin: 10px 0 20px;
    color: #007cc3;
}
.checkmark {
	list-style-type: none;
}
.checkmark li {
	background: url('/media/images/checkmark.jpg') no-repeat left top;
    padding-top: 7px;
    padding-left: 55px;
}
.checkmark li ul{
	list-style-type:circle;
}
.checkmark li ul li{
	background:none;
}

.ICW41 {
	overflow:hidden;
}

#ContentContainer li {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-bottom:10px;
    line-height: 28px;
}
.text-center{
	text-align:center;
}
.italic {
	font-style: italic;
}
.blue {
    color:#007cc3;
}
#golfDescription h2, #Contact h2 {
    font-size:40px;
    line-height:50px;
    font-weight:bold;
    color:#000;
}
#golfDescription h2 span {
    color:#007cc3;
}
#golfDescription h3, .FocusTitle {
    font-size:26px;
    line-height:26px;
    font-weight:bold;
    color:#000;
    margin:0;
}
.FocusTitle {
    width:70%;
}
#golfDescription p {
    font-size:20px;
    line-height:30px;
}

.GolfTitle {
    color:#007cc3;
    font-size:30px;
    font-weight:bold;
}
.WateaButton{
	box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 25%) 0px 5px 10px;
    border-radius: 5px;
    border: none;
    /* background-color: #007cc3; */
    font-size: 18px;
    padding: 10px 25px;
    margin: 20px;
    transition: .1s;
    display: inline-block;
    font-weight: bolder;
}
.WateaButton:hover{
	transform: scale(1.05);
}
.blue{
	color: #007cc3;
}
.white{
	color: #fff;
}
.btn-blue{
	background-color: #007cc3;
	color: white;
}
.btn-white{
	background-color: #fff;
	color: #000000;
}

/* Footer */
#FooterSection{
    background-image: url(/media/images/WateaLogo-Light.svg);
	background-position: bottom left 30px;
    background-repeat: no-repeat;
    background-size: 250px;
}
#FooterSectionOne{
	display:none;
}




/* Home Page */
/* Watea Difference */
.WateaDifference{
	margin-bottom: 80px;
}

.WateaDifference > h1{
	text-align:center;
}
.differenceIconSection{
	display:flex;
	justify-content: center;
}
.differenceIcons{
	display:flex;
	margin: 10px;
	flex-direction:column;
	align-items: center;
}
.differenceIcons > img{
	height:100px;
}
.differenceIcons > p{
	text-align:center;
	font-size:18px!important;
	line-height:28px!important;
}
.backgroundText{
	color: #d7d7d7;
    margin: 0;
    font-size: 30px;
    position: absolute;
    bottom: -3px;
	left: 0;
}

/* Testimonial */
.testimonialBG{
    background-image: url(/media/images/WateaLogo-Light.svg);
	background-position: bottom right 30px;
    background-repeat: no-repeat;
    background-size: 300px;
}
.testimonial > p {
	color:#007cc3;
	width: 600px;
    margin: 50px auto;
    text-align: center;
}

/* About Us - Quotes */
.quote {
	font-family: 'Roboto', sans-serif;
    color: #000000;
	border-top:2px solid #007cc3;
    font-size: 20px;
	padding-top:10px;
	margin: 0 0 10px 0;
    line-height: 22px;
}
.signature {
	font-style:italic;
	font-size:16px;
	line-height:16px;
	margin:0 0 60px 0;
}

/* Wheels to Work */
.wheels{
	float: right;
	width:500px;
    margin: 30px 20px 30px 0;
}
.wheels > div {
	width:400px;
	margin:auto;
}
.commute > div > p{
	color:#fff;
}
.wheels > div > button{
	float: left;
}

#AdvisoryCommittee {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
#AdvisoryCommittee div {
    display:block;
    width:20%;
    margin:0 20px 40px 20px;
    padding:10px;
    border-top:1px solid #000;
}

.DonateNotes {
    border: 2px solid #007cc3;
    font-style: italic;
    font-size:16px;
    padding:20px;
}

/* Commute 2 careers */
/*.commuteBG{
	border-top: 2px solid #007cc3;
    border-bottom: 2px solid #007cc3;
	margin: 20px 0;
}*/
.commute{
	float: left;
	width:400px;
	margin: 30px 0 30px 100px;
}
.commute > img {
	display:block;
	margin:auto;
	max-width: 320px!important;
}
.commute > div {
	width:400px;
	margin:auto;
}
.commute > div > button{
	float: left;
}

/* Driving the future */
.driving{


}
.driving > div {
	margin: 45px 0;
	float:right;
	width:49%;
}
.drivingText{

		
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.drivingText > div {
	width:400px;
	margin:auto;
}
.drivingText > p{
	color:#fff;
}
.drivingText > h2{
	margin:0;
}
.drivingText  > button{
	float: left;
}

/* Mission */
.mission{
	text-align:center;
	height:400px;
	display:flex;
	align-items:center;
	justify-content:center;
    margin-top: 45px;
    margin-bottom: 100px;
}

/* College Scholarship */
.PastWinners ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: top;
    flex-direction: row;
    margin: 0 auto;
}
.PastWinners ul li {
    width:160px;
    margin: 10px 20px;
    text-align:center;
}
.PastWinners ul li img {
    border:5px solid #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 25%) 0px 5px 10px; 
}
.PastWinners ul li a {
    display:block;
	font-size:15px;
    margin-top:20px;
}
.PastWinners ul li .SmallBtn {
	padding: 10px 5px;
	width: auto;
}


/* Adult Training */

.TrainingOptions {
    background-color:#fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 25%) 0px 5px 10px;
    border-radius: 10px;
    padding:20px;
    margin:40px 20px;
}
.TrainingOptions h3 {
    color: #007cc3;
    font-size: 34px;
    margin: 10px;
    font-weight: bold;
}
.TrainingOptions h4 {
    text-align: center;
    color:#007cc3;
    font-size: 24px !important;
}
.TrainingOptions ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 15px auto;
}
.TrainingOptions ul li {
    text-align:center;
    font-size:24px !important;
}
.TrainingOptions ul li a {
    display:block;
}
.TrainingTerms ul {
    flex-direction: column;
    font-size:24px !important;
}
.TrainingTerms ul li {
    color:#007cc3 !important;
    padding:10px 0;
}

/* Golf Outing Page */

#ScrollTags {
    width:60%;
    margin:0 auto;
}
#ScrollTags a {
    margin:10px;
}
#golfDescription{
	text-align:left;
}
.flyer{
	display:flex;
	text-align:center;
}
.flyer > div{
	width:46%;
}
.schedule{
    border: 4px solid #007cc3;
	margin:40px auto;
    padding:40px;
    font-weight:bold;
	width:80%;
}
.schedule .GolfTitle {
    margin-top:0;
    text-align:left;
}
.golfButtonContainer{
	display:flex;
	margin:0 auto 40px auto;
	width:100%;
}
.flyerCTA{
    width: 440px;
    margin: auto;
}
.flyerCTA > div{
	position:relative;
	width:180px;
	left: 0;
	right: 80px;
	-ms-transform: rotate(-7deg); /* IE 9 */
	transform: rotate(-7deg);
    box-shadow: 0px 0px 15px 0 #808080;
	z-index:2;
}
.OptionWindow {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 10px 40px 10px;
}
.OptionWindow h3 {
	color:#000;
	font-size:28px;
}
.flyerCTA > a{
	position: relative;
    left: 100px;
    padding-left: 90px;
    line-height: 28px;
    width: 260px;
    top: -180px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.raffle{
	text-align:center;
}
.raffleInfo, .vehSponsors{
	display:flex;
    margin-top:20px;
	align-items:flex-start;
}
.vehSponsors > div{
	margin: 5px;
}
.vehSponsors img{
	width: 220px;
}
.raffleInfo > div{
	width:46%;
}
.raffleInfo > div > img{
	width:100%;
}
.raffleInfo > div > p{
	font-size: 22px;
    line-height: 28px;
    text-align: left;
}
.raffleInfo div p span{
	color:#009808;
}
.raffleInfo ul {
  list-style: none;
  text-align:left;
}    
.raffleInfo ul li{
    line-height: 50px;
    display: flex;
}
.raffleInfo ul li a{
    margin: 0 10px;
}
.raffleInfo ul li::before {
    content: "\2022";
    color: #009808;
    display: inline-block;
    font-size: 80px;
    margin-right:10px;
}
.raffleTicketPurchase, .raffleTicketPurchase h3{
	color:white!important;
	text-align:center;
}
.raffleTicketPurchase{
	margin:50px auto;
}
.raffleTicketPurchase a{
	color:white;
}
.raffleTicketPurchase a:hover{
	text-decoration:underline;
}
.raffleSteps{
	display:flex;
	justify-content:space-between;
}
.raffleSteps > div{
	width: 18%;
    margin: 20px 0;
}
.sponsors {
	text-align:center;
}
.sponsors h2 {
	font-size:40px;
}
.sponsorRow{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin:15px auto 75px auto;
}
.sponsorRow.smallIcon{
	align-items:baseline;
}
.sponsorRow img{
	display: block;
    margin: auto;
}
.sponsorRow > div, .sponsorRow > a{
	margin:10px;
}
.sponsorRow > div > a{
	margin:auto;
}
.sponsorRow > div > p{
	font-size:14px;
}

.largeIcon img{
	width:300px;
    margin:0 60px;
}
.mediumIcon img{
	width:180px;
    margin:0 20px;
}
.smallIcon img{
	width:130px;
    margin:0 20px;
}
.smaller img {
    width:120px;
    margin:0 20px;
}
#Contact {
    margin:20px 0 60px 0;
}
.golfContact{
	display:flex;
	justify-content:space-around;
	text-align:center;
}
.golfContact h3{
	margin:40px 0 0 0;
    font-weight:bold;
}
.golfContact p {
    font-size:18px;
    margin:5px 0;
    font-style: italic;
}
.golfContact a {
    line-height:26px;
    text-decoration:none;
    color:#000;
}


/* Membership */

#MemberOptions {
    display: flex;
    justify-content: center;
}
#MemberOptions > div {
    width: 30%;
    margin: 20px;
	padding:40px;
	background-color: #007cc3;
}

/* Contact Page */

#Address {
    background-color: #007cc3;
    width: 30%;
    text-align: left;
    padding: 30px 10px 30px 240px;
    margin: 0 auto;
    margin-top: 80px auto 0 auto;
    border-radius: 12px;
    background-image: url(/media/images/WateaLogo-Light.svg);
    background-repeat: no-repeat;
    background-position: 5% 105%;
    background-size: 190px auto;
}
#Address p {
    color:#fff;
}
.label {
    font-size:14px;
}
#ContactOption,  #W2Wcontact {
    text-align:center;
}
#ContactOption ul,  #W2Wcontact ul {
    list-style-type: none;
}
#ContactOption ul li,  #W2Wcontact ul li {
    display:inline-block;
    vertical-align:top;
    margin:0 auto;
    width:22%;
}
#ContactOption ul li img, #W2Wcontact ul li img {
    width:80px;
    margin:0 auto;
    display:block;
}
#ContactOption ul li a, #ContactOption ul li span,  #W2Wcontact ul li a,  #W2Wcontact ul li span {
    display:block;
    font-size:18px;
    margin: 10px 20px;
    color:#000;
    text-decoration:none;
}
.SmallBtn {
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #007cc3;
    font-size: 18px;
    padding: 10px 25px;
    margin: 20px auto;
    display: block;
    width: 220px;
    font-weight: bolder;
}

@media only screen and (max-width:974px) {
}

@media only screen and (max-width:782px) {
}

@media only screen and (max-width:614px) {
#Header_Container_left #Header_Content {
	width: 100%;
	text-align: center;
}
	.HeaderBFD {
    
    float: none;
}
	
}

@media only screen and (max-width:494px) {
}