.aside {
  display: none;
}

.article .byline {
  display: none;
}

.article .article-body {
  padding-top: 1em;
}

#gfp_container img {
  vertical-align: bottom;
}

#gfp_container {
  position: relative;
  width: 100%;
}

#gfp_scatterAndMap {
  position: relative;
}

#gfp_scatterplot_container .gfp_previousNext {
  display: none;
}

#gfp_scatterplotAndCurtain {
  padding-right: 0.5em;
}

.gfp_previousNext {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.688em;
  color: rgb(3,3,3);
  float: left;
}

.gfp_previousNext a {
  color: rgb(3,3,3);
  text-decoration: none;
}

.gfp_previousNext a:active,
.gfp_previousNext a:focus,
.gfp_previousNext a:visited {
  color: rgb(3,3,3);
  text-decoration: none;
}

.gfp_previousNext:hover {
  cursor: pointer;
}

.gfp_previousNext:hover a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.gfp_previousNext span {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  border: solid #BFBFBF 0.1em;
  padding: 0em 0.5em 0.1em 0.4em;
  margin: 0 0.4em 0 0;
  color: #404040;
}

.gfp_previousNext.next span {
  padding: 0em 0.4em 0.1em 0.5em;
  margin: 0 0 0 0.4em;
}

.gfp_previousNext:hover span {
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #8C8C8C;
  color: #000000;
}

.gfp_previousNext.next {
  float: right;
}

.exceed {
  color: rgb(35, 78, 160);
  font-weight: bold;
}

.figcaption {
  margin-top: 1.6em;
}

.figcaption * {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.figcaption .source {
  float: left;
}

#gfp_container img.circle {
 vertical-align:middle;
 margin: 0 0.25em 0.1em 0.25em;
 width: 1em;
 height: 1em;
}

.graphInstruction {
	display:none;
}
	
.graphInstruction.full {
	display:inline;
}


  #guess_container {
    position: relative;
    width: 100%;
    margin-bottom: 3em;
  }

  #results_container {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  #guess_container .image {
    position: relative;
    width: 422px;
    margin: 0 auto;
  }

  #guess_container .image .meat {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

  #guess_container .image .curtain {
    position: absolute;
    bottom: 55px;
    left: 144px;
    width: 168px;
    height: 98px;
    background: rgba(35, 78, 160, 0.5);
    z-index: 100;
  }

  #guess_container .image .shell {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  
  #guess_container .image .handlecontainer {
    position: absolute;
    bottom: 55px;
    left: 0px;
    width: 100%;
    height: 173px;
    opacity: 1;
    z-index: 1000;
  }

  #guess_container .image .handlecontainer .handle {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 68px;
    background: rgba(35, 78, 160, 0);
    z-index: 10000;
    cursor: pointer;
  }
  
  #guess_container .image .percentage {
    display: none;
    position: absolute;
    width: 168px;
    left: 145px;
    font-family: 'Benton Sans Bold', Helvetica, Arial, sans-serif;
    font-size: 2.8em;
    line-height: 0;
    font-weight: bold;
    text-align: center;
    z-index: 10000;
  }

  #guess_container .image .question {
    position: absolute;
    top: 33%;
    left: 15%;
    width: 70%;
    z-index: 1000;
    padding: 0;
    border: solid black 1px;
    background: rgba(0, 0, 0, 0.8);
    font-family: 'Benton Sans Bold', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    color: #FFFFFF;
    text-align: center;
  }

  #guess_container .image .question span {
    color: #91a7d0;
  }

  #guess_container .image .arrow {
    position: absolute;
    top: 56.3%;
    left: 53%;
    z-index: 100;
  }

  #guess_container .image .drag_instructions {
    position: absolute;
    top: 63%;
    left: 3.7%;
    z-index: 100;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
    color: rgb(242, 242, 232);
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    border: solid #000000 0px;
  }

  #gfp_results_title {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.938em;
    color: rgb(127, 127, 127);
    margin-bottom: 1.8em;
  }

  #gfp_results_title .guess_result {
    font-family: 'Benton Sans Bold', Helvetica, Arial, sans-serif;
    color: #000000;
    padding-top: 1.5em;
  }
  
  #gfp_results_title .guess_result .average {
    color: #777777;
  }

  #gfp_scatterplot_container {
	margin-right: 17.188em;
  }
  
  #gfp_scatterplot {
    height: 36em;
    height: 31.7em;
  }
  
  #gfp_scatterplot_container .gfp_scatterplot_legend {
    display: none;
  }
  
  #gfp_scatterplot_legend_text {
    display: none;
  }
  
  #gfp_map_container {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    width: 17.188em;
  }
  
  #gfp_map_previousNext_container {
    width: 100%;
    float: left;
    padding: 0 0 0.625em 0;
  }
  
  #gfp_mapAndDetails_container {
    clear: both;
    background: #F2F2E8;
    padding: 1em 0.938em 1em 0.938em;
  }
  
  #gfp_storeDetailsAndWater {
    height: 16.2em;
    height: 11.7em;
  }
  
  #gfp_storeDetails {
    width: 37%;
    float: left;
    position: relative;
  }
  
  #gfp_storeDetails dt {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.688em;
    line-height: 1em;
    color: rgb(127, 127, 127);
  }
  
  #gfp_storeDetails dd {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.875em;
    line-height: 1.2em;
    color: #000000;
    padding: 0;
    padding-bottom: 1em;
  }
  
  #gfp_scallopDetails {
    width: 60%;
    float: right;
    margin-bottom: 0.5em;
  }
  
  #gfp_water_container {
   	position: relative;
  }
  
  #gfp_water_container h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.688em;
    line-height: 1em;
    color: rgb(127, 127, 127);
    text-align: right;
    margin-bottom: 0.9em;
  }
  
  #bar_container {
    padding: 0;
    margin: 0;
    position: absolute;;
    width: 85%;
    right: 0%;
    height: 9.5em;
  }

  #gfp_actualMap {
    height: 14em;
    clear: both;
    border: solid #BFBFBF 0.1em;
    padding: 0;
    margin: 0;
  }

@media only screen and (max-width: 1024px) {
  #guess_container {
    display: none;
  }
  
  #results_container {
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
  }
  
  #gfp_results_title .guess_result {
    display: none;
  }
}

@media only screen and (max-width: 480px),
(max-width: 800px) and (max-height:480px) {
.graphInstruction.full {
	display:none;
	}
.graphInstruction.phone {
	display:inline;
	}
	
	  #gfp_results_title {
    display: none;
  }
  
  #gfp_map_container {
    display: none;
  }
  
  #gfp_scatterplot_container {
    margin-left: 0;
    clear: both;
    width: 100%;
    position: relative;
  }
  
  .gfp_scatterplot_legend {
    display: inline;
  }
  
  #gfp_scatterplot_legend_text {
    display: inline;
    float: left;
  }
  
  #gfp_scatterplot_previousNext_container {
    float: left;
    width: 100%;
    margin: 1.5em 0em 0.5em 0em;
  }

  #gfp_scatterplot_previousNext_container .gfp_previousNext {
    display: block;
  }

  #gfp_scatterplot_previousNext_container {
    position: relative;
    z-index: 1;
  }
  
  .gfp_previousNext.next {
    float: right;
  }
  
  .figcaption .credit {
    float: left;
  }

}

.gfp_scatterplot_legend {
  background: #EDEDED;
  padding: 0em 0.45em;
  border: solid #BFBFBF 0.1em;
}

#gfp_scatterplot_legend_text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.750em;
  color: rgb(127, 127, 127);
}

#gfp_scatterplot {
  margin-top: 0.5em;
  clear: both;
}


.ie7 #guess_container,
.ie8 #guess_container {
  display: none;
}

.ie7 #gfp_results_title .guess_result,
.ie8 #gfp_results_title .guess_result {
  display: none;
}

.ie7 #gfp_map_container,
.ie8 #gfp_map_container {
  display: none;
}

.ie7 #gfp_scatterplot_container,
.ie8 #gfp_scatterplot_container {
  margin-left: 0;
  clear: both;
  width: 100%;
  position: relative;
}

.ie7 #results_container,
.ie8 #results_container {
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
}

.ie7 #gfp_scatterplot_container br,
.ie8 #gfp_scatterplot_container br {
  display: block;
}


