body{
	margin: 0;
	}

.container {
	position:relative;
	overflow: hidden;

}

.nav {
	position:fixed;
	width:100%;
	height:65px;
	background-color: white;
	z-index: 5;
	top: 0px;
}

@media screen and (max-width: 420px) {
	.nav {
		height:55px;
		max-width: 100%;
	}
}

.tpm-circle-logo{
	width: 45px;
	margin: 10px;
}

@media screen and (max-width: 768px) {
	.tpm-circle-logo{
		display: none;
	}
}

.mobile-nav-button{
	display: none;
	width: 45px;
	margin: 10px;
}


@media screen and (max-width: 768px) {
	.mobile-nav-button{
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.mobile-nav-button{
		width: 40px;
	}
}


.features-logo {
	position: absolute;
	width: 250px;
	left:50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top:35px;
}

@media screen and (max-width: 420px) {
	.features-logo {
		width:200px;
		top:30px;
	}
}

.facebook-logo {
	position: absolute;
    right: 70px;
    top: 10px;
   	background-color: #3B5998;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 420px){
	.facebook-logo {
		display: none;
	}
}

.facebook-logo i{
	font-size: 30px;
    position: absolute;
    top: 10px;
    left: 12px;
}


.twitter-logo{
	position: absolute;
    right: 10px;
    top: 10px;
   	background-color: #00aced;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 420px){
	.twitter-logo {
		display: none;
	}
}

.twitter-logo i{
	font-size: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
}


.scroll-progress-container {
	width: 100%;
	height: 2px;
	background-color: #eee;
	top:65px;
	position: absolute;
}

@media screen and (max-width: 420px){
	.scroll-progress-container {
		top:55px;
	}
}

.scroll-progress {
	width: 0px;
	height: 2px;
	background-color: #900; 
}

@media screen and (min-width: 768px){
	.nav-dropdown{
		display: none;
	}
}

.nav-dropdown{
	display: none;
	position: absolute;
	top:65px;
	width:300px;
	height: 420px;
	background-color: #ebe8e5;  
}

@media screen and (max-width: 420px){
	.nav-dropdown{
		top:55px;
	}
}


.dropdown-series-title{
	position: relative;
	left:20px;
	top:10px;
    font-family: helvetica;
    font-weight: 300;
    color: #333;
}

.dropdown-ed-note{
	position: relative;
	margin-top: 50px;
	left:40px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
}

.dropdown-ed-note a{
	text-decoration: none;
	font-size: 16px;
	color: #333;
}

.dropdown-part-one{
	position: relative;
	left:40px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	width: 250px;
	line-height: 20px;
}

.dropdown-part-two{
	position: relative;
	left:40px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	color: #777;
}

.dropdown-part-three{
	position: relative;
	left:40px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	color: #777;
	width: 250px;
}

.dropdown-part-four{
	position: relative;
	left:40px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	color: #777;
}

.nav-dropdown i{
	font-size: 30px;
    position: absolute;
    left: 20px;
    top: 105px;
    color:#900;
}

.nav-dropdown a{
	color: #000;
	text-decoration: none;
}


.nav-dropdown img{
	position: relative;
    width: 60px;
    top: 20px;
    left: 120px;
}

@media screen and (max-width: 420px){
	.nav-dropdown img{
		top:-60px;
	}
}

.facebook-logo-dropdown{
	display: none;
	position: relative;
    left: 30px;
    bottom: -40px;
   	background-color: #3B5998;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
 }

@media screen and (max-width: 420px){
	.facebook-logo-dropdown{
		display: block;
	}
}

.facebook-logo-dropdown i{
	position: absolute;
	font-size: 30px;
    top: 10px;
    left: 12px;
}


.twitter-logo-dropdown{
	display: none;
	position: relative;
    right: -230px;
    bottom: 5px;
   	background-color: #00aced;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
 }

@media screen and (max-width: 420px){
	.twitter-logo-dropdown{
		display: block;
	}
}

.twitter-logo-dropdown i{
	font-size: 30px;
    position: absolute;
    top: 10px;
    left: 12px;
}

/******************************  End Nav  ******************************/


/*****  Editor's Note *****/


.text-container{
	position:relative;
	width:1000px;
	top:100px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 1000px){
	.text-container{
		width: 100%;
	}
}

@media screen and (max-width: 420px){
	.text-container{
		top:70px;
	}
}
 
.article-container{
	width: 600px;
	padding-left: 15px;
	padding-right: 60px;
	padding-bottom: 200px;
}

@media screen and (max-width: 768px){
	.article-container{
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 420px){
	.article-container{
		position: relative;
		top:60px;
		width: 340px;
	}
}

@media screen and (max-width: 320px){
	.article-container{
		width: 290px;
	}
}

#sponsor-attribute-mobile{
	display: none;
	position: absolute;
    right: 52px;
    font-family: helvetica;
    font-style: italic;
    font-size: 12px;
    top: 0px;
    color: black;
}

@media screen and (max-width: 768px){
	#sponsor-attribute-mobile{
		display: block;
		top:-20px;
	}
}

@media screen and (max-width: 420px){
	#sponsor-attribute-mobile{
		top: -90px;
		right:10px;
	}
}

#sponsor-logo-mobile{
	display: none;
	position: absolute;
    width: 120px;
    top: 40px;
    right: 25px;
}

@media screen and (max-width: 768px){
	#sponsor-logo-mobile{
		display: block;
		top:20px;
	}
}

@media screen and (max-width: 420px){
	#sponsor-logo-mobile{
		top:-50px;
		right:10px;
		width: 100px;
	}
}

.ed-note{
	font-family: 'robotoregular';
    line-height: 0;
    color: #555;
    font-size: 20px;
    margin-bottom: -10px;
}

@media screen and (max-width: 420px){
	.ed-note{
		font-size: 16px;
	}
}

.headline{
	font-family: 'robotoblack';
    line-height: 50px;
    font-size: 44px;
}

@media screen and (max-width: 768px){
	.headline{
		font-size: 38px;
		width: 500px;
	}
}

@media screen and (max-width: 420px){
	.headline{
		font-size:32px;
		line-height: 36px;
		width: 300px;
	}
}

.byline{
	font-family: 'robotoregular';
    color: #900;
    font-size: 20px;
    line-height: 15px;
}

#startArticle{
	margin-top: 50px;
}

.dropcap{
	width: 110px;
    float: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-container p{
	font-family: georgia;
	font-size: 18px;
	color: #555;
	line-height: 28px;
	z-index: 2;
}

@media screen and (min-width: 1000px){
	.series-widget-ed{
		display: none;
		position: fixed;
		width:300px;
		height: 370px;
		right:5%;
		top:100px;
		background-color: #ebe8e5;  
		-webkit-transition: -webkit-transform 2s;
    	transition: transform 2s;
	}
}

.series-widget-ed.top {
	position: absolute;
	top:100%;
	margin-top: 250px;
	right:5%;
}

.widget-container{
	display: block;
}

@media screen and (max-width: 1000px){
	.widget-container{
		display: none;
	}
}

.widget-header{
	background-color: #900;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 50px;
}

.widget-header h2{
	position: relative;
    top: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'robotoregular';
    letter-spacing: 3px;
}

.widget-series-title{
	margin-top: 60px;
    text-align: center;
    font-family: helvetica;
    font-weight: 300;
    color: #333;
}

.widget-ed-note{
	position: relative;
	left:30px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	cursor: pointer;
}

.widget-part-one{
	position: relative;
    left: 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: helvetica;
    width: 250px;
    line-height: 20px;
    cursor:pointer;
}

.widget-part-two{
	position: relative;
	left:30px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	color: #777;
	cursor:pointer;
}

.widget-part-three{
	position: relative;
	left:30px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	color: #777;
	width: 280px;
	cursor:pointer;
}

.widget-part-four{
	position: relative;
	left:30px;
	font-size: 16px;
	font-weight: 300;
	font-family: helvetica;
	color: #777;
}

.series-widget-ed img{
	width: 125px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.series-widget-ed p{
	position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 12px;
    font-family: helvetica;
    font-style: italic;
    color: #000;
}

.series-widget-ed a{
	text-decoration: none;
	color:#000;
}

.series-widget-ed a:hover{
	color:#900;
}

.series-widget-ed i{
	font-size: 30px;
    position: absolute;
    left: 10px;
    top: 115px;
    color:#900;
}

/*********************  Atricle Header/container  *****************************/

.headerimage {
  height:inherit;
  width:100%;
  background-size:cover;
  position:relative;
  z-index:-1;
  top:45px;
}

@media screen and (max-width: 420px){
	.headerimage {
		top: 35px;

	}
}

.headerimage img{
	width: 100%;
	height: inherit;
}

#backshape .wrapper {
  display:block;
  float:left;
  margin:50px auto 200px;
  width:100%;
  padding:0 5%;
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-10deg);
  -webkit-transform:skew(0deg,-5deg); 
}


#backshape {
  z-index:1;
  display:block;
  float:left;
  margin-top: -40px;
  width:100%;
  background:white;
  transform:skew(0deg,5deg);
  -ms-transform:skew(0deg,10deg); /* IE 9 */
  -webkit-transform:skew(0deg,5deg); /* Safari and Chrome */
}

@media screen and (min-width: 1500px){
	#backshape {
	margin-top:-100px;
	}
}

@media screen and (min-width: 2000px){
	#backshape {
	margin-top:-85px;
	}
}

@media screen and (max-width: 420px){
	#backshape {
	margin-top:10px;
	}
}

@media screen and (max-width: 420px){
	#backshape .wrapper {
	 margin: 50px auto 0px;
	}
}

.text-container-article{
	position: relative;
    width: 1000px;
    top: -200px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 1000px){
	.text-container-article{
		width: 100%;
	}
}

@media screen and (min--moz-device-pixel-ratio:0) {
	.text-container-article{
		z-index: 2;
	}
}

.text-container-article h5{
	font-family: 'robotoregular', helvetica;
    font-size: 24px;
    width: 600px;
    margin-top: -20px;
    color: #555;
}

@media screen and (max-width: 768px){
	.text-container-article h5{
		width: 475px;
	}
}

@media screen and (max-width: 420px){
	.text-container-article h5{
		width: 350px;
		margin-top: -10px;
		font-size:20px;
	}
}

@media screen and (max-width: 320px){
	.text-container-article h5{
		width: 280px;
		margin-top: -10px;
		font-size:16px;
	}
}

.text-container-article h4{
	font-family: 'robotoblack', helvetica;
	font-size: 24px;
}

.text-container-article p{
	font-family: georgia;
	font-size: 18px;
	color: #555;
	line-height: 28px;
}

.text-container-article a{
	text-decoration: none;
	color: #555;
}

.text-container-article a:hover {
	color: #000;
}

.text-container-article li{
	color: #000;
	font-size: 20px;
}

.link{
	border-bottom: 1px solid #900;
}

blockquote{
	font-family: georgia;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    border-left: 10px solid #000099;
    padding-left: 10px;

}

@media screen and (max-width: 768px){
	.text-container-article{
		width: 100%;
	}
}

@media screen and (max-width: 420px){
	.text-container-article{
		top:-30px;
	}
}



/************************* Part One Assets **************************/

.full-image{
	position: relative;
    margin-top: -300px;
    width: 100%;
    background-size: cover;
    height: inherit;
    z-index: 1;
}

@media screen and (max-width: 420px){
	.full-image {
		margin-top: -80px;
	}
}

.full-image img{
	width: 100%;
	height: inherit;
}

.pq-place-one{
	position: relative;
	width: 600px;
	height: 280px;
	z-index: -1;
}

.pullquote-one{
	display: none;
	position: relative;
	background-color: #000099;
    color: #fff;
    padding:30px;
    left: 50px;
    z-index: 2;
    width: 440px;
    text-align: center;
    margin-top: -260px;
    margin-bottom: 40px;
}

@media screen and (max-width: 420px){
	.pullquote-one{
		width: 290px;
		margin-top: -100px;
		margin-bottom: -100px;
		left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
		
	}
}

@media screen and (max-width: 420px){
	#pullquote-one{
		margin-top: -170px;
		margin-bottom: -50px;
	}
}


.pullquote-one h2{
	font-family:'robotoregular', helvetica;
	font-style: italic;
}

@media screen and (max-width: 420px){
	.pullquote-one h2{
		font-size: 18px;
	}
}

.pullquote-two {
	display: none;
	position: relative;
	background-color: #000099;
    color: #fff;
    padding: 30px;
    left: 50px;
    z-index: 2;
    width: 440px;
    text-align: center;
    margin-top: -220px;
    margin-bottom: 40px;
    z-index: 2;
}

@media screen and (max-width: 420px){
	.pullquote-two{
		width: 290px;
		margin-top: -100px;
		margin-bottom: -50px;
		left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
		
	}
}

.pullquote-two h2{
	font-family:'robotoregular', helvetica;
	font-style: italic;
}

@media screen and (max-width: 420px){
	.pullquote-two h2{
		font-size: 18px;
	}
}

.pq-place-three{
	position: relative;
	width: 600px;
	height: 280px;
	z-index: -1;
}


.pullquote-three{
	display: none;
	position: relative;
	background-color: #000099;
    color: #fff;
    padding: 30px;
    left: 50px;
    z-index: 2;
    width: 440px;
    text-align: center;
    margin-top: -270px;
    margin-bottom: 40px;
}

@media screen and (max-width: 420px){
	.pullquote-three{
		width: 290px;
		margin-top: -110px;
		margin-bottom: -80px;
		left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
		
	}
}

@media screen and (max-width: 420px){
	#pullquote-three{
		margin-top: -160px;
	}
}

.pullquote-three h2{
	font-family:'robotoregular', helvetica;
	font-style: italic;
}

@media screen and (max-width: 420px){
	.pullquote-three h2{
		font-size: 18px;
	}
}


.imageflip-container{
	position: relative;
	width:610px;
	height:250px;
	margin-top: 50px;
	margin-bottom: 30px;
}

@media screen and (max-width: 420px){
	.imageflip-container{
		width: 200px;
		margin: 0 auto;
		height: 800px;
		top: 20px;
	}
}

.imageflip-container p{
	font-size: 14px;
	line-height: 18px;
	color: #444;
	font-family: 'robotoregular';
	padding: 15px;
}

.imageflip-cap{
	font-family: "robotoregular", sans-serif;
    font-size: 30px;
    width: 180px;
    margin-top: 0px;
 }

.imageflip-bio{
	width: 170px;
	height: 170px;
	background-color:#ebe8e5;
	margin: 0;
}

.imageflip-one{
	display: inline-block;
	width: 200px;
}

#image-one{
	display: block;
}

#image-one:hover{
	opacity: 0;
	transition: 1s;
}

#image-one-back{
	position: absolute;
    top: 0px;
    z-index: -1;
}

.imageflip-two{
	display: inline-block;
	width: 200px;
}

#image-two{
	display: block;
}

#image-two:hover{
	opacity: 0;
	transition: 1s;
}


#image-two-back{
	position: absolute;
    top: 0px;
    z-index: -1;
}

#image-three{
	display: block;
}

#image-three:hover{
	opacity: 0;
	transition:1s;
}

.imageflip-three{
	display: inline-block;
	width: 200px;
}

#image-three-back{
	position: absolute;
    top: 0px;
    z-index: -1;
}

@media screen and (max-width: 420px){
	#image-one-back{
		display: none;
	}

	#image-two-back{
		display: none;
	}

	#image-three-back{
		display: none;
	}
}

.floated-image{
	position: relative;
    float: right;
}

@media screen and (max-width: 420px){
	.floated-image{
		float: none;
	}
}

#sub-full-image{
	margin-top: 200px;
}

@media screen and (max-width: 420px){
	#sub-full-image{
		margin-top: 0;
	}
}

.image-fade{
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 420px){
	.image-fade{
		width: 300px;
		margin: 0 auto;
	}
}

#private-corp{
	position: absolute;
    top: 0px;
  	display: none;
  	width: 602px;
  	left:-2px;
}

@media screen and (max-width: 420px){
	#private-corp{
		width: 300px;
		left:0;
	}
}

#private-corp-bkg{
	 z-index: -1;
}

@media screen and (max-width: 420px){
	#private-corp-bkg{
		width: 300px;
	}
}


/************************* Part Two Assets **************************/

.pagebreak{
	position: relative;
    width: 42px;
    margin: 0 auto;
}

.pagebreak img{
	margin-top: 20px;
    margin-bottom: 20px;
}

.cash-register-slide{
	position: relative;
	width: 600px;
	height: 395px;
	margin-top: 50px;
	margin-bottom: 100px;
}

@media screen and (max-width: 480px){
	.cash-register-slide{
		display: none;

	}
}

.cash-register-slide h2{
	font-family:sans-serif;
	font-size: 14px;
	color:#777;
	font-style: italic;
	font-weight: 300;
}


#cash-register{
	position: absolute;
	bottom:-5px;
	right:-15px;
	z-index: 1;
	cursor: pointer;
}

#cash-register-drawer{
	display: none;
	position: absolute;
	bottom: -45px;
	right:-15px;
	z-index: 1;
}


.feature-to-card-next p{
	position: absolute;
    font-size: 24px;
    color: #39ff14;
    z-index: 2;
    bottom: 130px;
    right: 35px;
	cursor: pointer;  
    font-family: "robotoregular", sans-serif;
	-webkit-animation: pulsate 2s;
    -webkit-animation-iteration-count: infinite;
 
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.5;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.5;}
}

.feature-imagebox{
	width: 600px;
	height: 394px;
	overflow: hidden;
}


.feature-card-frame{
    width: 2400px;
    transition: all 0.5s ease-in;
}


.feature-card{
    height: inherit;
    width: 600px;
    display: inline-block;
    top:0px;
    overflow: hidden;
}

.feature-card-2{
	margin-left: -8px;
}

.pq-place-two{
	position: relative;
	width: 600px;
	height: 250px;
}


#pq-place-three{
	height: 300px;
}

#prisonImgOne{
	margin-top:30px;
}

@media screen and (max-width: 480px){
	#prisonImgOne{
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	#prison-full{
	margin-top: -150px;
    margin-bottom: -170px;
	}

}

.cash-register-mobile{
	display: none;
}

@media screen and (max-width: 480px){
	.cash-register-mobile{
		display: block;
		width: 100%;
	}
}




/************************* Index Page **************************/


.index-container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 100px;
}

.index-container a{
	text-decoration: none;
	color: inherit;
}

@media screen and (max-width: 1000px){
	.index-container{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 420px){
	.index-container{
		width: 300px;

	}
}

.part-container{
	width: 600px;
	float: left;
}

@media screen and (max-width: 1000px){
	.part-container{
		margin-top: 200px;
	}
}

@media screen and (max-width: 420px){
	.part-container{
		width: 300px;
	}
}

.part{
	border-bottom: 1px solid  #555;
}

@media screen and (max-width: 420px){
	.part h1{
		font-size: 24px;
	}
}

.part h1{
	font-family: 'robotoblack', sans-serif;
	text-align: left;
	color: #000;
	margin-top: 50px;
}

.part h2{
	font-family: 'robotoregular', sans-serif;
	text-align: left;
	color: #555;
	margin-top: -20px;
}

@media screen and (max-width: 420px){
	.part h2{
		font-size: 20px;
	}
}

.part h3{
	font-family: 'robotoregular', sans-serif;
	text-align: left;
	color: #555;
	margin-bottom: -50px;

}

.part img{
	width: 600px;
	margin-bottom: 50px;
}

@media screen and (max-width: 420px){
	.part img{
		width: 300px;
	}
}

.image-block{
	width: 600px;
	height: 379px;
	background-color: #ebe8e5;
	margin-bottom: 50px;

}

@media screen and (max-width: 420px){
	.image-block{
		width: 300px;
		height: 190px;
	}
}

.title-container{
	width: 300px;
	height: 100%;
	display: inline-block;
	position: fixed;
	margin-left: 100px;
	top:100px;
}

@media screen and (max-width: 1000px){
	.title-container{
		position: absolute;
		width: 600px;
		display: block;
		left: -80px;
		top: -50px;
	}
}

@media screen and (max-width: 420px){
	.title-container{
		width: 300px;
	}
}

.title-container h1{
	font-family: 'robotoblack', sans-serif;
	text-align: left;
	color: #000;
}


.title-container p{
	font-family: 'robotoregular', sans-serif;
    color: #000;
    font-size: 16px;
    float: right;
    margin-bottom: 10px;
    font-style: italic;
}

@media screen and (max-width: 1000px){
	.title-container p{
		position: relative;
		top:10px;
	}
}

@media screen and (max-width: 420px){
	.title-container p{
		top:40px;
		font-size: 12px;
	}
}


.title-container img{
	width: 175px;
	float: right;

}

@media screen and (max-width: 1000px){
	.title-container img{
		position: absolute;
		width: 150px;
		right:0px;
		float: none;
		top:120px;

	}
}

@media screen and (max-width: 420px){
	.title-container img{
		width: 120px;
		top:225px;
	}
}

/**************************  Three **************************/

#lightGif{
	width: 100%;
	margin: 0 auto;
}

/**************************  Four **************************/

.logo-fade{
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 302px;
}

@media screen and (max-width: 420px){
	.logo-fade{
		width: 300px;
		margin: 0 auto;
		height: 150px;
	}
}

#logo-one{
	position: absolute;
    top: 0px;
  	width: 602px;
}

#logo-two{
	position: absolute;
    top: 0px;
  	width: 602px;

}

@media screen and (max-width: 420px){
	#logo-one{
		width: 300px;
		left:0;
	}
}

#logo-two{
	 z-index: -1;
}

@media screen and (max-width: 420px){
	#logo-two{
		width: 300px;
	}
}

.test-chart{
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 544px;
}

@media screen and (max-width: 420px){
	.test-chart{
		width: 300px;
		margin: 0 auto;
		height: 280px;
	}
}

#chart{
	position: absolute;
    top: 0px;
  	width: 602px;
}

#percent{
	display: none;
	position: absolute;
    top: 50px;
  	right:0px;

}

@media screen and (max-width: 420px){
	#chart{
		width: 300px;
		left:0;
	}
}


@media screen and (max-width: 420px){
	#percent{
		width: 75px;
		top:20px;
	}
}

@media screen and (max-width: 420px){
	#pq-one-four{
		margin-top: -120px;
    	margin-bottom: -40px;
	}
}	

#part4-cap{
	width: 600px;
	padding-left: 15px;
	padding-right: 60px;
	font-size: 12px;
    font-family: sans-serif;
    color: #777;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 15px;
}

@media screen and (max-width: 420px){
	#part4-cap{
		width: 300px;
	}
}

@media screen and (max-width: 420px){
	#part4-cap p{
		font-size: 12px !important; 
	}
}

@media screen and (max-width: 420px){
	#article-pt4{
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 420px){
	#pearson{
		margin-top: 0px;
	}
}

@media screen and (max-width: 420px){
	#protest{
		margin-top: 0px;
	}
}
/***************************  Footer and End-Dash ******************************/

.bio p{
	font-family: 'robotoregular', sans-serif;
	font-size: 16px;
}

.bio a{
	border-bottom: 1px solid #900;
}


.end-dash{
	position: relative;
    width: 50px;
    height: 3px;
    background-color: #900;
    margin: 0 auto;
}

.comments{
    position: relative;
    width: 150px;
    margin: 0 auto;
    top: 100px;
}

@media screen and (max-width: 420px){
	.comments{
		padding-bottom: 100px;
	}
}

.comments-icon{
	width:150px;
}	

.comments p {
	text-align: center;
    font-family: 'robotoregular', sans-serif;
    font-size: 18px;
    position: absolute;
 	top:5px;
 	left: 25px;
 	color: #000;
 	text-transform: uppercase;
 	text-decoration: none;

 }

 .comments p:hover {
 	color:#900;
 }


.footer {
	width:100%;
	height:150px;
	background-color: #ebe8e5;
}


.footer-container{
	width:55%;
	margin: 0 auto;
	position: relative;
	top:50px;
}


@media screen and (max-width: 420px) {
	.footer-container{
		width:90%;
		margin: 0 auto;
		position: relative;
		top:10px;
	}
}

.tpm-logo {
	width: 96px;
	margin: 0 auto;
}


.tpm-logo img{
	position: absolute;
	top:0px;
	width: 100px;
}

@media screen and (max-width: 420px) {
	.tpm-logo img{
		top:40px;
	}
}

.copyright {
	width: 318px;
	margin: 0 auto;
}

@media screen and (max-width: 420px) {
	.copyright {
		width: 250px;
	}
}


.copyright p {
	position: absolute;
	top:35px;	
	color:white;
	font-family: sans-serif;
	font-weight: lighter;
	color: #888;
}

@media screen and (max-width: 420px) {
	.copyright p {
		top:0px;
		font-size: 12px;
		top: 80px;

	}
}






