/*
|--------------------------------------------------------------------------
| BEM
|--------------------------------------------------------------------------
| http://getbem.com/naming/
|
*/

.customize-support, .customize-support .nav-header {
	margin-top: 32px;
}

html {
	font-family: "adelle-sans",sans-serif;

}

body {
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 100;

}

h2 {
	color: #494949;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
    line-height: 22px;
}

p {
	color: #29363B;
	font-family: "adelle-sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

a {
    color: #00ABB8;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.vertical-wrapper {
	display: table;
}

.vertical-center {
	display: table-cell;
    vertical-align: middle;
}

.teal-button {
	padding: 3px 10px;
	background-color: #00ABB8;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 10px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.transparent_teal_button {
	border: 2px solid #1BB3BD;
	padding: 6px 25px 8px 25px;
	color: #1BB3BD;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 12px;
	font-weight: 600;
	height: 42px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.transparent_teal_button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1BB3BD;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.no-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.teal-btn {
	background-color: #78C23A;
	border-bottom-color: #78C23A;
}

.dropdown__angle--up {
	position: absolute;
	right: 10px;
	top: 2px;
}

.dropdown__angle--down {
	position: absolute;
	right: 10px;
	top: 12px;
}

.text__tag {
	padding: 3px 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 10px;
}

/* Colors */
.blue {
	background-color: #1F9ACF;
}

.red {
	background-color: #CF1F1F;
}

.green {
	background-color: #78C23A;
}

.orange {
	background-color: #FF7F00;
}

.yellow {
	background-color: #FFCB00;
}

.teal {
	background-color: #00ABB8;
}


/*
|--------------------------------------------------------------------------
| mainFeature
|--------------------------------------------------------------------------
*/

.mainFeature__title {
	margin-left: 0px;
}

.mainFeature__image--bg {
	margin: 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-top: 60px;

/*		opacity: 0;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;*/
}

.mainFeature__image--nobg{
	height:60px;
}
.mainFeature__content {
	color: #fff;
	margin-top: -40px;
	padding-bottom: 30px;
}

.mainFeature__content--anchor {
	display: block;
	width: 95%;
}

.mainFeature__content--anchor:hover {
	text-decoration: none;
}

.mainFeature__content2 {
	padding-top: 40px;
}

.mainFeature__text {
	position:absolute;
	margin-top: -40px;
	margin-left: -10px;
	padding: 10px 15px;
	z-index: 99;

	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.mainFeature__title .title {
	font-size: 22px;
	line-height: 40px;
	font-weight: 600;
	margin-top: 0;
}

.mainFeature__title .title .highlight {

/*	background-image: linear-gradient(to right, #29363B 0%, #29363B 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: -2000px 0px;
	overflow: hidden;
	color: rgba(255,255,255,0);*/
	
 	-webkit-transition: background 1.5s ease-in-out 0.3s;
	transition: background 1.5s ease-in-out 0.3s;
	background: linear-gradient(to right, #29363B 0%, #29363B 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	padding: 10px;
	color:#fff;
	box-shadow: 15px 0 0 #29363B, -15px 0 0 #29363B;
	margin-left: 5px;

}

.mainFeature__highlight--wrapping {
	font-size: 26px;
	font-weight: 600;
	line-height: 62px;
	color: rgba(255,255,255,0);
	margin-top: 0px;
}



.mainFeature__title .title .highlight--wrapping {
	position: relative;
	left: 0.35em;
	padding-left: 0;
	/*  box-shadow: 15px 0 0 #29363B, -15px 0 0 #29363B;*/
	line-height: 55px;
}

.mainFeature__title .title .highlight a {
	text-decoration: none;
}

.mainFeature__excerpt {
	font-size: 22px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom:10px;
	font-weight: 100;

/*			opacity: 0;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;*/
}

.mainFeature__date {
	font-size: 14px;
	color: #29363B;
}

.mainFeature__socialMedia {
	text-transform: uppercase;
	margin-left: 10px;
}


.mainFeature__socialMedia--share , .mainFeature__socialMedia--tweet {
	color: #29363B;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid transparent;
	padding: 4px 9px;
	margin: 0px 5px;
	-webkit-transition: border 0.2s ease-in; /* Safari */
	transition: border 0.2s ease-in;

}
.mainFeature__socialMedia--tweet:hover, .mainFeature__socialMedia--share:hover {
    border: 1px solid #29363B;
    background-color: transparent;
    padding: 4px 9px;
    text-decoration: none;
    color: #29363B;
    -webkit-transition: border 0.2s ease-in; /* Safari */
    transition: border 0.2s ease-in;
}

.mainFeature__socialMedia--icon {
	padding: 0 5px 0 0;
}

/*
|--------------------------------------------------------------------------
| MAIN FUNNEL
|--------------------------------------------------------------------------
*/

.mainFunnel {
	background-color: #F8F8F8;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
}

.mainFunnel__title {
	font-size: 16px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 600;
}

.mainFunnel__article {
	min-height: auto;
	padding-bottom: 20px;
}


.mainFunnel__article--anchor:hover {
	text-decoration: none;
}



.mainFunnel__article--img {
	width: 100%;
	height: 100%;
}

.mainFunnel__article--title {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #494949;
	/* margin-bottom: 15px; */
}

.mainFunnel__article--date {
	font-size: 13px;
	line-height: 20px;
}

.mainFunnel__article--excerpt {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}

.mainFeature__articles--tag {
	margin: 0 10px;
}



/*
|--------------------------------------------------------------------------
| LATEST STORIES
|--------------------------------------------------------------------------
*/

.latestStories {
	background-color: #F8F8F8;
	padding: 30px 0;
}

.latestStories__article {
	padding: 0 0 20px 0;
}


.latestStories p {
    font-size: 12px;
    line-height: 20px;
}

.latestStories__featuredTitle {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #494949;
	margin-bottom: 15px;
}

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

.latestStories__tag {
	margin: 0 10px;
}

.latestStories__column--border {
	border-right: 1px solid #D9D9D9;
}

.latestStories__column--border:last-child {
	border: none;
}


/*
|--------------------------------------------------------------------------
| TRENDING STORIES
|--------------------------------------------------------------------------
*/

.trendingTopics {

}

.trendingTopics__featuredTitle a {
	color: #494949;
    font-size: 18px;
    line-height: 22px;
}


/*
|--------------------------------------------------------------------------
| AD SECTION
|--------------------------------------------------------------------------
*/



.adHomepage {
	padding-top: 0px;
	position: relative;
	background-color: #ffffff;

}

.adHomepage__image {
	background-repeat: no-repeat;
	background-size: 300%;
	background-position: 100% 108%;
	height: 486px;
	background-color: #00abb8;
}

.adHomepage__excerpt {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}

.adHomepage__content {
	   padding-left: 20px;
	   padding-right: 40px;
	}

.adHomepage__learnMore {
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	padding: 5px 8px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.adHomepage__learnMore:hover {
	text-decoration: none;
	color:#fff;
	border: 1px solid #29363B;
	background-color: #29363B;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.adHomepage__icon {
	padding: 0 5px;
}


/* highlights */

.adHomepage__title {
	font-size: 23px;
	line-height: 35px;
	margin-top: 22px;
	margin-left: 5px;
}

.adHomepage__highlight {
	font-family: "adelle", serif;
	font-weight: 600;
	display: inline;
	background: #FDCF28;
	color: #29363B;
	padding: 5px 2px;
}

.adHomepage__highlight--wrapping {
	position: relative;
	left: 10px;
	padding-left: 0;
	box-shadow: 0.75em 0 0 #FDCF28, -0.75em 0 0 #FDCF28;
}


/*
|--------------------------------------------------------------------------
| TRENDING TOPICS
|--------------------------------------------------------------------------
*/

.trendingTopics {
	padding: 25px 0 40px 0;
	background: #fff;
	position: relative;
}

.trendingTopics__image {
	width: 100%;
	background-size: cover; 
	background-repeat: no-repeat;
	padding: 30px 0 ;
}

.trending__image--bg {
	margin: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 270px;
}

.trendingTopics__mainFeatureText {
	position: absolute;
	margin-top: -30px;
	margin-left: 10px;
	padding: 10px;
	background-color: #00ABB8;
	z-index: 99;
	text-transform: uppercase;
	color: #fff;
	font-size: 8px;
	font-weight: 600;
}

.trendingTopics__title {
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
}

.trending__content {
	margin-top: -30px;
	margin-left: -25px;
	padding-bottom: 50px;
}

.trending__text {
    position: absolute;
    margin-top: -36px;
    margin-left: 5px;
    padding: 10px;
    background-color: #00ABB8;
    z-index: 99;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.trending__tag {
	margin-left: 40px;
}

.trending__title .trending__highlight {
    display: inline;
    background: #29363B;
    color: #fff;
    padding: 10px;
}

.trending__title .trending__highlight--wrapping {
    position: relative;
    left: 0.25em;
    padding-left: 0;
    box-shadow: 15px 0 0 #29363B, -15px 0 0 #29363B;
    line-height: 32px;
}

.trending__title {
	margin-left: 20px;
	margin-top: -9px;
}

.trending__title--subtite {
	color: #FFF;
	font-size: 18px;
	background: #29363B;
	margin-bottom: 0;
	padding: 15px 10px 5px 20px;
	text-transform: uppercase;
	
    font-weight: 600;
}

.trending__title--date  {
	color: #F1F1F1;
	font-size: 12px;
	background: #29363B;
	margin-bottom: 0;
	padding-left: 20px;
	margin-top: -1px;
	line-height: 22px;

}

.trending__excerpt {
	color: #ADADAD;
	font-size: 14px;
	background: #29363B;
	margin-bottom: 0;
	margin-left: 20px;
	margin-top: -1px;
	padding: 5px 10px 20px 20px;
	line-height: 20px;
	width: 85%;
}

.trending__link {
	margin-left: 20px;
	margin-top: -22px;
}

.trending__link--anchor {
	color: #FFF;
	font-size: 10px;
	background: #29363B;
	padding: 10px 20px 18px 20px;
	text-transform: uppercase;
}

.trending__link--anchor i {
    padding-left: 3px;
}

.trending__link--anchor:hover {
	color: #fff;
}


/*
|--------------------------------------------------------------------------
| RECENT STORIES
|--------------------------------------------------------------------------
*/

.recentStories {
	padding: 15px 0 18px 0;
	background-color: #F8F8F8;
	position: relative;
	overflow: hidden;
}

.recentStories__img {
	height: 72px;
	width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recentStories__article {
	padding: 18px 0 5px 0;
}

.recentStories__article:nth-child(5) {
	border:none;
}

.recentStories__sectionTitle {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.recentStories__featuredTitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}

.recentStories__article--anchor {
	color: #494949;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	margin-top: -3px;
	text-transform: none;
}

.recentStories__article--anchor:hover {
	color: #000000;
}

.recentStories__featuredTitle a {
	
}

.recentStories__date {
	color: #494949;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

.recentStories__anchor {
	margin: 40px 0 20px 0;
}



/*
|--------------------------------------------------------------------------
| Page
|--------------------------------------------------------------------------
*/

.page {
	padding-top: 90px;
}

/*
|--------------------------------------------------------------------------
| Signup Bar
|--------------------------------------------------------------------------
*/

.mobileAd {
	width: 100%;
}

.signupBar {
	/*margin: 40px 0;*/
	background-color: rgba(41,54,59,1);
	color: #fff;
	height: 300px;
	/*position: relative;*/
	z-index: 1
}

.signupBar__content {
	padding-top: 46px;
	position: relative;
    z-index: 999;
}

.signupBar__content--h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 26px;
}

.signupBar__content--p {
	font-family: "adelle", serif;
	color: #FFF;
	font-size: 17px;
	line-height: 26px;
	padding-right: 0px;
}

.teal-arrow {
	background-color: #1BB3BD;
	position:absolute;
	height: 300px;
	width: 49%;
	z-index: 20;
}

.teal-arrow:after {
	content: "";
    display: block;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 40px solid #1BB3BD;
    position: absolute;
    right: -40px;
    top: 0;
}

.teal-arrow-dark {
	background-color: #20A1AA;
	position:absolute;
	height: 300px;
	width: 52%;
	z-index: 10;
}

.teal-arrow-dark:after {
	content: "";
    display: block;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 40px solid #20A1AA;
    position: absolute;
    right: -40px;
    top: 0;
}


.signupBar__content--donationBtn {
	background-color: #78C23A;
	border: 0;
	padding: 7px 19px;
	height: 41px;
	display: inline-block;
	margin: 0px 6px 7px 0px;
	min-width: 46.7%;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
 

}

.signupBar__content--donationBtn:hover {
	background-color: #FDCF28;
	text-decoration: none;
	color: #29363B;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.signupBar__container {
    width    : 100%;
    height   : 75px;
    overflow : hidden;
    position : relative;
}

.signupBar__container--iframe {
    position : absolute;
    top      : -860px;
    left     : -280px;
    width    : 1280px;
    height   : 1200px;
     overflow: hidden;
}



.donationBar__mobile{
	padding: 30px;
	background-color: #29363B;
}

.donationBar__content--p {
    font-family: "adelle", serif;
    color: #FFF;
    font-size: 17px;
	line-height: 26px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.donationBar__mobile--h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 26px;
    color:#fff;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/

footer {
	background: #29363B;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 35px;
}

.footer__section {
	padding: 20px;
	border-top: 1px solid #616161;
}

.footer__footerMenu {
	list-style-type: none;
	padding-left: 0;
}

.footer__footerMenu li {
	padding-bottom: 15px;
	display: block
}

#menu-footer-menu {
	padding:0px;
}

.footer__footerMenu li a {
	color: #fff;
	font-size: 14px;
}


.footer__title {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}


.footer__subtitle {
    font-family: "adelle", serif;
    color: #FFF;
	font-size: 17px;
	line-height: 26px;
    padding-right: 0px;
}

.footer__img {
	width: 80%;
}


.footer__hr {
	border-color: #616161;
	border-width: 1px;
}

.footer__socialMedia--icon {
	display:inline-block;
    font-size: 34px;
    line-height: 50px;
    background-color: transparent;
    color:white;
    text-align: center;
    vertical-align: bottom;
    margin-right: 30px;
    margin-top:-8px;
}

.footer__socialMedia--anchor {
	color: #fff;
}

.footer__socialMedia--anchor:hover {
	color: #13acb9;
}

/*
MOBILE
*/

.footer__newsletter--containerMobile {
    width    : 100%;
    height   : 140px;
    overflow : hidden;
    position : relative;
}

.footer__newsletter--iframeMobile {
    position : absolute;
    top      : -178px;
    left     : -40px;
    width    : 115%;

    height   : 1200px;
     overflow: hidden;
}

/* 
TABLET
*/

.footer__newsletter--containerTablet {
	width: 88%;
	height: 43px;
	overflow: hidden;
	position: relative;
	margin: 17px 0px 20px 0px;

}

.footer__newsletter--iframeTablet {
    position : absolute;
    top      : -410px;
    left     : -40px;
    width    : 120%;
    height   : 1200px;
     overflow: hidden;
}


/*
DESKTOP
*/

.footer__newsletter--containerDesktop {
    width    : 100%;
    height   : 80px;
    overflow : hidden;
    position : relative;
}

.footer__newsletter--iframeDesktop {
    position : absolute;
    top      : -622px;
    left     : -40px;
    width    : 110%;
    height   : 1200px;
     overflow: hidden;
}

.footer__donations{
	margin: 0 -5px 15px -5px;
}


.footer__donation--btn {
	background-color: #78C23A;
	margin: 4px 4px 6px 4px;
	padding: 9px 0px;
	height: 44px;
	display: inline-block;
	min-width: 46%;
	font-size: 18px;
	font-weight: 600;
	box-sizing: border-box;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

	

.footer__donation--btn:hover {
    	background-color: #FDCF28;
	text-decoration: none;
	color: #29363B;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer__bottom {
    width:auto;
    position:relative;
   	padding-bottom: 65px;
   	text-align: center;
}

.footer__bottomNav{
	margin-top:5px;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.nav-header {
		position:relative;
	}

	.header__left {
		text-align: left;
	}

	.header__right {
		display: block;
		text-align: right;
	}

	.header__right--anchor {
		border: 1px solid #29363B;
		background-color: transparent;
		color: #29363B;
		padding: 5px;
		text-transform: uppercase;
		font-size: 13px;
		padding: 5px 10px;
    		margin: 0px 5px;
	}

	.header__right--anchor i {
		padding: 5px;
	}

	.mainFeature__image--bg  {
		height: 391px;
	}

	.mainFeature__excerpt {
		padding-top: 15px;
		margin-bottom: 17px;
		font-size: 24px;
		line-height: 32px;
	}

	.mainFeature__content {
	    padding: 0px 0 30px 0px;
	}

	.mainFeature__title .title {
	  font-size: 28px;
	  line-height: 40px;
	}

	.mainFeature__title .title .highlight--wrapping {
		line-height: 64px;
	}

	.mainFeature__highlight--wrapping{
		font-size: 32px;
		font-weight: 600;
		line-height: 70px;
		 
	}


	.mainFunnel {
		padding-bottom: 20px;
		margin-bottom: 0px;
	}

	.mainFunnel__article  {
		padding-bottom: 0;
		min-height: 340px;
	}

	.adHomepage__image {
		background-size: contain;
		height: 283px;
		background-size: cover;
		background-position: bottom right;
	}

	.adHomepage {
		padding-top: 50px;
		background-color: #ffffff;
	}
	.adHomepage__content {
	    padding-left: 37px;
	}

	.adHomepage__title {
		font-size: 26px;
		line-height: 38px;
		margin-top: 35px;
		margin-left: 5px;
	}


	.trending__image--bg {
	    height: 170px;
	}

	.recentStories__article {
		min-height: 120px;
	}

	.recentStories__anchor {
		margin: 40px 0 30px 0;
	}

	.recentStories__sectionTitle {
		margin-bottom: 15px;
	}

	.recentStories__line {
	    width: 1px;
	    height: 69%;
	    background-color: #D9D9D9;
	    position: absolute;
	    left: 50%;
	}


	.recentStories__wrapper:nth-child(odd){
		left:20px;
	}

	.signupBar__content--donationBtn {
		min-width: 130px;
	}


	.signupBar__content {
		padding-top: 30px;
	}

	.signupBar__content--p {
	    line-height: 22px;
	}


	/* Footer */

	.footer__footerMenu li {
		display: inline-block;
		margin-right: 20px;
		padding-bottom: 0;
	}

	.footer__bottom{
		width: 250px;
		position: absolute;
		right: 13px;
		top: -9px;
		padding-bottom: 0;

	}

	.footer__border--subscribe {
		border-right: 1px solid #616161;
		height: 230px;
		margin-right: 33px;
	}

	.footer__section {
		padding: 15px 0;
		border-top: none;
	}

	.footer__donations{
		padding-top: 3px;
	}

	.footer__img {
	    width: 100%;
	}

	.signupBar__container--iframe {
	 left: -355px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


	.mainFeature__content {
	    padding: 0px 15px 40px 15px;
	}

	.mainFunnel__article {
	    min-height: 365px;
	}

	.signupBar__content {
		padding-top: 26px;

	}

	.signupBar__content--p {
	    padding-right: 0px;
	    line-height: 26px;
	}

	.signupBar__donations{
		margin-top:29px;
	}

	.signupBar__content--donationBtn {
		margin: 3px 10px 3px 0px;
		min-width: 68px;
	}

	.signupBar__container--iframe {
	 left: -280px;
	}


	.recentStories__article {
	    min-height: 205px;
	}

	.recentStories__excerpt {
/*
		font-size: 14px;
		line-height: 20px;
*/
	}

	.recentStories__line{
		height:77.5%;
		left:50%;

	}


	.footer__subtitle {
	    padding-right: 20px;
	}

	.footer__footerMenu li {
	    padding-bottom: 15px;
	    display: block;
	}

	.footer__bottom {
	    width:auto;
	    position:relative;
	}

	.footer__bottomNav{
		    margin-top: 20px;
		margin-left:-7px;
	}

	.footer__donations{
		padding-top: 3px;
	}

	.footer__donation--btn{
		min-width: 42%;
	}

	.footer__img {
	    width: 100%;
	}

	.footer__border--subscribe {
		border-right: 1px solid #616161;
		height: 230px;
		margin-right: 13px;
	}

	.footer__border--donate {
		border-right: 1px solid #616161;
		height: 230px;
		margin-right: 24px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

/*
	p {
		color: #494949 ;
		font-family: "adelle-sans",sans-serif;
		font-size: 18px;
		line-height: 26px;
	}
*/

	/* header */
	.nav-header {
		height: 90px;
		padding: 35px 20px 15px 20px;
	}

	.header__right--anchor  {
		padding: 10px;
	}

	/* mainFeature */
	.mainFeature__image--bg {
		height: 514px;
	}

	.mainFeature__text {
		font-size: 16px;
		margin-top: -45px;
	}


	.mainFeature__highlight--wrapping{
		font-size: 38px;
		font-weight: 600;
		line-height: 78px;
		left: 0.25em;
	}


	.mainFeature__title .title .highlight--wrapping {
		font-size: 36px;
		font-weight: 600;
		line-height: 75px;
		left: 0.25em;

	}

	.mainFeature__excerpt {
		font-size: 24px;
		line-height: 32px;
	}

	.mainFeature__image--bg {
	    margin-top: 80px;
	}

	.mainFeature__date {
		font-size: 17px;
		    color: #494949;
    font-family: "adelle-sans",sans-serif;
	}

	/* trending topics */
	
	.trending__title--subtite {
		font-size: 18px;
		text-transform: uppercase;
	}

	.trending__image--bg {
		height: 180px;
	}

	.mainFunnel__article {
		min-height: 345px;
		padding-bottom: 0;
	}

	.mainFunnel {
		padding: 0px 0 40px 0;
	}


	/* recent Stories*/
	
	.recentStories__article--anchor {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 15px;
}

	.recentStories__article--anchor:hover {
		color: #494949;
	}

	.recentStories__date {
		font-size: 12px;
		line-height: 20px;
		/* padding: 9px 0 5px 0; */
}

	.recentStories__img {
		height: 115px;
	}

	.recentStories__article {
/* 		min-height: 195px; */
		min-height: 208px;
	}

	.recentStories__anchor {
    	margin: 15px 0 30px 4px;
	}


	/* ad */

	.adHomepage__content {
/*		padding-top: 50px;*/
		padding-left: 37px;
	}

	.footer__border--subscribe {
		height: 212px;
		margin-right: 7px;
	}

	.footer__border--donate {
		height: 212px;
		margin-right: 12px;
	}

	.footer__donation--btn {
	    min-width: 42%;
	}

	.footer__footerMenu li {
		padding-bottom: 15px;
	}

	.footer__bottom {
		top: -5px;
	}

	/* Signup bar */
	.signupBar__content {
		padding-top: 46px;

	}

	.signupBar__content--donationBtn {
	    min-width: 84px;
	}
	
	.signupBar__content--p {
	    padding-right: 0px;
	}

	
}

@media only screen and (max-width : 320px) {
	.footer__img{
		width:100%;
	}
}

