@charset "UTF-8";

/*
Theme Name:  Watershed Sentinel
Theme URI:
Author: The Update Company
Author URI: http://theupdatecompany.com
Description: Skeleton theme utilizing Bootstrap.
Version: 3.0
License:
License URI:
Text Domain: tuc

*/

/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */

/* Athelas */
@font-face {
	font-family: 'athelasbold';
	src: url('fonts/athelas-bold-webfont.woff2') format('woff2'),
		url('fonts/athelas-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'athelasbold_italic';
	src: url('fonts/athelas-bolditalic-webfont.woff2') format('woff2'),
		url('fonts/athelas-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'athelasitalic';
	src: url('fonts/athelas-italic-webfont.woff2') format('woff2'),
		url('fonts/athelas-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'athelasregular';
	src: url('fonts/athelas-regular-webfont.woff2') format('woff2'),
		url('fonts/athelas-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Raleway */
@font-face {
	font-family: 'ralewaybold';
	src: url('fonts/raleway-bold-webfont.woff2') format('woff2'),
		url('fonts/raleway-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayheavy';
	src: url('fonts/raleway-heavy-webfont.woff2') format('woff2'),
		url('fonts/raleway-heavy-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaymedium';
	src: url('fonts/raleway-medium-webfont.woff2') format('woff2'),
		url('fonts/raleway-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayregular';
	src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
		url('fonts/raleway-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 62.5%;
}

body {
	word-break: normal;
	hyphens: auto;
	font-family: 'athelasregular', serif;
	font-size: 1.6rem;
	text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1,
.jumbotron h1 {
	font-family: 'athelasbold', serif;
	font-size: 2.4rem;
}

h2 {
	font-family: 'athelasbold', serif;
	font-size: 1.8rem;
}

h3 {
	font-family: 'athelasbold', serif;
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1.0rem;
}

p,
span,
pre,
ol,
ul,
li,
label,
table,
thead,
tfoot,
tr,
td {
	font-size: 1.8rem;
}

p strong {
	font-family: 'athelasbold', serif;
}

p em {
	font-family: 'athelasitalic', serif;
}

p em strong {
	font-family: 'athelasbold_italic', serif;
}

a {
	color: #269495;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: #E15102;
	text-decoration: none;
}

a:active {}

a:focus {}

/* >>>>>>>>>> MANUAL BOOTSTRAP RESETS <<<<<<<<<< */

/* Adjust Body to account for height of sticky nav only */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	padding-top: 40px;
	background-color: #212121;
}

/* Fluid designs only - adjust margin/padding on .container-fluid and .row so they touch edge of viewport without adding additional 15px to right side*/
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.row {
	/* margin: 0; */
}

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

.row.d-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* >>>>>>>>>> MANUAL WORDPRESS RESETS <<<<<<<<<< */

article {
	background-color: #fff;
}

/* Overide inline image & caption widths when entered in Content field */
img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

.wp-caption,
.wp-caption-text {
	/*display:block;*/
	display: inline;
	font-size: 1.4rem;
	font-family: 'ralewayregular', sans-serif;
	color: #9B9B9B;
	/*margin:0 auto 40px;*/
	margin: 1rem;
	max-width: 540px;
}

.entry-content {
	margin-bottom: 80px;
}

.entry-content img {
	width: auto;
	height: auto;
	margin: 20px 0 10px;
}

.entry-content form img {
	width: auto;
}

.entry-content img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.entry-content img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.entry-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Responsive Video Aspect Ratio ( must wrap php video output or embeds with <div class="responsive-video-container"></div> ) */
.responsive-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe.wp-embedded-content {
	width: 100%;
}

/* Widgets */
.widget {
	margin: 0 0 40px;
}

.widget ul {
	list-style-type: none;
	padding: 0;
}

.widget ul li {
	margin: 15px 0;
}

/* Paypal Embed */
form.paypal_form img {
	width: auto;
	height: auto;
}



/* Buttons */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	display: inline-block;
	position: relative;
	margin: 0;
	width: auto;
	min-width: 280px;
	background: #269495;
	border-radius: 0;
	border: 0;
	color: #fff;
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
	transition: background 0.25s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #E15102;
}

#subscribe_button {
	min-width: 0;
	width: 100%;
}

.btn-default {
	display: block;
	position: relative;
	margin: 0;
	width: auto;
	background: #e6e6e6;
	border-radius: 0;
	border: 0;
	color: #269495;
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
	transition: background 0.25s ease-in-out;
}

.btn-default:hover,
.btn-default:focus {
	background: #269495;
	color: #ffffff;
}

.btn-excerpt {
	display: block;
	margin: 10px 0;
}

.btn-ghost {
	display: inline-block;
	position: relative;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	font-family: 'ralewaybold', sans-serif;
	transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
}

.btn-ghost:hover,
.btn-ghost:focus {
	background: #ffffff;
	border: 2px solid #424242;
	color: #424242;
}

.btn-ghost:active {
	background: #e8e8e8;
	border: 2px solid #424242;
	color: #424242;
}

/* Comments */
.form-submit {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
}

.entry-comments li {
	list-style-type: none;
	padding: 0;
}

.entry-comments .alert {
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.entry-comments .comment-avatar img {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin: 0 15px 0 0;
}

.entry-comments .comment-meta {
	margin: 0;
}

/* Utilities */
.no_padding {
	padding-left: 0;
	padding-right: 0;
}

.no_padding_mobile {
	padding-left: 0;
	padding-right: 0;
}

/* >>>>>>>>>> NAVBAR RESETS <<<<<<<<<< */

/* Navbar Brand */
.navbar {
	min-height: 40px;
	margin-bottom: 20px;
}

.navbar-fixed-top .navbar-collapse {
	max-height: none;
}

#headerMenu {
	margin-top: 40px;
}

.navbar-default {
	background-color: #212121;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #E15102;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #E15102;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #E15102;
	background-color: transparent;
}

.dropdown-menu>li>a {
	font-size: 1.2rem;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #E15102;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #E15102;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}

.navbar-nav {
	font-family: 'ralewaybold', sans-serif;
	font-size: 1.6rem;
	text-transform: uppercase;
}



.navbar-toggle {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	height: 40px;
	padding: 12px 3px 0 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #212121;
	background-image: none;
	border: 0 solid transparent;
	border-radius: 0;
	color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
	color: #E15102;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #212121;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #212121;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #282828;

}

.menuLabel {
	font-family: 'ralewaybold', sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.menuIcon {
	top: 2px;
}

.navbar-default .navbar-brand {
	color: #ffffff;
}

.navbar-brand {
	float: left;
	max-width: 320px;
	height: auto;
	padding: 15px 15px 0;
	/*font-size: 18px;*/
	line-height: 20px;
}

.logo {
	width: 100%;
	height: auto;
}



.menu-utility-menu-container .navbar-nav {
	text-transform: none;
	font-family: "ralewaymedium", sans-serif;
}

#menu-header-menu {
	margin-top: 50px;
}

#site_name {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
}

#site_name span {
	display: inline-block;

}

#site_name span.top {
	font-family: 'athelasbold', serif;
	font-size: 1.8rem;
}

#site_name span.bottom {
	font-size: 1.8rem;
}

/* Show multi-level dropdowns on desktop (not working entirely) */
ul.nav li.dropdown:hover>ul.dropdown-menu {
	display: block;
	border-radius: 0;
}

/* Adjust search form padding in navbar*/
.navbar #searchform {
	margin: 8px 8px 8px 0;
}

/* Contact Form */
.gform_wrapper .gfield_checkbox li label {
	padding-top: 14px !important;
}

/* Archives */
.archive ul.pagination {
	margin-bottom: 40px;
}


/* >>>>>>>>>> VISUAL EFFECTS <<<<<<<<<< */
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
}

.blue_text {
	color: #269495;
}

.orange_text {
	color: #E15102;
}

.error_404 {
	min-height: 400px;
}

/* Donate CTA */
.content_donate_subscribe {
	background: #f5f5f5;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.content_donate_subscribe .btn-primary {
	min-width: 0;
	width: 100%;
}

.content_donate_subscribe .btn-active {
	background: #E15102;
}

.content_donate_subscribe .col-xs-4 {
	padding-top: 1rem;
}

.content_donate_subscribe .donate-one-time {
	margin-top: 1rem;
}

.content_donate_subscribe .donate-monthly {
	margin-top: 1rem;
}

.content_donate_subscribe .footer {
	margin-top: 1rem;
}

.content_donate_subscribe .footer p {
	font-size: 1.4rem;
}

.content_donate_subscribe .footer input {
	margin-right: 4px;
}

.d-none {
	display: none;
}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
.cta_button {
	display: block;
	position: relative;
	float: right;
	margin: 10px 0 0;
	width: 100%;
	background: #269495;
	border-radius: 0;
	border: 0;
	color: #fff;
	transition: background 0.25s ease-in-out;
}

.cta_button:hover,
.cta_button:active,
.cta_button:focus {
	background: #E15102;
}

.cta_button_text {
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
}

.cta_subtitle {
	font-size: 1.4rem;
	font-family: 'athelasregular', serif;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
}

.jumbotron {
	position: relative;
	/* margin: 0 0 20px 0; */
	padding: 20px 0;
	background: transparent;
	/*min-height: 320px;*/
}

.jumbotron.home {
	background: #f8f8f8;
}

.jumbotron.fullHeader {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	border-radius: 0;
	background-color: #eee;

}

.jumbotron .container {
	position: relative;
	height: auto;
}

.jumbotron.fullHeader .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	color: white;
}

.jumbotron.hasImage {
	color: #fff;
	background: no-repeat center center scroll;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: auto;
}

.jumbotron.fullHeader.hasImage {
	color: #fff;
	background: no-repeat center center fixed;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Jumbotron Full Header Continue Button*/
.jumbotron.fullHeader .continue {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.jumbotron.fullHeader .btn.continue {
	padding: 10px 20px 0;
}

.jumbotron.fullHeader .continue h6 {
	margin: 0;
}

.jumbotron h2 {
	font-family: 'ralewayregular', sans-serif;
	font-size: 1.8rem;
	margin: 0 0 8px;
}

/* Jumbotron Overlays */
.jumbotron.hasImage .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.sticky {
	background: #f3f3f3;
	padding: 10px;
	margin: -10px;
}

/* Jumbotron - Articles */
.jumbotron.article {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	text-align: center;
	background: transparent;
}

.jumbotron.article h1 {
	font-size: 3.6rem;
	color: #424242;
}

.jumbotron.article h2 {
	font-size: 2.4rem;
	font-family: 'athelasregular', serif;
	margin: 20px 0 10px 0;
	color: #424242;
}

.jumbotron.article h4 {
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
	margin: 20px 0 10px 0;
	color: #424242;
}

/* Jumbotron - Issues */
.jumbotron.single_issue {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	min-height: inherit;
	text-align: center;
	background: transparent;
}

.jumbotron.single_issue h1 {
	font-size: 3.6rem;
	color: #424242;
}

.jumbotron.single_issue h2 {
	font-size: 2.4rem;
	font-family: 'athelasregular', serif;
	margin: 20px 0 10px 0;
	color: #424242;
}

.jumbotron.single_issue h4 {
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
	margin: 20px 0 10px 0;
	color: #424242;
}

/* Breadcrumbs */
.breadcrumb_wrap {
	position: relative;
	background-color: #f5f5f5;
}

.breadcrumb {
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	padding: 15px 15px 5px 0;
	margin-bottom: 0;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0;
	text-align: left;
}

/* Search */
#searchform {
	display: inline-block;
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 100%;
	background: #EFEFEF;
}

#searchform .btn-default {
	border: 0;
	border-radius: 0;
	background: transparent;
	height: 45px;
	padding-top: 12px;
	font-size: 1.4rem;
	color: #848484;
	box-shadow: none;
}

#searchform input {
	border: 0;
	border-radius: 0;
	background: transparent;
	height: 45px;
	padding-top: 8px;
	font-family: 'ralewayregular', sans-serif;
	font-size: 1.4rem;
	color: #848484;
	box-shadow: none;
}

#searchform .btn-default:focus,
#searchform input:focus {
	outline: none;
	box-shadow: none;
}

/* Articles Cards*/
.article {
	position: relative;
	display: block;
	margin: 0 0 30px 0;
	min-height: initial;
}

.article h3 {
	font-size: 1.8rem;
}

.article h4 {
	font-size: 1.4rem;
	font-family: 'ralewaybold', sans-serif;
	margin: 5px 0;
}

.article h5 {
	font-size: 1.4rem;
	font-family: 'ralewayregular', sans-serif;
	margin: 5px 0;
}

.article a {
	color: #424242;
}

.article a:hover {
	color: #269495;
}

.article.featured {}

.article_image_wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0 0 56.25% 0;
	overflow: hidden;
}

.article_image_wrap img {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.article.featured h3 {
	font-size: 2.4rem;
}

.article.featured h4 {
	font-size: 1.4rem;
	font-family: 'ralewaybold', sans-serif;

}

.article.featured.large {
	text-align: center;
	margin: 40px 0;
}

.article.featured.large h3 {
	font-size: 4.8rem;
	margin-top: 0;
}

.article.featured.large h4 {
	font-size: 1.4rem;
	font-family: 'ralewaybold', sans-serif;

}

.article.featured.large .article_image_wrap {
	text-align: left;
}

.article time {
	color: #9e9e9e;
}

.article_separator {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	height: 1px;
	background: #424242;
}

.article_separator.last {
	position: relative;
	display: block;
	margin: 40px 0;
	width: 100%;
	height: 1px;
	background: #424242;
}

.article.search {
	/*min-height:175px;*/
}

.article_list_wrap {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}

#load_more {
	margin: -75px 0 40px;
	background: #ffffff;
}

#load_more:hover,
#load_more:focus,
#load_more:active {
	background: #e6e6e6;
	color: #269495;
}


.heron {
	position: absolute;
	display: inline-block;
	padding: 4px 8px 0;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffffff;
}

.heron img {
	position: relative;
	display: inline-block;
	width: 20px;
	height: auto;
}

img.featured_image {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
}

/* Section Titles*/
.section_title {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
}

.section_title h2 {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
	font-size: 2.4rem;
}

.section_title .legend {
	display: inline-block;
	position: relative;
	float: left;
}

.legend .heron {
	display: inline-block;
	position: relative;
	float: left;
	transform: none;
	width: auto;
	margin: 5px 0 0 0;
	padding: 0 0 0 0px;
	border-left: 0px solid transparent;
}

.legend .heron img {
	display: inline-block;
	position: relative;
	float: left;
	margin: 8px 10px 0 0;
	width: 30px;
	height: auto;
}

.legend h4 {
	display: inline-block;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	font-family: 'ralewayregular', sans-serif;
}

/* Single Article */
.entry-content h1 {
	font-size: 7.2rem;
}

.entry-content.format-first>p:first-child {
	font-family: 'ralewaybold', sans-serif;
}

.entry-content.format-first>p:first-child em {
	font-family: 'ralewaybold', sans-serif;
	font-style: italic;
}



.current_issue {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 60px 0 20px 0;
	width: 100%;
	height: auto;
	background: #F8F8F8;
}

.current_issue h3 {
	font-size: 3.6rem;
}

.current_issue h4 {
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
}

.current_issue h5 {
	margin: 40px 0 0 0;
	font-size: 1.4rem;
	font-family: 'ralewaybold', sans-serif;
}

.current_issue h5 a {
	text-decoration: underline;
}

.current_issue_subscribe {
	display: block;
	position: relative;
	margin: 40px 0;
	text-align: center;
}

.current_issue_subscribe h3 {
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
	text-transform: uppercase;
}

.current_issue_subscribe h4 {
	font-size: 1.4rem;
	font-family: 'ralewaybold', sans-serif;
}

.current_issue_subscribe .btn-subscribe {
	min-width: 100%;
}

.issue {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
	height: auto;
	min-height: 225px;
	text-align: center;
	background: transparent;
}

.issue h3 {
	font-family: 'ralewaymedium', sans-serif;
	font-size: 1.6rem;
}

img.issue_featured_img {
	margin: 0;
}

.noCookies {
	font-size: 1.2rem;
	font-style: italic;
	display: none;
	margin-top: 10px;
	hyphens: none;
}

.related_articles {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	text-align: center;
}

.related_articles h3 {
	font-family: 'ralewaymedium', sans-serif;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.related_articles h4 {
	font-family: 'ralewaymedium', sans-serif;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.entry-content.single_issue_content {
	margin-bottom: 0;
}

.take_action {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	background: #E15102;
	color: #ffffff;
	text-align: center;
}

.take_action h3 {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	font-family: 'ralewayregular', sans-serif;
}

.take_action h3 {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	font-family: 'ralewayregular', sans-serif;
}



/* Subscribe Form */
#subscribe_form {
	display: block;
	margin: 0;
	font-family: 'ralewayregular', sans-serif;
}

#subscribe_form h3 {
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-family: 'ralewaybold', sans-serif;
}

#subscribe_form label {
	margin: 10px 0;
	font-size: 1.2rem;
	font-family: 'ralewaybold', sans-serif;
}

#gform_2 .btn-primary {
	margin: 0;
	margin-right: 10px;
	height: 40px;
	width: 100%;
	min-width: inherit;
}

.subscribe_form_horizontal #gform_wrapper_2 .gform_footer {
	padding: 16px 15px 10px 0px;
	margin: 0;
}

#gform_wrapper_2 {
	margin: 0;
}

#subscribe_form .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

#subscribe_form ul li.gfield {
	margin-right: 15px;
}

#subscribe_form .form-control {
	margin: 0 0 2px;
	height: 30px;
	border-radius: 0;
}

#subscribe_form .medium {
	font-size: 14px;
	padding: 0 12px;
}

#subscribe_form .gf_left_half,
#subscribe_form .gf_right_half {
	padding-left: 0;
	padding-right: 15px;
}

/*Current Issue Download style */
#current_issue_download .form-control,
#current_issue_download .btn {
	display: inline-block;
	width: 100%;
	min-width: 0;
	margin: 0 0 10px;
}

.promo {
	display: inline-block;
	position: relative;
	margin: 20px 0;
}

.promo img {
	margin: 0 0 10px;
	width: 100%;
	max-width: 290px;
}

.promo h3 {
	font-family: 'athelasbold', serif;
	font-size: 2rem;
	margin: 0 0 10px;
}

.promo h4 {
	font-family: 'ralewayregular', sans-serif;
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.promo p {
	font-family: 'athelasbold', serif;
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.promo a.btn {
	display: inline-block;
	width: auto;
	margin: 5px 0 10px;
}

h3.donate {
	font-family: 'ralewayregular', serif;
}

blockquote {
	padding: 20px 0;
	margin: 20px 0 30px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	font-family: 'athelasitalic', serif;
	font-size: 2.4rem;
	color: #269495;
}

blockquote p {
	font-size: 2.4rem;
}

/* Footer */
footer .inner {
	text-align: center;
	padding: 20px 0 0 0;
	background: #212121;
	color: #ffffff;
}

footer .inner #searchform {
	display: inline-block;
	position: relative;
	margin: 20px auto;
	width: 320px;
	height: 100%;
	background: #424242;
}

footer .col-about {
	text-align: center;
}

footer .col-about h3 {
	font-size: 1.8rem;
}

footer .col-about p {
	font-size: 1.6rem;
}

#footer_menu {
	text-align: center;
}

.site_name_wrap {
	display: block;
	position: relative;
	text-align: center;
	margin: 20px auto 0;
}

.site_name_wrap #site_name {
	text-align: left;
}

#footer_menu ul {
	display: inline-block;
	margin: 20px auto 0;
	list-style: none;
}

#footer_menu ul li {
	display: inline-block;
	float: left;
	margin: 10px 10px 0;
	font-size: 1.4rem;
	font-family: 'ralewayregular', sans-serif;
}

#footer_menu ul li a {
	color: #ffffff;
}

#footer_menu ul li a:hover,
#footer_menu ul li a:active,
#footer_menu ul li a:focus {
	color: #E15102;
}

.social_icons {
	display: block;
	position: relative;
	margin: 20px auto;
	width: 180px;
	height: auto;
}

.social_icon {
	display: inline-block;
	margin: 0 12px;
}

.rss_icon {
	height: 30px;
	background-color: #fff;
	border-radius: 2px;
}

.rss_icon img {
	height: 30px;
	padding: 2px;
	width: auto;
}

.wrapDiv {
	background-color: #eee;
	color: #fff;
	width: 100%;
	height: 100%;
}

.leftDiv {
	background-color: #ccc;
	color: #fff;
	width: 50%;
	float: left;
}

.rightDiv {
	background-color: #aaa;
	color: #fff;
	width: 50%;
	float: left;
}

/* Pagination */
.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #269495;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-family: 'ralewaymedium', sans-serif;

}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #269495;
	border-color: #269495;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #ffffff;
	background-color: #E15102;
	border-color: #E15102;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares {
	display: none;
}

/*Forms entry text - readability*/

body .gform_wrapper .gform_body input {
	font-size: 16px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#gform_wrapper_1 .gform_footer,
#gform_wrapper_26 .gform_footer {
	flex-direction: column;
}

.gform_recaptcha_credit {
	display: block;
	margin-top: 6px;
	font-size: 10px;
}

.gform_recaptcha_credit a {
	font-size: 10px;
}

/* [][][][][][][][][][][][][][] */
/* >>>> MOBILE LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (orientation: landscape) {}

/* END mobile landscape */
@media screen and (min-width: 340px) {
	.issue {
		min-height: 260px;
	}
}

@media screen and (min-width: 400px) {
	.issue {
		min-height: 280px;
	}
}

@media screen and (min-width: 430px) {
	.issue {
		min-height: 300px;
	}
}

@media screen and (min-width: 460px) {
	.issue {
		min-height: 320px;
	}
}

@media screen and (min-width: 520px) {
	.issue {
		min-height: 360px;
	}
}

@media screen and (min-width: 580px) {
	.issue {
		min-height: 400px;
	}
}

@media screen and (min-width: 640px) {
	.issue {
		min-height: 440px;
	}
}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> TABLET <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {
	body {
		padding-top: 90px;
	}

	h1,
	.jumbotron h1 {
		font-size: 4.8rem;
	}

	.jumbotron h2 {
		font-size: 2.4rem;
	}

	h2 {
		font-size: 3.6rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	.navbar .container-nav {
		display: flex;
		justify-content: space-between;
	}

	.navbar-nav {
		float: right;
		margin: 20px 0 0 0;
	}

	.navbar-nav>li {
		font-size: 1.4rem;
	}



	.nav>li>a {
		position: relative;
		display: block;
		padding: 0 0 0 25px;
	}

	.navbar-collapse {
		background: #212121;
	}

	.dropdown-menu {
		position: absolute;
		top: 20px;
		/*right: 0;*/
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1000;
		display: none;
		float: left;
		min-width: 200px;
		padding: 5px 0;
		margin: 2px 0 0;
		text-align: right;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 4px solid #212121;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.cta_button {
		display: inline-block;
		position: relative;
		float: right;
		margin: 0 0 0 100px;
		width: auto;
		min-width: 325px;
		background: #269495;
		border-radius: 0;
		border: 0;
		color: #fff;
		transition: background 0.25s ease-in-out;
	}

	.navbar-menus .cta_button {
		min-width: 0;
		margin: 10px 0 0;
		margin-left: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-menus .cta_button_text {
		font-size: 1.4rem;

	}

	.menu-utility-menu-container {
		float: right;
	}

	#menu-header-menu {
		margin-top: 16px;
	}



	#site_name {
		/* margin: 15px 0 0 0; */
	}

	#site_name span {
		display: block;
	}

	#site_name span.top {
		position: absolute;
		top: 30px;
		left: -35px;
		font-size: 0.9rem;
		font-family: 'Arial Black', 'ralewaybold', sans-serif;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	#site_name span.bottom {
		font-size: 6.4rem;
	}

	.container {
		width: 750px;
	}

	.jumbotron.hasImage {
		min-height: 540px;
	}

	#subscribe_form .btn-primary {
		margin: 0;
		margin-top: 5px;
		height: 40px;
		width: 100%;
		min-width: inherit;
	}

	#subscribe_form .form-control {
		margin: 0 0 10px;
		height: 40px;
	}

	.subscribe_form_vertical {
		margin-top: 20px !important;
	}

	#subscribe_form .gf_left_half,
	#subscribe_form .gf_right_half {
		padding-right: 30px;
	}

	.subscribe_form_horizontal #gform_wrapper_2 .gform_footer {
		margin: 0 0 20px;
	}

	.subscribe_form_horizontal #gform_2>.gform_footer {
		display: inline-block;
		padding: 0.85em 0 0.625em;
		width: 33%;
	}

	#gform_2>.gform_footer {
		margin-top: 8px;
	}

	.subscribe_form_horizontal #gform_2 .gform_body {
		display: inline-block;
		float: left;
		width: 66%;
		font-family: 'ralewayregular', sans-serif;
	}

	.subscribe_form_horizontal .gform_wrapper ul li.gfield {
		margin-top: 0;
	}

	#subscribe_form ul li.gfield {
		margin-right: 0;
	}

	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 100% !important;
	}

	#subscribe_form .medium {
		padding: 8px 12px;
	}

	#subscribe_form .gform_wrapper li.hidden_label input {
		margin-top: 12px;
	}

	#subscribe_button {
		min-width: 280px;
	}

	/*Current Issue Download style */
	#current_issue_download .form-control,
	#current_issue_download .btn {
		display: inline-block;
		width: 49%;
		min-width: 0;
		margin: 13px 0 10px;
	}

	/* Article Cards */
	.article.featured.large h3 {
		font-size: 4rem;
	}

	.article {
		min-height: 125px;
	}

	/* Single Articles */
	.jumbotron.article h1 {
		font-size: 4.8rem;
	}

	.jumbotron.article p {
		font-size: 2.4rem;
	}

	img.featured_image {
		min-width: 540px;

	}

	.issue {
		min-height: 340px;
	}

	/* Search */
	#searchform {
		display: inline-block;
		position: absolute;
		right: 0;
		width: 400px;
		min-width: 320px;
		height: 100%;
		background: #EFEFEF;
	}

	/* Utilities */
	.no_padding_mobile {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Social Sharing Widget */
	.ssbp-container {
		margin-bottom: 80px;
	}



}

/* END 768px */

/* [][][][][][][][][][][][][][] */
/* >>>> TABLET LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) and (orientation: landscape) {}

/* END 768px landscape*/

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP SM <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 992px) {
	.navbar-nav {
		float: right;
		margin: 20px 0 0 0;
	}



	.navbar-nav>li {
		font-size: 1.8rem;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 0 0 10px 25px;
	}

	.dropdown-menu>li>a {
		font-size: 1.4rem;
	}

	.navbar-menus .cta_button_text {
		font-size: 1.6rem;
	}

	#menu-utility-menu li {
		font-size: 1.6rem;

	}

	.container {
		width: 970px;
	}

	.jumbotron.article h1 {
		font-size: 7.2rem;
	}

	.jumbotron.article p {
		font-size: 3.6rem;
	}

	.article {
		min-height: 136px;
	}

	.article.featured.large h3 {
		font-size: 4.8rem;
	}

	/* Section Titles*/
	.section_title {
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
	}

	.section_title h2 {
		display: inline-block;
		position: relative;
		float: left;
		margin: 0;
		width: auto;
		font-size: 3.6rem;
	}

	.section_title .legend {
		display: inline-block;
		position: relative;
		float: left;
	}

	.legend .heron {
		display: inline-block;
		position: relative;
		float: left;
		transform: none;
		width: auto;
		margin: 5px 0 0 40px;
		padding: 0 0 0 40px;
		border-left: 2px solid #d8d8d8;
	}

	.legend .heron img {
		display: inline-block;
		position: relative;
		float: left;
		margin: 8px 10px 0 0;
		width: 30px;
		height: auto;
	}

	.legend h4 {
		display: inline-block;
		position: relative;
		float: left;
		margin: 15px 0 0 0;
		font-family: 'ralewayregular', sans-serif;
	}

	footer .col-about {
		text-align: left;
		padding-top: 1.6rem;
	}

	footer .col-contact {
		text-align: right;
	}

	#footer_menu {
		text-align: right;
	}

	footer .social_icons {
		margin: 20px 0 20px auto;

	}

	footer .social_icons .rss_icon {
		margin-right: 0;

	}





}

/* END 992px */
@media screen and (min-width: 1100px) {}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.navbar .container-nav {
		display: block;
		/* justify-content: space-between; */
	}

	.navbar .navbar-logo {
		float: left;
	}

	.navbar .navbar-menus {
		float: right;
	}

	.article {
		min-height: 140px;
	}

	.article.featured.large h3 {
		font-size: 6.4rem;
	}

	.issue {
		min-height: 380px;
	}
}

/* END 1200px */