/*
Theme Name: styl_s
Theme URI: https://github.com/luclemo/Styl_s
Author: Lucas Lemonnier
Author URI: http://lucaslemonnier.com
Description: A stylus version of the underscores starter theme (http://underscores.me/)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: styl_s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

styl_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
		## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 32em;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 1280%;
  font-size: 80%;
}
sub,
sup {
  font-size: 1200%;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16em;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'HarmoniaSansPro-Regular', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
}
h2,
h3 {
  text-transform: uppercase;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 2000%;
  font-size: 125%;
}
strong {
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #b0ba25;
  color: #fff;
  outline: 0;
  border-radius: 0;
  margin-top: 1.5em;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper input[type="email"]::-webkit-input-placeholder,
.gform_wrapper input[type="url"]::-webkit-input-placeholder,
.gform_wrapper input[type="password"]::-webkit-input-placeholder,
.gform_wrapper input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.gform_wrapper textarea {
  background: transparent;
  border: 2px solid #b0ba25;
  color: #fff;
  outline: 0;
  border-radius: 0;
  margin-top: 1.5em;
}
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.gform_wrapper .gform_body ul li .gfield_label {
  display: none !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
---------------------------------------------------------------*/
a {
  color: #b0ba25;
}
a:visited {
  color: #b0ba25;
}
a:hover,
a:focus,
a:active {
  color: #003835;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.button,
.wp-block-button__link,
.gform_footer input[type="submit"] {
  display: inline-block;
  font-family: 'HarmoniaSansPro-Black', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  border: 1px solid #b0ba25;
  color: #006c67;
  text-decoration: none;
  padding: 0.7em 0.9em 0.5em 0.9em;
  letter-spacing: 0.1em;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button:hover,
.wp-block-button__link:hover,
.gform_footer input[type="submit"]:hover {
  background: #b0ba25;
}
.gform_footer {
  text-align: center;
}
.gform_footer input[type="submit"] {
  color: #fff;
}
.gform_footer input[type="submit"]:hover {
  color: #fff;
}
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 9px 0;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
#masthead .menu-container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#masthead .menu-container .menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#masthead .menu-container .menu-flex .site-branding {
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .site-branding {
    margin-right: 100px;
  }
}
#masthead .menu-container .menu-flex .site-branding img {
  width: 129px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .site-branding img {
    width: 100px;
    display: block;
  }
}
#masthead .menu-container .menu-flex .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: none;
    position: absolute;
    top: 53px;
    z-index: 98;
    background: rgba(0,0,0,0.7);
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    width: auto;
    max-width: 85%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#masthead .menu-container .menu-flex .main-navigation .social-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation .social-nav {
    width: auto;
    max-width: 85%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#masthead .menu-container .menu-flex .main-navigation .social-nav .each-social {
  width: 27px;
  height: 27px;
  margin-right: 9px;
}
#masthead .menu-container .menu-flex .main-navigation .social-nav .each-social:last-of-type {
  margin-right: 0;
}
#masthead .menu-container .menu-flex .main-navigation .social-nav .each-social a {
  display: block;
}
#masthead .menu-container .menu-flex .main-navigation .social-nav .each-social a img {
  display: block;
}
@media only screen and (max-width: 1223px) and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation .social-nav {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li {
    padding-top: 1.5em;
    max-width: 240px;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .mobile-menu-button-container {
    display: none;
  }
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button {
  width: 25px;
  height: 21px;
  display: block;
  background-image: url("./library/images/hamburger.svg");
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button.active {
  background-image: url("./library/images/hamburger.svg");
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
----------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-page-infrastructure header.entry-header,
.page-template-page-infrastructure header.site-header {
  display: none;
}
.entry-content {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1224px) {
  .container {
    width: auto;
    max-width: 1025px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-page {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1224px) {
  .container-page {
    width: auto;
    max-width: 825px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.top-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.top-section .container {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-section .container .inner-container {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-section .container .inner-container h2 {
  font-size: 35.2px;
  font-size: 2.2rem;
  margin: 0;
  letter-spacing: 0.2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-section .container .inner-container h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.top-section .container .inner-container .arrow-down {
  width: 25px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  cursor: pointer;
  background-image: url("./library/images/arrow-down.svg");
  margin-top: 2.5em;
  display: block;
}
.slider-sections .each-slider .slick-arrow {
  width: 36px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slider-sections .each-slider .slick-arrow {
    width: 19px;
    height: 10px;
  }
}
.slider-sections .each-slider .slick-arrow.slick-prev-arrow {
  left: 25px;
  background-image: url("./library/images/arrow-left.svg");
}
@media only screen and (max-width: 767px) {
  .slider-sections .each-slider .slick-arrow.slick-prev-arrow {
    left: 5px;
  }
}
.slider-sections .each-slider .slick-arrow.slick-next-arrow {
  right: 25px;
  background-image: url("./library/images/arrow-right.svg");
}
@media only screen and (max-width: 767px) {
  .slider-sections .each-slider .slick-arrow.slick-next-arrow {
    right: 5px;
  }
}
.slider-sections .each-slider .each-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.slider-sections .each-slider .each-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.slider-sections .each-slider .each-slide .container {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1224px) {
  .slider-sections .each-slider .each-slide .container {
    max-width: 750px;
  }
}
.slider-sections .each-slider .each-slide .container .inner-container {
  text-align: center;
  color: #fff;
}
.slider-sections .each-slider .each-slide .container .inner-container h2 {
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .slider-sections .each-slider .each-slide .container .inner-container h2 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.slider-sections .each-slider .each-slide .container .inner-container .content-container {
  text-align: left;
}
.slider-sections .each-slider .each-slide .container .inner-container .content-container p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}
.slider-sections .each-slider .each-slide .container .inner-container .button-container .button {
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.slider-sections .each-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-sections .each-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #b0ba25;
  margin-right: 15px;
  cursor: pointer;
}
.slider-sections .each-slider .slick-dots li.slick-active {
  background: #006c67;
}
.slider-sections .each-slider .slick-dots li button {
  display: none;
}
.newsroom-section {
  background: #003835;
  padding: 8em 0;
}
@media only screen and (max-width: 767px) {
  .newsroom-section .container {
    max-width: 100%;
  }
}
.newsroom-section .container .section-header {
  margin-top: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 38.4px;
  font-size: 2.4rem;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  .newsroom-section .container .section-header {
    font-size: 33.6px;
    font-size: 2.1rem;
    margin-bottom: 3em;
  }
}
.newsroom-section .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .newsroom-section .container .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.newsroom-section .container .inner-container .each-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 31%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 330px;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .newsroom-section .container .inner-container .each-post {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
.newsroom-section .container .inner-container .each-post:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 0;
}
.newsroom-section .container .inner-container .each-post .post-header {
  position: relative;
  z-index: 2;
}
.newsroom-section .container .inner-container .each-post .post-header h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 17.6px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.newsroom-section .container .inner-container .each-post .post-header h2 a {
  color: #fff;
  text-decoration: none;
}
.newsroom-section .container .inner-container .each-post .post-meta {
  margin-top: auto;
  position: relative;
  z-index: 2;
  margin-top: 1em;
}
.newsroom-section .container .inner-container .each-post .post-meta .posted-in,
.newsroom-section .container .inner-container .each-post .post-meta .posted-on {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0;
}
.newsroom-section .container .inner-container .each-post .post-meta .posted-in a,
.newsroom-section .container .inner-container .each-post .post-meta .posted-on a {
  color: #b0ba25;
}
.newsroom-section .more-news {
  text-align: center;
  margin-top: 5.5em;
}
.newsroom-section .more-news .more-news-link {
  color: #fff;
  border-bottom: 3px solid #b0ba25;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'HarmoniaSansPro-Black', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}
footer.site-footer {
  background: #000;
}
footer.site-footer .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
footer.site-footer .container .inner-container .address-phone {
  text-align: center;
  margin: 5em 0;
}
footer.site-footer .container .inner-container .logo {
  margin-top: 15em;
}
@media only screen and (max-width: 767px) {
  footer.site-footer .container .inner-container .logo {
    margin-top: 10em;
  }
}
footer.site-footer .container .inner-container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.site-footer .container .inner-container .social .each-icon {
  margin-right: 20px;
}
footer.site-footer .container .inner-container .social .each-icon:last-of-type {
  margin-right: 0;
}
footer.site-footer .container .inner-container .copyright {
  margin-top: 15em;
  text-align: center;
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  footer.site-footer .container .inner-container .copyright {
    margin-top: 10em;
  }
}
header.entry-header {
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10vh 0;
}
header.entry-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}
header.entry-header .container-page {
  position: relative;
  color: #fff;
  margin-top: 6%;
}
header.entry-header .container-page .entry-title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 36.8px;
  font-size: 2.3rem;
  margin-bottom: 1.7em;
  text-shadow: 0px 0px 5px #000;
}
@media only screen and (max-width: 767px) {
  header.entry-header .container-page .entry-title {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
header.entry-header .container-page .intro-paragraph {
  line-height: 1.8;
}
header.entry-header .container-page .arrow-down {
  width: 25px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  cursor: pointer;
  background-image: url("./library/images/arrow-down.svg");
  margin: 0 auto;
  margin-top: 2.5em;
  display: block;
}
header.entry-header .container-page .post-meta .posted-in {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
}
header.entry-header .container-page .post-meta .posted-in a {
  color: #b0ba25;
}
.single .hentry {
  margin: 0;
}
.single .entry-header .container-page h1.entry-title {
  margin-bottom: 0.67em;
}
.single .newsroom-section {
  margin-top: 1.5em;
}
.parent-pageid-9 .hentry {
  margin: 0;
}
.page-template-page-issues .entry-content,
.page-template-page-newsroom .entry-content,
.category.archive .entry-content,
.error404 .entry-content,
.page-template-page-issues .hentry,
.page-template-page-newsroom .hentry,
.category.archive .hentry,
.error404 .hentry {
  margin: 0;
}
.page-template-page-issues header.entry-header,
.page-template-page-newsroom header.entry-header,
.category.archive header.entry-header,
.error404 header.entry-header {
  min-height: 0;
  padding: 120px 0 120px 0;
  background: #003835;
}
@media only screen and (max-width: 767px) {
  .page-template-page-issues header.entry-header,
  .page-template-page-newsroom header.entry-header,
  .category.archive header.entry-header,
  .error404 header.entry-header {
    padding: 120px 0 90px 0;
  }
}
.page-template-page-issues header.entry-header:before,
.page-template-page-newsroom header.entry-header:before,
.category.archive header.entry-header:before,
.error404 header.entry-header:before {
  display: none;
}
.page-template-page-issues header.entry-header .container-page .entry-title,
.page-template-page-newsroom header.entry-header .container-page .entry-title,
.category.archive header.entry-header .container-page .entry-title,
.error404 header.entry-header .container-page .entry-title {
  text-shadow: none;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-page-issues header.entry-header .container-page .entry-title,
  .page-template-page-newsroom header.entry-header .container-page .entry-title,
  .category.archive header.entry-header .container-page .entry-title,
  .error404 header.entry-header .container-page .entry-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-issues header.entry-header .container-page .arrow-down,
  .page-template-page-newsroom header.entry-header .container-page .arrow-down,
  .category.archive header.entry-header .container-page .arrow-down,
  .error404 header.entry-header .container-page .arrow-down {
    margin-top: 1.2em;
  }
}
.page-template-page-issues .issues-sections .each-issue,
.page-template-page-newsroom .issues-sections .each-issue,
.category.archive .issues-sections .each-issue,
.error404 .issues-sections .each-issue {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.page-template-page-issues .issues-sections .each-issue:before,
.page-template-page-newsroom .issues-sections .each-issue:before,
.category.archive .issues-sections .each-issue:before,
.error404 .issues-sections .each-issue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.page-template-page-issues .issues-sections .each-issue .container,
.page-template-page-newsroom .issues-sections .each-issue .container,
.category.archive .issues-sections .each-issue .container,
.error404 .issues-sections .each-issue .container {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1224px) {
  .page-template-page-issues .issues-sections .each-issue .container,
  .page-template-page-newsroom .issues-sections .each-issue .container,
  .category.archive .issues-sections .each-issue .container,
  .error404 .issues-sections .each-issue .container {
    max-width: 750px;
  }
}
.page-template-page-issues .issues-sections .each-issue .container .inner-container,
.page-template-page-newsroom .issues-sections .each-issue .container .inner-container,
.category.archive .issues-sections .each-issue .container .inner-container,
.error404 .issues-sections .each-issue .container .inner-container {
  text-align: center;
  color: #fff;
}
.page-template-page-issues .issues-sections .each-issue .container .inner-container h2,
.page-template-page-newsroom .issues-sections .each-issue .container .inner-container h2,
.category.archive .issues-sections .each-issue .container .inner-container h2,
.error404 .issues-sections .each-issue .container .inner-container h2 {
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-template-page-issues .issues-sections .each-issue .container .inner-container h2,
  .page-template-page-newsroom .issues-sections .each-issue .container .inner-container h2,
  .category.archive .issues-sections .each-issue .container .inner-container h2,
  .error404 .issues-sections .each-issue .container .inner-container h2 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.page-template-page-issues .issues-sections .each-issue .container .inner-container h2 a,
.page-template-page-newsroom .issues-sections .each-issue .container .inner-container h2 a,
.category.archive .issues-sections .each-issue .container .inner-container h2 a,
.error404 .issues-sections .each-issue .container .inner-container h2 a {
  text-decoration: none;
  color: #fff;
}
.page-template-page-issues .issues-sections .each-issue .container .inner-container .content-container,
.page-template-page-newsroom .issues-sections .each-issue .container .inner-container .content-container,
.category.archive .issues-sections .each-issue .container .inner-container .content-container,
.error404 .issues-sections .each-issue .container .inner-container .content-container {
  text-align: center;
}
.page-template-page-issues .issues-sections .each-issue .container .inner-container .content-container p,
.page-template-page-newsroom .issues-sections .each-issue .container .inner-container .content-container p,
.category.archive .issues-sections .each-issue .container .inner-container .content-container p,
.error404 .issues-sections .each-issue .container .inner-container .content-container p {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .page-template-page-issues .issues-sections .each-issue .container .inner-container .content-container p,
  .page-template-page-newsroom .issues-sections .each-issue .container .inner-container .content-container p,
  .category.archive .issues-sections .each-issue .container .inner-container .content-container p,
  .error404 .issues-sections .each-issue .container .inner-container .content-container p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-issues .issues-sections .each-issue .container .inner-container .button-container .button,
.page-template-page-newsroom .issues-sections .each-issue .container .inner-container .button-container .button,
.category.archive .issues-sections .each-issue .container .inner-container .button-container .button,
.error404 .issues-sections .each-issue .container .inner-container .button-container .button {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-template-page-issues .issues-sections .each-issue .container .inner-container .button-container .button,
  .page-template-page-newsroom .issues-sections .each-issue .container .inner-container .button-container .button,
  .category.archive .issues-sections .each-issue .container .inner-container .button-container .button,
  .error404 .issues-sections .each-issue .container .inner-container .button-container .button {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
.next-prev-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .next-prev-pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.next-prev-pages >div {
  min-height: 580px;
  width: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .next-prev-pages >div {
    width: 100%;
    min-height: 380px;
  }
}
.next-prev-pages >div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.next-prev-pages >div a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .next-prev-pages >div a {
    position: absolute;
    padding: 1em;
  }
}
.page-template-page-about .container-page {
  overflow: visible;
}
.page-template-page-about header.entry-header {
  min-height: 0;
  padding: 120px 0 120px 0;
  background: #003835;
}
@media only screen and (max-width: 767px) {
  .page-template-page-about header.entry-header {
    padding: 120px 0 40px 0;
  }
}
.page-template-page-about header.entry-header:before {
  display: none;
}
.page-template-page-about header.entry-header .container-page .entry-title {
  text-shadow: none;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-page-about header.entry-header .container-page .entry-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-about header.entry-header .container-page .arrow-down {
    margin-top: 1.2em;
  }
}
.page-template-page-about #primary {
  background: #003835;
}
.page-template-page-about #primary article.page {
  margin: 0;
}
.page-template-page-about #primary article.page .entry-content {
  padding-bottom: 4em;
  color: #fff;
}
.page-template-page-about .container-page >.wp-block-columns {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 1224px) {
  .page-template-page-about .container-page >.wp-block-columns {
    margin-left: -180px;
    width: calc(100% + 360px);
  }
}
@media only screen and (max-width: 1223px) {
  .page-template-page-about .container-page >.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1223px) {
  .page-template-page-about .container-page >.wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1223px) {
  .page-template-page-about .container-page >.wp-block-columns .wp-block-column .wp-block-columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page-template-page-about .container-page .gform_title {
  text-transform: uppercase;
  text-align: center;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 3em;
  font-size: 27.2px;
  font-size: 1.7rem;
  letter-spacing: 0.1em !important;
}
.page-template-page-about .wp-block-cover {
  min-height: 289px;
}
.page-template-page-about .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  padding: 0 10px;
}
.page-template-page-about .wp-block-cover p {
  text-align: center;
  text-transform: uppercase;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30.4px;
  font-size: 1.9rem;
}
.pagination-container {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.pagination-container a {
  color: #b0ba25;
  text-decoration: none;
}
.pagination-container .current {
  color: #003835;
  text-decoration: underline;
}
.pagination-container .page-numbers {
  margin-right: 1.25em;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
.pagination-container .page-numbers:last-child {
  margin-right: 0;
}
.pagination-container .page-numbers.dots {
  color: #003835;
}
.pagination-container .next.page-numbers,
.pagination-container .prev.page-numbers {
  position: relative;
}
.pagination-container .next.page-numbers:before,
.pagination-container .prev.page-numbers:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  top: 46%;
}
.pagination-container .prev.page-numbers {
  padding-left: 15px;
}
.pagination-container .prev.page-numbers:before {
  background-image: url("./library/images/arrow-left.svg");
  left: 0;
}
.pagination-container .next.page-numbers {
  padding-right: 15px;
}
.pagination-container .next.page-numbers:before {
  background-image: url("./library/images/arrow-right.svg");
  right: 0;
}
.error404 .entry-content {
  background: #003835;
  color: #fff;
  padding-bottom: 3em;
}
.error404 .entry-content p.error-message {
  text-align: center;
  font-size: 19.2px;
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
// ## Asides
----------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
// ## Comments
----------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-block-cover {
  position: relative;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.wp-block-cover .wp-block-cover__inner-container >* {
  margin: 0;
  width: 100%;
  height: 100%;
}
.wp-block-cover .wp-block-cover__inner-container >* a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0.5em;
  font-family: 'HarmoniaSansPro-Bold', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
.has-3-columns {
  margin-top: 3em;
}
.has-3-columns .wp-block-column .wp-block-cover {
  min-height: 253px;
}
.wp-block-image.circle img {
  border-radius: 50%;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
