
html, body {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	background-color: #efefef;
}
        
        h1 {
		display: block;
        font-family: 'abril-text', serif;
        color: #000;
        font-size: 5em;
        line-height: 1.1em;
        font-weight: 600;
				 transition: all 0.2s; 
        }

        h2 {
        font-family: 'abril-text', serif;
        color: #000;
        font-size: 2em;
        line-height: 1.2em;
        font-weight: 600;
				 transition: all 0.2s;
				 max-width: 900px;
				 margin: 0px auto;
				 margin-top:20px;
				 margin-bottom: 20px;
        }

  .red{
        color: #b50000;
        font-size: 1.8em;
        font-weight: bold;
        text-decoration: underline;		}

	.image{
		max-width: 600px;
		align-content: center;
	}
	
	.image-right{
		max-width: 100%;
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	
	.chart{
		max-width: 700px;
		width: 100%;
		border: 1px solid #b3b3b3;
	}
        .article{background-color: white; max-width: 1050px; margin: 0px auto; padding-top: 20px;}

         .subhead {
        font-family: 'abril-text', serif;
        color: #000;
        font-size: 2em;
        line-height: 1em;
        font-weight: 600;
        padding: 20px;
		}


        h3 {
       font-family: Source Sans Pro, sans-serif;
        color: #000;
        font-size: 1.5em;
        font-weight: 600;
				 transition: all 0.2s;
        }

        h4 {
        font-family: 'abril-text', serif;
        color: #000;
        font-size: 1.5em;
        font-weight: 700;
				 transition: all 0.2s;
        }
		h4.bigred {
	        font-size: 5em;
	        font-weight: 700;
			color: #ff421d;
			margin:.75em 0 ;
				 
				 transition: all 0.2s;

		}
		.lilred {color: #ff421d;}
		
		.image{width: 100%}
		
		
		
        p {
		font-family: Source Sans Pro, sans-serif;
		font-size: 1.45em;
		line-height: 1.55em;
        margin-bottom: 1em;
        color: #000;
		font-weight: 500;
        }
		.center {
			text-align: center;
		}
		
		
		
		
		#lp {height:100vh;}
		#transcript {min-height:20%;}
        #hero {
            min-width: 100%;
            min-height: 100%;
            position: relative;
        }
        #hero::before {
            background-image: url(https://s3.amazonaws.com/assets.manwardpress.com/promo/MWL/god/html/img/mwl-god-bckgrnd-01-1920p.jpg);
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			background-attachment: fixed;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
        }
        #hero::after {
            background-color: rgba(0,0,0,0.5);
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

		
		
		
		.flex {
		  display: flex;
		  flex-direction: column;
		  min-height:100%;
		  margin:0 auto;
		  max-width: 1100px;
	    }
		
		
		header {flex-shrink: 0;}


		/*.navbar {
		  background-color: #BD690E;
		  padding: .5em 5%;
		  margin: 0;
		}*/
		
		.title {
			margin: .1em 5% -.1em 5%;
									transition: all 0.2s;
			/*color: #fc9822;*/
		}
		
		.subhead {
		  							transition: all 0.2s;
		  /*max-width: 980px;*/
		}
	
	
	
	
	
		.bullets {
			/*display: flex;
			flex-wrap: wrap;
			justify-content: center;
			 /*max-width: 980px;*/
			text-align:left;
			 margin: 0 25% 1em 25%;
			 						transition: all 0.2s;
			
		}
		/*.bullet-item {
			position: relative;
			background-color: #fff;
			padding: .25em 1em;
			margin: .5em;
	        font-family: 'abril-text', serif;
	        color: #2B2B2B;
	        font-size: 1.3em;
	        font-weight: 500;
			transition: all 0.2s;		
		}
		.bullet-item:before {
			 content: "";
			 position: absolute;
			 top: 0;
			 right: 0;
			 border-width: 0 1em 1em 0;
			 border-style: solid;
			 border-color: #fff #fc9822;
			 display: block;
			 width: 0;
		}
		.bullet-item:after {
			 content: "";
			 position: absolute;
			 bottom: 0;
			 left: 0;
			 border-width: 0 1em 1em 0;
			 border-style: solid;
			 border-color: #fc9822 #fff;
			 display: block;
			 width: 0;
		}*/
		ul.bullets{
			  list-style-type: none;
			  color:#000;
		}
		ul.bullets li {
			font-family: 'abril-text', serif;
			font-weight:500;
			font-size:1.3em;
			display:block;
			position:relative;
			padding-left: 2.5em;
			margin-bottom: .25em;
									transition: all 0.2s;
			
		}
		ul.bullets li::before {
            position:absolute;
			content:'';
			top:0;
			left:1em;
			  transform: rotate(45deg);
			  height: 20px;
			  width: 12px;
			  border-bottom: 7px solid #ff421d;
			  border-right: 7px solid #ff421d;
			  						transition: all 0.2s;
		}
		@media screen and (max-width: 980px) {
			ul.bullets li::before {
				height: 15px;
			  	width: 7px;
				}
			}




		article {
			padding: 0 10%;
			max-width: 900px;
			flex: 1 0 auto;
		}
		.left {
			text-align:left;
		}
		
		
		
		.second {
			margin-top:6em;
			border-top: .5em solid #fc9822;
		}
		.second h3 {
			margin:-bottom: 1.5em;;
		}
		



		
		blockquote {
			display: block;
            background-image: url(https://s3.amazonaws.com/assets.manwardpress.com/promo/MWL/god/html/img/00-parchment-web-01.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			font-family: 'abril-text', serif;
	        color: #000;
	        font-size: 1.5em;
			line-height:1.6em;
	        font-weight:500;
					 				transition: all 0.2s;
			margin: auto 10%;
			padding: 3em 4em 4em 4em ;
			position: relative;
			text-align: center;
		}
		blockquote.large {
	        font-size: 2em;
									transition: all 0.2s;
		}
		blockquote.plain {
			background-image: none;
			font-weight: 600;
			font-size: 1.7em;
			background-color:#ededed;
			margin:1.5em 0;
			padding: 2em 4em 2.5em 4em ;
									transition: all 0.2s;
		}
		.thin {font-weight:400;}
		
		
		
		
		blockquote::before {
            font-family: 'times-new-roman', serif;
			color: #ff421d;
			font-size:2.5em;
			font-weight:700;
            content: "\201C";
            display: block;
            position: absolute;
            top: 1em;
            left: 1em;
            z-index: 1;
									transition: all 0.2s;
		}
		blockquote::after {
            font-family: 'times-new-roman', serif;
			color: #ff421d;
			font-size:2.5em;
			font-weight:700;
            content: "\201D";
            display: block;
            position: absolute;
            bottom: 1em;
            right: 1em;
            z-index: 1;
									transition: all 0.2s;
		}
		blockquote.plain::after {
			 bottom: .5em;
		}
		@media screen and (max-width: 980px) {
			blockquote::before {
	            top: .5em;
	            left: .5em;
			}
			blockquote::after {
	            bottom: 0;
	            right: .5em;
			}
		}


		.flex-wrap {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
		}
		.tearsheet {width:50%; transition: all 0.2s;}
		.report {width:40%; transition: all 0.2s;}
		.column {width:33%; transition: all 0.2s;}
		
		
		
		
		ul{
			padding: 0 0 0 2em;
			  list-style-type: none;
		}
		li {
			font-family: 'abril-text', serif;
			font-weight:500;
			font-size:1.5em;
			display:block;
			position:relative;
			line-height:1.5em;
			padding-left: 2em;
			margin-bottom: 1.2em;
									transition: all 0.2s;
			
		}
		li::before {
            position:absolute;
			content:'';
			top:0;
			left:0;
			  transform: rotate(45deg);
			  height: 25px;
			  width: 12px;
			  border-bottom: 7px solid #ff421d;
			  border-right: 7px solid #ff421d;
			  						transition: all 0.2s;
		}
		@media screen and (max-width: 980px) {
			li::before {
				height: 15px;
			  	width: 7px;
				}
			}
		

		
		
		
		figure {
			margin:3em;
									transition: all 0.2s;
		}
		img {
			max-width:100%;
		}
		figcaption {
			display:block;
            text-align: center;
            font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			color:#777;
			margin-top:1em;
		}
		
		.small-image {
			max-width:33%;
			float:left;
			padding: 0 2em 1em 0;
									transition: all 0.2s;
		}
		.medium-image {
			max-width:50%;
			float:left;
			clear:both;
			padding: 0 2em 1em 0;
									transition: all 0.2s;
		}
		

		
		
       .video {
			max-width: 720px;
			margin: 0 auto;
									transition: all 0.2s;
   	 	}
		
		.button {
			margin: 1.5em auto;
			text-align: center;
		} 


		
		a.subscribeButton {
		 background-color: #ff421d;
		 display: inline-block;
		 padding:0.2em 1.2em;
		 margin:0 0.1em 0.1em 0;
		 border:0.16em solid rgba(255,255,255,0);
		 border-radius:2em;
		 box-sizing: border-box;
		 text-decoration:none;
		 font-family: Source Sans Pro, sans-serif;
		 font-weight:700;
		 font-size: 2em;
		 color:#FFFFFF;
		 text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
		 text-align:center;
		 							transition: all 0.2s;
		}
		a.subscribeButton:hover {
		 border-color: rgba(255,255,255,1);
	    }

		.bouncy {
		animation:bouncy 5s infinite linear;
		position:relative;
	    }
		@keyframes bouncy {
		0%{top:0em}
		40%{top:0em}
		43%{top:-0.6em}
		46%{top:0em}
		48%{top:-0.2em}
		50%{top:0em}
		100%{top:0em;}
	    }
		
		
		.highlight {background-color:yellow;}
		
		
		
		
		
		
		
		footer {flex-shrink: 0;}
		

        .legal {
            padding: 4em 10% 2em 10%;
			opacity: 0.6;
  		  margin:0 auto;
  		  max-width: 900px;
        }

        .legal p {
            text-align: justify;
            font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
            color: #fff;
					 transition: all 0.2s;
        }
		p.dark {
			color:#000;
		}








        @media screen and (max-width: 980px) {
            h1 {font-size: 5em;}
			h2 {font-size: 1.6em;}
            h3 {font-size: 1.5em;}
			h4 {font-size: 1.6em;}
			h4.bigred {
		        font-size: 4em;
				margin:.5em 0 ;

			}
			
			
			p {font-size: 1.2em;}
			li {font-size: 1.2em;}
			
			
			.bullets {margin: 0 20% 1em 20%;}
			ul.bullets li {font-size: 1.2em;}
			
			blockquote {
				font-size: 1.2em;
				font-weight:600;
				background-image:none;
				background-color:#fbf3ec;
				margin:1.5em 0;
				padding: 2em 4em 2.5em 4em ;
			}
			blockquote.large {font-size:1.6em}
			blockquote.plain {font-size: 1.2em;}
			
			.small-image {
				float:none;
				display: block;
				margin-top:3em;
				margin-bottom:3em;
				  margin-left: auto;
				  margin-right: auto;
				max-width:50%;
				padding: 0;
			}
			.medium-image {
				float:none;
				display: block;
				margin-top:3em;
				margin-bottom:3em;
				  margin-left: auto;
				  margin-right: auto;
				max-width:50%;
				padding: 0;
			}
			

			.button {margin: 1em auto;}
			a.subscribeButton{
				display:block;
				margin:1em auto;
			    font-size: 1.5em;
			}
			

			
			
        @media screen and (max-width: 720px) {
            h1 {font-size: 3.2em;}
			h2 {font-size: 1.3em;padding-left: 30px; padding-right: 30px;}
            h3 {font-size: 1.3em;}
			h4 {font-size: 1.4em;}
			h4.bigred {
		        font-size: 3em;
				margin:.5em 0 ;

			}


			
			
			p {font-size: 1.1em;}
			ul {padding-left:0;}
			li {font-size: 1.1em;}
			
			.title {margin: .1em 5% .0 5%;}
			.subhead {margin: 0 5% .5em 5%; font-size: 1.6em; padding-bottom: 0px;}
			.bullets {margin: 0 5% 1em 5%;}
			ul.bullets {padding-left:0;}
			ul.bullets li {font-size: 1em;}
			
			blockquote {
				font-size: 1.1em;
				padding: 1em 3em 1.5em 3em ;
			}
			blockquote.large {font-size:1.3em}
			blockquote.plain {
				font-size: 1.1em;
				padding: 1em 3em 1.5em 3em ;
			}
			
			.tearsheet {width:100%}
			.report {width:100%}
			.column {width:100%; margin:.2em 0;}
			
				
			figure {margin:3em 0;}
			
			.small-image {
				max-width:100%;
				padding: 0;
				margin:3em auto;
			}
			.medium-image {
				max-width:100%;
				padding: 0;
				margin:3em auto;
			}
			
			
			.legal p {font-size:.8em;}
		
        }