html,body{
	background:#fff;
	background: url(../jpg/ff-bg-footer.jpg) bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 20px;
    max-width: 100%;
    overflow-x: hidden;
    border-bottom:0px;
}


/* BUBBLES */

.bubble-holder {
	position: fixed;
	width: 280px;
    top: 0;
    bottom: 0;
    right: 0;
	z-index: 10;
    transition:0.3s opacity;
}

.bubble-holder .content-wrap {
	width: 280px;

	position:absolute;
	top:40%;
	transform:translateY(-50%);

	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.bubble a, .bubble p {
	text-align:center;
}

.bubble p {
	margin:0;
}

.bubble img {
	border-radius: 50%;
    width: 120px;
    display: block;
    margin: 0 auto;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.30);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.30);
    border: 5px solid #FFF;

    cursor:pointer;
}

.bubble .bubble-name {
	text-align:center;
}

.bubble .bubble-content {
	width: 120px;
    background: #fff;
    min-height: auto;
    float: left;
    font-size: 12px!important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    margin: 5px 0 0 0;

    position:relative;
	top:0%;
	z-index:9999;

	opacity:0;
	pointer-events: none;

	transition:0.2s all;
}

.bubble.mouseover .bubble-content {
	opacity:1;
	z-index:999;
}

.bubble a {
	pointer-events:all;
	cursor:pointer;
}

.faded {
	opacity:0 !important;
	pointer-events: none !important;
}

@media screen and (min-width:1200px) {
	.bubble-holder .content-wrap  {
		top:50% !important;
	}
}

@media screen and (min-width:940px) and (max-width:1199px) {
	.bubble-holder {
		width: 120px !important;
	}

	.bubble-holder .content-wrap  {
		top:30% !important;
		width: 120px !important;
	}

	.bubble {
		display: flex;
    	flex-direction: row-reverse;
    	align-items: center;
    	height: 120px;
    	margin-bottom: 1em;
	}

	.bubble .bubble-content {
		height: 72px;
	}

	.bubble p {
		white-space: nowrap;
	}
}

@media screen and (max-width:940px) {
	.bubble-holder {
		display:none;
	}
}



/* GLOBAL */
.nav-bar{
	background-color:#223473!important;
	z-index:9999999;
}

/* PROGRESS BAR */
.scroll-progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #b6175b;
  z-index:99999999
  ;
}

#nav-icon span{
	color:#fff!important;
	background:#fff;
}


.ftf-template h1{
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	color:#fff!important;
	font-size:90px;
}

.aesop-parallax-sc .aesop-parallax-sc-floater.floater-center{
	text-shadow:none;
}
.aesop-parallax-component{
	margin-bottom:0px;
}

.aesop-parallax-component .aesop-parallax-sc {
    margin: 0;
    max-height: 700px;
}

.ff-container{
	max-width:600px;
	margin:0 auto;
}

.story p, 
.story h1, 
.story h2, 
.story h3, 
.story h4, 
.story h5, 
.story h6, 
.story ul, 
.story ol, 
.story blockquote {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.story section {
    margin-bottom: 0px;
}
.story p{
	width:100%!important;
}
.story ul{
	width:800px;
}
.aesop-component h3{
	color:#fff;
}
.story .entry-content{
	background:#fff;
}

.story ul {
    padding-left: 20px!important;
}

.story p, .story span, .story ul, .story li {
    font-family: 'Work Sans', sans-serif;
    font-weight:300;
	font-size:14px;
}

.wp-caption-text{
	font-family: 'Crimson Text', serif!important;
	color:#223473;
	font-size:16px;
}

/* GLOBAL */
.main-menu a {
    font-family: 'Crimson Text', serif!important;
    color: #223473;
    font-weight: 100;
    padding: 0px 0 20px 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.main-menu a:hover{
	color:#98dfee;
}
.thefutureoffinance-template .container{
    max-width: 1140px;
    margin:0 auto;
}

.sub-nav-bar{
	background-color:#aadeef;
	width:100%;
	position:fixed;
	height:auto;
	padding:10px;
	z-index:999;
	display:none;
	opacity:0.9;
}

.postid-8533{
	padding-top:50px;
}
.sub-nav-bar ul{
	max-width:800px;
	margin:0 auto;
	display:block;
}

.sub-nav-bar ul li{
	list-style:none;
	display:inline;
	padding-right:10px;
	line-height:0px;
	font-size:12px;
	font-family: 'Crimson Text', serif!important;
	color:#223473;
}

.sub-nav-bar a{
	color:#223473;
	text-decoration:none;
	font-family: 'Crimson Text', serif!important;
}

.sub-nav-bar a:hover{
	color:#ba1b5b;
	text-decoration:none;
	font-family: 'Crimson Text', serif!important;
}

.sub-nav-bar strong{
	font-weight:bold!important;
}

.nav-bar-show{
	display:none!important;
}

ul.disc li{
    list-style: disc!important;
}

.video{
	max-height:234px!important;
	margin:0 auto;
	margin-top:50px;
	background-color: #223473;
    background: url(../jpg/blue-video-header.jpg);
    position: center center;
    background-size: 2500px 1200px;
    position:relative;
}

.video iframe{
	width:100%!important;
	margin:0 auto!important;
	max-height:700px!important;
}

.fluid-width-video-wrapper{
	width:700px;
}

.previous-button{
	background-color:#ba1b5b;
	border-radius:50px;
	width:120px;
	left:5px;
	bottom:5%!important;
	color:#fff;
	padding:5px;
	font-size:15px;
	font-weight: 600;
    font-family: 'Spartan' sans-serif!important;
	text-align:center;
	line-height:20px!important;
	position:fixed;
	z-index:99999;
}

.next-button{
	background-color:#ba1b5b;
	border-radius:50px;
	width:120px;
	/*position:absolute;*/
	right:5px;
	bottom:5%!important;
	color:#fff;
	padding:5px;
	font-size:15px;
	font-weight: 600;
	position:fixed;
    font-family: 'Spartan' sans-serif!important;
	text-align:center;
	line-height:20px!important;
	z-index:99999;
}
.previous-button a,
.next-button a{
	color:#fff;
}

.previous-button div{
	font-size:14px;
}

.next-button div{
	font-size:14px;
}

.story h3{
	font-size:45px;
	color:#223473;
	font-weight:200;
	font-family: 'Crimson Text', serif!important;
}
.story h3 span{
	font-size:20px;
}
.story p{
	color:#000;
}
.intro{
	padding:30px 0 40px 0;
	background-color:#223473;
	position:center center;
	background-size:50%;
	margin-bottom:30px!important;
}
.intro h2{
	color:#fff;
	font-family: 'Crimson Text', serif!important;
}

.preface {
    padding: 30px 0 61px 0;
    background-color: #223473;
    position: center center;
    background-size: 50%;
    margin-bottom: 0px!important;
}
.preface h2{
	color:#fff;
	font-family: 'Crimson Text', serif!important;
}
.ff-container{
	max-width:800px;
	font-family: 'Work Sans', sans-serif;
}
.ff-container h3{
	color:#223473!important;
	font-size:28px;
	padding:40px 0 20px 0;
	font-family: 'Crimson Text', serif!important;
	text-align:center;
}
.ff-container h3 span{
	font-family: 'Crimson Text', serif!important;
}

.ff-container h4{
	color:#223473!important;
	font-size:22px;
	padding:40px 0 20px 0;
	font-family: 'Crimson Text', serif!important;
	text-align:center;
}
.ff-container p{
	padding-bottom:20px;
}

.ff-box{
	background-color:#f7f7f7;
	padding:10px;
	max-width:800px;
	margin:0 auto;
	display:block;
}




/* FOOTER */
.newsletter-signup input{
	margin-top:20px;
	border-radius:0px;
}

.typology-footer{
	height:200px;
}

#typology-footer p,
#typology-footer span{
	font-family: 'Work Sans', sans-serif;
}


/* INTRO */

.aesop-parallax-component {
    margin-top: 39px;
}

.aesop-component h1{
	max-width:1200px;
	margin-top: 0px;
}


.aesop-component h3{
	color:#fff;
	margin-top:10px;
	font-family: 'Crimson Text', serif!important;
	max-width: 800px;
	font-size:15px!important;
}

a.read-report-button {
	background:#ba1b5b;
	padding:20px;
	border-radius:50px;
	position:fixed;
	right:20px;
	top:88%;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px!important;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	z-index:999999;
}

 a.read-report-button:hover{
	color:#fff;
	background:#9a144a;
}


#ff-intro{
	padding:50px 0 50px 0;
	background-color:#223473;
	/*background:url(/wp-content/themes/typology-child/thefutureoffinance/imgs/triangle-blue-bg.jpg);*/
}

a.readmore-button-exec{
    border: 2px solid #fff;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    width: 250px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-right:10px;
    display:block;
    margin:0 auto;
    color:#fff!important;
}

a.readmore-button-exec:hover{
	background:#fff;
	color:#223473!important;
	border: 2px solid #fff;
}

#ff-intro h2{
	color:#fff;
	font-family: 'Crimson Text', serif!important;
	font-size:40px;
	padding-bottom:40px;
}

#ff-intro p{
	color:#fff;
	font-family: 'Work Sans', sans-serif;
}

#ff-intro .button-container{
	max-width:550px;
	margin:0 auto;
}

.executive a{
	color:#aadeef;
}

.executive h3{
	color:#fff!important;
}

.executive ul{
	margin-bottom:20px;
	padding-left:30px;
}

.executive ul li{
	color:#fff!important;
}

.section-nav-row h2{
	text-align:center;
	font-family: 'Crimson Text', serif!important;
	margin:0 auto;
	color:#fff;
	font-size:40px;
	padding-top:20px;
	padding:50px 0 50px 0;
}
.section-nav-row{
  background:url(../png/church-bg.png) #2c3e50 no-repeat right bottom;
  background-size: 1100px 460px;
  height:auto;
}
.section-nav{
  list-style:none!important;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 7;
  padding-top:40px;
  padding-bottom:50px;
}


.story ul{
	max-width:100%;
}

.section-nav ul{
	width:auto;
	margin:0 auto;
	list-style:none!important;
	font-family: 'Work Sans', sans-serif;
}

.section-nav li {
    height: 100%;
    margin: 0;
    padding: 0;
    margin-right:40px;
    list-style:none!important;
}
.section-nav a {
    width: 100%;
    height: 100%;
    color: #fff!important;
    text-decoration: none;
    font-size: 23px;
}

.book-icon{
	max-width:75px;
	display:block;
	margin:0 auto;
	padding-top:50px;
}

a.active {
  color: #ba1b5b;
  pointer-events: none;
  font-weight:bold;
}


/* INTRODUCTION */
.intro-page{
	padding-top:50px;
}


/* FOOTER */
.typology-footer {
    height: 400px;
    width: 100%;
    margin: 0 auto;
    background:none;
}

/* WATCH VIDEO */

.video-sections h2{
	color:#223473;
	text-align:center;
	font-family: 'Crimson Text', serif!important;
	margin-top:100px;
	font-size:45px;
}
.video-sections iframe{
	margin-bottom:20px;
}
.video-sections p{
	padding-bottom:20px;
}

.video-blurb{
	background:transparent;
	padding:20px;
}
.watch-video{
	background:#fff;
}

.watch-video h2{
	text-align: center;
    font-family: 'Crimson Text', serif!important;
    margin: 0 auto;
    color: #223473;
    font-size: 40px;
    padding-top: 50px;
}


.video-container{
	width:90%;
	margin:0 auto!important;
}

.video-container:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.ff-video-intro{
	background-color:#f7f7f7;
	padding:0;
	margin:0;
}

.ff-video-intro p{
	max-width:100%;
}

.ff-video-intro h3{
	background-color:#223473;
	padding:20px;
	margin:0px;
	color:#fff!important;
	text-align:center;
	display:block;
	margin:0 auto;
	font-size:28px;
	width:100%!important;
}

.ff-video-intro p{
	padding-bottom:0px;
}

.ff-video{
	background-color:#f7f7f7;
	padding:0px;
	margin:0px;
	width:100%; 
	float:left;
	margin-top:20px;
}

.ff-video h3{
	background-color:#223473;
	padding:20px;
	margin:0px;
	color:#fff!important;
	text-align:center;
	display:block;
	margin:0 auto;
	font-size:18px!important;
}

.ff-video p{
	padding-bottom:0px;
	padding:0px;
}

.video-container .enablers-thumb{
	max-width: 100%;
    margin: 0 auto;
    margin-top:20px;
}

.enablers-thumb p{
	padding:0px;
}


.enablers-thumb h3{
	font-size:18px!important;
}



a.read-more-button{
	background:#ba1b5b;
	color:#fff;
	padding:10px 50px 10px 50px;
	width:100%;
	margin:0 auto;
	display:block!important;
	text-align:center!important;
	text-transform:uppercase;
	margin-top:20px;
}

a.read-more-button:hover{
	color:#fff!important;
	background:#9a144a;
}


/* FOREWORD */
.article-foreword{
	background:#f7f7f7;
	padding:10px 0 10px 0;
	position:relative;
}
.article-foreword h3{
	font-size:28px;
	padding-bottom:20px;
}

.article-foreword p{
	padding-bottom:20px;
}

.article-foreword .sig{
	max-width:150px;
}

.foreword-container{
	max-width:800px;
	margin:0 auto;
}
.ronald-thumb{
    width: 200px;
    padding-right: 20px;
    padding-top: 33px;
    padding-bottom: 13px;
    float: left;
}


/* WHAT IS IMPACT INVESTMENT */
.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-center{
	max-width:800px;
	padding:20px;
	font-size:;
}
.story blockquote{
	max-width:100%!important;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-center blockquote {
    padding: 1rem;
    border: 0px;
    border-top: none;
    width:100%!important;
    background-color:#ba1b5b;
    color:#fff;
    padding:20px;
    line-height: 30px;
    font-size: 20px!important;
}

.key-points-what-is{
    background-color: #f7f7f7;
    background: url(../jpg/footer-bg-what-is.jpg) #f7f7f7;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    margin: 50px 0px 0px 0;
    color: #fff;
}

.key-points-what-is h3{
	text-align:center;
	padding-bottom:30px;
	color:#fff;
	font-weight:bold;
	font-family: 'Crimson Text', serif!important;
}
.key-points-what-is ul li{
	color:#fff;
	padding-bottom:20px;
}

.key-points-what-is ul li span{
	font-size:14px;
}


.key-points-state-play ul li span{
	font-size:14px;
}

.list-thumbs{
	background-color:#f7f7f7;
	border:1px solid #c0c0c0;
	padding:20px;
	padding-left:50px;
	margin-bottom:20px;
	position:relative;
	font-family: 'Work Sans', sans-serif;
	font-weight:100;
	margin:25px;
}

.list-thumbs div{
	background-color:#b6175b;
	padding:5px 15px 5px 15px;
	font-weight:bold;
	position:absolute;
	left:-18px;
	top:10px;
	color:#fff;
}


/* WHY IMPACT INVESTMENT */
.key-points-why-impact{
    background-color: #f7f7f7;
    background: url(../jpg/footer-bg-why-impact.jpg) #f7f7f7;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    margin: 50px 0px 0px 0;
    color: #fff;
}

.key-points-why-impact h3{
	text-align:center;
	padding-bottom:30px;
	color:#fff;
	font-weight:bold;
	font-family: 'Crimson Text', serif!important;
}
.key-points-why-impact ul li{
	color:#fff;
}

.key-points-why-impact ul li span{
	font-size:14px;
}


/* STATE OF PLAY IN AOTEAROA */

.key-points-state-play{
    background-color: #f7f7f7;
    background: url(../jpg/footer-bg-state-play.jpg) #f7f7f7;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    margin: 50px 0px 0px 0;
    color: #fff;
}

.key-points-state-play h3{
	text-align:center;
	padding-bottom:30px;
	color:#fff;
	font-weight:bold;
	font-family: 'Crimson Text', serif!important;
}
.key-points-state-play ul li{
	color:#fff;
	padding-bottom:20px;
}

.key-points-state-play ul li span{
	font-size:14px;
}


/* MARKET OPPORTUNITIES */

.social-affordable-housing{
	background-color:#f7f7f7;
	padding:50px 0 50px 0;
	margin:0px 0 70px 0;
}

.social-affordable-housing img{
	max-width:100%;
	display:block;
	margin:0 auto;
}

.social-affordable-housing h3{
	text-align:center;
	padding-bottom:30px;
	color:#223473;
	font-size:28px;
}

.social-affordable-housing p{
	padding-bottom:20px;
}

.forestry-and-land-use{
    background: url(../jpg/forest-bg.jpg) #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
    margin: 0px 0px 0px 0;
    color: #fff;
}

.provocation{
	background-color:#ba1b5b;
	padding:20px;
	color:#fff;
	max-width:800px;
	display:block;
	margin:0 auto;
}

.provocation p{
	color:#fff;
}

.provocation a{
	color:#aadeef;
}

.forestry-and-land-use h3{
	text-align:center;
	padding-bottom:30px;
	color:#223473;
	font-size:30px;
}

.forestry-and-land-use p{
	padding-bottom:20px;
}


.social-procurement{
	background-color:#f7f7f7;
	padding:100px 0 100px 0;
	margin:0px 0 70px 0;
}


.social-procurement h3{
	text-align:center;
	padding-bottom:30px;
	color:#223473;
	font-size:30px;
}

.social-procurement p{
	padding-bottom:20px;
}

.circular-economy{
    background: url(../jpg/footer-bg-circular.jpg) #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    margin: 50px 0px 0px 0;
}

.circular-economy h3{
	text-align:center;
	padding-bottom:30px;
	color:#223473;
	font-size:30px;
}

.circular-economy p{
	padding-bottom:20px;
}



/* WHATS HOLDING US BACK */

.key-points-whats-holding{
    background-color: #f7f7f7;
    background: url(../jpg/footer-bg-state-play.jpg) #f7f7f7;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    margin: 50px 0px 0px 0;
    color: #fff;
}

.key-points-whats-holding h3{
	text-align:center;
	padding-bottom:30px;
	color:#fff;
	font-weight:bold;
	font-family: 'Crimson Text', serif!important;
}

.key-points-whats-holding ul li{
	color:#fff;
	padding-bottom:20px;
}

.key-points-whats-holding ul li span{
	font-size:14px!important;
}

.chantier-box{
	background-color:#f7f7f7;
	border:1px dashed #c0c0c0;
}


/* THE WAY AHEAD */
.key-points-the-way{
    background-color: #f7f7f7;
    background: url(../jpg/footer-bg-the-way.jpg) #f7f7f7;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    margin: 50px 0px 0px 0;
    color: #fff;
}

.key-points-the-way h3{
	text-align:center;
	padding-bottom:30px;
	color:#fff;
	font-weight:bold;
	font-family: 'Crimson Text', serif!important;
}

.key-points-the-way ul li{
	color:#fff;
}

.key-points-the-way ul li span{
	font-size:14px;
}


.the-way-conclusion{
	background:#f7f7f7;
	border:1px solid #c0c0c0;
	padding:50px;
	max-width:800px;
	display:block;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px!important;
}

.the-way-conclusion h3{
	text-align:center;
	padding-bottom:30px;
	color:#223473;
	font-family: 'Crimson Text', serif!important;
}

.the-way-conclusion ul li{
	color:#fff;
}

.the-way-conclusion p{
	padding-bottom:20px;
}

/* ACCORDION */
#accordions-8473 .accordions-head{
	/*background:#223473!important;*/
}

#accordions-8473 .accordions-head-title{
	font-size:23px!important;
	color:#fff;
	padding:15px;
	font-family: 'Crimson Text', serif!important;
}

#accordions-8473 p{
	padding-bottom: 20px;
	line-height:30px;
}





/* NEXT SECTION */
.next-section{
	background-color:#aadeef;
	background:url(../jpg/continue-reading-bg.jpg) #aadeef no-repeat right bottom;
	background-size: 905px 169px;
	height:auto;
	padding: 30px 40px 30px 50px;
	width:100%;
    text-align:center!important;
    right: 0;
    bottom: 0px;
    z-index:9999;
}

.fa-chevron-up:before{
	color:#fff!important;
}

.next-section a{
	font-size:32px;
    color: #223473;
    font-weight: 200;
    text-align:center!important;
    font-family: 'Crimson Text', serif!important;
}

#accordions-8473 .accordions-head-title:hover{
	color:#fff!important;
}

.animated{
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1.8s;
}

/* FOOTER */
.typology-footer p {
    padding: 0px;
    margin: 0px !important;
}


#comments {
    margin: 0 auto!important;
    margin-bottom: 20px;
}

#comments {
    padding: 50px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 0 auto;
    border-radius: 3px;
    margin: 10px;
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100%!important;
    position: relative;
}

.newsletter-signup {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 30px 0 30px 0;
    padding: 20px;
}
.newsletter-signup h3 {
	text-align:center!important;
	margin-top: 50px;
}

.newsletter-signup button[type="submit"]{
	display:block!important;
	margin:0 auto!important;
	margin-top:20px!important;
	display: block;
	width: 300px;
	margin-top:30px;
}

.social-icons {
	max-width:100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.social-icons a {
    text-align: center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0px;
    text-decoration: none;
}

.comment-title{
	text-align:center;
}

.social-icons a i {
    font-size: 25px;
    color: #1d2f6e;
    padding: 15px;
}

.typology-footer p {
    padding: 0px;
    margin: 20px !important;
    text-align: center;
    display: block;
    margin: 0 auto!important;
    line-height: 43px;
}

/* CREDITS */

.credits{
	 margin:50px 0 0 0;
	 background: url(../jpg/credits-footer.jpg) #f7f7f7 bottom left;
     background-repeat: no-repeat;
     background-size: 100%;
	 padding:50px;
	 padding-bottom: 200px;
	 display:block!important;
	 max-width: 815px;
     margin: 0 auto!important;
     margin-top: 100px!important;
     border-top:1px dashed #223473;
     border-bottom:1px dashed #223473;
	 text-align:center;
}

.credits h2{
	color:#ba1b5b;
	font-family: 'Crimson Text', serif!important;

}

.credits img{
	/*background:#223473;*/
	max-width:200px;
	padding:20px;
	margin-top:20px;
}

.credits h3{
	font-size:25px;
	padding-top:10px;
	padding-bottom:10px;
}

.credits em{
	font-family: 'Crimson Text', serif!important;
	font-size:25px;
	color:#ba1b5b;
}

.credits p{
	padding-bottom:20px;
}

/* Video Player Additions */

.video >p {
	margin-top: 50px !important;
	padding-top: 50px;
}

div[data-readmore] {
	display:none;
}

@media screen and (max-width: 770px) {
	.previous-button p, .next-button p {
		/*display:inline;*/
	}

	.previous-button, .next-button {
		bottom: -200px;
	}

	.video >p {
		margin-top: 50px !important;
		width: 100% !important;
	    max-width: unset;
	    padding: 0;
	}
}

@media screen and (max-width: 1330px) {
  .previous-button, .next-button {
    top:unset;
    bottom:-150px;
  }
}


@media screen and (max-width: 1700px) {
  .previous-button, .next-button {
    top:unset;
    bottom:-150px;
  }
}


/* REMOVE ANY REDUNDANT STYLING FROM PA */
.typology-author, .section-head{
	display:none;
}

.newsletter-signup{
	border:0px;
}


	.nav-bar-show{
		display:block!important;
	}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	body{
	    padding-bottom: 200px;
	}

	.main-menu a {
    	font-size: 30px;
    	line-height:40px;
	}

	/* GLOBAL */

	.story p, 
	.story h1, 
	.story h2, 
	.story h3, 
	.story h4, 
	.story h5, 
	.story h6, 
	.story ul, 
	.story ol, 
	.story blockquote {
	   max-width: 700px;
	}
	.story p, .story span, .story ul, .story li {
		font-size:14px;
	}

	.story h3 span{
		font-size:20px;
	}

	.social-icons a {
    	margin: 5px;
	}

	.hide-desktop{
		display:none;
	}

	.sub-nav-bar{
		background-color:#aadeef;
		width:100%;
		position:fixed;
		height:auto;
		top:50px;
		padding:22px;
		z-index:999;
		display:none;
		opacity:0.9;
	}

	.sub-nav-bar ul{
		max-width:800px;
		margin:0 auto;
		display:block;
	}

	.sub-nav-bar ul li{
		list-style:none;
		display:inline;
		padding-right:30px;
		line-height:0px;
		font-size:16px;
		font-family: 'Crimson Text', serif!important;
		color:#223473;
	}


	/* INTRO */
	.aesop-component h1{
		max-width:1200px;
		margin-top: -129px;
	}

	.aesop-component h3{
		font-size:26px!important;
		margin-top: 30px;
	}

	a.read-report-button {
		right:20px;
		top:30%;
		font-size:14px;
	}

	.intro h2{
		font-size:20px!important;
	}



	/* FOREWORD */
	.article-foreword{
		padding:80px 0 80px 0;
	}

	/* VIDEO */

	.intro{
		padding:50px 0 75px 0;
	}

	.video{
		max-height:800px!important;
		margin:0 auto;
		margin-top:50px;
		background-color: #223473;
	    background: url(../jpg/blue-video-header.jpg);
	    position: center center;
	    background-size: 2500px 1200px;
	    position:relative;
	}

	.video iframe{
		width:100%!important;
		margin:0 auto!important;
		max-height:700px!important;
	}

	.fluid-width-video-wrapper{
		width:700px;
	}

	.video-container{
		width:100%;
	}

	.ff-video-intro{
		background-color:#f7f7f7;
		padding:50px;
		margin:50px;
	}

	.ff-video-intro p{
		max-width:100%;
	}

	.ff-video-intro h3{
		background-color:#223473;
		padding:20px;
		margin:0px;
		color:#fff!important;
		text-align:center;
		display:block;
		margin:0 auto;
		font-size:16px;
		max-width:100%!important;
	}

	.ff-video-intro p{
		padding-bottom:0px;
	}

	.ff-video{
		background-color:#f7f7f7;
		padding: 30px;
    	margin: 20px;
    	max-width: 341px;
		float:left;
	}

	.ff-video h3{
		background-color:#223473;
		padding:20px;
		margin:0px;
		color:#fff!important;
		text-align:center;
		display:block;
		margin:0 auto;
		font-size:20px!important;
	}
	.ff-container h4{
		text-align:center;
	}
	.enablers-thumb h3{
		font-size:28px!important;
	}

	.ff-video p{
		padding-bottom:0px;
	}

	.video-container .enablers-thumb{
		max-width: 820px;
	    margin: 0 auto;
	}


	.video-blurb{
		background:#fff;
		padding:20px;
		min-height:290px;
	}


	.previous-button{
		background-color:#ba1b5b;
		border-radius:50px;
		width:170px;
		left:20px;
		bottom:42%!important;
		color:#fff;
		padding:8px;
		font-size:25px;
		font-family: 'Spartan', sans-serif!important;
		text-align:center;
		line-height:13px!important;
		position:fixed;
	}

	.next-button{
		background-color:#ba1b5b;
		border-radius:50px;
		width:170px;
		/*position:absolute;*/
		right:20px;
		bottom:42%!important;
		color:#fff;
		padding:8px;
		font-size:25px;
		position:fixed;
		font-family: 'Spartan', sans-serif!important;
		text-align:center;
		line-height:13px!important;
	}
	.next-button a,
	.previous-button a {
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		padding-bottom: 5px;
	}

	.next-button a:hover,
	.previous-button a:hover {
		color: #2c141d;
	}

	.previous-button div{
		font-size:14px;
	}

	.next-button div{
		font-size:14px;
	}

	/* WHAT IS IMPACT INVESTMENT */

	.list-thumbs{
		margin:25px;
	}

	/* CREDITS */

	.credits{
		 margin:150px 0 0 0;
	}

	/* KEY POINTS */

	.key-points-what-is ul li span{
		font-size:14px;
	}


	.key-points-state-play ul li span{
		font-size:14px;
	}

	.key-points-why-impact ul li span{
		font-size:14px;
	}

	.key-points-state-play ul li span{
		font-size:14px;
	}

	.key-points-whats-holding  ul li span{
		font-size:14px;
	}

	.key-points-the-way ul li span{
		font-size:14px;
	}


	.social-affordable-housing img{
		max-width:800px;
	}


	.forestry-and-land-use{
	    padding: 100px 0 100px 0;
	}

	.social-affordable-housing{
		padding:100px 0 100px 0;
		margin:50px 0 70px 0;
	}

	/* CREDITS */

	.credits{
		 margin:50px 0 0 0;
		 background: url(../jpg/credits-footer.jpg) #f7f7f7 bottom left;
	     background-repeat: no-repeat;
	     background-size: 100%;
		 padding:50px;
		 padding-bottom: 400px;
		 display:block!important;
		 max-width: 815px;
	     margin: 0 auto!important;
	     margin-top: 100px!important;
	     border:1px dashed #223473;
		 text-align:center;
	}

	.credits h2{
		color:#ba1b5b;
		font-family: 'Crimson Text', serif!important;
		
	}

	.credits img{
		max-width:300px;
		padding:20px;
		margin-top:20px;
	}

	.credits h3{
		font-size:25px;
		padding-top:10px;
		padding-bottom:10px;
	}

	.credits em{
		font-family: 'Crimson Text', serif!important;
		font-size:25px;
		color:#ba1b5b;
	}

	.credits p{
		padding-bottom:20px;
	}



	/* FOOTER */

	.social-icons {
		max-width:466px;
	}
	.typology-footer {
   	 	width: 800px;
	}

}


/* Ipad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

	.ff-video {
	    max-width: 419px;
	}

	.enablers-thumb h3 {
	    font-size: 20px!important;
	}

	.ronald-thumb {
    	padding-left: 73px;
	}

	.intro h2 {
    	font-size: 30px!important;
	}
}

/* Ipad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}



/* Medium devices (desktops, px and up) */
@media (min-width: 992px) {

	.video-container{
		width:1000px;
	}

	.ff-video {
	    padding: 40px;
	    margin: 40px;
	}

	.next-button {
    	bottom: 49%!important;
	}
	.previous-button {
    	bottom: 49%!important;
	}

	.postid-8533 {
    	padding-top: 69px;
	}

	/* KEY POINTS */

	.key-points-what-is ul li span{
		font-size:20px;
	}


	.key-points-state-play ul li span{
		font-size:20px;
	}

	.key-points-why-impact ul li span{
		font-size:20px;
	}

	.key-points-state-play ul li span{
		font-size:20px;
	}

	.key-points-whats-holding  ul li span{
		font-size:20px!important;
	}

	.key-points-the-way ul li span{
		font-size:20px;
	}

}



/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.video-container{
		width:1200px;
	}

	.next-button {
    	bottom: 36%!important;
	}
	.previous-button {
    	bottom: 36%!important;
	}

	.ff-video{
		max-width:500px; 
	}

	.intro h2{
		font-size:35px!important;
	}

	.ff-container h4{
		text-align:left;
	}

	.story h3 span {
    	font-size: 30px;
	}



}

/* XLarge devices (large desktops, 1800px and up) */
@media (min-width: 1800px) {

	.story p, .story span, .story ul, .story li {
		font-size:16px;
	}

	.video-container{
		width:1600px;
	}


	.ff-video{
		max-width:700px; 
	}

	.ff-video h3 {
   	 font-size: 30px!important;
	}

	.intro h2{
		font-size:30px!important;
	}

	.next-button {
    	bottom: 65%!important;
	}
	.previous-button {
    	bottom: 65%!important;
	}

}

