/* OFFCANVAS */
.off-canvas-wrap {min-height:100%;}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {height: 100%;}
.inner-wrap {height:100%;}
.move-left .exit-off-canvas {
	background:rgba(255,255,255,.8);
	box-shadow: none;
}
.move-left .exit-off-canvas:hover {background: rgba(255,255,255, 0.4);}
.move-left > .inner-wrap {
	-ms-transform: translate(-260px, 0);
	-webkit-transform: translate3d(-260px, 0, 0);
	-moz-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	-o-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}
.right-off-canvas-toggle {
	position: absolute;
	right: 0px;
	top: 6px;
	height: 100%;
	width: 34px;
	height:33px;
	outline: none;
	background: #1694ce;
  	border-radius: 3px;
}
.right-off-canvas-toggle:hover {background: rgba(0,0,0,.25);}
.right-off-canvas-toggle .menu-btn {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 3px;
	background-color: #fff;
}
.right-off-canvas-toggle:hover .menu-btn {background-color: #fff !important;}
.right-off-canvas-toggle .menu-btn:before, .right-off-canvas-toggle .menu-btn:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
.right-off-canvas-toggle .menu-btn:before {bottom: 7px;}
.right-off-canvas-toggle .menu-btn:after {top: 7px;}

.right-off-canvas-toggle:hover .menu-btn {background-color: #222;}
.off-canvas-wrap.move-left .menu .menu-btn, .off-canvas-wrap .menu .close { display:none;}
.off-canvas-wrap.move-left .right-off-canvas-toggle {background: rgba(0,0,0,.25);}
.off-canvas-wrap.move-left .menu .close {
	display: block;
/*	margin-top: 0px;
  	margin-left: 1px;
*/
	color: #222;
	margin: -3px 0 0 -1px;
}
.off-canvas-wrap.move-left .menu .close i {
	font-size: 27px;
  	color: #fff;
  	margin-top: 3px;
}

/* API */
#api {
	background:url(/static/images/whitereport/api.png);
	background-size:cover !important;
	padding:15px 20px;
	border: 1px solid #ccc;
	margin-top: 30px;
	border-radius: 3px;
}
#api p {
	font-size:14px;
	line-height:20px;
}
#api_slider {
	overflow:hidden;
}
#api_menu {
	margin-top:10px;
}
#api_menu a {
	display:block;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:-15px;
	padding-left:20px;
	background:#717174;
	color: #fff;
	font-size:14px;
	line-height:30px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* FOUNDATION */
.row {
	max-width:100%;
	float:none;
}
.large-12 {float:none;}
.large-6 { width: 50%;}
.mobile { display:none;}
body {
	margin: 0;
	font-family: 'Gudea', sans-serif;
	font-size:18px;
	line-height: 30px;
	color: #454545;
}
p {
	font-family: 'Gudea', sans-serif !important;
	font-size:16px;
	line-height: 26px;
	color: #454545;
	margin: 0;
	margin-bottom:1em;
}
.large-12 {
	max-width:700px;
	margin:0 auto;
}
.header .large-12, .api .large-12 { max-width:940px !important;}

ul, ol {
	margin: 10px 0px 10px 1.25em;
	font-size:16px;
	line-height: 30px;
}
ul li { padding-bottom:8px; line-height:23px;}
h1, h2, h3, h4, h5, h6 { margin:0; font-weight:normal;}
.mobile { display:none;}


/* HEADER */
.photo {
	height: 300px;
	overflow: hidden;
	z-index:1;
	margin-bottom:40px;
	display:none;
}
.special-report .photo { display:block;}
.header {
	background: #004D88;
	padding:10px 0;
}
.header p {
	font-size:16px;
	line-height:20px;
	color: #ddd;
	margin:0;
}
.header a { color: #fff;}
.special-report header {
	background: #004D88;
	background: rgba(0,77,135,.9);
}
.header .type {
	padding-top:13px;
	margin-left:10px
}
.header .date {
	padding-top:13px;
	padding-right:45px;
}

/* LOGO */
.logo-nav {
	margin: 0;
	z-index: 99;
	position:absolute;
	top:68px;
	background:#0074A9;
	padding:10px;
}
.logo { width: 48px; height:48px;}
.logo a {
	background: url(/static/images/newreport-logo.png) no-repeat;
	text-indent: -99999px;
	display: block;
	height: 48px;
	width: 48px;
}
#sidebar .logo {
	padding-top: 20px;
	padding-left: 90px;
}

/* NAVIGATION */
.right-off-canvas-menu {
	padding:20px 25px;
	width:210px;
	background: #004D88;
}
.right-off-canvas-menu ul {
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.right-off-canvas-menu ul li {margin: 0; padding-bottom:0;}
.right-off-canvas-menu ul li a {
	padding: 5px 7px;
	text-shadow: none;
	color: #fff;
	font-size: 15px;
	display:block;
}
.right-off-canvas-menu ul li:hover a {
	color: #ccc;
	background-color: transparent;
}
.right-off-canvas-menu .secondary a {position: relative;}
.right-off-canvas-menu ul li a i {
	font-size: 20px;
	position: absolute;
	width: 16px;
	top: 7px;
}
.right-off-canvas-menu ul li a span {padding-left: 25px;}

input[type="search"] {
	/*height: 37px;*/
	padding: 7px 3px;
	width: 185px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border: none 0px;
	outline:none;
  	background: #5283ab !important;
	font-size:14px;
	color: #fff;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
input[type="search"]::-webkit-input-placeholder {color: #FFF;}
input[type="search"]:-moz-placeholder {color: #FFF;}
input[type="search"]::-moz-placeholder {color: #FFF;}
input[type="search"]:-ms-input-placeholder {color: #FFF;}
.right-off-canvas-menu .search button[type="button"] {
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  border: none 0px;
  float: left;
  /*height: 37px;*/
  width: 25px;
  background: #5283ab !important;
  background-size: 15px 19px !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  outline: none;
  padding: 0;
}
.right-off-canvas-menu .search button[type="button"]:hover {
  background: #2c6898 !important;
}

/* ARTICLE */
.content .type { display:none;}
.content { padding-top:50px;}
h1 {
	font-family: 'Chronicle Display A', 'Chronicle Display B', Times;
	font-weight: 400;
	font-style: normal;
	font-size:33px;
	color: #333;
	line-height: 38px;
}
.byline {
	font-size:18px;
	font-family: 'Chronicle Display A', 'Chronicle Display B', Times !important;
	font-weight: 400;
	font-style: italic;
	color: #333;
	margin-bottom:20px;
}
h2 {
	font-weight: bold;
	font-style: normal;
	font-size:24px;
	margin-bottom:5px;
	color: #333;
	line-height: 24px;
	margin-top:20px;
	font-family: 'Gudea', sans-serif !important;
}
h3 {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 5px;
	color: #333;
	line-height: 1.25;
	/*margin-top:20px;*/
	font-family: 'Gudea', sans-serif !important;
}

.special-report h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
/*.content img { width:100%;}*/

.wr-email {
	padding:15px;
	margin:30px 0;
	border: solid 1px #ccc;
	overflow:hidden;
}


/* SOCIAL */
.social {
	text-align:center;
	margin:30px 0;
}
.social img { float:none; margin:0; width: auto;}
.addthis_toolbox { margin:0; padding:0; text-align:center; width: auto !important;}
.addthis_toolbox .inside { display:inline-block;}
.addthis_toolbox a { margin-left:10px; float:left;}
.addthis_toolbox .download-market {
	float: none;
  	display: block;
	margin:0 auto;
  	width: 228px;
  }
.addthis_toolbox .addthis_button_facebook { margin-left:0;}
.addthis_default_style .at300b { padding:0 !important; height:35px;}

/* SIDEBAR */
.sidebar {
	width: 284px;
	margin-left:30px;
	margin-right:-130px;
}
.keypoints {
	background: #eee;
	border-top: 2px solid #0074A9;
	border-bottom: 2px solid #0074A9;
	padding: 15px;
	margin-bottom:25px;
	font-size:12px;
}
.keypoints p, .keypoints ol {
	font-size:14px;
	line-height:20px;
	margin-bottom:0;
}
.keypoints h4 {
	color:#0073ae;
	font-weight: 700;
	font-style: normal;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
}
.keypoints ol li {padding-bottom:8px;}
.keypoints ol li:last-child {padding-bottom:0px;}
.authors h4 {
	color:#0073ae;
	font-weight: 700;
	font-style: normal;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
}
.authors {
	background: #eee;
	font-size:13px;
	padding:15px 15px 0px;
	margin-bottom:25px;
	line-height:17px;
	margin-bottom:20px;
}
.authors p { margin-bottom:0;}
.author-photo {
	width: 100%;
	height: 125px;
	border-radius: 3px;
	margin-bottom:5px;
	background-position: center -5px !important;
	background-size: cover !important;
}
.authors .large-12 .author-photo {
	height: 210px;
	background-position: center -15px !important;
}
p.author-info {font-size:14px; margin-bottom:.5em; line-height:15px;}
p.author-info a { margin-bottom:.25em; line-height:15px;
	display: block;}
.button.tiny {
	padding:10px 5px !important;
	margin: 0 auto;
    padding: 10px 15px;
    width: 99%;
	margin-bottom:.5em;
	font-family: 'Gudea', sans-serif !important;
	font-size:12px;
	line-height: 12px;
	display:block;
}
.authors .large-6 { margin-bottom:10px;}
.authors .large-6:nth-child(odd) { padding-right:.46875rem !important;}
.authors .large-6:nth-child(even) { padding-left:.46875rem !important;}
.authors .large-6:last-child { padding-right: 0.9375rem !important; padding-left:.46875rem !important;}
.author-info em {
	font-size: 12px;
	line-height: 15px;
	display: block;
}

.authors .large-6:nth-child(odd):last-child {
    float: left !important;
}

/* GENERAL STYLES */
#sr-navigation ul {
    left: 20px;
    /*right: 45px;*/
    width: 13%;
}
#sr-navigation ul {
    border-radius: 5px;
    background-color: #dedede;
/*    list-style-type: none;
    margin: 0;
    padding: 0;
*/}
.navbar-fixed-top {
    top: 80px; /* to leave room for the top-nav */
}
#sr-navigation ul li { padding-bottom: 0;}
#sr-navigation a {
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#sr-navigation li:first-child a {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#sr-navigation li:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#sr-navigation li:not(:last-child) {
    border-bottom: 1px solid #bcbcbc;
}
#sr-navigation li a {
    margin-top: 0;
    margin-bottom: 0;
}

/*.pull-right.sidebar.desktop {
	position: absolute;
	right: 0;
}

.row-fluid .span8 {
	width: 100%;
}

.span8 p:nth-of-type(1),
.span8 p:nth-of-type(2),
.span8 p:nth-of-type(3) {
	width: 75%;
}
*/
@media only screen and (max-width: 979px) {
	#sr-navigation ul {
		display: inline-block;
		float: none;
		left: 0;
		margin-left: 0;
		width: 200px;
	}
/*	.span8 p:nth-of-type(1),
	.span8 p:nth-of-type(2) {
		width: 60%;
	}
	.span8 p:nth-of-type(3) {
		width: 100%;
	}
*/
	.sidebar {
		margin-right: -50px;
	}
}

@media only screen and (max-width: 649px) {
/*	.span8 p:nth-of-type(1),
	.span8 p:nth-of-type(2) {
		width: 100%;
	}
*/
}

div.infographics-sharebox {
/*    margin-bottom: 16px;
	clear:both;
	margin-left:-30px;
    width: 653px;
    float:left;*/
}
div.infographics-sharebox > a img, div.infographics-sharebox > img {
	float:none !important;
	margin: 0 auto !important;
	display: inline-block;
	width: 100%;
}
div.infographics-share-tools {
    margin-top: 24px;
    /*height: 32px;*/
    padding: 8px ;
    background-color: #dedede;
    text-align: center;
    width: 100%;
}
div.infographics-share-tools img {
	display: inline-block;
	margin:0;
	margin-right:6px;
	height: 29px;
	width: auto;
}

a.infographics-share-dl img { margin-right:0;}
div.infographics-embed-code {
    background-color: #efefef;
    box-sizing: content-box;
    padding: 8px;
}
div.infographics-embed-code textarea {
    width: 708px;
    height: 100px;
    margin-bottom: 4px;
    background-color: white;
}
div.infographics-embed-code a {
    display: block;
    text-align: right;
    text-decoration: none;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 30px;
	font-size: 14px;
	line-height: 25px;
	border-left:none;
}
.report-references-container {
	background: #eee;
	padding: 25px 25px 11px;
	border-radius: 3px;
	margin-top:30px;
	margin-bottom:20px;
}
.report-references p {
	line-height:21px;
	font-size:14px;
}
.show_hide .close { display:none;}
.show_hide.open .close { display:block;}
.show_hide.open .show { display:none;}

/* EMAIL */
.email-subscription {
	background: #eee;
	border-radius: 3px;
	clear: both;
	padding: 25px 25px 11px;
	margin-top:30px;
}
.email-subscription h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px;
	margin-top:0;
}
.email-subscription p, .mktoForm p {
	font-size:14px !important;
	line-height:18px !important;
	margin-bottom:1em !important;
}
.privacy {
	font-size: 9px;
	margin-top: 5px;
	display: block;
}

/* FOOTER */
.footer {
	text-align:center;
	margin-top:25px;
	font-size:12px;
	line-height:14px;
	margin-bottom:20px;
}
.footer p {
	font-size:13px;
	line-height:17px;
	margin-bottom:5px;
}
.footer p.copyright { margin-bottom:10px;}
.heritage {
	background: url(../images/newreport-logo2.png) no-repeat;
	height: 57px;
	width: 200px;
	display:block;
	text-indent: -99999px;
	margin:0 auto;
}

/* MARKETO */
.mktoForm div { display:inline;}
.mktoOffset, .mktoFormRow label, .mktoGutter { display:none !important;}
.mktoButtonRow span { margin:0 !important;}
.mktoForm .mktoFieldWrap, .mktoForm .mktoFormCol { float:none !important;}
.mktoForm { width: auto !important; padding:0 !important;}
.mktoForm input[type="email"], .mktoForm input[type="text"] {
  	width: 50% !important;
  	border: 0px;
  	margin-right: 10px;
  	padding: 8px !important;
  	display: inline;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	border: 1px solid #CCC !important;
  	float: left;
  	height: 32px !important;
  	font-size: 13px !important;
	box-shadow:inset 0 0;
	margin-right: 10px !important;
}
.mktoForm input[type="text"] { width: 105px !important;}
.mktoButton {
	background:#ea7f1e !important;
  	border: 0px none !important;
  	color: #fff;
  	display: inline;
  	font-weight: normal;
  	text-decoration: none;
  	cursor: pointer;
  	line-height: normal;
  	padding: 9px 10px 8px 10px !important;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	float: left;
	transition: all 300ms ease-in-out;
}
.mktoButton:hover {background:#fba61c !important;}

/* QUERIES */
/*@media only screen and (max-width: 980px) { .sidebar {  margin-right: -100px;} }
@media only screen and (max-width: 910px) { .sidebar {  margin-right: -50px;} }
*/
@media only screen and (max-width: 800px) {
	.sidebar {  margin-right: 0px; width: 35%;}
	.sidebar .authors { max-height: 31rem;}
}
@media only screen and (max-width: 950px) {
	 #api {
	 	margin-left: 0.9375rem;
  		margin-right: 0.9375rem;
	}
}
@media only screen and (max-width: 650px) {
	.mobile { display:block;}
	.desktop { display:none;}
	h1 {
		font-size:28px;
		line-height: 35px;
	}
	.author-photo {height: 200px;}
	.button.tiny { width:130px;}
	.header .date, .header .type { display:none;}
	.content .type {display:block;}
	.authors .large-12 .author-photo {
		height: 260px;
		background-position: center -25px !important;
	}
	.authors .large-12 {max-width:350px;}
}
@media only screen and (max-width: 480px) {
	.mktoForm input[type="email"] {width: 40% !important;}
	.mktoForm .mktoFormRow .mktoField { clear: none !important;}
	.author-photo {height: 180px;}
}
@media only screen and (max-width: 440px) {
	.addthis_toolbox a { margin-left:5px;}
	.addthis_toolbox .addthis_button_facebook { margin-left:0;}
}
@media only screen and (max-width: 430px) {
	.addthis_toolbox .download-pdf {
		margin-left:0px;
		display:block;
		float:none;
		margin-top:45px;
	}
	.addthis_toolbox .at300b { margin-left:10px;}
	.addthis_toolbox .addthis_button_facebook { margin-left:0;}
}
@media only screen and (max-width: 400px) {
	.content .type p {
		font-size:14px;
		line-height:18px;
		margin-bottom:5px;
	}
	.header .right {
		height:34px;
		width:34px;
	}
	.author-photo {height: 150px;}
}
@media only screen and (max-width: 395px) {
	.email-subscription {padding: 15px 15px 11px;}
}
@media only screen and (max-width: 375px) {
	.mktoForm input[type="text"] { width: 75px !important;}
	.author-photo {height: 120px;}
}
