/* Universal Framework Styles */

/* HTML5 display definitions
----------------------------------------------------------------------------------------------------*/

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
	display: block;
}
audio, 
canvas, 
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}


/* Base
----------------------------------------------------------------------------------------------------*/

html { 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font-size: 1em;
	-webkit-font-smoothing: subpixel-antialiased;
}
img, object, embed, table, iframe {
	max-width: 100%;
}
img {
	height: auto;
}
img, a img {
	border: 0;
}
body {
	margin: 0;
}
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

@font-face {
    font-family: 'knowledgeULight';
    src: url('./fonts/Knowledge-UltraLight.woff') format('woff'),
         url('./fonts/Knowledge-UltraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledgeLight';
    src: url('./fonts/Knowledge-Light.woff') format('woff'),
         url('./fonts/Knowledge-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledgeMedium';
    src: url('./fonts/Knowledge-Medium.woff') format('woff'),
         url('./fonts/Knowledge-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledgeBold';
    src: url('./fonts/Knowledge-Bold.woff') format('woff'),
         url('./fonts/Knowledge-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

.container {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

.lt-ie9 .container {
	max-width: 1200px;
}

.col_1{
	width: 54%;
	margin: 0 auto;
	clear: both;
}

.col_2{
	width: 70%;
	margin: 30px auto;
	overflow: hidden;
}

.col_2 .col_l{
	width: 49%;
	padding-right: 1%;
	display: inline;
	float: left;
}

.col_2 .col_r{
	width: 49%;
	padding-left: 1%;
	display: inline;
	float: left;
}

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Universal Type Styles
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #fff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #444444;
}

p {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 24px;
	color: #444444;
	padding: 0;
	margin: 5px 0;
}

a {
	color: #ff8000;
	text-decoration: none;
}

a:hover {
	color: #ff8000;
	text-decoration: underline;
}

h1 {
	font-family: knowledgeLight, Arial, sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 47px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 20px 0 0 0;
}

h2 {
	font-family: knowledgeLight, Arial, sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	color: #333;
	padding: 0;
	margin: 15px;
}

h3 {
	font-family: knowledgeLight, Arial, sans-serif;
	font-weight: normal;
	font-size: 40px;
	color: #333;
	padding: 0;
	margin: 15px;
	text-align: center;
}

h4 {
	font-family: knowledgeLight, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #757575;
	text-align: center;
	padding: 0;
	margin: 15px;
}

h5 {
	font-family: knowledgeULight, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #aaa;
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
}

h6 {
	font-family: knowledgeBold, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #757575;
	text-align: center;
	padding: 0;
	margin: 5px;
}

.bold {
	font-family: knowledgeBold, sans-serif;
}

/* Site-specific Styles
---------------------------------------------------------------------------------------------------- */

header {
	height: 50px;
	width: 100%;
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	padding: 0;
}
header .logo {
	max-width: 190px;
	position: relative;
	margin-top: 5px;
	padding-bottom: 3px;
	display: inline-block;
	float: left;
	cursor: pointer;
}
header .title-small{
	color: #fff;
	display: inline-block;
	font-family: 'knowledgeLight', sans-serif;
	padding-left: 10px;
	margin-top: 11px;
	position: relative;
	opacity: 0;    
	font-size: 25px;
    border-left: 1px solid #fff;
    margin-left: 12px;
	float: left;
	cursor: pointer;
}
header .sap-small{
	float: right;
	width: 60px;
	padding-top: 5px;
	opacity: 0;  
}

#landing {
	position: relative;
  	height: 100vh;
  	background-color: #000;
  	overflow: hidden;
  	z-index: 899;
}
.landing-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.landing-video{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.9;
	z-index: 100;
	overflow: hidden;
	background:url('./img/video-placeholder.jpg'); 
	background-repeat: no-repeat;
	background-size:cover; 
	background-position: center;
	display: none;
}
.mobile-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image:url('./img/video-placeholder.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 100;
	overflow: hidden;
	opacity: 0.9;
	display: none;
}
.landing-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	color: #fff;
	font-size: 1em;
	text-align: center;
	background-image: url('./img/diagonal-noise-d.png');
	background-repeat: repeat;
	background-size: 100px 100px;
}
.landing-overlay .title {
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,1);
	position: relative;
	top: 50px;
	height: 92px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 103;
}
.landing-overlay .sap{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
}
.landing-overlay .map {
	width: 750px;
	position: relative;
	top: 40px;
	margin: 0 auto;
	z-index: 102;
}
.landing-overlay .map img{
	width: 100%;
}
.landing-overlay .spots {
	position: absolute;
	top: 0;
	left: 0;
}
.spots .spot {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	background-image: url('./img/spot.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
	opacity: 0;

	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.spots .spot1 {
	top: 185px;
	left: 135px;
}
.spots .spot2 {
	top: 140px;
	left: 400px;
}
.spots .spot3 {
	top: 160px;
	left: 530px;
}
.spots .spot4 {
	top: 200px;
	left: 610px;
}
.spots .spot5 {
	top: 70px;
	left: 660px;
}
.spots .spot6 {
	top: 350px;
	left: 590px;
}
.landing-overlay .caption {
	font-size: 42px;
	line-height: 50px;
	color: #fff;
	font-family: knowledgeLight, sans-serif;
	position: absolute;
	top: 40%;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	text-transform: uppercase;
	z-index: 99999;
}
.caption .line {
	position: absolute;
	opacity: 0;
	top: 40px;
	width: 100%;
	margin: 0 auto;
}
.caption .footnote{
	font-size: 17px;
	line-height: 18px;
	position: relative;
	padding: 0;
}
.landing-overlay .blurb {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: knowledgeBold, sans-serif;
	font-weight: normal;
	width: 100%;
	color: #ff8000;
	position: absolute;
	bottom: 100px;
	padding: 0 10px;
	margin: 0 auto;
	z-index: 99998;
	padding: 0 25%;
}
.landing-overlay .down-arrow {
	cursor: pointer;
	padding-top: 30px;
}
.landing-overlay .down-arrow img{
	max-width: 30px;
}
.landing-overlay .replay-animation {
	font-size: 22px;
	position: absolute;
	bottom: 120px;
	right: 20px;
	display: none;
	cursor: pointer;
	z-index: 100000;
}
.landing-overlay .replay-txt {
	font-size: 8px;
	text-decoration: none;
	margin-top: 5px;
}

nav {
	width: 100%;
	height: 101px;
	position: relative;
	top: -100px;
	z-index: 9999;
	border-bottom: 1px solid #333;
	background-image: url('./img/diagonal-noise-d.png');
	background-repeat: repeat;
	background-size: 100px 100px;
	background-color: #222;
}
nav .persona {
	width: 16.6666%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: center;
	border-right: 1px solid #000;
	cursor: pointer;
	position: relative;
	opacity: 1;
}
nav .persona .title{
	width: 100%;
	height: 100%;
	padding: 11% 5%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	color: #ff8000;
	font-family: 'knowledgeMedium', sans-serif;
	text-align: center;
	display: none;
	opacity: 0;
}
nav .indicator{
	position: absolute;
	width: 20px;
	height: 7px;
	background-color: #ff8000;
	left: 0;
	bottom: 0;
}
nav .indicator-bar{
	position: absolute;
	width: 100%;
	height: 8px;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
}
.fixed {
	position: fixed;
	top: 50px;
}
.ani {
  opacity: 0;
  top: 90px;
  position: relative; 
}
.shares {
	text-align: center;
	margin: 15px auto 30px 0;
	font-size: 17px;
}
.shares a{
	color: #b7b7b7;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
}
.shares a:hover {
	color: #333;
	text-decoration: none;
}
.widget-holder{
	display: inline-block;
}
.widget {
	width: 300px;
	padding: 4%;
	background-color: #fff;
	position: absolute;
	z-index: 102;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); 
	margin-left: -21px;
	margin-top: 10px;
	display: none;
}
.widget .fa{
	position: absolute;
	top: -20px;
	left: 32px;
	font-size: 30px;
	color: #fff;
}
.widget .widget-blurb{
	font-family: Arial, sans-serf;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #6a6a6a;
	margin: 0;
	line-height: 15px;
	margin: 0;
	padding: 0 5px;
}
.widget textarea{
	width: 100%;
	height: 60px;
	margin-top: 15px;
	background-color: #f3f3f3;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.displayBlock{
	display: block;
}
.chart {
	width: 100%;
	background-image: url('./img/diagonal-noise-b.png');
	background-repeat: repeat;
	background-size: 100px 100px;
	background-color: #fff;
	padding: 5px;
}
.chart-wrapper{
	margin: 0 auto;
	display: block;
    width: 300px;
}
.chart-title {
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'knowledgeLight', sans-serif;
	color: #444444;
}
.chart-open {
	color: #ff8000;
	font-family: 'knowledgeMedium', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0 0 10px 0;
	cursor: pointer;
}
.chart-open:hover {
	text-decoration: underline;
}
.chart-container {
	width: 616px;
	height: 80%;
	margin: 10vh auto 0 auto;
}
.chart-frame{
	width: 100%;
	height: 100%;
	padding: 8px;
	background-color: #fff;
}
.chart-frame iframe{
	height: 100%;
	border: 0;
	width: 100%;
}
@media (max-width: 600px) {
	.chart-container{
		width: 82%;
	}
}

#reutersPollingWidgetTitle {
    font-size: 25px;
    color: #444;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
    font-family: 'knowledgeLight', sans-serif;
    line-height: 28px;
    font-weight: normal;
}
.chart-wrapper a:hover{
	color:#444;
}
.show-video{
	background-image: url('./img/diagonal-noise-d.png');
	background-repeat: repeat;
	background-size: 100px 100px;
	background-color: #000;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.show-video img{
	opacity: 0.3;
	vertical-align: top;
}
.show-video .icon-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.show-video .icon-play-video {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}
.show-video .icon-play-video .fa {
	font-size: 26px;
	color: #ff8000;
	position: absolute;
	top: 32px;
	left: 43px;
}
.show-video .video-copyright{
	color: #ddd;
	text-align: right;
	font-size: 10px;
	line-height: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}
.quote {
	width: 100%;
	text-align: center;
	background-image: url('./img/diagonal-noise-b.png');
	background-repeat: repeat;
	background-size: 100px 100px;
	background-color: #fff;
	padding: 20px 30px;
	font-size: 28px;
	line-height: 33px;
}
.quote .quote-shares {
	margin: 20px 0 0 0;
	font-size: 17px;
	line-height : 20px;
}
.quote .quote-shares a {
	background-color: #fff;
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
	width: 35px;
	height: 30px;
	margin: 0;
	display: inline-block;
}
.quote .quote-shares a:hover {
	color: #333;
	border: 1px solid #333;
}
.quote-shares .fa-facebook {
	position: relative;
	top: 5px;
}
.quote-shares .fa-twitter {
	position: relative;
	top: 5px;
}
.quote-shares .fa-linkedin {
	position: relative;
	top: 4px;
}
.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 10000;
	display: none;
}
.lightbox .content-wrapper{
	margin: 0 auto;
	top: 15vh;
	position: relative;
	padding: 0 10%;
	text-align: center;
}
.content-wrapper iframe {
	border: 0;
}
.content-wrapper .image-holder {
	width: 70%;
	max-width: 635px;
	margin: 0 auto;
}
.close-lb{
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 30px;
}
.close-lb img{
	width: 30px;
	position: absolute;
	top: 30px;
	right: -30px;
}
.content-wrapper .video-container{
	margin: 0 auto;
	width: 70%;
}

.vh {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
}
.vh iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-divider {
	widtht: 100%;
	height: 50px;
	background-image: url('./img/diagonal-noise-b.png');
	background-repeat: repeat;
	background-size: 100px 100px;
	background-color: #fff;
	margin: 30px 0 0 0;
}

article {
	margin-top: 30px;
	position: relative;
}

footer {
	background-color: #2b2b2b;
	height: 40px;
	width: 100%;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-top: 30px;
}
footer a {
	color: #ff8000;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #ff8000;
}
footer .footer_l {
	float: left;
	display: inline;
	padding-top: 12px;

}
footer .footer_r {
	float: right;
	display: inline-block;
	padding-top: 12px;
}



/* Plugin Styles
ex: lightbox, sliders, etc
---------------------------------------------------------------------------------------------------- */
.flexslider-wrapper {
	width: 100%;
	margin: 20px 0;
	background-image: url('./img/diagonal-noise-d.png');
	background-repeat: repeat;
	background-size: 100px 100px;
	background-color: #000;
	overflow: hidden;
}

.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0 auto; padding: 0; position:relative; width:46%; overflow:visible;}
.flexslider .slides > li {display: none; width:100%; position:relative;}
.flexslider .slides img {width: 100%; display: block;}
.flexslider .slides li a { overflow: hidden; display: block; position: relative;}
.flexslider .flex-viewport { overflow: visible !important; }

.flex-control-nav {
  width: 100%;
  position: relative;
  text-align: center;
}
.flex-control-nav li {
  margin: 8px 5px 5px 5px;
  padding: 0;
  display: inline-block;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: $color-red;
  background: $color-red;
  cursor: default;
}
.flexslider ul.slides li  {
	opacity: 0.2;
}
.flexslider ul.slides li.flex-active-slide  {
    opacity: 1; 
}
.flexslider ul.slides li .caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	display: none;
}
.flexslider ul.slides li.flex-active-slide .caption {
	display: block;
}
.flex-direction-nav {height: 0; width: 100%; position: absolute; top: 50%; margin-top:-30px; }
.flex-direction-nav a  { text-decoration:none; display: block; width: 19px; height: 33px; margin: 0; position: absolute; top: -50%; z-index: 10; overflow: hidden; outline-style: none; text-align: center; }
.flex-direction-nav .flex-prev { 
	width: 19px; height:33px; left:-50px; 
	background-image: url('./img/slider-arrow-left.png');
	background-size: 19px 33px;
	background-repeat: no-repeat;
	margin-left:0; 
}
.flex-direction-nav .flex-next { 
	width: 19px; height:33px; right:-50px; 
	background-image: url('./img/slider-arrow-right.png');
	background-size: 19px 33px;
	background-repeat: no-repeat;
	margin-right:0; 
}
.flexslider:hover .flex-direction-nav .flex-prev:hover { background-color: $color-red; }
.flexslider:hover .flex-direction-nav .flex-next:hover { background-color: $color-red; }
.show-slide {
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 7px;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- 
NOTE: Keep in mind that fluid grid media queries should be treated on a case by case basis and should be targetted as needed. The queries below are more for using break points, but are a good reference and a starting point for totally fluid responsiveness.*/

/* ex: tablets in landscape
----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
	.container {
		width: 94% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ex: tablets in portrait
----------------------------------------------------------------------------------------------------*/

@media (max-width: 1023px) {
	.col_1{
		width: 70%;
	}

	.col_2{
		width: 90%;
	}

	body {
		font-size: 14px;
	}

	p {
		font-size: 14px;
	}
	h1 {
		padding-top: 13px;
	}
	h2 {
		font-size: 40px;
		line-height: 45px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}

	h6 {
		font-size: 15px;
	}
	.landing-overlay .caption {
		font-size: 40px;
	}
	.landing-overlay .blurb{
		font-size: 17px;
		padding: 0 15%;
	}
	.landing-overlay .down-arrow img{
		max-width: 25px;
	}
	.quote{
		font-size: 25px;
		line-height: 30px;
	}
	.landing-overlay .title{
		height: 72px;
	}
	.landing-overlay .sap{
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		height: 70px;
	}
}

/* ex: iphone 5 in landscape
----------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	.col_1{
		width: 90%;
	}

	.col_2{
		width: 90%;
		margin: 0 auto;
	}

	.col_2 .col_l{
		width: 100%;
		padding-right: 0;
		display: block;
		float: none;
	}

	.col_2 .col_r{
		width: 100%;
		padding-left: 0%;
		display: block;
		float: none;
	}

	body{
		font-size: 13px;
		line-height: 20px;
	}

	h1 {
		font-size: 30px;
		line-height: 33px;
		color: #333;
		padding-top: 12px;
	}

	h2 {
		font-size: 35px;
		line-height: 40px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 15px;
	}

	h5 {
		font-size: 13px;
	}

	h6 {
		font-size: 13px;
	}

	p {
		margin: 10px 0;
		font-size: 13px;
		line-height: 20px;
	}

	header .title-small{
		margin-top: 15px;
	}
	.landing-overlay .caption {
		font-size: 35px;
		top: 32%;
	}
	.landing-overlay .blurb{
		font-size: 15px;
		line-height: 17px;
		padding: 0 3%;
	}
	.landing-overlay .down-arrow{
		margin-top: 5px;
	}
	.landing-overlay .down-arrow img{
		max-width: 25px;
	}
	.landing-overlay .title{
		height: 62px;
	}
	.landing-overlay .sap{
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
	}
	nav .persona .title{
		font-size: 9px;
		line-height: 15px;
	}
	.widget {
		width: 250px;
		margin-left: -150px;
	}
	.widget .fa{
		top: -20px;
		left: 160px;
	}

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

/* ex: iphone less than 5 in landscape
---------------------------------------------------------------------------------------------------- */

@media (max-width: 567px) {
	h1 {
		font-size: 23px;
		line-height: 32px;
		padding-top: 0;
		margin-top: -1px;
	}

	h2 {
		font-size: 27px;
		line-height: 32px;
	}
	h5{
		color: #555;
	}
	header .logo {
		max-width: 130px;
		margin-top: 13px;
		padding-bottom: 3px;
		display: inline-block;
		float: left;
	}
	header .title-small{
		padding-left: 6px;
		margin-top: 16px;
		font-size: 17px;
	    margin-left: 8px;
	}
	header .sap-small{
		width: 40px;
		padding-top: 10px;
	}
	.flexslider {margin: 0 auto; padding: 0; position:relative; width:70%; overflow:visible;}
	.flexslider ul.slides li .caption { font-size: 12px; padding: 5px 15px;}
	.flex-direction-nav .flex-prev { 
		left:-30px; 
		background-size: 15px 24px;
	}
	.flex-direction-nav .flex-next { 
		right:-30px;
		background-size: 15px 24px;
	}
	.chart-open{
		font-size: 13px;
	}
	.landing-overlay .map {
		-ms-transform: scale(0.9, 0.9); 
    	-webkit-transform: scale(0.9, 0.9);
    	transform: scale(0.9, 0.9);
    	width: 320px;
    	top: 15%;
	}
	.landing-overlay .spots{
		-ms-transform: scale(0.43, 0.43); 
    	-webkit-transform: scale(0.43, 0.43);
    	transform: scale(0.43, 0.43);
	}
	.landing-overlay .caption{
		font-size: 18px;
		line-height: 22px;
		top: 30%;
	}
	.caption .footnote{
		font-size: 10px;
	}

	.landing-overlay .title{
		height: 32px;
	}
	.landing-overlay .sap{
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		height: 30px;
	}
	.chart-wrapper{
		margin: 0 auto;
		display: block;
	    width: auto;
	}
	.content-wrapper .video-container{
		width: 100%;
	}
	.content-wrapper .image-holder {
		width: 100%;
	}
	footer {
		height: auto;
		padding: 15px;
		font-size: 13px;
	}
	footer .footer_l {
		float: none;
		display: block;
		padding-top: 0;
		text-align: center;

	}
	footer .footer_r {
		float: none;
		display: block;
		padding-top: 3px;
		text-align: center;
	}

}

/* ex: handhelds in portrait
----------------------------------------------------------------------------------------------------*/

@media (max-width: 479px) {
	.container{
		max-width: 310px;
	}
}