.header-container,
.site-header-filler {
	height: 133px;
}
#container {
	padding-top: 0 !important;
}
.submenu {
	display: block;
}
#main_body {
	max-width: none;
}

.mag-topper {
	position: relative;
	width: 100%;
	height: 313px;
	background-size: cover;
	color: #fff;
}
.mag-topper > .inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;	
	width: 90%;
	margin: 0 auto;
	padding: 32px 0 0 0;
}
.mag-topper > .inner > .cover,
.mag-topper > .inner > .right {
	position: relative;
	width: 190px;
	z-index: 2;
}
.mag-topper > .inner > .cover img {
	width: 100%;
}
.mag-topper > .inner > .logo {
	margin: 25px 60px 0 60px;
}
.mag-topper .stripe {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 85px;
	width: 100%;
	text-align: center;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0.15+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
}
.mag-topper .stripe > .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.mag-topper .stripe h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
	text-transform: none;
	max-width: 300px;
}
.mag-topper .stripe h3 {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1em;
	letter-spacing: 0.04em;
	margin-left: -0.4em;
}
@media (max-width:950px) {
	.mag-topper > .inner {
		align-items: center;
		max-width: 456px;
		height: calc(100% - 85px);
		padding: 0;
	}
	.mag-topper > .inner > .cover {
		width: 80px;
		margin-right: 20px;
		
		width: 17.5%;
		margin-right: 4.3%;
	}
	.mag-topper > .inner > .logo {
		width: calc(100% - 100px);
		max-width: 354px;
		margin: 0;
		
		width: 77.6%;
	}
	.mag-topper > .inner > .logo img {
		width: 100%;
	}
	.mag-topper > .inner > .right {
		display: none;
	}
	.mag-topper .stripe h2 {
		width: 90%;
		margin: 0 auto;
	}
}


/***** MAG HOME ****/
.mag-home {
	display: flex;
	flex-direction: column;
}


/* SEC */
.mag-home .sec {
	width: 100%;
}
.mag-home .sec > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}
.mag-home .sec h1,
.mag-article .sec h1 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.1em;
	color: #333;
	margin: 0 0 10px 0;
}
.mag-home .sec, 
.mag-home .sec p,
.mag-home .stats p,
.mag-home .sec a,
.mag-home .sec li,
.mag-article .sec,
.mag-article .sec p,
.mag-article .sec a,
.mag-article .sec li {
	font-size: 16px;
	line-height: 1.6em;
}
.mag-home .sec .no-underline,
.mag-article .sec .no-underline {
	text-decoration: none;
}
.mag-article .sec p {
	margin-bottom: 20px;
}
.mag-article .sec p.no-margin {
	margin-bottom: 0;
}
@media (max-width:950px) {
	.mag-home .sec > .inner {
		padding: 40px 0;
	}
	.mag-home .sec h1, 
	.mag-article .sec h1 {
		font-size: 40px;
	}
}
@media (max-width:650px) {
	.mag-home .sec h1, 
	.mag-article .sec h1 {
		font-size: 35px;
	}	
}

/* SEC1 */
.mag-home .sec.sec1 > .inner {
	position: relative;
	align-items: stretch;
	justify-content: center;
    left: -23px;	
}
.mag-home .sec.sec1 .col1 {
	max-width: 330px;
}
.mag-home .sec.sec1 .col2 {
	min-width: 140px;
	margin: 0 90px;
}
.mag-home .sec.sec1 .col2,
.mag-home .sec.sec1 .col3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	
	position: relative;
	text-align: center;
	padding-bottom: 54px;
}
.mag-home .sec.sec1 .col2 a:not(.btn),
.mag-home .sec.sec1 .col3 a:not(.btn) {
	text-decoration: none;
	color: #333 !important;
}
.mag-home .sec.sec1 .col2 img,
.mag-home .sec.sec1 .col3 img {
	margin: 0 0 10px 0;
}
.mag-home .sec.sec1 .col2 img.img-3issues {
	/* margin-top: 32px; */
}
.mag-home .sec.sec1 .col1,
.mag-home .sec.sec1 .col2 {
	padding-top: 32px;
}
.mag-home .sec.sec1 h2 {
	font-size: 27px;
	line-height: 1.1em;
	text-transform: none;
	letter-spacing: -0.02em;
	margin: 0 0 -4px 0;
}
.mag-home .sec.sec1 .sm {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.mag-home .sec.sec1 .btns {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
@media (max-width:1100px) {
	.mag-home .sec.sec1 > .inner {
		left: 0;
	}
	.mag-home .sec.sec1 .col2 {
		margin: 0 30px;
	}
}
@media (max-width:900px) {
	.mag-home .sec.sec1 > .inner {
		flex-direction: column;
		text-align: center;
	}
	.mag-home .sec.sec1 .col1 {
		padding: 0;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 30px auto;
	}
	.mag-home .sec.sec1 .col2 {
		padding: 0;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.mag-home .sec.sec1 .col3 {
		width: 100%;
	}
	.mag-home .sec.sec1 .btns {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}
	.mag-home .sec.sec1 .col2 img,
	.mag-home .sec.sec1 .col3 img {
		max-width: 100%;
	}
}


/* STATS */
.stats {
	position: relative;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1cdd6+0,f6f8fa+50,c1cdd6+100 */
	background: rgb(193,205,214); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(193,205,214,1) 0%, rgba(246,248,250,1) 50%, rgba(193,205,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(193,205,214,1) 0%,rgba(246,248,250,1) 50%,rgba(193,205,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(193,205,214,1) 0%,rgba(246,248,250,1) 50%,rgba(193,205,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1cdd6', endColorstr='#c1cdd6',GradientType=1 ); /* IE6-9 */
}
.stats > .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.stats h1 {
	color: #44545f;
	font-size: 70px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -0.02em;
}
.stats .col2 {
	margin: 0 60px;
}
.stats .col1 {
	text-align: right;
	max-width: 270px;
}
.stats .col3 {
	max-width: 235px;
}
.stats .char {
	position: relative;
	display: inline-block;
	opacity: 0;
	bottom: -50px;
	transform: scale(0);
	transition: all 0.25s ease;
}
.stats .char.visible {
	opacity: 1;
	bottom: 0;
	transform: scale(1);
	transition: all 0.25s ease;
}
@media (max-width:950px) {
	.stats > .inner { 
		flex-direction: column;
	}
	.stats .col1,
	.stats .col3 {
		text-align: center;
	}
	.stats .col2 {
		margin: 10px auto;
	}
}


/* SEC2 */
.mag-home .sec.sec2 > .inner {
	align-items: stretch;
}
.mag-home .sec.sec2 > .inner > .col1 {
	width: calc(67% - 50px);
	padding-right: 50px;
}
.mag-home .sec.sec2 > .inner > .col2 {
	width: 33%;
	border-left: 1px solid #d3d3d3;
}
.mag-home .sec.sec2 .title {
	margin-bottom: 40px;
}
.article-excerpt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.article-promo .subheading,
.mag-article .sec.sec2 h3.subheading,
.mag-home .sec.sec2 .article-excerpt h3.subheading {
	font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #e96300;
    margin: 0 0 3px 0;
    letter-spacing: -0.02em;
}
.article-excerpt .img {
	width: 265px;
	margin-right: 25px;
}
.article-excerpt .img img {
	width: 100%;
}
.article-excerpt .txt {
	width: calc(100% - 290px);
}
.mag-home .sec.sec2 h3,
.mag-article .sec.sec2 h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.2em;
}
.mag-home .sec.sec2 .col2 h3,
.mag-article .sec.sec2 h3 {
	margin-bottom: 15px;
}
.mag-home .sec.sec2 h2,
.mag-article .sec2 h2,
.article-excerpt h2 {
	text-transform: none;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.2em;
	text-decoration: none;
    margin: 0 0 4px 0;
}
.mag-home .sec.sec2 .col1 h2 {
	font-size: 30px;
	margin-bottom: 1px;
}
.article-excerpt .byline {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.mag-home .sec.sec2 .read-more,
.mag-article .sec .read-more {
	display: inline-block;
	margin-top: 5px;
}
.mag-home .sec.sec2 .box-resource img,
.mag-article .sec .box-resource img {
	float: left;
	margin: 0 18px 18px 0;
	max-width: 155px;
}
.mag-home .sec.sec2 .col-item,
.mag-article .sec .col-item {
	padding: 0 0 10px 25px;
	margin-top: 60px;
	clear: both;
}
.mag-home .sec.sec2 .col-item:first-child,
.mag-article .sec .col-item:first-child {
	margin-top: 0;
	padding-bottom: 0;
}
.mag-home .sec.sec2 .edevo-header {
	margin-left: -25px;
	margin-bottom: 20px;
	background-size: cover;
	background-attachment: fixed;
}
.mag-home .sec.sec2 .edevo-header img {
	max-width: 100%;
}
@media (max-width:1100px) {
	.article-excerpt .img {
		width: 165px;
	}
	.article-excerpt .txt {
		width: calc(100% - 190px);
	}
	.mag-home .sec.sec2 .box-resource img, 
	.mag-article .sec .box-resource img {
		max-width: 100px;
	}
}
@media (max-width:950px) {
	.mag-home .sec.sec2 > .inner {
		flex-direction: column;
	}
	.mag-home .sec.sec2 > .inner > .col1,
	.mag-home .sec.sec2 > .inner > .col2 {
		width: 100%;
		padding: 0;
	}
	.mag-home .sec.sec2 > .inner > .col1 {
		margin-bottom: 40px;
	}
	.article-excerpt .img {
		width: 33%;
	}
	.article-excerpt .txt {
		width: calc(67% - 25px);
	}
	
	.mag-home .sec.sec2 > .inner > .col2 {
		display: flex;
		/* flex-direction: column; */
		align-items: flex-start;
		justify-content: space-between;
		border-left: none;
		border-top: 1px solid #d3d3d3;
		padding-top: 20px;
	}
	.mag-home .sec.sec2 .col-item {
		margin-top: 0;
		width: 47.5%;
	}
	.mag-home .sec.sec2 .col-item {
		padding: 0;
	}
	.mag-home .sec.sec2 .edevo-header {
		margin-left: 0;
		text-align: center;
	}		
	
}
@media (max-width:650px) {
	.article-excerpt {
		flex-direction: column;
	}
	.article-excerpt .img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.article-excerpt .txt {
		width: 100%;
	}
	
	.mag-home .sec.sec2 > .inner > .col2 {
		flex-direction: column;
		padding-top: 0;
	}
	.mag-home .sec.sec2 > .inner > .col2 > .col-item:first-child {
		order: 2;
		margin-top: 30px;
	}
	.mag-home .sec.sec2 .col-item, 
	.mag-article .sec .col-item {
		width: 100%;
	}		

}



/****** MAG ARTICLE *****/
.mag-article img {
	max-width: 100%;
	margin-bottom: 30px;
}
.mag-article .sec {
	width: 100%;
}
.mag-article .sec > .inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}
.mag-article .sec > .inner > .col1 {
	width: calc(67% - 50px);
	margin-right: 50px;
}
.mag-article .sec > .inner > .col2 {
	border-left: 1px solid #d3d3d3;
	width: 33%;
}
.mag-article .sec2 .title {
	margin: 0 0 25px 0;
}
.mag-article .sec2 .byline {
	font-size: 18px;
	line-height: 1.2em;
	margin: -2px 0 0 0;
}
.mag-article .sec2 > .inner > .col2 .three-issues {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.mag-article .sec2 > .inner > .col2 .three-issues img {
	margin: 0 20px 0 0;
}
.mag-article .sec2 > .inner > .col2 .three-issues .desc {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mag-article .callout {
	margin-bottom: 20px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 15px 0;
	text-align: center;
}
.mag-article .callout h2 {
	font-size: 26px;
	line-height: 1.3em;
	width: 90%;
	margin: 0 auto 5px auto;
}
.mag-article .callout .share-on {
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.04em;
}
.mag-article .callout .share-on .fa {
	font-size: 20px;
	color: #777 !important;
	margin: 0 0 0 10px;
	transition: all 0.25s ease;
}
.mag-article .callout .share-on .fa:hover {
	color: #333 !important;
	transition: all 0.25s ease;
}
.mag-article .callout.align-right {
	float: right;
	width: 45%;
	margin-left: 5%;
	border-top: none;
	border-bottom: none;
	padding: 0;
}
.mag-article .callout.align-right h2 {
	text-align: right;
	width: 95%;
	margin: 0 0 10px 5%;
}
.mag-article .callout.align-right .share-on {
	justify-content: flex-end;
}
.mag-article .callout.align-left {
	float: left;
	width: 45%;
	margin-right: 5%;
	border-top: none;
	border-bottom: none;
	padding: 0;
}
.mag-article .callout.align-left h2 {
	text-align: left;
	width: 95%;
	margin: 0 5% 10px 0;
}
.mag-article .callout.align-left .share-on {
	justify-content: flex-start;
}
.mag-article-footer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	border-top: 1px solid #d3d3d3;
	padding-top: 20px;
	margin-top: 50px;
}
.mag-article-footer .img {
	width: 70px;
	margin-right: 20px;
	margin-top: -40px;
}
.mag-article-footer p {
	width: calc(100% - 90px);
}
.mag-article-footer .img img {
	width: 100%;
	margin: 0;
}
.mag-article-footer p {
	max-width: 550px;
}

.mag-article .article-promo img {
	float: left;
	width: 155px;
	margin: 5px 20px 20px 0;
}
.mag-article .article-promo .txt {
	display: inline;
}
.mag-article .article-promo .txt .title {
	font-weight: bold;
	margin: 0;
}
.mag-article .article-promo .txt .desc {
	color: #333;
}
.mag-article .article-promo .read-more {
	text-decoration: underline;
}
@media (max-width:920px) {
	.mag-article .sec > .inner {
		flex-direction: column;
	}
	.mag-article .sec > .inner > .col1 {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.mag-article .sec > .inner > .col2 {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		border-left: none;
		border-top: 1px solid #d3d3d3;
		padding-top: 20px;
	}
	.mag-article .sec .col-item {
		padding: 0;
		width: 47.5%;
		margin-top: 0;
	}
	.mag-article .sec .col-item.col-item-signup {
		display: flex;
		flex-direction: column;
		align-items: center;
		
		width: 100%;
		border-top: 1px solid #d3d3d3;
		margin-top: 30px;
		padding-top: 15px;
		text-align: center;
	}
	.mag-article .sec .col-item.col-item-signup p {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.mag-article-footer .img {
		width: 100px;
	}
	.mag-article-footer p {
		width: calc(100% - 120px);
	}
}
@media (max-width:620px) {
	.mag-article .callout.align-right,
	.mag-article .callout.align-left {
		float: none;
		width: 100%;
		margin-left: 0;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		padding: 15px 0;
		text-align: center;
	}
	.mag-article .callout.align-right h2,
	.mag-article .callout.align-left h2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.mag-article .callout.align-right .share-on,
	.mag-article .callout.align-left .share-on {
		justify-content: center;
	}
	
	.mag-article .sec > .inner > .col2 {
		flex-direction: column;
	}
	.mag-article .sec .col-item {
		width: 100%;
		margin-bottom: 40px;
	}
	.mag-article .sec .col-item:last-child {
		margin-bottom: 0;
	}
	.mag-article .sec .col-item.col-item-signup {
		margin-top: 0;
	}
}
@media (max-width:430px) {
	.mag-article .article-promo img {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
}


/* BTNS */
.btn.btn-green {
	display: inline-block;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1em !important;
	color: #fff !important;
	background: #2d9900;
	border-radius: 60px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
.btn.btn-green:hover {
	background: #3db10d;
	transition: all 0.25s ease;
}




