
/*--- Defaults ------------------------------------------*/
@font-face {
	font-family: 'ralewayextrabold';
	src: url('/themes/default/fonts/raleway-extrabold-webfont.eot');
	src: url('/themes/default/fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/themes/default/fonts/raleway-extrabold-webfont.woff2') format('woff2'),
	     url('/themes/default/fonts/raleway-extrabold-webfont.woff') format('woff'),
	     url('/themes/default/fonts/raleway-extrabold-webfont.ttf') format('truetype'),
	     url('/themes/default/fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewayregular';
	src: url('/themes/default/fonts/raleway-regular-webfont.eot');
	src: url('/themes/default/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/themes/default/fonts/raleway-regular-webfont.woff2') format('woff2'),
	     url('/themes/default/fonts/raleway-regular-webfont.woff') format('woff'),
	     url('/themes/default/fonts/raleway-regular-webfont.ttf') format('truetype'),
	     url('/themes/default/fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'varelaregular';
	src: url('/themes/default/fonts/varela-regular-webfont.eot');
	src: url('/themes/default/fonts/varela-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/themes/default/fonts/varela-regular-webfont.woff2') format('woff2'),
	     url('/themes/default/fonts/varela-regular-webfont.woff') format('woff'),
	     url('/themes/default/fonts/varela-regular-webfont.ttf') format('truetype'),
	     url('/themes/default/fonts/varela-regular-webfont.svg#varelaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UbuntoLight';
	src: url('/themes/default/fonts/Ubuntu-L.ttf');
}
@font-face {
	font-family: 'UbuntoMedium';
	src: url('/themes/default/fonts/Ubuntu-M.ttf');
}
@font-face {
	font-family: 'Ubunto';
	src: url('/themes/default/fonts/Ubuntu-R.ttf');
}
@font-face {
	font-family: 'UBold';
	src: url('/themes/default/fonts/Ubuntu-B.ttf');
}
body, td, th, div, input, textarea {
	font-size: 18px;
	font-family: verdana;
}
body {
	margin: 0;
}

form, h1, h2, h3 {
	margin: 0px;
}
th, h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
input, textarea {	
	border: 2px solid #a5a6a8;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
em {
	font-style: italic;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.btn-add {
	color: #fff;
	background-color: #337ab7;
}
.btn-back {
	display: none;
}
.btn-primary {
	margin-bottom: 10px;
}
.btn-minors {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
	margin: 2px;
}
.btn-minors:hover {
	color: #ffffff;
	background-color: #4289c5;

}
.table > tbody > tr.warning > td {
	background-color: #fd8a0e;
	color: #fff;
	opacity: 0.9;
}
.table > tbody > tr.warning > td > a,
.table > tbody > tr.danger > td > a {
	color: #fff;
	text-decoration: underline;
}
.table-hover > tbody > tr.warning:hover > td {
	background-color: #cf7719;
}
.table > tbody > tr.danger > td {
	background-color: #da3939;
	color: #fff;
	opacity: 0.9;
}
.table-hover > tbody > tr.danger:hover > td {
	background-color: #bb2222;
}
.btn-add:hover {
	color: #fff;
	background-color: #dd7606;
}
.heading h1 {
	margin: 20px 0 20px;
}
.heading h2 {
	margin: 20px 0 20px;
	font-size: 16px;
	font-style: italic;
}
.hform  {
	margin-top: 50px;	
}
.hform .row > .col-sm-10,
.hform .row > .col-sm-8 {
	height: 45px;  
	line-height: 45px;
}
.hform > .row > .attachments {
	height: auto;
	min-height: 45px;  
	line-height: 45px;
}
.hform > .row > .textarea {
	height: inherit;
	line-height: inherit;
}
.newContent {
	background-color: #f8f8f8;
	padding: 1.25rem;
	border: 2px solid #ccc;
	border-radius: 0.375rem;
	margin-bottom: 1.25rem;
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
}
.newContent > p {
	line-height: 1.3rem;
}
.newContent > h1 {
	color: #000;
}
.inactive,
.inactive > td {	
	color: #bcbcbc;
}
.fa-thumbs-down,
.sameIp {
	color: #e13737;
}

/*------------------- START FORM ELEMENT DEFAULTS -------------------*/
label {
	font-size: 16px;
	display: block;
	color: #222;
}
input[type=text].smallTextInput {
	min-width: 100px;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 45px;
	margin: 15px 10px 10px 0;
	border: 1px solid #CCC;
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #222;
	padding-left: 15px;
	min-width: 350px;
}
textarea {
	min-height: 270px;
	border: 1px solid #CCC;
	background-color: #fff;
	margin: 15px 10px 10px 0;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	min-width: 200px;
}
.upload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.upload input[type=file] {
	height: 45px;
	border: 1px solid #CCC;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.large input[type=text],
.large input[type=email],
.large input[type=password]  {
	height: 65px;
	font-size: 20px;
}
.small input[type=text],
.small input[type=email],
.small input[type=password]  {
	height: 25px;
	font-size: 12px;
}
.large label {
	font-size: 20px;
	color: #222;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border: 1px solid #74b9ef;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
	box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {	
	border: 1px solid #CCC;
	background-color: #f6f6f6;
}
input[type=text].success,
input[type=password].success {	
	border: 1px solid #00c96d;
	background-color: #e8fff4;
}
input[type=text].caution,
input[type=password].caution {
	border: 1px solid #fd8a0e;
	background-color: #fbf8e1;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
textarea.error {
	border: 1px solid #f53438;
	background-color: #fdeaeb;
}
textarea:focus {
	border: 1px solid #74b9ef;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
	box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
}
.errorOutput {
	display: none;
}
.errorOutput > div {
	color: #f53438
}
select {
	height: 45px;
	font-size: 14px;
	color: #222;
	background-color: #fff;
	min-width: 350px;
	border: 0;
	padding-left: 15px;
	-webkit-appearance: none;
	cursor: pointer;
}
.blue {
	background-color: #11a4d4;
}
select:focus {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
	box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
}
div.selection {
	width: 350px;
	overflow: hidden;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #CCC;
	margin: 15px 10px 10px 10px;
	background: #fff url('/themes/default/images/forms/selectArrowRegular.png?v=1') no-repeat right;
}
div.selection:hover {
	background: #fff url('/themes/default/images/forms/selectArrowRegularFocused.png?v=1') no-repeat right;
}
div.selection > select {
	width: 378px;
	background: transparent;
	vertical-align: middle;
}
div.small div.selection {
	background: #fff url('/themes/default/images/forms/selectArrowSmall.png?v=1') no-repeat right;
}
div.small div.selection:hover {
	background: #fff url('/themes/default/images/forms/selectArrowSmallFocused.png?v=1') no-repeat right;
}
div.small div.selection select {
	height: 25px;
	font-size: 10px;
}
div.large div.selection {
	background: #fff url('/themes/default/images/forms/selectArrowLarge.png?v=1') no-repeat right;
}
div.large div.selection:hover {
	background: #fff url('/themes/default/images/forms/selectArrowLargeFocused.png?v=1') no-repeat right;
}
div.large div.selection select {
	height: 65px;
	font-size: 20px;
}
input[type=radio] {
	display: inline-block;
	margin-right: 10px;
}
input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
	vertical-align: middle;
	width: 27px;
	height: 23px;
	background: url('/themes/default/images/forms/checkboxUnchecked.png') no-repeat right;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
	background: url('/themes/default/images/forms/checkboxChecked.png') no-repeat right;
}
.hform .radioButtons label {
	display: inline-block;
}
.hform .radioButtons #gender_female,
.hform .radioButtons #gender_nonbinary,
.hform .radioButtons #gender_other,
.hform .radioButtons #gender_prefer {
	margin-left: 20px;
}
.hform .radioButtons .hlabel {
	margin-top: 10px;
}
.hform input[type=checkbox] + label,
.hform input[type=radio] + label {
	margin-top: 10px;
}
.error input {
	border: 1px solid #f33d41;
	background-color: #fdeaeb;
}
#waiver span.error {
	color: #f53438;
}
#waiver #signaturePadCanvas.error {
	border: 1px solid red;
}
label.smallLabel {
	display: inline-block;
	font-size: 16px;
	margin-right: 45px;
}
a.btn {
	color: #fff;
}
div.disabled {
	color: #CCC;
}
div.formError {
	color: #f53438;
}
.vform {
	padding: 20px;
}
.vform .row {
	margin-bottom: 20px;
}
.hform input {
	margin: 0;
}
.hform {
}
.hform .hlabel {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: left;
	font-size: 18px;
}
.hform .selection {
	margin: 0px;
}
.hform input {
	max-width: 350px;
}
.hform input[type=radio] {
	margin-top: 5px;
}
.hform .row {
	margin-bottom: 30px;
}
.heading h1 {
	font-size: 20px;
	font-family: 'UbuntoLight';
}
#wrapper > div:first-child {
	background-color: #000;
}
#content {
	margin-bottom: 40px;
}
#contentHeading {
	min-height: 100px;
	border-bottom: 2px solid #403f3d;
	padding: 20px;
	
	background-image: linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2d2d2 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2d2d2 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2d2d2 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2d2d2 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2d2d2 100%);
}
#contentHeading > .inner {
	background-color: #fff;
	border: 2px solid #000;
	padding: 20px;
	width: 710px;
	min-height: 77px;	
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#contentHeading > .inner > h1 {
	font-size: 20px;
}
#contentHeading > .inner > p {
	line-height: 20px;
}
#contentHeading > .button > input {
	margin-left: 70px;
}
#contentHeading > .button > input:first-child {
	margin-left: 0px;
}
#contentBody {	
	padding: 30px 20px 50px 20px;
}
.editActionButtons {
	margin-top: 20px;
}
.listActionButtons,
.searchBox {
	margin-bottom: 20px;
}
.searchBox input {
	margin: 0;
}
#escapeGames .games,
#escapeGames .events {
	display: inline-block;
}
#error-box {
	background-color: #a6131d;
}

#alert-box {
	background-color: #4aa613;
}
.notification {
	width: 300px;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}
#alert-box:hover, #error-box:hover {
	cursor: pointer;
}
#alert-box li, #error-box li {
	margin-left: 20px;
	padding: 2px;
	list-style: none;
}
#alert-box ul, #error-box ul {
	margin-bottom: 0;
	padding-left: 0;
}

#header {
	text-align: center;
	font-size: 38px;
	text-align: left;
	height: 60px;
	background-color: #eaeaea;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
#header img {
	max-height: 100px;
	margin: 10px 0 10px;
}
#header > a {
	color: #ccc;
}
#header .logoWrapper {
	position: relative;
	width: 100%;
}
#header .logo {
	margin: auto;
  	left: 50%;
}
#content {
	padding: 0 20px 0 20px;
	margin-top: 50px;
}

#innerContent {
	border: 2px solid #403f3d;
	background-color: #fff;
	min-height: 300px;
	padding: 20px;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.event {
	display: inline-block;
	text-align: center;
}
.event > div {
	margin: 0 auto 10px auto;
}
.event > div.default {
	border: 1px solid #000;
	border-radius: 4px;
	margin: 0 auto 10px auto;
	text-align: center;
	padding-top: 20px;
	cursor: pointer;
}
.events,
.games {
	vertical-align: top;
}
#demoMask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
	opacity: 0.5;
	display: none;
}


/* Navigation */
nav img {
	padding: 0 20px 0 20px;
}
.navbar {
	margin-bottom: 0;
}
nav {
	border-bottom: 0;
}
.navbar-bottom {
	border-bottom: 0;
}


/* --- Waiver Styles ----*/
#waiver > div {
	min-height: 400px;
}
#waiver > #games,
#waiver > #signingOthers,
#waiver #howManyMinors,
#waiver > #minors,
#waiver > #times,
#waiver > #calendar,
#waiver > #thanks,
#waiver > #waiverForm,
#waiver > #eventThanks,
#waiver > #team  {
	display: none;
}
#waiver .selection {
	padding-right: 10px;
	width: 120px;
	max-width: 120px;
	min-width: 120px;
}
#waiver .selectionMedium {
	width: 400px;
	max-width: 400px;
	min-width: 400px;
}
#waiver .selectionYear {
	width: 160px;
	max-width: 160px;
	min-width: 160px;
}
#waiver #iAgree {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
#waiver .radioButtons .checkboxLabel,
#waiver .hform .radioButtons input[type=radio] + label {
	margin-top: 20px;
}
#waiver .checkboxLabel {
	vertical-align: middle;
	margin-top: 10px;
	color: #000;
	display: inline-block;
	font-weight: normal;
}
#waiver .signaturePad {
	min-height: 270px;
}
#waiver #resetSignature {
	margin-top: 5px;
}
#waiver #signaturePadCanvas {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border: 1px solid #ccc;
	display: block;
}
#waiver #signatureCompleted {
	width: 700px;
}
#waiver #signatureImage {
	height: 300px;
	width: 700px;
	display: none;	
}
#waiver .waiverContent {
	height: 300px;
	width: 700px;
	line-height: 20px;
}
#waiver .waiverWrapper {
	height: inherit;
}
#header .logo {
	text-align: center;
}
.gameSelect {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gameSelect > .btn {
	display: inline-block;
	margin: auto;
	min-width: 150px;
}
.gameSelect > img {
	max-width: 150px;
	border-radius: 5px;
	margin: 0 auto 10px auto;
	display: block;
	cursor: pointer;
}
.achievementWrapper,
.userWrapper {
	display: none;
}
#achievements{
	margin-bottom: 40px;
}
.tipInfo {
	margin-bottom: 20px;
	font-size: 18px;
}
.tips,
.stats {
	font-size: 18px;
	margin-bottom: 40px;
}
.stats label {
	width: 250px;
	font-weight: bold;
	display: inline-block;
}
.achievement {
	display: block;
}
.achievement img {
	max-width: 50px;
}
.achievement > div {
	display: inline-block;
	vertical-align: middle;
}
.achievement > div:first-child {
	width: 75px;
}
.achievement > div:last-child {
	width: 700px;
	font-size: 18px;
}
.userWrapper p {
	margin-bottom: 20px;
	font-size: 18px;
}
.currentAchievement {
	margin-right: 10px;
	display: inline-block;
}
.currentAchievement > img {
	max-width: 50px;
}
#currentAchievements h2 {
	font-family: "varelaregular";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#currentAchievements {
	margin-bottom: 20px;
}
#games {
	text-align: center;
	margin-top: 40px;
}

.waiverFooter {
	font-family: "ralewayextrabold";
	background-color: #eaeaea;
	font-size: 16px;
	color: #373737;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	padding: 10px;
}
.waiverFooter .eggLogo {
	display: inline-block;
	max-height: 100px;
	margin-right: 5px;
}
.waiverFooter .eggLogo > img {
	max-height: 100px;
}
.navbar-inverse {
	background-color: #fff;
	border-top: 0;
}
.navbar .bottom {
	height: 20px;
}
.navbar {
	border: 0;
}
.informationalBlock .info {
	line-height: 20px;
	max-width: 700px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 12px;
}
.eConsent .info {	
}
.hform .informationalBlock > .col-sm-10 {
	height: inherit;
}
.hform .informationalBlock,
.hform .informationalBlock .row {
	margin-bottom: 0;
}
input[disabled], textarea[disabled],
select[disabled='disabled']{
	-webkit-text-fill-color: rgba(0, 0, 0, 1); 
	-webkit-opacity: 1; 
	color: rgba(0, 0, 0, 1); 
	background: white;
}
.fixfixed .navbar-fixed-bottom { 
	position: absolute;
}
#showCompleteButton {
	margin-top: 40px;
}
.signAbove {
	margin-top: 30px;

}
#clear {
	margin-top: 10px;
}
#showEvent h1 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
}
#showEvent h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 80px;
	font-weight: normal;
	font-size: 30px;
}
#showEvent {
	display: none;
}


/*--- Calendar ----*/
.ui-widget-header {
	background-color: #fff;
	color: #000;
	height: 100px;
	border: 0;
}
.ui-datepicker-calendar {
	width: 100%;
} 
.ui-datepicker-next {
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin: 10px;
	cursor: pointer;
}
.ui-datepicker-prev {
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin: 10px;
	cursor: pointer;
}
.ui-datepicker-title {
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	font-size: 24px;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
	width: 14%;
	text-align: center;
	vertical-align: middle;
}
.ui-datepicker-calendar th {
	height: 100px;
	line-height: 100px;
}
.ui-state-hover {

}
.ui-datepicker td span, .ui-datepicker td a:hover {
	background-color: #ff8503;
	text-decoration: none;
	color: #fff;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	height: 160px;
	line-height: 160px;
	color: #999;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	background-color: #fff;
}
.ui-datepicker-calendar .ui-state-default {
	width: 100%;
	background-color: #fff;
	color: #000;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-datepicker-today {
	background-color: #ffd4a6;
	color: #fff;
	border: 1px solid #55838f;
	position: relative;
}
.ui-datepicker-header .ui-state-hover {
	border: 0;
	background-color: #fff;
}
.ui-widget-header .ui-icon {
	background-image: url("/scripts/jquery/images/next.png");
	height: 80px;
	width: 80px;
}
.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
	background-position: 0, 0;
}
.ui-datepicker-prev .ui-icon {
	background-image: url("/scripts/jquery/images/prev.png");
}
.ui-datepicker-next .ui-icon {
	background-image: url("/scripts/jquery/images/next.png");
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
#team {
	margin-top: 50px;
}
#teamName {
	height: 65px;
	width: 500px;
	font-size: 24px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	vertical-align: middle;	
	padding-left: 0;
}
#team button {
	height: 55px;
	margin-top: 0px;
}
.poweredBy {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.sameEmail label {
	display: inline-block;
}
.sameemail .checkboxLabel {
	margin-right: 10px;
}
.optionSelected {
	border: 1px solid #fd8a0e;
	background-color: #fd8a0e !important;
}
#team .heading #randomizeTeamName {
	height: 65px;
	margin-bottom: 20px;
}

#demoPopup {
	display:  none;
	text-align:  center;
	color:  #fff;
	position:  absolute;
	width:  400px;
	background-color:  #337ab7;
	border-radius:  8px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	padding:  20px 20px;
	z-index:  12000;
}
#demoPopup h1 {
	font-size:  24px;
	font-family:  'UBunto';
	margin-bottom:  20px;
}
#demoPopup a {
	font-size:  18px;
}


@media (max-width: 1112px) {

	.ui-datepicker-calendar th {
		height: 80px;
		line-height: 80px;
	}
	.ui-datepicker td span, .ui-datepicker td a {
		height: 130px;
		line-height: 130px;
	}
	#team .heading #randomizeTeamName {
		display: inline-block;
		margin-bottom: 0;
		height: 55px;
	}
	#teamName {
		height: 55px;
		width: 90%;
		min-width: none;
	}
}
@media (max-width: 400px) {
	#teamName {
		height: 55px;
		min-width: none;
	}
	#team .heading #randomizeTeamName {
		height: 55px;
		margin-bottom: 0;
		margin-top: 0;
	}
	.ui-widget-header {
		height: 60px;
	}
	.ui-datepicker-prev .ui-icon {
		background-image: url("/scripts/jquery/images/prev_40.png");
	}
	.ui-datepicker-next .ui-icon {
		background-image: url("/scripts/jquery/images/next_40.png");
	}
	.ui-widget-header .ui-icon {
		height: 40px;
		width: 40px;
	}
	.ui-datepicker-title {
		line-height: 60px;
		font-size: 16px;
	}
	.ui-datepicker td span, .ui-datepicker td a {
		height: 50px;
		line-height: 50px;
	}
	.ui-datepicker-calendar th {
		height: 50px;
		line-height: 50px;
	}
	#dateFieldWrapper .selection {
		display: block;
		margin-bottom: 20px;
	}
	#countryFieldWrapper .selection,
	#stateFieldWrapper .selection {
		width: 350px;
		max-width: 350px;
		min-width: 350px;
	}
	#countryFieldWrapper  .selection > select,
	#stateFieldWrapper  .selection > select {
		width: 368px;
	}
	#waiver .waiverContent {
		width: 350px;
	}
	#signaturePadCanvas {
		width: 350px;
	}
	#header .logo img {
		max-width: 380px;
	}
}
@media (max-width: 350px) {
	.ui-datepicker-title {
		line-height: 60px;
		font-size: 14px;
	}
	#header .logo img{
		max-width: 250px;
	}
	.ui-datepicker td span, .ui-datepicker td a {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	#countryFieldWrapper .selection,
	#stateFieldWrapper .selection,
	.hform input {
		width: 270px;
		max-width: 270px;
		min-width: 270px;
	}
	#countryFieldWrapper  .selection > select,
	#stateFieldWrapper  .selection > select {
		width: 294px;
	}
	#waiver .waiverContent {
		width: 270px;
	}
	#signaturePadCanvas {
		width: 270px;
	}
}