/*
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;
}
h1 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
  }
}
h2 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h3 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p {
  font-family: 'Unitext-Regular';
  font-weight: 300;
  font-style: normal;
  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:not(.wp-block-button),
.wp-block-button .wp-block-button__link {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  min-width: 150px;
  color: #000;
  padding: 7px 13px 5px 13px;
  background-color: #ffe500;
  letter-spacing: 2px;
  border-radius: 3px;
}
.button:not(.wp-block-button):visited,
.wp-block-button .wp-block-button__link:visited {
  color: #000;
}
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
---------------------------------------------------------------*/
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#masthead .menu-container {
  background: rgba(255,255,255,0.75);
  height: 100px;
  padding: 33px 5%;
  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 .main-navigation-mobile {
  display: none;
  padding-bottom: 1.5em;
}
#masthead .menu-container .menu-flex .main-navigation,
#masthead .menu-container .menu-flex .main-navigation-mobile {
  -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,
  #masthead .menu-container .menu-flex .main-navigation-mobile {
    display: none;
    position: absolute;
    top: 100px;
    z-index: 98;
    background: rgba(255,255,255,0.75);
    width: 100vw;
  }
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu,
#masthead .menu-container .menu-flex .main-navigation #primary-menu,
#masthead .menu-container .menu-flex .main-navigation-mobile #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 #mobile-menu,
  #masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu,
  #masthead .menu-container .menu-flex .main-navigation #primary-menu,
  #masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #masthead .menu-container .menu-flex .main-navigation #mobile-menu ul,
  #masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu ul,
  #masthead .menu-container .menu-flex .main-navigation #primary-menu ul,
  #masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 5%;
  }
  #masthead .menu-container .menu-flex .main-navigation #mobile-menu ul li,
  #masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu ul li,
  #masthead .menu-container .menu-flex .main-navigation #primary-menu ul li,
  #masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu ul li {
    text-align: right;
    padding: 5px 0;
  }
  #masthead .menu-container .menu-flex .main-navigation #mobile-menu ul li:last-of-type,
  #masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu ul li:last-of-type,
  #masthead .menu-container .menu-flex .main-navigation #primary-menu ul li:last-of-type,
  #masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu ul li:last-of-type {
    padding-bottom: 50px;
  }
  #masthead .menu-container .menu-flex .main-navigation #mobile-menu ul li a,
  #masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu ul li a,
  #masthead .menu-container .menu-flex .main-navigation #primary-menu ul li a,
  #masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu ul li a {
    font-family: 'Unitext-Semibold';
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
  }
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu .home-logo a,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu .home-logo a,
#masthead .menu-container .menu-flex .main-navigation #primary-menu .home-logo a,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu .home-logo a {
  position: relative;
  color: transparent;
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu .home-logo a:after,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu .home-logo a:after,
#masthead .menu-container .menu-flex .main-navigation #primary-menu .home-logo a:after,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu .home-logo a:after {
  content: '';
  background-image: url("./library/images/logo.png");
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  left: 44%;
  height: 190px;
  width: 190px;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu .home-logo a:before,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu .home-logo a:before,
#masthead .menu-container .menu-flex .main-navigation #primary-menu .home-logo a:before,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu .home-logo a:before {
  content: '';
  height: 250px;
  width: 250px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(255,255,255,0.75)), color-stop(0%, rgba(255,255,255,0.75))) no-repeat 100% 100%/100% 46%;
  background: linear-gradient(rgba(255,255,255,0.75) 100%, rgba(255,255,255,0.75) 0%) no-repeat 100% 100%/100% 46%;
  border-radius: 100%;
  position: absolute;
  top: -75px;
  z-index: 2;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu >li,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu >li,
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu >li {
  text-align: center;
  margin-top: 7px;
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu >li:last-of-type,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu >li:last-of-type,
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li:last-of-type,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu >li:last-of-type {
  margin-top: 0;
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu >li:last-of-type a,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu >li:last-of-type a,
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li:last-of-type a,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu >li:last-of-type a {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  color: #000;
  padding: 7px 13px 5px 13px;
  background-color: #ffe500;
  letter-spacing: 2px;
  border-radius: 3px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #mobile-menu >li,
  #masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu >li,
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li,
  #masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu >li {
    padding-top: 1.5em;
    max-width: 100%;
  }
}
#masthead .menu-container .menu-flex .main-navigation #mobile-menu >li >a,
#masthead .menu-container .menu-flex .main-navigation-mobile #mobile-menu >li >a,
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a,
#masthead .menu-container .menu-flex .main-navigation-mobile #primary-menu >li >a {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3px;
  color: #1e58a6;
  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%);
          transform: translateY(-50%);
  right: 5%;
  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");
}
.mobile-logo {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  height: 85px;
  width: 85px;
}
@media only screen and (min-width: 1224px) {
  .mobile-logo {
    display: none;
  }
}
.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-content .container,
.entry-content .container,
.entry-summary .container {
  max-width: 900px;
  min-width: 600px;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .page-content .container,
  .entry-content .container,
  .entry-summary .container {
    width: 90%;
    margin: auto;
    min-width: unset;
  }
}
.page-content .container h2,
.entry-content .container h2,
.entry-summary .container h2 {
  margin: 1em 0 0.25em 0;
}
.page-content .container p,
.entry-content .container p,
.entry-summary .container p {
  margin: 1em 0;
}
.page-content .container ul,
.entry-content .container ul,
.entry-summary .container ul {
  padding: 0 0 0 25px;
  margin: 0;
}
.page-content .container ul li,
.entry-content .container ul li,
.entry-summary .container ul li {
  padding: 0;
  margin: 0.25em 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.site {
  position: relative;
}
.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: 1525px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.scrim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
}
.scrim-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}
.top-image-home {
  height: 100vh;
  min-height: 700px;
  max-height: 1000px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .top-image-home {
    max-height: 500px;
  }
}
.top-image-home .scrim-2 {
  background-color: rgba(0,0,0,0.25);
}
.top-image-home .container {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.top-image-home .container p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .top-image-home .container p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.top-image {
  height: 50vh;
  min-height: 700px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .top-image {
    min-height: 400px;
    height: 20vh;
  }
}
.top-image .container {
  padding-top: 100px;
  color: #fff;
  height: 100%;
  width: 95%;
  margin: auto;
  max-width: 900px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-image .container {
    text-align: center;
  }
}
.top-image .container h1 {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .top-image .container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.blue-section {
  background-color: #1e58a6;
}
.blue-section .container {
  width: 90%;
  margin: auto;
  padding: 150px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1223px) {
  .blue-section .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 75px 0;
  }
}
.blue-section .container .each-panel {
  width: 30%;
  min-width: 300px;
  margin: 0px 20px;
  text-align: center;
}
@media only screen and (max-width: 1223px) {
  .blue-section .container .each-panel {
    margin: 50px 10px;
  }
}
.blue-section .container .each-panel .image-link-wrap {
  margin-bottom: 15px;
}
.blue-section .container .each-panel .image-link-wrap a {
  border-radius: 100%;
  height: 300px;
  width: 300px;
  overflow: hidden;
}
.blue-section .container .each-panel .image-link-wrap a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blue-section .container .each-panel .image-link-wrap a img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blue-section .container .each-panel .title {
  width: 100%;
  text-align: left;
}
.blue-section .container .each-panel .title a h3 {
  margin: 0;
  color: #fff;
}
.blue-section .container .each-panel a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.blue-section .container .each-panel p {
  text-align: left;
}
.essentials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 100px 0;
}
.essentials .container {
  max-width: 1025px;
  width: 90%;
  margin: auto;
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
}
.essentials .container .list-contain {
  overflow: hidden;
  max-width: 700px;
  margin: 50px auto 100px auto;
}
.essentials .container .list-contain span {
  width: 50%;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.essentials .container .instructions {
  text-align: left;
}
.essentials .container .locations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .essentials .container .locations-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.essentials .container .locations-container .each-location {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .essentials .container .locations-container .each-location {
    margin: 15px 0;
  }
}
.essentials .container .locations-container .each-location a {
  text-decoration: none;
  color: #fff;
}
.essentials .container .locations-container .each-location h3 {
  margin: 5px 0 15px 0;
}
.essentials .container .locations-container .each-location p {
  margin: 0.5em 0;
}
.essentials .container .button-container {
  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;
  margin: 50px 0;
}
.essentials .container .button-container .button {
  margin: 10px;
}
.each-news-post {
  background-color: #efefef;
  padding: 25px;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .each-news-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.each-news-post .news-image {
  width: 200px;
  min-width: 200px;
  height: 200px;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .each-news-post .news-image {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.each-news-post .news-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.each-news-post .news-content .date {
  font-family: 'Unitext-Italic';
  font-weight: 300;
  font-style: normal;
  opacity: 0.75;
  margin: 0.25em 0 0.5em 0;
}
.each-news-post .news-content a {
  text-decoration: none;
}
.each-news-post .news-content a h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  letter-spacing: 0;
}
.site-main nav.post-navigation {
  width: 60%;
  max-width: 900px;
  min-width: 600px;
  margin: 50px auto;
}
.site-main nav.post-navigation a {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  min-width: 150px;
  color: #000;
  padding: 7px 13px 5px 13px;
  background-color: #ffe500;
  letter-spacing: 2px;
  border-radius: 3px;
}
.site-main nav.post-navigation a:visited {
  color: #000;
}
footer .partners {
  padding: 100px 0;
  background-color: #1e58a6;
  color: #fff;
  text-align: center;
}
footer .partners .container {
  overflow: visible;
}
footer .partners .container p {
  text-align: left;
  width: 70%;
  min-width: 400px;
  max-width: 1025px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  footer .partners .container p {
    min-width: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 1223px) {
  footer .partners .container .partner-slider {
    margin: 50px 0;
  }
}
footer .partners .container .partner-slider img {
  outline: 0;
  height: 200px;
  margin: 0 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  footer .partners .container .partner-slider img {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-width: 1223px) {
  footer .partners .container .partner-slider img {
    max-height: 100px;
    margin: 0 1.5rem;
  }
}
footer .footer {
  padding: 100px 0 25px 0;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .footer {
    padding: 100px 5% 25px 5%;
  }
}
footer .footer .container {
  max-width: 700px;
  text-align: center;
  overflow: visible;
}
footer .footer .container .foot-location-container {
  margin: 50px auto;
  max-width: 500px;
  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;
}
@media only screen and (max-width: 767px) {
  footer .footer .container .foot-location-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer .container .foot-location-container .location {
  margin: 0 25px 25px 25px;
}
@media only screen and (max-width: 767px) {
  footer .footer .container .foot-location-container .location p {
    margin-top: 0;
  }
}
footer .footer .container .foot-location-container .location p a {
  text-decoration: none;
  color: #fff;
}
footer .footer .container .foot-location-container .location .pin-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  outline: 0;
}
footer .footer .container .foot-location-container .location .pin-flex h3 {
  position: relative;
  margin-left: 10px;
}
footer .footer .container .foot-location-container .hours {
  margin: 0 25px;
}
@media only screen and (max-width: 767px) {
  footer .footer .container .foot-location-container .hours p {
    margin-top: 0;
  }
}
footer .footer .container .button-container {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer .container .button-container .button {
  margin: 0 15px;
}
footer .footer .container .social-container {
  margin: 50px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 150px;
}
footer .footer .container .social-container a img {
  height: 25px;
  width: 25px;
}
.events-content {
  padding: 100px 0;
}
.events-content .container {
  overflow: visible;
  max-width: 900px;
  width: 50%;
}
@media only screen and (max-width: 1223px) {
  .events-content .container {
    width: 85%;
  }
}
#tribe-events-content-wrapper #tribe-events-content #tribe-events-header {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content #tribe-events-footer {
  display: none;
}
#tribe-events-content-wrapper .tribe-bar-disabled {
  float: left;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event {
  width: 100%;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1223px) {
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-image {
  min-height: 200px;
  min-width: 200px;
  max-width: 200px;
}
@media only screen and (max-width: 1223px) {
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-image {
    min-height: unset;
    max-width: unset;
  }
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-details {
  color: #1e58a6;
  text-transform: uppercase;
  padding: 30px;
  width: 100%;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-list-photo-description {
  text-transform: none;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-list-photo-description .button {
  text-transform: uppercase;
  margin-top: 20px;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-event-meta .recurringinfo {
  display: none;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-list-event-title a {
  color: #000;
}
.tribe-events-single .tribe-events-back {
  display: none;
}
.tribe-events-single #tribe-events-header {
  display: none;
}
.tribe-events-single #tribe-events-footer {
  display: none;
}
.tribe-events-single .tribe-events-schedule {
  margin: 25px 0;
}
.tribe-events-single .tribe-events-schedule h2 {
  letter-spacing: 2px;
  margin: 0;
}
.tribe-events-single .tribe_events .tribe-events-single-section .tribe-events-meta-group dl dt {
  font-family: 'Unitext-Bold';
  font-weight: 300;
  font-style: normal;
  margin: 20px 0 5px 0;
}
.tribe-events-single .tribe_events .tribe-events-single-section .tribe-events-meta-group dl dd div {
  font-family: 'Unitext-Regular';
  font-weight: 300;
  font-style: normal;
}
.tribe-events-single .tribe_events .tribe-events-single-section .tribe-events-meta-group .tribe-events-single-section-title {
  letter-spacing: 2px;
}
.tribe-events-single .tribe_events .tribe-events-single-section .tribe-events-meta-group-details {
  width: auto;
}
.tribe-events-single .tribe_events .tribe-events-cal-links {
  display: none;
}
.slick-slider {
  width: 90%;
  margin: 75px auto !important;
}
.partner-slider .slick-prev:before {
  opacity: 100%;
  content: url("library/images/left-arrow.svg");
}
.partner-slider .slick-next:before {
  opacity: 100%;
  content: url("library/images/right-arrow.svg");
}
.gform_wrapper form .gform_heading .gform_title {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields li h2.gsection_title {
  letter-spacing: 2px !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300 !important;
  margin-top: 100px !important;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container ul.gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container ul.gfield_radio li {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container ul.gfield_radio li label {
  margin-left: 5px;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container ul.gfield_radio li input {
  margin-top: 0;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container ul.gfield_checkbox li {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container ul.gfield_checkbox li label {
  margin-left: 10px;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container .ginput_right {
  vertical-align: bottom;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container .ginput_right select {
  margin-bottom: 0;
}
.gform_wrapper form .gform_body .gform_fields li .ginput_container .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code {
  margin-top: 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;
}
