/* ==========================================================================
   BLOG LANDING STYLES
   ========================================================================== */

/* Popular Categories Inline Nav */

.blog-landing .page-width {
	max-width: 1010px; }

.blog-landing .popular-categories-inline {
	margin: 24px 0 32px;
	clear: both; }

.blog-landing .popular-categories-inline label {
	display: inline;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #524A43;
	font-family    : 'ProximaNovaMedium', Arial, sans-serif; }

.blog-landing .popular-categories-inline ul {
	margin: 0;
	padding: 0;
	display: inline; }

.blog-landing .popular-categories-inline li {
	display: inline;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 1em; }

.blog-landing .popular-categories-inline li a {
	font-family    : 'ProximaNovaMedium', Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #336DB5;
	text-decoration: none; }

.blog-landing .popular-categories-inline li a:hover { text-decoration: underline; }

/* Structure */

.blog-landing .left {
	float:left;
	width: calc(100% - 352px);
	margin: 0 30px 30px 0; }

.blog-landing .right {
	float:right;
	width: 322px;
	margin: 0 0 26px 0; }

/* Left Column */

.blog-landing .left article {
	margin-bottom: 93px; }

.blog-landing .left article:last-of-type {
	margin-bottom: 0; }

.blog-landing .left article a {
	text-decoration: none; }

.blog-landing .left article .image {
	display: block;
	margin-bottom: 15px; }

.blog-landing .left article .category {
	font-family    : 'ProximaNovaMedium', Arial, sans-serif;
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #807A75;
	margin-bottom: 16px; }

.blog-landing .left article .title h2 {
	text-decoration: none;
	font-size: 34px;
	line-height: 121%;
	color: #524A43;
	letter-spacing: -0.015em;
	margin: 0; }

/* Right Column */

.blog-landing .right article {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 20px;
	padding-bottom: 15px; }

.blog-landing .right article:last-of-type {
	border-bottom: 0 none;
	margin-bottom: 0; }

.blog-landing .right article a {
	text-decoration: none; }

.blog-landing .right article .image {
	display: block;
	margin-bottom: 15px; }

.blog-landing .right article .category {
	font-family    : 'ProximaNovaMedium', Arial, sans-serif;
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #807A75;
	margin-bottom: 15px; }

.blog-landing .right article .title h2 {
	text-decoration: none;
	margin: 0;
	font-size: 34px;
	line-height: 121%;
	letter-spacing: -0.015em;
	color: #524A43; }

/* Blog Landing Footer */

.blog-landing .blog-footer-inner {
	border-bottom: 4px double #e1e1e1;
	border-top: 4px double #e1e1e1;
	float: left;
	padding-bottom: 22px;
	padding-top: 35px;
	margin-bottom: 6px; }

.blog-landing .blog-footer h4 {
	color       : #831d48;
	font-size   : 34px;
	font-style  : normal;
	font-weight : normal;
	line-height : 120%;
	margin      : 0 0 20px; }

.blog-landing .blog-footer ul {
	margin  : 0;
	padding : 0 0 0 12px; }

.blog-landing .blog-footer ul li {
	color       : #336db5;
	font-size   : 19px;
	font-style  : normal;
	font-weight : normal;
	line-height : 150%;
	list-style  : none;
	margin      : 0 0 16px;
	padding     : 0;
	position    : relative; }

.blog-landing .blog-footer ul li:before {
	content  : '\00BB';
	left     : -12px;
	position : absolute; }

.blog-landing .blog-footer ul li a {
	color : #336db5; }


@media (max-width: 1010px) {

	.blog-landing .left article .title h2,
	.blog-landing .right article .title h2 {
		font-size: 3.367vw; }

}

@media (max-width: 800px) {

	.blog-landing .left {
		width: calc(((100% - 30px)/10)*6); /* 60% */
		margin: 0 30px 30px 0; }

	.blog-landing .right {
		width: calc(((100% - 30px)/10)*4); } /* 40% */

	.blog-landing .left article .title h2,
	.blog-landing .blog-footer h4 {
		font-size: 4vw; }

	.blog-landing .right article .title h2 { font-size: 3.17vw; }

}

@media (max-width: 550px) {

	.blog-landing .left,
	.blog-landing .right {
		width: 100%; /* 60% */
		margin: 0 auto; }

	.blog-landing .left,
	.blog-landing .right,
	.blog-landing .blog-footer-inner { float:none; }

	.blog-landing .blog-footer-inner {
		padding-bottom: 30px;
		padding-top: 28px; }

	.blog-landing .blog-footer .left { margin-bottom: 30px; }

	.blog-landing .left article,
	.blog-landing .right article {
		border-bottom: 1px solid #E1E1E1;
		margin-bottom: 20px;
		padding-bottom: 15px; }

	.blog-landing .left article .title h2,
	.blog-landing .right article .title h2,
	.blog-landing .blog-footer h4 {
		font-size: 28px; }

}

@media (max-width: 430px) {

	.blog-landing .blog-footer h4 {
		font-size: 28px;
		margin: 0px 0 15px; }

	.blog-landing .blog-footer ul li {
		font-size: 17px;
		line-height: 153%;
		margin: 0 0 15px; }

}
