@charset "UTF-8";
/* >>>>>>>>>> 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,
.jumbotron h1 {
  font-family: "athelasbold", serif;
  font-size: 2.4rem;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
}

h2 {
  font-family: "athelasbold", serif;
  font-size: 1.8rem;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
}

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

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

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;
  text-decoration: none;
}
a:hover {
  color: #E15102;
  text-decoration: none;
}

/* >>>>>>>>>> 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;
}

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* >>>>>>>>>> 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;
  margin-top: 40px;
}

.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;
}

/* 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;
}

/* Donate CTA */
.content_donate_subscribe {
  background: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.content_donate_subscribe h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.content_donate_subscribe .btn-primary {
  min-width: 0;
  width: 100%;
}
.content_donate_subscribe .btn-active {
  background: #E15102;
}
.content_donate_subscribe .footer {
  margin-top: 1rem;
}
.content_donate_subscribe .footer p {
  font-size: 1.4rem;
}
.content_donate_subscribe .footer input {
  margin-right: 4px;
}

/* >>>>>>>>>> NAVBAR RESETS <<<<<<<<<< */
/* Navbar Brand */
.navbar {
  min-height: 40px;
  margin-bottom: 20px;
}
.navbar .navbar-menus {
  width: 100%;
}

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

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

.navbar-default .navbar-nav > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #E15102;
  background-color: transparent;
}
.navbar-default > .active > a,
.navbar-default > .open > a {
  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 {
  padding-left: 15px;
}
.dropdown-menu > li > a {
  font-size: 1.2rem;
  color: #212121;
  text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #E15102;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a {
  outline: 0;
}

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

.navbar-toggle {
  background-color: #212121;
  border: 0 solid transparent;
  color: #fff;
}
.navbar-toggle .menuLabel {
  font-family: "ralewaybold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.navbar-toggle .menuIcon {
  position: relative;
  top: 2px;
}

.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;
}

.navbar-default .navbar-brand {
  color: #ffffff;
  max-width: 320px;
  height: auto;
  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;
}

.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;
}

/* Breadcrumbs */
.breadcrumb {
  width: auto;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 15px 5px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  text-align: left;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb_wrap {
  position: relative;
  background-color: #f5f5f5;
}

/* 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 .btn-default:focus {
  outline: none;
  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 input:focus {
  outline: none;
  box-shadow: none;
}
#searchform #s::-webkit-search-cancel-button {
  display: none;
}
@media screen and (min-width: 768px) {
  #searchform {
    min-width: 320px;
  }
  #searchform .input-group {
    flex-direction: row-reverse;
  }
  #searchform .btn-default {
    padding-left: 0;
  }
  #searchform #s {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .navbar .container-nav {
    display: flex;
    justify-content: space-between;
  }
  .navbar-nav {
    margin: 14px 0 0 0;
  }
  .navbar-nav > li {
    font-size: 1.4rem;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    top: 32px;
    right: 10px;
    min-width: 200px;
    padding: 5px;
    text-align: right;
    background-color: #fff;
    border: 4px solid #212121;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
  }
  .navbar-collapse {
    display: block !important;
    background: #212121;
    padding-right: 0;
  }
  .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 {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .navbar-menus .navbar-nav {
    flex-direction: row;
    justify-content: end;
  }
  .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-header-menu {
    margin-top: 0;
    align-items: baseline;
  }
  #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;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav > li {
    font-size: 1.8rem;
  }
  .nav > li > a {
    position: relative;
    display: block;
  }
  .dropdown-menu > li > a {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .navbar-menus .cta_button_text {
    font-size: 1.6rem;
  }
  #menu-utility-menu li {
    font-size: 1.6rem;
  }
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.jumbotron {
  position: relative;
  padding: 20px 0;
  background: transparent;
}
.jumbotron h2 {
  font-family: "ralewayregular", sans-serif;
  font-size: 1.8rem;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 4.8rem;
  }
  .jumbotron h2 {
    font-size: 2.4rem;
  }
  .jumbotron.hasImage {
    min-height: 540px;
  }
}
.jumbotron .container {
  position: relative;
  height: auto;
  text-align: left;
}
.jumbotron.home {
  background: #f8f8f8;
}
.jumbotron.hasImage {
  color: #fff;
  background: no-repeat center center scroll;
  -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.hasImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.jumbotron.fullHeader {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
  border-radius: 0;
  background-color: #eee;
}
.jumbotron.fullHeader .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
.jumbotron.fullHeader.hasImage {
  color: #fff;
  background: no-repeat center center fixed;
  -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.fullHeader .continue {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.jumbotron.fullHeader .continue h6 {
  margin: 0;
}
.jumbotron.fullHeader .btn.continue {
  padding: 10px 20px 0;
}

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

/* Jumbotron - Articles */
.single-article .jumbotron {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
  text-align: center;
  background: transparent;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.single-article .jumbotron h1 {
  font-size: 4.6rem;
  color: #424242;
}
.single-article .jumbotron h2 {
  font-size: 2.4rem;
  font-family: "athelasregular", serif;
  margin: 20px 0 10px 0;
  color: #424242;
}
.single-article .jumbotron h4 {
  font-size: 1.8rem;
  font-family: "ralewaybold", sans-serif;
  margin: 20px 0 10px 0;
  color: #424242;
}
.single-article .jumbotron time {
  color: #9e9e9e;
}
@media screen and (min-width: 768px) {
  .single-article .jumbotron h1 {
    font-size: 4.8rem;
  }
  .single-article .jumbotron p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .single-article .jumbotron h1 {
    font-size: 7.2rem;
  }
  .single-article .jumbotron p {
    font-size: 3.6rem;
  }
}

/* Jumbotron - Issues */
.single-issue .jumbotron {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
  min-height: inherit;
  text-align: center;
  background: transparent;
}
.single-issue .jumbotron .container {
  text-align: center;
}
.single-issue .jumbotron h1 {
  font-size: 3.6rem;
  color: #424242;
}
.single-issue .jumbotron h2 {
  font-size: 2.4rem;
  font-family: "athelasregular", serif;
  margin: 20px 0 10px 0;
  color: #424242;
}
.single-issue .jumbotron h4 {
  font-size: 1.8rem;
  font-family: "ralewaybold", sans-serif;
  margin: 20px 0 10px 0;
  color: #424242;
}

/* 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;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
footer .col-about p {
  font-size: 1.6rem;
}

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

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

#footer_menu {
  text-align: center;
}
#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;
}

.prefooter {
  background: #f8f8f8;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.prefooter .container {
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  #footer_menu ul li {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  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;
  }
}
/* Articles Cards*/
.article-card {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 50px 0;
  min-height: initial;
}
.article-card h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
}
@media screen and (min-width: 576px) {
  .article-card h3 {
    font-size: 2rem;
  }
}
.article-card h4 {
  font-size: 1.4rem;
  font-family: "ralewaybold", sans-serif;
  margin: 5px 0;
}
.article-card h5 {
  font-size: 1.4rem;
  font-family: "ralewayregular", sans-serif;
  margin: 5px 0;
}
.article-card a {
  color: #424242;
}
.article-card a:hover {
  color: #269495;
}
.article-card time {
  color: #9e9e9e;
}
.article.featured.large h3 {
  font-size: 4rem;
}

.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_separator {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  height: 1px;
  background: #424242;
}
.article_separator.last {
  margin: 40px 0;
}

#load_more {
  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;
}

.wp-caption {
  margin: 1rem 0;
}

.wp-caption-text {
  margin: 1rem 0;
}

/* Single Article */
.entry-content h1 {
  font-size: 7.2rem;
}
.entry-content h2,
.entry-content h3 {
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.entry-content h3 {
  font-size: 2.4rem;
}
.entry-content.format-first > p:first-child {
  font-family: "ralewaybold", sans-serif;
}
.entry-content.format-first > p:first-child em {
  font-style: italic;
}

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;
}

/* 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;
}
#subscribe_form .gform_required_legend {
  display: none;
}
#subscribe_form .gform-footer {
  display: none;
}
#subscribe_form .btn-primary {
  min-width: 0;
  width: 100%;
}

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

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

.no_padding_mobile {
  padding-left: 0;
  padding-right: 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 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.fade:hover {
  opacity: 0.5;
}

.blue_text {
  color: #269495;
}

.orange_text {
  color: #E15102;
}

.error_404 {
  min-height: 400px;
}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
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 .heron h4 {
  display: inline-block;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  font-family: "ralewayregular", sans-serif;
}

.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;
  text-align: center;
  background: transparent;
}
.issue h3 {
  font-family: "ralewaymedium", sans-serif;
  font-size: 1.6rem;
  padding-top: 1rem;
}
.issue img {
  width: 100%;
}

.single-issue img {
  margin: 0;
}

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

.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;
}

/*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 {
  position: relative;
  margin: 20px 0;
}
.promo img {
  margin: 0 0 10px;
  width: 100%;
}
.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;
}

/* 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;
}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> TABLET <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {
  body {
    padding-top: 96px;
  }
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  /*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;
  }
  img.featured_image {
    min-width: 540px;
  }
  /* Utilities */
  .no_padding_mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Social Sharing Widget */
  .ssbp-container {
    margin-bottom: 80px;
  }
}
/* END 768px */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP SM <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 992px) {
  .article {
    min-height: 136px;
  }
  .article.featured.large h3 {
    font-size: 4.8rem;
  }
  /* Section Titles*/
  .section_title h2 {
    width: auto;
    font-size: 3.6rem;
  }
  .legend .heron {
    margin: 5px 0 0 40px;
    padding: 0 0 0 40px;
    border-left: 2px solid #d8d8d8;
  }
}
/* END 992px */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px) {
  .article {
    min-height: 140px;
  }
  .article.featured.large h3 {
    font-size: 6.4rem;
  }
}
/* END 1200px */

/*# sourceMappingURL=theme.css.map */
