﻿body {
	background:none;
	font-family:'Open Sans';
	margin:0px;
	padding:0px;
}

.formLabel {
    display: block;
    font-size: 9pt;
    color: #7D7B7B;
    line-height: 120%;
    margin-bottom: 1px;
    font-style: italic;
}

.pnlMainEntryForm {
    margin-left: 9px;
    margin-right: 6px;
}

.formFieldDiv {
	margin-bottom:16px;
}

.formFieldDiv10 {
	margin-bottom:10px;
}

.formFieldText {
border: 1px solid #CCC;
width: 98%;
color: #444;
font-size: 17pt;
padding: 1px;
font-family: 'Open Sans';
font-weight: 600;
padding-bottom: 0px;
padding-left: 4px;
}

.oneOnRow {
	max-width:450px;
	width:98%;
	display:block;
}

.firstNameDiv,
.lastNameDiv {
	max-width:215px;
    display:table-cell;
}

.firstNameDiv {
	padding-right:15px;
}

.firstNameDiv {
    margin-right:10px;
}

.phoneNumberDiv {
	max-width:192px;
}

.countryDiv {
	max-width:270px;
}

.cityStateZip,
.firstNameLastName {
	display:block;
	max-width:450px;   
    margin-bottom:14px;
}

.cityDiv {
	display:inline-block;
	max-width:190px;
	margin-right:10px;
}

.stateDiv {
	display:inline-block;
	width:45px;
	margin-right:10px;
}

.postalCodeDiv {
}

.addressBlock {
	margin-top:10px;
	margin-bottom:0px;
}

.fldMessage {
	height:175px;
}

.reasonForWritingDiv {
}

.fldGroupOrgSize,
.fldGroupPartySize {
	max-width:150px;
}

.fldGroupEventTypeID {
	max-width:300px;
}

.fldGroupUsualOutingTimeID {
	max-width:250px;
}

#fldFieldDate {
	max-width:200px;
}

.fldPostalCode {
    min-width: 66px;
}

.fldAge {
    max-width: 60px;
    min-width: 30px;
}

.fldGender {
    max-width: 120px;
    min-width: 100px;
    font-size:16pt;
}

.fldPrimaryPark {
    max-width:450px;
}

.animate {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.dropSelectList {
    display: block;
    opacity: 1;
    background-color: #DDD;
    border: 1px solid #DDD;
    max-width: 450px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.64);
    margin-top:3px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.checkSelectList {
    display: block;
    opacity: 1;
    background-color: #F1F1F1;
    max-width: 450px;
    width: 95%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .50);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .50);
    margin-top: 3px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-left:auto;
    margin-right:auto;
}

.dropSelectListHidden {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display:none;
    opacity:0;
}



.CheckListSelectEntry {
    border-bottom: 1px solid #E6E6E6;
    display: table;
    background-color: #FFF;
}

.CheckListSelectEntry:hover {
    background-color: #EFE8CB;
}

.CheckListSelectEntry input[type=checkbox] {
    display: table-cell;
    height: 35px;
    margin-left: 12px;
}

.CheckListSelectEntry label {
    display: table-cell;
    vertical-align: middle;
    max-width: 450px;
    padding-left: 5px;
    width: 100%;
}

.CheckListSelectSave {
    background: #272FA5;
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 33px;
    padding-top: 11px;
    border: 3px solid #DDD;
}

#ContentPlaceHolder1_pnlPrimaryPark {
    margin-top: 6px;
}

.dropSelectList input[type="radio"] {
    display:none;
}

.dropSelectList input[type="radio"] + label .dropParkEntryHidden {
    display:none;
}

.dropSelectList input[type="radio"]:checked + label .dropParkEntry {
    display:block;
    background-color:#FFE86F;
}


.dropParkEntry {
    padding: 0px;
    width: 100%;
    max-width: 450px;
    border-bottom: 1px solid #E8E8E8;
    height: 30px;
    vertical-align: middle;
    padding-top: 3px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding-bottom: 2px;
    color: #000;
    background-color: #FFF;
}

.dropParkEntry:hover {
    background-color: #EFE8CB;
}

.cmdPrimaryPark {
    padding: 0px;
    width: 100%;
    background-color: #FFF;
    max-width: 450px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    height: 43px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    display: block;
    color: #000;
    padding-left: 9px;
    border: 1px solid #DDD;
    margin-top: 5px;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 2px;
    position:relative;
}

.clickToChange {
    display: block;
    position: absolute;
    font-size: 7pt;
    font-style: italic;
    top: 17px;
    right: 10px;
    width: 30px;
    line-height: 10px;
    color: #888;
    text-shadow: 1px 1px 1px #DDD;
}

.cmdPrimaryParkName {
    font-weight:bold;
    margin-left:10px;
}

.cmdPrimaryParkCity {
    font-size:8pt;
    margin-bottom:6px;
    margin-left:10px;
}

.dropParkEntry a {
    text-decoration:none;
    background:#ddd;
    color:black;
}

.dropParkName {
    font-size: 17px;
    display: table-cell;
    max-width: 250px;
    width: 100%;
    vertical-align: middle;
    padding-left: 7px;
    line-height:16px;
    text-decoration:none;
}

.dropParkLoc {
    font-size: 8pt;
    font-style: italic;
    display: table-cell;
    vertical-align: middle;
    height: 29px;
    width: 100%;
    max-width: 80px;
    text-align: right;
    line-height: 11px;
    min-width: 66px;
    padding-right: 6px;
    padding-top: 1px;
    text-decoration: none;
}

.dropState {
    font-size: 7pt;
    text-decoration: none;
}

.checkParkName {
    font-size: 15px;
    display: table-cell;
    max-width: 330px;
    width: 400px;
    vertical-align: middle;
    padding-left: 3px;
    line-height: 14px;
    text-decoration: none;
}

.checkParkLoc {
    font-size: 8pt;
    font-style: italic;
    display:table-cell;
    vertical-align: middle;
    width: 80px;
    max-width: 80px;
    text-align: right;
    line-height: 12px;
    min-width: 66px;
    padding-right: 6px;
    padding-top: 1px;
    text-decoration: none;
}

.checkState {
    font-size:8pt;
    text-decoration:none;
}

.cmdOtherParks {
    width: 100%;
    background-color: #fff;
    max-width: 450px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    min-height: 35px;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #DDD;
    margin-top: 5px;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 8px;
    position: relative;
    overflow: initial;
    display: block;
    color: #444;
}

.cmdOtherParks ul {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: -6px;
}

.cmdOtherParks li {
    font-size:9pt;
}

.alertbox {
    background:#ddd;
    padding-top:8px;
    padding-bottom:10px;
    margin-bottom:10px;
    max-width:500px;
    margin-left:-9px;
}

.alertbox h2 {
    font-size: 13pt;
    margin: 0px;
    padding: 0px;
    margin-left:10px;
    margin-right:10px;
}

.alertbox p {
    margin:0px;
    padding:0px;
    font-size:10pt;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:10px;
}

.alertbox .roundedButtonBig {
    margin-left:10px;
    margin-top:5px;
}

.greenalert {
    background-color:#090;
    color:white;
    margin-left:0px;
}

.alertbox.greenalert h2, .alertbox.greenalert p {
    color:white!important;
}

.checkHeader {
    font-size: 9pt;
    text-align: center;
    background-color: #A5A5A5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DDD;
    color: #FFF;
}

.checkOtherParksNone {
    font-size: 10pt;
    margin-left: 7px;
    font-style: italic;
    line-height: 11pt;
    vertical-align: middle;
    margin-top: 13px;
    color: #7D7D7D;
}

.checkOtherParkList {
    font-size: 10pt;
    margin-left: 7px;
    font-style: italic;
    line-height: 11pt;
    vertical-align: middle;
    margin-top: 4px;
    margin-right:10px;
    position:relative;
}

.dropPleaseSelect {
    margin-left: 8px;
    margin-top: 7px;
}

.clickToAdd {
    font-style: italic;
    font-size: 8pt;
    margin-left: 5px;
    margin-top: 2px;
    color: #A9A8A8;
}

.zipAgeGender {
    display:block;
    max-width:450px;
}

#ContentPlaceHolder1_pnlPostalCode {
    display:table-cell;
    padding-right:20px;
    max-width:145px;
}

#ContentPlaceHolder1_pnlAge {
    display:table-cell;
    padding-right:15px;
}

#ContentPlaceHolder1_pnlGender {
    display:table-cell;
}

#ContentPlaceHolder1_pnlSubmit {
    display: table-cell;
    vertical-align: top;
    padding-top: 2px;
    padding-left: 26px;
}

.sectionHeader {
	font-size: 14pt;
	color: #A91A16;
	display: block;
	max-width: 98%;
	margin-top: 28px;
	margin-bottom: 11px;
	font-weight: bold;
	padding-top: 1px;
}

.subSectionHeader {
	font-size: 12pt;
	color: #A91A16;
	display: block;
	max-width: 98%;
	margin-top: 28px;
	margin-bottom: 11px;
	font-weight: bold;
	padding-top: 1px;
}

.displayTitle {
    font-size: 14pt;
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 11px;
    font-weight: bold;
    padding-top: 1px;
    background: #A52A2A;
    color: #FFF;
    padding-left: 6px;
    padding-bottom: 2px;
   }

#pnlDisplayInfo {
    padding-top: 11px;
    margin-bottom: 15px;
    padding-bottom: 4px;
    background: #fff;
    padding: 6px;
    max-width: 477px;
    padding-left:0px;
}

.displayHTML {
    max-width: 500px;
    margin-bottom: 7px;
    color: #444;
    padding-left: 1px;
    font-size: 11pt;
    margin-top: -1px;
}

.displayHTML a {
	font-weight: 600;
	color: #F00;
	text-decoration: underline;
}

.messageDiv {
	max-width:500px;
}

.entryForm {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.checkboxlist {
    max-width: 600px;
    width: 100%;
}

.ckBoxItem {
    width: 262px;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 10pt;
    display: inline-block;
    padding: 2px;
    margin: 0px;
    Margin-left: -2px;
    margin-bottom: 2px;
}

.quickContestHeaderWrapper {
}

.quickContestHeader H2 {
    font-size: 15pt;
    background-color: #808080;
    color: #FFF;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 0px;
}

.quickContestQuestionWrapper {

}

.quickContestQuestion {
    margin-bottom: 11px;
    display: block;
    font-weight: bold;
    color: #8E0606;
}

.singleLine {
}

.multiLine {
    height:120px;
}

@media only screen and (max-width : 320px) {
	.firstNameDiv,
	.lastNameDiv {
		max-width:450px;
        display:inline-block;
        width:98%;
	}
	
	.cityDiv {
		width:98%;
		max-width:450px;
	}
}

.roundedButtonBig {
	padding:24px;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:35px;
	padding-right:35px;
	color:white !important;
	font-weight:bold;
	font-size:12pt;
	display:inline-block;
	text-decoration:none;
    border:none;
}

.redbutton {background:#C30;}
.redbutton:hover {background: #900;}
.redbutton:active {background: #903;}

.bluebutton {background:#50A9EB;}
.bluebutton:hover {background: #36F;}
.bluebutton:active {background: #903;}

.greenbutton {background:#090;}
.greenbutton:hover {background: #0C3;}
.greenbutton:active {background: #903;}

.graybutton {background:#aaa;}
.graybutton:hover {background: #900;}
.graybutton:active {background: #903;}

.whitebutton {background:#ffffff; color: #999 !important;}
.whitebutton:hover {background: #ddd;}
.whitebutton:active {background: #903; color: white !important;}

.plistTABLE {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}

.pListTDLeft {
    width: 80px;
}

.pListTDRight {
    padding-top: 0px;
    padding-bottom: 6px;
    font-size: 11pt;
}

.pListName {
    margin-bottom: -2px;
    margin-top: 1px
}

.pListLoc {
    font-size: 8pt;
    font-style: italic;
}


#cmdSave {
	margin-top:10px;
}


.lblErrorBlock {
    background: #FBE77F !important;
    color: #920000;
    display: block;
    padding: 18px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 10pt;
    text-indent: -14px;
    padding-left: 31px;
}

.ErrorTextIntro {
margin-top: 0px;
font-weight: bold;
margin-bottom: 8px;
}

@media only screen and (max-width : 450px) {
    #lblErrorText {
      background: #FFE86F !important;
      color: #D60000;
      display: block;
      padding: 8px;
      margin: 0px;
      margin-bottom: 20px;
      font-size: 8pt;
      text-indent: -11px;
      padding-left: 24px;
    }

    .formFieldText {
    border: 1px solid #CCC;
    width: 98%;
    color: #444;
    font-size: 18pt;
    padding: 1px;
    font-family: 'Open Sans';
    font-weight: 600;
    padding-bottom: 0px;
    padding-left: 4px;
    }

}

/*
     FILE ARCHIVED ON 17:36:22 Jan 07, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:14:59 Mar 07, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 210.372 (3)
  esindex: 0.013
  captures_list: 231.311
  CDXLines.iter: 13.983 (3)
  PetaboxLoader3.datanode: 208.485 (4)
  exclusion.robots: 0.323
  exclusion.robots.policy: 0.303
  RedisCDXSource: 1.866
  PetaboxLoader3.resolve: 20.183
  load_resource: 26.088
*/