@charset "UTF-8";
/*--------------------------------------------------------------
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption,
.gallery-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  padding: .2rem;
  border: 1px solid #ccc;
}

.sticky {
  position: relative;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 300;
  word-break: break-word;
}

body p, body ul, body ol, body dl, body table, body address, body pre {
  color: #787878;
}

body pre {
  white-space: pre-wrap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Saira, sans-serif;
}

.right-align {
  text-align: right;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

a {
  position: relative;
  font-family: Saira, sans-serif;
  color: #008593;
  text-decoration: none;
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 2px), #008593 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s ease-in-out;
}

a:hover {
  background-size: 100% 100%;
}

a[href*=".png"],
a[href*=".jpg"],
a[href*=".jpeg"],
a[href*=".jfif"],
a[href*=".exif"],
a[href*=".tiff"],
a[href*=".gif"],
a[href*=".bmp"],
a[href*=".ppm"],
a[href*=".pgm"],
a[href*=".pbm"],
a[href*=".pnm"] {
  background-image: none;
}

blockquote {
  margin-top: 5rem;
  padding: 3rem;
  color: #292929;
  background-color: #f5f5f5;
}

blockquote cite {
  position: relative;
  display: block;
  margin-top: 3rem;
  padding-left: 2rem;
  font-size: 20px;
  font-size: 2rem;
}

blockquote cite:before {
  position: absolute;
  left: 0;
  content: '—';
}

img {
  transition: all 0.2s ease-in-out;
}

img:hover, img:focus, img:active {
  filter: opacity(0.8);
}

button,
input[type="submit"],
a {
  transition: all 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
a:hover {
  cursor: pointer;
}

button:active, button:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
a:active,
a:focus {
  outline: 1px dotted #333;
}

input:not([type="submit"]),
textarea {
  font-family: Lato, sans-serif;
  padding: 2rem;
  border: 1px solid #eaeaea;
}

button:not(.menu-toggle),
input[type="submit"] {
  padding: 1rem 3rem;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border: 1px solid #333;
  background-color: #008593;
  vertical-align: top;
  appearance: none;
}

button:not(.menu-toggle):hover, button:not(.menu-toggle):focus, button:not(.menu-toggle):active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  box-shadow: 1px 1px #888, 2px 2px #888, 3px 3px #888;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

label {
  display: block;
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #666;
}

@media (min-width: 1200px) {
  label {
    font-size: 20px;
    font-size: 2rem;
  }
}

textarea {
  resize: vertical;
}

#searchform > div {
  position: relative;
}

#searchform input[type="text"],
#searchform input[type="submit"] {
  width: 100%;
}

#searchform input[type="text"] {
  margin-right: 0;
  padding: 0.7rem 1rem;
  border: 0 none;
  background-color: #eaeaea;
}

#searchform input[type="submit"] {
  position: absolute;
  width: auto;
  padding: 1.3rem 1rem;
  right: 0.5rem;
  top: -0.5rem;
  border: 1px solid #333;
  background: #fff;
  color: #333;
}

@media (min-width: 1200px) {
  #searchform input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.widget {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
}

.widget ul, .widget ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.widget ul li, .widget ol li {
  padding: 0.5rem 0rem;
}

.widget ul li:first-child, .widget ol li:first-child {
  padding-top: 0;
}

.widget .widget-title,
.widget .textwidget h1,
.widget .textwidget h2,
.widget .textwidget h3,
.widget .textwidget h4,
.widget .textwidget h5,
.widget .textwidget h6 {
  margin-bottom: 1.5rem;
}

.widget .widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.widget.widget_categories li {
  width: 50%;
  float: left;
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.widget.widget_recent_entries li .post-date {
  float: right;
  margin-left: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .widget .widget-title,
  .widget .textwidget h1,
  .widget .textwidget h2,
  .widget .textwidget h3,
  .widget .textwidget h4,
  .widget .textwidget h5,
  .widget .textwidget h6 {
    margin-bottom: 3rem;
  }
}

#main-sidebar {
  padding: 3rem 1rem;
}

#main-sidebar .widget {
  margin-top: 4.5rem;
}

#main-sidebar .widget:first-child {
  margin-top: 0;
}

#main-sidebar .widget .widget-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid #eaeaea;
}

#main-sidebar .widget.widget_search input[type="search"],
#main-sidebar .widget.widget_search button {
  padding: 1rem;
  font-size: 1.5rem;
}

#main-sidebar .widget.widget_search button {
  font-size: 1.3rem;
}

#main-sidebar .widget.widget_recent_entries .post-date {
  display: block;
  float: none;
  margin-left: 0;
}

.gallery .gallery-item {
  display: inline-block;
  width: 50%;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  vertical-align: top;
}

.gallery .gallery-item a {
  background-image: none;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  border: 0 none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item img {
  max-width: 100%;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}

@media (min-width: 992px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}

.mobile-hidden {
  display: none;
}

main {
  padding-bottom: 5rem;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .9rem;
}

.container:after {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  content: '';
}

.column {
  width: 100%;
  float: left;
}

.column--large {
  margin-right: 0;
}

.column--small {
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    width: 95%;
  }
  .column--half {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .mobile-hidden {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .column--third {
    width: 33%;
  }
  .column--large {
    width: 74%;
    margin-right: 1%;
  }
  .column--small {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}

#site-header {
  font-family: Saira, sans-serif;
  background-color: #fff;
  z-index: 10;
}

#site-header.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all .2s ease-in-out;
}

.sticky-header + main {
  padding-top: 12rem;
}

.sticky-header-active #site-header {
  transition: all .2s ease-in-out;
}

.sticky-header-active #site-header.sticky-header {
  position: sticky;
  width: 100%;
}

.sticky-header-active .sticky-header + main {
  padding-top: 12rem;
}

#top-header {
  padding: 1rem 0rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #008593;
}

#top-header p {
  display: block;
  margin-left: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#top-header p:first-child {
  margin-left: 0;
}

#top-header span {
  margin-right: 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  opacity: 0.8;
}

#top-header a {
  color: #fff;
}

#top-header a:hover, #top-header a:focus, #top-header a:active {
  color: #fffd2e;
}

@media (min-width: 768px) {
  #top-header {
    margin-left: 0;
    text-align: right;
  }
  #top-header p {
    display: inline-block;
  }
}

#main-header {
  padding: 2.5rem 0 0;
  text-align: center;
  border-bottom: 1px solid #333;
}

#main-header .site-logo {
  width: 100%;
  float: left;
}

#main-header .site-logo img {
  max-width: 100px;
  height: auto;
}

#main-header #menu-top {
  width: 100%;
  text-align: center;
}

#main-header #menu-top #site-navigation .menu-toggle {
  margin: 2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: 0 none;
}

#main-header #menu-top .nav-menu {
  display: none;
  list-style: none;
  padding-left: 0;
}

#main-header #menu-top .nav-menu > li {
  display: inline-block;
  position: relative;
}

#main-header #menu-top .nav-menu > li:last-child {
  padding-right: 0;
}

#main-header #menu-top .nav-menu > li > a {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

#main-header #menu-top .nav-menu.toggled-on {
  display: block;
  padding: 3rem 1.5rem;
  max-height: 100vh;
  margin: 0;
  overflow-y: scroll;
  text-align: center;
  background-color: #008593;
}

#main-header #menu-top .nav-menu.toggled-on > li {
  display: block;
  padding-bottom: 2rem;
}

#main-header #menu-top .nav-menu.toggled-on > li a {
  color: #fff;
}

#main-header #menu-top .nav-menu .sub-menu {
  width: 100%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  z-index: 20;
  transition: all 0.3s ease-in-out 0s;
}

#main-header #menu-top .nav-menu .sub-menu a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
}

#main-header #menu-top .nav-menu .sub-menu .menu-item-has-children {
  padding-bottom: 0.8rem;
}

#main-header #menu-top .nav-menu .sub-menu .menu-item-has-children > a {
  font-weight: 700;
}

#main-header #menu-top .nav-menu .sub-menu .menu-item-has-children .sub-menu li a {
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  #main-header .container {
    display: flex;
    align-items: baseline;
  }
  #main-header .site-logo,
  #main-header .site-name {
    display: inline-block;
    width: 20%;
    text-align: left;
  }
  #main-header #menu-top {
    position: relative;
    width: 80%;
    float: right;
    text-align: right;
  }
  #main-header #menu-top .nav-menu {
    display: block;
  }
  #main-header #menu-top .nav-menu > li {
    display: inline-block;
    padding: 0 .5em;
    transition: all 0.3s ease-in-out;
  }
  #main-header #menu-top .nav-menu > li > a {
    padding: .6em 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 100;
    color: #333;
    background-position-y: -1rem;
  }
  #main-header #menu-top .nav-menu > li.menu-item-has-children > a {
    background-image: none;
  }
  #main-header #menu-top .nav-menu .sub-menu {
    position: absolute;
    min-width: 18rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid #333;
    visibility: hidden;
    opacity: 0;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu {
    top: 140%;
    right: 0;
    visibility: hidden;
    opacity: 0;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu li {
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease-in-out;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu li:hover, #main-header #menu-top .nav-menu > .menu-item > .sub-menu li:focus, #main-header #menu-top .nav-menu > .menu-item > .sub-menu li:active {
    background-color: #eaeaea;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu li a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    background-image: none;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu li > .sub-menu {
    left: 80%;
    top: 30px;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu > .menu-item-has-children a {
    font-weight: 400;
  }
  #main-header #menu-top .nav-menu > .menu-item > .sub-menu > .menu-item-has-children::after {
    content: '>';
    position: absolute;
    left: 70%;
    top: 7px;
    color: #333;
  }
  #main-header #menu-top .nav-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    box-shadow: 1px 1px #888, 2px 2px #888, 3px 3px #888;
  }
  #main-header #menu-top .menu-toggle {
    display: none;
  }
}

#page-main-footer {
  font-family: Saira, sans-serif;
  background-color: #008593;
  color: #fff;
}

#page-main-footer ul {
  color: #fff;
}

#page-main-footer #footer-widgets-bar {
  padding: 3rem 0rem;
}

#page-main-footer #footer-widgets-bar .column {
  margin-bottom: 3rem;
  padding: 0rem 1.5rem;
}

#page-main-footer #footer-widgets-bar .column:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #page-main-footer #footer-widgets-bar .column {
    margin-bottom: 0;
  }
}

#page-main-footer #footer-widgets-bar a {
  color: #fff;
}

#page-main-footer #copyright-bar {
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  color: #eaeaea;
  text-align: center;
  background-color: #131313;
}

#page-main-footer #copyright-bar a {
  color: #fff;
  font-weight: 700;
}

#page-main-footer #copyright-bar .right-align {
  text-align: center;
}

#page-main-footer #copyright-bar .menu {
  margin-top: 2rem;
  padding-left: 0;
  text-align: center;
  list-style: none;
}

#page-main-footer #copyright-bar .menu li {
  display: inline-block;
  margin-right: 1.5rem;
}

#page-main-footer #copyright-bar .menu li:last-child {
  margin-right: 0;
}

#page-main-footer #copyright-bar .menu li a {
  font-weight: 100;
  color: #eaeaea;
  text-decoration: underline;
}

@media (min-width: 480px) {
  #page-main-footer #copyright-bar {
    text-align: inherit;
  }
  #page-main-footer #copyright-bar .menu {
    margin-top: 0;
    text-align: inherit;
  }
  #page-main-footer #copyright-bar .right-align {
    float: right;
    text-align: right;
  }
}

.page-header {
  position: relative;
  min-height: 15rem;
  display: flex;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  align-items: flex-end;
  border-bottom: 0.5px solid #888;
}

@media (min-width: 768px) {
  .page-header {
    min-height: 20rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 10rem;
    min-height: 28rem;
  }
}

.page-header .page-title {
  text-align: center;
  font-size: 1.2em;
}

@media (min-width: 992px) {
  .page-header .page-title {
    font-size: 2em;
    text-align: left;
  }
}

.frontpage-header {
  margin-bottom: 10rem;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/zeros-header-bg.jpg") no-repeat, center center #ccc;
  background-size: cover;
  border: 0 none;
}

.frontpage-header .frontpage-header__title {
  display: inline-block;
  margin: 8rem auto;
  padding: 2rem 3rem;
  background-color: #fff;
}

@media (min-width: 768px) {
  .frontpage-header .frontpage-header__title {
    padding: 6rem 9rem;
  }
}

.frontpage-header .frontpage-header__title .site-tag {
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .frontpage-header .frontpage-header__title .site-title {
    font-size: 78px;
    font-size: 7.8rem;
    line-height: 1.2;
  }
}

.main__content h1, .main__content h2, .main__content h3, .main__content h4 {
  margin-bottom: 0.5em;
}

.main__content p + h1,
.main__content p + h2,
.main__content p + h3,
.main__content p + h4,
.main__content p + h5,
.main__content p + h6 {
  margin-top: 1em;
}

.main__content h5, .main__content h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.main__content blockquote {
  padding-left: 1em;
  font-size: 34px;
  font-size: 3.4rem;
  font-style: italic;
  border-left: 2px solid #eaeaea;
}

@media (min-width: 1200px) {
  .main__content blockquote {
    margin-left: -4rem;
  }
}

.main__content p, .main__content li, .main__content code {
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 480px) {
  .main__content p, .main__content li, .main__content code {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .main__content p, .main__content li, .main__content code {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .main__content p, .main__content li, .main__content code {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.main__content img {
  max-width: 100%;
  height: auto;
}

.not-found-page {
  padding: 5rem 0rem;
  text-align: center;
}

.not-found-page .page-header {
  flex-direction: column;
  align-items: center;
  border: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.not-found-page .page-header h1 {
  font-size: 100px;
  font-size: 10rem;
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
}

.not-found-page form {
  padding: 3rem 0rem;
}

@media (min-width: 768px) {
  .not-found-page form {
    width: 50%;
    margin: 0 auto;
  }
}

.search .zeros-post {
  margin-bottom: 4rem;
}

.post-header {
  background-position: center center;
  background-size: cover;
  border: 0 none;
}

.post-header .post-title {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

.post-header .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4;
  z-index: 0;
}

.post-header > .container {
  z-index: 10;
}

@media (min-width: 992px) {
  .post-header .post-title {
    font-size: 2em;
    text-align: left;
  }
}

.post-meta {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.post-content {
  float: left;
  width: 100%;
}

.post-content .lead {
  font-weight: 700;
  font-style: italic;
}

.post-content .wp-caption {
  border: 0 none;
}

.post-content .wp-caption .wp-caption-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.post-content--link {
  margin-top: 6rem;
}

.post-content--link p {
  position: relative;
  padding-left: 3.5rem;
}

.post-content--link p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '\f103';
  font-family: dashicons;
  font-weight: 900;
  color: #eaeaea;
}

.post-content .post-content__taxonomies {
  width: 100%;
  float: left;
  margin-top: 3rem;
  padding: 3rem 0;
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  border-top: 1px solid #eaeaea;
}

.post-content .post-content__taxonomies p {
  position: relative;
  margin-bottom: 1rem;
}

.post-content .post-content__taxonomies p:last-of-type {
  margin-bottom: 0;
}

.post-content .post-content__taxonomies p span {
  color: #ccc;
}

.post-content .post-content__taxonomies p a {
  margin-left: 0.5rem;
}

.post-comments {
  width: 100%;
  padding-top: 4rem;
  font-size: 22px;
  font-size: 2.2rem;
  overflow: hidden;
  border-top: 0.5px solid #eaeaea;
}

.post-comments .comment-list {
  margin-bottom: 4rem;
  padding-left: 0;
  list-style: none;
}

.post-comments .comment-list .bypostauthor {
  margin-bottom: 1rem;
  padding: 2rem 1.5rem;
  border: 0 none;
  font-size: 2rem;
  background: #f5f5f5;
}

.post-comments .comment-list .comment,
.post-comments .comment-list .pingback {
  margin-bottom: 3rem;
  font-size: 18px;
  font-size: 1.8rem;
}

.post-comments .comment-list .comment .comment-author,
.post-comments .comment-list .pingback .comment-author {
  position: relative;
}

.post-comments .comment-list .comment .comment-author .avatar,
.post-comments .comment-list .pingback .comment-author .avatar {
  position: absolute;
  height: 5rem;
  width: 5rem;
  left: 0;
}

.post-comments .comment-list .comment .comment-author .fn,
.post-comments .comment-list .pingback .comment-author .fn {
  padding-left: 5.5rem;
}

.post-comments .comment-list .comment .comment-author .says,
.post-comments .comment-list .pingback .comment-author .says {
  display: none;
}

.post-comments .comment-list .comment .comment-meta,
.post-comments .comment-list .pingback .comment-meta {
  margin-bottom: 3rem;
}

.post-comments .comment-list .comment .comment-metadata,
.post-comments .comment-list .pingback .comment-metadata {
  padding-left: 5.5rem;
}

.post-comments .comment-form .comment-notes {
  margin-bottom: 2rem;
  font-size: 20px;
  font-size: 2rem;
}

.post-comments .comment-form textarea {
  width: 100%;
}

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

.post-comments .comment-form .comment-form-cookies-consent input {
  float: left;
  margin-right: 10px;
}

.post-comments .comment-form .comment-form-cookies-consent label {
  line-height: 1;
}

.post-comments .comment-form .form-submit {
  width: 100%;
  float: left;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .post-comments .comment-form .comment-form-author,
  .post-comments .comment-form .comment-form-email,
  .post-comments .comment-form .comment-form-url {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .post-comments .comment-form .comment-form-author input,
  .post-comments .comment-form .comment-form-email input,
  .post-comments .comment-form .comment-form-url input {
    width: 100%;
  }
  .post-comments .comment-form .comment-form-url {
    margin-right: 0;
  }
}

.post-comments .no-comments {
  font-style: italic;
  text-align: center;
}

.navigation {
  width: 100%;
  margin-top: 5rem;
  float: left;
  text-align: center;
}

.navigation a {
  font-size: 18px;
  font-size: 1.8rem;
}

.navigation > p > a {
  display: block;
}

.navigation .nav-previous,
.navigation .nav-next {
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .navigation {
    margin-top: 10rem;
  }
  .navigation a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .navigation > p > a:first-of-type {
    float: left;
  }
  .navigation > p > a:last-of-type {
    float: right;
  }
  .navigation .nav-previous,
  .navigation .nav-next {
    width: 45%;
  }
  .navigation .nav-previous {
    float: left;
    text-align: left;
  }
  .navigation .nav-next {
    float: right;
    text-align: right;
  }
}

.content-pagination {
  margin-top: 8rem;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

.pagination {
  margin-top: 8rem;
  font-family: Saira, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

.pagination a {
  margin: 0 1rem;
}

.pagination .prev {
  margin-right: 1rem;
}

.pagination .next {
  margin-left: 1rem;
}

.pagination .page-numbers {
  margin: 0 0.5rem;
}

.pagination .current {
  background-color: #ccc;
  color: white;
  padding: 5px 10px;
}

.zeros-post {
  position: relative;
  overflow: hidden;
}

.zeros-post:before {
  position: absolute;
  left: -1rem;
  bottom: -8rem;
  font-family: dashicons;
  font-weight: 900;
  color: #fff;
  font-size: 40rem;
  line-height: 1;
}

.zeros-post--default:before {
  content: '\f464';
  left: -4rem;
  bottom: -5rem;
}

.zeros-post--link:before {
  content: '\f103';
  left: -4rem;
  bottom: -5rem;
}

.zeros-post--quote:before {
  content: '\f122';
}

.zeros-post--gallery:before {
  content: '\f161';
  left: -2rem;
  bottom: -6rem;
}

.zeros-post--video:before {
  content: '\f126';
  left: -2rem;
}

.zeros-post--audio:before {
  content: '\f127';
  left: -3rem;
  bottom: -3rem;
}

.zeros-post .zeros-post__content {
  position: relative;
}

.zeros-post__readmore-link {
  margin-top: 1rem;
  margin-bottom: 0;
}

.zeros-post.sticky {
  padding: 1rem;
  background-color: #f5f5f5;
}

.zeros-post.sticky:before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: auto;
  font-family: dashicons;
  font-size: 3rem;
  font-weight: 900;
  color: #666;
  content: '\f109';
}

.classic-layout .zeros-post {
  margin-bottom: 5rem;
}

.classic-layout .zeros-post .zeros-post__img,
.classic-layout .zeros-post .zeros-post__content {
  width: 100%;
}

.classic-layout .zeros-post .zeros-post__img {
  min-height: 38rem;
  display: flex;
  align-items: normal;
  background-position: center;
  background-size: cover;
  background-color: #eaeaea;
}

.classic-layout .zeros-post .zeros-post__content .full-width-link {
  display: none;
}

.classic-layout .zeros-post .zeros-post__content h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.classic-layout .zeros-post .zeros-post__content p {
  font-size: 18px;
  font-size: 1.8rem;
}

.classic-layout .zeros-post .zeros-post__content a {
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
}

.classic-layout .zeros-post:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .classic-layout .zeros-post {
    display: flex;
    align-items: flex-end;
  }
  .classic-layout .zeros-post .zeros-post__img,
  .classic-layout .zeros-post .zeros-post__content {
    width: 44%;
    float: left;
  }
  .classic-layout .zeros-post .zeros-post__img h2,
  .classic-layout .zeros-post .zeros-post__content h2 {
    margin-top: 0;
  }
  .classic-layout .zeros-post__icon {
    background-position: -8rem -1rem;
  }
  .classic-layout .zeros-post .zeros-post__img {
    margin-right: 4%;
  }
}

.grid-layout .posts-wrapper {
  /* Grid */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-auto-rows: minmax(38rem, auto);
  grid-gap: 2rem;
}

.grid-layout .zeros-post {
  position: relative;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-layout .zeros-post .zeros-post__img {
  display: none;
}

.grid-layout .zeros-post .zeros-post__icon {
  display: block;
}

.grid-layout .zeros-post .zeros-post__content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.grid-layout .zeros-post .zeros-post__content .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all .2s ease-in-out;
}

.grid-layout .zeros-post .zeros-post__content .content-wrapper .full-width-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-layout .zeros-post .zeros-post__content .content-wrapper .full-width-link:before, .grid-layout .zeros-post .zeros-post__content .content-wrapper .full-width-link:after {
  display: none;
}

.grid-layout .zeros-post .zeros-post__content .content-wrapper h2 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.grid-layout .zeros-post .zeros-post__content .content-wrapper p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: inherit;
}

.grid-layout .zeros-post .zeros-post__content .content-wrapper > a {
  display: none;
}

.grid-layout .zeros-post .zeros-post__content:hover .content-wrapper {
  opacity: 1;
}

.no-cssgrid.cssgridlegacy .grid-layout .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.no-cssgrid.cssgridlegacy .grid-layout .posts-wrapper .zeros-post {
  margin: 1rem;
  flex: 1 1 30rem;
}
