@import url("/stylesheets/layoutv2.css");

/* ==================================================================
NRDC Homepage - staging
author: Michael Barrish (http://lumino.us)
updated: July 31, 2015
===================================================================== */


/* ------------------------------------------------------------------
---------------------------------------------------------------------
+ Carousel
+ Connect
+ Features (tabbed component)
+ Follow Us
+ Our Work
+ More links
+ Adjustments
	- <br type=moz>
	- global footer wrapper
---------------------------------------------------------------------
--------------------------------------------------------------------- */



/* Carousel
===================================================================== */

.carousel {
	background-color: #14284b;
	float: left;
	margin: -41px 0 40px;
	max-height: 430px;
	min-height: 430px;
	overflow: hidden;
	position: relative;
	text-align: left !important;
	width: 100%;
}

.carousel * {
	box-sizing: border-box;
}

.nivoSlider {
	max-height: 430px;
	max-width: 1777px;
	min-height: 430px;
	min-width: 1440px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.nivoSlider img {
	text-align: left;
	margin-right: 250px;
	max-height: 430px;
	max-width: 1777px;
	position: relative;
	vertical-align: bottom;
	z-index: 1;
}

.nivoSlider img {
	left: -250px !important;
}

.nivo-directionNav {
	display: none;
}

.nivo-controlNav-container {
	bottom: 30px;
	margin-right: auto;
	white-space: nowrap;
	position: absolute;
	z-index: 10;
}

.nivo-controlNav-container a {
	cursor: pointer;
}

.nivo-controlNav {
	display: inline;
	padding: 15px 5px;
}


/* Slide indicators
--------------------------------------------------------------------- */

.nivo-controlNav .nivo-control {
	background-color: #2476a3;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 7px;
	position: relative;
	text-indent: -9999em;
	top: 1px;
	width: 12px;
}

.nivo-controlNav > .active {
	background-color: #2daae1;
}


/* Prev and next arrows
--------------------------------------------------------------------- */

.nivo-controlNav-container > .nivo-control {
	background: url(/_images/home/bg-sprite-home-2x.png) 0 -11px no-repeat;
	background-size: 35px 50px;
	display: inline-block;
	height: 14px;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	top: 2px;
	width: 10px;
}

.nivo-controlNav-container > .next {
	background-position: -10px -11px;
}

.nivo-html-caption {
	display: none;
}

.nivo-caption {
	background: url(/_images/home/carousel/bg-carousel-overlay.png) left bottom no-repeat;
	bottom: 0;
	display: none;
	height: 100%;
	left: auto;
	max-height: 430px;
	min-height: 385px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 67.25%;
	z-index: 8;
}

a.nivo-caption-link {
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	text-decoration: none;
	top: 0;
	width: 100%;
}

a.nivo-caption-link:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slide-text {
	display: inline-block;
	margin-left: 203px;
	vertical-align: middle;
	width: 300px;
}

.slide-header {
	color: #00b2e2;
	font-family: 'Knockout 48 A', 'Knockout 48 B', "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 378%;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: .91;
	margin: 0 0 .11em;
	text-align: right;
	text-transform: uppercase;
}

.slide-header:hover {
	color: #0090db;
}

.slide-cta {
	color: #fff;
	font-family: "Knockout 32 A", "Knockout 32 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.611;
	margin: 0;
	text-align: right;
}


/* Media queries
--------------------------------------------------------------------- */

@media screen and (min-width: 1050px) {
	.nivo-caption {
		width: 64.5%;
	}

	.slide-text {
		margin-left: 205px;
	}
}

@media screen and (min-width: 1100px) {
	.nivo-caption {
		width: 61%;
	}
}

@media screen and (min-width: 1150px) {
	.nivo-caption {
		width: 58.25%;
	}
}

@media screen and (min-width: 1200px) {
	.nivo-caption {
		width: 55%;
	}

	.slide-text {
		margin-left: 210px;
	}
}

@media screen and (min-width: 1250px) {
	.nivo-caption {
		width: 51%;
	}

	.slide-text {
		margin-left: 212px;
	}
}

@media screen and (min-width: 1300px) {
	.nivo-caption {
		width: 48.25%;
	}

	.slide-text {
		margin-left: 215px;
	}
}

@media screen and (min-width: 1350px) {
	.nivo-caption {
		width: 47%;
	}
}

@media screen and (min-width: 1400px) {
	.nivo-caption {
		width: 46%;
	}
}

@media screen and (min-width: 1440px) {
	.nivo-caption {
		width: 44.5%;
	}

	.slide-text {
		margin-left: 33.75%;
	}

	.nivoSider img,
	.nivoSlider img.nivo-main-image {
		max-height: auto;
		max-width: 100%;
	}
}

@media screen and (min-width: 1441px) {
	.nivo-caption {
		width: 45%;
	}

	.slide-text {
		margin-left: 34%;
	}

	.carousel,
	.nivoSlider,
	.nivoSlider img,
	.nivo-caption {
		max-height: 530px;
	}
}

@media screen and (min-width: 1550px) {
	.nivo-caption {
		width: 45.5%;
	}

	.slide-text {
		margin-left: 33.25%;
	}
}

@media screen and (min-width: 1650px) {
	.nivo-caption {
		width: 46%;
	}

	.slide-text {
		margin-left: 32.25%;
	}
}

@media screen and (min-width: 1725px) {
	.nivo-caption {
		width: 47%;
	}

	.slide-text {
		margin-left: 31.25%;
	}
}

@media screen and (min-width: 1777px) {
	.nivo-caption {
		width: 47.25%;
	}

	.slide-text {
		margin-left: 30.25%;
	}

	.nivoSlider img.nivo-main-image {
		max-width: 1777px;
	}
}

@media screen and (min-width: 1825px) {
	.nivo-caption {
		width: 47%;
	}

	.slide-text {
		margin-left: 31%;
	}
}

@media screen and (min-width: 1900px) {
	.nivo-caption {
		width: 45%;
	}

	.carousel-200 .nivoSlider img {
		left: -200px !important;
	}

	.carousel-150 .nivoSlider img {
		left: -150px !important;
	}
}

@media screen and (min-width: 2000px) {
	.nivo-caption {
		width: 42%;
	}

	.slide-text {
		margin-left: 34%;
	}

	.nivoSlider img {
		left: -200px !important;
	}

	.carousel-200 .nivoSlider img {
		left: -150px !important;
	}

	.carousel-150 .nivoSlider img {
		left: -100px !important;
	}
}

@media screen and (min-width: 2100px) {
	.nivo-caption {
		width: 39%;
	}

	.slide-text {
		margin-left: 37.25%;
	}

	.nivoSlider img {
		left: -150px !important;
	}

	.carousel-200 .nivoSlider img {
		left: -100px !important;
	}

	.carousel-150 .nivoSlider img {
		left: -50px;
	}
}

@media screen and (min-width: 2200px) {
	.nivo-caption {
		width: 36%;
	}

	.slide-text {
		margin-left: 39.5%;
	}

	.nivoSlider img {
		left: -100px !important;
	}

	.carousel-150 .nivoSlider img {
		left: -50px !important;
	}
}

@media screen and (min-width: 2300px) {
	.nivo-caption {
		width: 33.5%;
	}

	.slide-text {
		margin-left: 42.5%;
	}

	.nivoSlider img,
	.carousel-200 .nivoSlider img,
	.carousel-150 .nivoSlider img {
		left: 0 !important;
	}
}

@media screen and (min-width: 2400px) {
	.nivo-caption {
		width: 31.75%;
	}

	.slide-text {
		margin-left: 45%;
	}
}

@media screen and (min-width: 2500px) {
	.nivo-caption {
		width: 31.5%;
	}

	.slide-text {
		margin-left: 45%;
	}
}

@media screen and (min-width: 2560px) {
	.nivo-caption {
		width: 30.5%;
	}

	.slide-text {
		margin-left: 44%;
	}
}


/* CONNECT
===================================================================== */

.connect {
	float: left;
	margin: 0 0 68px;
	width: 100%;
}

.connect-section {
	border-left: 1px solid #e9e6e6;
	float: left;
	padding: 0 37px;
	position: relative;
	width: 253px;
}

.connect-section:last-child {
	padding-right: 0;
	width: 252px;
}

.connect-mission-subscribe {
	border-left: 0;
	padding-left: 0;
	position: relative;
	text-align: left;
	width: 352px;
}

.connect-callout {
	color: #393e47;
	font-family: "Knockout 32 A", "Knockout 32 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 116%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.533;
	margin: 0 0 2px;
}

.connect-title {
	color: #00b2e2;
	font-family: "Surveyor Text A", "Surveyor Text B", Georgia, serif;
	font-size: 113%; /* 18px */
	font-style: italic;
	font-weight: 700;
	letter-spacing: .5px;
}

.connect-colon {
	color: #00b2e2;
	font-family: "Surveyor Text A", "Surveyor Text B", Georgia, serif;
	font-size: 113%; /* 18px */
	font-style: italic;
	font-weight: 300;
}

.connect-section .btn2 {
	font-family: "Knockout 30 A", "Knockout 30 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 131%;
	font-style: normal;
	font-weight: 400;
	height: 50px;
	letter-spacing: 2px;
	line-height: 50px;
	position: relative;
	width: 100%;
}

.connect-section .btn2-bottom-border:after {
	background: url(/_images/home/bg-sprite-home-2x.png) 0 0 repeat-x;
	background-size: 35px 50px;
	bottom: -6px;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	left: 0;
	width: 253px;
}


/* Mission-Subscribe
--------------------------------------------------------------------- */

.connect-mission-subscribe .btn2 {
	width: 100px;
}

.connect-subscribe form {
	float: left;
}

.connect-subscribe input {
	float: left;
	margin-bottom: 0;
}

.connect-subscribe input[type="text"] {
	border: 1px solid #d8d6d6;
	color: #9396a4 !important;
	font-family: "Knockout 32 A", "Knockout 32 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 108%;
	font-style: normal;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	padding: 0 21px;
	width: 208px;
}

.connect-subscribe input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	cursor: pointer;
	line-height: 45px;
	height: 50px;
}


/* FEATURES
===================================================================== */

.features {
	float: left;
	margin-bottom: 80px;
	position: relative;
	width: 1008px;
}

.features .feature {
	float: left;
	min-height: 340px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}


/* Features: Tabs
--------------------------------------------------------------------- */

.features .tabs {
 	border-bottom: 1px solid #00b6f0;
 	border-top: 1px solid #00b6f0;
 	clear: both;
	float: left;
	margin: 0 0 40px;
	padding-left: 0;
	width: 1008px;
}

.features .tabs li {
	display: inline;
	list-style: none;
	margin: 0;
	width: 160px;
}

.features .tabs a {
	color: #15294a;
	display: inline-block;
	float: left;
	font-family: "Surveyor Text A", "Surveyor Text B", Georgia, serif;
	font-size: 116%;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	outline: 0;
	padding: 15px 0 16px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 258px;
}

.features .tabs :first-child a {
	width: 234px;
}

.features .tabs li.active a:after,
.features .tabs a:hover:after {
	background: url(/_images/home/bg-sprite-home-2x.png) 0 -40px no-repeat;
	background-size: 35px 50px;
	bottom: -10px;
	content: "";
	display: inline-block;
	left: 46%;
	height: 10px;
	position: absolute;
	text-align: center;
	width: 24px;
}

.features .tabs li.active:first-child a:after,
.features .tabs li:first-child a:hover:after {
	left: 106px;
}

.features .tabs li.active a {
	font-weight: 800;
}

.features .tabs li.hideTriangle a:after {
	background-image: none;
}

.features .tabs li.active.hideTriangle a:hover:after {
	background-image: url(/_images/home/bg-sprite-home-2x.png);
}


/* Feature Video Text (News & Our Wins)
--------------------------------------------------------------------- */

.feature-video-text .video {
	float: left;
	margin-right: 45px;
	min-height: 393px;
	position: relative;
	width: 646px;
}

.feature-video-text .video-embed {
	display: none;
}

.feature-video-text .video-thumbnail {
	cursor: pointer;
}

.feature-video-text .text {
	overflow: hidden;
}

.feature-video-text .text h2 {
	color: #15294a;
	font-family: 'Knockout 48 A', 'Knockout 48 B', "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 197%;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1;
	margin: 5px 0 25px;
	text-transform: uppercase;
}

.feature-video-text .text ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.feature-video-text .text li a {
	border-top: 1px solid #e9e6e6;
	color: #393e47;
	display: block;
	font-family: "Knockout 51 A", "Knockout 51 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 123.1%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.313;
	margin-top: 17px;
	padding-top: 17px;
	text-decoration: none;
}

.feature-video-text .text li a:hover {
	color: #0090db;
}

.feature-video-text .text li:first-child a {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}


/* Feature: Blogs
--------------------------------------------------------------------- */

.feature-blogs .president {
	border-right: 1px solid #e9e6e6;
	float: left;
	padding: 0 43px 0 30px;
	width: 431px;
}

.feature-blogs .second-blog {
	float: left;
	margin-left: 64px;
	width: 439px;
}

/*.feature-blogs .moduleid-1787 {
	display: none;
	visibility: hidden;
}*/

.feature-blogs .header {
	display: table;
	float: left;
	height: 109px;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
}

/* for vertical centering trick */
.feature-blogs .header:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.feature-blogs .header > img {
  float: left;
  width: 108px;
}

/*.feature-blogs .second-blog .header > img {
  width: 99px;
}*/

.feature-blogs .header .text {
	display: table-cell; /* for vertical centering */
  overflow: hidden;
  padding-left: 20px;
  vertical-align: middle; /* for vertical centering */
  width: 297px;
}

/*.feature-blogs .second-blog .header .text {
  width: 305px;
}*/

.feature-blogs h3 {
	color: #171f48;
	font-family: "Knockout 50 A", "Knockout 50 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 182%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.042;
	margin: 0 0 8px;
}

.feature-blogs h3 a {
	color: #171f48;
	text-decoration: none;
}

.feature-blogs h3 a:hover {
	color: #0090db;
}

.feature-blogs p {
	color: #393e47;
	font-family: "Knockout 32 A", "Knockout 32 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 123.1%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.438;
	margin: 0 0 23px;
}

.feature-blogs .text p.byline {
	font-family: "Surveyor Text A", "Surveyor Text B", Georgia, serif;
	font-style: italic;
	font-weight: 700;
	line-height: 1.313;
	position: relative;
	margin: 0;
}


/* Feature: Reports
--------------------------------------------------------------------- */

.feature-reports .featured-report {
	float: left;
	border-right: 2px solid #f7f6f6;
	padding-right: 40px;
	width: 464px;
}

.feature-reports .reports {
	float: left;
	margin-left: 40px;
	width: 461px;
}

.featured-report .media {
	margin-bottom: 16px;
}

.featured-report h2 {
	color: #393e47;
	font-family: "Knockout 50 A", "Knockout 50 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 153.9%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.146;
	margin: 0 0 12px;
}

.featured-report h2 a {
	color: #393e47;
	text-decoration: none;
}

.featured-report h2 a:hover {
	color: #0090db;
	text-decoration: none;
}

.featured-report p {
	color: #393e47;
	font-family: "Knockout 32 A", "Knockout 32 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 123.1%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.438;
}

.reports .item {
	border-top: 1px solid #e9e6e6;
	display: table; /* for vertical centering */
	margin: 16px 0 0;
	overflow: hidden;
	padding-top: 16px;
	width: 100%;
}

.reports .item:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.reports .item .media {
	float: left;
	margin: 0 33px 0 0;
	width: 96px;
}

.reports .item .text {
	display: table-cell; /* for vertical centering */
	float: none;
	height: 96px;
  vertical-align: middle; /* for vertical centering */
  width: 331px;
}

.reports .item h3 {
	color: #171f48;
	font-family: "Knockout 50 A", "Knockout 50 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 153.9%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
}

.reports .item h3 a {
	color: #171f48;
	text-decoration: none;
}

.reports .item h3 a:hover {
	color: #0090db;
	text-decoration: none;
}


/* Follow Us
===================================================================== */

.follow-links-wrapper {
	background-color: #14284b;
	clear: both;
	float: left;
	width: 100%;
}

.follow-links {
	margin: 0 auto;
	height: 110px;
	position: relative;
	text-align: left;
	width: 1008px;
}

.follow-links-header {
	color: #fff;
	font-family: "Surveyor Text A", "Surveyor Text B", Georgia, serif;
	font-size: 93%;
	font-weight: 700;
	left: 0;
	letter-spacing: 2px;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 51px;
}

.follow-links-list {
	margin: 0;
	padding: 0;
}

.follow-links li {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.follow-links a {
	background: none;
	color: #00b2e2;
	display: inline-block;
	font-family: "Knockout 49 A", "Knockout 49 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 131%;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	top: 47px;
/*	transition: color 0.3s ease;*/
}

.follow-links a.facebook { left: 156px; top: 46px; }
.follow-links a.twitter { left: 356px; top: 45px;}
.follow-links a.youtube { left: 561px; }
.follow-links a.tumblr { left: 768px; top: 44px;}
.follow-links a.rss { left: 956px; padding-right: 0; }

.follow-links a:before {
	background: url(/_images/header-footer/bg-sprite-header-footer-2x.png) 0 -140px no-repeat;
	background-size: 41px 353px;
	content: "";
	cursor: default !important;
	height: 36px;
	left: -60px;
	position: absolute;
	top: -6px;
/*	transition: background-position 0.3s ease;*/
	width: 18px;
}

.follow-links .facebook:before { background: none; }
.follow-links .youtube:before { top: -8px; }
.follow-links .tumblr:before { top: -5px; }
.follow-links .rss:before { top: -7px; }

.follow-links .follow-links-icon {
	background: transparent url(/_images/header-footer/bg-sprite-header-footer-2x.png) 0 -250px no-repeat;
	background-size: 41px 353px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.follow-links .facebook .follow-links-icon {
	background-position: 0 -250px;
	height: 18px;
	top: 2px;
	width: 10px;
}

.follow-links .facebook:hover,
.follow-links .facebook:hover .follow-links-icon {
	background-position: 0 -193px;
	color: #0090db;
}

.follow-links .twitter .follow-links-icon {
	background-position: -10px -250px;
	height: 19px;
	top: 3px;
	width: 24px;
}

.follow-links .twitter:hover,
.follow-links .twitter:hover .follow-links-icon {
	background-position: -10px -193px;
	color: #0090db;
}

.follow-links .youtube .follow-links-icon {
	background-position: 0 -269px;
	height: 17px;
	top: 2px;
	width: 24px;
}

.follow-links .youtube:hover,
.follow-links .youtube:hover .follow-links-icon {
	background-position: 0 -212px;
	color: #0090db;
}

.follow-links .tumblr .follow-links-icon {
	background-position: -24px -270px;
	height: 20px;
	top: 3px;
	width: 12px;
}

.follow-links .tumblr:hover,
.follow-links .tumblr:hover .follow-links-icon {
	background-position: -24px -213px;
	color: #0090db;
}

.follow-links .rss .follow-links-icon {
	background-position: 0 -290px;
	height: 17px;
	top: 1px;
	width: 17px;
}

.follow-links .rss:hover,
.follow-links .rss:hover .follow-links-icon {
	background-position: 0 -233px;
	color: #0090db;
}


/* Our Work
===================================================================== */

.our-work-wrapper {
	background: transparent url(/_images/home/bg-our-work.png) 0 0 repeat;
	background-size: 118px 10px;
	float: left;
	min-height: 730px;
	width: 100%;
}

.our-work {
	margin: 58px auto 0;
	text-align: center;
	width: 1008px;
}


.our-work-header {
	background-color: #fff;
	color: #171f48;
	display: inline-block;
	font-family: 'Knockout 48 A', 'Knockout 48 B', "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 220%;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0 0 50px;
	text-transform: uppercase;
	min-width: 134px;
}

.our-work-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 1008px;
}

.our-work-list li {
	display: inline;
}

.our-work-list a {
	color: #14284b;
	display: inline-block;
	font-family: "Knockout 49 A", "Knockout 49 B", "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 46px 57px;
	text-decoration: none;
	text-transform: uppercase;
	width: 161px;
}

.our-work-list a:hover {
	text-decoration: none;
}

.our-work-oceans a {
	margin-left: 0;
}

.our-work-wild-lands a {
	margin-right: 0;
}

.our-work-list img {
	padding-bottom: 23px;
}


/* More and Tabbed Feature More
===================================================================== */

.feature a.more,
.feature p.tabbed-feature-more a {
	font-family: "Surveyor Text A", "Surveyor Text B", Georgia, serif;
	font-size: 116%;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	text-decoration: none !important;
	transition: 0.3s ease;
}

#content .feature a.more,
#content p.tabbed-feature-more a {
	color: #00b2e2;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

#content .feature a.more:hover,
#content p.tabbed-feature-more a:hover {
	color: #0090db;
}

.feature p.tabbed-feature-more {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

#content .feature a.more:after,
.feature p.tabbed-feature-more a:after {
	background: url(/_images/header-footer/bg-sprite-header-footer-2x.png) 0 -101px no-repeat;
	background-size: 41px 353px;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 10px;
	position: absolute;
	right: 0;
	width: 12px;
}

#content .feature a.more:hover:after,
.feature p.tabbed-feature-more a:hover:after {
	background-position: -30px -101px;
}

.feature-blogs p.tabbed-feature-more {
	font-size: 100% !important;
	margin: 0 !important;
}

.featured-report p.tabbed-feature-more {
	font-size: 100% !important;
	left: 0;
}

.featured-report p.tabbed-feature-more a {
	font-size: 116% !important;
}

.second-blog + .module {

}

/* Adjustments
===================================================================== */

/* nuke stray extraneous br's generated by CMS */

br[type="_moz"] {
	display: block;
	height: 0 !important;
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.global-footer-wrapper {
	margin-top: 0;
}