body {
	font-size: 16px;
}

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

a:link{
	color: #006396;
}

a:visited{
	color: #006396;
}
.page-main-container.container-has-breadcrumb:last-child,
.container-has-breadcrumb {
	margin-top: 15px;
	padding-top: 0;
}

.container-no-breadcrumb {
	margin-top: 32px;
}


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

a:active{
	color: #006396;
}

h1.entry-title{
	color: #37824A;
	/*font-size: 1.375em; */
	font-weight: bold;
	margin: 0px;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

h1.nav-page{
	color:#666;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
}

h1.about-h1{
	color: #ffffff;
}

h2.nav-page{
	font-size: 16px;
	font-weight: 300;
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
}
.page-main-container h2,
.page-main-container h3 {
	color: #333;
	margin-bottom: 10px;
	font-family: "soleil",sans-serif;
}

.page-main-container h2 {
	font-size: 1.6em;
	font-weight: 500;
}

.page-main-container h3 {
	font-size: 1.3em;
}

.search {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.search-pointer{
	cursor: pointer;
}

.default-search-pointer{
	cursor: default;
}

.search .fa-search {
    position: absolute;
    top: 4px;
}

.about-lightbeams-svg {
	width: 200px;
	margin: 0 auto 60px auto;
	height: 123px;
}

ul.content-nav-bar {
	margin: 0 0 15px 0;
}
ul.content-nav-bar li {
	display: inline-block;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0 8px 0 3px;
	border-right: 2px solid #333;
	color: #666666;
	font-weight: bold;
	font-family: "soleil",sans-serif;
}

.sub-nav {
	color:#eaeaea;
	margin-bottom: 0px;
	font-weight: 300;
	font-family: "soleil",sans-serif;
}

.content-breadcrumb.sub-nav {
	color:#309ebe;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}

.page-hero .content-breadcrumb.sub-nav {
	color: #fff;
}

.page-header-underline.sub-nav {
	background-color:#eaeaea;
	margin-bottom: 15px;
}



div:focus {
	outline: none;
}

ul.content-nav-bar li a {
	font-family: "soleil",sans-serif;
	font-weight: bold;
}

ul.content-nav-bar li:last-child {
	border-right: none;
}

.content-nav-bar li:first-child: {

}



#nf-form-2-cont .nf-form-title,
#nf-form-3-cont .nf-form-title {
	display: none;
}
#nf-form-2-cont .nf-form-fields-required,
#nf-form-3-cont .nf-form-fields-required {
	font-size: 14px;
}
.nf-before-form-content {
	margin-bottom: 15px;
}
.take-action-form h2 {
	font-size: 21px;
	margin-bottom: 15px;
}
.take-action-form .nf-form-wrap {
	font-family: "kepler-std",serif;
	color: #333;
	font-size: 1.4rem; /*14px from a base of 10px */
}
.take-action-form .nf-form-wrap .field-wrap input[type="button"], .nf-field-label {
	font-size: 1.6rem; /*16px from a base of 10px*/
}
.take-action-form {
	padding-left: 0;
}

input[type="text"].search-header::-webkit-input-placeholder{
    color: #fff;
    font-weight: 300;
}

input.search-header::-moz-placeholder{
    color: #fff;
    font-weight: 300;
}

input.search-header:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-weight: 300
}

input[type="text"].signup-footer::-webkit-input-placeholder {
    color: #8c8c8c;
    font-weight: 300;
}

.tk-kepler-std p {
    margin: 0px 0px 20px;
}

.header_menu_item {
    margin: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px #285132;
    padding: 10px 0px;
    text-transform: uppercase;
}

.header_submenu_item{
	margin:0px;
	border:none;
	padding:4px 0px;
	font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.header_menu_item:last-of-type{
	border-bottom: none;
}

.header_submenu_item:first-of-type{
	padding-top: 8px;
}

.header_menu_item a, .header_submenu_item a, .mobile-search-datasets-item a {
    color: #fff;
    text-decoration: none;
    border: none;
}

.mobile-search-datasets-item{
	margin:0px;
	border:none;
	padding:5px 15px;
    font-size: 18px;
    font-weight: 500;
}

.page-first-content{ /* May replace "top story" - likely serves same purpose: just create some space before the first content on the page. */
	padding-top: 15px;
}

.page-header-underline {
	background-color:#FFCF57;
	height:6px;
	width:104px;
	margin-bottom:15px;
}

.featured-article-container{
	background-color:#eaeaea;
}

.featured-article-headline {
	color:#37824A;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.featured-article-row {
	padding-bottom:30px;
	position:relative;
}

.article-body-container{
	margin-top: 20px;
}

.article-columnar-headline{
	font-size: 1.25em;
	font-weight: bold;
}

.article-columnar-headline > a {
	color: #37824A;
}

.article-list-headline {
	font-size: 1.25em;
	font-weight:bold;
	line-height:1.2;
}

.article-list-headline > a {
	color: #37824A;
}


.article-date {
	font-size: 16px;
}
.article-list-row {
	padding-top: 30px;
	background-color:#fff;
}

.article-page-headline {
	font-size: 2.75em;
}

.byline-featured {
	color: #666;
	/*margin-top:15px;*/
	margin-top: 5px;
	font-weight: 300;
}

.byline-list {
	color:#8D8D8D;
	margin-top: 7px;
	font-weight:300;
}

.excerpt {
	font-weight: 300;
	margin-top: 7px;
	line-height: 1.3;
	color: #333;
	font-size: 1em;
}

#mobile-nav {
	display:none;
	background-color:#37824A;
	width:320px;
	position:absolute;
	top:59px;
	right:0px;
	z-index:9999;
}

.nav-search {
	float:left;
	background-color:#2e663c;
	padding: 18px 115px 14px 25px;
	margin-top: -15px;
}

.nav-news {
	margin-left: 50px;
}

.search-results-underline {
	margin-bottom: 25px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    font-family: inherit;
}

:-moz-placeholder {
    font-family: inherit;
}

::-moz-placeholder {
    font-family: inherit;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    font-family: inherit;
}

a.next.page-numbers {
    background-color: #006396;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin-left: 10px;
}

a.prev.page-numbers {
    background-color: #F7F7F7;
    font-size: 16px;
    color: #3B3B3B;
    padding: 15px;
    margin-right: 10px;
}

.page-numbers {
    font-size: 16px;
    color: #3B3B3B;
    padding: 10px
}

span.page-numbers.current {
    color: #AFAFAF;
}

.single-main-container,
.main-container {
	padding-left: 15px;
  padding-right: 15px;
}

.top-story {
    margin-top: 15px;
}

.news-headline-row {
	padding: 15px 0px 13px;
	margin-right: 15px;
	margin-left: 0px;
}

.news-row{ /* Eventual replacement for news-headline-row */
	margin-bottom: 30px;
}

.blog-headline-row {
	padding: 15px 0px 13px;
	margin-right: 15px;
	margin-left: 0px;
}

/** Blue box for featured data, search data sets, Featured Topics. **/
.blue-info-box{
	background-color:#006396;
	color: #fff;
	font-size:1.125em;
	font-weight:300;
}

.blue-info-box-heading{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.0em;
}

.blue-info-box-highlight{
	background-color: #0170BE;
	height:6px;
	width:104px;
	margin-bottom:25px;
}

a.blue-info-box-link{
	color: #fff;
}

.news-featured-topics-container{
	height:400px;
	width:365px;
	padding:45px 50px;
}

.news-featured-topics-row{
	margin:0px;
	padding: 10px 0px;
}

.data-row{
	background-color: #eaeaea;
}

.data-container{
	padding-left:30px;
	padding-right: 30px;
}

.data-box {
	width:18.125em;
	height:18.125em;
	background-color:#fff;
	margin: 0px 15px 30px 15px;
	position:relative;
}

.data-box-inner {
	padding:35px;
}

.data-box-text {
	font-size:1.25em;
	margin-top:30px;
	text-align:center;
	font-weight:300;
}

.data-box-button {
	background-color: #006396;
	/*border: none;*/
	height: 56px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	/*display: block;*/
	/*padding: 13px 17px;

	line-height: 16px;*/
	text-align:center;
	display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;

}

a.data-box-link {
	color: #fff;
}

a.data-box-link:hover {
	color: #fff;
	text-decoration: underline;
}

a.data-box-link:visited  {
	color: #fff;
	border-bottom: solid 1px #0170BE;
	text-decoration: none;
}

.footer {
	background-color:#fff;
	padding:15px;
	margin:0px;
}

.dmw-footer-logo {
	margin-right: 10px;
}

.footer-contact-container {
	padding: 0px;
}

.footer-heading-container{
	padding-left: 0px;
}

.footer-heading{
	color: #6b6b6b;
	margin-bottom: 20px;
}

.footer-row{
	margin-bottom:20px;
}

.footer-link{
	font-size:14px;
	font-weight:bold;
}

blockquote {
	padding: 30px 25px;
    background-color: #F8F8F8;
    border-left: none;
    border-top: solid 2px #37824a;
    border-bottom: solid 2px #37824a;
    font-size: 26px;
    font-style: normal;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.methodology {
	background-color: #f7f7f7;
    padding: 30px;
    margin: 25px 0px 50px;
    font-style: italic;
}

.about-subnav-container{
	padding-right: 0px;
	padding-left: 30px;
}

.about-us-link {
	color: #006396;
	font-weight: bold;
	line-height: 2.5;
}

.about-subnav-inactive {
	color: #666666;
	font-weight: bold;
	line-height: 2.5;
    text-decoration: none;
}

.about-us-link-icon {
	margin-left:5px;
	font-size:.75em;
}
.page-main-container h2.headline,
.about-header,
.content-header{
	font-family: "soleil",sans-serif;
	font-size: 1.750em;
	color:#37824A;
	font-weight: bold;
	margin-bottom:20px;
	margin-top:0px;
}

.about-subnav{
	border-left: solid 5px #eaeaea;
	margin-top: 98px;
	padding-left: 27px;
}

/*Embedded video in about page*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.about-hero{
	background-color:#37824A;
	font-size: 1.0em;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 15px;
}

.page-hero {
	background-color:#37824A;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 30px;
	padding-top: 55px;
}

.about-lightbeams{
	width: auto;
	height: 95px;
}

.about-inside-maplight-link{
	font-size: 1.125em;
	font-weight: bold;
}

.about-inside-maplight-preview{
	background-color: #eaeaea;
	padding: 20px 15px 20px 15px;
	margin-top: 20px;
	font-size: 16px;
}

.about-content {
	font-family: "kepler-std",serif;
	color:#666;
}

.about-what-we-do-h2{
	color: #333;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2;
	z-index: 1;
	position: relative;
}

.about-what-we-do-link{
	margin-top: -15px;
	margin-bottom: 25px;
	font-weight: bold;
}

.about-what-we-do-overview{
	z-index: 1;
	position: relative;
	margin-top: 7px;
	margin-bottom:25px;
}

h3.about-subpage{
	color:#333;
	font-size:1.125em;
	margin-bottom:7px;
	font-weight:bold;
}

.flush-cols {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

div.about-content > h2, div.about-content > h3 {
	font-family: "soleil",sans-serif;
	color: #3b3b3b;
}

div.about-content > h2 {
	font-size: 2.25em;
}

div.about-content > h3 {
	font-size: 1.5em;
}

div.about-content > p {
	font-size: 1.25em;
}

div.about-content > ul > li {
	font-size: 1.25em;
}

.page-main-container{
	padding-top: 30px;
	margin-bottom: 10px;
}

.about-main-container{
	margin-bottom: 15px;
}

.page-main-container {
	font-family: "kepler-std",serif;
	color: #333;
}
.our-impact-container{
	background-color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
}

.our-impact-header {
	color:#ffcf57;
	font-size:2.5em;
	font-weight:bold;
}

.our-impact-row{
	text-align: center;
	margin-top: 20px;
}

.our-impact-text {
	color:#eaeaea;
	font-size:1em;
}

a.our-impact-text{
	color: #eaeaea;
}

div.about-content > h2.who-we-are-heading {
  font-size: 1.5em;
}

.who-we-are-avatar {
	margin-bottom:10px;
}

img.staff-pic{
	max-width: 117px;
}

.search-datasets {
	width:320px;
	padding:45px 50px;
}

.search-datasets-row{
	margin:0px;
	padding: 10px 0px;
}

.contact-us-form {
	font-size: 1.25em;
}

.end-main-content{
	padding-top: 30px;
	padding-bottom: 45px;
}

.news-featured-image {
	padding: 0 0px 15px 0;
}

.more-news-featured-image {
	padding: 0 30px 15px 0;
}

.desktop-featured-image {
	display: none;
}
.tablet-featured-image {
	display: block;
}
.tablet-featured-image .news-featured-image div {
	margin-left: -15px;
}

.featured-news-story {
	padding-bottom: 13px;
	display: inline-block;
}



h3.who-we-are-name {
	font-family: "soleil",sans-serif;
	color: #37824a;
  font-size: 1em;
  margin-bottom: 0;
}

.who-we-are-title {
	font-family: "soleil",sans-serif;
	color: #3b3b3b;
}

.who-we-are-container {
	margin-bottom:15px;
}


.new-announcement{
	position: absolute; right: -15px; top: -10px; background-color: #ffcf57; border-radius: 15px; width: 70px; padding: 5px 10px; font-weight: bold; text-align: center;
}

.resizable-iframe-container{
	position: relative;
	height: 0;
	overflow: hidden;
}

/* Container for embedded YouTube videos at a 16:9 aspect ratio */
.resizable-iframe-container-16x9{
	padding-bottom: 56.25%;
}

.resizable-iframe-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.explore-button{
	background-color: rgb(0, 99, 150); 
	border: none; 
	height: 56px; 
	width: 100%; 
	color: #ffcf57;
	font-size: 16px; 
	display: block; 
	margin-top: 38px; 
	padding: 17px; 
	font-weight: 600; 
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.3);
}

a.explore-button, a.explore-button:visited, a.explore-button:link{
	color: #ffcf57;
}


@media (min-width: 0px) {
	.more-news-featured-image {
		display: none;
	}
	.excerpt {
		margin-bottom: 15px;
	}
	.featured-news-story .excerpt {
		margin-bottom: 0px;
	}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page-main-container,
	.article-body-container,
	.about-main-container,
	.about-subnav {
		font-size: 18px;
	}
	h1.entry-title{
		font-size: 1.75em;
	}
	.page-main-container h2.headline,
	.about-header,
	.content-header{
		font-size: 1.75em;
	}

	.about-hero{
		font-size: 1.25em;
	}

	.about-what-we-do-h2{
		width: 50%;
		font-size:2.0em;
	}
	h3.about-subpage{
		font-size: 1.25em;
	}

	.page-main-container,
	.about-main-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.excerpt {
		font-size: 1.125em;
	}

	.article-columnar-headline {
		font-size: 1.5em;
	}

	.article-list-headline {
		font-size: 1.333em;
	}

	.data-box{
		width: 350px;
		margin: 0px 15px 30px 15px;
		height: 270px;
	}

	.data-box-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.news-featured-image {
		padding: 0 30px 15px 0;
	}

	.more-news-featured-image {
		padding: 0 0px 15px 0;
	}
	.more-news-featured-image {
		display: block;
	}

	.take-action-form .nf-form-wrap, #nf-form-2-cont .nf-form-fields-required{ /* Both are part of the take action form */
		font-size: 1.6rem; /* 16px from a base of 10px */
	}

	.take-action-form .nf-form-wrap .field-wrap input[type="button"], .nf-field-label {
		font-size: 1.8rem; /* 18px from a base of 10px */
	}
	.page-main-container h2 {
		font-size: 1.667em;
		font-weight: 500;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.about-main-container,
	.page-main-container,
	.article-body-container,
	.about-subnav {
		font-size: 20px;
	}
	.excerpt {
		margin-bottom: inherit;
	}
	.featured-news-story .excerpt {
		margin-bottom: inherit;
	}

	h1.entry-title{
		font-size: 2.444em;
	}

	ul.content-nav-bar {
		font-size: 0.9em;
	}

	.page-main-container h2 {
		margin-top: 30px;
	}

	.page-main-container h3{
		margin-top: 25px;
	}

	.page-header-underline.sub-nav {
		background-color:#eaeaea;
		margin-bottom: 40px;
	}


	.page-main-container.container-has-breadcrumb:last-child,
	.container-has-breadcrumb {
		margin-top: 55px;
		padding-top: 0;
	}


	h2.nav-page{
		margin-bottom: 45px;
		font-size: 22px;
	}
	.page-main-container h2.headline,
	.about-header,
	.content-header{
		font-size: 1.8em;
	}

	.about-hero{
		font-size: 2.0em;
		padding-bottom: 55px;
	}
	.page-hero {
		padding-bottom: 55px;
	}

	.take-action-form {
		padding-left: 30px;
		padding-right: 0px;
	}

	.sub-nav-tagline {
		font-size: 22px;
	}

	.about-lightbeams{
		height: 109px;
	}

	.about-what-we-do-h2{
		width: 70%;
		font-size:2.0em;
	}

	h3.about-subpage{
		font-size: 1.200em;
	}

	.about-main-container{
		padding-left: 68px;
		padding-right: 68px;
		margin-bottom: 30px;
	}
	.page-main-container {
		padding-left: 68px;
		padding-right: 68px;
	}

	.our-impact-container{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.our-impact-row{
		margin-top: 40px;
	}

	.single-main-container{
		padding-left: 68px;
		padding-right: 15px;
		margin-bottom: 30px;
	}

  .single-main-container,
	.main-container {
    padding-left: 68px;
  	padding-right: 100px;
  }

  .top-story {
  	margin-top: 55px;
  }

  .page-first-content {
  	padding-top: 55px;
  }

  .header_menu_item {
    float: left;
    margin: 0px 15px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: none;
  	padding: 0px;
	}

	.header_menu_item a {
	    color: #fff;
	    text-decoration: none;
	    border: none;
	}

	.header_menu_item a:hover {
	    color: #fff;
	    text-decoration: none;
	    border-bottom: solid 3px #2E663C;
	}

	.news-headline-row{
		padding: 45px 67px 13px;
		margin-right: 15px;
		margin-left: 0px;
	}

	.news-row{ /* may eventually replace news-headline-row */
		margin-bottom: 45px;
	}

	.blog-headline-row{
		padding: 10px 67px 13px 52px;
		margin-right: 15px;
		margin-left: 0px;
	}

	.data-container{
		padding-right: 100px;
	}

	.data-box {
		width:310px;
		height:270px;
		background-color:#fff;
		margin: 0px 15px 30px 15px;
		position:relative;
	}

	.data-box-inner {
		padding:30px;
	}

	.data-box-text {
		font-size:1.3em;
		margin-top:30px;
		text-align:center;
		font-weight:300;
	}

	.data-box-link:hover {
		color: #fff;
		border-bottom: solid 1px #0170BE0170BE;
		text-decoration: none;
	}

	.data-box-link:visited  {
		color: #fff;
		border-bottom: solid 1px #0170BE0170BE;
		text-decoration: none;
	}

	.footer {
		background-color:#fff;
		padding:60px 72px 50px;
		margin: 50px auto 0px;
		max-width: 1320px;
	}

	.dmw-footer-logo {
		margin-right: 30px;
	}

	.page-header-underline {
		margin-bottom:30px;
	}

	.page-main-container,
	.article-body-container {
		/*font-size: 1.25em;*/
	}

	.article-list-headline {
		font-size: 1.4em;
	}

	.article-columnar-headline{
		font-size: 1.375em;
	}

	.article-page-headline {
		font-size: 2.75em;
	}

	.article-list-row {
		padding-top: 45px;
	}

	.featured-headline {
		margin-bottom: 10px;
	}

	.featured-article-row {
		padding-bottom:57px;
	}

	.byline-featured {
		margin-top: 15px;
	}

	.excerpt {
		font-size: 1.25em;
	}

	.excerpt-featured {
		font-size: 1.375em;
	}

	#desktop-nav {
		background-color:#37824a;
		height:56px;
		float:right;
		position:absolute;
		bottom:0;
		right:0;
	}

	.nav-search {
		padding: 18px 0px 14px 25px;
	}

	.nav-news {
		margin-left: 30px;
	}

	.nav-donate {
		margin-right: 30px;
	}

	.header-tagline {
		font-size:16px;
		color:#fff;
		letter-spacing:1px;
		font-weight:300;
	}

	.header-logo-container {
		padding: 50px 0px 20px 68px;
	}

	.right-column-container {
		position: absolute;
		right: 55px;
		top: 60px;
		height:1000px;
		width:320px;
	}

	.explore-our-data-container {
		color:#3b3b3b;
		font-weight:100;
		font-size:24px;
		background-image: url('/wp-content/themes/maplight/img/data_promo_bg.png');
		padding:45px 35px;
		text-align:center;
	}

	.featured-data-container {
		background-color:#006396;
		color:#fff;
		padding:30px 15px;
		font-size:1.0em;
		font-weight:300;
	}

	.featured-data-title {
		font-size:1.5em;
		font-weight: normal;
		margin-bottom:25px;
		line-height: 1.3;
	}

	/* Used for data rows that need a bottom border in the feaatured data part of the home page.
	   Not used for rows inside the featured data container that do not need a border, like methodology footnotes. */
	.featured-data-row {
		margin:0px;
		padding: 10px 0px;
		border-bottom: solid 1px #3C87AE;
	}

	.featured-data-fineprint{
		font-size: 0.8125em;
	}

	.inside-maplight-container {
		margin-top:35px;
		background-color:#37824a;
		padding: 45px 35px;
	}

	.search-results-underline {
		margin-bottom: 35px;
	}

	.search-datasets {
		width:320px;
	}

	.news-featured-image {
		padding: 0 0px 15px 0;
	}
	.more-news-featured-image {
		padding: 0 0px 15px 0;
	}

	#desktop-nav.inactive {
		background-color: #427D58;
	}

	#desktop-nav.inactive .header_menu_item a {
	  color: #CFCFCF;
	}

	#desktop-nav .nav-search .search-form .search {
		width: 50px;
		-webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
		background-color: #2e663c;
		line-height: 54px;
		top: -18px;
		z-index: 999;
		position: absolute;
		right: 0;
	}

	#desktop-nav.inactive .nav-search .search-form .search {
		width: 350px;
		-webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
		background-color: #2e663c;
		line-height: 54px;
		top: -18px;
		z-index: 999;
		position: absolute;
		right: 0;
	}


	#desktop-nav .nav-search .search-form .search i {
		top: 18px;
		left: 18px;
	}

	#desktop-nav .nav-search input.search-header {
		visibility: hidden;
	}

	#desktop-nav.inactive .nav-search input.search-header {
		visibility: visible;
		width: 350px;
	}
	.nav-news {
		margin-left: 15px;
	}
	.nav-donate {
		margin-right: 40px;
	}
	.desktop-featured-image {
		display: block;
	}
	.tablet-featured-image {
		display: none;
	}

	.single-content {
		padding-left: 0px;
	}

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1250px) {
	.page-main-container h2.headline,
	.about-header,
	.content-header{
		font-size: 1.800em;
	}

	.page-main-container{
		padding-left: 136px;
		padding-right: 68px;
	}

	h1.entry-title{
		font-size: 2.200em;
	}
	.about-hero{
		padding-left: 136px;
		padding-right: 136px;
		font-size: 2.5em;
	}
	.page-hero {
		padding-left: 136px;
		padding-right: 136px;
	}

	.about-lightbeams-div{
		padding-left: 40px;
	}

	.about-what-we-do-h2{
		font-size:2.25em;
	}

	.about-main-container{
		padding-left: 136px;
		padding-right: 68px;
		margin-bottom: 60px;
	}

	.page-main-container:last-child {
		padding-top: 0;
		margin-bottom: 60px;
	}

	.page-main-container.container-has-breadcrumb:last-child,
	.container-has-breadcrumb {
		margin-top: 55px;
		padding-top: 0;
	}

	.take-action-form .nf-form-wrap .field-wrap input[type="button"], .nf-field-label{
		font-size: 2.0rem; /* 20px from a base of 14px */
	}

	.header_menu_item {
	    margin: 0px 22px;
	}

	.nav-search {
		padding: 18px 0px 14px 25px;
	}


	.header-tagline {
		font-size:20px;
	}

	.header-logo-container {
		padding: 42px 0px 20px 68px;
	}

	.right-column-container {
		width:417px;
	}

	.explore-our-data-container {
		font-size:30px;
		padding:53px 50px;
	}

	.featured-data-container {
		padding:45px 50px;
	}

	.featured-data-title {
		font-size: 1.875em;
	}

	.featured-data-row {
		font-size: 1.125em;
	}

	.inside-maplight-container {
		padding: 55px 53px;
	}

	.search-datasets {
		width:365px;
	}

	.data-box {
		width:350px;
		margin: 15px auto;
		height: 330px;
	}

	.data-box-inner {
		padding:50px;
	}

	.data-box-text {
		font-size:1.5em;
	}

	.data-box-first-in-row {
		margin-left: 15px;
	}

	.nav-news {
		margin-left: 50px;
	}

	.nav-donate {
		margin-right: 80px;
	}
	#desktop-nav .nav-search .search-form .search {
		width: 56px;
	}

	#desktop-nav .nav-search .search-form .search i {
		left: 20px;
	}

	#desktop-nav.inactive .nav-search .search-form .search i {
		left: 18px;
	}

	#improved-announcement{
		position: absolute; top: 22px; left: 225px; font-weight: bold;
	}

	#improved-arrow{
		position: absolute; top: 42px; left: 236px; width: 26px; height: 26px;
	}
}
