/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
    color: #333;
    font-size: 1em;
    line-height: 1.4;
	box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-moz-selection {
    background: #84d2d5;
    text-shadow: none;
}

::selection {
    background: #84d2d5;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle;}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {resize: vertical;}

/* ==========================================================================
   Global Base
   ========================================================================== */

/* Clear full width containers */   
.col-100p,
.col-3 {
	clear: both;
	overflow: hidden;
	position: relative;
}

/* Float modular containers */
.col-50p,
.col-25p,
.col-33p,
.col-2,
.col-2-narrow,
.col-1 {
	float: left;
	overflow: hidden;
	position: relative;
}

/* Set individual columns widths and behaviour */
.col-3 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}

.col-2 {
	width: 49%;
}

	.col-2 .col-2 {
		width: 48.5%;
	}

.col-2-narrow {
	width: 47%;
}

	.col-3 > .col-2-narrow:nth-child(even) {
		float: right;
	}	

.col-1 {
	width: 23.5%;
	margin-right:2%;
}

/* Flat percentage columns */
.col-100p{
	width: 100%;
}

.col-75p {
	width: 75%;
}

.col-50p {
	width: 50%;
}

.col-33p {
	width: 33.33%;
}

.col-25p {
	width: 25%;
}

.row {
	display: flex;
	flex-flow: wrap;
}

	.row > .col-2:nth-child(even) {
		float: right;
		margin-left: auto;
	}

	.row > .col-1:last-child,
	.row > .col-1:nth-child(4) {
		margin-right:0;
	}
	
.center-col {
	margin:0 auto;
	float: none;
}

.main-content-container {
	width: 100%;
	display: block;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 30px 0 30px;
	clear: both;
	position: relative;
}

	.main-content-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.main-content {
		float: left;
		width: 68%;
	}

	.side-column {
		float: right;
		width: 30%;
		position: relative;
		/*overflow: visible*/
	}
	
	.side-column-inner {
		/*position: -webkit-sticky;
		position: sticky;
		top:0;*/
	}

/* ==========================================================================
   Base Styles
   ========================================================================== */
a,
a:visited {
	color: #000;
	text-decoration: none;
	transition: all ease-in-out .08s;
}

	a:hover {
		text-decoration: underline;
	}
	
.article-section a {
	font-weight: bold;
	text-decoration: underline;
}
	
p {
	margin: 0 0 20px 0;
	line-height: 150%;
}

.article-section ul, 
.article-section ol {
	padding: 0 0 20px 0;
	width: 100%;
	clear: both;
	line-height: 150%;
}

	.article-section ul li {
		padding: 4px 0;
		list-style-type: disc;
		list-style-position: outside;
		width: 94%;
		clear: both;
		margin: 0 0 0 6%;
	}

	.article-section ol li {
		padding: 4px 0;
		list-style-type: decimal;
		list-style-position: outside;
		width: 94%;
		clear: both;
		margin: 0 0 0 6%;
	}

h1 {
	font-weight: 800;
	line-height: 140%;
	font-size: 1.8em;
	color: #000;
	margin:0;
	/*-webkit-column-span: all; 
	column-span: all;*/
}

h2 {
	font-weight: 800;
	line-height: 140%;
	font-size: 1.6em;
	color: #000;
	margin:0 0 20px 0;
	/*-webkit-column-span: all; 
	column-span: all;*/
}

@supports not (column-span: all) {
	
	
	.column-split {
		padding-top: 90px !important;
	}
	
  .column-split > h2:first-child {
   position: absolute;
   top:30px;right:0;left:30px;
  } 
}

h3 {
	font-weight: 800;
	line-height: 140%;
	font-size: 1.4em;
	color: #000;
	margin:0 0 20px 0;
	/*-webkit-column-span: all; 
	column-span: all;*/
}

h4 {
	font-weight: 800;
	line-height: 140%;
	font-size: 1.1em;
	color: #000;
	margin:0 0 20px 0;
	/*-webkit-column-span: all; 
	column-span: all;*/
}

.bg-black,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black a,
.bg-black p {
	color: #fff;
}

.main-content > section:nth-of-type(2n) * ,
body.entry-2132 > .main-content section.article-section:nth-child(9) * {
	color: #fff;
}

body.entry-1984 > .main-content > section.article-section:nth-child(8) *,
body.entry-2132 > .main-content > section.article-section:nth-child(8) * ,
body.entry-2132 > .main-content > section.article-section:nth-child(10) *{
	color: black;
}

/* Reset lists */
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}

blockquote:not(.tiktok-embed),
body.entry-1984 > .main-content > section.article-section:nth-child(8) blockquote,
body.entry-2132 > .main-content > section.article-section:nth-child(8) blockquote,
body.entry-2132 > .main-content > section.article-section:nth-child(10) blockquote {
	width: 98%;
	clear: both;
	overflow: hidden;
	margin: 20px 0 20px 2%;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	font-style: italic;
	border-left: solid 2px #000;
}

.main-content > section:nth-of-type(2n) blockquote,
body.entry-2132 > .main-content > section.article-section:nth-child(9) blockquote {
	border-color: #fff;
}

small {
	font-size: 90%;
}

/* ==========================================================================
   Global Styles
   ========================================================================== */
   
.cta,
.article-section .cta,
.embedCode > button,
.form-cont .fui-submit {
	width: 100%;
	border: solid 4px black;
	display: block;
	float: left;
	padding:15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	font-size: 1.8em;
	font-weight: 800;
	border-radius: 0;
} 

.embedCode > button {
	width: 100%;
	border: solid 4px black;
	display: block;
	float: left;
	padding:15px;
	margin: 15px 0 20px 0;
} 

	.cta:hover,
	.embedCode > button:hover {
		color: #fff;
		background: black;
		text-decoration: none;
	} 
	

.article-section table {
	width: 100%;
	clear: both;
	border: 0;
	border-right: solid 1px #f1f1f1;
	border-bottom: solid 1px #f1f1f1;
}
	
.article-section table td {
	padding:13px;
	border-top: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
}
	
.article-section table tr > td:last-child {
	border-left: 0;
}
	
/* ==========================================================================
   Form Styles
   ========================================================================== */
   
   .form-cont {
		width: 100%;
		clear: both;
		margin: 20px 0;
		background: #f4f6f8;
		padding:30px;
		border: solid 2px #000;
    }  

   
   

.form-container {
	max-width: 70%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

	.form-element {
		clear: both;
		width: 100%;
		float: left;
		padding:10px 0;
		overflow: hidden;
		margin:0;
	}	 
	
		.form-element label,
		.form-cont .fui-label-above-input .fui-label {
			width: 100%;
			clear: both;
			float: left;
			padding: 0 0 10px 0;
			font-weight: bold;
		}
		
		.form-element input.txtbox,
		.form-cont .fui-input {
			width: 100%;
			clear: both;
			border: solid 2px black;
			padding:12px 10px;
			text-transform: uppercase;
			color: black;
			font-weight: bold;
			border-radius: 0;
		}
		
		.g-recaptcha {
			float: left;
			clear: both;
			margin: 10px 0 0 0;
		}
		
		input[type=submit] {
			cursor: pointer;
		}
		
		::-webkit-input-placeholder {
		  color: black;
		  font-weight: bold;
		  text-transform: uppercase;
		}
		::-moz-placeholder {
		  color: black;
		  font-weight: bold;
		  text-transform: uppercase;
		}
		:-ms-input-placeholder {
		  color: black;
		  font-weight: bold;
		  text-transform: uppercase;
		}
		:-moz-placeholder { 
		  color: black;
		  font-weight: bold;
		  text-transform: uppercase;
		}	
		
		#mce-success-response.response {
		    padding: 25px 20px;
		    background: #6dff6e;
		    color: #000;
		    font-weight: bold;
		    font-size: 1.1em;
		}

	
.footer-form .form-element {
	padding: 0 0 6px 0;
}
		
	.footer-form input {
		border:0 !important;
		border-radius: 0 !important;
	}
	
	.footer-form .g-recaptcha {
		margin:0;
	}
	
	.footer-form button {
		border:0 !important;
		font-size: 1.3em !important;
		margin-top:5px !important;
		padding:12px !important;
		border-radius: 0  !important;
		width: 100%;
		background: #fff  !important;
		color: #000 !important;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.footer-form .form-terms {
		font-size: .8em;
	}
	
	.footer-form label {
		color: #fff  !important;
	}
	
	.form-50p {
		width: 49%;
		clear: none;
	}
	
	.form-50p:nth-child(even) {
		float: right;
	}
	
.form-note {
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	padding:15px;
	text-align: center;
}		
		
	.form-note p {
		text-transform: uppercase;
		margin:0;
		font-weight: bold;
		color: #fff;
	}
	
.form-success {
	background: green;
}
		
.form-error {
	background: red;
}
		
.signoff {
	text-align: center;
	font-size: .85em;
	margin-top: 20px;
	width: 100%;
	clear: both;
	float: left;
}
	
/* ==========================================================================
   Global Layout
   ========================================================================== */
   
.mpu-header-cont {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
}

	.mpu-slides {
		padding-top:10px;
		padding-bottom: 10px;
		max-width: 850px;
	}

	.mpu-header-cont .slide {
		display: none;
		width: 100%;
		max-width: 1286px;
	}
	
	.mpu-header-cont .slide:first-child {
		display: block;
	}
	
	.mpu-header-cont .slide a {
		width: 100%;
		height: auto;
		float: left;
	}

	.mpu-header-cont .slide img {
		width: 100% !important;
		height: auto !important;
		display: block;
		float: left;
	}

.top-nav {
	background: black;
	overflow: visible;
}   

.top-nav .col-3 {
	overflow: visible;
}

	ul.top-nav-list {
		float: left;
		width: 100%;
		overflow: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		        justify-content: space-between;		
	}
	
		ul.top-nav-list li {
			float: left;
			clear: none;
			width: auto;
			padding:0;
		}
		
			ul.top-nav-list li a {
				float: left;
				display: block;
				color: #fff;
				text-transform: uppercase;
				padding: 10px 13px;
				font-size: .8em;
				font-weight: 400;
			}			
   
				ul.top-nav-list li a:hover,
				ul.top-nav-list li.active a {
					text-decoration: none;
					background: #fff;
					color: #000;
				}	
				
			ul.top-nav-list li a.menu-subscribe,
			ul.top-nav-list li a.active.menu-subscribe {
				background: #ff1212;
				color: #fff;
				font-weight: bold;
			}
				
				.top-nav-list svg {
					width: 20px;
					vertical-align: bottom;
					
				}		
		
			.top-svg {
				fill:#FFFFFF;
			}
			
				ul.top-nav-list li a:hover .top-svg {
					fill: #000000;
				}

				.ico-contributor-head {fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
				.ico-contributor-body {fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
						
					a:hover .ico-contributor-head {fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
					a:hover .ico-contributor-body {fill:none;stroke:#000000;stroke-miterlimit:10;}
				
				.ico-events{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:1.5345;stroke-miterlimit:10;}
					a:hover .ico-events {fill:#000000;stroke:#000000;stroke-width:1.5345;stroke-miterlimit:10;}

				.ico-search {fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
				.ico-subscribe {fill:none;stroke:#000000;stroke-miterlimit:10;}
					
					a:hover .ico-search,
					a:hover .ico-subscribe,
					.active .ico-subscribe {fill:none;stroke:#000000;stroke-miterlimit:10;}

				.top-svg,
				.ico-instagram,
				.ico-twitter,
				.ico-podcast,
				.ico-muse,
				.ico-opinion,
				.ico-boast {fill:#ffffff}
				
					li.active a *,
					a:hover .top-svg,
					a:hover .ico-instagram,
					a:hover .ico-twitter,
					a:hover .ico-podcast,
					a:hover .ico-muse,
					a:hover .ico-opinion,
					a:hover .ico-boast {fill: #000000;}
				
				.top-nav-list svg {
					width: 22px;
					margin: 0 3px 0 0;
				}	
				
				.search-element {
					display: flex;
					flex-direction: row;
				}	
				
					.search-element .search-submit {
						background: transparent;
						border:0;
						padding: 0 5px 0 9px;
						min-width: 30px;
					}	

.header-cont {
	padding:30px;
}			

	.logo {
		width: 100%;
		max-width: 300px;
		height: auto;
		float: left;
	}   
	
	.header-cont nav {
		overflow: hidden;
		float: right;
		width: 50%;
	}
	
	ul.main-menu {
		float: right;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
		ul.main-menu li {
			float: left;
			margin: 5px 0 5px 10px;
			flex-grow:1;
			flex-basis: 20%;
		}

			ul.main-menu li a {
				float: left;
				display: block;
				border: solid 3px black;
				padding:5px;
				text-transform: uppercase;
				color: #000;
				width: 100%;
				text-align: center;
				font-weight: 700;
			}
			
				ul.main-menu li a:hover,
				ul.main-menu li.active a {
					background: black;
					color: #fff;
					text-decoration: none;
				}
				
					.header-cont nav li.mob-menu {
						display: none;
					}
					
							ul.main-menu li a.main-subscribe,
							ul.main-menu li.active a.main-subscribe  {
								background: #ff1212;
								color: #fff;
							}



		   
				
.footer-cont {
	background: black;
}

	.footer-cont footer {
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.footer-cont h4 {
		color: #fff;
		margin: 0 0 25px 0;
	}
	
	.footer-cont a,
	.footer-cont p {
		color: #fff;
	}
	
	.footer-cont .col-25p {
		margin-bottom: 30px;
	}
	
	.bottom-ctas .article-section {
		margin: 25px auto;
	}
	
	.bottom-ctas .cta {
		margin: 0;
	}


	
.footer-tweets,
.footer-form {
	width: 33%;
	float: left;
}

.footer-links {
	width: 20%;
	float: left;
}

.footer-logo {
	width: 13%;
	float: right;
}

	.footer-logo img {
		width: 90%;
		height: auto;
	}
	
.footer-tweets,
.footer-links,
.footer-form {
	padding-right:2%;
}
	
.bg-black,
.main-content > section:nth-of-type(2n),
body.entry-2132 > .main-content > section.article-section:nth-child(9) {
	background: black;
	padding:30px;
}

	.main-content > section:nth-of-type(2n) .media-container {
		/*margin-top: 0 !important;*/
	}
	
body.entry-1984 > .main-content > section.article-section:nth-child(8),
body.entry-2132 > .main-content > section.article-section:nth-child(10),
body.entry-2132 > .main-content > section.article-section:nth-child(8) {
	background: white;
}

.bg-grey {
	background: #e5e5e5;
}

/* ==========================================================================
   Homepage 
   ========================================================================== */
   
.home-hero-cont {
	margin-bottom:30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}   
   
   .home-hero-img,
   .hero-banner-img {
	   width: 100%;
	   height: auto;
	   max-height: 60vh;
	   border-top: solid 4px black;
	   border-bottom: solid 4px black;
	   order:1;
	   object-fit: cover;
   }   
   
.home-hero-bar-cont {
	background: #000;
	order: 2;
	overflow: visible;
}
   
	.home-hero-bar {
		padding-top: 25px;
		padding-bottom: 25px;
		color: #fff;
		position: relative;
		overflow: visible;
	}	
	
		.home-hero-excerpt {
			padding-bottom:25px;
			clear: both;
			float: left;
			width: 100%;
		}
	
		.home-hero-bar p {
			margin:17px 0 0 0;
			float: left;
		}
		
		.home-hero-bar-rating {
			position: absolute;
			top:-25px;
			left:20px;
			background: #000;
			padding:6px 10px;
		}
	
		.home-hero-bar .sr-avg-rating {
			color: white !important;
		}
	
		.home-hero-bar h2 {
			color: white;
			font-size: 1.9em;
			line-height: 155%;
			display: inline;
		}
		
		.home-hero-bar a {
			color: #fff;
		}
   
	/* Switch the order around if they wat to. */   
	.excerpt-pos-top .home-hero-img {
		order: 2;
	}
	
	.excerpt-pos-top .home-hero-bar-cont {
		order: 1;
	}
   
	.excerpt-pos-top .home-hero-bar-rating {
		top: auto;
		bottom: -25px;
	}
	
	
   
 
.home-hero-story {
	height: 60vh;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-top: solid 8px black;
	border-bottom: solid 8px black;
	overflow: visible;
	margin: 0 0 80px 0;
}  

	.home-hero-story-inner {
		height: 60vh;
		min-height: 500px;
		overflow: visible;
	} 

		.home-hero-story-inner .listing-cont {
			position: absolute;
			bottom: -60px;
			left: 30px;
			background: #fff;
			width: 46.77%
		} 		
		
.sector-search-cont {
	float: right;
	display: flex;
	flex-direction: column;
	padding-bottom:10px;
	}
	
.sector-search {
	background: #1d1d1b;
	padding:20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}

.sector-banner {
	padding:0;
}

	.sector-banner > div {
		width: 100%;
	}

	.sector-banner > div img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	
	.cycle-pager {
		background: #000;
		width: 100%;
		text-align: center;
		padding:4px;
	}
	
		.cycle-pager span {
			display: inline-block;
			border-radius: 100%;
			width: 10px;
			height:10px;
			background:#000;
			border: solid 2px #fff;
			margin: 0 6px;
			text-indent: -9999px;
			overflow: hidden;
			cursor: pointer;
		}
		
		.cycle-pager .cycle-pager-active {
			background: #fff;
		}

	.sector-search h3 {
		color: #fff;
	}

	.sectors {
		width: 100%;
		float: left;
		clear: both;
		margin: 10px 0 0 0;
	}

	.sector-list {
		width: 100%;
		max-height: 186px;
		overflow-y: auto;
		text-transform: uppercase;
	} 
	
		.sector-list li {
			width: 97%;
			float: left;
			clear: both;
		}
		
		.sector-list a {
			padding:7px;
			color: #d8d8d8;
			border-bottom: solid 1px #fff;
			float: left; 
			width: 100%;
			font-weight: 800;
		}
		
			.sector-list li:last-child a {
				border-bottom: 0;
			}
	
			.sector-list a:hover {
				color: #1d1d1b;
				background: #fff;
				text-decoration: none;
			}
			
		.sector-list::-webkit-scrollbar {
		    width: .7em;
		}
		 
		.sector-list::-webkit-scrollbar-track {
		    background: #1d1d1b;
		}
		 
		.sector-list::-webkit-scrollbar-thumb {
			background-color: #5c5c59;
			border-radius: 4px;
		}	
		.sector-list::-webkit-scrollbar-thumb:hover {
			background-color: #747474;
		}	
		
.home-ctas {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
   
	.home-ctas li {
		flex-grow:1;
		width:23%;
		margin: 7px 7px 0 0;
		justify-content: space-between;
	}
	
	.home-ctas a {
		margin:0;
		padding:18px 15px;
	}
	
	.home-ctas svg {
		width: 42px;
	}
   
   /*
	.home-ctas li:first-child {
		flex-basis: 100%;
		margin-right:0;
	}
	.home-ctas li:nth-child(2n) {
		flex-basis: 46%;
	}
	
	.home-ctas li:nth-child(3n),
	.home-ctas li:nth-child(4n) {
		flex-basis: 46%;
	}
   
	.home-ctas li:nth-child(3n)  {
		margin-left:7px;
	}
	*/	
	
	.home-ctas li:last-child {
		margin-right:0;
	}
	
	.home-ctas svg path {
		fill: #000000;
	}
   
		.home-ctas a:hover svg path {
			fill: #ffffff;
		}
		
	.cta-boast {
		border:solid 4px black;
		background: #62c9e6;
		text-align: center;
		display: block;
		width: 100%;
		margin: 7px 0 10px 0;
		padding: 0;
		transition: all .2s ease;
		
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	
		.cta-boast:hover {
			background: #fff;
		}
	
		.cta-boast svg path {
			transition: all .3s ease-in-out;
		}
		
		.cta-boast img {
			width: 100%;
		}
			
		/*.cta-boast:hover svg path.newwork1 {
			transform: translateX(5px);
		}
	
		.cta-boast:hover svg path.newwork2 {
			transform: translateX(-5px);
		}*/
	
				
		
/* ==========================================================================
   Listing 
   ========================================================================== */

.listing-cont {
	border: solid 4px black;
	margin-bottom:20px;
	display: flex;
	flex-direction: column;
}

	.listing-cont header {
		padding: 15px 15px 2px 15px;
	}

		.listing-cont header h2 {
			font-size: 1.3em;
			margin:0;
		}
		
		.wide header h2 {
			margin-bottom: 10px;
		}

	.listing-cont section {
		padding: 7px 15px 15px 15px;
		display: flex;
		flex-direction: column;
		margin-top: auto;
	}
	
	.listing-cont img {
		width: 100%;
		height: auto;
		border-bottom: solid 4px black;
	}
	
	.listing-cont a {
		color: #000;
		font-weight: 800;
	}
	
	.listing-cont .card-contributer {
		display: block;
		clear: both;
		width: 100%;
		font-weight: 800;
		margin-bottom:10px;
		color: #d3af46;
		font-size: .9em;
	}
	
	.home-hero-bar .card-contributer {
		display: block;
		clear: both;
		width: 100%;
		font-weight: 800;
		margin-bottom:10px;
		color: #d3af46;
		font-size: .9em;
	}
	
	.listing-cont p:last-child {
		margin-bottom: 0;
	}

/*Editor's Picks section*/	
.editors-picks {
	padding-top:40px;
	padding-bottom:40px;
}

	.editors-picks div > header {
		margin: 0 0 30px 0;
	}

	.editors-picks .listing-cont {
		background: #fff;
	}
	
	.editors-picks .listing-cont header{
		text-transform: none;
	}
	
	.editors-picks .listing-cont,
	.editors-picks .listing-cont img {
		border-color: white;
	}
	
	.editors-picks .listing-cont h2 {
		text-transform:none;
		font-size: 1.1em;
		color: #000;
	}

	.editors-picks .listing-cont p {
		color: #000;
	}
	

/* Pagination */  
.pagination {
	clear: both;
	width: 100%;
	padding:60px 20px 10px 20px;
	text-align: center;
}   
   
	.pagination a,
	.pagination span {
		display: inline-block;
		border: solid 2px black;
		padding:7px 15px;
		margin: 0 5px 5px 0;
	}   
	
	.pagination a:hover,
	.pagination span {
		background: black;
		color: white;
	}   

/* ==========================================================================
   Standard Page 
   ========================================================================== */
   
.hero-banner {
	height: 50vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: solid 8px black;
	border-bottom: solid 8px black;
	overflow: visible;
	margin: 0 0 0 0;
}  

.article-section {
	margin-bottom:35px;
}

	.article-section > :last-child,
	.article-section > * > :last-child {
		margin-bottom: 0;
	}

	.feature-heading {
		background: black;
		padding-top:30px;
		padding-bottom:30px;
	}   
	
	.podcast-heading {
		margin-bottom: 40px;
	}
	
		.heading-cont {
			width: 85%;
			float: left;
			overflow: hidden;
			/*padding: 0 10px; */
			padding: 0;
		}
	   
		h1.feature {
			color: black;
			font-size: 2em;
			line-height: 155%;
			display: inline;
			background: white;
			/*box-shadow: 10px 0 0 white, -10px 0 0 white;*/
			padding: 3px 0;
			box-decoration-break: clone;
		}   
		
		.rating {
			float: right;
			color: #fff;
			font-size: 28px;
			border: solid 1px white;
			width: 13%;
		}
		
			.rating p {
				color: #fff;
				font-size: 18px;
				text-align: right;
				margin:0 10px 0 0;
				text-transform: uppercase;
				text-align: center;
				padding:10px;
				width: 100%;
				display: block;
				font-weight: 800;
			}
			
			.star-cont {
				padding:10px;
				border-top: solid 1px white;
				text-align: center;
			}
			
			/* Star styling */
			.sr-star {
				font-size: 22px;
				margin: 0 1px;
			}
			
			.sr-avg-rating {
				color: black !important;
			}

			.sr-unrated {
				color: #cfcfcf !important;
			}
			
			.feature-heading .sr-avg-rating {
				color: white !important;
			}
			
			.feature-heading .sr-unrated {
				color: #545454 !important;
			}
			
			.feature-heading .sr-star {
				font-size: 23px;
				margin: 0 2px;
			}
			
			.article-section figure {
				margin: 15px 0;
				overflow: hidden;
			}
			
			.article-section > .col-2-narrow > figure {
				margin: 4px 30px 15px 0;
				float: left;
			}
			
			.article-section figure img {
				display: inline-block;
			}
			
				.article-section figure figcaption {
					clear: both;
					float: left;
					display: block;
				    width: 100%;
				    padding: 12px 0 0 0;
				    clear: both;
				    font-size: .85em;
				}

.feature-pull {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding:10px;
	width: 100%;
}

	.twitter-tweet {
		width: 100% ;
		margin: 0 auto !important;
		float: none;
	}
	
	.feature-pull img {
		width: 90%;
		max-width: 600px;
		height: auto;
		margin: 0 auto;
		display: block !important;
	}   
		
.big-idea {
	background: black;
	padding:30px;
	margin: 20px 0;
	float: left; 
	width: 100%;
}

	.big-idea p:last-child {
		margin-bottom: 0;
	}
	
.gallery,
.video {
	width: 100%;
	clear: both;
	float: left;
}

		.video-caption,
		.image-caption {
			display: block;
		    width: 100%;
		    padding: 12px 0 0 0;
		    clear: both;
		    font-size: .85em;
		}
		
		.instagram-media {margin: 0 auto !important;}
		
.gallery {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery .thumb {
	float: left;
	width: 49%;
	margin: 0 0 10px 0;
}

	.gallery .thumb img {
		float: left;
		width: 100%;
		margin: 0;
	}

	.gallery .thumb:nth-child(2n+2) {
		float: right;
	}
	
	.gallery .thumb.single {
		width: 100%;
		height: auto;
	}
	
	.media-container {
		display: flex;
		flex-direction: column;
	}
	
	.section-galleryBlock > .media-container:nth-of-type(1) {
		margin-top:0;
	}
	
	
	.gallery-videoFirst {
		order: 2;
	}
	
	.video-videoFirst {
		order: 1;
	}
	
.section-fullWidthGallery,
.section-galleryBlock {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.section-galleryBlock > div:empty {display: none;}

	.section-galleryBlock .gallery,
	.section-galleryBlock .video {
		width: 100%;
	}
	
	.section-galleryBlock .media-container {
		width: 100%;
		text-align: center;
		margin-bottom:20px;
	}
	
	.section-galleryBlock > div {
		-webkit-order: 1;
		order: 1;
	}
	
	.gallery-aboveText .media-container {
		margin-bottom:20px;
		-webkit-order: 0;
		order: 0;
	}
	
	.gallery-belowText .media-container {
		margin-bottom:0;
		margin-top: 30px;
	}
	
	.section-galleryBlock .gallery .thumb {
		padding: 1%;
		float: none !important;
		display: inline-block;
	}
	
	


.directors-cut {
	
}

	.directors-cut-heading {
		width: 100%;
		clear: both;
		float: left;
		margin: 0 0 20px 0;
	}	

	.directors-cut-heading img {
		width: 100px;
		float: left;
		margin: 0 20px 0 0;
	}	
	
	.directors-cut-heading h2 {
		margin: 0 0 12px 0;
		font-size: 1.5em;
	}	
	
	.directors-cut-heading p {
		margin: 0 0 0 0;
		font-weight: 700;
	}	
	
.directors-cut-media img {
	padding: 1%;
}	
	


	
.video iframe {
	width: 100%;
	/*height: auto;
	height: 290px;*/
	
}

.column-split {
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	column-fill: balance;
	-moz-column-fill: balance;
}

	.column-split p {
		margin:0;
		padding: 0 0 20px 0;
	}

	.column-split iframe {
		width: 100% !important;
	}

.our-score {
	border: solid 2px black;
	display: block;
	float: left;
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 30px;
}
	
	.our-score > span {
		border-right: solid 2px black;
		float: left;
		display: block;
		padding:10px 15px 10px 15px;
	}
   
	.our-score > span:first-child {
		background: black;
		color: #fff;
	}
   
	.our-score > span:last-child {
		border-right: 0;
	}
	
.reviewer-panel {
	clear: both;
	float: left;
}

	.reviewer-panel img {
		border: solid 4px black;
		float: left;
		margin: 0 15px 15px 0;
		max-width: 25%;
		height: auto;
		float: left;
	}
	
	.reviewer-panel h4 {
		font-size: 1.5em;
		margin: 0 0 8px 0;
	}
	
	.reviewer-panel .bio {
		float: right;
		overflow: hidden;
		width: 70%;
	}
	
	.reviewer-panel ul {
		float: left;
		font-weight: 800;
		padding:0;
		margin: 0 0 15px 0;
	}
	
	.reviewer-panel ul li {
		list-style: none;
		margin:0;
		padding:0;
		width: 100%;
	}
	
	
.score-panel {
	clear: both;
	margin: 0 0 30px 0;
	display: block;
	float: right;
	font-weight: 800;
	font-size: 1.5em;
	border: solid 1px black;
	width: 100%;
	max-width: 500px;
}	
	.score-panel-inner > span {
		border: solid 2px black;
		border-top-width: 1px;
		float: left;
		display: block;
		width: 33.33%;
		padding:10px 15px 10px 15px;
	}
   
	.score-panel-inner > span:first-of-type {
		background: black;
		color: #fff;
	}
   
	.score-panel-inner > span:last-child {
		border-right-width: 1px;
		border-left: 0;
	}
	
	.score-panel p {
		font-size: 15px;
		text-align: left;
		font-weight: normal;
		clear: both;
		margin: 0;
		padding:10px;
		width: 100%;
		float: left;
	}
	
.side-column a.cta {
	font-size: 1.2em;
	margin:0 0 20px 0;
}

.cta-subscribe {
	background: #d1cb90;
}
	

.side-card {
	width: 100%;
	clear: both;
	float: left;
	background: #e5e5e5;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
	padding:15px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

	.side-card h3 {
		text-align: center;
		text-transform: uppercase;
		font-size: 1.1em;
	}
	
		.side-card h3 span {
			display: inline-block;
			padding: 3px 7px;
			background: #fff;
		}
		
	.side-card h4 {
		margin: 0;
		font-weight: 700;
		font-size: .93em;
	}

.also-like a {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.also-like img {
	width: 100%;
	max-width: 25%;
	float: left;
	margin: 0 15px 0 0;
}

.up-next-inner {
	padding:10px;
	background: #fff;
	float: left;
	width: 100%;
	overflow: hidden;
}

	.up-next img {
		width:100%;
		height: auto;
		margin: 0;
	}
	
	.up-next a {
		display: block;
		float: left;
		width: 100%;
	}
	
	.up-next a span {
		float: right;
		font-weight: 700;
		font-size: .9em;
		margin: 10px 0 0 0;
	}
	
.side-card a:hover {
	text-decoration: underline;
}


	
	


	
/* Rating filter box on overview pages */

.filter-cont {
	padding:10px;
	background: #000;
	position: absolute;
	top:-25px;
	right: 30px;
}

	.filter-cont p {
		float: right;
		font-weight: bold;
		margin:0;
	}

	.filter {
		float: right;
		direction: rtl;
		text-align: center;
		padding: 0 0 0 15px;
	}
		.filter span {
			display: inline-block;
			margin:2px 0 0 9px;
			float: right;			
		}
	
		.filter span a {
			color: #ccc;
		}
	
		.filter > a {
			display: inline-block;
			position: relative;
			padding:0 1px 0 1px;
			font-size: 20px;
			transition: ease-in-out .2s all;
		}
	
			.filter > a:hover,
			.filter > a:hover ~ a {
				color: gold;
				cursor: pointer;
				transform: scale(1.2);
			}
			
			.fa5 .f1, .fa5 .f2, .fa5 .f3, .fa5 .f4, .fa5 .f5, 		
			.fa4 .f1, .fa4 .f2, .fa4 .f3, .fa4 .f4,		
			.fa3 .f1, .fa3 .f2, .fa3 .f3,		
			.fa2 .f1, .fa2 .f2,		
			.fa1 .f1	
			{
				color: gold;
				
			}
	
/* ==========================================================================
   Contributor Page 
   ========================================================================== */
   
   .contributor {
	   margin: 0 0 35px 0;
	   padding:0;
   }
   
   .contributor:first-child {
	   margin-top:50px;
   }
   
	   .contributor-avatar {
		   float: left;
		   width: 20%;
	   }
	
		   .contributor-avatar img {
			   border: solid 4px black;
			   width: 100%;
		   }
		   
		.contributor-info {
			float: right;
			width: 77%;
		}

/* ==========================================================================
   Mobile Menu 
   ========================================================================== */

   #menu-cont {
	   position: fixed;
	   z-index: 999;
	   top:0;
	   right:-120%;
	   width: 100%;
	   padding:40px 40px 30px 40px;
	   height: 100vh;
	   background: black;
	   transition: ease-in-out all .03s;
	   display: none;
   }
   
	#menu-cont.open {
		/*-webkit-animation: animation 865ms linear both;
		animation: animation 865ms linear both;*/
		display: none;
		right:0;
		overflow-y: auto;
	}
   
   .menu-toggle-opened {
	   position: absolute;
	   top:40px;
	   right:40px;
	   color: #fff !important;
   }
   
   ul.main-nav {
	   width: 100%;
	   overflow: hidden;
	   padding: 20px 0;
	   float: left;
   }
   
	   ul.main-nav li {
		   padding: 0;
		   overflow: hidden;
		   width: 100%;
		   display: block;
		   float: left;
	   }
   
		   ul.main-nav li a {
				color: #fff;
				display: block;
				width: 100%;
				float: left;
				padding:8px 8px 8px 0;
				margin: 0 0 3px 0;
				transition: ease-in-out .15s all;
		   }
   
			   ul.main-nav li a:hover {
				   background: rgba(255, 255, 255, .1);
			   }
   
   ul.main-nav li.active > a {
	   font-weight: bold;
	   text-decoration: underline;
	   background-color: rgba(255, 255, 255, .1);
	}
         
   .searchbox {
	   width: 100%;
	   margin:0 auto;
	   border:0;
	   margin-top: 50px;
   }
   
   	.searchbox .algolia-autocomplete {
	   	width: 100%;
   	}
   
	   	.searchbox input.aa-input-search {
		   	width: 100%;
		   	float:left;
		   	border: 0;
		   	clear: none;
		   	color: #333;
		   	font-size: 16px;
		   	padding: 15px;
	   	}
	   	
	   	.searchbox .aa-dropdown-menu {
		   	width: 100%;
		   	left:0;
	   	}
	   	
	   	span.search-empty {
	   	    padding: 10px;
		    width: 100%;
		    display: block;
	   	}	   	
	   	
		#menu-cont.open::-webkit-scrollbar {width: 12px;}
		
		#menu-cont.open::-webkit-scrollbar-track {background: #f1f1f1;}
		
		#menu-cont.open::-webkit-scrollbar-thumb {background: #fff;border-radius: 3px;}
		
		#menu-cont.open::-webkit-scrollbar-thumb:hover {background: #ccc;}


.aa-input-container {
  display: inline-block;
  position: relative; }
  
.aa-input-search {
  width: 150px;
  padding: 17px 10px 12px 10px;
  border:0;
  
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 12px;
  
  box-sizing: border-box;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  }
  
  .aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
    display: none; }
  .aa-input-search:focus {
    outline: 0; }
    
.aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #e4e4e4; }
  
.aa-hint {
  color: #e4e4e4; }
  
.aa-dropdown-menu {
  background-color: #fff;
  border: 2px solid black;
  font-family: "Montserrat", sans-serif;
  width: 480px;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 5px;
  box-sizing: border-box; 
    right: 0px !important;
    left: auto !important;
  
  }
  
.aa-suggestion {
  padding: 12px;
  border-top: 1px solid rgba(228, 228, 228, 0.6);
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.35); }
  .aa-suggestion > span:first-child {
    color: #333; }
  .aa-suggestion > span:last-child {
    text-transform: uppercase;
    color: #a9a9a9; }
.aa-suggestion a > span:first-child em, 
.aa-suggestion a > span:last-child em {
  font-weight: 700;
  font-style: normal;
  background-color: rgba(58, 150, 207, 0.1);
  padding: 2px 0 2px 2px; }    
  
  .aa-suggestion a {
		width: 100%;
		display: block;
		padding:5px !important;
		clear: both;
		color: black !important;
		font-size: .85em !important;
		font-weight: 600 !important;
  }
  
  .aa-suggestion img {
	  float: left;
	  margin: 0 10px 0 0;
	  width: 70px;
	  height: auto;
  }
    
/* ==========================================================================
   Select Dropdown 
   ========================================================================== */
  
.archive-filter {
	padding:20px 2px 40px 10px;
}

	.archive-filter:first-child {
		padding:20px 10px 40px 2px;
	}
 
	 .archive-filter p {
		 font-weight: bold;
	 }

  .select-css {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    padding: 15px;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 3px solid #000;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

	.select-css::-ms-expand {
	    display: none;
	}
	
	.select-css:hover {
	    background-color: #000;
	    color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	}
	
	.select-css:focus {
	    border-color: #aaa;
	    box-shadow: 0 0 1px 2px rgba(59, 153, 252, .7);
	    box-shadow: 0 0 0 2px -moz-mac-focusring;
	    outline: none;
	}
	.select-css option {
	    font-weight:normal;
	}
	
/* ==========================================================================
Popup Styling
========================================================================== */
   
   .popup-cont {
	   width: 100%;
	   display: block;
	   position: fixed;
	   bottom:-100%;
	   opacity: 0;
	   left:0;
	   padding: 20px 0;
	   background: #fff;
	   z-index: 100;
	   transition: all .5s ease;
	}
	
   .popup-cont.open {
	   bottom:0;
	   opacity: 1;
	   -webkit-box-shadow: 0px 0px 116px 112px rgba(0,0,0,.8);
	   -moz-box-shadow: 0px 0px 116px 112px rgba(0,0,0,.8);
	   box-shadow: 0px 0px 116px 112px rgba(0,0,0,.8);
	}
	
   	.popup {
	   	margin: 0 auto;
	   	width:1300px;
	   	max-width: 80%;
	   	padding-top:20px;
	   	padding-bottom:10px;
	   	position: relative;
	   	display: flex;
	   	flex-direction: column;
   	}
   	
   	.popup-close {
	   	position: absolute;
	   	top:-49px;
	   	right:0;
	   	font-size: 15px;
   	}
   	
	   	.popup-close a {
		   	color: white;
		   	font-weight: bold;
	   	}
   	
   		.popup-row {
	   		width: 100%;
	   		display: flex;
	   		flex-direction: row;
	   		justify-content: space-between;
	   		align-content: flex-start;
   		}
   		
   		.popup-col {
	   		width: 50%;
	   		padding:0 10px 10px 10px;
   		}
   		
   			.popup-col h3 {
	   			text-transform: uppercase;
	   			font-weight: bold;
	   			font-size: 1.8em;
	   			margin:0 0 10px 0;
   			}

   			.popup-col h3 strong {
	   			background: black;
	   			display: inline-block;
	   			color: #fff;
   			}
   			
   			.popup-col p {
	   			font-size: .95em;
	   			margin:0;
   			}

   			.popup-col p.small {
	   			font-size: .7em;
	   			margin: 0 0 10px 0;
   			}   			
   			
   			.popup input {
	   			width: 100%;
	   			border: solid 1px #ececec !important;
	   			padding:10px 13px !important;
	   			float: left;
	   			font-size:14px !important;
	   			border-radius: 0  !important;
	   			background: #fff !important;
	   			-webkit-box-shadow: inset 0px 0px 15px -14px rgba(0,0,0,0.64) !important;
				-moz-box-shadow: inset 0px 0px 15px -14px rgba(0,0,0,0.64) !important;
				box-shadow: inset 0px 0px 15px -14px rgba(0,0,0,0.64) !important;
				transition: all .2s ease !important;
   			}

	   			.popup input:focus,
	   			.popup input:hover {
		   			border-color: #000 !important; 
	   			}
   			
   			.popup-col .g-recaptcha {
	   			float: left;
	   			width: 48%;
	   			clear: none;
	   			margin-top: 0;
	   			
	   			transform:scale(0.77);
	   			-webkit-transform:scale(0.77);
	   			transform-origin:0 0;
	   			-webkit-transform-origin:0 0;
   			}
   			
   			.popup button {
	   			width: 100%;
	   			float: left;
	   			background: #000;
	   			padding: 16px 13px;
	   			text-align: center;
	   			font-weight: bold;
	   			color: #fff;
	   			border:0;
	   			margin: 0 0 6px 0;
	   			text-transform: uppercase;
	   			cursor: pointer;
	   			border: solid 4px #000;
   			}
   			
	   			.popup button:hover {
		   			transition: ease .2s;
		   			background: #fff;
		   			color: #000;
	   			}   			
   			
   			.popup-col {
	   			transform: translateY(30px);
	   			opacity: 0;
	   			transition: all .3s ease;
   			}   			

   			.open .popup-col:nth-child(1) {
	   			transform: translateY(0);
	   			opacity: 1;
	   			transition-delay: .8s;
   			}

   			.open .popup-col:nth-child(2) {
	   			transform: translateY(0);
	   			opacity: 1;
	   			transition-delay: .85s;
   			}
   			
   			.fui-type-html,
   			.fui-type-html > div > div p:last-child {
	   			margin-bottom:0;
   			}
   			
@media only screen and (max-width: 820px) {
	
	.small-hide {
		display: none;
	}
	
		.popup-cont.open {
			position: absolute;
    top: 50px;
    bottom: auto;
		}
	
		.popup {
			max-width:95%;
		}
	
   		.popup-row {
	   		flex-direction: column;
   		}
   		
   		.popup-col {
	   		width: 100%;
	   		padding:0 10px 10px 10px;
   		}
		   
		   .article-section figure img {
			   width: 100%;
			   height: auto;
		   }

   		
	
}

	
@media only screen and (max-width: 480px) {
	
	
		.popup-cont {
			padding:15px 0 10px 0;
		}
	
		.popup {
			padding-top:0;
		}
	
   		.popup-col {
	   		padding:0 10px 0 10px;
   		}
   		
   		.popup-col p {
	   		margin-bottom:10px;
   		}
   		
   			.popup-col p.small {
	   			margin: 0;
   			}   			
   		
   		.popup-col input {
	   		width: 100%;
	   		padding:12px;
   		}
   		
   		.popup-col button {
	   		padding:13px;
   		}
   		
   		.popup-col > * {
	   		margin-bottom:10px;
   		}
   		
   		.popup-col .g-recaptcha {
	   		float: left !important;
	   		margin:0;
   		}
	
}

	

/* ==========================================================================
   Helper classes
   ========================================================================== */

.right {float: right !important;}
.left {float: left !important;}
.clear {clear: both;}
.hidden {display: none;}
.center {text-align: center;}
.overflow {
	/*overflow: visible;*/
}

@media only screen and (max-width: 850px) {
	
	.col-25p {
		width: 100%;
	}
	
	.col-2-narrow {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.row {
		display: block;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.col-1 {
		width: 49%;
		margin:0;
	}
	
	.row > .col-1:nth-child(even) {
		float: right;
	}
	
	.row > .col-1:nth-child(odd) {
		clear: both;
	}
	
	.listing-cont {
		margin-bottom: 20px;
	}
	
	.sector-search-cont {
		width: 100%;
		margin:0 0 20px 0;
		padding:0;
	}
	
		.sector-search {
			margin-bottom: 15px;
		}
		
			.sector-list {
			    max-height: 120px;
			}
			
			.cta-boast {
				margin:0;
			}
	
	.header-cont {
		padding-right:0;
		padding-left:0;
	}
	
	.logo {
		max-width: 45%;
	}
	
	.header-cont nav {
		width: auto;
	}
	
	.header-cont nav li,
	.top-nav,
	.top-nav li {
		display: none;
	}

	.top-nav li.search {
		display: block;
		width: 100%;
		float: left;
	}

	.header-cont nav li.mob-menu {
		display: block;
	}
	
			
		#menu-cont.open {display: block;}

		#menu-cont .main-nav {
			text-align: center;
			font-size: 1.4em;
			font-weight: bold;
		}
		
		#menu-cont .top-nav-list {
			width: 100%;
			text-align: center;
			display: block;
		}

			#menu-cont .top-nav-list li {
				clear: none;
				float: none;
				display: inline-block;
			}
   
		   #menu-cont .top-nav-list li.search {
			   display: none;
		   }
	
	.home-hero-story {margin-bottom: 150px;}
	
	.home-hero-story-inner .listing-cont {
		position: absolute;
		bottom: -130px;
		left: 2%;
		background: #fff;
		width: 96%
	}
	
	h1.feature {
	    box-shadow: 13px 0 0 white, -5px 0 0 white;
	    font-size: 1.4em;
	}
	
	.home-hero-bar h2 {
	    font-size: 1.4em;
	}
	
	.rating {
		clear: both;
		float: left;
		width: 100%;
		padding: 6px;
		margin: 10px 0 0 0;
		border: 0;
	}
	
		.star-cont {
			float: left;
			border: 0;
			padding:0;
		}
		
		.rating p {
			float: left;
			clear: none;
			width: auto;
			margin: 10px 15px 0 0;
			padding:0;
		}
	
	.gallery img {
	}
	
	.gallery .thumb:nth-child(2n+2) {
		float: left;
	}
	
	.video {
		margin:20px 0;
	}
		
	.feature-pull {
	    float: none;
	    overflow: hidden;
	    margin: 20px auto;
	    width: 100%;
	}
	
	.article-scores .col-2 {
		width: 100%;
	}
	
		.reviewer-panel img {
			border-width: 3px;
			width: 23%;
			max-width: none;
		}
		
		.score-panel {
			float: left;
			max-width: none;
		}	
				
	.main-content,	
	.side-column {
		width: 100%;
		clear: both;
	}	
		
	.footer-form {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	.footer-tweets,
	.footer-links{
		width: 50%;
	}
	
	.center-col {
		margin: 0;
		width: 100%;
	}
	
	
	input.cta:not(input.cta-subscribe) {
		background: #fff;
		color: black;
	}
	
	.side-column-inner {
		position: relative;
	}




}


@media only screen and (max-width: 480px) {
	
	.col-3 {
		padding-right:15px;
		padding-left:15px;
	}
	
	.col-1,
	.col-2,
	.contributor-avatar,
    .contributor-info  {
		width: 100%;
		clear: both;
	}
	
	.editors-picks .listing-cont, 
	.editors-picks .listing-cont img {
    border: 0;
    }
    
	.mpu-slides {
		padding: 0;
	}


    
    .contributor-avatar {
	    margin: 0 0 30px 0;
    }
		
	.form-container {max-width: 100%;}
	
	.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} 
	
	.footer-tweets {
		margin-bottom: 20px;
	}

	.footer-tweets,
	.footer-links{
		width: 100%;
	}
	
	.our-score {
		width: 100%;
	}
	
	.our-score > span {
		width: 50%;
		border-right: 0;
	}
	
	.our-score > span:last-child {
		width: 100%;
		border-top: solid 1px black;
	}
	
	
	.score-panel-inner > span:first-of-type {
		width: 50%;
	}
	
	.score-panel-inner > span {
		width: 50%;
	}
	
	.score-panel-inner > span:last-child {
		width: 100%;
		clear: both;
		border:0;
		border-bottom: solid 1px black;
	}
	
.bg-black,
.main-content > section:nth-of-type(2n),
body.entry-2132 > .main-content > section.article-section:nth-child(9) {
	background: black;
	padding:15px;
}
	
	


}



/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*Cookie message*/
.cookie-message {
	position:fixed;
	bottom:0;left:0;right:0;
	padding:10px 15px;
	background:#00999f;
	color: #fff;
	z-index: 99;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: none;
}

.cookie-message p, .cookie-message a {
	color:#fff;
	margin:0;
}

.cookie-message a {
	color: #fff;
	text-decoration: underline;
}



/*CMS Admin Bar*/
.admin-bar {
	width: 100%;
	position: fixed;
	bottom:0;
	left: 0;
	padding: 0;
	background: #333f4d;
	z-index: 999;
}

	.admin-bar ul {
		width: 100%;
		padding:0;
		max-width: 1400px;
		margin: 0 auto;
		font-size: .9em;
		text-align: center;
	}

		.admin-bar ul li {
			display: inline-block;
			float: none;
			clear: none;
			width: auto;
			padding:0;
		}

		.admin-bar ul li a {
			color: #d7d9db;
			display: block;
			float: none;
			padding: 10px 20px;
		}
		
		.admin-bar ul li a:hover {
			background: rgba(255, 255, 255, 0.05);
			text-decoration: none;
			color: #fff;
		}
		
	.devmode {
		width: 100%;
	    height: 3px;
	    background: url('../svg/dev-mode.svg') repeat-x 15px 0;
	}
	
	.dev {
		padding: 10px 20px;
		color: #fdd50b
	}
