html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  background: #fff;
  font-family: "Proxima-Nova", sans-serif;
  letter-spacing: 0.8px;
  height: 100vh;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
h4,
h5,
p,
q,
a {
  line-height: 1.75em;
}
h1,
h2,
h3 {
  line-height: 1.25em;
}
h1 a,
h2 a,
h3 a {
  line-height: 1.25em;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}
h1 {
  text-align: center;
  font-size: 36px;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}
h2,
h3,
h4 {
  text-align: left;
}
h4,
h5 {
  font-size: 10px;
}
h4 {
  font-weight: 600;
}
h5 {
  font-weight: 100;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #000;
  border-bottom: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #008caa;
}
h2 {
  font-size: 24px;
}
@media only screen and (max-width: 650px) {
  h2 {
    font-size: 21px;
  }
}
h3 {
  font-size: 18px;
}
p {
  color: #140c14;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
}
p b,
p strong,
p em {
  font-weight: 500;
}
p i {
  font-weight: 400;
  font-style: italic;
}
.section-name {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: #000;
  text-align: left;
  margin: 0 0 1em;
}
blockquote {
  float: left;
  width: 50%;
  margin: 0em 3%;
  zoom: 1;
}
blockquote:before,
blockquote:after {
  content: "";
  display: table;
}
blockquote:after {
  clear: both;
}
@media only screen and (max-width: 650px) {
  blockquote {
    width: 90%;
    margin: 0 1%;
    float: none;
  }
}
blockquote p {
  font-weight: 400;
  font-style: italic;
  color: #008caa;
  font-size: 24px;
  text-align: center;
  line-height: 1.75em;
}
blockquote p:before {
  content: "";
}
blockquote.verse {
  float: none;
  width: 88%;
  margin: 35px auto 0;
}
blockquote.verse p:before {
  content: none;
}
blockquote:before,
blockquote:after {
  display: none;
}
@-moz-document url-prefix() {
  blockquote p::before {
    content: "~";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
cite {
  font-weight: 100;
  color: #008caa;
  font-size: 14px;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
p a,
.credit a,
.other-series a,
.all-series a,
label a {
  color: #008caa;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #008caa;
}
p a:hover,
.credit a:hover,
.other-series a:hover,
.all-series a:hover,
label a:hover {
  border-bottom: none;
}
img {
  background-color: #008caa;
}
section {
  width: 94%;
  margin: 0 auto 25px;
  padding: 1% 0;
}
section ul li {
  list-style: square;
}
section ol li,
section ul li {
  margin-left: 50px;
}
section li {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 300;
}
section a {
  font-weight: 400;
  color: #008caa;
  border-bottom: 1px dotted #008caa;
}
section a:hover {
  border-bottom: none;
}
section h1 {
  margin-top: 50px;
}
section h2,
section h3 {
  margin-top: 30px;
}
section .list-panel button {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px;
  background: rgba(160,165,171,0.25);
  cursor: pointer;
}
section .list-panel button:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #a0a5ab;
  box-shadow: 0 0 3px #a0a5ab;
}
section .list-panel ul {
  display: none;
}
button {
  -webkit-appearance: none /*remove button styling for apple devices*/;
  background: none;
  border: none;
  letter-spacing: 0.8px;
  cursor: pointer;
  border-radius: 0;
}
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: -moz-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: -o-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: -ms-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: linear-gradient(to right, #fff, #37afcd, #fff);
}
p.submit-success,
div.error {
  text-align: center;
}
div.error {
  color: #fff;
  background-color: #d50000;
  padding: 5px 0;
}
div.error span {
  text-transform: uppercase;
  line-height: 1.75em;
  font-size: 14px;
  font-weight: 300;
}
div.error ul li {
  list-style: square;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
}
button:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
a:focus {
  outline: 2px dotted #000 !important;
}
.tmmIframe {
  width: 100%;
  height: 42vw;
  background: #000;
}
#disqus_thread iframe {
  background: #fff;
}
form {
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
  text-align: left;
/*begin customized styles*/
/*end customized styles*/
}
form button.btn,
form input[type="submit"] {
  width: 100%;
  margin: 10px auto;
}
form button.btn {
  background: #a0a5ab;
}
form button.btn:hover {
  color: #a0a5ab;
  border: 1px solid #a0a5ab;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form label,
form legend,
form label.radio,
form select {
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.8px;
  margin-right: 15px;
}
form label,
form legend,
form p {
  font-size: 14px;
}
form legend {
  padding: 0;
}
form label {
  line-height: 0.5em;
}
form label.radio,
form select {
  font-size: 21px;
  cursor: pointer;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"] {
  width: 100%;
  height: 40px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 0 5px;
  color: #37afcd;
  border: 1px solid #37afcd;
  font-size: 21px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type="search"] {
  -webkit-appearance: textfield;
  padding: 0 40px 0 5px;
}
form textarea {
  font-weight: 400;
  font-family: "Proxima-Nova", sans-serif;
  letter-spacing: 0.8px;
  color: #37afcd;
  border: 1px solid #37afcd;
  font-size: 21px;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 2px #37afcd;
  box-shadow: inset 1px 1px 2px #37afcd;
}
form .select {
  position: relative;
  margin-bottom: 15px;
}
form .select select {
  width: 100%;
  cursor: pointer;
  padding: 5px 1%;
  outline: 0;
  border-radius: 0;
  border: 1px solid #37afcd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255,255,255,0);
  font-family: "Proxima-Nova", sans-serif;
}
form .select select:hover {
  color: #008caa;
}
form .select select:focus {
  background: #fff;
  color: #000;
}
form .select::-ms-expand {
  display: none;
}
form .select:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}
form .select .select-arrow {
  position: absolute;
  top: 37px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #37afcd transparent transparent transparent;
}
form .select:hover .select-arrow,
form .select:focus .select-arrow {
  border-top-color: #008caa;
}
form .radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
form .radio input[type="radio"],
form .radio input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
form input:focus ~ .indicator {
  outline: 2px dotted #000;
}
form input[type="radio"] + .indicator,
form input[type="checkbox"] + .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #37afcd;
}
form input[type="radio"]:checked + .indicator,
form input[type="checkbox"]:checked + .indicator {
  background: #37afcd;
  border: 1px solid #37afcd;
}
form input[type="radio"]:checked + .indicator:after {
  display: block;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
}
form input[type="checkbox"]:checked + .indicator:after {
  display: block;
  top: 0;
  left: 6px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-width: 0 2px 3px 0;
}
form input[type="radio"]:checked + .indicator:after,
form input[type="radio"] + .indicator {
  border-radius: 100%;
}
form .indicator:after {
  position: absolute;
  display: none;
  content: '';
}
form .input-column:before {
  content: '';
  display: table;
}
form .input-column:after {
  content: '';
  display: table;
  clear: both;
}
form .input-column div,
form .input-column fieldset {
  width: calc(99.9% * 1/2 - (10px - 10px * 1/2));
}
form .input-column div:nth-child(1n),
form .input-column fieldset:nth-child(1n) {
  float: left;
  margin-right: 10px;
  clear: none;
}
form .input-column div:last-child,
form .input-column fieldset:last-child {
  margin-right: 0;
}
form .input-column div:nth-child(0n),
form .input-column fieldset:nth-child(0n) {
  float: right;
}
@media only screen and (max-width: 650px) {
  form .input-column {
    width: auto;
  }
  form .input-column:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  form .input-column:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  form .input-column:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
form .honeypot {
  display: none;
}
form ::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5) /* Chrome/Opera/Safari */;
}
form ::-moz-placeholder {
  color: rgba(0,0,0,0.5);
  opacity: 1 /* Firefox 19+ */;
  -ms-filter: none /* Firefox 19+ */;
  filter: none /* Firefox 19+ */;
}
form :-ms-input-placeholder {
  color: rgba(0,0,0,0.5) /* IE 10+ */;
}
form :-moz-placeholder {
  color: rgba(0,0,0,0.5);
  opacity: 1 /* Firefox 18- */;
  -ms-filter: none /* Firefox 18- */;
  filter: none /* Firefox 18- */;
}
.close-svg {
  width: 21px;
  height: 21px;
  fill: #a0a5ab;
  cursor: pointer;
}
.close-svg:hover {
  fill: #140c14;
}
#search-svg,
#talk-svg,
#care-svg,
#mag-svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#search-svg:hover,
#talk-svg:hover,
#care-svg:hover,
#mag-svg:hover {
  fill: #37afcd;
}
footer {
  width: 100%;
  background: rgba(160,165,171,0.5);
  color: #140c14;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 1.25% 0;
}
footer .footer-menu {
  margin: 0 auto;
  text-align: center;
}
footer a {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: none;
  color: #140c14;
}
footer a:hover {
  color: #fff;
}
footer li {
  display: inline-block;
  margin: 5px;
}
footer p,
footer p a {
  text-align: center;
  font-size: 10px;
}
footer .copyright {
  font-size: 9px;
  text-align: center;
  margin-top: 5px;
}
.g-recaptcha {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  padding-bottom: 7px;
}
.g-recaptcha iframe {
  background: none;
}
.g-recaptcha > div {
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .g-recaptcha {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
nav {
  background: #140c14;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 32px;
  z-index: 1;
}
nav div {
  margin: 0 3%;
  padding: 5px 0 0;
}
@media only screen and (max-width: 650px) {
  nav div {
    padding: 5px 0;
  }
}
nav a.homelink {
  color: #fff;
}
nav a.homelink:hover {
  color: #37afcd;
}
nav a.homelink span {
  font-weight: 100;
}
nav ul {
  float: right;
  clear: both;
}
nav ul li {
  font-size: 12px;
  display: inline;
  margin-left: 10px;
}
nav button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-top: 0.5em;
}
nav button:hover {
  color: #37afcd;
  cursor: pointer;
}
nav button:hover #search-svg,
nav button:hover #talk-svg,
nav button:hover #care-svg,
nav button:hover #mag-svg {
  fill: #37afcd;
}
nav .current-nav {
  color: #37afcd;
  cursor: pointer;
}
nav .current-nav #search-svg,
nav .current-nav #talk-svg,
nav .current-nav #care-svg,
nav .current-nav #mag-svg {
  fill: #37afcd;
}
nav a:focus,
nav button:focus {
  outline: 2px dotted #fff !important;
}
@media only screen and (max-width: 800px) {
  nav {
    font-size: 21px;
  }
  nav li button span {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  nav {
    font-size: 16px;
  }
  nav ul li:nth-child(2) {
    margin: 0;
  }
  nav button {
    padding: 0 1px;
  }
  nav button {
    margin-top: 0.35em;
  }
  nav #search-svg,
  nav #talk-svg,
  nav #care-svg,
  nav #mag-svg {
    width: 16px;
    height: 16px;
  }
}
nav #mag {
  color: #a0a5ab;
}
nav #mag:hover {
  color: #37afcd;
}
nav #mag-svg {
  fill: #a0a5ab;
}
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
}
.mag-nav {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 5px #a0a5ab;
  box-shadow: 0 0 5px #a0a5ab;
}
.mag-nav button,
.mag-nav a.homelink {
  color: #000;
}
.mag-nav #search-svg,
.mag-nav #talk-svg,
.mag-nav #care-svg {
  fill: #000;
}
.mag-nav #mag {
  color: #37afcd;
}
.mag-nav #mag:hover {
  color: #a0a5ab;
}
.mag-nav #mag:hover #mag-svg {
  fill: #a0a5ab;
}
.mag-nav #mag-svg {
  fill: #37afcd;
}
p.tag {
  background: #fff;
  font-family: "flood-std", sans-serif;
  color: #37afcd;
  font-size: 27px;
  letter-spacing: 1.6px;
  text-align: center;
  margin: 0;
  padding: 10px 3%;
}
@media only screen and (max-width: 800px) {
  p.tag {
    font-size: 21px;
  }
}
@media only screen and (max-width: 650px) {
  p.tag {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  p.tag span {
    display: block;
  }
}
.dropcap p:first-child:first-letter {
  font-weight: 500;
  color: #37afcd;
  margin-right: 10px;
  font-size: 112px;
  float: left;
  margin-top: 0.43em;
  margin-bottom: 0.35em;
  line-height: 0;
  font-style: normal !important;
}
@-moz-document url-prefix() {
  .dropcap p:first-child:first-letter {
    margin-top: 0.09em;
    margin-bottom: 0.05em;
  }
}
.btn {
  height: 35px;
  padding: 5px 25px;
  background: #37afcd;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  color: #37afcd;
  border: 1px solid #37afcd;
}
.ppl-count {
  color: #fff;
}
.ppl-count #ppl-icon {
  fill: #fff;
  position: relative;
  top: 1px;
  left: 0;
}
.load-btn {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
}
.load-btn:before {
  content: '';
  display: table;
}
.load-btn:after {
  content: '';
  display: table;
  clear: both;
}
.load-btn a,
.load-btn div {
  display: block;
}
.load-btn a {
  border-bottom: none;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.load-btn:hover .down {
  border-top-color: #008caa;
}
.down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #37afcd;
}
.feature .ppl-count,
.issues-grid .ppl-count {
  font-size: 10px;
}
.feature .ppl-count #ppl-icon,
.issues-grid .ppl-count #ppl-icon {
  width: 10px;
  height: 10px;
}
.feature {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #008caa;
  width: 100%;
  height: 65vh;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.feature a {
  width: 100%;
}
.feature div {
  width: 44%;
  padding: 2% 3%;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 650px) {
  .feature div {
    width: 96%;
  }
}
.feature div:nth-child(1) {
  background: rgba(0,140,170,0.75);
  float: left;
}
.feature div:nth-child(1) h2,
.feature div:nth-child(1) .ppl-count {
  padding-right: 3%;
}
.feature div:nth-child(2) {
  background: rgba(20,12,20,0.75);
  float: right;
}
.feature div:nth-child(2) h1,
.feature div:nth-child(2) p {
  padding-left: 3%;
}
.feature div:nth-child(2) img {
  margin-left: 3%;
}
.feature div:nth-child(2) p {
  margin-top: 15px;
}
.feature h1,
.feature h2,
.feature h3,
.feature p,
.feature .ppl-count {
  color: #fff;
  margin: 0;
}
.feature h1,
.feature h2 {
  font-size: 27px;
}
@media only screen and (max-width: 650px) {
  .feature h1,
  .feature h2 {
    font-size: 14px;
  }
}
.feature h1 {
  text-align: left;
  margin-bottom: 25px;
}
@media only screen and (max-width: 650px) {
  .feature h1 {
    margin-top: 1em;
  }
}
.feature h2 {
  font-weight: 100;
  text-align: right;
}
.feature .ppl-count {
  text-align: right;
}
.feature h3,
.feature img {
  display: inline-block;
}
.feature h3,
.feature p {
  font-size: 14px;
}
@media only screen and (max-width: 650px) {
  .feature h3,
  .feature p {
    font-size: 12px;
  }
}
.feature img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  top: 0.5em;
  left: 0;
  margin-right: 5px;
  background-color: #008caa;
  border: 1px dotted #fff;
}
.feature a:hover div:nth-child(1) {
  background: #008caa;
}
.feature a:hover div:nth-child(2) {
  background: #140c14;
}
.issues-grid {
  padding: 0;
}
.issues-grid:before {
  content: '';
  display: table;
}
.issues-grid:after {
  content: '';
  display: table;
  clear: both;
}
.issues-grid div {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}
.issues-grid div:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.issues-grid div:last-child {
  margin-right: 0;
}
.issues-grid div:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.issues-grid div:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .issues-grid div {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }
  .issues-grid div:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .issues-grid div:last-child {
    margin-right: 0;
  }
  .issues-grid div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .issues-grid div:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .issues-grid div {
    width: auto;
  }
  .issues-grid div:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .issues-grid div:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .issues-grid div:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.issues-grid a:hover div,
.issues-grid a:hover span {
  -webkit-box-shadow: 0 0 10px #a0a5ab;
  box-shadow: 0 0 10px #a0a5ab;
}
.issues-grid a div {
  background-color: #008caa;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 250px;
}
.issues-grid h1,
.issues-grid h2 {
  color: #fff;
}
.issues-grid h1 {
  font-size: 18px;
  background: rgba(0,0,0,0.5);
  padding: 1px 3%;
  margin-top: 125px;
}
.issues-grid h2 {
  font-size: 14px;
  font-weight: 100;
  padding: 5px 10px 1px;
}
.issues-grid h2,
.issues-grid .ppl-count {
  margin: 0;
  background: rgba(0,140,170,0.75);
}
.issues-grid .ppl-count {
  padding: 1px 10px 3px;
}
.issues-grid span {
  display: inline-block;
  background: #fff;
  width: 94%;
  padding: 0 3%;
  text-align: center;
  margin-bottom: 50px;
}
.issues-grid span h4,
.issues-grid span img {
  display: inline-block;
}
.issues-grid span h4,
.issues-grid span p {
  margin: 0.5em 0;
  font-size: 14px;
}
.issues-grid span img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  top: 0.5em;
  left: 0;
  margin-right: 5px;
  background-color: #008caa;
  border: 1px dotted #fff;
}
.search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.search > div {
  margin: 25px;
}
.search h1 {
  font-family: "flood-std", sans-serif;
  color: #37afcd;
  font-size: 27px;
  letter-spacing: 1.6px;
}
.search h2 {
  font-size: 21px;
}
.search h2,
.search p {
  text-align: center;
}
.search h3 {
  text-transform: uppercase;
}
.search p {
  font-size: 18px;
  font-weight: 600;
  clear: both;
}
.search #close {
  float: right;
  clear: both;
}
form.searchform {
  padding-top: 30px;
}
form.searchform input {
  color: #000;
  border: 2px solid #000;
  height: 40px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 0 50px 0 10px;
  font-size: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.searchform input:focus {
  outline: 2px solid #37afcd;
  border: none;
}
form.searchform button {
  background: #000;
  position: relative;
  top: -59px;
  right: 0;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  float: right;
  clear: both;
}
form.searchform button:hover {
  color: #37afcd;
}
.search-results {
  margin: 50px 0 25px 0;
}
.search-results li {
  margin-left: 0;
  margin-bottom: 35px;
  list-style: none;
  clear: both;
}
.search-results img {
  width: 150px;
  height: 75px;
  float: left;
  margin: 0 15px 0 0;
}
.search-results a:hover h3,
.search-results a:hover p {
  color: #008caa;
}
.search-results h3 span {
  font-weight: 400;
  font-style: italic;
}
article {
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-color: #fff;
  width: 100%;
}
article header.issues-header {
  height: 30vw;
  position: relative;
  top: 10vw;
  left: 0;
  text-align: center;
}
article header.issues-header h1,
article header.issues-header p,
article header.issues-header span {
  margin: 0;
  color: #fff;
}
article header.issues-header h1 {
  font-size: 36px;
  font-weight: 100;
  padding-top: 5px;
}
@media only screen and (max-width: 900px) {
  article header.issues-header h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 400px) {
  article header.issues-header h1 {
    font-size: 21px;
  }
}
article header.issues-header h1,
article header.issues-header .ppl-count {
  background: rgba(0,140,170,0.5);
  margin: 0 auto;
  padding: 5px 5px 0;
}
article header.issues-header .ppl-count {
  font-size: 14px;
  padding-top: -5px;
  padding-bottom: 5px;
  text-align: center;
}
article header.issues-header .ppl-count #ppl-icon {
  width: 15px;
  height: 15px;
}
article header.issues-header span {
  font-weight: 500;
  font-size: 21px;
  line-height: 1em;
  text-shadow: 1px 1px 1px #000;
}
@media only screen and (max-width: 400px) {
  article header.issues-header span {
    font-size: 14px;
  }
}
article h1 {
  font-size: 48px;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 2em;
}
@media only screen and (max-width: 900px) {
  article h1 {
    font-size: 32px;
  }
}
article h2 {
  font-size: 24px;
  margin-top: 50px;
}
@media only screen and (max-width: 400px) {
  article h2 {
    font-size: 21px;
  }
}
article h3 {
  font-size: 18px;
  margin-top: 50px;
}
article li a {
  color: #008caa;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #008caa;
}
article li a:hover {
  border-bottom: none;
}
.author {
  background: #140c14;
  padding: 15px;
  min-height: 50px;
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: 5em;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 25px;
  border: 1px dotted #fff;
}
.author p,
.author h4 {
  color: #fff;
  font-size: 14px;
}
.author h4 {
  margin: 0.75em 0;
}
.author p {
  margin: 0;
}
.author a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
  .author {
    width: 75%;
  }
}
@media only screen and (max-width: 650px) {
  .author {
    width: 90%;
    top: 3em;
  }
}
section.article-body {
  background: #fff;
  width: 86%;
  padding: 0 5% 25px;
  margin: 25px auto 0;
}
@media only screen and (max-width: 650px) {
  section.article-body {
    margin-top: 0;
    width: 90%;
  }
}
section.article-body p img {
  width: 50%;
  float: left;
  margin: 1% 3%;
  zoom: 1;
}
section.article-body p img:before,
section.article-body p img:after {
  content: "";
  display: table;
}
section.article-body p img:after {
  clear: both;
}
@media only screen and (max-width: 650px) {
  section.article-body p img {
    width: 90%;
    margin: 0 1%;
    float: none;
  }
}
section.article-body iframe {
  width: 100%;
  height: 37vw;
}
.share {
  text-align: center;
}
.share a,
.share button {
  margin: 5px;
}
.share a {
  border-bottom: none;
  line-height: 0;
  margin: 0 10px;
}
.share button {
  background: none;
  border: none;
}
.share-icons {
  width: 17px;
  height: 17px;
  cursor: pointer;
  fill: #a0a5ab;
}
.share-icons:hover {
  fill: #140c14;
}
.photocredit {
  font-weight: 100;
  font-size: 12px;
}
.photocredit a {
  color: #008caa;
}
.photocredit a:hover {
  text-decoration: underline;
}
p.crisis {
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  color: #d50000;
}
p.crisis a {
  color: #d50000;
  border-bottom: 1px solid #d50000;
}
p.crisis a:hover {
  border-bottom: none;
}
p.crisis:before {
  content: '!';
  display: inline-block;
  font-weight: 600;
  width: 23px;
  height: 23px;
  font-size: 1.25em;
  border-radius: 100%;
  color: #fff;
  background: #d50000;
}
article header.mag-header img {
  width: 100%;
  height: 100%;
}
article header.mag-header h1 {
  font-size: 48px;
  margin: 0 5px;
}
@media only screen and (max-width: 900px) {
  article header.mag-header h1 {
    font-size: 32px;
  }
}
.mag-indices h1 {
  margin-bottom: 50px;
  margin-top: -5px;
}
.mag-indices h3 {
  margin-top: 15px;
}
.mag-indices li {
  list-style: none;
  clear: both;
  margin-left: 0;
  margin-bottom: 40px;
}
.mag-indices li p {
  font-size: 16px;
  margin-top: -15px;
}
.mag-indices li a:hover h3,
.mag-indices li a:hover p {
  color: #008caa;
}
.mag-thumb {
  width: 150px;
  height: 100px;
  float: left;
  clear: both;
  margin: 0 25px 25px 0;
}
@media only screen and (max-width: 650px) {
  .mag-thumb {
    width: 75px;
    height: 50px;
  }
}
.mag-menu a {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 5px 0 0;
  line-height: 1.75em;
  color: #008caa;
  border-bottom: 1px dotted #008caa;
}
.mag-menu a:hover {
  border-bottom: none;
}
.crumbs {
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  font-size: 14px;
  margin: 1em 0;
}
.crumbs a {
  font-weight: 400;
  color: #008caa;
  border-bottom: 1px dotted #008caa;
  margin: 0 2px;
}
.crumbs a:hover {
  border-bottom: none;
}
.mag-topics {
  min-height: 70vh;
}
.mag-topics a {
  margin: 10px 10px 10px 0;
}
.mag-topics div.mag-feature {
  min-height: 50vh;
}
.mag-topics div.mag-feature div,
.mag-topics div.mag-feature h1 {
  margin-top: 10vw;
}
.mag-topics div.mag-feature a {
  color: #fff;
  border-bottom-color: #fff;
}
.mag-topics .feature {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.disqus-comment-count {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 3em;
  color: #a0a5ab;
  cursor: pointer;
}
.disqus-comment-count:hover {
  font-weight: 600;
  color: #000;
}
.tab {
  width: 75%;
  padding-top: 0;
  margin: 15px auto;
}
@media only screen and (max-width: 400px) {
  .tab {
    width: 86%;
  }
}
.tab form {
  width: 100%;
  padding-top: 0;
  margin-bottom: 15px;
}
.tab form textarea {
  height: 100px;
}
.tab form p {
  font-size: 18px;
}
.tab form label {
  line-height: 1.5em;
}
.tab input[type=radio] {
  display: none;
}
.tab .tab-label {
  width: 48%;
  display: inline-block;
  padding: 5px 0;
  color: #000;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  font-weight: 400;
  text-align: center;
text-transform
uppercase
  cursor: pointer;
  background: #fff;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 400px) {
  .tab .tab-label {
    font-size: 14px;
  }
}
.tab .tab-label:hover {
  background: #a0a5ab;
}
.tab [type=radio]:checked + .tab-label {
  color: #fff;
  background: #000;
}
#sort-lesson:checked ~ #action-tab,
#sort-discuss:checked ~ #disqus_thread {
  display: block;
  border-top: 3px solid #000;
}
#action-tab,
#disqus_thread {
  display: none;
  padding: 1% 5%;
}
.next-prev {
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  background: rgba(160,165,171,0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.next-prev div {
  margin: 0 auto;
  width: 36%;
}
.next-prev div h2 {
  font-size: 18px;
}
.next-prev div p {
  margin: 0;
  font-size: 14px;
}
.next-prev .vertical-hr {
  width: 3px;
  background: #000;
}
.next-prev a:hover h2,
.next-prev a:hover p {
  color: #008caa;
}
@media only screen and (max-width: 550px) {
  .next-prev {
    display: block;
  }
  .next-prev div {
    width: 90%;
  }
  .next-prev .vertical-hr {
    width: 90%;
    height: 3px;
    margin: 25px;
  }
}
header.pages {
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 40vw;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 650px) {
  header.pages {
    height: 50vw;
  }
}
header.pages h1 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-size: 21px;
  line-height: 1.75em;
  margin-top: 0;
}
header.pages h1 span {
  font-family: "flood-std", sans-serif;
  font-size: 48px;
  display: block;
  margin-top: 5px;
}
header.pages h1 p {
  text-align: center;
  text-shadow: none;
  margin-top: 25px;
}
header.pages h1 p .btn {
  padding: 10px 25px;
}
@media only screen and (max-width: 650px) {
  header.pages h1 {
    font-size: 14px;
  }
  header.pages h1 span {
    font-size: 42px;
  }
}
#vid {
  height: 40vw;
}
#form-ssk p button,
#YLWJ button {
  font-size: 18px;
  text-transform: uppercase;
  color: #008caa;
  padding: 0;
}
#form-ssk p button:hover,
#YLWJ button:hover {
  border-bottom: 1px solid #008caa;
}
#verse1,
#verse2 {
  display: none;
  color: #fff;
  font-size: 14px;
  background: #008caa;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}
form#ssk {
  width: 90%;
}
form#ssk ol {
  margin-left: 50px;
}
.fourofour {
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(top, rgba(20,12,20,0.9), rgba(160,165,171,0.6));
  background: -moz-linear-gradient(top, rgba(20,12,20,0.9), rgba(160,165,171,0.6));
  background: -o-linear-gradient(top, rgba(20,12,20,0.9), rgba(160,165,171,0.6));
  background: -ms-linear-gradient(top, rgba(20,12,20,0.9), rgba(160,165,171,0.6));
  background: linear-gradient(to bottom, rgba(20,12,20,0.9), rgba(160,165,171,0.6));
}
.fourofour p {
  position: relative;
  top: 45%;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
}
