.stateParkList {

}

.stateParkList h2 {
  background-color: #5E7630; 
  padding: 10px 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  margin:0;
}

.stateListLinks {
  min-width: 80px;
  float:left;
}

.stateThumbnail {
  max-width: 156px;
  min-width: 156px;
}


.stateCol {
  padding-left: 0px;
  padding-right: 0px;
}
.stateCol-left {

}
.stateCol-right {
  background: #f9f7f1 !important;
}
#state_wrapper {
  /*
  margin: 0px 20px 0 20px;
  padding-top:30px;
  */
  margin: 0px 0px 0 0px;
  padding-top:0px;
}

/* State list items */

#list_parks {
  margin-right: 20px;
  margin-bottom: 14px; 
  padding-left:0px;
  list-style:none;
  margin-left:0px;

}

#list_parks li {
    border-bottom: 1px solid #CCCCCC;
    padding: 17px 7px 23px 15px;
  margin-left:3px;
}

#list_parks li li {
    border-bottom: none;
    padding: 0; 
}

#list_parks li:last-child  {
  border-bottom: none;
}

#list_parks ul {
  padding-left:0px;
  list-style: none;
  margin-left:5px;
  line-height: 20px;
}

.list_left {
  padding-left: 0px; 
}

.list_left h2 {
    color: #5E7630;
    font-size: 10px;
    text-transform: uppercase;
  margin-bottom: 0px; 
  margin-top:0px;
}

.list_left h3 {
    color: #666666;
    font-size: 18px;
    margin-top: 5px;
    padding-bottom: 0px;
  margin-bottom: 5px; 
}

.list_left h3 a {
    color: #B28000;
    text-decoration: none !important;
}

.list_left h3 a:hover {
    color: #d39800 !important;
    text-decoration: underline !important;
}

.list_left h4 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}

.list_left p {
    /* font-size: 12px; 
    line-height: 18px; */
    margin-top: 11px;
}

.list_right {
   /* font-size: 12px; */
    padding: 5px 0 0 0;
}

@media (min-width: 768px) {
  .list_right ul {
    margin-top: 8px !important;
  }
}

.list_right li {
  margin-top: 4px;
  margin-left:0px;
}

.list_right a {
  color: #B28000;
    text-decoration: none !important;
}

.list_right a:hover {
  color: #D39800;
    text-decoration: underline;
}

.result-details-container {
  border:none;
}



.state_numbers {
  color: #333333;
}
ul.state_numbers {
  list-style: none;
}

.state_numbers li { padding-top: 13px; }

.state_numbers a {
  /*color: #B28000;*/
  color: #7E5B00;
  text-decoration: none;
  font-size:12px;
}

.state_numbers a:hover {
  /*color: #DEB240;*/
  color: #333333;
  text-decoration: underline;
}
.stateResultImage {
  width:100%;
  max-width:156px;
}
.noPadding {
  padding:0px;
}
#list_numbers h2 {
  background-color: #B38000;
  color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 10px;
  margin:0px;
}
#list_numbers .state_numbers {
  line-height: 16px !important;
    padding: 9px 13px 0;
    margin-left:0px;
}
/* this is a workaround for background color that only applies to state page templates */
.content-container {
  background: #f9f7f1 !important;
  border:none;
  margin-top: 0px; 

}
@media (max-width: 991px) {
  .content-container  {
    padding-left: 0px;
    padding-right:0px;
  }
}

.middleContentArea {
  padding-bottom: 0px;
}
#parkListResults {
  background:#FFFFFF !important;
}

/* the following code is to make the iFrame map responsive */
#iframe {
  height: 200px;
  display:block; 
  width:100%; 
  max-width:100%;
  border:none;
}
@media (min-width: 768px) {
  #iframe  {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #iframe  {
    height: 426px;
  }
}


#list_disclaimer {
    
    color: #706D5F;
    font-size: 9px;
    line-height: 12px;

    margin-left: 15px;
    margin-top: 12px;
    width: 180px;
}

/***** NEW FOR CENTENNIAL ****/
.state_numbers li {
    padding-top: 13px;
    padding-right: 20px;
}

.list_left h3 a {
    color: #0f4f7e;
    text-decoration: none !important;
    font-weight: bold;
}

.list_right a {
    color: #0f4f7e;
    text-decoration: none !important;
}

.ColumnMain a:visited {
    color: #3481B9;
}

.state_numbers a {
    color: #0f4f7e;
    text-decoration: none;
    font-size: 12px;
}

#list_numbers h2 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 10px;
    margin: 0px;
}

#list_disclaimer {
    color: #092F2F;
    font-size: 9px;
    line-height: 12px;
    margin-left: 15px;
    margin-top: 12px;
    width: 180px;
}

.list_left h2 {
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}

.stateCol-right {
    background: #ECECEC !important;
    margin-top: -10px;
}