@font-face {
	font-family: Martel;
	src: url(https://newsinteractive.post-gazette.com/includes/fonts/martel/Martel-Light.ttf) format('truetype');
	font-weight: 200;
}
@font-face {
	font-family: Martel;
	src: url(https://newsinteractive.post-gazette.com/includes/fonts/martel/Martel-Regular.ttf) format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: Martel;
	src: url(https://newsinteractive.post-gazette.com/includes/fonts/martel/Martel-Bold.ttf) format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: Martel;
	src: url(https://newsinteractive.post-gazette.com/includes/fonts/martel/Martel-Heavy.ttf) format('truetype');
	font-weight: 900;
}

/* Banner Styles */

navbar {
    width: 100vw;
    height: 50px;
    background: linear-gradient(rgb(0, 0, 0),rgba(0, 0, 0, 0.75));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    position: fixed;
    z-index: 3000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

textbranding, mobilebranding {
    font-family: 'proxima-nova', Helevtica, Verdana, sans-serif;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 3px;
    font-weight: 400;
    margin-left: 10px;
}

pglogo {
    background: url(http://newsinteractive.post-gazette.com/penguins/50/wearing-the-c/img/PG-logo-1.png) center center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-left: 5px;
    margin-right: 65px;
    display: block;
}

social {
    font-size: 22px;
    width: auto;
		margin-right: 10px;
}

social a {
    color: #fff;
    padding: 0 5px;
		transition: .2s all ease-in-out;
}

social .fa-facebook:hover {
    color: #3b5998;
}

social .fa-twitter:hover {
    color: #4099ff;
}

.grey-bar {
    background: rgba(0, 0, 0, 0.25);
    height: 3px;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
}

.bar-long {
    height: 3px;
    background-color: #FFB81C;
    width: 0px;
    z-index: 4000;
    position: fixed;
    top: 50px;
    left: 0;
}

/* Body Styles */

body p {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 25px;
}

aside p {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

body h1, body h2, body h3, body h4, body h5 {
	font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
	font-weight: 400;
}

bigintro {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
		background: url('../img/white-house-1.jpg') top left no-repeat;
		background-size: cover;
}

textwrap {
    bottom: 30px;
    position: absolute;
    z-index: 2000;
		text-align: center;
		width: 100%;
		color: #fff;
}

textwrap.no-video {
    margin-bottom: 30px;
    z-index: 2000;
		text-align: center;
		width: auto;
		color: #fff;
		bottom: 0;
		position: relative;
}

bigintro textwrap {
    bottom: 30px;
}

textwrap h2 {
    color: #fff;
		font-size: 35px;
		margin: 10px 0 0 0;
		font-family: "acta-display", serif;
		font-weight: 700;
		display: none;
}

textwrap h1, parallax h1 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background: rgba(255, 184, 28, 0.75);
    line-height: 22px;
    width: 800px;
    margin: 0 auto;
    letter-spacing: 2px;
}

textwrap h1 {
    font-size: 45px;
    line-height: 60px;
    padding: 0 10%;
    font-family: "Martel", serif;
    margin: 10px auto 5px auto;
    font-weight: 900;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65), 2px 2px rgba(0, 0, 0, 0.65), 3px 3px rgba(0, 0, 0, 0.65), 4px 4px rgba(0, 0, 0, 0.65);
		background: none;
    width: auto;
    text-transform: none;
    letter-spacing: 0;
}

/*parallax h1 {
    font-size: 70px;
    font-weight: 400;
    text-shadow: 2px 2px 1px #000;
		width: 100%;
		text-align: center;
}*/

parallax h1 {
    font-size: 50px;
    line-height: 13px;
    font-weight: 900;
    /* text-shadow: 2px 2px 1px #000; */
    width: auto;
    text-align: center;
    padding: 0 10px;
    background: rgba(255, 184, 28, 0.75);
    font-family: "Martel",serif;
    /* font-style: italic; */
    letter-spacing: 1px;
    padding-top: 7px;
    text-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
}

#story-start {
    margin-top: 0px;
}

/*.main-story h3 {
    text-align: center;
    font-size: 47px;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 10px solid rgba(255, 184, 28, 0.75);
    font-weight: 700;
}*/

textwrap p {
    font-family: 'proxima-nova', Helevtica, Verdana, sans-serif;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
		width: 75%;
		margin: 0 auto 10px auto;
		font-weight: 700;
}

h5.exclusive {
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
    background: rgba(255, 184, 28, 0.75);
    width: 275px;
    letter-spacing: 2px;
    padding: 5px 0 5px 2px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}

.reporting {
    color: #fff;
    font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
    font-size: 23px;
    line-height: 25px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.main-story .reporting {
    color: #000;
    text-shadow: none;
    font-size: 20px;
}

.smaller {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}

finalborder {
    width: 100vw;
    height: 25px;
    background: #000;
    display: inline-block;
}

.waves {
	mix-blend-mode: hard-light;
	filter: blur(35px);
}

.wave {
 	background-color: rgba(254, 203, 182, 0.55);
  	width: 100vw;
  	height: 100vw;
  	position: absolute;
  	z-index: 1000;
  	top: 80vh;
  	left: 0;
  	border-radius: 32%;
  	animation-name: spin-1;
  	animation-duration: 15s;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
  	-webkit-backface-visibility: hidden;
  	opacity: 0.5;
}

#wave-2 {
  	animation-name: spin-2 !important;
  	left: 20%;
}

#wave-3 {
  	animation-name: spin-2 !important;
  	left: -20%;
}

.dateline {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.credits {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

creditbox {
    width: 235px;
    /* float: left; */
    margin: 0 auto;
    display: block;
}

creditbox img {
    width: 40%;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
    border-radius: 5px;
}

.credits .reporting {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 18px;
		color: #000;
		text-shadow: none;
}

.reporting a {
    color: #FFB81C;
}

headshot {
	width: 150px;
	height: 150px;
	background: url('../img/molinari-headshot.png') center center no-repeat;
	background-size: contain;
}

reportbanner {
		display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-end;
}

.no-height {
		height: 1px;
}

.padding {
		height: 15px;
}

.continue {
    width: 450px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

part {
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    border-radius: 5px;
		-webkit-transition: 1.0s all ease-in-out;
						transition: 1.0s all ease-in-out;
}

part.one {
	background: url("../img/cover.jpg") center center no-repeat;
	background-size: 100%;
}

part.two {
	background: url("../img/Cracker_003-big.jpg") center center no-repeat;
	background-size: 100%;
}

part.one:hover, part.two:hover {
    background-size: 110%;
}

.continue p {
		font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
}

.continue a {
		color: #fff;
}

.continue part p {
    color: #fff;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 27px;
		text-transform: none;
}

@keyframes spin-1 {
  0% {
    transform:
     translate3d(0, 3%, 0)
     rotate(0deg);
  }
  100% {
    transform:
      translate3d(0, 3%, 0)
      rotate(360deg);
  }
}

@keyframes spin-2 {
  0% {
    transform:
      translate3d(0, 3%, 0)
      rotate(-45deg);
  }
  100% {
    transform:
      translate3d(0, 3%, 0)
      rotate(315deg);
  }
}

@keyframes spin-3 {
  0% {
    transform:
      translate3d(0, 3%, 0)
      rotate(60deg);
  }
  100% {
    transform:
      translate3d(0, 3%, 0)
      rotate(420deg);
  }
}

.main-story {
    margin: 50px auto 25px auto;
}

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 15px auto;
}

.box-ad {
	display: none;
}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
		line-height: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#comments {
	margin-bottom: 50px
}

.drop-cap {
    font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
    font-size: 85px;
    float: left;
    font-weight: 700;
    line-height: 75px;
    margin-right: 10px;
		color: rgba(255, 184, 28, 1.0);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65), 2px 2px rgba(0, 0, 0, 0.65), 3px 3px rgba(0, 0, 0, 0.65), 4px 4px rgba(0, 0, 0, 0.65), 5px 5px rgba(0, 0, 0, 0.65), 6px 6px rgba(0, 0, 0, 0.65), 7px 7px rgba(0, 0, 0, 0.65);
}

parallax {
    height: 100vh;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
		padding-bottom: 55px;
}

.break-1 { background-image: url(../img/break-1.jpg); }
.break-2 { background-image: url(../img/break-2.jpg); background-position: bottom right; }

.bv-video-wrap {
  width: 100%;
  height: 100%;
  display: none;
}

.bv-video-wrap--ready {
  display: block;
}

.bv-video-wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.bv-video {
  width: 100%;
  height: 100%;
}

.vid h1 {
    position: absolute;
		z-index: 2000;
}

pullquoteleft, pullquoteright {
    width: 350px;
    height: auto;
    background: transparent;
    box-shadow: none;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px rgba(255, 184, 28, 0.75), 2px 2px rgba(255, 184, 28, 0.75), 3px 3px rgba(255, 184, 28, 0.75), 4px 4px rgba(255, 184, 28, 0.75);
		background: rgba(0, 0, 0, 0.85);
}

pullquoteright {
    float: right;
    margin-right: -150px;
    margin-left: 25px;
}

pullquoteleft {
    float: left;
    margin-left: -150px;
    margin-right: 25px;
}

pullquoteleft p, pullquoteright p {
    font-family: "Martel", serif;
    font-size: 33px;
    line-height: 41px;
    /*text-transform: uppercase;*/
    padding: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    z-index: 2000;
    position: relative;
		/*text-shadow: 2px 2px 0px rgba(253,184,39, 0.75);*/
}

pullquoteleft .waves, pullquoteright .waves {
    mix-blend-mode: hard-light;
    filter: blur(25px);
}

pullquoteleft .wave, pullquoteright .wave {
    background-color: rgba(254, 203, 182, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    border-radius: 32%;
    animation-name: spin-1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
    opacity: 0.55;
    z-index: 1000;
}

subscribe {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #efefef;
    margin-bottom: -7px;
		padding: 15px 15px 10px 15px;
}

subscribe p {
    font-family: 'Martel', Georgia, serif;
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}

subscribe .pglogofull {
    width: 275px;
    height: auto;
		margin: 5px 0 10px 0;
}

inlineimg {
    width: 500px;
    height: auto;
    display: inline-block;
}

.right {
    float: right;
    margin-right: -150px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.left {
    float: left;
    margin-left: -150px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.full {
    width: 100%;
    margin: 5px 0 15px 0;
}

.inline-caption {
    text-align: right;
    font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #0a0a0a;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5px;
}

.big-caption {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-align: right;
    padding: 5px 10px 10px 10px;
    font-style: italic;
		/*width: 65%;
		float: right;*/
		width: 100%;
    padding-left: 35%;
}

hr.story-end {
    width: 50%;
}

.tease {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 20px;
    width: 75%;
    text-align: center;
    margin: 0 auto 25px auto;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.90);
}

mapcontain {
    display: inline-block;
    width: 450px;
    height: auto;
    position: relative;
    float: left;
    margin-left: -150px;
    margin-right: 25px;
    margin-bottom: 10px;
		margin-top: -17px;
}

#map, #map2 {
    width: 100%;
    height: 350px;
}

fullwidth {
    width: 100vw;
    height: 100vh;
    /*display: block;*/
    /* background: #efefef; */
    padding: 10px 0;
    margin-bottom: 70px;
		overflow: hidden;
}

fullwidth h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

fullwidth h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#pinContainer, #pinContainer1 {
		width: 100%;
		height: 100%;
		overflow: hidden;
		-webkit-perspective: 1000;
		        perspective: 1000;
	}
	#slideContainer.three {
			width: 300%; /* to contain 4 panels, each with 100% of window width */
			height: 100%;
	}

	.breakthisup {
		width: 100%;
		heigth: 20px;
		display: inline-block;
		background: blue;
	}

	.panel.three {
	    height: 100%;
	    width: 33%;
	    float: left;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    align-content: flex-start;
	    align-items: flex-start;
	}

	#slideContainer.four {
			width: 400%; /* to contain 4 panels, each with 100% of window width */
			height: 100%;
			overflow-y: scroll;
	}

	#slideContainer1.six {
			width: 600%;
			height: 100%;
	}

	#slideContainer.ten {
			width: 1000%;
			height: 100%;
	}

	.panel.four {
	    height: 75%;
	    width: 25%;
	    float: left;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    align-content: flex-start;
	    align-items: flex-start;
			z-index: 2000;
	}

	shrink {
		display: block;
		height: 75%;
		width: 100%;
	}

	.panel.six {
			height: 75%;
			width: 16.666%;
			float: left;
			position: relative;
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-content: flex-start;
			align-items: flex-start;
	}

	.panel.ten {
			height: 75%;
			width: 10%;
			float: left;
			position: relative;
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-content: flex-start;
			align-items: flex-start;
	}

	#slideContainer .panel.step0 {
			background: url("../img/process/1_Bauxite_mining_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step1 {
			background: url("../img/process/1_Bauxite_mining_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step2 {
			background: url("../img/process/2_Ball_mill_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step3 {
			background: url("../img/process/3_Mixing_stage_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step4 {
			background: url("../img/process/4_Digestion_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step5 {
			background: url("../img/process/5_Clarification_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step6 {
			background: url("../img/process/6_Precipitation_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step7 {
			background: url("../img/process/7_Calcination_animation_revised.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step8 {
			background: url("../img/process/8_Production_pot_animation_revised.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step9 {
			background: url("../img/process/9_Vacuum_crucible_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	#slideContainer .panel.step10 {
			background: url("../img/process/10_Ingot_pour_animation_final.gif") center center no-repeat;
			background-size: contain;
			background-color: #fff;
	}

	.panel h3 {
		font-size: 40px;
		margin: 10px 0 0 0;
		font-weight: 700;
		text-align: center;
		width: 100%;
	}

	.panel p {
	    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
	    font-size: 24px;
	    width: 75%;
	    padding: 0;
	    line-height: 28px;
			text-align: center;
			margin: 0 auto;
	}

bigintrovideo {
	    width: 100vw;
	    height: 100vh;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-content: center;
	    align-items: center;
	    position: relative;
	    overflow: hidden;
	    background: no-repeat center;
	    background-size: cover;
			z-index: 1000;
}

bigimage {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: linear-gradient(rgb(74, 77, 101),rgb(87, 88, 110),rgb(99, 89, 108),rgb(74, 62, 71),rgb(7, 7, 7));
		overflow: hidden;
		position: relative;
		z-index: 1000;
}

p.section-head, p.section-headz {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 37px;
    font-weight: 900;
    letter-spacing: -.25px;
    /* text-transform: uppercase; */
    line-height: 33px;
    margin: 50px 0 20px 0;
    border-bottom: 10px solid rgba(255, 184, 28, 0.75);
    line-height: 14px;
    /* width: 95%; */
    font-family: "Martel", serif;
}

p.section-head.first {
    margin-top: 0;
}

.main-story .reporting {
    color: #000;
    text-shadow: none;
    font-size: 19px;
}

.main-story .smaller {
    font-size: 12px;
    margin-left: 5px;
}

.end {
    width: 20px;
    height: 24px;
    background: url(http://newsinteractive.post-gazette.com/baddataday/img/PG-logo.png) no-repeat center;
    background-size: contain;
		padding-right: 0;
		margin-right: 0;
		margin-left: 10px;
		height: 28px;
    position: absolute;
}

.carousel-cell {
  	width: 100%;
  	height: auto;
  	margin-right: 10px;
  	border-radius: 5px;
  	counter-increment: carousel-cell;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.carousel-cell img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.carousel-cell img.tall {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.slideshow {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 35px;
}

.flickity-viewport {
	height: 650px;
}

.main-story .carousel-cell .caption {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    margin-top: 10px;
    line-height: 21px;
    padding: 0 15px;
    color: #0a0a0a;
}

.flickity-prev-next-button {
	background: rgba(79, 79, 79, 0.75);
	top: 40%;
}

.flickity-prev-next-button:hover {
	background: rgba(79, 79, 79, 0.85);
}

.flickity-prev-next-button .arrow {
    fill: #adadad;
}

.flickity-page-dots {
	display: none;
}

/*.slideshow h2 {
    text-align: center;
		font-size: 30px;
		line-height: 34px;
		text-transform: uppercase;
	 	margin-bottom: 10px;
}*/

.slideshow .caption {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px 0 0;
}

.slideshow .smaller {
    font-size: 17px;
}

.full-section {
    width: 100%;
    display: inline-block;
    background: #efefef;
}

.slidecontain {
    margin: 10px auto 0px auto;
}

.mobile-only {
		display: none;
}

videocontain {
    display: block;
    width: 500px;
    height: auto;
    float: right;
    margin: 10px -300px 10px 25px;
    padding: 10px;
    background: #000;
    color: #fff;
    box-shadow: 10px 10px 0px #636363;
    background-color: black;
    overflow: hidden;
		position: relative;
}

videocontain video {
    width: 100%;
    height: auto;
		z-index: 2000;
		/*position: relative;*/
}

videocontain h4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 28px;
}

videocontain .smaller {
		font-size: 19px !important;
}

videocontain hr {
    margin: 5px auto;
    width: 75%;
    border-bottom: 1px solid #777777;
}

videocontain h5 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

videocontain .inline-caption {
    color: #fff;
}

videocontain .wave {
    top: 400px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    animation-duration: 10s;
		display: none;
}

.intro-chart {
	float: left;
}

chartwrap {
    width: 500px;
    height: auto;
    display: inherit;
    margin: 0 -300px 10px 25px !important;
    background: #000;
    box-shadow: 10px 10px 0px #636363;
    color: #fff;
    padding: 10px;
		position: relative;
		overflow: hidden;
}

chartwrap h4 {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

chartone, charttwo {
		width: 50%;
		float: left;
		display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
		z-index: 2000;
		position: relative;
		margin-bottom: 15px;
}

chartwrap .higher {
		position: relative;
		z-index: 2000;
}

.number {
    position: absolute;
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
		margin-bottom: 0;
		margin-top: 15px;
		bottom: 40%;
		text-align: center;
		width: 100%;
}

.place {
    font-family: 'proxima-nova', Helvetica, Verdana, Arial, sans-serif;
    line-height: 22px;
    font-weight: 700;
}

chartwrap .waves {
		-webkit-filter: blur(20px);
						filter: blur(20px);
}

chartwrap .wave {
		width: 100%;
		height: 100%;
		top: 200px;
		animation-duration: 10s;
}

.small {
		display: none;
}

chartwrap .inline-caption {
    color: #fff;
}

videocontain .preview {
    width: 100%;
    text-align: center;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

footer {
    background: rgba(0,0,0,.75);
    width: 100%;
    height: auto;
    display: inline-block;
}

bottomstuff {
		display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 25px;
}

logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

pgbiglogo {
    background: url(../img/pglogo-full-white.png) center center no-repeat;
    background-size: contain;
}

pclogo {
    background: url(../img/pulitzer-center-white.png) center center no-repeat;
    background-size: contain;
    margin-top: -5px;
}

pgbiglogo.black {
    background: url(../img/pglogo-full.png) center center no-repeat;
    background-size: contain;
}

pclogo.black {
    background: url(../img/pulitzer-center-dark.png) center center no-repeat;
    background-size: contain;
}

logos pgbiglogo, logos pclogo {
    width: 300px;
    height: 40px;
}

edbox p {
    color: #fff;
    font-family: 'proxima-nova', sans-serif;
}

edbox .reporting {
		color: #fff;
		text-transform: uppercase;
		text-shadow: none;
		font-size: 18px;
}

creditbox.fullwidth {
    width: 100%;
    margin-top: 10px;
}

navpanel {
    position: fixed;
    height: auto;
    width: 100vw;
    left: 0;
    top: -150px;
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.65));
    z-index: 2500;
    box-shadow: 1px 1px 3px #000;
    padding: 20px 10px;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
    -webkit-transition: 1.0s all ease-in-out;
    transition: 1.0s all ease-in-out;
		opacity: 0;
		display: none;
}

navpanel.show {
		top: 50px;
		opacity: 1;
		display: flex;
}

.hidden {
		display: none;
}

bigimage video {
    width: 140%;
    height: 110%;
}

.main-story h3, .parallax h3 {
    text-align: center;
		font-size: 50px;
		line-height: 33px;
    text-decoration: none;
    border-bottom: 10px solid rgba(255, 184, 28, 0.75);
    font-weight: 900;
		font-family: "acta-display",serif;
}

span.red {
    font-weight: 700;
    color: rgba(206, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.7);
    padding: 0 5px;
}

#comments h3 {
    font-weight: 700;
    text-align: left;
    border-bottom: none;
    font-size: 35px;
    line-height: 40px;
}

#comments p {
    font-family: 'proxima-nova', sans-serif !important;
}

bylines {
    position: relative;
    height: auto;
    width: auto;
    display: block;
    margin: 20px 0 5px 0;
}

.highlight {
	/*color: rgba(253,184,39, 1.0);
	font-weight: 900;*/
}

twoimages {
    width: 120%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0 -10%;
}

twoimages .left, twoimages .right {
    margin-left: 5px;
    margin-right: 5px;
}

twoimages inlineimg {
    width: 48%;
}

.main-story em {
    font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
}

morepanel {
	display: flex;
}

navpanel, morepanel {
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

navpanel panel, morepanel panel {
    height: 150px;
    overflow: hidden;
    background-color: grey;
    border-radius: 5px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-content: center;
		align-items: flex-start;
}

morepanel panel {
		width: 250px;
		height: 200px;
}

panel .smallers {
    font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
    margin-bottom: 0;
		font-size: 13px;
		line-height: 15px;
		width: 100%;
}

panel .headline {
    font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
		background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.65));
    padding: 40px 10px 10px 10px;
		font-weight: 700;
}

panel.active {
    opacity: .5;
}

navpanel a, navpanel a:hover, navpanel a:active, navpanel a:focus, navpanel a:visited {
    color: #fff;
		width: 20%;
}

morepanel a, morepanel a:hover, morepanel a:active, morepanel a:focus, morepanel a:visited {
		color: #fff;
}

navpanel panel.partone, morepanel panel.partone {
		background: url('../img/1-cover-still.jpg') center center no-repeat;
		background-size: 100%;
		transition: 1.0s all ease-in-out;
}

navpanel panel.parttwo, morepanel panel.parttwo {
		background: url('../img/break-6.jpg') center center no-repeat;
		background-size: 100%;
		transition: 1.0s all ease-in-out;
}
navpanel panel.partthree, morepanel panel.partthree {
		background: url('../img/3-Sardjoe01.jpg') center center no-repeat;
		background-size: 100%;
		transition: 1.0s all ease-in-out;
}

navpanel panel.partfour, morepanel panel.partfour {
		background: url('../img/4-NieuwKoffiekampGoldMining0801.jpg') center center no-repeat;
		background-size: 100%;
		transition: 1.0s all ease-in-out;
}

navpanel panel.partone:hover, navpanel panel.parttwo:hover, navpanel panel.partthree:hover, navpanel panel.partfour:hover {
    background-size: 110%;
}

morepanel panel.partone, morepanel panel.parttwo, morepanel panel.partthree, morepanel panel.partfour {
		background-size: cover;
}

morepanel panel:hover {
		-webkit-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
}

.showhide {
    min-width: 25px;
    width: 25px;
}

p.more-continue {
    font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
}

morepanel {
    width: 800px;
    margin: 0 auto;
}

charts {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
		max-width: 800px;
		/*max-height: 200px;*/
		margin-bottom: 15px;
}

charts .two {
    width: 400px;
    height: 200px;
    position: relative;
		float: left;
}

charts.one {
	width: 600px;
	height: 300px;
	max-width: 600px;
	max-height: 300px;
	margin: 0 auto 10px auto;
	position: relative;
	display: block;
}

charts .solo {
	width: 600px;
	height: 300px;
}

span.step {
    font-weight: 700;
}

chartinfo {
    width: 100%;
    height: auto;
    display: block;
		margin-top: 30px;
}

chartswrap {
    width: 50%;
    height: auto;
    display: block;
    float: left;
}

.one chartswrap {
		width: 600px;
		height: 350px;
		max-width: 600px;
		max-height: 350px;
}

chartinfo h2, bauxite h2, .slideshow h2 {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: rgba(255, 184, 28, 1.0);
    font-weight: 700;
    text-shadow: 2px 2px 0px rgba(253,184,39, 0.75);
    line-height: 42px;
}

bauxite h4 {
		font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
		font-size: 22px;
		line-height: 25px;
		cursor: pointer;
		text-align: center;
}

bauxite .inline-caption {
		padding: 0;
}

chartinfo p, bauxite p {
    font-family: "proxima-nova", Helvetica, Verdana, Arial, sans-serif;
    margin: 0 auto 5px auto;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
		padding: 0 15px;
}

chartinfo h4 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    /* color: rgba(255, 184, 28, 1.0); */
    font-weight: 400;
    /* text-shadow: 2px 2px 0px rgba(253,184,39, 0.75); */
    line-height: 25px;
    padding-left: 30px;
}

chartinfo hr {
    width: 75%;
    margin: 5px auto 15px auto;
}

chartinfo .inline-caption {
    width: 100%;
    margin: 0;
}

.legend {
    font-size: 14px;
    margin-bottom: 15px;
		text-align: center;
}

.note {
    font-size: 13px;
}

chartinfo hr {
		width: 75%;
		margin: 5px auto 10px auto;
}

parallax p {
    position: relative;
    color: #fff;
    z-index: 2500;
    font-size: 65px;
    width: auto;
    padding: 0 15px;
    font-family: "acta-display", serif;
    font-weight: 700;
    font-style: italic;
		text-transform: uppercase;
    background: rgba(255, 184, 28, 0.75);
    margin: 0 auto;
    letter-spacing: 2px;
    line-height: 25px;
		margin-bottom: 35px;
}

parallax.sidebar {
    justify-content: flex-end;
}

.map iframe {
		display: block;
		pointer-events: none;
		position: relative;
}

.map iframe.clicked{
	pointer-events: auto;
}

.map.more {
		display: none;
		transition: 1.0s all ease-in-out;
}

.map.show {
		display: block;
}

.mappy {
		width: 100%;
		height: 600px;
}

videoplayer {
    width: 100%;
    height: auto;
    display: block;
    background-color: #efefef;
		padding: 20px;
}

.video-player {
		display: block;
		position: relative;
		max-width: 100%;
}

mobilebranding {
	display: none;
}

/* Mobile Styles */

@media ony screen and (min-width: 1600px) and (max-width: 2000px) {
	.flickity-viewport {
    	height: 810px !important;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
	.flickity-viewport {
    	height: 785px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1350px) {
	/*.slideshow.shorter {
		height: 630px;
	}

	.shorter .flickity-viewport {
    	height: 550px !important;
	}*/
}

@media only screen and (max-width: 1200px) {
	.left {
    margin-left: 0;
	}

	pullquoteleft {
		margin-left: 0;
	}

	mapcontain {
		margin-left: 0;
	}

	twoimages inlineimg {
    width: 100%;
	}

	twoimages {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.leader-ad {
		display: none;
	}

	.box-ad {
		width: 300px;
		height: auto;
		display: block;
		margin: 5px auto 20px auto;
	}

	.no-mobile {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	pullquoteleft, pullquoteright {
		width: 100%;
		margin: 10px auto 25px auto;
	}

	pullquoteleft .wave, pullquoteright .wave {
		height: notset;
		top: 75%;
	}

	bigimage.story-one {
	    background: url('../img/1-cover-still.jpg') center center no-repeat;
			background-size: cover;
	}

	bigimage.story-two {
	    background: url('../img/break-6.jpg') center center no-repeat;
			background-size: cover;
	}

	.flickity-viewport {
    	height: 650px !important;
	}

	.flickity-prev-next-button {
		top: 35%;
	}

	parallax {
    height: 600px;
    background-size: cover;
    box-shadow: none;
    background-attachment: inherit;
	}

	videocontain {
    margin: 10px 10px 10px 25px;
	}

	videocontain .wave {
    top: 375px;
	}

	chartwrap {
		margin: 0 10px 10px 25px !important;
	}

	.large-8 {
    width: 100%;
	}

	.credits {
		width: 75%;
	}

	textwrap {
		width: 100%;
	}

	.right {
		margin-right: 0;
	}

	/*textwrap h1 {
		font-size: 55px;
		width: 790px;
		line-height: 18px;
	}*/

	.main-story h3, .parallax h3 {
		font-size: 37px;
		line-height: 26px;
	}

	logos {
		flex-wrap: wrap;
	}

	logos pgbiglogo, logos pclogo {
    width: 275px;
    height: 35px;
    margin: 4.5px 10px;
	}

	mapcontain {
		width: 100%;
	}

	inlineimg {
		width: 100%;
	}

	p.section-head {
		font-size: 41px;
		margin: 40px 0 20px 0;
	}

	.break-6 {
    background-image: url(../img/break-6-mobile.jpg);
	}

	chartswrap {
    width: 100%;
	}

	charts .two {
		margin: 0 15%;
	}
}

@media only screen and (max-width: 1000px) {
	#slideContainer.four, #slideContainer1.six {
		width: 100vw;
		overflow: visible;
	}

	.panel.four, .panel.six {
		width: 100%;
		margin: 10px auto;
	}

	#pinContainer, #pinContainer1 {
		overflow: visible;
	}

	navpanel a, navpanel a:hover, navpanel a:active, navpanel a:focus, navpanel a:visited {
		width: 45%;
		margin: 2%;
	}

	navpanel {
		flex-wrap: wrap;
	}

	navpanel panel, morepanel panel {
		height: 200px;
	}

	p.section-headz {
    font-size: 40px;
    line-height: 42px;
    border-bottom: none;
    text-shadow: 1px 1px rgba(255, 184, 28, 0.75), 2px 2px rgba(255, 184, 28, 0.75), 3px 3px rgba(255, 184, 28, 0.75);
    font-weight: 900;
    text-align: center;
		font-family: "Martel", sans-serif;
	}
}

@media only screen and (max-width: 900px) {
	bigintrovideo {
			height: 50vh;
	}

	.flickity-viewport {
    	height: 675px !important;
	}

	textbranding {
		display: none;
	}

	mobilebranding {
		display: block;
	}
}

@media only screen and (max-width: 800px) {
	textwrap h1, parallax p {
    /*font-size: 45px;
    width: 660px;*/
    line-height: 48px;
		/*text-align: center;*/
		padding: 0;
	}

	parallax p {
		width: auto;
	}

	.section-head.smallss {
    font-size: 32px;
    text-transform: none;
    margin-left: 0;
    line-height: 22px;
	}

	morepanel {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
		flex-direction: column;
    flex-wrap: wrap;
	}

	morepanel panel {
    width: 300px;
    height: 250px;
    margin: 2.5px 0;
	}

	.one chartswrap {
    width: 200%;
    height: 200px;
    max-width: 100%;
    max-height: 200px;
	}

	charts .solo {
		width: 400px;
		height: 200px;
		position: relative;
		float: left;
	}

	charts.one {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.right, .left {
	    margin: 0 0 15px 0;
	    width: 100%;
	}

	textwrap {
		width: 100%;
		padding: 0 15px;
	}

	/*textwrap h1, parallax h1 {
		font-size: 40px;
		line-height: 44px;
		text-shadow: 2px 2px 1px #000;
	}*/

	textwrap p {
		font-size: 35px;
		line-height: 38px;
	}

	fullwidth h2 {
		font-size: 30px;
		line-height: 34px;
	}

	fullwidth h4 {
		font-size: 25px;
    line-height: 29px;
    margin-top: 5px;
	}

	.panel p {
		font-size: 22px;
		line-height: 26px;
	}

	.panel h3 {
    font-size: 35px;
	}

	creditbox {
    width: 100%;
	}

	p.section-head {
		font-size: 39px;
		border-bottom: 7px solid rgba(255, 184, 28, 0.75);
		line-height: 26px;
	}

	twoimages .left, twoimages .right {
		margin-left: 0;
		margin-right: 0;
	}

	.mappy {
		height: 50vh;
	}

	bigintro {
		height: 80vh;
	}
}

@media only screen and (max-width: 700px) {
	.right, .left {
	    width: 375px;
	}

	.left {
    margin: 0 10px 15px 0;
	}

	.right {
    margin: 0 0 15px 10px;
	}

	.flickity-viewport {
    	height: 600px !important;
	}

	.flickity-prev-next-button {
    	background: rgba(79, 79, 79, 0.75);
    	top: 35%;
    	width: 35px;
    	height: 35px;
	}

	bigintro {
		height: 80vh;
		background-size: cover;
	}

	textwrap {
    bottom: 10px;
	}

	textwrap p {
		 width: 100%;
	}

	parallax {
    height: 400px;
	}

	/*pullquoteleft, pullquoteright {
		box-shadow: 5px 5px 0px #FFB81C;
	}*/

	pullquoteleft p, pullquoteright p {
		font-size: 27px;
		line-height: 33px;
	}

	.tease {
		width: 95%;
		margin: 10px auto 25px auto;
	}

	.big-caption {
		width: 90%;
	}

	videocontain {
		width: 350px;
	}

	videocontain .wave {
    top: 290px;
	}

	videocontain h4 {
		font-size: 22px;
		line-height: 24px;
	}

	creditbox {
		width: 100%;
	}

	.main-story h3, .parallax h3 {
    font-size: 30px;
    line-height: 20px;
	}

	logos pgbiglogo, logos pclogo {
    width: 225px;
    height: 25px;
    margin: 4.5px 10px;
	}

	logos {
		margin-bottom: 0;
	}

	.big-caption {
    width: 100%;
    padding: 10px 10px 0 20px;
	}

	navpanel {
    max-height: 75vh;
    overflow: scroll;
		flex-wrap: wrap;
		padding-top: 100px;
	}

	navpanel a, navpanel a:hover, navpanel a:active, navpanel a:focus, navpanel a:visited {
		width: 100%;
		flex-wrap: wrap;
	}

	navpanel panel {
		height: 20%;
	}

	morepanel panel {
		height: 250px;
	}

	charts .two {
    margin: 0 10%;
	}

	p.section-headz {
    font-size: 40px;
    line-height: 42px;
    border-bottom: none;
    text-shadow: 1px 1px rgba(255, 184, 28, 0.75), 2px 2px rgba(255, 184, 28, 0.75), 3px 3px rgba(255, 184, 28, 0.75);
    font-weight: 900;
    text-align: center;
		font-family: "Martel", sans-serif;
	}
}

@media only screen and (max-width: 500px) {
	.right, .left {
	    margin: 0 0 15px 0;
	    width: 100%;
	}

	h5.exclusive {
		font-size: 12px;
		width: 210px;
		letter-spacing: 2px;
		padding: 3px 0 3px 2px;
		margin: 0 auto;
	}

	textwrap.no-video {
    margin-bottom: 10px;
	}

	.reporting {
		font-size: 19px;
		line-height: 21px;
	}

	.flickity-viewport {
    	height: 600px !important;
	}

	.flickity-prev-next-button {
    	top: 25%;
    	width: 35px;
    	height: 35px;
    	background: rgba(79, 79, 79, 0.5);
	}

	textwrap h1, parallax h1 {
		font-size: 30px;
		line-height: 34px;
	}

	textwrap p {
		font-size: 26px;
		line-height: 29px;
		margin-bottom: 5px;
	}

	textbranding, mobilebranding {
		display: none;
	}

	p.parts {
    width: 95%;
    margin: 0 auto;
	}

	mapcontain {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 0;
	}

	parallax {
    height: 350px;
	}

	.continue {
		width: 95%;
	}

	videocontain {
		width: 99%;
		margin: 10px 10px 25px 0;
		box-shadow: 5px 5px 0px #636363;
	}

	/*bigintro {
    	height: 65vh;
	}*/

	chartwrap {
		margin: 0 0 15px 0 !important;
		box-shadow: 5px 5px 0px #636363;
	}

	.continue part p {
		bottom: 50px;
		font-size: 23px;
	}

	.no-small {
		display: none;
	}

	.small {
		display: block;
		line-height: 20px;
	}

	.slideshow h2 {
		font-size: 20px;
    line-height: 24px;
	}

	subscribe p {
		 font-size: 15px;
		 line-height: 21px;
	}

	videocontain h4 {
    font-size: 17px;
    line-height: 21px;
	}

	videocontain h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.panel h3 {
    font-size: 25px;
	}

	.panel p {
    font-size: 16px;
    line-height: 20px;
	}

	#slideContainer1 .panel.step1 {
		background-size: 50vh;
	}

	#slideContainer1 .panel.step2 {
		background-size: 50vh;
	}

	#slideContainer1 .panel.step3 {
		background-size: 50vh;
	}

	p.section-head, .section-head.smallss {
    font-size: 34px;
    border-bottom: 10px solid rgba(255, 184, 28, 1.0);
    line-height: 36px;
	}

	p.section-headz {
    font-size: 40px;
    line-height: 42px;
    border-bottom: none;
    text-shadow: 1px 1px rgba(255, 184, 28, 0.75), 2px 2px rgba(255, 184, 28, 0.75), 3px 3px rgba(255, 184, 28, 0.75);
    font-weight: 900;
    text-align: center;
		font-family: "Martel", sans-serif;
	}

	textwrap h1, parallax p {
		width: auto;
			font-size: 23px;
			background: none;
			font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    text-decoration-color: rgba(255, 184, 28, 0.75);
		text-shadow: 1px 1px #000;
	}

	.main-story {
    margin: 0px auto 25px auto;
	}

	.main-story h3, .parallax h3 {
    font-size: 23px;
    line-height: 16px;
		border-bottom: 5px solid rgba(255, 184, 28, 0.75);
	}

	.main-story .smaller {
    font-size: 11px;
	}

	.main-story .reporting {
		font-size: 16px;
	}

	logos {
    margin-bottom: 10px;
	}

	logos pgbiglogo, logos pclogo {
    width: 200px;
    height: 22px;
	}

	parallax p {
		margin-bottom: 10px;
	}

	chartinfo h2, bauxite h2, .slideshow h2 {
		font-size: 30px;
		line-height: 33px;
	}

	charts .two {
    margin: 0 10%;
		width: 300px;
		height: 150px;
	}
}

@media only screen and (max-width: 400px) {
	parallax {
    height: 200px;
	}

	.panel p {
    font-size: 15px;
    line-height: 17px;
	}

	.main-story h3, .parallax h3 {
    font-size: 27px;
    line-height: 28px;
    border-bottom: none;
    margin-bottom: 0;
    text-decoration: underline;
    text-decoration-color: #FFB81C;
	}

	textwrap h1, parallax p {
		 font-size: 20px;
		 line-height: 25px;
	}

	h5.exclusive {
		 font-size: 11px;
		 width: 200px;
		 padding: 3px 0 2px 2px;
	}

	.smaller {
		 font-size: 11px;
	}

	.reporting {
    font-size: 17px;
	}

	pullquoteleft p, pullquoteright p {
    font-size: 23px;
    line-height: 31px;
	}
}


.lead-q-a {
    width: 80%;
    margin: 0 auto;
}

.lead-q-a-vid video{
    width: 100%;
}
