/*!
Theme Name: Xera
Theme URI: http://underscores.me/
Author: Susan Langenes
Author URI: http://collagecreative.net
Description: A new theme for Xera for 2017
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xera
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Xera is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Settings
# Typography
# Elements 
# Forms 
# Navigation
	## Links
	## Menus
# Accessibility 
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments 
# Infinite scroll
# Modals
# Media
	## Captions   
	## Galleries 
--------------------------------------------------------------*/
.has-dark-gray-background-color {
  background-color: rgba(0, 0, 0, 0.79); }

.has-dark-gray-color,
.is-style-outline .wp-block-button__link.has-dark-gray-color,
.wp-block-button__link.is-style-outline .has-dark-gray-color {
  color: rgba(0, 0, 0, 0.79); }

.has-teal-background-color {
  background-color: rgba(106, 153, 149, 0.8); }

.has-teal-color,
.is-style-outline .wp-block-button__link.has-teal-color,
.wp-block-button__link.is-style-outline .has-teal-color {
  color: rgba(106, 153, 149, 0.8); }

.has-yellow-background-color {
  background-color: #F8E687; }

.has-yellow-color,
.is-style-outline .wp-block-button__link.has-yellow-color,
.wp-block-button__link.is-style-outline .has-yellow-color {
  color: #F8E687; }

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

.has-white-color,
.is-style-outline .wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline .has-white-color {
  color: #ffffff; }

.has-dustylavender-background-color,
.nav-menu li.dustylavender {
  background-color: #ECE4E4; }

.has-dustylavender-color,
.is-style-outline .wp-block-button__link.has-dustylavender-color,
.wp-block-button__link.is-style-outline .has-dustylavender-color {
  color: #ECE4E4; }

.has-rust-background-color {
  background-color: #460000; }

.has-rust-color,
.is-style-outline .wp-block-button__link.has-rust-color,
.wp-block-button__link.is-style-outline .has-rust-color {
  color: #460000; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #312c28;
  font-family: "Work Sans", sans-serif;
  font-weight: 380;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }

.widget_wpcom_social_media_icons_widget li a {
  font-size: 32px; }

.oswald {
  font-family: "Oswald", sans-serif; }
  .oswald strong, .oswald b {
    font-weight: normal; }

.has-small-font-size {
  font-size: 1rem; }

.has-medium-font-size {
  font-size: 1.25rem; }

.has-large-font-size {
  font-size: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #460000;
  font-weight: 520; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.65rem; }
  h3.widget-title {
    font-size: 1.25rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1rem; }

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: .6em 2.375em; }

@media screen and (max-width: 420px) {
  h1 {
    font-size: 1.75rem; } }
p {
  margin-bottom: 1.5rem;
  line-height: 1.5; }

p.has-background {
  padding: .5em 2.375em; }

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

b, strong {
  font-weight: 610; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #c5c4c4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  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: inherit;
  color: inherit;
  background-color: transparent;
  border: none; }

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 http://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. */ }

blockquote, q {
  padding: 15px;
  border-left: 6px solid #F8E687;
  margin-bottom: 1.5rem;
  color: #460000; }
  blockquote cite, q cite {
    color: #1e2026;
    font-style: italic; }
  blockquote.is-style-large, q.is-style-large {
    border: 0; }
    blockquote.is-style-large cite, q.is-style-large cite {
      text-align: left;
      font-size: 1.125rem; }

blockquote p {
  color: inherit; }

.wp-block-quote.is-style-large cite {
  font-size: 1.125em;
  text-align: left; }

.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin: 28px 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    margin: 0; }
  .wp-block-pullquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 1rem; }
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.75em; }

hr {
  background-color: #bdbdbd;
  border: 0;
  height: 1px; }
  hr.is-style-default {
    max-width: 240px; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ol.has-background, ul.has-background {
  margin-left: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

#content li {
  font-size: inherit;
  line-height: 1.2;
  margin-bottom: .5rem; }

#content #secondary .menu li {
  margin: 0; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

#secondary .menu > li > a {
  padding: .3rem 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

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

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

table tbody, table tfoot, table thead {
  border: none; }

.section table {
  font-size: 1.25rem;
  margin-bottom: 0; }
  .section table p {
    margin-bottom: 0; }

table tbody td {
  padding: 0;
  vertical-align: top; }
  table tbody td:first-child {
    padding-top: 5px; }

@media screen and (max-width: 600px) {
  .section table tbody td {
    display: block !important;
    min-width: 100% !important;
    width: 100% !important;
    clear: both;
    padding-bottom: 20px; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: #1c635d;
  background: transparent;
  box-shadow: none;
  color: #1c635d;
  line-height: 1;
  padding: 10px 22px;
  text-shadow: none;
  font-weight: 500; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #1c635d;
    box-shadow: none;
    background: #1c635d;
    color: white;
    text-decoration: none; }
  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-color: #1c635d;
    box-shadow: none;
    background: #1c635d;
    color: white;
    text-decoration: none; }
  button.white,
  input[type="button"].white,
  input[type="reset"].white,
  input[type="submit"].white {
    border-color: #fff;
    color: #fff; }
    button.white:hover, button.white:active, button.white:focus,
    input[type="button"].white:hover,
    input[type="button"].white:active,
    input[type="button"].white:focus,
    input[type="reset"].white:hover,
    input[type="reset"].white:active,
    input[type="reset"].white:focus,
    input[type="submit"].white:hover,
    input[type="submit"].white:active,
    input[type="submit"].white:focus {
      background: #fff;
      color: #1c635d; }
  button.menu-toggle:active, button.menu-toggle:focus, button.menu-toggle:hover,
  input[type="button"].menu-toggle:active,
  input[type="button"].menu-toggle:focus,
  input[type="button"].menu-toggle:hover,
  input[type="reset"].menu-toggle:active,
  input[type="reset"].menu-toggle:focus,
  input[type="reset"].menu-toggle:hover,
  input[type="submit"].menu-toggle:active,
  input[type="submit"].menu-toggle:focus,
  input[type="submit"].menu-toggle:hover {
    background: transparent; }

a.buttonlink {
  border: 2px solid #460000;
  padding: 8px 20px;
  transition: .2s all;
  color: white;
  background: #460000;
  font-style: normal !important;
  margin: 24px 0 24px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px; }
  a.buttonlink:visited {
    color: white; }
  a.buttonlink.small {
    font-size: 1rem;
    width: 100%;
    padding: 6px;
    text-align: center; }

a.buttonlink:hover {
  background: white;
  color: #460000;
  border-color: #460000;
  text-decoration: none; }

article a.buttonlink {
  display: inline-block;
  margin: 8px 0; }

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"],
input[type="search"],
textarea {
  color: #1e2026;
  border: 1px solid #312c28;
  border-radius: 0;
  padding: 3px;
  height: auto;
  margin-bottom: 12px;
  box-shadow: none; }
  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,
  input[type="search"]:focus,
  textarea:focus {
    color: #000;
    box-shadow: none;
    border: 1px solid #312c28; }

select {
  border: 1px solid #ccc;
  height: auto; }

.select2-container {
  width: 96% !important;
  min-width: 183px; }

textarea {
  width: 100%; }

label {
  font-size: inherit; }

.search-form input.search-field {
  margin-bottom: 12px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1c635d;
  text-decoration: underline;
  text-underline-offset: .05em;
  text-decoration-thickness: .02em; }
  a:visited {
    color: #1c635d; }
  a:hover, a:focus, a:active {
    color: #237d76; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

:focus {
  outline: none; }

.entry-title a {
  text-decoration: none; }

.has-dark-gray-background-color a, .has-dark-gray-background-color a:visited, .has-dark-gray-background-color a:hover, .has-dark-gray-background-color a:focus, .has-dark-gray-background-color a:active {
  color: #F8E687; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  max-width: 1200px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto; }
  .main-navigation ul {
    display: none;
    list-style: none;
    padding-left: 0;
    line-height: 1.2;
    margin: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999;
      background: #460000;
      text-align: left;
      margin-top: 0;
      display: block;
      border-top: 1px solid #F8E687; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
        .main-navigation ul ul ul a {
          text-align: left; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        color: #fff;
        text-transform: none;
        font-size: 20px;
        text-align: left;
        padding: 10px 16px;
        max-width: 300px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        background: #F8E687;
        color: rgba(0, 0, 0, 0.79); }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.yellow > a {
    background: #F8E687;
    color: rgba(0, 0, 0, 0.79); }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 14px 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: .2px;
    text-align: center; }

#secondary .menu {
  border-bottom: 1px solid #DAE6E5; }
  #secondary .menu li {
    display: block; }
    #secondary .menu li a {
      padding: 12px 0;
      color: #460000;
      font-weight: 700;
      border-top: 1px solid #DAE6E5;
      text-decoration: underline;
      text-underline-offset: .05em;
      text-decoration-thickness: .02em; }

/* Small menu. */
.menutext {
  float: left;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.3; }

.menu-toggle {
  right: 0px;
  position: absolute;
  width: 86px;
  font-size: 1.25rem;
  border: 0;
  color: white;
  background: transparent;
  padding: 0;
  line-height: 1.2;
  -webkit-appearance: none;
  margin-top: 0;
  display: block;
  bottom: 52px; }
  .menu-toggle .burger-icon {
    display: block;
    height: 4px;
    width: 23px;
    left: 41px;
    position: absolute;
    transition: all 0.25s ease-out;
    background: #fff; }
  .menu-toggle .burger-icon--top {
    top: 17px; }
  .menu-toggle .burger-icon--mid {
    top: 25px; }
  .menu-toggle .burger-icon--bottom {
    top: 33px; }

button.menu-toggle:hover,
button.menu-toggle:active {
  background: transparent; }

.main-navigation.toggled {
  position: relative; }
  .main-navigation.toggled ul {
    display: block; }
    .main-navigation.toggled ul li {
      max-width: 100%;
      display: block; }
      .main-navigation.toggled ul li.yellow > a {
        background: rgba(0, 0, 0, 0.79); }
  .main-navigation.toggled ul li.top-level:hover > ul,
  .main-navigation.toggled ul li.top-level:focus > ul {
    left: auto; }
  .main-navigation.toggled .burger-icon--top {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .main-navigation.toggled .burger-icon--mid {
    opacity: 0; }
  .main-navigation.toggled .burger-icon--bottom {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .main-navigation.toggled #menu-item-16006 ul.sub-menu,
  .main-navigation.toggled #menu-item-16006 ul.sub-menu,
  .main-navigation.toggled #menu-item-15988 ul.sub-menu,
  .main-navigation.toggled #menu-item-15988 ul.sub-menu {
    flex-direction: column;
    border: 0; }
    .main-navigation.toggled #menu-item-16006 ul.sub-menu ul,
    .main-navigation.toggled #menu-item-16006 ul.sub-menu ul,
    .main-navigation.toggled #menu-item-15988 ul.sub-menu ul,
    .main-navigation.toggled #menu-item-15988 ul.sub-menu ul {
      left: auto;
      top: 0;
      position: relative; }

.menu-toggle ul,
.main-navigation.toggled ul ul {
  display: none;
  top: 0;
  padding-bottom: 12px;
  position: relative;
  float: none;
  padding-left: 20px; }

.main-navigation.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.main-navigation.footer ul li a {
  padding: .7rem 0;
  letter-spacing: 2px;
  font-size: 1rem; }

@media screen and (max-width: 1024px) {
  .main-navigation ul {
    position: absolute; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    display: block;
    position: relative;
    top: 0;
    width: 100%; } }
.main-navigation.toggled ul ul li:hover > ul,
.main-navigation.toggled ul ul li.focus > ul {
  left: auto; }

.main-navigation.toggled li a {
  color: white;
  padding: .85rem 1.5rem;
  min-width: 200px;
  text-align: left; }

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-around;
    justify-content: space-around; } }
.navigation-wrap {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.79); }

@media screen and (max-width: 1024px) {
  .navigation-wrap {
    min-height: 0; }

  .menu-primary-menu-container {
    position: relative; }

  .main-navigation ul {
    right: 0px;
    background: #0b0b0b; }
    .main-navigation ul ul {
      box-shadow: none;
      background: #0b0b0b; }

  .menu > li {
    width: 100%; } }
.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%; }

.paged-nav {
  display: flex;
  flex-direction: row;
  padding: 20px; }
  .paged-nav ul {
    list-style: none;
    margin: 0; }
  .paged-nav li {
    display: inline-block; }
    .paged-nav li.active {
      background: #237d76;
      color: white; }
      .paged-nav li.active a, .paged-nav li.active a:visited {
        color: white; }
  .paged-nav a {
    padding: 8px 12px;
    display: inline-block;
    background: transparent;
    transition: background .3s ease-out;
    text-decoration: none; }
  .paged-nav a:hover {
    background: #237d76;
    color: white; }

.allpostslink {
  padding: 8px 12px 8px 20px; }
  .allpostslink a {
    padding: 8px 12px; }

.menutext {
  float: left;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.3; }

nav#breadcrumbs {
  font-family: "Oswald", sans-serif;
  max-width: 1200px;
  margin: 12px auto 28px;
  padding: 0 15px; }
  nav#breadcrumbs a {
    font-family: "Oswald", sans-serif;
    text-decoration: underline;
    text-underline-offset: .05em;
    text-decoration-thickness: .02em; }

.home nav#breadcrumbs {
  display: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus,
  .visually-hidden:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #1e2026;
    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; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 24px; }

.site-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw; }

.alignfull img {
  width: 100vw; }
.alignfull .wp-block-column img {
  width: auto; }

.wp-block {
  max-width: 700px; }

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1080px; }

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: 100%; }

.wp-block-columns {
  margin-bottom: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }

.wp-block-group {
  padding: 30px 20px;
  max-width: 1080px;
  margin: 0 auto; }
  .wp-block-group .featured-post {
    text-align: center; }
    .wp-block-group .featured-post h4 a {
      color: #460000; }
    .wp-block-group .featured-post img {
      width: auto;
      margin-bottom: 1rem; }

.wp-block-buttons {
  font-family: "Oswald", sans-serif; }
  .wp-block-buttons a.wp-block-button__link {
    padding: 6px 21px;
    font-size: 24px; }
    .wp-block-buttons a.wp-block-button__link:hover {
      background: white;
      color: #460000;
      text-decoration: none; }

/*--------------------------------------------------------------
# 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%; }

.widget_categories ul {
  list-style: none;
  margin: 0; }
  .widget_categories ul li.cat-item {
    margin-bottom: 1.25rem !important; }
    .widget_categories ul li.cat-item a {
      font-weight: 610; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.archive h2.entry-title {
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif; }
  .archive h2.entry-title a {
    color: #460000; }

#secondary section ul {
  margin: 0;
  list-style: none;
  margin-bottom: 24px; }
  #secondary section ul li .date {
    font-family: "Oswald", sans-serif; }
  #secondary section ul li h4 {
    font-weight: 700;
    font-size: 1.25rem; }
    #secondary section ul li h4 a {
      color: #460000; }
      #secondary section ul li h4 a:hover {
        color: #237d76; }
  #secondary section ul li p {
    font-size: 1rem;
    font-weight: 450; }
  #secondary section ul li p.date {
    font-family: "Oswald", sans-serif;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase; }
#secondary section#latest-updates ul {
  background: #F8E687;
  padding: 20px 20px 1px; }
#secondary section#latest-resources ul {
  background: #ECE4E4;
  padding: 20px 20px 1px; }
#secondary section#custom_html-2 {
  background: #460000;
  color: white;
  padding: 20px; }
  #secondary section#custom_html-2 h3 {
    color: #F8E687;
    font-weight: 700; }
  #secondary section#custom_html-2 a.buttonlink {
    background: #F8E687;
    color: #460000;
    padding: 4px 10px;
    font-size: 1.125rem;
    margin: 0; }

.title-wrap {
  float: left;
  padding: 40px 0 0px; }
  .title-wrap h1.site-title {
    margin: 0;
    font-size: 1.85rem; }
    .title-wrap h1.site-title a {
      color: #237d76; }
  .title-wrap h2.site-description {
    font-size: 1rem; }

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

.hero {
  max-width: 100%;
  margin: 0 auto;
  min-height: 50vh;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 78px; }
  .hero img {
    width: 100%; }
  .hero .heroheading {
    text-align: center; }
    .hero .heroheading h1 {
      font-style: normal;
      color: #fff;
      font-size: 64px;
      font-size: 4rem;
      margin-bottom: 48px;
      text-shadow: -2px 3px 9px black; }
    .hero .heroheading .buttonlink,
    .hero .heroheading button {
      text-shadow: none; }
    .hero .heroheading p {
      font-size: 1.65rem; }
      .hero .heroheading p a {
        font-size: 1.65rem; }

.site-main .section:first-child {
  padding-top: 24px; }

.site-branding.row {
  max-width: 1200px;
  margin: 10px auto;
  min-height: 76px; }
  .site-branding.row .site-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0; }
    .site-branding.row .site-title a, .site-branding.row .site-title a:visited, .site-branding.row .site-title a:hover {
      color: #F8E687;
      text-align: center;
      margin-bottom: 0;
      line-height: 1;
      text-decoration: none;
      font-family: "Oswald", sans-serif;
      font-size: 2.5rem; }
  .site-branding.row .site-description {
    color: #F8E687;
    text-align: center;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem; }
  .site-branding.row img {
    max-width: 100%; }

.site-header {
  position: relative;
  z-index: 11;
  width: 100%;
  top: 0;
  transition: all .3s;
  background-color: rgba(106, 153, 149, 0.8); }
  .site-header.shrink {
    background-color: #94a699; }

.header-inner-wrap {
  margin: 0 auto; }

.shrink .header-inner-wrap .main-navigation a,
.header-inner-wrap.nohero .main-navigation a {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out; }
.shrink .header-inner-wrap .bg-helper,
.header-inner-wrap.nohero .bg-helper {
  opacity: 1;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); }

.home-hero {
  padding: 60px 0 0; }
  .home-hero h1.calloutheading {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: #F8E687;
    text-transform: uppercase;
    padding: 16px;
    margin: 0 auto 30px;
    color: rgba(0, 0, 0, 0.79);
    font-family: "Oswald", sans-serif; }
  .home-hero .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto; }
  .home-hero .call-out-box {
    color: white;
    text-align: center;
    padding: 14px;
    width: 33%;
    display: flex;
    flex-direction: column; }
    .home-hero .call-out-box h2 {
      font-size: 1.25rem;
      color: white;
      font-family: "Oswald", sans-serif; }
    .home-hero .call-out-box a {
      background: transparent;
      padding: 0;
      margin: 0;
      display: inherit;
      font-size: 1rem;
      color: white; }

.socialsignup {
  display: flex;
  flex-direction: column; }
  .socialsignup .social a {
    float: right;
    padding: 12px;
    color: #D5E2E1; }
    .socialsignup .social a.facebook:hover {
      color: #1876f2; }
    .socialsignup .social a.twitter:hover {
      color: #1da1f2; }
    .socialsignup .social a.insta:hover {
      color: #DD2A7B; }
  .socialsignup .social svg {
    width: 34px;
    height: 34px; }
  .socialsignup .signup {
    text-align: right; }
    .socialsignup .signup a.buttonlink {
      font-size: 18px; }

@media screen and (max-width: 1080px) {
  .header-inner-wrap {
    padding: 0; } }
@media screen and (max-width: 1024px) {
  .site-branding img {
    width: auto;
    max-width: 400px; }

  .socialsignup {
    flex-direction: row-reverse; } }
@media screen and (max-width: 820px) {
  .socialsignup .social a {
    padding: 6px 10px; }
  .socialsignup .social svg {
    height: 24px;
    width: 24px; }
  .socialsignup .signup {
    text-align: right; }
    .socialsignup .signup a.buttonlink {
      font-size: 13px;
      padding: 4px 8px; }

  .home-hero .call-out-box {
    width: 50%; } }
@media screen and (max-width: 600px) {
  .main-navigation.toggled {
    position: static; }

  .menu-toggle {
    right: 0;
    width: 70;
    bottom: auto;
    top: 1px; }

  .socialsignup {
    flex-direction: column; }
    .socialsignup .social {
      margin-right: 40px; }
      .socialsignup .social a {
        padding: 6px; }

  .home-hero .call-out-box {
    width: 100%; } }
.site-footer {
  clear: both;
  width: 100%;
  padding: 36px 20px;
  background: #460000;
  color: #fff;
  font-size: 1rem; }
  .site-footer a, .site-footer a:visited {
    color: #fff; }

.footer-widget-area {
  max-width: 1200px;
  margin: 0 auto; }

.footer-widget-area .column .widget-title {
  color: white;
  font-size: 1rem; }

.tributes-list {
  background: rgba(248, 230, 135, 0.5);
  clear: both;
  padding: 12px; }

.site-footer a, .site-footer a.buttonlink {
  color: #fff; }
.site-footer a:hover, .site-footer a.buttonlink:hover, .site-footer input[type="submit"]:hover {
  color: white; }
.site-footer a.buttonlink,
.site-footer button,
.site-footer input[type="submit"] {
  border-color: #fff;
  color: #fff;
  font-size: 1rem; }
.site-footer .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px; }
  .site-footer .menu a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #F8E687; }
.site-footer .social {
  margin-bottom: 30px; }
  .site-footer .social a {
    float: none;
    padding: 10px; }
    .site-footer .social a svg {
      width: 24px;
      height: 24px; }
.site-footer .search-form input[type="search"] {
  padding: 8px; }
.site-footer .search-form label {
  display: inline-block;
  width: 260px; }

@media screen and (min-width: 700px) {
  .site-footer .menu {
    flex-direction: row; }
    .site-footer .menu a {
      font-size: 22px; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
article.sticky {
  display: block;
  position: relative;
  transform: none;
  -webkit-transform: none; }

.hentry {
  margin: 0;
  clear: both; }

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

.single .byline,
.group-blog .byline {
  display: none; }

.entry-meta {
  font-size: .9rem; }

.single-post .site-content {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }
.single-post .post-thumb {
  margin-bottom: 24px; }

.post-thumbnail img {
  width: 100%; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

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

.blog .site-content {
  padding-top: 0; }

.blog-hero.hero {
  background-repeat: no-repeat;
  background-size: cover; }
  .blog-hero.hero h1 {
    text-align: center;
    color: white;
    margin-bottom: 0; }

.section {
  padding: 0 0 48px;
  margin: 0 auto; }
  .section.sectionheading {
    padding: 0; }
    .section.sectionheading .row {
      padding: 0; }
  .section.image {
    text-align: center; }
    .section.image .hero {
      min-height: 460px;
      justify-content: center; }
    .section.image a.buttonlink {
      text-shadow: none; }
  .section h2.sectionheading {
    margin: 24px 0;
    padding: 0 24px;
    font-size: 2.5rem;
    text-align: center; }
  .section.one-column .row {
    max-width: 1200px; }
  .section.one-column.narrow .row {
    max-width: 775px; }

.section .fa, .section .far, .section .fas {
  font-size: 3rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left !important; }

.search-results .page .entry-header {
  text-align: left; }

.row {
  max-width: 1200px; }

.archive-description {
  margin-bottom: 2rem;
  padding-right: 1.5rem; }

@media screen and (max-width: 1160px) {
  .row .row {
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 40em) {
  .entry-header, .entry-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px; } }
.three-column.section blockquote,
.four-column.section blockquote {
  margin: 0;
  padding: 8px 0; }

@media screen and (min-width: 768px) {
  .left-third {
    width: 33%;
    padding: 0 12px;
    float: left; }

  .right-twothirds {
    width: 66%;
    padding: 0 12px;
    float: right; } }
@media screen and (max-width: 960px) {
  .section {
    padding-left: 12px;
    padding-right: 12px; }
    .section.image {
      padding: 0; } }
@media screen and (max-width: 640px) {
  .row {
    padding: 0 12px; }

  .section.one-column .row {
    padding-left: 12px;
    padding-right: 12px; } }
.home-pitch {
  text-align: center;
  clear: both;
  background-size: cover; }
  .home-pitch .container {
    max-width: 960px;
    padding: 60px 20px;
    margin: auto; }
  .home-pitch h3 {
    color: #F8E687;
    font-weight: 700;
    font-size: 36px;
    font-family: "Work Sans", sans-serif; }
  .home-pitch p {
    color: white;
    font-size: 26px; }

.archive .entry-content p {
  margin-bottom: 4px; }
.archive .entry-content a.buttonlink {
  padding: 4px 18px;
  width: 100%;
  text-align: center;
  font-size: 1rem; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Third-party WP plugins
---------------------------------------------------------------*/
ul.wpfai-list {
  display: inline-block; }
  ul.wpfai-list a {
    color: #bf469f !important; }
  ul.wpfai-list .fa-square-o:before {
    content: ""; }
  ul.wpfai-list li:first-child {
    margin-left: 10px; }

#mc_embed_signup {
  text-align: left;
  max-width: 376px; }
  #mc_embed_signup ul {
    list-style: none;
    margin: 0; }
    #mc_embed_signup ul li {
      display: inline-block;
      float: left; }

.searchandfilter ul {
  margin-left: 0; }
  .searchandfilter ul li li {
    padding: 5px 0;
    border-top: 1px solid #DAE6E5;
    font-weight: 700;
    color: #460000;
    font-size: 15px;
    padding: 4px 0 0 0; }
  .searchandfilter ul input[type=checkbox] {
    margin: 0; }
    .searchandfilter ul input[type=checkbox] + label {
      margin: 0; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.above-footer {
  background-color: #4983e6;
  padding: 36px 20px;
  color: #fff; }
  .above-footer h2 {
    font-size: 30px;
    text-align: center; }
  .above-footer input[type="submit"] {
    margin-top: 25px; }
  .above-footer label {
    color: white; }
  .above-footer .mc-field-group {
    width: 27%;
    float: left;
    text-align: left;
    margin-right: 24px; }
  .above-footer .mce-responses {
    float: left; }

.reveal {
  width: auto;
  max-width: 824px;
  padding: 24px;
  z-index: 12; }
  .reveal .member-photo-modal {
    margin-bottom: 24px;
    text-align: center; }

.reveal-overlay {
  z-index: 12; }

.member {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  clear: both;
  min-height: 275px; }

.member-photo {
  max-width: 300px;
  margin: 0 auto 20px; }

.teamsection .team-member {
  position: relative;
  margin-bottom: 20px;
  transition: color 0.5s ease, opacity 0.5s ease; }
  .teamsection .team-member a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #FFF;
    opacity: 0; }
.teamsection .team-member-name {
  text-align: center;
  min-height: 46px; }
  .teamsection .team-member-name h3 {
    font-size: 1rem;
    margin-bottom: 6px;
    padding: 0; }
  .teamsection .team-member-name p {
    margin: -6px 0 6px;
    font-size: 1rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: -.25px; }

/*--------------------------------------------------------------
# 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%; }

.post-thumbnail {
  margin-bottom: 36px; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0 0 1em 0; }

.wp-caption-text {
  text-align: center;
  font-size: .95rem;
  background: #ECE4E4;
  margin-top: 0;
  padding: 6px; }

.wp-block-image figcaption {
  text-align: center;
  font-size: 16px;
  background: #ECE4E4;
  margin-top: 0;
  padding: 6px; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
    padding: 0 8px; }
  .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; }

.row.my-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%; }

.my-gallery figure {
  text-align: center;
  margin: 10px 0 0 0; }

.my-gallery figcaption {
  display: none;
  max-width: 305px;
  font-style: italic; }
  .my-gallery figcaption p {
    margin: 0;
    padding: 0 0 0px 0; }

.site-main-gallery.column,
.my-gallery.section {
  max-width: 1170px;
  margin: 0 auto 48px;
  padding: 0; }

.page-template-page-gallery .site-content,
.page-template-page-gallery .content {
  max-width: 100%; }
.page-template-page-gallery .row {
  padding: 0;
  max-width: 100%; }
.page-template-page-gallery .column {
  padding: 0; }

.gallery-thumb {
  position: relative;
  transition: all 0.5s ease; }
  .gallery-thumb .title {
    color: white;
    font-size: 48px;
    letter-spacing: 10px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 100%;
    text-shadow: 0 0 20px #000; }
  .gallery-thumb .imghover {
    background: #ffc824;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .gallery-thumb:hover .imghover {
    opacity: 0.25; }
  .gallery-thumb div.title {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .gallery-thumb div.title h2 {
      color: white;
      font-size: 48px;
      letter-spacing: 10px;
      margin-top: 50%; }

@media screen and (max-width: 760px) {
  .gallery-thumb div.title h2 {
    font-size: 36px; } }

/*# sourceMappingURL=style.css.map */
