/* Owl carousel site wide styling */
a:hover,
a:focus,
a:visited {
    outline: none;
}
.futures-carousel {
	margin-top: 5px;
	height: 340px;
	overflow: hidden;
}

.owl-pagination{
 	 position: absolute;
 	 top: 285px;
 	 left: 23px;
 	 margin: auto;
}

.owl-prev {
    position: absolute;
    left: -55px;
    bottom: 20px;
    background: rgba(142, 87, 251, 0) !important;
    width: 40px;
    /*transform: translateY(-50%);*/
}

.owl-next {
    position: absolute;
    right: -55px;
    bottom: 20px;
    background: rgba(142, 87, 251, 0) !important;
    width: 40px;
    /*transform: translateY(-50%);*/
}
.owl-item a:hover{
	text-decoration:none;
}

@media (max-width: 780px) {
    .owl-prev {
        position: absolute;
        left: -15px;
        bottom: -75px;
        background: rgba(142, 87, 251, 0) !important;
        width: 25px;
        /*transform: translateY(-50%);*/
    }

    .owl-next {
        position: absolute;
        right: -15px;
        bottom: -75px;
        background: rgba(142, 87, 251, 0) !important;
        width: 25px;
        /*transform: translateY(-50%);*/
    }
    .stories-carousel {
        margin-bottom: 45px;
    }
}


.owl-dye {
    background: #11273C !important;
}

/* Bootstrap hacks*/

    /*.row-fluid [class*="span"] { margin:0 };*/
.row-fluid .span6-mod { width: 50% };
.row-nogutter {
    margin-right: 0 !impotant;
    margin-left: 0 !important;
 }

 /* Body hacks*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar .nav li a {
	padding-left: 11px;
	padding-right: 11px;
}

/* Link Stylings */
a:hover img {
    Text-decoration: none;
    outline: none;
    border: none !important;
}
img.futures-play-overlay {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    z-index: 1;
    background-color: transparent;
    border: 0px;
    display:block;
    margin:auto;
}
.futures-block a:hover {
    text-decoration: none !important;
}

/* Misc Hacks */
.overflow-ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.futures-default-shadow {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}

/* Header stylings */
div.futures-landing-breadcrumbs {
    position: absolute;
    height: 40px;
    left: 30px;
    right: 30px;
    margin: -29px;
    background: rgba(241, 241, 241, 0.8);
	padding-left: 320px;
}

div.futures-other-breadcrumbs {
	position: absolute;
    height: 40px;
    left: 30px;
    right: 30px;
    margin: -29px;
	padding-left: 320px;
}

div.landing-faded-background {
    position: absolute;
    /*width: 100%;*/
    height: auto;
    margin-top: 30px;
    left: 0px;
    right: 0px;
    overflow-y: hidden;
    z-index: -1;
    background: rgba(241, 241, 241, 0.8);
    padding-left: 24%;
    padding-right: 24%;
}

div.header-text-wrapper {
	padding: 0px;
}

div.futures-header-image {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
	background-size: 100% 660px;
    background-repeat: no-repeat;
	opacity: 0.8;
  	filter: alpha(opacity=80); /* For IE8 and earlier */
	z-index: -1;
    margin-top: -30px;
    height: 660px;
}

div.futures-header-image-inner {
    width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+83,ffffff+100&amp;0+83,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 83%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 83%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 83%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    height: 660px;
}

.futures-header-spacer {
	height: 250px;
}

/* Carousel section */
div.slide-wrapper{
    box-sizing: border-box;
}

div.slide-inner-left{
    box-sizing: border-box;
    margin: 0px;
    float: left;
    height: 340px;
    overflow: hidden;
    background: #11273C;
    padding: 30px;
    padding-top: 40px;
    color: #d4d8e7;
}

div.slide-inner-right{
    box-sizing: border-box;
    margin: 0px;
    float: left;
    height: 340px;
    overflow: hidden;
    background-size:100% 100%;
}

div.slide-inner-right:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(17, 39, 60, 0.2);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

div.futures-landing-carousel-overflow-hide {
	height: 136px;
	overflow: hidden;
}

div.futures-carousel-hidden-slide {
	display: none;
}

span.futures-landing-carousel-more::before {
    content: ' ';
    float: left;
    background:url(/themes/transport/images/futures/more-arrow-lg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;

    height: 30px;
    width: 25px;
}

span.futures-landing-carousel-more {
	position: absolute;
	top: 245px;
	left: 30px;
	height: 25px;
	width: 200px;

}

span.futures-landing-carousel-more-text {
	display: table-cell;
    vertical-align: middle;
	font-size: 1.2em;
	line-height:1.2em;
	height: 30px;
	font-weight: bold;
	color: #3AC6E6;
}

span.futures-landing-carousel-more-text:hover {
	text-decoration:underline;

	}

/* Stories section */
div.landing-stories-hero {
    box-sizing: border-box;
    position: relative;
    min-height: 300px;
    width: 100%;
    background-size:cover; background-repeat: no-repeat;
    margin-bottom: 30px;

}
div.landing-stories-hero:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(17, 39, 60, 0.2);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

div.landing-stories-hero-inner {
    box-sizing: border-box;
	min-height: 300px;
    height: 100%;
    width: 100%;
    background-size:cover; background-repeat: no-repeat;
}

div.landing-stories-hero-inner-banner {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(17, 39, 60, 0.8);
    color: #d4d8e7;
}

div.landing-stories-hero-inner-banner-left {
    box-sizing: border-box;
	background: url(/themes/transport/images/futures/stories-banner-left.png);
	background-size: 100% 60px;
    height: 60px;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 15px;
}

span.landing-stories-center-vertically-outer {
	display:block;
}

span.landing-stories-center-vertically-inner-left {
	display:table-cell;
    vertical-align:middle;
	width: 100%;
	height: 60px;
	font-size: 1.2em;
	line-height:1.3;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
}

div.landing-stories-hero-inner-banner-right {
	box-sizing: border-box;
	height: 60px;
	overflow: hidden;
	line-height:1.35em;
	padding-top:10px;
}

span.futures-landing-stories-more::before {
    content: ' ';
    float: left;
    background:url(/themes/transport/images/futures/more-arrow-md.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 20px;
}

span.futures-landing-stories-more {
	position: absolute;
	right: 14px;
	bottom: 15px;
	width:14%;
}
span.futures-landing-stories-more-text {
	display: table-cell;
    vertical-align: middle;
	font-size: 1.15em;
	line-height:1.2em;
	font-weight: bold;
	height: 32px;
	color: #3AC6E6;
}

span.futures-landing-stories-more-text:hover {
	text-decoration:underline;
	}

@media (max-width: 1199px) {
	div.landing-stories-hero-inner-banner-right {
	line-height:1.3em;
	padding-top:12px;
	margin-left:1.12em;
	}
}

@media (max-width: 980px) {
	span.futures-landing-carousel-more-text {
	font-size: 1.15em;
	}
	div.landing-stories-hero-inner-banner-left{
	width:77% !important;
	padding-right:40px;
	}
	div.landing-stories-hero-inner-banner-right {
	display:none!important;
	}
	span.futures-landing-stories-more {
    width: 18%;
	}
	span.futures-landing-carousel-more::before,
	span.futures-landing-stories-more::before {
    background:url("/themes/transport/images/futures/more-arrow-sm.png") no-repeat;
    height: 24px;
    width: 18px;
    background-position: 0px 1px;
	}
	div.landing-views-contact-container,
	div.landing-views-link-container,
    div.landing-views-poll-container,
	.futures-alt-image {
	width:42%!important;
	margin-bottom:55px!important;
	margin-top: 25px;
	}
	div.landing-views-contact-container:last-child,
	div.landing-views-link-container:last-child,
    div.landing-views-poll-container:last-child,
	.futures-alt-image:last-child {
	margin-left: 0px;
	margin-bottom:0px!important;
	}
	div.poll-column-one,
	div.poll-column-two,
	div.poll-column-three,
    div.poll-column-one-stories,
	div.poll-column-two-stories,
	div.poll-column-three-stories {
	    width:48%;
	    position:absolute;
	    margin-top:-25px;
	}
	div.poll-column-two{
	    left:48%;
	}
	div.poll-column-three{
	    margin-top: 195px;
        margin-left: 0px !important;
	}

    div.poll-column-two-stories{
	    left:48%;
    }

	div.poll-column-three-stories {
        margin-top: 195px;
        margin-left: 0px !important;
    }

	div.poll-title {
	    font-size: 1.2em!important;
	}
    div.poll-column-one-stories{
        left:48%;
    }
    div.poll-column-two-stories{
        left:48%;
    }
    div.poll-column-three-stories{
        margin-top: 195px;
        margin-left: 0px !important;
    }
}

@media (max-width: 980px) and (min-width: 766px) {
	span.futures-landing-stories-more-text {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		height: 28px;
		content: 'test';
		color: #3AC6E6;
		font-size: 1em;
		line-height:0.96em;
	}
}

@media (max-width: 766px) {
	div.landing-stories-hero-inner-banner-left {
	    box-sizing: border-box;
		background: transparent;
	    height: 60px;
		overflow: hidden;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		width:100%!important;
	}
	span.landing-stories-center-vertically-inner-left {
		vertical-align: top;
	}
	div.landing-stories-hero-inner-banner-right {
		box-sizing: border-box;
		height: 0px;
		overflow: hidden;
		visibility: hidden;
	}
	div.landing-stories-hero-inner-banner {
		height:auto;
		}
	span.futures-landing-stories-more {
    	width: 93%;
    	left:14px!important;
    	bottom: 4px;
	}
	span.futures-landing-stories-more-text {
	font-size:1.15em;
	}
	div.landing-views-contact-container,
	div.landing-views-link-container,
    div.landing-views-poll-container,
	.futures-alt-image {
	width:100%!important;
	margin-top: 65px;
	}
	div.landing-views-contact-container:first-child,
	div.landing-views-link-container:first-child,
    div.landing-views-poll-container,
	.futures-alt-image:first-child {
	margin-top: 40px;
	}
	div.landing-views-contact-container:last-child,
	div.landing-views-link-container:last-child,
    div.landing-views-poll-container,
	.futures-alt-image:last-child {
	margin-bottom:20px!important;
	}
	div.poll-column-one,
	div.poll-column-two,
	div.poll-column-three,
    div.poll-column-one-stories,
	div.poll-column-two-stories,
	div.poll-column-three-stories {
	width:100% !important;
	margin-top:0px;
	}
	div.poll-column-two{
	left:20px;
	margin-top: 203px;
	}
	div.poll-column-three{
	margin-top: 398px;
	}
    div.poll-column-one-stories{
        position: relative;
        left: 0px;
        top: 15px;
	}
    div.poll-column-two-stories{
    	left:20px;
    	margin-top: 165px;
	}
	div.poll-column-three-stories{
    	margin-top: 368px;
	}

	div.poll-title,
	div.poll-links {
	width: 85%!important;
	}
	div.poll-title {
	font-size:1.3em!important;
	}
	div.landing-strategies-hero-left {
    height: 300px!important;
	}
	div.landing-strategies-hero-right h5 {
    font-size: 1.4em;
	}
	div.landing-strategies-secondary {
    height: 145px!important;
	}
}

div.landing-stories-block-holder {
    box-sizing: border-box;
    position: relative;
}

div.landing-stories-block {
  	box-sizing: border-box;
  	height: 140px;
  	margin-right: 10px;
  	margin-left: 10px;
  	background-color:#000;
  	opacity: 1;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
  	background-size:cover;
  	background-repeat: no-repeat;
  	color: #000000;
  	overflow: auto;
}

div.landing-stories-block:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	background: rgba(17, 39, 60, 0.3);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

div.stories-text-layer {
	position: absolute;
	background: rgba(17, 39, 60, 0.8);
	height:auto;
	padding:0px;
	bottom:0px;
	right:0px;
    left:0px;
    margin-left:10px;
    margin-right:10px;
}
div.stories-text-layer h5{
    color: #fff;
    font-size: 0.95em;
    line-height: 1.2em;
    font-weight: bold;
    padding:10px 20px 10px;
    margin: 0px;
    max-height:100px;
}
div.stories-text-layer:hover {
	color:#7de8ff;
}
div.stories-text-layer h5:hover {
	color:#7de8ff;
}

div.stories-image-overlay {
	background: rgba(17, 39, 60, 0.8);
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	height:50px;
    margin: 0px;
}
div.stories-image-overlay h5{
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    height: 60px;
    font-weight: bold;
    margin: 0px;
    max-height:100px;
    padding-top:17px;
    padding-left:20px;
    padding-right: 20px;
}
div.stories-image-overlay {
	color:#7de8ff;
}
div.stories-image-overlay h5:hover {
	color:#7de8ff;
}

/* Views stylings*/
div.landing-views-poll-container {
    height: 140px;
    background-image:url(/themes/transport/images/futures/poll-1.png);
    background-size:auto;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position:100%;
}

div.landing-views-link-container {
    height: 140px;
    background-image:url(/themes/transport/images/futures/poll-2.png);
    background-size:auto;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position:100%;
}

div.futures-alt-image.landing-views-link-container {
    background-size:contain;
}

div.landing-views-contact-container {
    height: 140px;
    background-image:url(/themes/transport/images/futures/poll-3.png);
    background-size:auto;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position:100%;
}

/* Strategies Section */
div.landing-strategies-hero-left {
	position:relative;
    box-sizing: border-box;
    height: 140px;
    margin-bottom:25px;
    background-size:cover;
    background-repeat: no-repeat;
}

div.landing-strategies-hero-left:hover:before {
	content: "";
	position:absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(17, 39, 60, 0.3);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

div.landing-strategies-hero-right {
    box-sizing: border-box;
    height: 140px;
    padding-right: 30px;
    background-size:cover;
    background-repeat: no-repeat;
	overflow: hidden;
}

div.landing-strategies-hero-right h5 {
	color:#0091d0;
}

div.landing-strategies-hero-right h5:hover {
	text-decoration:underline;
}

div.landing-strategies-hero-right p {
    font-size: 1.1em;
    line-height: 1.5em;
}

div.landing-strategies-secondary {
    box-sizing: border-box;
    height: 100px;
    background-size:cover; background-repeat: no-repeat;
    position:relative;
}

div.landing-strategies-secondary:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(17, 39, 60, 0.3);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

div.strategy-text-layer {
	 background: rgba(17, 39, 60, 0.8);
	 height:auto;
	 padding:0px;
	 bottom:0px;
	 position:absolute;
	 width:100%;
}
div.strategy-text-layer h5:hover {
	color:#7de8ff;
}
div.strategy-text-layer h5{
    color: #fff;
    font-size: 0.95em;
    line-height: 1.2em;
    font-weight: bold;
    padding:9px 20px 8px;
    margin: 0px;
    max-height:100px;
}
/*may need later*/
/*div.strategy-text-layer p{
    color: #fff;
    font-size: 0.95em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 13px;
}
h5.strategy-text-layer a,
p.strategy-text-layer a {
	color: #fff;
}
.strategy-link {
    color: #7de8ff;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    display: inline;
    padding: 4px 25px 7px 20px;
    background-image: url("/themes/transport/images/futures/more-arrow-sm.png");
    background-repeat: no-repeat;
}*/

/* Polls stylings */
div.futures-polls-container {
    width: 100%;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: normal;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    white-space: normal;
    margin-left: 10px;
    padding-right: 10px;
    overflow: auto !important;
}
div.futures-polls-inner {
    margin: 0 auto;
}
div.poll-title {
	color:#fff;
	font-size:1.15em;
	line-height:1.2em;
	font-weight:bold;
	padding:10px 0px 8px 20px;
	width:72%;
	height:30%;
	margin-bottom: 13px;
}

div.poll-links {
	padding:26px 0px 5px 20px;
	float:left;
	width:83%;
	height:23%;
}
.poll-links a {
	color:#7de8ff;
	font-size:1.15em;
	line-height:1.2em;
	font-weight:bold;
	display:inline;
	width:45%;
	padding:4px 25px 7px 18px;
	background-image:url(/themes/transport/images/futures/more-arrow-sm.png);
    background-repeat: no-repeat;
}

.futures-alt-image {
    position: relative;
}

.futures-alt-image:hover:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(17, 39, 60, 0.3);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.futures-alt-image-layer {
    background-color: rgba(17, 39, 60, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.futures-alt-image div.poll-title,
.futures-alt-image div.poll-links {
	position: relative;
	right: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	z-index: 1;
	width:90%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.futures-alt-image div.poll-links a {
	color:#fff;
	background-image:url(/themes/transport/images/futures/more-arrow-sm-white.png);
    background-repeat: no-repeat;
}

.futures-alt-image div.poll-links a:hover {
	color:#7de8ff;
}

.futures-alt-image div.poll-title {
	position: relative;
	padding-bottom:25px;
	z-index: 1;
}

div.futures-polls-inner ul {
    padding: 0px;
}

div.futures-polls-container img {
    width: 330px;
}

img.poll-chart {
	margin-bottom: 30px;
}

/*poll lightbox*/
div.futures-polls-container {
    width: 85%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left:0px;
}

.futures-polls-container form fieldset > div.field {
	padding: 5px 0px 15px;
}
h2.contact-form-popup {
	font-size: 1.65em;
	line-height: 1.3em;
	padding: 10px 20px 5px;
	color: #1D3951;
}
.futures-polls-container h3 {
	color:#1d3951;
	font-size:18px;
	line-height:1.35em;
    word-break: normal !important;
}
.futures-polls-container p {
	color:#1d3951;
	font-size:14px;
	line-height:1.35em;
}
div.futures-polls-container .Actions {
	padding: 15px 0px;
}

.message.good,
.message.success {
    padding:10px 20px 8px;
    margin-top: 0px;
    font-weight: normal;
    font-style:italic;
    font-size: 14px;
    line-height: 1.3em;
    background: #fff;
    border: none;
    color: #1d3951;
}

.futures-polls-container #Name label,
.futures-polls-container #Email label,
.futures-polls-container #Feedback label {
	color:#1d3951;
}

/* Story Page */
div.futures-story-media {
	box-sizing: border-box;
    position: relative;
	height: 300px;
	background-size:cover; background-repeat: no-repeat;
    margin: 0px;
}

/* Text stylings */
p.futures-header {
    display: block;
    font-size: 1.4em;
    line-height:1.35em;
    color: #000000;
}

p.futures-body-intro {
    display: block;
    font-size: 1.195em;
    line-height:1.5em;
    color: #000000;
    padding-bottom: 0px;
}

p.futures-white-body-intro {
    display: block;
    font-size: 1.195em;
    line-height:1.5em;
    color: #ffffff;
	padding: auto;
	height: 100%;
}

p.futures {
    display: block;
    color: #000000;
    text-decoration: none;
}

p.futures-breadcrumbs {
	display: table-cell;
    vertical-align: middle;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.futures-breadcrumbs a{
	color: #000000;
}

hr.futures-thin-white {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #767678;
    margin-top: 0.15em;
    margin-top: 0.3em;
    padding: 0;
}

hr.futures-thick-navy {
    display: block;
    height: 1px;
    border: 0;
    border-top: 0.2em solid  #1d3951;
    margin: 0em;
	margin-bottom: 10px;
    padding-bottom: 0em;
}

h1.futures,
.main-story-page h1 {
    display: block;
    font-size: 2.85em;
    line-height:1.35em;
    margin-top: 16px;
    margin-bottom:5px;
    color: #1d3951;
}


h2.futures {
    display: block;
    font-size: 2.1em;
    line-height:1.6em;
    margin: 0em;
    padding: 1.5em 0em 0em;
    color: #1d3951;
}

.main-story-page h2 {
    display: block;
    font-size: 2.1em;
    line-height:1.6em;
    margin: 0em;
    padding: 1.5em 0em 0em;
    color: #1d3951;
    border-bottom:2px solid #1d3951;
}

h3.futures,
.main-story-page h3 {
    display: block;
    font-size: 1.4em;
    line-height:2.1em;
    margin: 0em;
    padding: 0em 0em 1em;
    color: #1d3951;
}

h3.futures-strategies-fix {
	font-size: 1.5em;
	line-height:1.2em;
}

h3.futures-white {
    display: block;
    font-size: 1.6em;
    line-height: 1.35em;
    margin-top: 0.1em;
    margin-bottom: 0em;
    padding: 0em 0em 1em;
    color: #ffffff;
}


h4.futures,
.main-story-page h4 {
    display: block;
    font-size: 1.3em;
    line-height:1.4em;
    font-weight: bold;
    margin: 0em;
    padding: 0em 0em 1em;
    text-transform: none;
    color: #1d3951;
}

h5.futures,
.main-story-page h5 {
    display: block;
    font-size: 1.25em;
    line-height:1.2em;
    font-weight: bold;
    margin: 0em;
    padding: 0em 0em 1em;
    color: #1d3951;
}

h6.futures,
.main-story-page h6 {
    display: block;
    font-size: 1.15em;
    line-height:1.2em;
    font-weight: bold;
    margin: 0em;
    padding: 0em 0em 1em;
    color: #1d3951;
}

.main-story-page h6 {
    font-size: 1.05em;
}


p.futures-body-white {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #ffffff;
}
/*Story page*/

.main-story-page h1{
	margin-top:50px;
}
@media (max-width: 1380px) {
  p.futures-header {
    font-size: 1.25em;
    line-height:1.3em;
	}
h1.futures,
  .main-story-page h1 {
    display: block;
    font-size: 2.45em;
    line-height:1.35em;
	}
}
                       
