/*
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: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
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%;
}
/*--------------------------------------------------------------
# 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 3em;
}
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%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
---------------------------------------------------------------*/
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  background: #fff;
  padding: 9px 0;
}
#masthead .menu-container {
  position: relative;
  overflow: visible;
}
#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: 70px;
  }
}
#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: 43px;
  }
}
#masthead .menu-container .menu-flex .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 80px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: none;
    position: absolute;
    top: 73px;
    z-index: 98;
    background: $cream;
    width: 100vw;
    height: 100vh;
  }
}
#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: #242424;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
#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/close.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;
}
.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;
}
h1 {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 44px;
  font-size: 2.75rem;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px #000;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h2 {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h3 {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}
p {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}
html {
  scroll-behavior: smooth;
}
.container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1224px) {
  .container {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-results section {
  padding: 50px 0;
}
.page-template-page-results section .container {
  text-align: center;
}
.page-template-page-results section .container h2 {
  color: #fff;
}
section {
  padding: 10vh 0;
}
section .container {
  text-align: center;
}
section .container h2 {
  color: #fff;
}
input {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
}
.button {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  display: inline-block;
  color: #8d8d8d !important;
  background-color: #000;
  padding: 12px 18px 10px 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button::-webkit-input-placeholder {
  color: #8d8d8d;
}
.button:-ms-input-placeholder {
  color: #8d8d8d;
}
.button::-ms-input-placeholder {
  color: #8d8d8d;
}
.button::placeholder {
  color: #8d8d8d;
}
.button:hover {
  color: #000 !important;
  background-color: #9b9c8d;
}
.button:hover::-webkit-input-placeholder {
  color: #000;
}
.button:hover:-ms-input-placeholder {
  color: #000;
}
.button:hover::-ms-input-placeholder {
  color: #000;
}
.button:hover::placeholder {
  color: #000;
}
.button:visited {
  color: inherit;
}
.button.active {
  background-color: #b0ba25;
  color: #000 !important;
  border-radius: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button.active::-webkit-input-placeholder {
  color: #000;
}
.button.active:-ms-input-placeholder {
  color: #000;
}
.button.active::-ms-input-placeholder {
  color: #000;
}
.button.active::placeholder {
  color: #000;
}
.button-contain input[type="checkbox"] {
  display: none;
}
input[type=checkbox]:checked + span {
  background-color: #b0ba25;
  color: #000 !important;
  border-radius: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
input[type=checkbox]:checked + span::-webkit-input-placeholder {
  color: #000;
}
input[type=checkbox]:checked + span:-ms-input-placeholder {
  color: #000;
}
input[type=checkbox]:checked + span::-ms-input-placeholder {
  color: #000;
}
input[type=checkbox]:checked + span::placeholder {
  color: #000;
}
.selectall-checkbox input[type=checkbox] {
  display: none;
}
.alt-button {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 25px;
  color: #b0ba25;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #b0ba25;
}
.alt-button:visited {
  color: #b0ba25;
}
.big-button {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
  padding: 15px 40px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  background-color: #b0ba25;
  -webkit-box-shadow: 0 0 26px #b0ba25;
  box-shadow: 0 0 26px #b0ba25;
}
.big-button:visited {
  color: #000;
}
section .container .step-heading {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  color: #cecece;
}
section .container h2 {
  margin: 0 0 25px 0;
}
section .container h3 {
  text-align: left;
  display: block;
  margin: 5px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b0ba25;
}
#loader-overlay {
  position: fixed;
  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: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #013835;
}
#loader-overlay .container {
  text-align: center;
  color: #fff;
}
#loader-overlay .container h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.select2-container {
  width: 95% !important;
  margin: auto;
}
.select2-container--default .select2-selection--multiple {
  padding: 10px 25px;
  min-height: 35px;
  text-align: left;
  border-radius: 15px;
}
.select2-container--default .select2-selection--multiple span.select2-search {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.select2-container--default .select2-selection--multiple span.select2-search .select2-search__field {
  margin: 0;
  height: 18px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple span.select2-search .select2-search__field::-webkit-input-placeholder {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.select2-container--default .select2-selection--multiple span.select2-search .select2-search__field:-ms-input-placeholder {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.select2-container--default .select2-selection--multiple span.select2-search .select2-search__field::-ms-input-placeholder {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.select2-container--default .select2-selection--multiple span.select2-search .select2-search__field::placeholder {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
  margin: 5px;
  border: none;
  background-color: #b0ba25;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice button {
  min-height: 25px;
  line-height: 23px;
  margin: 0;
  padding: 0 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice button:hover {
  background-color: transparent;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice button:hover span {
  background-color: transparent;
  color: #000;
  text-shadow: none;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__display {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.select2-container--default .select2-dropdown .select2-results ul.select2-results__options li {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.select2-container--default .select2-dropdown .select2-results ul.select2-results__options li:hover {
  color: #fff;
  background-color: #b0ba25;
}
.select2-container--default .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option--selected {
  background-color: #d5d5d5;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #b0ba25;
}
#return-home {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.scrim {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.short {
  min-height: 250px !important;
}
section.intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 600px;
  text-align: center;
  padding-bottom: 25px;
}
section.intro .container {
  position: relative;
  z-index: 99;
  color: #fff;
  overflow: visible;
  max-width: 1450px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  section.intro .container {
    text-align: left;
  }
}
section.intro .container span {
  display: inline-block;
  margin: 15px 0;
}
section.intro .container #sub-title {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  text-shadow: 0px 0px 6px #000;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  section.intro .container #sub-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.intro .container #credit {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.25);
  letter-spacing: 3px;
}
section.intro .container .inner-container {
  max-width: 810px;
  text-align: center;
  margin: 50px auto 0 auto;
}
section.intro .container .inner-container p {
  display: inline-block;
  text-align: left;
  line-height: 1.75em;
}
section.intro .container .inner-container a {
  font-family: 'HarmoniaSansPro-Black';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #fff;
  line-height: 2em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-top: 125px;
  padding-bottom: 10px;
}
section.intro .container .your-report-container span {
  font-size: 80px;
  font-size: 5rem;
  font-family: 'HarmoniaSansPro-Black';
  font-weight: 300;
  font-style: normal;
  color: #b0ba25;
  letter-spacing: 10px;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  section.intro .container .your-report-container span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
section.intro .container .your-report-container p {
  max-width: 815px;
  margin: auto;
  text-align: left;
}
section.intro .container .stats-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1223px) {
  section.intro .container .stats-contain {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.intro .container .stats-contain .each-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
}
@media only screen and (max-width: 1223px) {
  section.intro .container .stats-contain .each-stat {
    min-width: 325px;
    margin: 0 15px;
  }
  section.intro .container .stats-contain .each-stat .flex-adjust {
    margin: auto !important;
  }
}
section.intro .container .stats-contain .each-stat .flex-adjust {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: left;
}
section.intro .container .stats-contain .each-stat .flex-adjust h3 {
  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;
}
section.intro .container .stats-contain .each-stat .flex-adjust h3 >span {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  font-size: 13.6px;
  font-size: 0.85rem;
}
section.intro .container .stats-contain .each-stat .flex-adjust >span {
  font-family: 'HarmoniaSansPro-Black';
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  font-size: 4rem;
  color: #b0ba25;
}
.active {
  display: block;
}
.interior {
  background-color: #00201d;
  margin: 0;
}
.interior .container {
  background-color: #01524e;
  margin: 50px auto;
  padding: 15px;
  min-height: 30vh;
}
.interior .container .wp-block-file {
  display: inline-block;
  text-align: center;
  margin: 5px 8px;
  min-width: 200px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .interior .container .wp-block-file {
    width: 45%;
  }
}
.interior .container .wp-block-file a {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  padding: 6px 7px 5px 7px;
}
.interior .container .wp-block-file:hover a {
  background-color: #fff;
  color: #01524e;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.interior .container h2 {
  color: #fff;
}
.interior .container p {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
section.toggle {
  background-color: #01524e;
  position: relative;
}
section.toggle:before {
  content: '';
  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;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #01524e;
}
section.toggle .container {
  overflow: visible;
  max-width: 700px;
}
section.toggle .container h2 {
  margin: 0 0 50px 0;
}
section.toggle .container .header {
  max-width: 500px;
  margin: auto;
}
section.toggle .container .header .line {
  position: relative;
  border: 1px solid #fff;
  border-bottom: none;
  width: 100%;
  height: 30px;
}
section.toggle .container .header .line span {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
  letter-spacing: 4px;
  color: #fff;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  padding: 10px 15px;
  background-color: #01524e;
}
section.toggle .container .toggle-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.toggle .container .toggle-contain a {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 45px;
  padding-top: 5px;
  letter-spacing: 2px;
  min-width: 33%;
  line-height: 50px;
  background-color: #000;
  color: #8d8d8d;
  cursor: pointer;
}
section.toggle .container .toggle-contain a:visited {
  color: #8d8d8d;
}
section.toggle .container .toggle-contain a:first-of-type {
  border-radius: 20px 0 0 20px;
}
section.toggle .container .toggle-contain a:last-of-type {
  border-radius: 0 20px 20px 0;
}
section.toggle .container .toggle-contain .active {
  background-color: #b0ba25;
  color: #fff;
}
section.toggle .container .button-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  margin: 50px auto 0 auto;
}
section.toggle .container .button-contain .button {
  margin: 10px 0;
}
section.toggle .container .county-contain {
  margin-top: 25px;
}
section.type {
  background-color: #013835;
  position: relative;
}
section.type:before {
  content: '';
  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;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #013835;
}
section.type .container .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.type .container .heading-wrap h2 {
  cursor: pointer;
  margin-bottom: 15px;
}
section.type .container .heading-wrap img {
  cursor: pointer;
  width: 17px;
  height: 17px;
}
section.type .container .information-panel {
  display: none;
  padding: 10px 12px 10px 12px;
  background-color: #00201d;
  position: relative;
  max-width: 700px;
  margin: auto;
}
section.type .container .information-panel >img {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}
section.type .container .information-panel ul {
  padding: 0;
  margin: 0;
  max-width: 650px;
  margin: auto;
  color: #8d8d8d;
  list-style: none;
}
section.type .container .information-panel ul li {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: left;
}
section.type .container .information-panel ul li span {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
}
section.type .container .button-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  margin: 15px auto 0 auto;
}
section.type .container .button-contain .button {
  margin: 10px 0;
}
section.type .container .selectall-checkbox .alt-button {
  margin-top: 25px;
}
section.industry {
  background-color: #00201d;
  position: relative;
}
section.industry:before {
  content: '';
  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;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #00201d;
}
section.industry .button-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.industry .button-contain label {
  width: 48%;
  margin: 1%;
  min-width: 350px;
}
section.industry .button-contain label input .button {
  width: 100%;
}
section.industry .alt-button {
  margin-top: 25px;
}
section.get-report {
  padding: 0;
  background: #000;
  background: -moz-radial-gradient(circle, #000 0%, #1f1f1f 100%);
  background: -webkit-radial-gradient(circle, #000 0%, #1f1f1f 100%);
  background: -o-radial-gradient(circle, #000 0%, #1f1f1f 100%);
  background: radial-gradient(circle, #000 0%, #1f1f1f 100%);
  min-height: 300px;
}
section.get-report .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
  max-width: none;
}
section.get-report .container .og-circle {
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #b0ba25;
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 1;
}
section.get-report .container .circle {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #b0ba25;
  width: 800px;
  height: 800px;
  position: absolute;
  opacity: 0;
  -webkit-animation: scaleIn 11s infinite cubic-bezier(0.4, 0.04, 1, 0.21);
  animation: scaleIn 11s infinite cubic-bezier(0.4, 0.04, 1, 0.21);
}
section.get-report .container .item {
  z-index: 100;
  padding: 5px;
}
.resources {
  background: #001f1d;
  background: -moz-linear-gradient(180deg, #001f1d 0%, #003835 100%);
  background: -webkit-linear-gradient(180deg, #001f1d 0%, #003835 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#001f1d), to(#003835));
  background: -webkit-linear-gradient(top, #001f1d 0%, #003835 100%);
  background: -o-linear-gradient(top, #001f1d 0%, #003835 100%);
  background: linear-gradient(180deg, #001f1d 0%, #003835 100%);
}
.resources .container {
  max-width: 1600px;
}
@media only screen and (max-width: 767px) {
  .resources .container {
    width: 95%;
    margin: auto;
  }
}
.resources .container .resource-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.resources .container .resource-container .each-resource {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 24%;
  height: 200px;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .resources .container .resource-container .each-resource {
    width: 48%;
    height: 150px;
  }
}
.resources .container .resource-container .each-resource:hover .scrim {
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.resources .container .resource-container .each-resource .scrim {
  z-index: 50;
}
.resources .container .resource-container .each-resource span {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  width: 90%;
  letter-spacing: 2px;
  z-index: 99;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .resources .container .resource-container .each-resource span {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
section.results-section .container h3 {
  text-align: left;
  display: block;
  margin: 5px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b0ba25;
}
section.pie-charts {
  background-color: #01524e;
}
section.pie-charts .container {
  max-width: 1450px;
  width: 95%;
  margin: auto;
  color: #fff;
  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: 1223px) {
  section.pie-charts .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.pie-charts .container .column1,
section.pie-charts .container .column2 {
  width: 48%;
}
@media only screen and (max-width: 1223px) {
  section.pie-charts .container .column1,
  section.pie-charts .container .column2 {
    width: 100%;
  }
}
section.pie-charts .container .column1 h3,
section.pie-charts .container .column2 h3 {
  text-align: left;
  display: block;
  margin: 5px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b0ba25;
}
section.line-chart {
  background-color: #013835;
  padding-bottom: 0;
}
section.line-chart .container {
  max-width: 1450px;
  width: 95%;
  margin: auto;
  color: #fff;
}
section.column-chart {
  background-color: #00201d;
}
section.column-chart .container {
  width: 95%;
  margin: auto;
  color: #fff;
  max-width: 1450px;
}
section.table-data {
  background-color: #00201d;
}
section.table-data .container {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  max-width: 1450px;
}
section.table-data .container .column1 {
  width: 100%;
}
section.table-data .container .selected {
  display: none;
}
@media only screen and (max-width: 767px) {
  section.table-data .container .selected {
    width: 100%;
    margin-top: 50px;
  }
}
section.table-data .container .table-contain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px auto 0 auto;
  max-width: 1150px;
}
@media only screen and (max-width: 767px) {
  section.table-data .container .table-contain {
    width: 100%;
  }
}
section.table-data .container .table-contain .each-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #4c4c4c;
}
section.table-data .container .table-contain .each-row span {
  width: 33%;
  text-align: left;
}
section.table-data .container .table-contain .each-row #h1,
section.table-data .container .table-contain .each-row #h2,
section.table-data .container .table-contain .each-row #h3 {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 18.4px;
  font-size: 1.15rem;
}
section.reset-section {
  background-color: #00201d;
}
section.filter-summary-section {
  background-color: #00201d;
  padding: 35px 0 0 0;
}
section.filter-summary-section .filters-accordian {
  text-align: center;
}
section.filter-summary-section .filters-accordian #accordian-click {
  cursor: pointer;
  text-align: center;
  padding-bottom: 25px;
}
section.filter-summary-section .filters-accordian #accordian-click #big {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #b0ba25;
  line-height: 1em;
  position: relative;
}
section.filter-summary-section .filters-accordian #accordian-click #big:before {
  content: '';
  background-image: url("./library/images/filter.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -35px;
  height: 30px;
  width: 30px;
}
.filter-summary {
  display: none;
}
.filter-summary.show {
  display: block;
}
.filter-summary .container {
  padding: 0 50px 50px 50px;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
}
.filter-summary .container .column-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #b0ba25;
}
.filter-summary .container .column-contain .each-column {
  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;
  width: 30%;
  margin: 0 1.5%;
  min-width: 400px;
}
.filter-summary .container .column-contain .each-column .filter-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-summary .container .column-contain .each-column .filter-flex h2 {
  margin-bottom: 25px;
}
.filter-summary .container .column-contain .each-column span {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 8px 13px 6px 13px;
  border-radius: 11px;
  cursor: inherit;
  display: inline-block;
  width: auto;
  margin: 5px;
}
.filter-summary .container .alt-button {
  margin-top: 50px;
}
.reset {
  font-family: 'HarmoniaSansPro-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #b0ba25;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 50px;
}
.filter-resources .resources {
  background: none !important;
  margin-top: 100px;
}
section.filter-resources {
  background: #00201d;
  background: -moz-linear-gradient(180deg, #00201d 0%, #003835 100%);
  background: -webkit-linear-gradient(180deg, #00201d 0%, #003835 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00201d), to(#003835));
  background: -webkit-linear-gradient(top, #00201d 0%, #003835 100%);
  background: -o-linear-gradient(top, #00201d 0%, #003835 100%);
  background: linear-gradient(180deg, #00201d 0%, #003835 100%);
}
footer {
  background-color: #000;
  padding: 50px 0 10px 0;
}
footer .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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  max-width: 95%;
}
footer .container >h2 {
  margin-bottom: 0;
}
footer .container .logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
footer .container .logos img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 10px;
  height: 200px;
  width: 200px;
}
footer .container .copyright {
  margin-top: 15px;
}
footer .container .copyright p {
  text-align: center;
  letter-spacing: unset;
}
footer .container .copyright p a {
  font-family: 'HarmoniaSansPro-Regular';
  font-weight: 300;
  font-style: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
@-moz-keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@-o-keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
// ## 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;
}
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;
}
