/*!
Theme Name: Sustainable Wine
Theme URI: http://underscores.me/
Author: Alex Chilton Design
Author URI: https://www.alex-chilton.co.uk/
Description: Custom theme for Sustainable Wine
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sustainable-wine
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.

Sustainable Wine is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400&family=Roboto:wght@300;400;700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Aleo", serif;
  font-weight: 700; }

p {
  margin-bottom: 1.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #7ea92e; }
  a:visited {
    color: #346b2e; }
  a:hover, a:focus, a:active {
    color: #275023; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 50px;
  background: #346b2e;
  color: #fff;
  line-height: 1;
  padding: 12px 25px;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #275023; }
  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: #275023; }

.post_button,
.post_button:visited {
  background-color: #346b2e;
  border-radius: 50px;
  font-size: 0.7em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 25px;
  display: inline-block;
  color: #fff;
  font-family: "Aleo", serif;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  outline: 0; }
  .post_button:hover, .post_button:focus, .post_button:active,
  .post_button:visited:hover,
  .post_button:visited:focus,
  .post_button:visited:active {
    background-color: #275023;
    color: #fff;
    text-decoration: none;
    outline: 0; }
  .post_button.lightgreen,
  .post_button:visited.lightgreen {
    background-color: #7ea92e; }

.more_link {
  text-decoration: none !important;
  font-size: 1.3em;
  padding-top: 20px;
  display: block;
  outline: 0; }
  .more_link svg {
    color: #7ea92e; }
  .more_link span {
    font-family: "Aleo", serif;
    color: #1a1a1a;
    padding-left: 10px;
    font-weight: 700;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .more_link:visited svg {
    color: #7ea92e; }
  .more_link:visited span {
    color: #1a1a1a; }
  .more_link:hover span, .more_link:focus span {
    color: #346b2e; }

@media screen and (max-width: 767.98px) {
  .more_link {
    padding-top: 0;
    font-size: 1em; }
    .more_link span {
      padding-left: 6px; } }

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: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  width: 100%; }
  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%; }

.registration_form p {
  margin-bottom: 10px; }

/* third party libraries
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-iframe-holder .mfp-content {
  overflow: visible; }

.mfp-iframe-holder .mfp-close {
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: #275023;
  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;
  border-radius: 50%;
  padding-right: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

#cookie-bar {
  background: #1a1a1a;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  padding: 5px; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar .cookie_content_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#cookie-bar p {
  margin: 0;
  padding: 0;
  width: 80%; }

#cookie-bar a {
  color: #7ea92e;
  text-decoration: underline; }

.cookie_controls {
  min-width: 250px;
  position: relative;
  padding-right: 40px; }
  .cookie_controls a:first-child {
    margin-left: 0; }

#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
  margin-left: 8px;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
  min-width: 100px;
  text-align: center;
  padding: 12px;
  display: inline-block;
  border-radius: 70px;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

#cookie-bar .cookie_close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  right: 2px;
  top: 10px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #c2c2c2;
  outline: 0;
  cursor: pointer; }
  #cookie-bar .cookie_close:hover {
    color: #7ea92e; }

#cookie-bar .cb-enable {
  background: #7ea92e;
  margin-left: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  #cookie-bar .cb-enable:hover {
    background: #6f9529; }

#cookie-bar .cb-disable {
  background: #275023; }
  #cookie-bar .cb-disable:hover {
    background: #1e3e1b; }

#cookie-bar .cb-policy {
  background: #0033bb; }
  #cookie-bar .cb-policy:hover {
    background: #0055dd; }

#cookie_options_corner {
  border: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #7ea92e;
  margin: 0;
  padding: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  outline: 0;
  z-index: 999;
  cursor: pointer; }
  #cookie_options_corner:hover {
    border-bottom: 40px solid #346b2e; }

#cookie_icon {
  outline: 0;
  fill: #fff;
  width: 15px;
  position: absolute;
  left: 4px;
  bottom: -35px; }

@media screen and (max-width: 800px) {
  #cookie-bar p {
    width: 65%; } }

@media screen and (max-width: 420px) {
  #cookie-bar .cookie_content_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #cookie-bar p,
  #cookie-bar .cookie_controls {
    width: 100%; }
  #cookie-bar .cookie_controls {
    padding-top: 10px; }
  #cookie-bar p {
    font-size: .9em; }
  #cookie-bar .cb-enable,
  #cookie-bar .cb-disable,
  #cookie-bar .cb-policy {
    padding: 8px; }
  #cookie-bar .cookie_close {
    top: 16px; } }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main {
  padding-top: 90px; }

@media screen and (max-width: 1139px) {
  .site-main {
    padding-top: 60px; } }

.grecaptcha-badge {
  display: none; }

.title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sw_title {
  position: relative;
  padding-left: 60px;
  padding-bottom: 30px;
  line-height: 1.4; }
  .sw_title.light {
    color: #fff; }
  .sw_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(images/sw_icon.svg) no-repeat scroll center center;
    background-size: cover;
    width: 40px;
    height: 40px; }
  .sw_title.logo_top {
    padding-left: 0;
    padding-top: 45px; }
    .sw_title.logo_top:before {
      left: calc(50% - 20px); }

@media screen and (max-width: 767.98px) {
  .title_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .title_wrapper.title_wrapper_banner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .sw_title {
    font-size: 1.4em;
    padding-left: 40px;
    padding-bottom: 20px;
    line-height: 1.5; }
    .sw_title:before {
      width: 30px;
      height: 30px; }
    .sw_title.logo_top {
      padding-top: 35px; }
      .sw_title.logo_top:before {
        left: calc(50% - 15px); } }

.line_title {
  color: #275023;
  padding-bottom: 10px;
  position: relative; }
  .line_title span {
    background-color: #fff;
    padding: 0 20px 0 0;
    z-index: 1;
    position: relative; }
  .line_title:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #7ea92e;
    width: 100%;
    left: 0;
    top: 15px;
    z-index: 0; }

.sw_line_title {
  padding-bottom: 30px;
  font-size: 1.6em;
  position: relative; }
  .sw_line_title span {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    line-height: 1.5;
    background-color: #fff; }
    .sw_line_title span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: transparent url(images/sw_icon.svg) no-repeat scroll center center;
      background-size: cover;
      width: 35px;
      height: 35px; }
  .sw_line_title:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #7ea92e;
    width: 100%;
    left: 0;
    top: 17px;
    z-index: 0; }

@media screen and (max-width: 767.98px) {
  .sw_line_title {
    font-size: 1.2em; }
    .sw_line_title span {
      line-height: 1.8;
      padding-left: 40px; }
      .sw_line_title span:before {
        width: 30px;
        height: 30px; } }

.single-sw-events .section,
.single-post .section,
.event_media_page .section,
.event_list_section .section {
  padding: 60px 0; }
  .single-sw-events .section.pt_none,
  .single-post .section.pt_none,
  .event_media_page .section.pt_none,
  .event_list_section .section.pt_none {
    padding-top: 0; }
  .single-sw-events .section.pb_none,
  .single-post .section.pb_none,
  .event_media_page .section.pb_none,
  .event_list_section .section.pb_none {
    padding-bottom: 0; }
  .single-sw-events .section.white,
  .single-post .section.white,
  .event_media_page .section.white,
  .event_list_section .section.white {
    background-color: #fff; }
  .single-sw-events .section.grey,
  .single-post .section.grey,
  .event_media_page .section.grey,
  .event_list_section .section.grey {
    background-color: #e2e2e2; }

.single-sw-events .newsletter_banner.spacing_bottom,
.single-post .newsletter_banner.spacing_bottom,
.event_media_page .newsletter_banner.spacing_bottom,
.event_list_section .newsletter_banner.spacing_bottom {
  margin-bottom: 0 !important;
  padding: 20px 0; }

.archive_container {
  padding-bottom: 60px; }

@media screen and (max-width: 767.98px) {
  .single-sw-events .section,
  .single-post .section,
  .event_media_page .section,
  .event_list_section .section {
    padding: 30px 0; }
  .archive_container {
    padding-bottom: 30px; } }

.section.white.spacing_none {
  padding: 0; }

.section.white.spacing_both {
  padding: 60px 0; }

.section.white.spacing_bottom {
  padding-bottom: 60px; }

.section.white.spacing_top {
  padding-top: 60px; }

.section.grey {
  padding: 60px 0; }
  .section.grey.spacing_none {
    margin: 0; }
  .section.grey.spacing_both {
    margin: 60px 0; }
  .section.grey.spacing_bottom {
    margin-bottom: 60px; }
  .section.grey.spacing_top {
    margin-top: 60px; }

.section.newsletter_banner.spacing_none, .section.latest_updates.spacing_none, .section.event_slider.spacing_none {
  margin: 0; }

.section.newsletter_banner.spacing_both, .section.latest_updates.spacing_both, .section.event_slider.spacing_both {
  margin: 60px 0; }

.section.newsletter_banner.spacing_bottom, .section.latest_updates.spacing_bottom, .section.event_slider.spacing_bottom {
  margin-bottom: 60px; }

.section.newsletter_banner.spacing_top, .section.latest_updates.spacing_top, .section.event_slider.spacing_top {
  margin-top: 60px; }

@media screen and (max-width: 767.98px) {
  .section.white.spacing_none {
    padding: 0; }
  .section.white.spacing_both {
    padding: 30px 0; }
  .section.white.spacing_bottom {
    padding-bottom: 30px; }
  .section.white.spacing_top {
    padding-top: 30px; }
  .section.grey {
    padding: 30px 0; }
    .section.grey.spacing_none {
      margin: 0; }
    .section.grey.spacing_both {
      margin: 30px 0; }
    .section.grey.spacing_bottom {
      margin-bottom: 30px; }
    .section.grey.spacing_top {
      margin-top: 30px; }
  .section.newsletter_banner.spacing_none, .section.latest_updates.spacing_none, .section.event_slider.spacing_none {
    margin: 0; }
  .section.newsletter_banner.spacing_both, .section.latest_updates.spacing_both, .section.event_slider.spacing_both {
    margin: 30px 0; }
  .section.newsletter_banner.spacing_bottom, .section.latest_updates.spacing_bottom, .section.event_slider.spacing_bottom {
    margin-bottom: 30px; }
  .section.newsletter_banner.spacing_top, .section.latest_updates.spacing_top, .section.event_slider.spacing_top {
    margin-top: 30px; }
  .single-sw-events .section.newsletter_banner.spacing_bottom {
    margin-bottom: 0 !important;
    padding: 20px; } }

.post_button_line {
  margin-top: 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .post_button_line .post_button {
    background-color: #346b2e;
    border-radius: 50px;
    font-size: 0.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 25px;
    display: inline-block;
    color: #fff;
    font-family: "Aleo", serif;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    position: relative; }
  .post_button_line:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #7ea92e;
    width: 100%;
    left: 0;
    top: 15px;
    z-index: 0; }

.post_info {
  overflow: hidden; }

.post_date_wrapper {
  padding-bottom: 10px; }

.author_name {
  color: #7ea92e;
  font-weight: 700;
  display: inline-block;
  font-size: 0.8em;
  padding-right: 5px; }

.post_date {
  font-weight: 400;
  position: relative;
  padding-left: 21px;
  display: inline-block;
  font-size: 0.8em; }
  .post_date:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    background: transparent url(images/sw_icon.svg) no-repeat scroll center center;
    background-size: cover;
    width: 14px;
    height: 14px; }

.event_post_list .post_date {
  padding-left: 20px; }
  .event_post_list .post_date:before {
    left: 0; }

.normal_content p:first-child em {
  font-family: "Aleo", serif;
  color: #000;
  font-size: 1.1em;
  font-style: italic; }

.normal_content b, .normal_content strong {
  font-weight: 700; }

.normal_content a {
  font-weight: 700; }

.normal_content figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .normal_content figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    font-weight: 300;
    font-size: .9em;
    text-align: left; }

.normal_content h1, .normal_content h2, .normal_content h3, .normal_content h4, .normal_content h5, .normal_content h6 {
  color: #275023; }

.normal_content blockquote {
  font-size: 1.2em;
  font-family: "Aleo", serif;
  font-style: italic;
  position: relative;
  margin-left: 0;
  color: #275023;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 1.5em;
  margin-right: 0; }
  .normal_content blockquote p {
    font-family: "Aleo", serif; }
    .normal_content blockquote p:last-child {
      margin-bottom: 0; }

.normal_content ul, .normal_content ol {
  margin-left: 0;
  padding-left: 1em;
  font-weight: 300; }

.normal_content img.alignnone,
.normal_content img.alignright,
.normal_content img.alignleft,
.normal_content img.aligncenter {
  border-radius: 10px; }

@media screen and (max-width: 767.98px) {
  .normal_content h1 {
    font-size: 1.6rem; }
  .normal_content h2 {
    font-size: 1.4rem; }
  .normal_content h3 {
    font-size: 1.2rem; }
  .normal_content h4 {
    font-size: 1rem; }
  .normal_content h5 {
    font-size: .9rem; }
  .normal_content h6 {
    font-size: .8rem; }
  .normal_content figure figcaption {
    font-size: 0.8em; }
  .normal_content blockquote {
    font-size: 1.1em;
    padding: 20px; } }

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  background-color: #fff;
  border-bottom: 2px solid #7ea92e;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .site-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }
  .site-header .header_wrapper {
    width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-header .site-branding {
    width: 260px;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .site-header .site-branding .custom-logo {
      width: 100%; }

@media screen and (max-width: 1139px) {
  .site-header {
    height: 60px;
    padding: 10px; }
    .site-header .header_wrapper {
      width: 100%; }
    .site-header .site-branding {
      width: 200px;
      padding: 0; } }

.home_banner {
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
  .home_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
  .home_banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }
  .home_banner .watermark {
    background: transparent url(images/sw_icon.svg) no-repeat scroll left top;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 10%;
    bottom: -350px;
    width: 700px;
    height: 700px;
    opacity: .3; }
  .home_banner .banner_title {
    color: #fff;
    font-size: 3em;
    margin-bottom: 1rem;
    margin-top: 0; }
  .home_banner .banner_subtitle {
    color: #fff;
    font-size: 1.2em;
    font-family: "Aleo", serif;
    font-style: italic; }

@media screen and (max-width: 767.98px) {
  .home_banner {
    padding: 80px 0; }
    .home_banner .banner_title {
      font-size: 2.5em; }
    .home_banner .banner_subtitle {
      font-size: 1.1em; } }

@media screen and (max-width: 767.98px) {
  .home_banner {
    padding: 160px 0 20px 0;
    background-position: left center; }
    .home_banner:before {
      width: 100%;
      top: auto;
      bottom: 0;
      height: 80%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .home_banner .watermark {
      left: -200px;
      bottom: -210px;
      width: 420px;
      height: 420px;
      opacity: .3; }
    .home_banner .banner_title {
      font-size: 2em;
      margin-bottom: .5rem;
      color: #fff; }
    .home_banner .banner_subtitle {
      font-size: 1em; } }

.flexslider {
  background: transparent;
  border: 0;
  border-radius: 0; }
  .flexslider .flex-direction-nav a {
    opacity: 1;
    margin: -25px 0 0;
    border-radius: 50%;
    outline: 0;
    width: 0;
    height: 0;
    padding-top: 50px;
    padding-left: 50px;
    overflow: hidden; }
    .flexslider .flex-direction-nav a:before {
      left: 16px;
      top: 0;
      position: absolute;
      text-align: center;
      text-shadow: none;
      color: #fff;
      font-size: 1.7em;
      line-height: 52px;
      font-size: 2.5em;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300; }
  .flexslider .flex-direction-nav .flex-next {
    right: 40px; }
    .flexslider .flex-direction-nav .flex-next:before {
      content: '\f054'; }
  .flexslider .flex-direction-nav .flex-prev {
    left: 40px; }
    .flexslider .flex-direction-nav .flex-prev:before {
      content: '\f053'; }
  .flexslider:hover .flex-direction-nav .flex-next {
    right: 40px; }
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 40px; }
  .flexslider .flex-control-nav {
    bottom: 20px; }
    .flexslider .flex-control-nav a {
      background: #fff;
      opacity: 1;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .flexslider .flex-control-nav a.flex-active {
        background: #7ea92e; }

@media screen and (max-width: 991.98px) {
  .flexslider .flex-direction-nav {
    display: none; } }

.site-footer {
  position: relative;
  background: transparent url(images/banners/sw_footer_banner.jpg);
  background-size: cover;
  background-position: center center;
  border-top: 2px solid #7ea92e; }
  .site-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.9); }
  .site-footer .footer_top {
    padding: 60px 0; }
  .site-footer .footer_heading {
    color: #fff;
    width: 100%;
    border-bottom: 2px solid #7ea92e;
    font-size: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .site-footer .footer_subheading {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 1em;
    padding-bottom: 10px; }
  .site-footer .footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .site-footer .footer_contact .contact_icon {
      background-color: #346b2e;
      color: #fff;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 2; }
    .site-footer .footer_contact .contact_label {
      color: #fff;
      font-family: "Aleo", serif;
      padding-left: 10px;
      font-size: 0.8em;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .site-footer .footer_contact:hover .contact_label {
      color: #7ea92e; }
  .site-footer .stay_updated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-footer .su_col {
    width: 50%; }
  .site-footer .social_networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-footer .social_networks .social_icon {
      color: #7ea92e;
      font-size: 2em;
      margin-right: 16px;
      text-decoration: none;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .site-footer .social_networks .social_icon:hover, .site-footer .social_networks .social_icon:focus {
        text-decoration: none;
        color: #fff; }
    .site-footer .social_networks .podbean {
      width: 80px; }
  .site-footer .site-info {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    padding: 10px 0;
    z-index: 1;
    position: relative; }
    .site-footer .site-info a,
    .site-footer .site-info a:visited {
      color: #7ea92e; }
    .site-footer .site-info .credit {
      text-align: right; }

@media screen and (max-width: 991.98px) {
  .site-footer .stay_updated_wrapper {
    padding-top: 40px; } }

@media screen and (max-width: 767.98px) {
  .site-footer .footer_top {
    padding: 30px 0; }
  .site-footer .footer_logo {
    text-align: center; }
    .site-footer .footer_logo img {
      width: 130px; }
  .site-footer .stay_updated_wrapper,
  .site-footer .contact_wrapper {
    padding-top: 40px; }
  .site-footer .stay_updated {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .site-footer .stay_updated .su_col {
      width: 100%; }
      .site-footer .stay_updated .su_col:last-child {
        padding-top: 20px; }
  .site-footer .site-info .privacy,
  .site-footer .site-info .credit {
    text-align: center;
    line-height: 1.8; } }

.newsletter_banner {
  background: transparent url(images/banners/nl_banner.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  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: 20px 0; }
  .newsletter_banner .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .newsletter_banner .nl_message,
  .newsletter_banner .nl_form {
    position: relative;
    z-index: 1; }
  .newsletter_banner .nl_message {
    color: #fff;
    font-family: "Aleo", serif;
    font-size: 1.4em;
    padding-right: 20px;
    font-weight: 700; }
  .newsletter_banner .nl_form {
    width: 300px; }
  .newsletter_banner:before, .newsletter_banner:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px; }
  .newsletter_banner:after {
    top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }
  .newsletter_banner:after {
    bottom: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }

.nl_form .mc4wp-alert {
  color: #fff;
  padding: 10px 0; }

.email_signup {
  height: 36px;
  position: relative; }
  .email_signup .email {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .email_signup .email input {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 50px;
      border: 0;
      width: 100%;
      outline: 0;
      padding: 7px 110px 7px 15px;
      font-size: 0.9em;
      font-weight: 300; }
      .email_signup .email input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333333; }
      .email_signup .email input::-moz-placeholder {
        /* Firefox 19+ */
        color: #333333; }
      .email_signup .email input:-ms-input-placeholder {
        /* IE 10+ */
        color: #333333; }
      .email_signup .email input:-moz-placeholder {
        /* Firefox 18- */
        color: #333333; }
  .email_signup .submit {
    position: absolute;
    right: 2px;
    top: 2px; }
    .email_signup .submit input {
      background-color: #346b2e;
      outline: 0;
      border: 0;
      border-radius: 50px;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.7em;
      letter-spacing: 1px;
      line-height: 1.2;
      font-family: "Aleo", serif;
      text-align: center;
      padding: 9px 20px;
      cursor: pointer; }

@media screen and (max-width: 767.98px) {
  .newsletter_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
    text-align: center; }
    .newsletter_banner .nl_message,
    .newsletter_banner .nl_form {
      width: 100%; }
    .newsletter_banner .nl_message {
      padding-right: 0;
      padding-bottom: 10px;
      font-size: 1.2em; } }

.latest_updates {
  padding: 20px 0 26px 0;
  background-color: #e2e2e2;
  overflow: hidden; }
  .latest_updates .updates_heading {
    font-size: 1em;
    position: relative;
    width: 100%;
    text-align: center; }
    .latest_updates .updates_heading span {
      background-color: #e2e2e2;
      padding: 0 20px;
      z-index: 1;
      position: relative; }
    .latest_updates .updates_heading:before {
      content: '';
      position: absolute;
      border-bottom: 1px solid #7ea92e;
      width: 100%;
      left: 0;
      top: 9px;
      z-index: 0; }
  .latest_updates .latest_posts_slider {
    width: 100%;
    padding-top: 16px; }
    .latest_updates .latest_posts_slider.flexslider {
      margin-bottom: 0; }
      .latest_updates .latest_posts_slider.flexslider .flex-direction-nav a:before {
        color: #7ea92e; }
      .latest_updates .latest_posts_slider.flexslider .flex-direction-nav .flex-next {
        right: -60px; }
      .latest_updates .latest_posts_slider.flexslider .flex-direction-nav .flex-prev {
        left: -60px; }
      .latest_updates .latest_posts_slider.flexslider:hover .flex-direction-nav .flex-next {
        right: -60px; }
      .latest_updates .latest_posts_slider.flexslider:hover .flex-direction-nav .flex-prev {
        left: -60px; }
      .latest_updates .latest_posts_slider.flexslider .flex-control-nav {
        display: none;
        bottom: -40px; }
        .latest_updates .latest_posts_slider.flexslider .flex-control-nav a {
          background: #fff;
          opacity: 1;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .latest_updates .latest_posts_slider.flexslider .flex-control-nav a.flex-active {
            background: #7ea92e; }
    .latest_updates .latest_posts_slider .latest_container {
      border-radius: 10px;
      background-color: #fff;
      padding: 10px 20px 25px 20px;
      position: relative;
      height: 128px;
      margin-bottom: 15px;
      z-index: 9; }
    .latest_updates .latest_posts_slider .post_date {
      color: #7ea92e;
      font-weight: 700;
      padding-left: 0;
      z-index: 10; }
      .latest_updates .latest_posts_slider .post_date:before {
        display: none; }
    .latest_updates .latest_posts_slider .post_title {
      font-family: "Aleo", serif;
      font-weight: 300;
      font-size: .9em; }
    .latest_updates .latest_posts_slider .post_button {
      position: absolute;
      left: 20px;
      bottom: -14px;
      z-index: 10; }

@media screen and (max-width: 991.98px) {
  .latest_updates .latest_posts_slider .post_date,
  .latest_updates .latest_posts_slider .post_button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: block; }
  .latest_updates .latest_posts_slider.flexslider {
    margin-bottom: 30px; }
    .latest_updates .latest_posts_slider.flexslider .flex-direction-nav {
      display: none; }
    .latest_updates .latest_posts_slider.flexslider .flex-control-nav {
      display: block; } }

@media screen and (max-width: 991.98px) {
  .latest_updates .latest_posts_slider {
    padding-left: 10px;
    padding-right: 10px; } }

.subpage_banner {
  background-size: cover;
  background-position: center center;
  position: relative; }
  .subpage_banner .container,
  .subpage_banner .row {
    height: 100%; }
  .subpage_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .subpage_banner .entry-header {
    padding: 60px 0; }
  .subpage_banner h1 {
    color: #fff;
    font-size: 2.5em;
    margin: 0; }
  .subpage_banner .subpage_subtitle {
    padding-top: 10px;
    color: #fff;
    width: 50%; }

.subpage .entry-content {
  margin: 0; }

@media screen and (max-width: 991.98px) {
  .subpage_banner .entry-header {
    padding: 40px 0; }
  .subpage_banner .subpage_subtitle {
    width: 100%; } }

@media screen and (max-width: 767.98px) {
  .subpage_banner .entry-header {
    padding: 30px 0; }
  .subpage_banner h1 {
    font-size: 1.5em; } }

.page_blocks .contact_onecol .contact_subtitle {
  text-align: center; }

.page_blocks .contact_onecol .team_row {
  padding-top: 60px; }

.page_blocks .contact_twocol .contact_subtitle {
  padding-bottom: 30px; }

@media screen and (max-width: 991.98px) {
  .page_blocks .contact_onecol .contact_subtitle {
    text-align: left; }
  .page_blocks .contact_onecol .team_row {
    padding-top: 30px; }
  .page_blocks .sw_title {
    padding-bottom: 10px; } }

.event_media_page .post_button_line {
  margin-top: 20px; }

.event_slider_section {
  overflow: hidden; }
  .event_slider_section .event_slider {
    width: 100%;
    margin: 0; }
  .event_slider_section .slide {
    width: 100%;
    height: 520px; }
  .event_slider_section .slide_img {
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100%;
    width: 100%; }
    .event_slider_section .slide_img:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 0; }
  .event_slider_section .event_content_wrapper {
    width: 100%;
    height: 100%;
    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;
    z-index: 1;
    position: relative; }
  .event_slider_section .event_content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 800px; }
  .event_slider_section .sw_title {
    padding-bottom: 20px; }
  .event_slider_section .event_title {
    font-size: 3.2em;
    line-height: 1; }
  .event_slider_section .divider {
    border-bottom: 2px solid #7ea92e;
    width: 40px;
    margin: 10px auto; }
  .event_slider_section .event_location,
  .event_slider_section .event_date,
  .event_slider_section .event_tagline {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.1em;
    padding-bottom: 10px; }
  .event_slider_section .event_tagline {
    padding-bottom: 0;
    text-transform: uppercase; }
  .event_slider_section .post_button {
    margin-top: 10px; }

@media screen and (max-width: 991.98px) {
  .event_slider_section .event_content {
    width: 100%;
    padding: 0 40px; }
  .event_slider_section .event_title {
    font-size: 2.2em; } }

@media screen and (max-width: 767.98px) {
  .event_slider_section .slide {
    height: 520px; }
  .event_slider_section .event_content {
    padding: 0 20px; }
  .event_slider_section .event_title {
    font-size: 1.8em; }
  .event_slider_section .event_location,
  .event_slider_section .event_date,
  .event_slider_section .event_tagline {
    font-size: .9em; } }

.subpage_twocol .team_block {
  padding-top: 20px; }

.team_block .team_member_wrapper,
.contact_block_section .team_member_wrapper {
  padding-bottom: 10px; }
  .team_block .team_member_wrapper:last-child .team_bio,
  .contact_block_section .team_member_wrapper:last-child .team_bio {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.team_block .team_header,
.contact_block_section .team_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.team_block .team_headshot,
.contact_block_section .team_headshot {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center; }

.team_block .team_name_contact,
.contact_block_section .team_name_contact {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px; }

.team_block .team_name,
.contact_block_section .team_name {
  margin-bottom: 0;
  font-size: 1.4em; }

.team_block .job_title,
.contact_block_section .job_title {
  font-weight: 700;
  color: #275023; }

.team_block .divider_short,
.contact_block_section .divider_short {
  border-bottom: 1px solid #7ea92e;
  width: 40px;
  padding-top: 10px;
  margin-bottom: 10px; }

.team_block .team_bio,
.contact_block_section .team_bio {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2; }

@media screen and (max-width: 767.98px) {
  .team_block .team_headshot,
  .contact_block_section .team_headshot {
    width: 80px;
    height: 80px; }
  .team_block .team_name,
  .contact_block_section .team_name {
    margin-bottom: 0;
    font-size: 1.1em; }
  .team_block .divider_short,
  .contact_block_section .divider_short {
    padding-top: 5px;
    margin-bottom: 5px; }
  .team_block .job_title,
  .team_block .email_address,
  .contact_block_section .job_title,
  .contact_block_section .email_address {
    font-size: 0.9em; } }

.sw_boxes {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#77991C), to(#305821));
  background-image: -webkit-linear-gradient(bottom, #77991C, #305821);
  background-image: -o-linear-gradient(bottom, #77991C, #305821);
  background-image: linear-gradient(to top, #77991C, #305821);
  padding: 30px 0;
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .sw_boxes {
      padding: 20px 0 10px 0; } }
  .sw_boxes .box_close {
    position: absolute;
    right: 0px;
    top: 20px;
    background-color: transparent;
    z-index: 2;
    font-size: 1.2em;
    outline: 0; }
    @media only screen and (max-width: 767.98px) {
      .sw_boxes .box_close {
        top: 10px; } }
  .sw_boxes .sw_watermark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/sw_watermark.svg) no-repeat scroll center bottom;
    background-size: contain;
    opacity: 0.1;
    z-index: 0; }
  .sw_boxes .sw_boxes_title {
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767.98px) {
      .sw_boxes .sw_boxes_title {
        font-size: 1.4em; } }
  .sw_boxes .sw_box_wrapper {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 991.98px) {
      .sw_boxes .sw_box_wrapper:first-child {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767.98px) {
      .sw_boxes .sw_box_wrapper {
        padding: 15px 10px; } }
  @media only screen and (max-width: 991.98px) {
    .sw_boxes .logo_col {
      width: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 767.98px) {
    .sw_boxes .logo_col {
      width: 70px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .sw_boxes .logo_col img {
    width: auto;
    height: 120px; }
    @media only screen and (max-width: 991.98px) {
      .sw_boxes .logo_col img {
        height: 100px; } }
    @media only screen and (max-width: 767.98px) {
      .sw_boxes .logo_col img {
        height: auto;
        width: auto; } }
  .sw_boxes .info_col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px; }
    .sw_boxes .info_col h3 {
      font-size: 1.4em;
      color: #275023; }
      @media only screen and (max-width: 767.98px) {
        .sw_boxes .info_col h3 {
          font-size: 1.2em; } }
  .sw_boxes .box_text {
    color: #000;
    font-size: 0.9em; }
    @media only screen and (max-width: 767.98px) {
      .sw_boxes .box_text {
        font-size: 0.8em; } }
  .sw_boxes.sw_boxes_footer {
    background-color: #2B2B2B;
    background-image: none; }
    .sw_boxes.sw_boxes_footer .sw_watermark {
      display: none; }
  .sw_boxes.sw_boxes_home.hidden {
    display: none; }

/*--------------------------------------------------------------
# post styles
--------------------------------------------------------------*/
.fullwidth_post_section .post_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin: 0 auto; }
  .fullwidth_post_section .post_row .fullwidth_post {
    width: calc(27% - 1rem);
    margin-left: 1rem; }
    .fullwidth_post_section .post_row .fullwidth_post:first-child {
      width: 46%;
      margin-left: 0; }

.fullwidth_post_section.fullwidth_post_block .more_link {
  padding-top: 40px; }

.fullwidth_post .post_wrapper {
  border-radius: 10px;
  height: 370px;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative; }

.fullwidth_post .post_info {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50%;
  border-radius: 0 0 10px 10px;
  color: #fff;
  padding: 20px; }

.fullwidth_post .post_date_wrapper {
  font-size: .9em;
  letter-spacing: -.1px; }

.fullwidth_post .post_date {
  color: #fff; }

.fullwidth_post h3 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5; }

.fullwidth_post:first-child h3 {
  font-size: 1.4em;
  line-height: 1.4; }

.fullwidth_post .post_button {
  position: absolute;
  left: 20px;
  bottom: -14px; }

@media screen and (max-width: 1199.98px) {
  .fullwidth_post_section .post_row {
    width: 960px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fullwidth_post_section .post_row .fullwidth_post {
      width: calc(50% - 1rem);
      margin-left: 0; }
      .fullwidth_post_section .post_row .fullwidth_post:first-child {
        width: 100%;
        margin-bottom: 40px; }
        .fullwidth_post_section .post_row .fullwidth_post:first-child .post_wrapper {
          height: 500px; }
        .fullwidth_post_section .post_row .fullwidth_post:first-child .post_info {
          height: 30%; }
  .fullwidth_post .post_wrapper {
    height: 350px; }
  .fullwidth_post .post_date_wrapper {
    font-size: 1em;
    letter-spacing: 0; } }

@media screen and (max-width: 991.98px) {
  .fullwidth_post_section .post_row {
    max-width: 720px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    .fullwidth_post_section .post_row .fullwidth_post:first-child .post_wrapper {
      height: 350px; }
    .fullwidth_post_section .post_row .fullwidth_post:first-child .post_info {
      height: 50%; }
  .fullwidth_post_section.fullwidth_post_block .more_link {
    padding-top: 60px; }
  .fullwidth_post .post_wrapper {
    height: 360px; } }

@media screen and (max-width: 767.98px) {
  .fullwidth_post_section .post_row {
    max-width: 540px; }
    .fullwidth_post_section .post_row .fullwidth_post,
    .fullwidth_post_section .post_row .fullwidth_post:first-child {
      width: 100%;
      margin-bottom: 30px; }
      .fullwidth_post_section .post_row .fullwidth_post h3,
      .fullwidth_post_section .post_row .fullwidth_post:first-child h3 {
        font-size: 1em; }
  .fullwidth_post_section.fullwidth_post_block .more_link {
    padding-top: 0; } }

.section.white .twocol_post {
  background-color: #eeeeee; }

.section.grey .twocol_post {
  background-color: #fff; }

.twocol_post {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  position: relative;
  height: 140px; }
  .twocol_post .post_thumbnail {
    width: 200px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    background-position: center center;
    background-size: cover;
    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;
    outline: 0; }
    .twocol_post .post_thumbnail .play_but {
      display: block;
      text-align: center;
      color: #fff;
      border-radius: 100%;
      background-color: rgba(126, 169, 46, 0.8);
      padding-left: 6px;
      width: 65px;
      height: 65px;
      font-size: 1.6em;
      line-height: 2.7; }
  .twocol_post .post_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 20px; }
  .twocol_post h3 {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 400;
    color: #275023; }
  .twocol_post .post_button {
    position: absolute;
    left: 35px;
    bottom: -14px; }
  .twocol_post:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 440px; }
    .twocol_post:first-child .post_thumbnail {
      width: 100%;
      height: 260px;
      border-radius: 10px 10px 0 0; }
      .twocol_post:first-child .post_thumbnail .play_but {
        width: 80px;
        height: 80px;
        font-size: 2em;
        line-height: 2.5; }
    .twocol_post:first-child h3 {
      font-size: 1.4em; }

@media screen and (max-width: 1199.98px) {
  .twocol_post .post_thumbnail {
    width: 180px; }
  .twocol_post .post_button {
    left: 25px; }
  .twocol_post h3 {
    font-size: .9em; }
  .twocol_post:first-child {
    height: 390px; }
    .twocol_post:first-child .post_thumbnail {
      height: 220px; }
    .twocol_post:first-child h3 {
      font-size: 1.2em; } }

@media screen and (max-width: 991.98px) {
  .post_list_column {
    padding-bottom: 60px; }
    .post_list_column:last-child {
      padding-bottom: 0; }
  .twocol_post_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .twocol_post {
    width: calc(50% - 1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 350px;
    margin-bottom: 35px; }
    .twocol_post .post_thumbnail,
    .twocol_post .post_info {
      width: 100%; }
    .twocol_post .post_thumbnail {
      height: 200px;
      border-radius: 10px 10px 0 0; }
      .twocol_post .post_thumbnail .play_but {
        width: 80px;
        height: 80px;
        font-size: 2em;
        line-height: 2.5; }
    .twocol_post h3 {
      font-size: 1em; }
    .twocol_post:first-child {
      width: 100%;
      height: 455px; }
      .twocol_post:first-child .post_thumbnail {
        height: 300px; }
      .twocol_post:first-child h3 {
        font-size: 1.4em; } }

@media screen and (max-width: 767.98px) {
  .post_list_column {
    padding-bottom: 40px; }
  .twocol_post_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .twocol_post,
  .twocol_post:first-child {
    width: 100%;
    height: auto; }
    .twocol_post .post_thumbnail,
    .twocol_post:first-child .post_thumbnail {
      height: 220px; }
    .twocol_post .post_info,
    .twocol_post:first-child .post_info {
      padding: 16px 20px 30px 20px; }
    .twocol_post h3,
    .twocol_post:first-child h3 {
      font-size: .95em; }
    .twocol_post .post_button,
    .twocol_post:first-child .post_button {
      left: 20px; } }

.section.white .threecol_post {
  background-color: #eeeeee; }

.section.grey .threecol_post {
  background-color: #fff; }

.event_media_page .threecol_post {
  margin-top: 0;
  margin-bottom: 30px; }

.threecol_post {
  margin-top: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  height: 350px;
  background-color: #eeeeee; }
  .threecol_post .post_thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
    background-position: center center;
    background-size: cover;
    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;
    outline: 0; }
    .threecol_post .post_thumbnail .play_but {
      display: block;
      width: 80px;
      height: 80px;
      text-align: center;
      color: #fff;
      font-size: 2em;
      border-radius: 100%;
      background-color: rgba(126, 169, 46, 0.8);
      line-height: 2.5;
      padding-left: 6px; }
  .threecol_post h2 {
    font-size: 1em;
    color: #275023;
    font-weight: 400;
    line-height: 1.4; }
  .threecol_post .post_info {
    padding: 16px 20px; }
  .threecol_post .post_button {
    position: absolute;
    left: 20px;
    bottom: -14px; }

@media screen and (max-width: 1199.98px) {
  .threecol_post h2 {
    font-size: .9em; } }

@media screen and (max-width: 767.98px) {
  .threecol_post {
    height: auto;
    margin-top: 10px; }
    .threecol_post h2 {
      font-size: .95em; }
    .threecol_post .post_info {
      padding: 16px 20px 25px 16px; }
    .threecol_post .post_button {
      left: 10px; } }

.upcoming_events_wrapper .threecol_post {
  height: auto; }
  .upcoming_events_wrapper .threecol_post .post_info {
    padding: 16px 20px 35px 20px; }

.upcoming_events_wrapper .post_date {
  font-weight: 700;
  color: #7ea92e; }

.upcoming_events_wrapper .teaser {
  font-size: 0.9em;
  font-weight: 300; }

.archive_banner {
  padding-bottom: 40px;
  height: 200px; }

.hero_wrapper {
  margin-top: -40px; }

.hero_post_thumbnail {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  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;
  outline: 0; }
  .hero_post_thumbnail .play_but {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 2em;
    border-radius: 100%;
    background-color: rgba(126, 169, 46, 0.8);
    line-height: 2.5;
    padding-left: 6px; }

.hero_post_info {
  padding: 60px 0; }
  .hero_post_info h2 {
    font-weight: 400;
    color: #275023;
    font-size: 1.4em;
    line-height: 1.4;
    padding-bottom: 20px; }

.recent_title {
  font-family: "Aleo", serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  font-size: 1.3em; }
  .recent_title span {
    background-color: #fff;
    padding: 0 20px 0 0;
    z-index: 1;
    position: relative; }
  .recent_title:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #7ea92e;
    width: 100%;
    left: 0;
    top: 15px;
    z-index: 0; }

.hero_button_wrapper {
  position: relative; }
  .hero_button_wrapper:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #7ea92e;
    width: 100%;
    left: 0;
    top: 15px;
    z-index: 0; }
  .hero_button_wrapper .post_button {
    z-index: 1;
    position: relative; }

@media screen and (max-width: 991.98px) {
  .archive_banner {
    height: 160px; }
  .hero_post_info {
    padding: 30px 0 0 0; } }

@media screen and (max-width: 767.98px) {
  .archive_banner {
    height: 120px; }
  .hero_post_thumbnail {
    height: 240px; }
  .hero_post_info {
    padding: 20px 0; }
    .hero_post_info h2 {
      padding-bottom: 10px;
      font-size: 1.1em; }
  .recent_title {
    font-size: 1.1em;
    padding-bottom: 10px; }
    .recent_title span {
      padding: 0 10px 0 0; }
    .recent_title:before {
      top: 13px; } }

.event_sidebar .sw_title {
  font-size: 1.8em;
  padding-left: 55px;
  line-height: 1.6; }

.sidebar_posts {
  padding: 0; }

.threecol_post.sidebar_post {
  height: auto;
  margin-top: 0;
  margin-bottom: 35px; }
  .threecol_post.sidebar_post .post_info {
    padding: 16px 20px 35px 16px; }
  .threecol_post.sidebar_post .post_date {
    padding-left: 20px;
    font-weight: 700;
    color: #7ea92e; }
    .threecol_post.sidebar_post .post_date:before {
      left: 0; }
  .threecol_post.sidebar_post h3 {
    font-size: 1em;
    color: #275023;
    font-weight: 700;
    line-height: 1.4; }
  .threecol_post.sidebar_post .teaser {
    font-size: 0.9em;
    font-weight: 300; }

@media screen and (max-width: 1199.98px) {
  .event_sidebar .sw_title {
    font-size: 1.8em;
    padding-left: 55px;
    line-height: 1.6; } }

@media screen and (max-width: 991.98px) {
  .event_sidebar {
    display: none; } }

.onecol_post {
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  height: 300px;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .onecol_post .post_thumbnail {
    width: 50%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    background-position: center center;
    background-size: cover;
    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;
    outline: 0; }
  .onecol_post .post_info {
    width: 50%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .onecol_post h2 {
    font-size: 2em;
    color: #275023;
    font-weight: 700;
    line-height: 1.4; }
  .onecol_post .post_date {
    font-weight: 700;
    color: #7ea92e; }
  .onecol_post .teaser {
    padding-bottom: 20px; }

@media screen and (max-width: 991.98px) {
  .onecol_post {
    margin-bottom: 30px; }
    .onecol_post h2 {
      font-size: 1.6em; }
    .onecol_post .teaser {
      padding-bottom: 0; }
    .onecol_post .post_button {
      position: absolute;
      bottom: -15px; } }

@media screen and (max-width: 767.98px) {
  .onecol_post {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .onecol_post .post_thumbnail,
    .onecol_post .post_info {
      width: 100%; }
    .onecol_post .post_thumbnail {
      height: 200px;
      border-radius: 10px 10px 0 0; }
    .onecol_post .post_info {
      padding: 16px 20px 35px 16px; }
    .onecol_post h2 {
      font-size: 1.1em; }
    .onecol_post .teaser {
      font-size: 0.85em; }
    .onecol_post .post_button {
      left: 10px; } }

.article_banner {
  height: 80px; }

.post_detail_container {
  padding-bottom: 0; }
  .post_detail_container .post_content {
    margin-top: -100px; }
  .post_detail_container .post_detail_thumbnail {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    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;
    outline: 0; }
    .post_detail_container .post_detail_thumbnail .play_but {
      display: block;
      width: 80px;
      height: 80px;
      text-align: center;
      color: #fff;
      font-size: 2em;
      border-radius: 100%;
      background-color: rgba(126, 169, 46, 0.8);
      line-height: 2.5;
      padding-left: 6px; }
  .post_detail_container .post_date_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0; }
  .post_detail_container .category_wrapper {
    color: #fff;
    font-family: "Aleo", serif;
    background-color: #7ea92e;
    border-radius: 50px;
    padding: 5px 20px;
    display: inline-block;
    font-size: 0.9em; }
  .post_detail_container .post_detail_date {
    font-size: 1em;
    color: #959595;
    padding-left: 10px; }
  .post_detail_container h1 {
    margin-top: 0;
    color: #275023;
    font-size: 2.2em; }
  .post_detail_container .divider {
    border-top: 1px solid #e2e2e2;
    width: 100%; }
  .post_detail_container .author_wrapper {
    position: relative; }
    .post_detail_container .author_wrapper:before {
      content: '';
      position: absolute;
      border-bottom: 1px solid #e2e2e2;
      width: 100%;
      left: 0;
      top: 20px;
      z-index: 0; }
  .post_detail_container .author_bubble {
    background-color: #e2e2e2;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .post_detail_container .author_bubble .author_thumbnail {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background-size: cover;
      background-position: center center; }
    .post_detail_container .author_bubble .author_name {
      padding: 0 30px 0 15px;
      color: #4d4d4d;
      font-weight: 400; }
  .post_detail_container .entry-footer {
    padding: 30px 0; }
  .post_detail_container .author_full_wrapper,
  .post_detail_container .post_tags,
  .post_detail_container .share_buts {
    padding-bottom: 30px; }
  .post_detail_container .swr_box {
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .post_detail_container .swr_box .logo_col {
      width: 180px; }
    .post_detail_container .swr_box .box_info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 35px;
      color: #275023; }
      .post_detail_container .swr_box .box_info b, .post_detail_container .swr_box .box_info strong {
        font-weight: 700; }
  .post_detail_container .share_buts a span {
    border-radius: 100% !important;
    padding: 4px; }
  .post_detail_container .author_full_wrapper {
    padding-bottom: 10px; }
    .post_detail_container .author_full_wrapper .author_bio {
      font-style: italic;
      font-size: .9em; }
  .post_detail_container .author_name_role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px; }
    .post_detail_container .author_name_role .author_thumbnail {
      width: 50px;
      height: 50px;
      background-size: cover;
      background-position: center center;
      border-radius: 50px; }
    .post_detail_container .author_name_role .name_role {
      padding-left: 10px; }
    .post_detail_container .author_name_role .author_name {
      font-size: 1em; }
    .post_detail_container .author_name_role .author_role {
      font-size: 1em;
      color: grey; }
  .post_detail_container .post_tags .tag_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .post_detail_container .post_tags .tag {
    background-color: #e2e2e2;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 20px;
    color: #4d4d4d;
    font-size: 0.9em;
    text-decoration: none; }
    .post_detail_container .post_tags .tag:hover, .post_detail_container .post_tags .tag:focus {
      color: #fff;
      background-color: #7ea92e; }
  .post_detail_container .related_articles .sw_title {
    padding-bottom: 10px; }

@media screen and (max-width: 767.98px) {
  .post_detail_container .post_detail_thumbnail {
    height: 230px; }
  .post_detail_container .post_date_cat {
    font-size: 0.8em; }
  .post_detail_container h1 {
    font-size: 1.6em; }
  .post_detail_container .swr_box {
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .post_detail_container .swr_box .logo_col {
      width: 120px;
      padding-bottom: 20px; }
    .post_detail_container .swr_box .box_info {
      padding-left: 0;
      text-align: center;
      font-size: .9em; }
  .post_detail_container .post_tags .tag {
    font-size: 0.8em;
    padding: 6px 10px; } }

:root {
  --fa-primary-color: #7ea92e;
  --fa-secondary-color: #fff;
  --fa-secondary-opacity: .7; }

.event_registration_popup .sw_title {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  padding-left: 40px;
  line-height: 1.5; }
  .event_registration_popup .sw_title:before {
    width: 30px;
    height: 30px; }

.event_registration_popup .google_credit {
  padding-top: 10px;
  font-size: .8em;
  color: grey;
  font-weight: 300; }
  .event_registration_popup .google_credit a {
    font-weight: 400; }

.event_detail_section .text_center {
  text-align: center; }

.event_detail_section .header_buttons {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 90px;
  z-index: 10;
  width: 100%;
  padding: 6px 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .event_detail_section .header_buttons.header_top {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  .event_detail_section .header_buttons.header_mid {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .event_detail_section .header_buttons .event_header_wrapper {
    width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .event_detail_section .header_buttons .event_name {
    color: #fff;
    font-family: "Aleo", serif;
    font-size: 1em; }
  .event_detail_section .header_buttons .button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .event_detail_section .header_buttons .post_button {
    margin-right: 6px; }
    .event_detail_section .header_buttons .post_button:last-child {
      margin-right: 0; }

.event_detail_section .conference_banner {
  background-size: cover;
  background-position: center center;
  height: 450px;
  position: relative; }
  .event_detail_section .conference_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .event_detail_section .conference_banner .banner_content {
    color: #fff;
    text-align: center; }
  .event_detail_section .conference_banner .banner_subtitle {
    text-transform: uppercase; }
  .event_detail_section .conference_banner .banner_date,
  .event_detail_section .conference_banner .banner_subtitle {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px; }
  .event_detail_section .conference_banner .banner_title {
    font-size: 3.2em;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    padding-bottom: 15px; }
  .event_detail_section .conference_banner .divider {
    border-bottom: 2px solid #7ea92e;
    width: 40px;
    margin: 10px auto; }

.event_detail_section .workshop_wrapper {
  background-color: #fff;
  padding: 30px 160px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px; }
  .event_detail_section .workshop_wrapper h1, .event_detail_section .workshop_wrapper h2, .event_detail_section .workshop_wrapper h3, .event_detail_section .workshop_wrapper h4, .event_detail_section .workshop_wrapper h5 {
    color: #275023; }
  .event_detail_section .workshop_wrapper .workshop_subtitle {
    font-family: "Aleo", serif;
    color: #275023;
    padding-bottom: .5em;
    font-size: 1.2em; }
  .event_detail_section .workshop_wrapper .workshop_date {
    color: #7ea92e;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px; }
  .event_detail_section .workshop_wrapper .sponsor_title {
    text-transform: uppercase;
    color: #938b8a; }
  .event_detail_section .workshop_wrapper .sponsor_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px; }
  .event_detail_section .workshop_wrapper .logo_tile {
    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: 20px;
    width: 25%; }

.event_detail_section .sponsorship_section .sponsor_title {
  font-size: 1.4em;
  position: relative;
  width: 100%;
  text-align: center; }
  .event_detail_section .sponsorship_section .sponsor_title.gold {
    color: #1a1a1a; }
  .event_detail_section .sponsorship_section .sponsor_title.silver {
    color: #1a1a1a; }
  .event_detail_section .sponsorship_section .sponsor_title.bronze {
    color: #1a1a1a; }
  .event_detail_section .sponsorship_section .sponsor_title span {
    background-color: #fff;
    padding: 0 20px;
    z-index: 1;
    position: relative; }
  .event_detail_section .sponsorship_section .sponsor_title:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #959595;
    width: 100%;
    left: 0;
    top: 13px;
    z-index: 0; }

.event_detail_section .sponsorship_section .logo_grid {
  padding-top: 20px;
  padding-bottom: 20px; }

.event_detail_section .sponsorship_section .logo_tile {
  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: 30px; }

.event_detail_section .why_attend {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .event_detail_section .why_attend:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .event_detail_section .why_attend .reason_icon {
    font-size: 5em;
    color: #7ea92e; }
  .event_detail_section .why_attend .reason_text {
    text-align: center;
    color: #fff; }

.event_detail_section .agenda_highlights .agenda_wrapper {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px; }
  .event_detail_section .agenda_highlights .agenda_wrapper ul {
    margin: 0;
    padding: 0; }
    .event_detail_section .agenda_highlights .agenda_wrapper ul li {
      margin-bottom: .8rem;
      padding-left: 1.5rem;
      position: relative;
      list-style: none; }
      .event_detail_section .agenda_highlights .agenda_wrapper ul li:before {
        content: '';
        position: absolute;
        background: transparent url(images/list_icon_bold.svg) no-repeat scroll center center;
        left: 0px;
        top: 3px;
        width: 15px;
        height: 15px; }

.event_detail_section .agenda_highlights .agenda_buttons {
  text-align: center;
  padding-top: 20px; }

.event_detail_section .speaker_list .speaker_wrapper {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 6px;
  min-height: 112px; }

.event_detail_section .speaker_list .speaker_name {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #275023; }

.event_detail_section .speaker_list .speaker_role,
.event_detail_section .speaker_list .speaker_company {
  font-size: .9em; }

.event_detail_section .speaker_list .speaker_company {
  font-weight: 700; }

.event_detail_section .past_attendees .logo_tile {
  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: 30px; }

.event_detail_section .footer_info .sw_title {
  padding-left: 55px;
  padding-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.8; }

.event_detail_section .footer_info .footer_col_text {
  padding-bottom: 20px; }

.event_detail_section .footer_info .team_member_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.event_detail_section .footer_info .team_headshot {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center; }

.event_detail_section .footer_info .team_name_contact {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px; }

.event_detail_section .footer_info .team_name {
  margin-bottom: 0;
  font-size: 1em; }

.event_detail_section .footer_info .email_address {
  font-size: 0.9em; }

.event_detail_section .sponsor_icon_row {
  margin: 30px 0; }
  .event_detail_section .sponsor_icon_row .sp_icon {
    color: #7ea92e;
    font-size: 4em;
    margin-bottom: 1rem; }
  .event_detail_section .sponsor_icon_row strong {
    font-weight: 700; }

@media screen and (max-width: 1139px) {
  .event_detail_section .header_buttons {
    top: 60px;
    width: 100%;
    padding: 6px 10px; }
    .event_detail_section .header_buttons .event_header_wrapper {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .event_detail_section .header_buttons .event_name {
      display: none; }
    .event_detail_section .header_buttons .post_button {
      font-size: 0.7em;
      padding: 5px 16px; } }

@media screen and (max-width: 1199.98px) {
  .event_detail_section .workshop_wrapper {
    padding: 30px; } }

@media screen and (max-width: 991.98px) {
  .event_detail_section .conference_banner .banner_title {
    font-size: 3em; }
  .event_detail_section .conference_banner .banner_date,
  .event_detail_section .conference_banner .banner_subtitle {
    font-size: 1em; }
  .event_detail_section .workshop_section .title_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .event_detail_section .workshop_wrapper {
    padding: 20px; }
    .event_detail_section .workshop_wrapper .workshop_title {
      font-size: 1.4em; }
    .event_detail_section .workshop_wrapper .workshop_subtitle {
      font-size: 1.1em; }
    .event_detail_section .workshop_wrapper .workshop_date {
      font-size: 0.8em; }
    .event_detail_section .workshop_wrapper .workshop_info {
      font-size: .9em;
      line-height: 1.6; }
    .event_detail_section .workshop_wrapper .logo_tile {
      width: 33.3333%;
      padding: 10px; }
    .event_detail_section .workshop_wrapper .sponsor_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .event_detail_section .workshop_wrapper .post_button.lightgreen {
      margin-bottom: 10px; }
  .event_detail_section .why_attend .reason_icon {
    font-size: 4em; }
  .event_detail_section .speaker_list .speaker_wrapper {
    margin-bottom: 15px;
    min-height: auto; }
  .event_detail_section .footer_info .footer_col_wrapper {
    padding-bottom: 30px; } }

@media screen and (max-width: 767.98px) {
  .event_detail_section .title_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .event_detail_section .device_left {
    text-align: left; }
    .event_detail_section .device_left p {
      text-align: left !important; }
  .event_detail_section .header_buttons {
    display: none; }
  .event_detail_section .conference_banner .banner_title {
    font-size: 2.1em;
    line-height: 1;
    margin: 0 0 12px 0; }
  .event_detail_section .conference_banner .banner_date,
  .event_detail_section .conference_banner .banner_subtitle {
    font-size: .9em; }
  .event_detail_section .conference_banner .banner_date {
    padding-bottom: 10px; }
  .event_detail_section .conference_banner .banner_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .event_detail_section .conference_banner .banner_buttons a {
      margin-bottom: 10px; }
  .event_detail_section .sponsorship_section .sponsor_title {
    font-size: 1.2em; }
    .event_detail_section .sponsorship_section .sponsor_title span {
      padding: 0 10px 0 10px; }
    .event_detail_section .sponsorship_section .sponsor_title:before {
      top: 11px; }
  .event_detail_section .sponsorship_section .logo_tile {
    padding-bottom: 30px; }
    .event_detail_section .sponsorship_section .logo_tile img {
      width: 180px; }
  .event_detail_section .why_attend {
    padding: 60px 0; }
    .event_detail_section .why_attend .reason_icon {
      font-size: 3.5em;
      padding-top: 20px; }
    .event_detail_section .why_attend .reason_col:first-child .reason_icon {
      padding-top: 0; }
  .event_detail_section .agenda_highlights .agenda_wrapper {
    -webkit-column-count: 1;
    column-count: 1; }
  .event_detail_section .agenda_highlights .agenda_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .event_detail_section .agenda_highlights .agenda_buttons a {
      margin-bottom: 10px; }
  .event_detail_section .speaker_list .speaker_wrapper {
    margin-bottom: 10px;
    min-height: auto;
    padding: 15px; }
  .event_detail_section .past_attendees .logo_tile {
    padding: 15px; }
  .event_detail_section .footer_info .sw_title {
    font-size: 1.4em;
    padding-left: 40px;
    line-height: 1.5; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu-toggle {
  display: none;
  outline: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer; }

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: .6em;
  right: 5px;
  line-height: 1;
  margin: 0 auto;
  padding: .5em 0.7em;
  position: absolute;
  text-shadow: none;
  top: 3px; }
  .dropdown-toggle .fa-chevron-down {
    color: #7ea92e;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .dropdown-toggle .abs_chevron {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.main-navigation {
  width: auto;
  background: transparent;
  padding-right: 220px;
  position: relative; }
  .main-navigation .dropdown-toggle::after {
    display: none; }
  .main-navigation .search-form {
    position: absolute;
    right: 0;
    top: -6px;
    width: 200px; }
    .main-navigation .search-form label {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .main-navigation .search-form button {
      position: absolute;
      right: 3px;
      top: 3px;
      background-color: #346b2e;
      outline: 0;
      border: 0;
      border-radius: 100%;
      color: #fff;
      cursor: pointer;
      width: 30px;
      height: 30px;
      padding: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .main-navigation .search-form button svg {
        font-size: 0.9em; }
      .main-navigation .search-form button:hover {
        background-color: #275023; }
    .main-navigation .search-form input[type=search] {
      background-color: #e2e2e2;
      border-radius: 50px;
      border: 0;
      width: 100%;
      outline: 0;
      padding: 7px 40px 7px 15px;
      font-size: 0.9em;
      font-weight: 300; }
  .main-navigation a {
    font-family: "Aleo", serif;
    color: #1a1a1a;
    text-decoration: none;
    padding: 1em .5em;
    font-size: .85em;
    font-weight: 700;
    outline: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .main-navigation ul {
    background: transparent;
    padding: 0; }
    .main-navigation ul li {
      border: 0;
      display: inline-block;
      position: relative;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .main-navigation ul li:before {
        display: none; }
      .main-navigation ul li .dropdown-toggle .abs_chevron {
        fill: #7ea92e; }
      .main-navigation ul li:hover a {
        color: #7ea92e; }
      .main-navigation ul li:hover .dropdown-toggle .abs_chevron {
        fill: #7ea92e; }
      .main-navigation ul li:hover .sub-menu li a {
        color: #1a1a1a;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        font-weight: 400; }
        .main-navigation ul li:hover .sub-menu li a:hover {
          color: #fff;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
  .main-navigation .sub-menu {
    background: rgba(255, 255, 255, 0.8);
    left: -999em;
    padding: 0;
    position: absolute;
    top: 56px;
    z-index: 99999;
    margin-left: 1em;
    display: block; }
    .main-navigation .sub-menu li {
      display: block;
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      padding: 0; }
      .main-navigation .sub-menu li a {
        padding: 16px;
        width: 16em;
        font-weight: 400 !important; }
        .main-navigation .sub-menu li a:hover {
          color: #fff;
          background-color: #7ea92e; }
  .main-navigation .menu > li.current-menu-item a,
  .main-navigation .menu > li.current_page_ancestor a {
    font-weight: 800;
    color: #7ea92e; }

.main-navigation > div > ul {
  border: 0;
  margin: 0;
  padding: 0; }

.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: block; }

.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.2); }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
  right: auto; }

.main-navigation li li a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 150px;
  display: inline-block; }

.main-navigation li li.focus > a,
.main-navigation li li:focus > a,
.main-navigation li li:hover > a,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus,
.main-navigation li li.current-menu-item a:focus {
  color: #fff; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
  right: auto; }

.menu-item-has-children a {
  padding: 1.15em 2em 38px 1em; }

.main-navigation ul ul ul {
  left: -999em;
  margin-top: -1px;
  top: 0; }

.main-navigation ul ul li.menu-item-has-children.focus:before,
.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children.focus:after,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children.focus:before,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children.focus:after,
.main-navigation ul ul li.page_item_has_children:hover:after {
  display: none; }

.site-header .site-navigation-fixed .menu-scroll-down {
  display: none; }

@media screen and (max-width: 1139px) {
  .main-navigation {
    padding: 70px 20px 20px 20px;
    font-size: .9em;
    width: 300px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    background: #333333;
    z-index: 100; }
    .main-navigation.toggled-on {
      clear: both;
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .main-navigation .search-form {
      right: auto;
      left: 20px;
      top: 20px;
      width: 260px; }
      .main-navigation .search-form input[type=search] {
        font-size: 1em; }
    .main-navigation ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 4px; }
      .main-navigation ul li:after {
        display: none; }
      .main-navigation ul li a {
        color: #fff !important; }
      .main-navigation ul li .dropdown-toggle {
        width: 22px;
        height: 22px;
        padding: 9px 0 0 10px;
        margin: 0;
        position: static;
        fill: #7ea92e;
        font-size: 1em; }
        .main-navigation ul li .dropdown-toggle svg {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .main-navigation ul li .dropdown-toggle.toggled-on svg {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .main-navigation ul li:hover .dropdown-toggle .abs_chevron {
        fill: #7ea92e; }
    .main-navigation .menu > li.current-menu-item a, .main-navigation .menu > li.current_page_ancestor a {
      color: #fff; }
    .main-navigation .menu > li.current-menu-item:after, .main-navigation .menu > li.current_page_ancestor:after {
      display: none; }
    .main-navigation .sub-menu {
      display: none;
      padding: 0;
      position: static;
      background: transparent;
      margin: 0; }
      .main-navigation .sub-menu.toggled-on {
        display: block; }
      .main-navigation .sub-menu li a {
        color: #7ea92e !important;
        padding: 10px; }
        .main-navigation .sub-menu li a:hover {
          background-color: transparent; }
  .main-navigation .menu > li.current-menu-item:before, .main-navigation .menu > li:hover:before {
    display: none; }
  .nav_mask {
    position: fixed;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    width: 0;
    z-index: 99; }
    .nav_mask.toggled-on {
      opacity: 1;
      height: 100%;
      width: 100%; }
  .main-navigation,
  .main-navigation ul {
    height: 100%; }
  .menu-main-menu-container {
    padding: 3em 1.695em; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left; }
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: none; }
  .main-navigation.toggled-on > div > ul {
    display: block; }
  .main-navigation li li:hover,
  .main-navigation li li.focus {
    background-color: transparent; }
  .main-navigation .sub-menu.toggled-on {
    display: block; }
  .main-navigation .sub-menu a {
    letter-spacing: 0;
    padding: 0.5em 0;
    position: relative;
    width: 100%; }
  .main-navigation li {
    width: 100%; }
  .main-navigation li:last-child {
    border: 0; }
  .main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    font-size: 1em; }
  /* Menu toggle */
  .menu-toggle {
    background-color: #7ea92e;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 2.7;
    text-shadow: none;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0; }
    .menu-toggle:focus {
      outline: 0; }
    .menu-toggle img {
      width: 20px; }
  .main-navigation.toggled-on ul.nav-menu {
    display: block; } }

@media screen and (max-width: 768px) {
  .menu-main-menu-container {
    overflow-Y: scroll; } }

@media screen and (max-width: 420px) {
  .main-navigation {
    overflow-Y: scroll; }
    .main-navigation::-webkit-scrollbar-track {
      background-color: transparent; }
    .main-navigation::-webkit-scrollbar {
      background-color: transparent; }
    .main-navigation::-webkit-scrollbar-thumb {
      background-color: transparent; } }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

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

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

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

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

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

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

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