

* {
  box-sizing: border-box;
}

/*color profiles
dark green: #31523F;
light green: #94BDAD;
burnt orange: #F17D40;
*/
body {
	width: 100vw;
	height: 100vh;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	background-color: #599172;
}

#container {
	min-height: 100%;
	width: 100%;
}

.firstPageButtonContainer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	background-color: #31523F;
	box-shadow: 0px 0px 1px 4px #39634b inset;
}

.ParksandRexLogoButton {
	height: 45px;
	display: inline-block;
	left: 20px;
}

.ParksandRexLogoButtonNEW {
	height: 30px;
	display: inline-block;
	left: 0px;
	opacity: 0.5;
}

.introduction_firstPage{
	color: white;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	margin-top: 1vh;
}

.introduction_firstPage h1 h2{
	margin: 0, 0, 0, 0;
}

.introduction_firstPage h1{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 30px;
}

.introduction_firstPage h2{
	font-size: 14px;
	font-weight: lighter;
	color: black;
}

.errorPage {
	color: white;
	font-size: 12px;
}

.searchForm {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.userAddressSearch {
	background-color: #31523F;
	position: relative;
	font-size: 14px;
	color: white;
	background-color: #264030;
	box-shadow: 0px 0px 5px 4px #4A785D;
	border-radius: 5px;
	border-style: 5px;
	width: 70%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.searchFormFieldset{
	-webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
   	display: inline-block;
	outline-style: none;
	border-style: none;
	background-color: #264030;
	width: 100%;
	padding: 20px;
	padding-bottom: 40px;
}

.submitButton{
	border: 0;
	padding: 0;
	height: 100%;
	padding-left: 30%;
	padding-right: 30%;
	margin: 0;
	border-radius: 2px;
	color: white;
	bottom: -70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #31523F;
}

.submitText {
	display: inline-block;
	text-align: left;
	float: right;
	margin-top: 10px;
	font-size: 12px;
}

legend {
	margin-top: 20px;
	width: 100%;
}

input[name="searchInput"] {
	padding: 10px;
	padding-left: 0;
	margin-top: 30px;
	background-color: #264030;
	color: white;
	border-style: none;
	border-bottom: 1px solid white;
	display: inline-block;
	width: 100%;
}

input[name="searchInput"]::placeholder {
	opacity: 1;
	color: white;
}

input[name="searchInput"]:-webkit-autofill,
input[name="searchInput"]:-webkit-autofill:hover,
input[name="searchInput"]:-webkit-autofill:focus,
input[name="searchInput"]:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white;
}

input[name="searchInput"]:focus {
	background-color: #264030;
	color: white;
}

select {
	-webkit-appearance: none;
	margin-top: 5px;
	padding: 10px;
	padding-left: 0;
	 background-color: #264030;
	 border-style: none;
	 border-radius: 0px;
	 border-bottom: 1px solid white;
	 color: white;
	 width: 100%;
	 margin-bottom: 30px;
}

#loadingIconPage {
	z-index: 100;
	position: absolute;
	background-color: #31523F;
	height: 100%;
	width: 100%;
}

#loadingIconPage img {
	position: absolute;
	top: 45vh;
	left: 45vw;
}

.searchFormWindow {
	position: absolute;
	width: 75%;
	min-width: 200px;
	height: fit-content;
	padding: 5px;
	top: 10px;
	left: 10px;
	color: #31523F;
	border-radius: 2px;
	box-shadow: 1px 1px 1px 0px silver;
	background-color: white;
}

.searchFormWindow .userAddressSearch{
	width: 100%;
	max-width: 1300px;
	background-color: white;
	border-style: none;
	border-radius: none;
	box-shadow: none;
}

.searchFormWindow .searchFormFieldset{ 
	display: inline-block;
	width: 85%;
	float: left;
	clear: both;
	max-width: 1000px;
	background-color: white;
	height: fit-content;
	padding: 0;
}

.searchFormWindow  input[name="searchInput"], 
.searchFormWindow select {
    -webkit-text-fill-color: #31523F;
    color: #31523F;
    font-size: 12px;
    padding: 5px;
    padding-right: 0px;
    background-color: #DFECE8;
    border-bottom: 1px #31523F;
    overflow-x: hidden;
    margin: 0;
}

.searchFormWindow legend {
	margin-top: 5px;
}

.searchFormWindow textarea:-webkit-autofill, 
.searchFormWindow select:-webkit-autofill,
.searchFormWindow input[name="searchInput"]:-webkit-autofill,
.searchFormWindow input[name="searchInput"]:-webkit-autofill:hover,
.searchFormWindow input[name="searchInput"]:-webkit-autofill:focus,
.searchFormWindow input[name="searchInput"]:-webkit-autofill:active,
.searchFormWindow input[name="searchInput"]:focus {
    -webkit-box-shadow:0 0 0 50px #DFECE8 inset;
    color: #31523F;
    -webkit-text-fill-color: #31523F;
}

.searchFormWindow .firstPageButtonContainer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2vh;
	margin-left: 5px;
	background-color: white;
	box-shadow: none;
	display: inline-block;
}

.searchFormWindow .submitButton {
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
}

#map_section {
  width: 100%;
  height: 67vh;
  display:none;
  position: relative;
}

#mapDisplay {
	width: 100%;
	height: 100%;
	position: absolute;
  	overflow: hidden;
}

.results_text {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-left: 7px;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold; 
}

.results_text legend {
	margin-top: 0;
}

.clickMoreInstructions {
	color: white;
	font-size: 12px;
	padding-left: 7px;
}

input[name='showMoreFossilsToggle']{
    -webkit-appearance: none;
}

.slider_background {
	margin-left: 10px;
	position: relative;
  	display: inline-block;
  	width: 45px;
  	height: 19px;
}

.slider {
  position: absolute;
  cursor: pointer;
  border: solid 2px;
  border-color: #F17D40;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31523F;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 9px;
  width: 9px;
  left: 3px;
  bottom: 3px;
  background-color: #F17D40;
  -webkit-transition: .4s;
  transition: .4s;
}

input[name='showMoreFossilsToggle']:checked + .slider {
  background-color: #ffccb2;
}

input[name='showMoreFossilsToggle']:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.FirstParkResultLogo {
	height: 80%;
	padding-top: 10px;
	margin: 3px;
	margin-left: 5px;
	float: right;
}

#results {
	margin-top: 5px;
	background-color: none;
}

.results_text {
	color: white;
	font-weight: lighter;
}

.noresultsText {
	text-align: center;
	padding: 10px;
	color: white;
	font-weight: lighter;
	font-size: 15px;
	margin: 0;
}

.recommendedPark {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
	height: 33%;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}

.result_block, .result_block_noFossil, .result_block_noFossil_All{
	outline: none;
	border: none;
	vertical-align: top;
	height: 22vh;
	border-radius: 2px;
	width: 85%;
	min-width: 115px;
	max-width: 450px;
	font-size: 50%;
	padding: 10px;
	padding-left: 15px;
	margin-left: 3px;
	margin-right: 3px;
	white-space: pre-wrap;
	text-align: left;
	background-color: #94BDAD;
}

.result_block_noFossil_All {
	height: 75px;
}

.result_block, .result_block_noFossil h1{
	margin-top: 0;
}

.result_block_noFossil h2 {
	color: #423f3d;
}

.selectionBox {
	vertical-align: top;
	box-shadow: 0 5px 0 #F17D40 inset;
	border-radius: 2px;
	background-size: cover;
	background-color: #DFECE8;
}

#results_moreInfo {
	padding: 10px;
	background-color: white;
	color: black;
	position: absolute;
	width: 100%;
	height: fit-content;
}

.moreInfoShow{
	position: relative;
	margin-top: 15px;
}

.moreInfoShow h1{
	font-size: 16px;
	margin-top: 0;
}

.backToMapButton {
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F17D40;
	padding: 5px;
	background-origin: content-box;
	background-image: url('https://i.imgur.com/NDE1kFX.png?1');
	background-repeat: no-repeat;
	transform: rotate(180deg);
	background-size: contain;
	background-position: center;
}

.summaryInfo{
	font-size: 60%;
	padding: 10px;
}

.summaryInfo h1{
	margin-top: 10px;
}

.fossilInfoDisplay {
	text-align: center;
	color: black;
	margin-top: 10px;
	border-radius: 2px;
	padding: 20px;
	background-color: #f7edd4;
	display: inline-block;
	width: 100%;
}

.fossilCollection {
	margin: 2px;
	padding-top: 10px;
	font-size: 10px;
	color: white;
	background-color: #af450e;
	box-shadow: 0px 0px 10px 7px #8e3407 inset;
	border-radius: 10px;
	width: 48%;
	position: relative;
	display: inline-block;
	clear: left;
	text-align: center;
}

.fossilIcon {
	width: 60px;
}

.fossilInfoDisplay li{
	position: relative;
	list-style: none;
	padding: 10px;
	width: 100%;
	float: left;
	color: black;
	background-color: white;
	border-radius: 2px;
	text-align: left;
}

.fossilInfoDisplay ul {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
}

.wikiInfoDisplay{
	color: black;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	background-color: #cce5db;
	width: 100%;
}

.wikiInfoDisplay p{
	margin-top: 10px;
}

.fossilInfoDisplay h2, .wikiInfoDisplay h2{
	margin: 0;
}

.fossilInfoDisplay h2 {
	margin-bottom: 10px;
}

.wikiBox{
	position: relative;
	display: block;
	width: 100%;
}

.getWikiDataButton {
	border-style: none;
	border-color: #31523F;
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #94BDAD;
	box-shadow: 0px 0px 10px 1px #31523F inset;
}

.wikiInfoDisplay {
	width: 100%;
}

.wikiBoxText {
	display: inline-block;
	padding: 20px;
	border-radius: 2px;
	background-color: white;
}

.wikiBoxArrow {
	transform: rotate(180deg);
	max-height: 30px;
	width: 100%;
	text-align: center;
	background-color: #31523F;
}

.wikiBoxArrow img{
	height: 10px;
}

.fossilMarkerContent h1{
	font-size: 13px;
}

.fossilMarkerContent h2{
	font-size: 13px;
}

.fossilMarkerContent li{
	list-style: none;
}
.fossilMarkerContent ul{
	list-style: none;
	padding-left: 0;
}

@media only screen and (min-width: 500px){
.searchFormWindow .firstPageButtonContainer {
	margin: 0;
	padding: 0;
}

	.ParksandRexLogoButtonNEW {
	height: 50px;
}

.result_block, .result_block_noFossil, .result_block_noFossil_All{
	font-size: 75%;
}

}

@media only screen and (min-width: 1023px) {

.introduction_firstPage {
	margin-top: 10%;
}

#loadingIconPage img {
	position: absolute;
	top: 48%;
	left: 49.5%;
}

.ParksandRexLogoButtonNEW {
	height: 40px;
}

.searchFormWindow {
	position: absolute;
	display: inline-block;
	width: 63%;
	padding: 0px;
	color: #31523F;
	border-radius: 2px;
	background-color: white;
}

.searchFormWindow legend{
	width: 48%;
	float: left;
	margin: 1%;
	position: relative;
}

.searchFormWindow .firstPageButtonContainer {
	margin: 0;
	padding: 0;
}

.searchFormWindow  input[name="searchInput"], 
.searchFormWindow select {
	font-size: 18px;
	padding: 5px;
	padding-left: 10px;
}

#map_section {
	height: 75vh;
}

#mapDisplay {
	width: 100%;
	height: 100%;
  	overflow: hidden;
}

#results{
	position: fixed;
	height: 20%;
	width: 100%;
	bottom: 20px;
}

.result_block, .result_block_noFossil, .result_block_noFossil_All{
	height: 75%;
	font-size: 55%;
}

.FirstParkResultLogo {
	height: 80px;
}

.results_text {
	display: inline-block;
	position: relative;
	width: 60%;
	padding-left: 7px;
	margin-bottom: 3px;
	font-size: 25px;
	font-weight: bold; 
}

.recommendedPark {
	height: 100%;
	margin-top: 10px;
	overflow-y: visible;
}

.slider_background {
  	width: 56px;
  	height: 28px;
}

.slider {
	border-radius: 20px;
}

.slider:before {
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
}


input[name='showMoreFossilsToggle']:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

#results_moreInfo {
	position: absolute;
	z-index: 99;
	width: 33%;
	height: 73vh;
	overflow-y: scroll;
	right:0;
	top: 0;
	padding-left: 10px;
}
}
