@charset "UTF-8";
/*!
Theme Name: mytheme_s
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme_s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

mytheme_s is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'Baskerville-01';
  src: url("fonts/Baskerville-01.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
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;
  font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
  font-weight: normal;
  text-transform: none;
  margin: 0 0 1.5rem 0;
  font-weight: 800; }

h1 {
  font-size: 60px;
  line-height: 1.1em;
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville"; }

h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
  z-index: 10;
  font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville"; }

h3 {
  font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville";
  font-size: 26px;
  line-height: 1.3em;
  position: relative;
  z-index: 10;
  font-weight: 300; }

h4 {
  font-family: filson-pro, brandon-grotesque, Xgoldenbook, Xgrand-central, Cabin, XXbrandon-grotesque, XXbasic-sans;
  font-size: 18px;
  line-height: 1.4em;
  position: relative;
  z-index: 10;
  font-weight: 300;
  letter-spacing: 0.04em; }

h5, .wp-caption-text {
  font-family: filson-pro, brandon-grotesque, Xgoldenbook, Xgrand-central, Cabin, XXbrandon-grotesque, XXbasic-sans;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  text-transform: uppercase;
  margin: 0; }

h6 {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500; }

body {
  font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville";
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 300; }

p {
  margin: 0 0 1em 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid; }
  blockquote p {
    font-style: italic; }

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: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-image: url("images/divider.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 0;
  height: 15px;
  margin: 3em 0; }

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;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.wp-caption {
  width: 100% !important; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: filson-pro, brandon-grotesque, Xgoldenbook, Xgrand-central, Cabin, XXbrandon-grotesque, XXbasic-sans;
  position: relative;
  z-index: 10;
  border: 0px solid;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: unset;
  transition: all 0.3s; }
  button:before,
  input[type="button"]:before,
  input[type="reset"]:before,
  input[type="submit"]:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    display: block;
    background: #eebb4e;
    width: calc(100% - 10px);
    height: 60%;
    z-index: -1; }
  button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    display: block;
    background: #ffffff;
    width: 0;
    height: 60%;
    z-index: -1; }
  button:hover:after,
  input[type="button"]:hover:after,
  input[type="reset"]:hover:after,
  input[type="submit"]:hover:after {
    transition: all 0.3s;
    width: calc(100% - 10px); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border: unset; }
  button a,
  button a:visited,
  input[type="button"] a,
  input[type="button"] a:visited,
  input[type="reset"] a,
  input[type="reset"] a:visited,
  input[type="submit"] a,
  input[type="submit"] a:visited {
    color: #08355c;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.15em;
    line-height: 0;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 600; }
    button a:after,
    button a:visited:after,
    input[type="button"] a:after,
    input[type="button"] a:visited:after,
    input[type="reset"] a:after,
    input[type="reset"] a:visited:after,
    input[type="submit"] a:after,
    input[type="submit"] a:visited:after {
      content: "→";
      position: relative;
      font-size: 16px;
      top: 2px;
      left: 7px;
      display: inline-block;
      line-height: 1.5em;
      border-radius: 50%;
      transition: all 0.3s; }
    button a:hover:after,
    button a:visited:hover:after,
    input[type="button"] a:hover:after,
    input[type="button"] a:visited:hover:after,
    input[type="reset"] a:hover:after,
    input[type="reset"] a:visited:hover:after,
    input[type="submit"] a:hover:after,
    input[type="submit"] a:visited:hover:after {
      left: 16px; }

.section.single-column:nth-of-type(odd) button:before,
.section.single-column:nth-of-type(odd) input[type="button"]:before,
.section.single-column:nth-of-type(odd) input[type="reset"]:before,
.section.single-column:nth-of-type(odd) input[type="submit"]:before {
  background: #ffffff; }

.section.single-column:nth-of-type(odd) button:after,
.section.single-column:nth-of-type(odd) input[type="button"]:after,
.section.single-column:nth-of-type(odd) input[type="reset"]:after,
.section.single-column:nth-of-type(odd) input[type="submit"]:after {
  background: #408fd2; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: unset;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  border: unset; }

.gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-weight: 500 !important; }

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  background: #408fd2 !important;
  color: #ffffff;
  padding: 8px 30px;
  cursor: pointer;
  border-radius: 3px !important; }
  .gform_wrapper.gravity-theme .gform_footer button:hover,
  .gform_wrapper.gravity-theme .gform_footer input:hover,
  .gform_wrapper.gravity-theme .gform_page_footer button:hover,
  .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background: #08355c !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #408fd2;
  text-decoration: unset; }
  a:visited {
    color: #408fd2; }
  a:hover, a:focus, a:active {
    color: #08355c; }
  a:focus {
    outline: unset; }
  a:hover, a:active {
    outline: unset; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-navigation {
  clear: both;
  width: 100%;
  text-align: center;
  pointer-events: none; }
  .menu-navigation .menu-primary-menu-container,
  .menu-navigation .menu-secondary-menu-container {
    position: absolute;
    top: 70px;
    width: 360px; }
  .menu-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    top: 50; }
    .menu-navigation ul ul.sub-menu {
      pointer-events: all;
      position: absolute;
      left: 0em;
      z-index: -1;
      background: #eaeff4;
      min-width: 300px;
      padding: 0px 20px 0px 20px;
      display: block;
      top: 150px;
      visibility: hidden;
      opacity: 0; }
      .menu-navigation ul ul.sub-menu > li {
        pointer-events: none;
        flex: 0 0 50%;
        display: block;
        border-right: unset !important;
        padding-left: 20px;
        position: relative; }
        .menu-navigation ul ul.sub-menu > li a {
          display: block;
          opacity: 0; }
      .menu-navigation ul ul.sub-menu ul {
        visibility: visible;
        opacity: 1;
        pointer-events: none;
        float: none;
        position: relative;
        top: 76px;
        left: 0em;
        background: transparent;
        width: 100%;
        padding: 0;
        display: block;
        padding: 0px 0 40px 0;
        overflow: hidden;
        z-index: 50;
        border: unset;
        top: 0; }
        .menu-navigation ul ul.sub-menu ul li {
          pointer-events: all;
          border-right: unset !important;
          display: block;
          float: unset;
          clear: both;
          margin-bottom: 0.5em;
          padding-bottom: 0.5em;
          top: 0;
          right: -20px;
          visibility: hidden;
          opacity: 0; }
          .menu-navigation ul ul.sub-menu ul li:before {
            content: "■";
            position: absolute;
            top: -0.2em;
            left: 0;
            color: #408fd2; }
          .menu-navigation ul ul.sub-menu ul li:first-child {
            margin-top: 40px; }
          .menu-navigation ul ul.sub-menu ul li a {
            opacity: 1;
            top: 0;
            font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
            font-size: 16px;
            font-weight: 400;
            color: #08355c !important; }
            .menu-navigation ul ul.sub-menu ul li a:hover {
              color: #eebb4e !important; }
  .menu-navigation li {
    /* float: left; */
    /* margin-right: 20px; */
    /* width: 100%; */
    text-align: right;
    padding-left: 40px;
    margin-right: 20px; }
  .menu-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    font-family: filson-pro, brandon-grotesque, Xgoldenbook, Xgrand-central, Cabin, XXbrandon-grotesque, XXbasic-sans;
    font-weight: 500; }
  .menu-navigation li:hover,
  .menu-navigation .current_page_item,
  .menu-navigation .current-menu-item,
  .menu-navigation .current_page_ancestor,
  .menu-navigation .current-menu-ancestor {
    margin-right: 0px; }
    .menu-navigation li:hover a,
    .menu-navigation .current_page_item a,
    .menu-navigation .current-menu-item a,
    .menu-navigation .current_page_ancestor a,
    .menu-navigation .current-menu-ancestor a {
      color: #eebb4e !important; }
  .menu-navigation .current_page_item > a,
  .menu-navigation .current-menu-item > a,
  .menu-navigation .current_page_ancestor > a,
  .menu-navigation .current-menu-ancestor > a {
    color: #eebb4e !important; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #08355c;
    border-radius: 5px;
    padding: 30px 30px 20px 30px; }
  .main-navigation ul {
    display: block; } }

.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%; }

.menu-secondary-menu-container li {
  text-align: right !important; }

.menu-secondary-menu-container ul.sub-menu {
  left: unset !important;
  right: 0; }

.menu-secondary-menu-container ul ul.sub-menu {
  background: #408fd2; }
  .menu-secondary-menu-container ul ul.sub-menu .second-sub-menu li {
    text-align: right;
    right: 40px;
    padding-left: 0;
    padding-right: 0; }
    .menu-secondary-menu-container ul ul.sub-menu .second-sub-menu li:before {
      color: #eebb4e;
      left: 0;
      right: -20px; }
    .menu-secondary-menu-container ul ul.sub-menu .second-sub-menu li a {
      color: #ffffff !important; }
      .menu-secondary-menu-container ul ul.sub-menu .second-sub-menu li a:hover {
        color: #08355c !important; }

.right-menu-location {
  position: absolute;
  top: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    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;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  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;
  table-layout: fixed; }

.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;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#not-responsive-yet {
  display: none;
  position: fixed;
  background: #08355c;
  color: #fff;
  z-index: 10000;
  width: 100%;
  height: 100%; }
  #not-responsive-yet span {
    font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    -ms-transform: translateX(-50%) translateY(-70%);
    -webkit-transform: translateX(-50%) translateY(-70%); }

@media only screen and (max-width: 1200px) {
  #not-responsive-yet {
    display: block; } }

html {
  scroll-behavior: smooth; }

.site-header {
  position: absolute;
  height: 200px;
  width: 100%;
  z-index: 100;
  top: 0;
  /* margin-left: 5%; */ }
  .site-header .header-top-left,
  .site-header .header-top-right {
    color: #ffffff;
    font-size: 12px;
    top: 15px;
    position: absolute;
    font-family: filson-pro, brandon-grotesque, Xgoldenbook, Xgrand-central, Cabin, XXbrandon-grotesque, XXbasic-sans;
    font-weight: 100; }
  .site-header .header-top-left {
    left: 20px; }
  .site-header .header-top-right {
    right: 20px;
    text-align: right;
    line-height: 1.3em; }
  .site-header .site-branding {
    border-radius: 0px;
    width: 160px;
    z-index: 1000;
    position: relative;
    left: 40px;
    top: 10px; }
    .site-header .site-branding img.custom-logo,
    .site-header .site-branding svg.logo {
      width: 100%;
      height: auto;
      color: #408fd2 !important; }
      .site-header .site-branding img.custom-logo path,
      .site-header .site-branding svg.logo path {
        fill: #408fd2 !important; }
  .site-header .header-social {
    top: 70px;
    right: 120px;
    width: 46px;
    position: absolute; }
    .site-header .header-social svg {
      width: 40px;
      height: 40px;
      float: left;
      margin: 3px 0; }
      .site-header .header-social svg path {
        fill: #408fd2 !important;
        transition: all 0.3s; }
      .site-header .header-social svg:hover path {
        fill: #ffffff !important; }

.site-content {
  position: relative;
  margin-top: 70px;
  padding: 0; }

.wrap {
  max-width: 1000px;
  margin: 0 auto; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.header-social {
  display: none; }

.menu-navigation .menu-primary-menu-container,
.menu-navigation .menu-secondary-menu-container {
  width: 100%;
  top: 0;
  z-index: 200;
  position: absolute; }
  .menu-navigation .menu-primary-menu-container ul#primary-menu,
  .menu-navigation .menu-primary-menu-container ul#secondary-menu,
  .menu-navigation .menu-secondary-menu-container ul#primary-menu,
  .menu-navigation .menu-secondary-menu-container ul#secondary-menu {
    display: flex;
    justify-content: start;
    z-index: 200;
    padding: 24px 0 18px 240px;
    background: #ffffff;
    z-index: 10000;
    pointer-events: none; }
  .menu-navigation .menu-primary-menu-container li,
  .menu-navigation .menu-secondary-menu-container li {
    pointer-events: all;
    padding: 2px 15px;
    margin: 0px;
    border-bottom: unset;
    text-align: left;
    border-right: 1px solid #408fd2;
    display: table;
    position: relative; }
    .menu-navigation .menu-primary-menu-container li a,
    .menu-navigation .menu-secondary-menu-container li a {
      display: table-cell;
      vertical-align: bottom;
      color: #08355c;
      font-size: 15px;
      letter-spacing: 0.02em;
      line-height: 1em;
      position: relative;
      text-transform: capitalize;
      font-weight: 500; }
      .menu-navigation .menu-primary-menu-container li a:hover,
      .menu-navigation .menu-secondary-menu-container li a:hover {
        color: #eebb4e; }
  .menu-navigation .menu-primary-menu-container ul#secondary-menu,
  .menu-navigation .menu-secondary-menu-container ul#secondary-menu {
    float: right;
    margin-right: 10px;
    background: unset; }
    .menu-navigation .menu-primary-menu-container ul#secondary-menu > li > a,
    .menu-navigation .menu-secondary-menu-container ul#secondary-menu > li > a {
      color: #408fd2;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.05em;
      line-height: 1.2em; }

.site-content {
  padding: 0;
  box-sizing: border-box;
  border-top: unset; }

.panels {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 20px);
  width: 100%;
  background: black;
  box-sizing: border-box;
  background-repeat: repeat;
  background-size: 300px;
  border: 10px solid #ffffff;
  border-top: unset; }

.panels-bgs {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  /*padding: 10px;	*/
  /*-webkit-filter: contrast(1.1) saturate(1.1);*/
  /*filter: contrast(1.1) saturate(1.1);*/ }

.panel-bg-1,
.panel-bg-2,
.panel-bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease-out 0.05s; }
  .panel-bg-1:after,
  .panel-bg-2:after,
  .panel-bg-3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 200px black; }

.panel-bg-1.active,
.panel-bg-2.active,
.panel-bg-3.active {
  opacity: 1; }

.panels-content {
  display: flex;
  z-index: 2;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  /*padding-left: 200px;*/
  height: 100%;
  width: 100%;
  overflow: hidden; }

.panel-content-1,
.panel-content-2,
.panel-content-3 {
  flex: 1 1 33.333%;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.panel-content-overlay {
  width: 33.333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.333%;
  background-color: #408fd2;
  opacity: 0.5; }

.panel-content-1:before,
.panel-content-2:before,
.panel-content-3:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease-out;
  box-sizing: border-box; }

.panel-content-1.active:before,
.panel-content-2.active:before,
.panel-content-3.active:before {
  /*background-color: #cdca53;*/
  opacity: 0.95; }

.panel-content-1:after,
.panel-content-2:after,
.panel-content-3:after {
  position: absolute;
  top: 0%;
  right: 0;
  width: 1px;
  height: 30%;
  background: white; }

.panel-content-wrapper {
  overflow-y: auto;
  padding: 25vh 90px 60px 60px;
  height: calc(100% - 20px);
  margin-top: 0px;
  width: calc(100% + 30px);
  box-sizing: border-box;
  color: #ffffff; }
  .panel-content-wrapper h4 {
    position: relative;
    z-index: 10;
    color: #ffffff;
    margin-top: 1.5em;
    margin-bottom: 0; }
  .panel-content-wrapper h1 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0.5em 0;
    font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville"; }
  .panel-content-wrapper button {
    margin-bottom: 0 !important; }

.panel-content-inner {
  opacity: 0;
  transition: all 0.2s ease-out;
  /*overflow: auto;*/
  /*display: block;*/
  /*height: 100%;*/ }

.active .panel-content-wrapper {
  color: white; }
  .active .panel-content-wrapper h1 {
    color: white;
    transition: all 0.2s ease-in; }

.active.panel-content-1, .active.panel-content-2, .active.panel-content-3 {
  text-shadow: none; }

.active .panel-content-inner {
  opacity: 1;
  transition: all 0.2s ease-in; }

.active .divider svg {
  fill: #08355c !important;
  transition: all 0.2s ease-in; }

.active button {
  margin-bottom: 20px; }

.divider {
  display: none;
  width: 70%;
  margin: 1em auto;
  max-width: 300px;
  position: relative;
  z-index: 10;
  line-height: 0; }
  .divider svg {
    fill: #ffffff !important;
    width: 100%; }

.inverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.panel-scroll-button {
  position: absolute;
  z-index: 22;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, #408fd2 70%, #408fd2 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  padding: 50px 15px 20px 0;
  /* display: block; */
  bottom: 0;
  left: 0; }
  .panel-scroll-button span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #08355c;
    color: #ffffff;
    line-height: 1.8em;
    transition: all 0.3s;
    cursor: pointer; }
    .panel-scroll-button span:hover {
      background-color: #408fd2;
      color: #ffffff; }

.page-template-page-primary .site-content {
  background: #08355c;
  border: 10px solid #ffffff;
  border-top: unset; }

.page-template-page-primary .page-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0; }
  .page-template-page-primary .page-top:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    background-color: #ece5dc;
    z-index: 100; }
  .page-template-page-primary .page-top .entry-title {
    padding: 0 20px;
    /* top: 100px; */
    font-size: 80px;
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
    /* text-transform: uppercase; */
    /* transform: translateX(-50%); */
    /* text-align: center; */
    /* width: 100%; */
    font-weight: 400;
    font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville"; }

.page-template-page-primary .site-main {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
  padding: 0;
  overflow: auto; }

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  background-attachment: fixed;
  -webkit-filter: saturate(0) contrast(0.5) brightness(1);
          filter: saturate(0) contrast(0.5) brightness(1);
  mix-blend-mode: overlay;
  opacity: 0.5; }

.page-bg-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  opacity: 0.8; }

.section {
  margin: 0px auto 0 auto;
  background: transparent;
  padding: 100px 50px 50px 50px; }
  .section .section-content {
    color: #ffffff;
    margin: 0 auto; }
    .section .section-content h2 {
      padding: 10px 0;
      margin-bottom: 0.5em; }
    .section .section-content h4 {
      margin-bottom: 5px; }
    .section .section-content p {
      clear: both;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    .section .section-content img {
      border: 15px solid #fff;
      max-width: 80%;
      margin-left: 10%; }

#intro {
  width: 300px;
  float: left;
  position: relative;
  padding: 0px 20px 0;
  color: #eebb4e;
  text-align: right; }
  #intro h1 {
    font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
    color: #408fd2;
    font-size: 80px;
    font-weight: 100;
    margin: 0 0 0 0;
    padding: 40px 0 20px 0;
    text-transform: uppercase;
    text-align: right;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    max-height: 700px;
    white-space: normal;
    display: inline-block;
    overflow: visible;
    float: right;
    margin-right: -10px; }

.links-to-secondary-pages {
  width: calc(100% - 300px);
  float: left;
  margin-bottom: 100px; }
  .links-to-secondary-pages .content {
    max-width: 600px;
    margin: 0 auto; }
    .links-to-secondary-pages .content .framed-image {
      position: relative;
      width: calc(100% + 300px);
      height: 0;
      padding-top: 120%;
      margin-left: -150px; }
      .links-to-secondary-pages .content .framed-image img {
        position: absolute;
        top: 10%;
        left: 0%;
        max-width: unset;
        width: 80%;
        height: 80%;
        -o-object-fit: cover;
           object-fit: cover; }
      .links-to-secondary-pages .content .framed-image:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/antique-frame.png);
        background-size: contain; }
  .links-to-secondary-pages .bricklayer-column-sizer {
    /* divide by 2. */
    width: 50%; }
  .links-to-secondary-pages .bricklayer-column {
    padding-right: 20px;
    padding-left: 20px; }
  .links-to-secondary-pages .bricklayers {
    display: flex;
    flex-wrap: wrap; }
  .links-to-secondary-pages .link-to-secondary-page:nth-child(2n+2) {
    top: 20vw; }
  .links-to-secondary-pages .link-to-secondary-page {
    flex: 0 0 50%;
    padding: 0 20px 20px 20px;
    position: relative;
    margin-top: 6em; }
    .links-to-secondary-pages .link-to-secondary-page:first-child {
      margin-top: 3em; }
    .links-to-secondary-pages .link-to-secondary-page_image {
      width: 100%;
      background-size: cover;
      background-position: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      position: relative;
      min-height: 100%;
      display: flex;
      align-items: center;
      overflow: hidden; }
    .links-to-secondary-pages .link-to-secondary-page a {
      text-decoration: none;
      color: #ffffff; }
    .links-to-secondary-pages .link-to-secondary-page_overlay {
      position: absolute;
      top: 0%;
      left: 0;
      margin-top: 40px;
      margin-left: 40px;
      width: calc(100% - 80px);
      height: calc(100% - 80px);
      background: #08355c;
      opacity: 0; }
    .links-to-secondary-pages .link-to-secondary-page_title {
      text-align: center;
      width: 100%;
      position: relative;
      padding-top: 1em;
      margin-left: 0%; }
      .links-to-secondary-pages .link-to-secondary-page_title h2 {
        font-size: 40px;
        padding: 0;
        color: #ffffff;
        font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
        text-transform: uppercase;
        line-height: 0.9em; }
    .links-to-secondary-pages .link-to-secondary-page_content {
      opacity: 0;
      position: relative;
      padding: 3em 5em 2em 5em; }

.page-template-default,
.single,
.page-template-page-alt {
  color: #08355c; }
  .page-template-default .page-top,
  .single .page-top,
  .page-template-page-alt .page-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 75%;
    position: relative;
    overflow: hidden;
    border: 10px solid #ffffff;
    border-bottom: unset; }
    .page-template-default .page-top .entry-title,
    .single .page-top .entry-title,
    .page-template-page-alt .page-top .entry-title {
      /* top: 100px; */
      color: #eebb4e;
      font-size: 90px;
      font-weight: 500;
      font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
      text-transform: uppercase;
      /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
      /* text-transform: uppercase; */
      /* transform: translateX(-50%); */
      /* text-align: center; */
      width: 100%;
      padding: 100px 60px 40px 90px;
      text-align: left;
      z-index: 30; }
  .page-template-default .site-main,
  .single .site-main,
  .page-template-page-alt .site-main {
    position: relative; }
  .page-template-default .sidebar,
  .single .sidebar,
  .page-template-page-alt .sidebar {
    width: 400px;
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: -160px;
    background: #08355c;
    color: #eebb4e; }
    .page-template-default .sidebar .sidebar-content,
    .single .sidebar .sidebar-content,
    .page-template-page-alt .sidebar .sidebar-content {
      padding: 40px; }
      .page-template-default .sidebar .sidebar-content button a:after,
      .single .sidebar .sidebar-content button a:after,
      .page-template-page-alt .sidebar .sidebar-content button a:after {
        color: #408fd2; }
      .page-template-default .sidebar .sidebar-content a:hover,
      .single .sidebar .sidebar-content a:hover,
      .page-template-page-alt .sidebar .sidebar-content a:hover {
        color: #eebb4e; }
    .page-template-default .sidebar h3,
    .single .sidebar h3,
    .page-template-page-alt .sidebar h3 {
      font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
      letter-spacing: 0.05em;
      font-weight: 800;
      text-transform: uppercase; }
  .page-template-default .section,
  .single .section,
  .page-template-page-alt .section {
    clear: both;
    overflow: visible;
    margin-left: 0;
    top: 0;
    width: 90%;
    z-index: 20;
    border: 10px solid #ffffff;
    border-top: unset;
    border-bottom: unset;
    padding: 80px 330px 80px 60px; }
    .page-template-default .section .section-title,
    .single .section .section-title,
    .page-template-page-alt .section .section-title {
      position: absolute;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: right top;
              transform-origin: right top;
      right: 20px;
      top: 10px; }
    .page-template-default .section.top,
    .single .section.top,
    .page-template-page-alt .section.top {
      right: calc(100% - 30px); }
  .page-template-default .section.single-column,
  .single .section.single-column,
  .page-template-page-alt .section.single-column {
    background: #eebb4e; }
    .page-template-default .section.single-column:nth-of-type(even),
    .single .section.single-column:nth-of-type(even),
    .page-template-page-alt .section.single-column:nth-of-type(even) {
      background: #eaeff4; }
    .page-template-default .section.single-column .single-column-content,
    .single .section.single-column .single-column-content,
    .page-template-page-alt .section.single-column .single-column-content {
      width: 80%;
      margin: 0 auto; }
  .page-template-default .section.two-columns,
  .single .section.two-columns,
  .page-template-page-alt .section.two-columns {
    background: #eebb4e; }
    .page-template-default .section.two-columns:nth-of-type(even),
    .single .section.two-columns:nth-of-type(even),
    .page-template-page-alt .section.two-columns:nth-of-type(even) {
      background: #eaeff4; }
    .page-template-default .section.two-columns .columns-heading,
    .single .section.two-columns .columns-heading,
    .page-template-page-alt .section.two-columns .columns-heading {
      padding: 0 30px; }
    .page-template-default .section.two-columns .columns,
    .single .section.two-columns .columns,
    .page-template-page-alt .section.two-columns .columns {
      display: flex;
      max-width: 1000px;
      margin: 0 auto; }
      .page-template-default .section.two-columns .columns .first, .page-template-default .section.two-columns .columns .second,
      .single .section.two-columns .columns .first,
      .single .section.two-columns .columns .second,
      .page-template-page-alt .section.two-columns .columns .first,
      .page-template-page-alt .section.two-columns .columns .second {
        flex: 1;
        min-width: 0; }
        .page-template-default .section.two-columns .columns .first .inner-column, .page-template-default .section.two-columns .columns .second .inner-column,
        .single .section.two-columns .columns .first .inner-column,
        .single .section.two-columns .columns .second .inner-column,
        .page-template-page-alt .section.two-columns .columns .first .inner-column,
        .page-template-page-alt .section.two-columns .columns .second .inner-column {
          padding: 0 30px; }
      .page-template-default .section.two-columns .columns .third,
      .single .section.two-columns .columns .third,
      .page-template-page-alt .section.two-columns .columns .third {
        border-right: 0; }
  .page-template-default .section.three-columns,
  .single .section.three-columns,
  .page-template-page-alt .section.three-columns {
    background: #eebb4e; }
    .page-template-default .section.three-columns:nth-of-type(even),
    .single .section.three-columns:nth-of-type(even),
    .page-template-page-alt .section.three-columns:nth-of-type(even) {
      background: #eaeff4; }
    .page-template-default .section.three-columns .columns,
    .single .section.three-columns .columns,
    .page-template-page-alt .section.three-columns .columns {
      display: block;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px;
      orphans: 2;
      widows: 2; }
      .page-template-default .section.three-columns .columns .first, .page-template-default .section.three-columns .columns .second, .page-template-default .section.three-columns .columns .third,
      .single .section.three-columns .columns .first,
      .single .section.three-columns .columns .second,
      .single .section.three-columns .columns .third,
      .page-template-page-alt .section.three-columns .columns .first,
      .page-template-page-alt .section.three-columns .columns .second,
      .page-template-page-alt .section.three-columns .columns .third {
        flex: 1;
        min-width: 0; }
        .page-template-default .section.three-columns .columns .first .inner-column, .page-template-default .section.three-columns .columns .second .inner-column, .page-template-default .section.three-columns .columns .third .inner-column,
        .single .section.three-columns .columns .first .inner-column,
        .single .section.three-columns .columns .second .inner-column,
        .single .section.three-columns .columns .third .inner-column,
        .page-template-page-alt .section.three-columns .columns .first .inner-column,
        .page-template-page-alt .section.three-columns .columns .second .inner-column,
        .page-template-page-alt .section.three-columns .columns .third .inner-column {
          padding: 0 30px; }
      .page-template-default .section.three-columns .columns .third,
      .single .section.three-columns .columns .third,
      .page-template-page-alt .section.three-columns .columns .third {
        border-right: 0; }
  .page-template-default .section.image,
  .single .section.image,
  .page-template-page-alt .section.image {
    margin-top: -80px;
    margin-bottom: -80px;
    background: #408fd2;
    text-align: center; }
    .page-template-default .section.image img,
    .single .section.image img,
    .page-template-page-alt .section.image img {
      width: 80%;
      margin: 0 auto;
      border: 10px solid #fff; }
    .page-template-default .section.image h5,
    .single .section.image h5,
    .page-template-page-alt .section.image h5 {
      clear: none;
      width: 50%;
      margin: 0 auto;
      padding-top: 10px;
      text-align: center; }
  .page-template-default .section.article-news-repeater,
  .single .section.article-news-repeater,
  .page-template-page-alt .section.article-news-repeater {
    background: #eaeff4; }
    .page-template-default .section.article-news-repeater .single-column-content,
    .single .section.article-news-repeater .single-column-content,
    .page-template-page-alt .section.article-news-repeater .single-column-content {
      max-width: 800px;
      margin: 0 auto; }
    .page-template-default .section.article-news-repeater .article-content,
    .single .section.article-news-repeater .article-content,
    .page-template-page-alt .section.article-news-repeater .article-content {
      display: flex;
      margin-bottom: 1em;
      align-items: center; }
      .page-template-default .section.article-news-repeater .article-content .image-left,
      .single .section.article-news-repeater .article-content .image-left,
      .page-template-page-alt .section.article-news-repeater .article-content .image-left {
        flex: 0 0 300px; }
        .page-template-default .section.article-news-repeater .article-content .image-left img,
        .single .section.article-news-repeater .article-content .image-left img,
        .page-template-page-alt .section.article-news-repeater .article-content .image-left img {
          aspect-ratio: 3/2;
          -o-object-fit: cover;
             object-fit: cover;
          border: 10px solid #ffffff; }
      .page-template-default .section.article-news-repeater .article-content .content-right,
      .single .section.article-news-repeater .article-content .content-right,
      .page-template-page-alt .section.article-news-repeater .article-content .content-right {
        padding-left: 1em; }
        .page-template-default .section.article-news-repeater .article-content .content-right h3,
        .single .section.article-news-repeater .article-content .content-right h3,
        .page-template-page-alt .section.article-news-repeater .article-content .content-right h3 {
          margin-bottom: 0; }
  .page-template-default .accordion dt,
  .single .accordion dt,
  .page-template-page-alt .accordion dt {
    margin-left: -100px;
    padding: 20px 20px 5px 20px; }
    .page-template-default .accordion dt a,
    .single .accordion dt a,
    .page-template-page-alt .accordion dt a {
      display: block;
      color: #08355c; }
  .page-template-default .accordion dt,
  .single .accordion dt,
  .page-template-page-alt .accordion dt {
    border-bottom: 1px solid #08355c;
    position: relative; }
    .page-template-default .accordion dt p,
    .single .accordion dt p,
    .page-template-page-alt .accordion dt p {
      font-weight: 300;
      font-size: 26px;
      margin-bottom: 0.5em; }
    .page-template-default .accordion dt .open-indicator,
    .single .accordion dt .open-indicator,
    .page-template-page-alt .accordion dt .open-indicator {
      display: block;
      position: absolute;
      top: 1.8em;
      right: 10px;
      width: 20px;
      height: 20px;
      /* Vertical line */
      /* horizontal line */ }
      .page-template-default .accordion dt .open-indicator:before, .page-template-default .accordion dt .open-indicator:after,
      .single .accordion dt .open-indicator:before,
      .single .accordion dt .open-indicator:after,
      .page-template-page-alt .accordion dt .open-indicator:before,
      .page-template-page-alt .accordion dt .open-indicator:after {
        position: absolute;
        transition: -webkit-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      .page-template-default .accordion dt .open-indicator:before,
      .single .accordion dt .open-indicator:before,
      .page-template-page-alt .accordion dt .open-indicator:before {
        content: "→"; }
    .page-template-default .accordion dt.active .open-indicator:before,
    .single .accordion dt.active .open-indicator:before,
    .page-template-page-alt .accordion dt.active .open-indicator:before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .page-template-default .accordion dt.active .open-indicator:after,
    .single .accordion dt.active .open-indicator:after,
    .page-template-page-alt .accordion dt.active .open-indicator:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .page-template-default .accordion dt:hover .open-indicator,
    .single .accordion dt:hover .open-indicator,
    .page-template-page-alt .accordion dt:hover .open-indicator {
      cursor: pointer; }
      .page-template-default .accordion dt:hover .open-indicator:before,
      .single .accordion dt:hover .open-indicator:before,
      .page-template-page-alt .accordion dt:hover .open-indicator:before {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .page-template-default .accordion dt:hover .open-indicator:after,
      .single .accordion dt:hover .open-indicator:after,
      .page-template-page-alt .accordion dt:hover .open-indicator:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .page-template-default .accordion dd,
  .single .accordion dd,
  .page-template-page-alt .accordion dd {
    border-top: 0;
    margin: 0 auto;
    margin-top: 1.5em; }
    .page-template-default .accordion dd ul,
    .single .accordion dd ul,
    .page-template-page-alt .accordion dd ul {
      margin-left: 0; }
    .page-template-default .accordion dd:last-of-type,
    .single .accordion dd:last-of-type,
    .page-template-page-alt .accordion dd:last-of-type {
      position: relative;
      top: -1px; }
  .page-template-default table.timeline,
  .single table.timeline,
  .page-template-page-alt table.timeline {
    width: 100%; }
    .page-template-default table.timeline td:first-child,
    .single table.timeline td:first-child,
    .page-template-page-alt table.timeline td:first-child {
      padding-right: 20px; }
    .page-template-default table.timeline td:last-child,
    .single table.timeline td:last-child,
    .page-template-page-alt table.timeline td:last-child {
      text-align: left;
      padding-left: 20px; }

.page-template-page-blog .site-content {
  background: #1c1c1c;
  border: 10px solid #ffffff; }

.page-template-page-blog .page-top {
  text-align: center;
  padding: 60px 100px 60px 100px; }
  .page-template-page-blog .page-top h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1em;
    font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
    margin: 0 auto; }
  .page-template-page-blog .page-top h3 {
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 20px;
    margin-top: 10px; }

.page-template-page-blog .site-main {
  padding-top: 0; }

.page-template-page-blog .links-to-secondary-pages {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  float: unset; }
  .page-template-page-blog .links-to-secondary-pages .link-to-secondary-page_content h2 {
    color: #ffffff;
    letter-spacing: 0.02em;
    color: #ffffff;
    display: inline;
    padding: 0.3rem 0.5rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville"; }
  .page-template-page-blog .links-to-secondary-pages .link-to-secondary-page_content button {
    display: block; }

.page-template-page-blog .link-to-secondary-page_image {
  height: 0;
  padding-top: 100%;
  margin: 0; }

.page-template-page-blog .bricklayer-column-sizer {
  width: 50%; }

.page-template-page-blog .article-separator {
  border-top: 1px solid;
  padding-bottom: 2em;
  position: relative; }

.page-template-page-blog .articles-grid {
  display: flex;
  flex-wrap: wrap; }
  .page-template-page-blog .articles-grid .link-to-secondary-page {
    flex: 0 0 33.333%; }
    .page-template-page-blog .articles-grid .link-to-secondary-page .link-to-secondary-page_content {
      border-top: unset; }

.page-template-page-blog .page-navigation div {
  margin: 60px 0 40px 0;
  display: inline-block;
  background: #eebb4e;
  padding: 14px 10px 17px 10px;
  color: #08355c;
  font-size: 20px;
  line-height: 1em;
  transition: all 0.3s; }
  .page-template-page-blog .page-navigation div:hover {
    background: #08355c;
    color: #eebb4e; }
  .page-template-page-blog .page-navigation div.newer-articles {
    float: left;
    margin-left: calc(50% - 75px); }
  .page-template-page-blog .page-navigation div.older-articles {
    float: right;
    margin-right: calc(50% - 75px); }

.page-template-page-blog .article {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid; }
  .page-template-page-blog .article .article-image {
    background-size: cover;
    background-position: 50%;
    flex: 0 0 25%;
    height: 0;
    padding-top: calc(25% - 10px);
    border: 10px solid #ffffff; }
  .page-template-page-blog .article .article-title {
    flex: 0 0 40%;
    padding: 0 50px 0 20px; }
    .page-template-page-blog .article .article-title h2 {
      font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville"; }
  .page-template-page-blog .article p {
    flex: 0 0 35%; }

.single {
  color: #1c1c1c; }
  .single .site-content {
    background-color: #eaeff4;
    border: 10px solid #ffffff;
    position: relative; }
  .single .entry-title {
    font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville";
    font-size: 60px;
    padding: 20px 0;
    margin-bottom: 0;
    margin-top: 60px; }
  .single a {
    margin: 0 !important; }
  .single .site-content figcaption {
    font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    text-align: center;
    margin-top: 0px;
    padding: 0 30px 10px 30px; }
  .single .wp-block-image .alignleft {
    margin: 0.5em 1.5em 0 0; }
  .single .site-content img {
    width: 100%;
    background: #ffffff;
    padding: 10px; }
  .single .article {
    display: flex; }
    .single .article .article-left {
      flex: 1;
      margin-left: 50px;
      border-top: 1px solid;
      padding-top: 40px; }
      .single .article .article-left .side-blog-title {
        color: #1c1c1c;
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid; }
        .single .article .article-left .side-blog-title h6 {
          margin-bottom: 0.6em; }
        .single .article .article-left .side-blog-title h2 {
          font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
          font-size: 38px;
          text-transform: uppercase;
          line-height: 1.1em;
          font-weight: 100; }
      .single .article .article-left .member {
        padding: 30px;
        background: #ffffff;
        color: #1c1c1c;
        clear: both;
        margin-top: 40px;
        padding-top: 30px; }
        .single .article .article-left .member h4 {
          font-size: 30px;
          text-transform: uppercase;
          letter-spacing: 0;
          line-height: 1.2em; }
        .single .article .article-left .member p {
          font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
          font-size: 16px;
          line-height: 1.6em; }
        .single .article .article-left .member button a:after {
          color: #408fd2; }
      .single .article .article-left img {
        width: 90px;
        height: 90px;
        float: left;
        padding: 8px;
        clear: both; }
      .single .article .article-left .sidebar-article-title {
        float: left;
        clear: none;
        width: calc(100% - 120px);
        padding-left: 20px;
        letter-spacing: 0em;
        font-size: 16px; }
    .single .article .article-right {
      flex: 2;
      border-top: 1px solid;
      padding-top: 40px; }
      .single .article .article-right h2, .single .article .article-right h3, .single .article .article-right h4 {
        margin-top: 1.5em; }
  .single .nav-links {
    margin: 50px 0;
    padding: 20px 0;
    border-top: 3px solid;
    font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville"; }
  .single div table tr td {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  .single div table img {
    margin-bottom: 0; }
  .single .sidebar-article {
    display: block;
    overflow: auto;
    text-align: left; }
    .single .sidebar-article img {
      width: 100%;
      height: auto;
      float: left; }
    .single .sidebar-article h3 {
      float: left;
      overflow: hidden; }

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .brands .brands-item {
    flex: 0 0 33%;
    background: #ffffff;
    border: 5px solid #eebb4e;
    padding: 30px 30px; }
    .brands .brands-item a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
    .brands .brands-item img {
      display: block;
      /* Make sure max-width is added */
      width: 200px;
      max-width: 100%;
      height: 120px;
      -o-object-fit: contain;
         object-fit: contain;
      mix-blend-mode: multiply; }

.site-footer {
  background: #408fd2;
  padding: 20px 0;
  border-radius: 0px;
  border: 10px solid #ffffff;
  border-top: unset;
  width: 100%;
  z-index: 10;
  position: relative;
  background-repeat: repeat;
  background-size: 300px;
  text-align: center;
  color: #ffffff;
  font-family: filson-pro, brandon-grotesque, XCabin, Xtenez, Xgoldenbook, Xgrand-central, "Libre Baskerville";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .site-footer:after {
    content: "";
    position: absolute;
    top: 50px;
    width: 100%;
    height: 1px; }

@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 30px;
    /*padding-top: 0;*/ }
  p {
    font-size: 14px; } }

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 30px; } }

@media only screen and (max-width: 767px) {
  header {
    position: absolute; }
  .panels {
    /*overflow: auto;*/
    height: 100%;
    position: relative;
    padding-top: 100px; }
  .panels-bgs {
    position: fixed;
    border: 10px solid white;
    width: calc(100% - 20px); }
  .panels-content {
    display: block;
    position: relative;
    width: calc(100% - 0px);
    /*overflow: visible;*/ }
  .panel-content-1:after,
  .panel-content-2:after {
    display: none; }
  .panel-content-1:before,
  .panel-content-2:before,
  .panel-content-3:before {
    opacity: 0.8;
    height: calc(100% - 10px); }
  .panel-content-wrapper {
    padding: 60px 90px 60px 60px; }
  .panel-content-inner {
    opacity: 1; } }

.top-image {
  position: relative;
  width: 90%;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  height: 0;
  padding-top: 40%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.section.single-column .single-column-content {
  max-width: 900px;
  padding-left: 200px; }

.gallery {
  margin-left: -5px;
  margin-right: -5px; }
  .gallery .gallery-item {
    position: relative;
    line-height: 0; }
    .gallery .gallery-item img {
      width: calc(100% - 10px); }
    .gallery .gallery-item .wp-caption-text {
      margin: 0;
      padding: 5px 10px;
      text-align: left;
      line-height: 1.2em;
      position: absolute;
      background: #ffffff;
      left: 5px;
      bottom: 0px;
      font-size: 12px;
      letter-spacing: 0.03em; }

.wp-caption {
  position: relative; }

.wp-caption img[class*=wp-image-],
.alignnone,
.aligncenter,
.gallery-item img {
  width: 100%;
  border: 10px solid white; }

.aligncenter img[class*=wp-image-], .alignnone img[class*=wp-image-] {
  border: unset; }

.wp-caption .wp-caption-text {
  margin: 0 0 -0.7em 0 !important;
  padding: 5px 10px 5px 0;
  text-align: left;
  line-height: 1.2em;
  position: absolute;
  background: #ffffff;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.03em; }

.single-column h1,
.single-column h2 {
  width: calc(100% + 200px) !important;
  margin-left: -200px; }

.wp-caption,
.gallery,
.alignnone {
  width: calc(100% + 100px) !important;
  max-width: unset;
  margin-left: -100px; }

.single-column h1 {
  line-height: 1em;
  font-weight: 500;
  width: 100%;
  padding: 0px 60% 30px 100px;
  border-bottom: 1px solid;
  margin-right: 30px;
  text-transform: uppercase;
  line-height: 0.85em; }

.single-column h2 {
  clear: none;
  width: 100%;
  padding: 0px 70% 30px 100px;
  border-bottom: 1px solid;
  margin-right: 30px;
  border-bottom: 1px solid;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: span, coranto-2, filson-proX, brandon-grotesqueX, XXmeno-banner, "Libre Baskerville";
  font-weight: 500;
  line-height: 0.8em;
  font-size: 50px; }

.section.single-column:nth-of-type(even) {
  background: #eaeff4; }

.section.single-column:nth-of-type(odd) {
  background: #eebb4e; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .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; }
/*# sourceMappingURL=style.css.map */