/*--------------------------------------------------------------
# GENERAL THEME STYLES
--------------------------------------------------------------*/
/*!
Theme Name: Blockly
Theme URI: https://github.com/bbertucc/blockly
Author: Blake Bertuccellli
Author URI: https://github.com/bbertucc
Description: A starter theme, supporting the block editor.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blockly
Tags: block-styles, wide-blocks, one-column, left-sidebar, custom-logo, featured-images, theme-options, footer-widgets, editor-style
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i");
/*--------------------------------------------------------------
# Global Colors (Declared in block_setup.php)
--------------------------------------------------------------*/
@import url("https://use.typekit.net/uax7see.css");
.has-blue-background-color {
  background-color: #4286c6;
}

.has-blue-color {
  color: #4286c6;
}

.has-blue-light-background-color {
  background-color: #9db8df;
}

.has-blue-light-color {
  color: #9db8df;
}

.has-blue-dark-background-color {
  background-color: #263a8f;
}

.has-blue-dark-color {
  color: #263a8f;
}

.has-blue-darkest-background-color {
  background-color: #15274b;
}

.has-blue-darkest-color {
  color: #15274b;
}

.has-purple-background-color {
  background-color: #4f54a4;
}

.has-purple-color {
  color: #4f54a4;
}

.has-purple-light-background-color {
  background-color: #bebfdf;
}

.has-purple-light-color {
  color: #bebfdf;
}

.has-dark-background-color {
  background-color: #282828;
}

.has-dark-color {
  color: #282828;
}

.has-darker-background-color {
  background-color: #191e23;
}

.has-darker-color {
  color: #191e23;
}

.has-black-background-color {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.has-light-background-color {
  background-color: #8f98a1;
}

.has-light-color {
  color: #8f98a1;
}

.has-lighter-background-color {
  background-color: #e5e5e5;
}

.has-lighter-color {
  color: #e5e5e5;
}

.has-lightest-background-color {
  background-color: #f3f3f4;
}

.has-lightest-color {
  color: #f3f3f4;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

.has-translucent-background-color {
  background-color: rgba(0, 0, 0, 0.6);
}

.has-translucent-color {
  color: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# Typeface Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Spacing Settings (Based on the 16px font size)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Alignments (Including Block Alignments)
--------------------------------------------------------------*/
.loop-the_content .alignnone {
  display: block;
}

.loop-the_content .alignright {
  float: right;
  padding-left: 1em;
}

.loop-the_content .alignleft {
  float: left;
  padding-right: 1em;
}

.loop-the_content .aligncenter {
  max-width: 1080px;
  margin: 16px auto;
  text-align: center;
}

.loop-the_content .alignwide {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto;
}

.loop-the_content .alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: -17px !important;
  margin-left: -17px !important;
}

@media only screen and (max-width: 992px) {
  .loop-the_content .alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.loop-the_content .alignsmall {
  max-width: 580px !important;
}

.loop-the_content .alignmedium {
  max-width: 880px !important;
}

.loop-the_content .no-y-margin {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Elements: Global Styles for basic HTML elements
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, .editor-styles-wrapper {
  font: 400 20px/1.8 proxima-nova, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
}

img, a img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: #4286c6;
}

a:active, a:focus {
  opacity: .8;
  outline: 0;
}

form input, form textarea {
  font: 400 24px/1.8 proxima-nova, sans-serif;
  padding: 8px 16px;
  border: 1px solid #c2cdd8;
}

form input:active, form input:focus, form textarea:active, form textarea:focus {
  border-color: #4286c6;
  outline: none;
}

form input {
  line-height: 1;
}

form input[type=submit], form button {
  -webkit-appearance: none;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1;
  color: #ffffff;
  background: #4286c6;
  padding: 8px 16px;
  border: 1px solid #4286c6;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  outline: 0 !important;
  cursor: pointer;
}

form input[type=submit]:active, form button:active {
  opacity: .8;
}

/*--------------------------------------------------------------
# Archive Layout (layouts/archive.php)
--------------------------------------------------------------*/
.layout-archive .archive-content {
  width: 100%;
  padding: 32px 0 48px;
}

.layout-archive .archive-content .content-masthead {
  padding: 16px 0 0;
}

.layout-archive .archive-content .content-masthead:after {
  content: '';
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #e5e5e5;
}

.layout-archive .archive-content .content-masthead > div {
  max-width: 480px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}

.layout-archive .archive-content .content-masthead .masthead-title {
  font: 600 5em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  line-height: 1;
}

.layout-archive .archive-content .content-masthead .masthead-description {
  font: 400 24px/1.8 proxima-nova, sans-serif;
  color: #8f98a1;
  font-style: italic;
}

.layout-archive .archive-content .content-masthead .masthead-subcategories .subcategories-link {
  display: inline-block;
  font: 400 13px/1.8 proxima-nova, sans-serif;
  font-weight: 700;
  background: #4286c6;
  padding: .5em 1em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
}

.layout-archive .archive-content .content-loop, .layout-archive .archive-content .content-error {
  max-width: 1080px;
  margin: 0 auto;
}

.layout-archive .archive-content .content-loop .loop-listed_post {
  margin-top: 16px;
}

.layout-archive .archive-content .content-loop .loop-listed_post:before {
  content: '';
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #e5e5e5;
}

.layout-archive .archive-content .content-loop .loop-listed_post:first-of-type:before {
  display: none;
}

.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-meta {
  font: 400 13px/1.8 proxima-nova, sans-serif;
}

.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-meta a {
  text-decoration: none;
}

.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-meta a:hover {
  text-decoration: underline;
}

.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-title {
  font: 700 1.56em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  text-decoration: none;
}

.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-title:hover {
  text-decoration: underline;
}

.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-excerpt {
  font: 400 24px/1.8 proxima-nova, sans-serif;
}

.layout-archive .archive-content .content-loop .loop-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 0;
}

.layout-archive .archive-content .content-loop .loop-page .page-numbers {
  margin: 8px;
}

.layout-archive .archive-content .content-error {
  text-align: center;
}

.layout-archive .archive-content .content-error .error-title {
  font: 700 1.56em/1.4 ff-good-headline-web-pro-ext, sans-serif;
}

.layout-archive .archive-content .content-error .error-body {
  font: 400 24px/1.8 proxima-nova, sans-serif;
}

/*--------------------------------------------------------------
# Single Content Layout (layouts/single.php)
--------------------------------------------------------------*/
.layout-single .single-loop, .layout-single .single-error {
  margin: 0px auto;
  width: 100%;
}

.layout-single .single-loop .loop-the_title {
  font: 600 5em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  padding: 32px 0 16px;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout-single .single-loop .loop-the_content {
  padding: 0;
}

.layout-single .single-loop .loop-the_content > * {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout-single .single-loop .loop-meta {
  width: 1080px;
  margin: 16px auto 32px auto;
  text-align: center;
  color: #e5e5e5;
}

.layout-single .single-loop .loop-meta:before {
  content: '';
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #e5e5e5;
}

.layout-single .single-loop .loop-meta a {
  color: #e5e5e5;
}

.layout-single .single-loop .loop-meta svg {
  fill: #e5e5e5;
  margin-right: 3px;
}

.layout-single .single-loop .loop-meta .meta-author {
  margin-right: 16px;
}

.layout-single .single-loop .loop-meta .meta-date {
  margin-right: 16px;
}

.layout-single .single-error {
  text-align: center;
  padding-bottom: 32px;
}

.layout-single .single-error .error-title {
  font: 700 1.56em/1.4 ff-good-headline-web-pro-ext, sans-serif;
}

.layout-single .single-error .error-body {
  font: 400 24px/1.8 proxima-nova, sans-serif;
}

/*--------------------------------------------------------------
# 404 Layout (layouts/404.php)
--------------------------------------------------------------*/
.layout-404 [class="404-error_message"] {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 0;
  text-align: center;
}

.layout-404 [class="404-error_message"] .error_message-title {
  font: 600 3.4em/1.4 ff-good-headline-web-pro-ext, sans-serif;
}

.layout-404 [class="404-error_message"] .error_message-body {
  font: 400 24px/1.8 proxima-nova, sans-serif;
}

/*--------------------------------------------------------------
# Archive Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Audio Block
--------------------------------------------------------------*/
.wp-block-audio.alignright {
  float: none;
  margin-left: auto;
}

.wp-block-audio.alignright audio, .wp-block-audio.alignright figcaption {
  float: right;
  margin-left: 1em;
  max-width: 300px;
}

.wp-block-audio.alignleft {
  float: none;
  margin-right: auto;
}

.wp-block-audio.alignleft audio, .wp-block-audio.alignleft figcaption {
  float: left;
  margin-right: 1em;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Gallery Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Group Block
--------------------------------------------------------------*/
.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 16px 0;
}

.wp-block-group .wp-block-group__inner-container {
  padding: 16px;
}

.wp-block-group .wp-block-group__inner-container > * {
  max-width: 1080px;
  margin: 16px auto;
  padding: 0 16px;
}

.wp-block-group .wp-block-group__inner-container .block-editor-inner-blocks {
  max-width: inherit;
}

.wp-block-group .wp-block-group__inner-container .alignfull {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wp-block-group.group-featured_photographer_bucket {
  padding: 0;
  min-height: 430px;
  margin-top: 64px;
  margin-bottom: 64px;
  overflow-y: hidden;
}

.wp-block-group.group-featured_photographer_bucket a {
  text-decoration: none;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-latest-posts__featured-image.aligncenter {
  margin: 0;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container {
  padding: 0;
  position: relative;
  height: 100%;
  min-height: 430px;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container h2 {
  position: absolute;
  font-size: 18px;
  right: 0;
  width: 40%;
  top: 32px;
  text-align: center;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container p {
  position: absolute;
  bottom: 32px;
  right: 4px;
  width: 40%;
  text-align: center;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container p a {
  color: #ffffff;
  text-transform: uppercase;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container ul {
  margin: 0;
  padding: 0;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container ul li a {
  text-align: center;
  display: inline-block;
  font: 400 68px/1 proxima-nova, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-family: ff-good-headline-condensed-p, sans-serif;
  padding-top: 72px;
  padding-left: 16px;
  max-width: 40%;
  width: 436px;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container ul li .wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
  display: inline-block;
  max-width: 40%;
  padding-left: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #729dc1;
}

.wp-block-group.group-featured_photographer_bucket .wp-block-latest-posts {
  margin: 0;
}

.wp-block-group.group-featured_photographer_bucket img {
  width: 60%;
  float: left;
}

@media only screen and (max-width: 992px) {
  .wp-block-group.group-featured_photographer_bucket {
    height: auto;
  }
  .wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container li {
    display: block;
  }
  .wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container h2 {
    position: relative;
    top: 0px;
    width: 100%;
    display: block;
  }
  .wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container p {
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 10px auto !important;
    width: 100%;
    bottom: 0;
  }
  .wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container img {
    width: 100%;
    float: none;
  }
  .wp-block-group.group-featured_photographer_bucket .wp-block-group__inner-container a {
    display: block !important;
    text-align: center;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Pullquote Block
--------------------------------------------------------------*/
.wp-block-pullquote {
  border-top: 4px solid #8f98a1;
  border-bottom: 4px solid #8f98a1;
  color: #8f98a1;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote blockquote cite {
  font: 400 13px/1.8 proxima-nova, sans-serif;
  text-transform: uppercase;
  font-style: normal;
}

/*--------------------------------------------------------------
# Buttons Block
--------------------------------------------------------------*/
.wp-block-button {
  margin: 16px 0;
  color: inherit;
}

.wp-block-button a:not(.has-text-color), .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-button a:not(.has-text-color):hover, .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
  color: white;
}

.wp-block-button a:not(.has-background), .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #4286c6;
}

.wp-block-button.alignright {
  float: none;
}

.wp-block-button.alignright a {
  float: right;
  margin-left: 1em;
  max-width: 300px;
}

.wp-block-button.alignleft {
  float: none;
}

.wp-block-button.alignleft a {
  float: left;
  margin-right: 1em;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Blocks: Guttenberg Block Styles
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
}

h1 {
  font: 600 5em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  text-transform: uppercase;
  color: #263a8f;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

h2 {
  font: 600 3.4em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  color: #4286c6;
  text-transform: uppercase;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

h3 {
  font: 700 1.56em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

h4 {
  font: 700 1.25em/1.5 ff-good-headline-web-pro-ext, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font: 700 1em/1.8 ff-good-headline-web-pro-ext, sans-serif;
}

h6 {
  font: 700 0.8em/1.8 ff-good-headline-web-pro-ext, sans-serif;
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

/*--------------------------------------------------------------
# Quote Block
--------------------------------------------------------------*/
.wp-block-quote {
  border-left: 4px solid #8f98a1;
  padding: 0 16px;
}

.wp-block-quote.is-style-large {
  margin: 0 16px;
  border-left: 0;
}

.wp-block-quote cite {
  font: 400 13px/1.8 proxima-nova, sans-serif !important;
  color: #e5e5e5;
}

/*--------------------------------------------------------------
# Categories Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Image Block
--------------------------------------------------------------*/
.wp-block-image figcaption {
  font: 400 13px/1.8 proxima-nova, sans-serif;
  text-align: center;
  color: #e5e5e5;
}

.wp-block-image.alignfull {
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.wp-block-image.hero_image {
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .wp-block-image.hero_image {
    overflow-x: hidden;
  }
  .wp-block-image.hero_image img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
}

.wp-block-image.hero_image-contact {
  margin-bottom: -20px;
}

/*--------------------------------------------------------------
# Separator Block
--------------------------------------------------------------*/
hr.wp-block-separator {
  border: none;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  margin: 1.65em auto;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

hr.wp-block-separator.is-style-wide {
  border-bottom: 1px dashed #191e23;
  background-color: transparent;
}

hr.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

hr.wp-block-separator.is-style-dots:before {
  content: '\00b7 \00b7 \00b7';
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

/*--------------------------------------------------------------
# Code Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Insagram Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Spacer Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Columns Block
--------------------------------------------------------------*/
.wp-block-columns {
  margin: 32px auto;
  max-width: 1080px;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .wp-block-columns .wp-block-column {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*--------------------------------------------------------------
# Navigation Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Latest Posts Block
--------------------------------------------------------------*/
ul.wp-block-latest-posts {
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
}

ul.wp-block-latest-posts li {
  margin-bottom: 16px;
}

ul.wp-block-latest-posts li:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Latest Comments Block
--------------------------------------------------------------*/
.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}

.wp-block-latest-comments li {
  margin-bottom: 16px;
}

.wp-block-latest-comments li:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# List Blocks
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
}

/*--------------------------------------------------------------
# Twitter Embed Block
--------------------------------------------------------------*/
figure.wp-block-embed-twitter.alignright {
  float: none;
  max-width: 1080px;
}

figure.wp-block-embed-twitter.alignright div {
  float: right;
  padding-left: 1em;
  max-width: 300px;
}

figure.wp-block-embed-twitter.alignleft {
  float: none;
  max-width: 1080px;
}

figure.wp-block-embed-twitter.alignleft div {
  float: left;
  padding-right: 1em;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Cover Block
--------------------------------------------------------------*/
.wp-block-cover.alignfull {
  margin-top: 0;
}

.wp-block-cover div {
  max-width: 1080px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Paragraph Block
--------------------------------------------------------------*/
p {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  color: #282828;
}

p.has-drop-cap:not(:focus):first-letter {
  font-weight: 700;
}

p.has-small-font-size {
  font: 400 13px/1.8 proxima-nova, sans-serif !important;
}

p.has-normal-font-size {
  font: 400 20px/1.8 proxima-nova, sans-serif !important;
}

p.has-medium-font-size {
  font: 400 24px/1.8 proxima-nova, sans-serif !important;
}

p.has-large-font-size {
  font: 400 36px/1 proxima-nova, sans-serif !important;
}

p.has-huge-font-size {
  font: 400 48px/1 proxima-nova, sans-serif !important;
}

@media only screen and (max-width: 992px) {
  p {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.wp-block-pb-accordion-item.c-accordion__item {
  border-bottom: 1px solid #8f98a1;
}

.wp-block-group .wp-block-pb-accordion-item.c-accordion__item:last-child {
  border-bottom: 0;
}

.c-accordion__title {
  outline: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.c-accordion__title:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

/*
.c-accordion__title:before{
    content:'\2666';
    position:absolute;
    left:0;
    transition:all .4s ease-out;
    opacity:0;
}
.c-accordion__title:hover:before{
    content:'\2666';
    position:absolute;
    left:-16px;
    opacity:.8;
    color: #4286c6;
}
*/
.c-accordion__title:after {
  content: '\2192';
}

.c-accordion__title:hover:after {
  content: '\2192';
}

.is-open .c-accordion__title:after {
  content: "\2193";
}

/*--------------------------------------------------------------
# Video Block
--------------------------------------------------------------*/
.wp-block-video video {
  width: 100%;
}

.wp-block-video figcaption {
  font: 400 13px/1.8 proxima-nova, sans-serif;
  text-align: center;
  color: #e5e5e5;
}

/*--------------------------------------------------------------
# Verse Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Table Block
--------------------------------------------------------------*/
.wp-block-table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
}

/*--------------------------------------------------------------
# Media & Text Block
--------------------------------------------------------------*/
.wp-block-media-text {
  margin-top: 32px;
  margin-bottom: 32px;
}

/*--------------------------------------------------------------
# Facebook Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WordPress Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# File Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preformatted Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# YouTube Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.gform_wrapper li label {
  font: 700 1.56em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  font-weight: normal !important;
}

.gform_wrapper li input {
  width: 100% !important;
}

.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gform_button {
  background-color: #263a8f;
  border-radius: 0;
  border: 0;
  padding: 12px 24px;
  font-weight: normal;
  text-transform: uppercase;
}

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

.onwhite .gform_wrapper input {
  background: #e5e5e5;
}

.onwhite .gform_wrapper .gform_button {
  background-color: #263a8f;
}

/*--------------------------------------------------------------
# Styles for header.php
--------------------------------------------------------------*/
.header {
  text-align: center;
  padding: 0 8px;
  height: 245px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.32);
}

.header .header-logo {
  float: left;
  margin-left: 48px;
  margin-right: 32px;
  padding: 40px 0 25px 0px;
  text-align: center;
}

.header .header-logo .logo-link {
  display: block;
}

.header .header-logo .logo-link .link-image {
  max-height: 111px;
  max-height: 140px;
  max-height: 168px;
  width: auto;
}

@media only screen and (max-width: 992px) {
  .header {
    height: auto;
  }
  .header .header-logo {
    float: none;
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
  }
}

.header .header-title_and_tagline {
  display: block;
  color: #191e23;
  text-decoration: none;
  padding: 32px 8px;
}

.header .header-title_and_tagline .title_and_tagline-title {
  font: 600 5em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  line-height: 1em;
}

.header .header-title_and_tagline .title_and_tagline-tagline {
  font: 700 1.56em/1.4 ff-good-headline-web-pro-ext, sans-serif;
  line-height: 1em;
  margin-top: 16px;
}

.header .header-lang-select {
  margin-top: 16px;
  margin-right: 32px;
  float: right;
}

@media only screen and (max-width: 992px) {
  .header .header-lang-select {
    margin-top: 10px;
    float: none;
  }
}

.header .header-lang-select li {
  padding: 0px 32px;
  list-style-type: none;
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .header .header-lang-select li {
    padding: 0px 5px 15px 0px;
  }
}

.header .header-lang-select li a, .header .header-lang-select lia:visited {
  color: #8f98a1;
  font: 400 24px/1.8 proxima-nova, sans-serif;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.header .header-lang-select li img {
  width: 36px;
  vertical-align: middle;
  margin-right: 16px;
}

.header .header-menu-wrapper {
  margin-top: 48px;
  margin-right: 32px;
  margin-left: 32px;
  position: relative;
  float: right;
  clear: right;
}

@media only screen and (max-width: 992px) {
  .header .header-menu-wrapper {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    float: none;
  }
}

.header .header-menu {
  margin: 0 32px 0 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

@media only screen and (max-width: 992px) {
  .header .header-menu {
    display: none;
  }
}

.header .header-menu:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid #4286c6;
}

.header .header-menu .menu-item {
  margin: 0;
  padding: 8px 0 16px 0;
  border-bottom: 1px solid #4f54a4;
  /*
      &:hover {
        .sub-menu {
          display: inline-flex;
          width: 100%;
          @media only screen and (max-width: $screen-tablet){
            display:block;
          }
        }
      }
      

      .sub-menu.selected {
        display: inline-flex;
        width: 100%;
        
        li {
          opacity:1;
          transform: translateY(0);
        }
        @media only screen and (max-width: $screen-tablet){
          display:block;
        }
      }
      */
}

.header .header-menu .menu-item:last-child {
  padding-right: 0;
}

.header .header-menu .menu-item:last-child a {
  text-align: right;
}

.header .header-menu .menu-item.current_page_item a, .header .header-menu .menu-item.current-menu-item a {
  color: #8f98a1;
}

.header .header-menu .menu-item.current_page_item a:hover, .header .header-menu .menu-item.current-menu-item a:hover {
  text-decoration: none;
}

.header .header-menu .menu-item.current_page_item .sub-menu li a, .header .header-menu .menu-item.current-menu-item .sub-menu li a {
  color: #191e23;
}

.header .header-menu .menu-item a {
  display: block;
  text-decoration: none;
  font: 400 20px/1.8 proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #282828;
  width: 140px;
  text-align: left;
}

.header .header-menu .menu-item a:hover {
  text-decoration: underline;
}

.header .header-menu .menu-item .sub-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 54px;
}

@media only screen and (max-width: 992px) {
  .header .header-menu .menu-item .sub-menu {
    display: block;
    position: relative;
    top: 0;
    visibility: visible;
  }
}

.header .header-menu .menu-item .sub-menu li {
  list-style: none;
  border-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 24px;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.header .header-menu .menu-item .sub-menu li a {
  line-height: 1.2em;
  width: 200px;
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .header .header-menu .menu-item .sub-menu li a {
    color: #263a8f !important;
  }
}

@media only screen and (max-width: 992px) {
  .header .header-menu .menu-item .sub-menu li {
    padding-top: 0;
    padding-left: 8px;
    opacity: 0;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: none;
    transition: none;
  }
}

.header .header-menu .menu-item .sub-menu.selected {
  visibility: visible;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.header .header-menu .menu-item .sub-menu.selected li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.header .header-menu .menu-item .sub-menu.selected li:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.header .header-menu .menu-item .sub-menu.selected li:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.header .header-menu .menu-item .sub-menu.selected li:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.header .header-menu .menu-item .sub-menu.selected li:nth-child(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.header .header-menu .menu-item .sub-menu.selected li:nth-child(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

@media only screen and (max-width: 992px) {
  .header .header-menu .menu-item .sub-menu.selected {
    display: block;
  }
}

.header .header-button_addon {
  display: inline-block;
  color: #ffffff;
  background: #4286c6;
  padding: 8px 16px;
  margin-left: 8px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .header .header-button_addon {
    width: 100%;
    margin: 0 0 16px 0;
    max-width: 1080px;
  }
}

.header .header-button_addon:hover {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .header .header-menu li {
    display: block !important;
    border-bottom: 1px solid #4f54a4 !important;
  }
  .header .header-menu .menu-item a {
    display: block !important;
    color: #ffffff;
    background-color: #263a8f !important;
    width: 100%;
    border-bottom: 0 !important;
    text-align: left !important;
  }
  .header .header-menu .menu-item .sub-menu li a {
    width: 100%;
    color: #191e23;
    background-color: transparent !important;
  }
}

.header .header-search_form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}

.header .header-search_form .search_form-input, .header .header-search_form .search_form-submit {
  font: 400 13px/1.8 proxima-nova, sans-serif;
  line-height: 1;
}

.header .header-search_form .search_form-input {
  padding: 8px;
  max-width: 160px;
}

.header .header-search_form .search_form-submit {
  border-width: 1px;
  border-left: 0;
  padding: 8px 11px;
  border-radius: 0 4px 4px 0;
}

.header .header-search_form .search_form-submit:hover {
  background: #4286c6;
}

.header .header-search_form .search_form-submit .submit-icon {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 992px) {
  .header .header-search_form {
    margin: 0 auto 16px auto;
    width: 100%;
    max-width: 1080px;
  }
  .header .header-search_form .search_form-input, .header .header-search_form .search_form-submit {
    font: 400 24px/1.8 proxima-nova, sans-serif;
    line-height: 1;
  }
  .header .header-search_form .search_form-input {
    padding: 8px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0 0 4px;
  }
  .header .header-search_form .search_form-submit {
    width: 10%;
    border-width: 1px;
    padding: 8px 11px;
  }
  .header .header-search_form .search_form-submit:hover {
    background: #4286c6;
  }
  .header .header-search_form .search_form-submit .submit-icon {
    width: 20px;
    height: 20px;
  }
}

.header .header-toggle {
  display: none;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .header .header-toggle {
    cursor: pointer;
    background: #4286c6;
    display: inline-block;
    height: 48px;
    width: 100%;
    max-width: 1080px;
    border-radius: 4px;
  }
}

.header .header-toggle .toggle-icon, .header .header-toggle .toggle-icon:before, .header .header-toggle .toggle-icon:after {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #ffffff;
}

.header .header-toggle .toggle-icon {
  display: inline-block;
  top: 50%;
  margin-top: -2px;
  margin-left: -20px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  width: 40px;
  height: 4px;
}

.header .header-toggle .toggle-icon:before, .header .header-toggle .toggle-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
}

.header .header-toggle .toggle-icon:before {
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease;
  top: -10px;
}

.header .header-toggle .toggle-icon:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -10px;
}

.header.navigationOpen .header-toggle {
  border-radius: 4px 4px 0 0;
}

.header.navigationOpen .header-toggle .toggle-icon {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

.header.navigationOpen .header-toggle .toggle-icon:before, .header.navigationOpen .header-toggle .toggle-icon:after {
  background-color: #ffffff;
}

.header.navigationOpen .header-toggle .toggle-icon:before {
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.header.navigationOpen .header-toggle .toggle-icon:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header.navigationOpen .header-menu {
  display: block;
  background: #e5e5e5;
  margin: -8px auto 8px auto;
  border-radius: 0 0 4px 4px;
  max-width: 1080px;
  width: 100%;
}

.header.navigationOpen .header-menu .menu-item {
  margin: 0;
  padding: 0;
  border: 0;
}

.header.navigationOpen .header-menu .menu-item a {
  display: block;
  padding: 8px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.header.navigationOpen .header-menu .menu-item a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1376px) {
  .header {
    height: auto;
  }
  .header .header-logo {
    padding-bottom: 20px;
    z-index: 2;
    position: relative;
  }
  .header .header-menu {
    position: relative;
  }
  .header .header-menu-wrapper {
    float: none;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Styles for footer.php
--------------------------------------------------------------*/
.footer {
  padding: 32px;
  text-align: center;
  font: 400 24px/1.8 proxima-nova, sans-serif;
  font-size: 17px;
  border: 0;
  background: #263a8f;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer .footer-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 16px;
  width: 80%;
}

.footer .footer-address {
  text-align: left;
  padding-right: 48px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .footer-social_links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .footer-copyright_info {
  color: #8f98a1;
}

.footer .footer-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
  padding-right: 48px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
}

.footer .footer-menu .menu-item {
  padding: 8px 16px 0 0;
  text-transform: uppercase;
}

.footer .footer-menu .menu-item:last-of-type {
  padding-right: 0;
}

.footer .footer-menu .menu-item a {
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .footer .footer-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer .footer-wrapper .footer-address {
    text-align: center;
    padding-right: 0;
  }
  .footer .footer-wrapper .footer-menu {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .footer .footer-wrapper .footer-menu li {
    padding: 4px 0px;
  }
}

/*--------------------------------------------------------------
# Styles for registered widgets
--------------------------------------------------------------*/
.widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
}

.widgets:before {
  content: '';
  position: absolute;
  display: block;
  margin: 48px auto;
  width: 100px;
  margin-left: -50px;
  top: -32px;
  left: 50%;
  height: 2px;
  background: #e5e5e5;
}

.widgets-widget {
  padding: 16px;
  margin: 0 auto;
  width: 33.333333333%;
}

.widgets-widget .widget-title {
  font: 700 1.25em/1.5 ff-good-headline-web-pro-ext, sans-serif;
}

.widgets-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widgets-widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}

.widgets-widget ul li ul {
  list-style: circle;
  padding-left: 32px;
}

.widgets-widget ul li ul li {
  border-bottom: none;
  padding: 0;
}

.widget_calendar .calendar_wrap table {
  width: 100%;
}

.gform_widget div form input {
  width: 100% !important;
}

.gform_widget ul li {
  border: 0;
  padding: 0 !important;
  margin: 1em 0 0 0 !important;
}

.gform_widget .gform_wrapper {
  margin-bottom: 0;
}

.gform_widget .gform_footer {
  margin-top: 0;
}

.widget_media_gallery .gallery {
  line-height: 1;
}

.widget_media_gallery .gallery .gallery-item {
  position: relative;
  padding: 0;
  margin: 0 0 2.5% 0 !important;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon {
  margin-right: 5%;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon a img {
  border: 0 !important;
}

.widget_media_gallery .gallery .gallery-item .gallery-caption {
  position: absolute;
  bottom: 2px;
  margin: 0;
  padding: 8px 2px;
  width: 95%;
  font: 400 13px/1.8 proxima-nova, sans-serif;
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.widget_media_image div {
  max-width: 100%;
}

.widget_media_image div .wp-caption-text {
  margin-top: 0;
  font: 400 13px/1.8 proxima-nova, sans-serif;
  color: #e5e5e5;
}

.widget_search form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget_search form div input {
  width: 70%;
}

.widget_search form div input[type=submit] {
  width: 30%;
  padding: 8px 4px;
}

/*--------------------------------------------------------------
# Classic Editor Styles: WordPress Classic Editor Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Styles everything in '/includes'
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility: Special Accessibilty Styles
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #d4bcbc;
  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;
  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. */
}
/*# sourceMappingURL=style.css.map */