
/* Html
-------------------------------------------------- */
html,
body {
	font-size: 1rem; /* =16px */
	line-height: 1.5rem; /* =24px */
	font-family: 'Red Hat Text', sans-serif;
	scroll-behavior: smooth;
}

::selection {
  background: red;
}
::-moz-selection {
  background: red;
}



/* Typography
-------------------------------------------------- */

h1, h2, h3, h4 {
	font-family: 'DM Serif Display', serif;
	font-weight: normal;
}

h2 {
	font-size: 2.75rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 3rem;
}

h3 {
	font-size: 2.25rem;
	line-height: 1;
	padding-bottom: 3rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
	padding: 1rem 0;
	color: #222;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

p {
	font-size: 1em;
	line-height: 1.5;
	color: #333;
}

ul {
	font-size: 1em;
	line-height: 1.5;
	padding: 1rem 0;
}

li {
	position: relative;
	padding-left: 1rem;
	padding-bottom: 1rem;
	color: #333;
}


/* Layout
-------------------------------------------------- */

.container {
	margin: 0 auto;
}

.container-fluid {
	max-width: 1900px;
	margin: 0 auto;
}

.container-fluid.narrow {
	max-width: 1100px;
	width: 100%;
}


/* Form
-------------------------------------------------- */

input {
	font-family: 'Red Hat Text', sans-serif;
}

input,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	border-radius: 0;
}



/* Header
-------------------------------------------------- */

header {
	background: #000;
}

header .row {
	margin: 0;
	padding: 2rem 1rem 0.5rem 1rem;
}

.logoWrap {
	text-align: center;
}

.logo {
	width: 100%;
	max-width: 420px;
}

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

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background: #fff;
	height: 1px;
	width: 32px;
}

.issueLink {
	text-decoration: none;
	padding: 20px 0px;
	cursor: pointer;
}

.issueLink img {
	max-width: 26px;
}

.issueLink span {
	color: #eee;
    font-size: .75rem;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    position: relative;
}

.issueLink span small {
	font-size: .6rem;
	line-height: .6rem;
	display: inline-block;
}

.issueLink:hover span i {
	color: #000;
}

.issueLink span i {
	position: relative;
	z-index: 2;
	font-weight: 600;
}

.issueLink span i:after {
	content: '';
	height: 11px;
	position: absolute;
	bottom: 2px;
	left: -1px;
	width: 0%;
	background: #fff;
	transition: .5s;
	z-index: -1;
}

.issueLink:hover span i:after, .issueLink:visited:hover span i:after {
	width: 110%;
}


.siteSelector {
  max-width: 245px;
  width: 100%;
  position: absolute;
  right: 1.5rem;
  top: 10px;
}

.siteSelector select {
	width: 100%;
	background: #222;
	color: #aaa;
	border: 2px solid transparent;
	font-family: 'Red Hat Text', sans-serif;
	cursor: pointer;
	transition: .5s;
	padding: 3px;
}

.siteSelector select:hover {
	border: 2px solid #666;
}

.siteSelector select option {
	color: #fff;
}

.siteSelector select option:hover {
  box-shadow: 0 0 10px 100px #444 inset;
  background: #fff;
}

.uiLinks {
	margin-bottom: 1rem;
	font-size: .75rem;
	max-width: 240px;
	margin: 15px 0 0 auto;
}

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

.uiLinks a:hover {
	text-decoration: underline;
}

.uiLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #eee;
	display: inline-block;
}

.uiLinks ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0.25rem 0 0;
	font-size: .75rem;
}

.uiLinks ul li span {
	color: #555;
}

.uiLinks ul li:before {
	display: none;
}

.subscribeLink {
	float: right;
	text-transform: uppercase;
}

.searchBox {
	width: auto;
    position: relative;
    margin-top: 10px;
    margin: 0 0 0 auto;
    float: right;
}

.searchBox input {
	background: #000;
	padding: 10px 10px 6px 0px;
	border: none;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	border-bottom: 1px solid #333;
	width: 240px;
	margin: 0 0 0 auto;
}

.searchBox input:focus {
	border-bottom-color: #999;
	transition: .5s;
	width: 320px;
}

.searchBox button {
	position: absolute;
    right: 0;
    top: 0;
    background: #000;
    padding: 10px 10px 0px 0;
    border: none;
}

.searchBox button img {
	width: 16px;
}

.uiTools .container {
	max-width: 420px;
	width: 100%;
	float: right;
}

#issueView {
	position: absolute;
	z-index: 999999;
	top: 0;
	width: 100%;
	display: none;
	height: 100%;
}

.bckgOverlay {
	position: fixed;
	background: rgba(0,0,0,.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.issueWrap {
	width: 95%;
	height: 0px;
	position: absolute;
	z-index: 999999;
	top: 32px;
	left: 2.5%;
	padding-bottom: 55%;
}

.closePop {
	position: absolute;
	top: 15px;
	right: 1%;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #fff;
	z-index: 999999;
}

.closePop span {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 52px;
    background: #fff;
    width: 36px;
    color: #666;
    height: 36px;
    line-height: 32px;
    padding: 2px 0px 0 7px;
    border-radius: 52px;
    cursor: pointer;
}

.closePop span:hover {
	color: #000;
}

.bodyFixed {
	position: fixed;
	width: 100%;
}

.adv {
	text-align: center;
}

.adv small {
	display: none;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #999;
	font-size: .75rem;
}

.adv01 {
	background: #000;
}

.adv02 {
	margin-bottom: 1rem;
}

.adv03 {
	padding: 0 0.5rem 2.5rem 0.5rem;
}


/* Home
-------------------------------------------------- */

section {
	padding: 2rem 0 3rem 0;
}

#hero {
	background: #000;
	text-align: center;
	padding: 1rem 0;
	margin-bottom: 3rem;
}

.tagLine {
	text-transform: uppercase;
	font-size: .65rem;
	color: #fff;
	padding: 0 0 2rem 0;
	font-weight: 300;
	width: 100%;
	display: block;
	letter-spacing: 2px;
}

.articleCover {
    color: #fff;
    text-decoration: none;
    padding-bottom: 2rem;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
}

.articleCover img {
	max-width: 100%;
	margin: 0 auto;
}

.articleCover h3 {
	font-size: 3rem;
    padding: 0;
    font-family: 'DM Serif Display', serif;
    width: auto;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin: 2rem 0 1rem 0;
}

.articleCover:hover p {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	color: #fff;
}

.articleCover h3:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #fff;
  transition: 1s;
}

.articleCover:hover h3:after, .articleCover:visited:hover h3:after {
  width: 100%;
}

.articleCover:hover img {
	-webkit-filter: grayscale(.25);
	filter: grayscale(.25);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.articleCover p {
	color: #ddd;
	max-width: 720px;
	margin: 0 auto;
}

.gridArt .container-fluid {
	padding: 1rem 0 0 0;
}

.gridArt .row {
	margin: 0;
}

.gridArt .col-md-6 {
	padding: 0 1rem;
}

.artLink {
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
}

.artLink h4,
.vertThumb h6 {
	text-decoration: none;
	display: inline;
	transition: all 0.35s linear;
	background-image: linear-gradient(#aaa calc(100% - 10px), black 10px);
	background-size: 0px 2px;
	background-repeat: no-repeat;
	background-position: left 85%;
}
.eventSlider .vertThumb h6 {
	word-break: break-word;
}

.artLink:hover h4,
.vertSlider .vertThumb:hover h6,
.vertThumb:hover h6 {
	background-size: 100% 2px;
}

.thumbTitle {
	display: block;
	width: 100%;
	padding: 0;
	bottom: 0;
	background: #fff;
	min-height: 210px;
}

.gridArt .thumbTitle {
	position: absolute;
	left: 0;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.artLink picture,
.artLink video {
	display: block;
	overflow: hidden;
	min-height: 510px;
	background: #eee;
}

.artLink video {
	vertical-align: top;
	min-height: 0;
    padding-bottom: 39%;
}

.artLink .mute {
	position: absolute;
	z-index: 3;
	right: 1.5rem;
	top: 50%;
	height: 36px;
	width: 36px;
	background: url(../images/speaker-on.svg) center no-repeat;
	background-size: contain;
	opacity: .5;
	transition: .5s;
}
.artLink .mute.speaker-on {
	background: url(../images/speaker-off.svg) center no-repeat;
}
.artLink .mute:hover {
	opacity: 1;
}

.cover .mute {
	position: absolute;
	z-index: 3;
	right: 1.5rem;
	bottom: 1.5rem;
	height: 36px;
	width: 36px;
	background: url(../images/speaker-on.svg) center no-repeat;
	background-size: contain;
	opacity: .5;
	transition: .5s;
}
.cover .mute.speaker-on {
	background: url(../images/speaker-off.svg) center no-repeat;
}
.cover .mute:hover {
	opacity: 1;
}

.artLink img {
	display: block;
}

.thumbTitle small {
	font-size: .75rem;
    color: #666;
    padding-top: 1rem;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: .5rem;
}

.thumbTitle h4 {
	font-size: 1.75rem;
	line-height: 1.25;
	padding: 5px 0;
	margin: 0 .5rem;
	font-weight: bold;
	position: relative;
}

.secHead {
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
}

.secHead:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 50%;
	background: #eee;
	left: 0;
}

.secHead h3 {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 3rem;
	background: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.vertList .row {
	margin: 0 -1.5%;
}

.vertThumb {
	width: 17%;
	margin: 0 1.5%;
	text-decoration: none;
	text-align: left;
}

.vertThumb h6 {
	background-position: left 75%;
}

.vertList .row > a img {
	max-width: 100%;
}

.vertThumb h6 {
	font-family: 'DM Serif Display', serif;
	color: #000;
	font-size: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.35rem;
}

.vertThumb p {
	font-size: .8rem;
	line-height: 1.25;
}

.eventSliderWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.eventSlider {
	position: relative;
	display: block;
}

.eventSlider .item {
	color: #666;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.eventSlider a.card {
	width: 34%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
	color: #666;
	z-index: 0;
}

.eventSlider .item a {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.prev, .next {
	position: absolute;
	width: 36px;
	height: 36px;
	cursor: pointer;
	opacity: .25;
	top: 4rem;
	z-index: 9999;
}

.prev:hover, .next:hover {
	opacity: .5;
}

.prev {
	background-image: url('../images/left-arrow.svg');
	width: 36px;
	height: 36px;
}

.next {
	left: 32%;
	background-image: url('../images/right-arrow.svg');
}

.vertList .eventSliderWrap .slick-next,
.vertList .eventSliderWrap .slick-prev {
	top: 33.333%;
	background-image: url('../images/right-arrow.svg');
	position: absolute;
	left: 30%;
	background-repeat: no-repeat;
	border: none;
	color: transparent;
	background-color: transparent;
	width: 48px;
	height: 48px;
	opacity: .25;
	z-index: 9999;
	cursor: pointer;
}

.vertList .eventSliderWrap .slick-next:hover,
.vertList .eventSliderWrap .slick-prev:hover {
	opacity: .75;
}

.vertList .eventSliderWrap .slick-prev {
	background-image: url('../images/left-arrow.svg');
	left: 0;
}

.eDW {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 0 10px 4px 10px;
}

.eNDW {
	font-size: 6rem;
	line-height: 1;
	font-family: 'DM Serif Display', serif;
	font-weight: bold;
	display: block;
}

.eTi {
	font-weight: bold;
	font-size: .9rem;
	font-weight: 300;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.eMs {
	font-family: 'DM Serif Display', serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	display: block;
	margin-top: 1rem;
	font-weight: normal;
}

.eYr {
	display: block;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
}

.eventSlider a:hover {
	color: #222;
}

.vertList .row.eFoot {
	margin-top: -4rem;
	max-width: 35%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.vertList .loadMore {
	text-decoration: none;
	font-size: .9rem;
	letter-spacing: 1px;
	font-weight: 500;
}

.vertList .loadMore:after {
	display: none;
}

.catCloud .row {
	padding: 0 3rem;
	text-align: center;
}

.catCloud .row li {
	display: inline-block;
}

.catCloud .row a {
	color: #333;
	text-decoration: none;
	color: #222;
	font-family: 'DM Serif Display', serif;
	font-size: 2rem;
	padding: 5px 0;
	margin: 1rem 2rem;
	display: inline-block;
	position: relative;
	line-height: 1;
}

.catCloud .row a:after {
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	background: #000;
	transition: .5s;
}

.catCloud .row li.active a:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    transition: .5s;
}

.catCloud .row a:hover:after, .catCloud .row a:visited:hover:after {
	width: 100%;
}

.places iframe {
	width: 100%;
}

.follow ul {
	text-align: center;
	list-style: none;
}

.follow ul li {
	display: inline-block;
	padding: 0 1.5rem;
}

.follow ul li a {
	opacity: .5;
}

.follow ul li a:hover {
	opacity: 1;
}

.follow ul li img {
	width: 42px;
}

footer {
	background: #eee;
	padding: 4rem 0 3rem 0;
	text-align: center;
}

.newsletterBox h5 {
	font-size: 1rem.
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.newsletterBox form {
	padding: 1.25rem 0 1rem 0;
	font-size: 0;
	color: #666;
}

.newsletterBox form input {
	font-size: 1.125rem;
	padding: 10px;
	border: 1px solid #ddd;
	min-width: 280px;
	display: inline-block;
}

.newsletterBox form input:focus {
	border-color: #aaa;
}

.newsletterBox form button {
    background-image: url(../images/right-arrow.svg);
    width: 50px;
    border: none;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px;
	border: 1px solid #ddd;
	border-left: 0;
    background-size: 20px;
    background-color: #eee;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
}

.newsletterBox form button:hover {
	background-color: #fff;
}

.newsletterBox p {
	color: #666;
}

.ge {
	padding-top: 3rem;
}

.ge a {
	opacity: .5;
}

.ge a:hover {
	opacity: 1;
}

.ge img {
	max-width: 120px;
}

.ge p {
	font-size: .75rem;
	text-transform: uppercase;
	color: #999;
	margin-top: 1rem;
}

.navWrap.open {
	display: block;
    position: absolute;
    background: rgba(0,0,0,.95);
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.navWrap {
	display: none;
}

.navWrap nav {
	width: 640px;
	margin: 2rem auto 0 auto;
	text-align: center;
}

.navWrap nav ul {
	margin: 0;
	padding: 0;
}

.navWrap nav a {
	font-size: 2rem;
	color: #fff;
	font-family: 'DM Serif Display', serif;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	position: relative;
	line-height: 1;
}

.navWrap nav a:after {
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	background: #fff;
	transition: .5s;
}

.navWrap nav a:hover:after, .navWrap nav a:visited:hover:after {
	width: 100%;
}

.menu-open {
	position: fixed;
	width: 100%;
}

.menu-open .issueLink,
.menu-open .uiTools {
	display: none;
}

.wide nav li {
	width: 32%;
    padding: 1rem 0;
    display: inline-block;
}

.secNav {
	border-top: 1px solid #333;
	max-width: 640px;
	margin: 3rem auto 0 auto;
	padding: 2rem 0 0 0;
	text-align: center;
}

.secNav li {
	text-align: center;
	display: inline-block;
	padding: 0 1rem;
}

.secNav li a {
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75rem;
}

.secNav li a:hover {
	text-decoration: underline;
}

.secNav li a strong {
	color: #fff;
}

.mobile-only {
	display: none;
}


/**
Subpages
*************/

.cover {
	padding: 0;
	height: 70%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.cover img {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
}

.shareBox {
	border-bottom: 2px solid #000;
	margin: 0;
}

.shareBox ul {
	margin: 0;
	padding: 0;
}

.shareBox li {
	display: inline-block;
}

.shareBox a {
	opacity: .5;
}

.shareBox a:hover {
	opacity: 1;
}

.shareBox img {
	width: 24px;
}

.dateI {
    font-size: .75rem;
    text-transform: uppercase;
    padding-top: 1rem;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}

article h1 {
	font-size: 3.5rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
	line-height: 1;
}

.artContent {
	padding-bottom: 3rem;
}

.artContent p {
	padding: 1rem 0 0 0;
	line-height: 1.75;
}

.artContent p img {
	margin: 1rem 0;
}

.artContent p a {
	color: #000000;
}

.artContent p a:hover {
	color: #4e4e4e;
}

.artContent h2,
.artContent h3,
.artContent h4 {
	margin:  2rem 0 1rem 0;
	padding: 0;
}

.artContent h2 {
	font-size: 2rem;
	line-height: 1.25;
}

.artContent h3 {
	font-size: 1.75rem;
	line-height: 1.25;
}

.artContent h4 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
}

.artContent ul,
.artContent ol {
	list-style: square;
	padding: 1.5rem 0 0 1rem;
	margin: 0;
}

.artContent ol {
	list-style: decimal;
}

.artContent ul li,
.artContent ol li {
	padding-left: 0;
}
.artContent ul li p,
.artContent ol li p {
	padding: 0;
}

.artContent blockquote {
	font-family: 'DM Serif Display', serif;
	margin: 2rem 0;
	padding: 1rem 2rem 1rem 5rem;
	font-size: 1.75rem;
	line-height: 1.35;
	position: relative;
}

.artContent blockquote:before {
	content: '';
	position: absolute;
	font-size: 2rem;
	left: 0;
	top: 0;
	background-color: #000;
	width: 42px;
	height: 42px;
	background-image: url('../images/quote.svg');
	color: #fff;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.artContent blockquote:after {
    content: '';
    width: 4px;
    background: #000;
    position: absolute;
    left: 18px;
    height: 100%;
    top: 0;
    z-index: -1;
}
.artContent blockquote p {
	padding: 0 !important;
}


.gridArt .row:nth-child(2) {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.vertList .vertSlider {
	width: 100%;
	margin: 0;
	display: block;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.vertSlider .vertThumb {
	display: inline-block;
	width: 20%;
	position: static;
	margin: 0 20px;
	vertical-align: top;
}

.vertSlider .vertThumb picture {
	display: block;
	margin-bottom: .5rem;
}

.vertSlider .vertThumb h6 {
	font-size: 1.75rem;
	padding-bottom: 10px;
}

.vertSlider .vertThumb p {
	font-size: .9rem;
	margin-top: .25rem;
}

.vertList .container-fluid {
	position: relative;
}

.vertList .next {
	right: 0px;
	left: auto;
}

.vertList .prev {
	left: 0px;
}

.prev, .next {
	top: 44%;
}

.cover .titleWrap {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 4rem 0 1rem 0;
	text-align: center;
}

.cover .titleWrap:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: '';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 76%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	height: 100%;
}

.cover .titleWrap h1 {
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
    z-index: 2;
    position: relative;
    padding: 2rem;
	max-width: 960px;
    margin: 0 auto;
}

.credits p {
	color: #666;
	line-height: 1.25;
	font-size: .8rem;
	padding-bottom: 1rem;
}

.catLink {
	background: #000;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0.15rem 0.5rem;
	text-transform: uppercase;
	text-align: center;
}

.catLink:hover {
	background: #222;
}

article h2 {
	padding-top: 2rem;
	font-size: 2rem;
	line-height: 1.15;
	padding-bottom: 1rem;
}

.artContent picture {
	padding: 2.5rem 0 1.5rem 0;
	display: block;
}

.navBar {
	background: #000;
	border-top: 1px solid #222;
}

.navBar ul {
	text-align: center;
	margin: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.75rem;
}

.navBar li {
	display: inline-block;
	padding: 0;
}

.navBar li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75rem;
	color: #fff;
	padding: 0 .5rem;
	color: #ddd;
}

.navBar li.active a {
	opacity: 1;
	color: #fff;
	font-weight: bold;
}

.navBar li a:hover {
	color: #fff;
}

.navBar li.active.bestofNav a {
	color: #ff3c3c;
}


/**
People
*************/

.searchInner {
	margin: 2rem auto 1rem auto;
}

.searchInner ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	max-width: 480px;
	margin: 0 auto 2rem auto;
}

.searchInner ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.searchInner ul li a {
    background: #000;
    color: #fff;
    padding: 0.35rem 0.75rem;
    text-transform: uppercase;
    font-size: .75rem;
    text-decoration: none;
}

.searchInner ul li a:hover {
	background: #333;
}

.searchInner .searchBox {
	max-width: 270px;
	float: none;
	margin: 0 auto;
}

.searchInner .searchBox input {
	background: #fff;
	width: 100%;
	border-color: #ddd;
	color: #000;
}

.searchInner .searchBox input:focus {
	width: 100%;
	border-color: #000;
}

.searchInner .searchBox button {
	background: none;
}

.grid {
	padding: 2rem 0;
	max-width: 860px;
	margin: 0 auto;
}

.grid .vertThumb {
	width: 100%;
	margin: 0 0 2rem 0;
	padding: 0 1.5rem;
	display: none;
}

.grid .vertThumb picture {
	overflow: hidden;
	display: block;
}

.grid .vertThumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.grid .vertThumb:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.loadMore,
.loadMoreSearch {
	text-align: center;
	margin: 0 auto 4rem auto;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #999;
	cursor: pointer;
	position: relative;
}

.loadMore:hover,
.loadMoreSearch:hover {
	color: #333;
}

.loadMore:after,
.loadMoreSearch:after {
	content: '';
    width: 32px;
    height: 32px;
    background-image: url(../images/down-arrow.svg);
    position: absolute;
    opacity: .25;
    left: 0;
    right: 0;
    margin: auto;
    top: 26px;
    transition: .5s;
}

.loadMore:hover:after,
.loadMoreSearch:hover:after {
	top: 32px;
}

article {
	padding-bottom: 3rem;
	padding-top: 1rem;
}

.photoCol {
	padding-right: 3rem;
}

.photoCol picture {
	padding: 0 0 1rem 0;
}

.photoGroup {
	font-size: 0;
	margin-top: 1rem;
	position: relative;
}

.photoGroup picture {
	max-width: 35%;
	display: inline-block;
}

.photoGroup .pg1 {
	padding-top: 80px;
}

.photoGroup .pg2 {
	vertical-align: top;
	max-width: 240px;
}

.photoGroup .pg3 {
	right: 0;
	position: absolute;
	max-width: 45%;
	top: 181px;
}

.shareBox img.bestOflogo {
	max-width: 180px;
	padding: 0.5rem 0;
	width: auto;
}

.halfArt .dateI {
	margin: 0;
	padding: 0;
}

.halfArt h1 {
	font-size: 3.5rem;
	padding-top: 2rem;
}

.halfArt h2 {
	padding-top: 0;
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 2rem;
}

.halfArt picture.mobile-only {
	display: none;
}

article h4 {
	font-weight: 500;
	line-height: 1.35;
	font-size: 1.5rem;
	padding: .5rem 0 2.5rem 0;
}

.singleBest article h4 {
	padding: 2rem 0 1rem 0;
}

picture span,
.local {
    position: relative;
    text-transform: uppercase;
    color: #666;
    padding-left: 32px;
    font-size: .75rem;
    line-height: 1.8;
    display: inline-block;
}

picture span:before,
.local:before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('../images/pin-out.svg');
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	position: absolute;
	opacity: .25;
}

.link-on-pic {
	text-decoration: none;
}

picture span.caption {
	display: block;
	padding-left: 0;
}

picture span.caption:before {
	display: none;
}

article .bestofContent h3 {
	padding: .5rem 0 0 0;
}

article .bestofContent picture {
	padding-top: 4rem;
}

.innerCTA {
    color: #666;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #fa2744;
    text-decoration: none;
    line-height: 1.5;
    font-size: .85rem;
    text-decoration: none;
    margin-bottom: 3rem;
}

.innerCTA:hover {
	color: #000;
}



/**
Agenda
*************/


.agendaHead {
	text-align: center;
	padding: 2rem 0;
}

.agendaHead .eMs {
	font-size: 2.25rem;
	line-height: 1;
}

.agendaHead .innerNav {
	padding-top: 2rem;
}

.agendaHead .innerNav div {
	display: inline-block;
	text-align: center;
	min-width: 160px;
	margin: 0 auto;
}

.agendaHead .innerNav span,
.agendaHead .innerNav input {
	text-transform: uppercase;
	font-size: .75rem;
	margin: 0 .5rem;
	cursor: pointer;
	font-weight: 600;
	color: #555;
	text-align: center;
	border: none;
}

.agendaHead .innerNav span:hover {
	color: #000;
}

.agendaHead .innerNav input::placeholder {
	color: #555;
}

.agendaHead .innerNav div.active {
	border-bottom: 2px solid #000;
	color: #000;
}

.agendaHead .innerNav div.active input {
	color: #000;
}

.datepicker--day-name {
	color: #aaa;
}

.datepickers-container,
.datepicker--cell,
.datepicker--nav-title {
	font-family: 'Red Hat Text', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
	color: red;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background: red;
}

.datepicker--cell.-selected-.-focus- {
	background: #d30000;
}

.datepicker--cell.-in-range- {
	background: rgba(255,0,0,.1);
}

.datepicker--cell.-in-range-.-focus- {
	background: rgba(255,0,0,.2);
}

.datepicker--cell.-range-to- {
	background: rgba(255,0,0,.35);
	border-color: rgba(255,0,0,.5);
}

.agendaPage .thumbTitle {
	text-align: left;
	position: absolute;
	margin-top: .5rem;
	padding-top: .75rem;
	padding: 20px;
}

.agendaPage span.artLink:hover .thumbTitle h4 {
	background: none;
}

.agendaPage span.artLink:hover img {
	transform: none;
}

.agendaPage .thumbTitle h4 {
	padding-top: 1rem;
	line-height: 1;
}

.agendaPage .local {
	display: block;
	margin: 0.5rem 0 0.75rem 0;
	color: #000;
	padding-left: 21px;
}

.agendaPage span.artLink a.local {
	text-decoration: none;
}

.agendaPage span.artLink a.local:hover {
	text-decoration: underline;
	color: #000;
}

.agendaPage .local:before {
	left: -3px;
	width: 18px;
	height: 18px;
}

.agendaPage .thumbTitle p {
	max-height: 4em;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-right: 1rem;
    line-height: 1.25;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: max-height 0.15s ease-out;
}

.agendaPage .thumbTitle p:after {
/* 	content: '...'; */
    right: 0;
    bottom: 0;
    line-height: 1.35;
}

.agendaPage .artLink {
	margin: 0 1rem 2rem 1rem;
}

.agendaPage .artLink picture {
	min-height: 520px; /* 360px; */
}

.agendaPage span.artLink {
	cursor: default;
}

.agendaPage span.artLink .thumbTitle {
    background: #f7f7f7;
    border: 1px solid #eee;
    transition: .5s;
}

.agendaPage a.artLink {
	border: 1px solid #eee;
}

.agendaPage a.artLink:hover {
	border: 1px solid #ddd;
}

.agendaPage span.artLink .thumbTitle p {
	transition: .5s;
}

.agendaPage .artLink:hover .thumbTitle p {
	-webkit-line-clamp: unset;
	max-height: 400px;
	transition: max-height 0.25s ease-in;
}

.agendaPage a.artLink .more {
	font-weight: bold;
	font-size: .75rem;
	text-transform: uppercase;
	color: #555;
}

.agendaPage a.artLink:hover .more {
	color: #000;
	border-bottom: 2px solid #000;
}

.dateLabel {
	position: absolute;
	top: 1rem;
	left: 0;
	color: #000;
	text-transform: uppercase;
	font-size: .666rem;
	font-weight: 600;
	background: #fff;
	padding: 0.25rem .75rem;
	z-index: 99;
}

.mixGrid {
	margin-bottom: 1rem;
}

.mixGrid .col-sm-6:first-child a:first-child {
	margin-bottom: 3rem;
}

.mixGrid .col-sm-6:last-child a {
	padding-bottom: 3rem;
}

.agendaPage section .col-sm-12 {
	margin-bottom: 1rem;
}

.agendaPage section .col-sm-12 img {
	width: 100%;
}

.agendaPage section .col-sm-12 p {
	max-width: 100%;
}

.artLink img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.artLink.aQ img {
	transform: translate(0, -15%);
}

.artLink:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.artLink.aQ:hover img {
	transform: scale(1.05) translate(0, -15%);
}

.streamRow .col-sm-6 {
	padding-bottom: 3rem;
	display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoHead {
	background: #000;
	padding: 0;
}

.videoPage .thumbTitle h4 {
	font-size: 1.5rem;
	padding: 1rem 0 .5rem 0;
}
.videoPage .thumbTitle h4 a,
.videoBig .thumbTitle h4 a {
	color: #222;
	font-size: 1.5rem;
	padding: 1rem 0 .5rem 0;
	text-decoration: none;
}
.videoPage .thumbTitle h4 a:hover,
.videoBig .thumbTitle h4 a:hover {
	text-decoration: underline;
}
.videoPage .stream {
	padding: 4rem 0;
}

.videoPage .stream .row .col-sm-6 {
	display: none;
	margin-bottom: 2rem;
}

.videoPage .stream .row .col-sm-6 p {
	font-size: .9rem;
	color: #666;
}

.btnWrap {
	margin: 4rem auto 2rem auto;
	text-align: center;
}

.videoBig .thumbTitle {
	min-height: 0;
}

.videoBig .showMore {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 4px 12px;
	transition: .5s;
}

.videoBig .showMore:after {
	display: none;
}

.videoBig .showMore:hover {
	color: #333;
	border-color: #333;
}

.placesHead .uiTools {
	max-width: 720px;
	margin: 2rem auto 0 auto;
	font-size: 0;
	text-align: center;
}

.placesHead .uiTools > div {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	float: none;
}

.placesHead .uiTools .uiSel {
	margin-right: 3rem;
}

.placesHead .uiTools select {
	font-family: 'Red Hat Text', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	padding: 6px;
	border-bottom: 1px solid #ddd;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	background-image: url('../images/down-arrow.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 24px;
}

.placesHead .uiTools select:focus,
.placesHead .uiTools select:hover {
	border-color: #000;
}

.placesHead .uiTools span {
	text-transform: uppercase;
	font-size: .75rem;
	padding-right: .5rem;
}

.placesHead .uiTools .searchBox {
	margin: 0;
}

.placesHead .uiTools .searchBox input {
	background: #fff;
	border-color: #ddd;
	color: #000;
	width: 100%;
	min-width: 240px;
}

.placesHead .uiTools .searchBox input:focus {
	width: 100%;
}

.placesHead .uiTools .searchBox button {
	background: #fff;
	cursor: pointer;
}

.placesHead {
	padding-bottom: 2rem;
}

.placesList {
	padding: 0 2rem 2rem 2rem;
}

.placesList h2 {
	text-align: center;
}

.placesList h2 small {
	color: #eee;
}

.placesList .pGroup h4 {
	font-size: 2.5rem;
}

.placesList .pGroup ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.placesList .pGroup ul li {
	padding: 0 0 1.5rem 0;
	font-size: .9rem;
	color: #333;
	line-height: 1.35;
}

.placesList .pGroup ul li a {
	color: #333;
	display: inline-block;
}

.placesList .pGroup ul li a h5 {
	padding: 0;
	font-weight: bold;
	margin: 0;
}

.placesList .pGroup ul li a:hover {
	color: #000;
}

.gridCol {
	column-count: 3;
	column-gap: 1em;
	max-width: 920px;
	margin: 0 auto 3rem auto;
}

.gridCol .pGroup {
	display: inline-block;
	width: 100%;
	padding-bottom: 1rem;
}

.artContent iframe {
	width: 100%;
	padding: 2rem 0;
}

.placeGallery {
	position: relative;
}

.placeGallery img {
	margin-top: 0;
	vertical-align: top;
}

.artContent ul.placeNfo {
	color: #000;
	padding-top: 2rem;
	list-style: none;
	padding: 0;
}

.placeNfo .local {
	text-transform: none;
	color: #000;
	font-size: 1rem;
}

.artContent ul.placeNfo li {
	padding-left: 36px;
}

.placeNfo li a {
	color: #000;
}

.placeNfo li:before {
	opacity: 1;
	content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
}

.placeNfo li.tel:before {
    background-image: url(../images/tel.svg);
}

.placeNfo li.tel a {
	text-decoration: none;
}

.placeNfo li.site:before {
    background-image: url(../images/site.svg);
}

.placeNfo li.instLink:before {
    background-image: url(../images/inst-o.svg);
}

.shotsPage section {
	background: #000;
}

.shotsPage .searchInner {
	padding-bottom: 1rem;
}

.shotsPage .searchInner ul li a {
	border: 1px solid #222;
}

.shotsPage .searchInner ul li a.active {
	background: #fff;
	color: #000;
}

.shotsPage .searchInner .searchBox input {
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 1.125rem;
	border-bottom: 1.5px solid #666;
}

.shotsPage .searchInner .searchBox button {
	cursor: pointer;
}

.shotsPage .grid .vertThumb {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	max-height: 240px;
	overflow: hidden;
}

.shotsPage .vertThumb .caption {
	position: absolute;
	bottom: 24px;
	width: 100%;
	text-align: center;	
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.shotsPage .vertThumb h6 {
	font-family: 'Red Hat Text', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: .75rem;
	border-bottom: 2px solid red;
	font-weight: bold;
	line-height: 1.25;
	display: inline-block;
	width: auto;
}

.shotsPage .vertThumb:hover h6 {
	background: none;
}

.shotsPage .vertThumb picture {
	opacity: .5;
	display: flex;
	transition: .5s;
}

.shotsPage .vertThumb:hover picture {
	opacity: .9;
}

.shotsPage .loadMore,
.shotsPage .loadMoreSearch {
	margin-top: 1rem;
}

.shotsPage .loadMore:after,
.shotsPage .loadMoreSearch:after {
	background-image: url(../images/down-arrow-w.svg);
	background-repeat: no-repeat;
}

.shotsPage .loadMore:hover,
.shotsPage .loadMoreSearch:hover {
	color: #fff;
}

.shotsPage .follow {
	background: #fff;
	padding: 3rem 0 1.5rem 0;
}

.singleShot article {
	background: #000;
	text-align: center;
}

.singleShot article h1,
.singleShot article h4 {
	color: #fff;
}

.shotHead {
	max-width: 720px;
	margin: 2rem auto 0 auto;
}

.shotHead p {
	color: #eee;
	font-size: .9rem;
	padding: 1rem 2rem;
}

.shotHead span {
	color: #999;
	padding: 0 0 1rem 0;
	display: block;
}

.shotHead h1 {
	padding-top: 2.5rem;
	padding-bottom: 1rem;
}

.shotHead h4 {
	font-size: .75rem;
	border-bottom: 2px solid #fff;
	font-family: 'Red Hat Text', sans-serif;
	padding: 0.25rem 0.5rem;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.galleryWrap {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 2rem;
}

.galleryS {
	width: 100%;
	position: relative;
	display: block;
}

.galleryWrap .prev,
.placeGallery .slick-prev,
.galleryWrap .next,
.placeGallery .slick-next {
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top: 20%;
}

.galleryWrap .prev,
.placeGallery .slick-prev {
    background-image: url(../images/left-arrow-w.svg);
    left: -4rem;
    right: auto;
}

.galleryWrap .next,
.placeGallery .slick-next {
    background-image: url(../images/right-arrow-w.svg);
    right: -4rem;
    left: auto;
}

.placeGallery .slick-next,
.placeGallery .slick-prev {
	border: none;
    font-size: 0;
    position: absolute;
    top: 40%;
    background-color: transparent;
    z-index: 9999;
    left: 2rem;
    cursor: pointer;
    opacity: .5;
}

.placeGallery .slick-next {
	left: auto;
	right: 2rem;
}

.placeGallery .slick-next:hover,
.placeGallery .slick-prev:hover {
	opacity: 1;
	transition: .5s;
}

.galleryS .item {
	vertical-align: top;
	display: inline-block;
}

.galleryS .slick-list {
	overflow: hidden;
}

.galleryS .item picture span {
	color: #fff;
	padding: 0;
}

.galleryS .slick-dots {
	padding: 2rem;
	font-size: 0;
}

.galleryS .slick-dots li {
	width: 33.333%;
	display: inline-block;
	margin: 0;
	padding: 0;
	opacity: .5;
	transition: .5s;
	cursor: pointer;
	display: none !important;
}

.galleryS .slick-dots li:hover {
	opacity: .75;
}

.galleryS .slick-dots li a {
	display: block;
}

ul.share {
	margin-top: 1.5rem;
}

ul.share li {
	display: inline-block;
	padding: 0;
	margin: 0 .75rem;
}

ul.share li a {
	opacity: .66;
}

ul.share li a:hover {
	opacity: .9;
}

ul.share img {
	width: 24px;
}

.cat article .container-fluid {
	margin: 0 auto;
	padding: 0;
}

.cat h1 {
	text-align: left;
	font-size: 5rem;
	text-transform: uppercase;
	padding: 1.5rem 0 1rem 0;
}

.cat .shareBox .col-sm-2 {
	text-align: right;
}

.cat .shareBox li {
	padding-bottom: 1rem;
}

.cat article, .cat article .artContent {
	padding-bottom: 0;
}

.cat .stream a {
	display: none;
	margin-bottom: 2rem;
}

.statPage .titleWrap {
	width: 100%;
	position: relative;
	text-align: center;
	margin: 2rem auto 3rem auto;
}

.statPage .titleWrap h1 {
	font-family: 'Red Hat Text', sans-serif;
	font-size: .9rem;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	padding: 0 1rem;
	background: #fff;
	position: relative;
	display: inline-block;
	z-index: 2;
	letter-spacing: 1px;
}

.statPage .titleWrap:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #ddd;
	bottom: 12px;
	left: 0;
	width: 100%;
}

.statPage article {
	max-width: 640px;
	margin: 0 auto;
}

.statPage article p {
	padding-bottom: 1.5rem;
}


.bestofPage .stream {
	margin-top: 2rem;
}

.bestofPage .stream a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	display: none;
	margin: 0 0 2.5rem 0;
	padding: 0 1%;
	width: 98%;
}

.bestofPage .stream a h6 {
	font-size: 1.75rem;
	line-height: 1;
	padding-bottom: .5rem;
}

.bestofPage .stream a span {
	font-size: .66rem;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin: 0.25rem 0 0.5rem 0;
}

.bestofPage .stream a span small {
	border-bottom: 2px solid #000;
	font-weight: 600;
}

.bestofPage .stream a p {
	font-size: .9rem;
	padding: 0.5rem 0 1rem 0;
	line-height: 1.35;
}

#newsletterView {
	position: absolute;
    z-index: 999999;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
}

#newsletterView .bckgOverlay {
	background: #ededed;
}

.modalWrap {
    position: relative;
    z-index: 9999;
    text-align: center;
    margin: 3rem 1rem 0 1rem;
}

#newsletterView .closePop,
#newsletterView .closePop span {
	background: none;
}

#newsletterView .secHead h3 {
	background: none;
}

#newsletterView .logo {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}

#newsletterView .follow {
	margin-top: 2rem;
}

.searchRes article h3 {
	text-align: center;
	font-size: .9rem;
	color: #666;
    font-family: 'Red Hat Text', sans-serif;
    text-transform: uppercase;
    margin-top: 4rem;
}

.searchRes article h3 strong {
	font-size: 4rem;
	color: #000;
	text-transform: none;
	font-family: 'DM Serif Display', serif;
}

.searchRes .shareBox {
	border: none;
}


#startPopup {
    position: absolute;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#startPopup .modalWrap {
	max-width: 640px;
	background: #fd3d4a;
	margin: 0 auto;
	top: 25%;
	padding: 4rem 0 3rem 0;
	display: none;
}

#startPopup .secHead h3 {
	background: none;
	color: #fff;
}

#startPopup .secHead:before {
	display: none;
}

#startPopup .newsletterBox h5 {
	color: #fff;
	font-weight: 600;
	margin-top: 2.5rem;
}

#startPopup .newsletterBox form button {
	height: 45px;
}

#startPopup h2 {
	color: #fff;
	font-weight: 600;
	font-family: 'Red Hat Text', sans-serif;
	padding: 0;
	margin: 2rem 0 1rem 0;
}

#startPopup p {
	color: #fff;
	text-transform: uppercase;
	max-width: 380px;
	margin: 0 auto 2rem auto;
}

#startPopup .follow ul li a {
	opacity: 1;
}

#startPopup .closePop {
	background: none;
	top: 10px;
	right: 20px;
}

#startPopup .closePop span {
	color: #fff;
	background: none;
	font-size: 72px;
}

#startPopup .bckgOverlay {
	display: none;
}



/* Single Video
-------------------------------------------------- */

.singleVideo .statHead {
	background: #000;
	color: #fff;
	padding: 4rem 0 3rem 0;
}

.singleVideo .statHead h1 {
	font-size: 2rem;
	line-height: 1.125;
	text-align: center;
}

.singleVideo .statHead p {
	color: #ccc;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 520px;
}

.singleVideo .statHead .container-fluid.narrow {
}


/* Issue Single
-------------------------------------------------- */

.issueHead {
	background: #000;
	color: #fff;
	padding: 5rem 0;
}

.issueHead .magLink {
	color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    text-indent: 42px;
    display: inline-block;
}

.issueHead .magLink:before {
	content: '';
	background-image: url('../images/magazine.svg');
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: -2px;
	width: 28px;
	height: 28px;
}

.issueHead .magLink:hover {
	text-decoration: underline;
}

.issueHead img {
	margin-bottom: 2rem;
}

.centerAlign {
	text-align: center;
}

.issueHead h1 {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 2.5rem;
    padding-left: 2rem;
    line-height: 1;
    font-weight: bold;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

.issueHead p {
	color: #ddd;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
}

.issueGrid {
	padding: 8rem 0 4rem 0;
}

.issueHead .issueGrid > div {
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.issueHead .issueGrid a {
	position: relative;
	transition: .35s;
	display: block;
}

.issueHead .issueGrid a span {
	display: none;
	text-indent: 0;
	font-size: 1rem;
}

.issueHead .issueGrid a:hover span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 4rem;
	display: block;
}

.issueHead .issueGrid a span:before {
	left: 0;
	right: 0;
	margin: -2rem auto 0 auto;
}

.issueHead .issueGrid a:hover img {
	opacity: .5;
}

.issueHead .issueGrid a img {
	margin-bottom: 0;
}

.issueHead .issueGrid a span:hover {
	text-decoration: none;
}


/** RE **/

.reStream .tabNav ul,
.reMap .tabNav ul {
	text-align: center;
	padding: 3rem 0 4rem 0;
}

.reStream .tabNav ul li,
.reMap .tabNav ul li {
	display: inline-block;
	padding: 0;
	margin: 0 2rem;
	font-family: 'DM Serif Display', serif;
	color: #aaa;
	font-size: 2rem;
	cursor: pointer;
	transition: .5s;
}

.reStream .tabNav ul li.active,
.reMap .tabNav ul li.active {
	color: #000;
	border-bottom: 3px solid #000;
}

.reStream .tabNav ul li:hover {
	color: #000;
}

.reStream .gridStream {
	max-width: 960px;
	margin: 0 auto 4rem auto;
}

.reStream .gridStream > ul {
	display: block;
	position: relative;
	overflow: hidden;
}

.reStream .gridStream li {
	padding: 0 2rem 4rem 2rem;
	width: 50%;
	left: 0;
	top: 0;
}

.reStream .gridStream.reOfferGrid > ul li.hidden {
	left: 0 !important;
	top: 0 !important;
	display: none;
	position: absolute;
}

.hidden {
	visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.reStream .gridStream li a {
	text-decoration: none;
	border: 1px solid #ddd;
	display: inline-block;
	transition: .5s;
	position: relative;
	max-width: 100%;
}

.reStream .gridStream li a:hover {
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
	border-color: #fff;
}

.reStream .gridStream li a h3 {
	color: #000;
	font-size: 1.75rem;
	padding: 0 0 .5rem 0;
}

.reStream .gridStream li a span.caption {
	padding: 1.5rem;
	display: block;
}

.reStream .gridStream li a small {
	color: #888;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding-bottom: .5rem;
}

.reStream .gridStream li a .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: .5rem;
  max-height: 90px;
}

.reStream .gridStream li a .excerpt p {
	font-weight: 400;
	font-size: .9rem;
}

.reStream .gridStream li a .excerpt p strong {
	font-weight: 400;
}

.reStream .gridStream.reOfferGrid li a .caption {
	padding-bottom: 1rem;
}

.reStream .gridStream li a .label {
	position: absolute;
	z-index: 2;
	background: #fff;
	color: #000;
	top: 1rem;
	padding: .5rem 1rem;
	font-weight: bold;
	font-size: .66rem;
	text-transform: uppercase;
}

.reStream .gridStream li a .reLoc {
	position: relative;
	padding-left: 1.25rem;
}

.reStream .gridStream li a .reLoc:before {
	content: '';
	width: 1rem;
	height: 1rem;
	background-image: url('../images/pin.svg');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
	opacity: .5;
}

.reStream .gridStream li a .foot {
	background: #eee;
	width: 100%;
	display: block;
	color: #333;
	padding: .5rem 1.5rem;
	font-size: .9rem;
}

.reStream .loadMore {
	margin: 0 0 6rem 0;
}

.filtersToggle {
	display: block;
	border-bottom: 2px solid #ddd;
	padding: 4px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #333;
	font-size: .75rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
	margin: 0 auto 3rem auto;
	max-width: 100px;
}

.filtersToggle:hover {
	border-color: #000;
}

.reFilters {
	font-size: .75rem;
	max-width: 300px;
	margin: 0 auto 3rem auto;
	display: none;
}

.reFilters > div {
	padding: 0 1.5rem;
	display: inline-block;
	vertical-align: top;
}

.reFilters h6 {
	font-weight: bold;
	min-height: 32px;
	text-transform: uppercase;
}

.reFilters .button {
	background: none;
	color: #000;
	border: none;
	color: #000;
	width: 100%;
	text-align: left;
  font-family: 'Red Hat Text', sans-serif;
  cursor: pointer;
  font-size: .85rem;
  display: block;
  margin: .25rem 0;
}

.reFilters .button:hover {
	text-decoration: underline;
}

.reFilters .is-checked {
	font-weight: bold;
}

.reFilters ul {
	padding: 0;
}

.reStream .gridStream .reFilters ul li {
	padding: .25rem 0;
}

.reStream .gridStream .reFilters ul li sup {
	position: relative;
	font-size: .5rem;
	top: -.25rem;
}

.message-div {
	text-align: center;
	padding: 2rem 0 6rem 0;
	color: #999;
}

.message-div p {
	color: #999;
}

.reMap {
	padding-bottom: 0;
}

.reMap .tabNav ul {
	padding: 0 0 2rem 0;
}

.reMap .tabNav ul li {
	font-size: 1rem;
	font-family: 'Red Hat Text', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 1rem;
}

.reMap .tabNav ul li:hover {
	color: #000;
}

.reMap .poi-info-window {
	max-width: 160px;
}

.reMap .poi-info-window .title {
	font-weight: bold;
	padding-bottom: .5rem;
}

.reMap .poi-info-window .address a {
	background: #333;
	margin: .5rem 0;
	text-align: center;
	color: #fff;
	display: block;
	padding: .5rem;
	font-weight: bold;
	text-transform: uppercase;
	transition: .5s;
	text-decoration: none;
}

.reMap .poi-info-window .address a:hover {
	background: #000;
}

#single-agency .reHead {
	text-align: center;
	padding: 2rem 0 4rem 0;
}

#single-agency .reHead > span {
  font-family: 'DM Serif Display', serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 1rem;
  display: block;
}

#single-agency .reHead h1 {
	font-size: 3rem;
	line-height: 1;
	display: block;
}

#single-agency .reHead .desc {
	padding: 3rem;
}

.agencyInfo {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-gap: 1rem 4%;
	text-align: left;
	max-width: 520px;
	margin: 0 auto;
}

.agencyInfo img {
	max-width: 1.25rem;
	display: inline-block;
	vertical-align: top;
}

.agencyInfo a {
	color: #000;
	text-decoration: none;
}

.agencyInfo a:hover {
	text-decoration: underline;
}

.agencyInfo span {
	display: inline-block;
  font-family: 'Red Hat Text', sans-serif;
  font-size: .9rem;
  vertical-align: top;
  padding-left: 1rem;
  line-height: 1.35;
  width: calc(100% - 1.5rem);
}

#single-agency .reCover {
	padding-bottom: 5rem;
}

#single-estate .reHead {
	text-align: center;
}

#single-estate .reHead > a {
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 2rem auto;
	color: #333;
}

#single-estate .reHead > a:hover {
	text-decoration: underline;
}

#single-estate .galleryWrap {
	margin: 0;
}

#single-estate .galleryWrap .slick-arrow {
	transform: translate(0, 50%);
	top: calc(50% - 48px);
}

#single-estate .galleryWrap .prev {
	background-image: url(../images/left-arrow.svg);
}

#single-estate .galleryWrap .next {
	background-image: url(../images/right-arrow.svg);
}

#single-estate .galleryWrap .slick-dots {
	display: none !important;
}

#single-estate .shareBox {
	padding-top: 1rem;
}

#single-estate .shareBox .col-sm-8 {
	text-align: right;
}

#single-estate .reDesc {
	padding: 4rem 8rem 2rem 8rem;
}

#single-estate .reDesc h1 {
	font-size: 2.5rem;
	padding-bottom: 3rem;
  line-height: 1.125;
}

#single-estate .reDesc .info {
	padding-bottom: 2rem;
}

#single-estate .agencyInfo {
	grid-template-columns: auto auto auto;
	padding: 0 8rem;
	max-width: 100%;
}

.reStream .gridStream.rePartnerGrid > ul,
#single-agency .gridStream > ul  {
	display: grid;
	grid-template-columns: 50% 50%;
}

.reStream .gridStream.rePartnerGrid > ul li,
#single-agency .gridStream > ul li {
	width: 100%;
}

.searchThumb {
	text-decoration: none;
	color: #fff;
	margin-bottom: 2rem;
}

.grid li {
	display: none;
}

.searchThumb a.shotLink,
.imgBody a.shotLink {
	font-family: 'DM Serif Display', serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.25;
	transition: .5s;
	display: inline-block;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	color: #fff;
}

.searchThumb a.shotLink:hover,
.imgBody a.shotLink:hover {
	border-bottom: 1px solid red;
}

.searchThumb p,
.imgBody p {
	font-size: 14px;
	color: #aaa;
	line-height: 1.25;
	display: block;
	margin: .5rem 0;
}

.searchThumb .highlight {
	background: #902626;
	color: #eee;
}

.loader {
	width: 2rem;
	height: 2rem;
	background-image: url('../images/loader.gif');
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}

.searchThumb picture {
	transition: .5s;
	position: relative;
	display: block;
	line-height: 1;
	cursor: pointer;
}

.searchThumb picture img {
	transition: .5s;
}

.searchThumb picture:hover img {
	transform: scale(1.05);
}

.searchThumb picture:after {
  content: '';
  width: 36px;
  height: 36px;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/zoom.svg);
  position: absolute;
  opacity: 1;
  z-index: 15;
  display: block;
  bottom: 3px;
  background-color: #fff;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: .5s;
}

.searchThumb picture:hover:after {
	opacity: 1;
}

.shotsPage {
	position: relative;
}

.imgModal {
	display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.imgBackground {
	background: rgba(0,0,0,.95);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.imgBody {
  position: fixed;
  width: 100%;
  max-width: 100%;
  background: #000;
  z-index: 9999999;
  padding: 0;
  height: calc(100% - 2rem);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1rem;
}

.imgBody .close {
	text-align: right;
	cursor: pointer;
	opacity: .5;
	transition: .5s;
	position: absolute;
	right: 2rem;
	top: 1rem;
}

.imgBody .close:hover {
	opacity: 1;
}

.imgBody .close img {
	max-width: 21px;
}

.imgBody > img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.archive .artContent {
	display: grid;
	grid-template-columns: 47% 47%;
	grid-gap: 3rem 6%;
}

.archive .artContent li {
	padding: 0;
	list-style: none;
}

.archive .artContent li a {
	text-decoration: none;
	color: #666;
	font-size: .75rem;
}

.archive .artContent li a:hover h6 {
	text-decoration: underline;
}

.archive .artContent li a h6 {
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	font-family: 'Bricolage Grotesque', serif;
}

.archive .pagination ul {
	list-style: none;
	margin: 5rem auto;
	text-align: center;
}

.archive .pagination ul li {
	display: inline-block;
}

.archive .pagination ul li a {
	text-decoration: none;
	color: #000;
	border: 1.5px solid #000;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 1rem;
	width: 56px;
	height: 56px;
	line-height: 20px;
	font-weight: bold;
	transition: .5s;
}

.archive .pagination ul li a:hover {
	border-color: #a5dce7;
}

.archive .pagination ul li.active a {
	background: #eee;
	border-color: #eee;
	color: #666;
}