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

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

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

h1, h2, h3, h4,
.articleCover h3, 
.vertThumb h6,
.navWrap nav a {
	font-family: 'Bricolage Grotesque', serif;
}

input {
	font-family: 'Montserrat', sans-serif;
}

/* ----------------------------------------------- */

.homePage header,
.homePage .navBar,
.homePage #hero,
.homePage .navWrap.open {
	background: #a5dce7;
}

header,
.navBar,
#hero,
.navWrap.open {
	background: #fff;
}

header {
	padding-bottom: 1rem;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background: #000;
}

.issueLink span {
	color: #000;
	margin: 0;
}

.journalLink span {
	margin-left: 10px;
}

.uiLinks a,
.navBar li.active a {
	color: #000;
}

.searchBox input {
	background: none;
	color: #000;
}

.searchBox button {
	background: none;
	filter: invert(100%);
}

.homePage .navBar {
	border-color: #fff;
}

.navBar {
	border-color: #a5dce7;
	padding: .5rem 0;
	border-top-width: 1.5px;
	margin: 0 auto;
}

.navBar li a {
	color: #000;
}

.navBar li a:hover {
	color: #000;
	text-decoration: underline;
}

.tagLine {
	color: #000;
}

.tagLine img {
	max-width: 30px;
	position: relative;
	top: 10px;
	margin-right: 5px;
}

.articleCover {
	color: #000;
}

.articleCover h3:after {
	background: #000;
}

.articleCover p {
	text-transform: uppercase;
	color: #000;
}

.thumbTitle h4 {
	font-weight: normal;
}

.secHead h3 img {
    max-width: 260px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

footer {
	background: #a5dce7;
}

.newsletterBox form button {
	height: 43px;
    border: none;
    border-left: 1px solid #a5dce7;
    background-color: #fff;
}

.ge p {
	color: #000;
}

.navWrap nav a {
	color: #000;
}

.secNav li a,
.secNav li a strong {
	color: #000;
}

.secNav {
	border-color: #fff;
}

.navWrap nav a:after {
	background: #000;
}

.cat h1 {
	text-align: center;
	font-size: 4rem;
	text-transform: none;
}

.shareBox {
	border-color: #a5dce7;
}

.catLink {
	font-size: 12px;
	background: #a5dce7;
	color: #000;
}

.catCloud .row a {
	font-family: 'Bricolage Grotesque', serif;
}

.placesHead .uiTools .searchBox button {
	filter: invert(0%);
}

.reStream .tabNav ul li, .reMap .tabNav ul li {
	font-family: 'Bricolage Grotesque', serif;	
}

.articleCover:hover p {
	color: #000;
}

.articleCover p {
	text-transform: none;
	max-width: 100%;
}

::selection {
  background: #81d5e6;
}
::-moz-selection {
  background: #81d5e6;
}

.navBar li {
	text-transform: uppercase;
	font-size: .75rem;
	color: #7da0a7;
	cursor: default;
	padding: 0 .5rem;
}

.small-reg {
	font-size: small;
	vertical-align: super;
}

.navWrap nav li {
  font-size: 2rem;
  color: #7da0a7;
	font-family: 'Bricolage Grotesque', serif;
  text-decoration: none;
  margin: 0;
  padding: 10px 0;
  position: relative;
  line-height: 1;
  cursor: default;
}

.navWrap nav a {
	padding: 0;
}

.catCloud .row li {
	color: #333;
	text-decoration: none;
	color: #888;
	font-family: 'Bricolage Grotesque', serif;
	font-size: 2rem;
	padding: 5px 0;
	margin: 1rem 2rem;
	display: inline-block;
	position: relative;
	line-height: 1;
}

.catCloud .row li a {
	color: #222;
}

.issueHead {
	background: #a5dce7;
}

.issueHead h1,
.issueHead .magLink {
	color: #000;
	font-family: 'Bricolage Grotesque', serif;
}

footer .ge a.link {
	color: #000;
	opacity: 1;
	font-size: 14px;
}

.issueHead .issueGrid a {
	padding: 1rem;
}

.issueGrid a {
	text-decoration: none;
	color: #333;
}

.issueGrid a h5 {
	font-size: 1rem;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
}

.viewWrap {
	text-align: right;
	width: 100%;
}

.viewWrap a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: .85rem;
  line-height: 1;
  display: inline-block;
}

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

.issueLink {
	color: #000;
	font-size: .75rem;
	line-height: 1.125;
	display: inline-block;
}

.issueLink:hover {
	text-decoration: underline;
}

header .hr {
  height: 26px;
  width: 1.5px;
  margin: 0 10px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 2px;
}

.issueHead h1 {
	padding: 0 0 2rem 0;
}

.sample-container-box {
  box-sizing: border-box;
  padding-top: min(80%, 80vh);
  position: relative;
  background-color: #fafafa;
  margin-bottom: 25px;
}

.sample-container {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {

	.issueLink {
		display: none;
	}

	.navWrap nav {
	}

	.navWrap nav ul li {
		font-size: 1.25rem;
	}

	.secNav li {
		padding: 6px 0;
	}

	.menu-open .navWrap .issueLink {
		border: none;
		padding: 0;
		font-weight: bold;
	}

	header .hr {
		display: none;
	}

	.issueHead h1 {
		text-align: center;
	}

}