@import url("fonts/stylesheet.css");

body {
	background-color: #DAE28F;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	max-width: 100%;
}
h1 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #8B6699;
	text-decoration: none;
	letter-spacing: -.02em;
}
h2 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #8B6699;
	text-decoration: none;
	letter-spacing: -.02em;
}
h3 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #8B6699;
	text-decoration: none;
	letter-spacing: -.02em;
}
h4 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: -.02em;
}
#header {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	overflow: visible;
	top: 0px;
	left: 0px;
	z-index:90;
}
.headerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555555;
	text-decoration: none;
}
/* form header */
#headerContentFront {
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 6px auto 0px auto;
	display: block;
	overflow: hidden;
}
#headerContent {
	position: relative;
	width: 96%;
	max-width: 1400px;
	margin: 6px auto 7px auto;
	display: table;
	overflow: hidden;
}
.headerColumnL, .headerColumnM {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;	
}
.headerColumnR {
	position: relative;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;	
}
.headerColumnL {
	width: 25%;
}
.headerColumnL img {
	position: relative;
	width:200px; 
	height: auto; 
	margin: auto; 
	display: block;
}
.headerColumnR {
	width: 30%;
	min-width: 200px;
	text-align: center;
}
.headerColumnM {
	width: 45%;
	text-align:center;
}
.headerColumnM p {
	margin: auto 20px;
	}
.headerColumnR img {
	max-width: 255px;
}
#social {
	position: relative;
	width: 100%;
	margin: auto;
}
#social img {
	width: 40px;
	height: auto;
	margin: 10px 6px;
	display: inline-block;
}
#socialFront {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	margin: auto;
}
#socialFront img {
	width: 40px;
	height: auto;
	margin: 10px 6px;
	display: inline-block;
}
#navigation {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	bottom: 0px;
	padding: auto;
	text-align: center;
	background-color: #8B6699;
	display: block;
	font-size: 0px;
}
#navigation ul {
	position: relative;
	text-align: center;
	list-style: none;
	display: table;
	width: 1200px;
	max-width: 90%;
	margin: 0px auto;
	padding: 0px;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	position:relative;
	display: table-cell;
	width: 200px;
	max-width: 16%;
	border-right: solid 1px #FFFFFF;
	font-weight: normal;
	font-size:18px;
	color: #FFFFFF;
	text-decoration: none;
	margin:  0px;
	padding: 0px;
	font-family: "SourceSansProSemibold", sans-serif;
	line-height: 60px;
	text-transform: uppercase;
}

#navigation ul li:first-of-type {
	border-left: solid 1px #FFFFFF;
}


#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#navigation ul li:hover {
	
	color: #FFFFFF;
	background-color: #AB91B5;
}
#navigation li:after {
          /* content: "|"; */
          padding:0;
        }
.fullColumn {
	postion: relative;
	width: 100%;
	background-color:#FFFFFF;
	border: solid 3px #8B6699;
	border-radius: 10px;
	vertical-align: top;
	display: block;
}
.fullColumnTable {
	position: relative;
	display: block;
	margin: 22px auto;
	width: 90%;
	max-width: 1200px;
}
.fullColumnContent {
	position: relative;
	text-align:center;
	margin: 22px 33px;
	height: 100%;
	min-height: 450px;
}
#footer {
	position: relative;
	width: 100%;
	background-color:#8B6699;
	border-top: solid 2px #D2D392;
	overflow: visible;
	display: block;
	z-index:90;
	padding-bottom: 20px;
}
.pageBlock {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0px;
	overflow: visible;
}

.returnLink {
	text-align: center;
}
.returnLink a {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.02em;
	padding: 12px 22px;
	background-color: #8B6699;
	border: solid 2px #FFFFFF;
	border-radius: 25px;
	white-space: nowrap;
}
.signupLink {
	text-align: center;
	margin-bottom: 12px;
}
.signupLink a {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.02em;
	padding: 12px 22px;
	background-color: #8B6699;
	border: solid 2px #FFFFFF;
	border-radius: 25px;
	white-space: nowrap;
	display: block;
}
.signupLink a:hover {
	opacity: 0.8;
}
.basicText {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.largeText {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 20px;
	color: #8B6699;
	line-height: 138%;
}
.largeText a, .basicText a {
	color:#8B6699;
	text-decoration: none;
}
.frontPic {
	max-width: 40%; 
	width: 210px; 
	float: right; 
	margin-left: 20px;
	box-shadow: 3px 3px 5px #999999;
}
.profilePic {
	width: 40%; 
	max-width: 200px; 
	box-shadow: 3px 3px 5px #999999;
	margin: 20px auto 20px auto;
	display: block;
}
.frontPicMobile {
	width: 100%;
	max-width: 400px; 
	box-shadow: 3px 3px 5px #999999;
	margin: 20px auto 10px auto;
	display: none;
}
.clearIt {
	position: relative;
	clear: both;
	height: 45px;
}

.pageBlock .pageBlockContent .thirdColumnTable .thirdColumn .thirdColumnContent .basicText {
	color: #333;
}
.eventDisplay {
	position: relative;
	width: 100%;
	background-color: #EDEDED;
	margin-bottom: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.eventContent {
	position: relative;
	width: 90%;
	margin: auto;
	text-align: left;
}
.eventContent h4 {
	margin: 0px;
	padding: 0px;
}
.eventContent p {
	margin-left: 38px;
	font-size: 16px;
}
.eventContent .spots {
	float: right;
	color: #CC0000;
}
.eventContent input[type=checkbox] {
	width: 25px;
	height: 25px;
	border: solid 1px #333333;
	vertical-align: bottom;
}
.playerList {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: auto;
	text-align: left;
}
.playerList input[type=text] {
	width: 300px;
	max-width: 100%;
}
.submitButton {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.02em;
	padding: 12px 22px;
	background-color: #8B6699;
	border: solid 2px #FFFFFF;
	border-radius: 25px;
	white-space: nowrap;
	display: inline-block;
}
.printButton {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.02em;
	padding: 12px 22px;
	background-color: #8B6699;
	border: solid 2px #FFFFFF;
	border-radius: 25px;
	white-space: nowrap;
}
.termsul {
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
}
.clearBoth {
	clear:both;
}
.largeBlue {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #8B6699;
	text-decoration: none;
	letter-spacing: -.02em;
}
.afterPic {
	display: none;
}
#mLink {
	clear: both;
	display: none;
	cursor: pointer;
}

@media only screen and (max-width: 1080px) {
	#headerContent {
	position: relative;
	width: 96%;
	max-width: 1400px;
	margin: 6px auto 7px auto;
	display: block;
	overflow: hidden;
	}
	.headerColumnL, .headerColumnM, .headerColumnR {
	position: relative;
	display: block;
	vertical-align: middle;
	overflow: hidden;	
	}
	.headerColumnL {
	width: 100%;
	}
	.headerColumnL img {
	position: relative;
	width:200px; 
	height: auto; 
	margin: auto; 
	display: block;
	}
	.headerColumnR {
	width: 100%;
	min-width: none;
	text-align: center;
	}
	.headerColumnM {
	width: 80%;
	margin: auto;
	text-align:center;
	}
	.headerColumnM p {
	margin: auto 20px;
	}
	.headerColumnR img {
	max-width: 255px;
	}
	.headerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555555;
	text-decoration: none;
	}
	#navigation {
	position: relative;
	width: 100%;
	height:66px;
	margin: 0px;
	bottom: 0px;
	padding: auto;
	text-align:center;
	}
	#navigation ul {
	posistion: absolute;
	top: 0%;
	right: 0px;
	padding: 0px 0px;
	background-color: #AB91B5;
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 100%;
	display: none;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height:66px;
	line-height: 48px;
	position:relative;
	width: 100%;
	max-width: 100%;
	border-bottom: solid 1px #FFFFFF;
	display:  block;
	}
	#navigation ul li:first-of-type {
	border-left: solid 0px #FFFFFF;
	}
	#navigation ul li:last-of-type {
	border-bottom: solid 0px #FFFFFF;
	}
	#navigation ul li a {
	font-size:28px;
	padding:  8px 8px;
	}
	#navigation ul li a:hover {
	color: #666666;
	}
	#navigation ul li:hover {
	color: #666666;
	background-color: #EDEDED;
	}
	#mLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	display: block;
	width: auto;
	line-height: 60px;
	margin: 0px auto;
	}
	#header .largeText {
	margin: 0px auto;
	}
	#social img {
	width: 36px;
	height: auto;
	margin: 10px 6px;
	display: inline-block;
	}
}
@media only screen and (max-width: 860px) {
	.frontPic {
	width: 90%; 
	max-width: 90&; 
	float: none; 
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 3px 5px #999999;
	display: none;
	}
	.frontPicMobile {
	display: block;
	}
	.profilePic {
	width: 40%; 
	max-width: 200px; 
	margin-left: 20px;
	box-shadow: 3px 3px 5px #999999;
	margin: 10px auto;
	display: block;
	}
	.largeBlue {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8B6699;
	text-decoration: none;
	letter-spacing: -.02em;
	}
	.largeText {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 18px;
	color: #8B6699;
	line-height: 108%;
	}
}
@media only screen and (max-width: 450px) {
	#socialFront img {
	width: 30px;
	height: auto;
	margin: 10px 5px;
	display: inline-block;
	}
}