/*!
Theme Name: JM Chase
Theme URI: http://underscores.me/
Author: Alex Chilton Design
Author URI: https://www.alex-chilton.co.uk/
Description: Description
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: jmchase
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.

JM Chase 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #263043;
  font-family: athelas, serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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
--------------------------------------------- */
:root {
  scroll-behavior: auto !important;
}

body {
  background: #F4F4F4;
}

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: #6cb42c;
}
a:visited {
  color: #85d142;
}
a:hover, a:focus, a:active {
  color: #538b22;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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: #aaa #bbb #bbb;
}

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: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Thrid Party libaraies
--------------------------------------------------------------*/
#cookie-bar {
  background: #182642;
  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: #6cb42c;
  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;
  font-family: athelas, serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  -webkit-transition: all 0.6s;
  transition: all 0.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 0.4s;
  transition: all 0.4s;
  color: #c2c2c2;
  outline: 0;
  cursor: pointer;
}
#cookie-bar .cookie_close:hover {
  color: #538b22;
}

#cookie-bar .cb-enable {
  background: #6cb42c;
  margin-left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#cookie-bar .cb-enable:hover {
  background: #60a027;
}

#cookie-bar .cb-disable {
  background: #6cb42c;
}
#cookie-bar .cb-disable:hover {
  background: #60a027;
}

#cookie-bar .cb-policy {
  background: #6cb42c;
}
#cookie-bar .cb-policy:hover {
  background: #60a027;
}

#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 #6cb42c;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: 0;
  z-index: 999;
  cursor: pointer;
}
#cookie_options_corner:hover {
  border-bottom: 40px solid #60a027;
}

#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: 0.9em;
  }
  #cookie-bar .cb-enable,
  #cookie-bar .cb-disable,
  #cookie-bar .cb-policy {
    padding: 8px;
  }
  #cookie-bar .cookie_close {
    top: 16px;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  background-color: #182642;
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 30px;
}
@media only screen and (max-width: 1199.98px) {
  .site-header {
    height: 60px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-header .site-branding {
  margin-bottom: -40px;
}
@media only screen and (max-width: 767.98px) {
  .site-header .site-branding {
    margin-bottom: -20px;
  }
}
.site-header .site-branding a {
  width: 240px;
}
@media only screen and (max-width: 1199.98px) {
  .site-header .site-branding a {
    width: 190px;
  }
}
.site-header .site-branding a img {
  display: block;
  width: 100%;
}

.site-footer {
  background-color: #182642;
  width: 100%;
  padding: 30px;
  color: #fff;
  text-align: center;
}
.site-footer .charities_section {
  padding-bottom: 20px;
}
.site-footer .charity_title {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.site-footer .charity_logo_box {
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.site-footer .charity_logo_box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.site-footer .charity_logo_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  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: 10px;
}
.site-footer .charity_logo_wrapper .charity_logo {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
.site-footer .social_networks {
  padding-bottom: 20px;
}
.site-footer .socials {
  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;
}
.site-footer .socials a {
  padding: 0 8px;
  color: #6cb42c;
  font-size: 1.8em;
}
.site-footer p {
  font-size: 0.9em;
}
.site-footer p:first-child {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .site-footer p {
    font-size: 0.8em;
  }
}
.site-footer a {
  color: #6cb42c;
  text-decoration: none;
}

.subpage .entry-header {
  padding-top: 40px;
}
.subpage .entry-header h1 {
  font-size: 3em;
}
@media only screen and (max-width: 767.98px) {
  .subpage .entry-header h1 {
    font-size: 2em;
  }
}
.subpage .entry-header .intro p {
  font-size: 1.3em;
}
.subpage .entry-header .intro p:not(:first-child) {
  font-size: 1.1em;
}

.site-main {
  padding-top: 89px;
}
@media only screen and (max-width: 1199.98px) {
  .site-main {
    padding-top: 59px;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-main {
    padding-top: 50px;
  }
}

.align_center {
  text-align: center;
}

.content_block {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
  .content_block {
    padding-bottom: 30px;
  }
}
.content_block.top_padding {
  padding-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  .content_block.top_padding {
    padding-top: 30px;
  }
}
.content_block.blue_bg {
  background-color: #182642;
}

.jm_title_small {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #6cb42c;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  padding: 0 18px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .jm_title_small {
    font-size: 0.8em;
    padding: 0 12px;
  }
}
.jm_title_small:before, .jm_title_small:after {
  content: "";
  position: absolute;
  top: 1px;
  width: 12px;
  height: 12px;
  background: transparent url(images/spike.svg) no-repeat scroll center center;
  background-size: contain;
}
@media only screen and (max-width: 767.98px) {
  .jm_title_small:before, .jm_title_small:after {
    top: 2px;
    width: 8px;
    height: 8px;
  }
}
.jm_title_small:before {
  left: 0;
}
.jm_title_small:after {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section_title {
  font-size: 3em;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .section_title {
    font-size: 2.2em;
    padding-bottom: 20px;
  }
}

.arrow_link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow_link .link_text {
  color: #182642;
  padding-right: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow_link.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.arrow_link.reverse:hover .icon, .arrow_link.reverse:focus .icon {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}
.arrow_link.reverse .link_text {
  padding-right: 0;
  padding-left: 6px;
}
.arrow_link.white .link_text {
  color: #fff;
}
.arrow_link .icon {
  color: #6cb42c;
  font-size: 1.2em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow_link:hover .link_text, .arrow_link:focus .link_text {
  color: #6cb42c;
}
.arrow_link:hover .icon, .arrow_link:focus .icon {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.next_button {
  position: absolute;
  left: calc(50% - 28px);
  bottom: 0;
  background-color: #182642;
  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;
  padding: 10px 6px;
  text-align: center;
  text-decoration: none;
  width: 56px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .next_button {
    width: 50px;
    padding: 8px 6px;
  }
}
.next_button .button_label {
  font-size: 0.8em;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
  padding-bottom: 4px;
}
@media only screen and (max-width: 767.98px) {
  .next_button .button_label {
    font-size: 0.7em;
  }
}
.next_button .button_icon {
  color: #6cb42c;
  font-size: 2em;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .next_button .button_icon {
    font-size: 1.8em;
  }
}
.next_button:hover, .next_button:focus {
  background-color: #263c67;
}

.nav-next a,
.nav-next button {
  background-color: #182642;
  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: 10px 10px 10px 35px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.nav-next a .button_label,
.nav-next button .button_label {
  font-size: 0.8em;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: -4px;
  top: 22px;
}
.nav-next a .button_icon,
.nav-next button .button_icon {
  color: #6cb42c;
  font-size: 2em;
  line-height: 0;
}
.nav-next a:hover, .nav-next a:focus,
.nav-next button:hover,
.nav-next button:focus {
  background-color: #263c67;
}

.jm_filter {
  background-color: #fff;
  width: 100%;
}
.jm_filter .filter_buts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media only screen and (max-width: 767.98px) {
  .jm_filter .filter_buts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.jm_filter .filter_buts::-webkit-scrollbar {
  display: none;
}
.jm_filter .filter {
  padding: 15px 30px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 1px solid #E0E0E0;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #182642;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .jm_filter .filter {
    padding: 15px 20px;
    font-size: 0.9em;
  }
}
.jm_filter .filter:last-child {
  border-right: 0;
}
.jm_filter .filter.is-checked {
  background-color: #182642;
  color: #fff;
}
.jm_filter .filter.is-checked:hover, .jm_filter .filter.is-checked:focus {
  color: #fff;
}
.jm_filter .filter:hover, .jm_filter .filter:focus {
  color: #6cb42c;
}

.cs_team_wrapper {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_team_wrapper .team_thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_team_wrapper .team_thumb {
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  overflow: hidden;
  margin-left: -8px;
  border: 1px solid #CDCDCD;
}
@media only screen and (max-width: 991.98px) {
  .cs_team_wrapper .team_thumb {
    width: 40px;
    height: 40px;
  }
}
.cs_team_wrapper .team_thumb:first-child {
  margin-left: 0;
}
.cs_team_wrapper .team_names {
  background-color: #182642;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 8px 16px;
  margin-left: -10px;
}

.home_banner {
  width: 100%;
  position: relative;
  height: 800px;
}
@media only screen and (max-width: 991.98px) {
  .home_banner {
    height: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_banner {
    height: 500px;
  }
}
.home_banner .home_banner_slider_wrapper,
.home_banner .home_banner_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_slider,
.home_banner .splide__track,
.home_banner .splide__list,
.home_banner .splide__slide {
  height: 100%;
}
.home_banner .home_banner_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_banner .splide__pagination {
  visibility: hidden;
}
.home_banner .home_banner_content {
  padding-top: 80px;
}
@media only screen and (max-width: 991.98px) {
  .home_banner .home_banner_content {
    padding-top: 30px;
  }
}
.home_banner .banner_title {
  font-size: 2em;
  color: #182642;
}
@media only screen and (max-width: 991.98px) {
  .home_banner .banner_title {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_banner .banner_title {
    font-size: 1.4em;
  }
}
.home_banner .banner_subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #182642;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767.98px) {
  .home_banner .banner_subtitle {
    font-size: 0.75em;
    letter-spacing: 0;
  }
}
.home_banner .next_button {
  position: absolute;
  left: calc(50% - 28px);
  bottom: 0;
  background-color: #182642;
  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;
  padding: 10px 6px;
  text-align: center;
  text-decoration: none;
  width: 56px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .home_banner .next_button {
    width: 50px;
    padding: 8px 6px;
  }
}
.home_banner .next_button .button_label {
  font-size: 0.8em;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
  padding-bottom: 4px;
}
@media only screen and (max-width: 767.98px) {
  .home_banner .next_button .button_label {
    font-size: 0.7em;
  }
}
.home_banner .next_button .button_icon {
  color: #6cb42c;
  font-size: 2em;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .home_banner .next_button .button_icon {
    font-size: 1.8em;
  }
}
.home_banner .next_button:hover, .home_banner .next_button:focus {
  background-color: #263c67;
}

.text_block .tb_title {
  padding-bottom: 20px;
}

.z-layout {
  background-color: #182642;
  position: relative;
}
.z-layout:before, .z-layout:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #F4F4F4;
}
.z-layout:before {
  top: 0;
}
.z-layout:after {
  bottom: 0;
}
.z-layout .container {
  position: relative;
  z-index: 2;
}
.z-layout .container .row {
  margin-bottom: 25px;
}
.z-layout .container .row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .z-layout .container .row {
    margin-bottom: 15px;
  }
}
.z-layout .z_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767.98px) {
  .z-layout .z_image {
    height: 250px;
  }
}
.z-layout .z_content_wrapper {
  padding: 60px;
  background-color: #263043;
  color: #fff;
  height: 100%;
  min-height: 400px;
  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;
}
@media only screen and (max-width: 991.98px) {
  .z-layout .z_content_wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.z-layout .z_title_large {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .z-layout .z_title_large {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .z-layout .z_title_large {
    margin-bottom: 15px;
  }
}
.z-layout .z_content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .z-layout .z_content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .z-layout .z_content {
    margin-bottom: 15px;
  }
}

.contact_block .team_row {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .contact_block .team_row {
    padding-bottom: 20px;
  }
}
.contact_block .team_member_wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .contact_block .team_member_wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_block .team_member_wrapper {
    margin-bottom: 15px;
  }
}
.contact_block .team_headshot {
  width: 180px;
}
@media only screen and (max-width: 767.98px) {
  .contact_block .team_headshot {
    width: 130px;
  }
}
.contact_block .team_info {
  padding: 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .contact_block .team_info {
    padding: 10px 10px 10px 20px;
  }
}
.contact_block .contact_details {
  font-size: 1.2em;
  color: #4A4A4A;
}
@media only screen and (max-width: 767.98px) {
  .contact_block .contact_details {
    font-size: 1em;
  }
}
.contact_block .contact_details a {
  text-decoration: none;
  color: #4A4A4A;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.contact_block .contact_details a:hover {
  color: #6cb42c;
}
@media only screen and (max-width: 767.98px) {
  .contact_block .jm_title_small {
    margin-bottom: 4px;
  }
}
.contact_block .team_location {
  display: block;
}
.contact_block .team_agent {
  display: none;
}
.contact_block .extra_info {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .post_slider_block {
    padding-bottom: 0;
  }
}
.post_slider_block .slider_intro h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .post_slider_block .slider_intro h2 {
    font-size: 2em;
  }
}
.post_slider_block .hero_intro p:first-child {
  font-size: 1.2em;
}
@media only screen and (max-width: 767.98px) {
  .post_slider_block .hero_intro p:first-child {
    font-size: 1.1em;
  }
}
.post_slider_block .slider_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post_slider_block .nav-next {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post_slider_block .nav-next button {
  right: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.post_slider_block .nav-next button .button_icon {
  font-size: 1.8em;
}
.post_slider_block .splide__arrow--prev {
  display: none;
}
.post_slider_block .next_but {
  z-index: 2;
  position: relative;
}
.post_slider_block .next_but .arrow_link {
  margin-top: -80px;
}
.post_slider_block.blue_bg {
  color: #fff;
}
.post_slider_block.blue_bg .nav-next button {
  background-color: #263043;
}
.post_slider_block.blue_bg .post_list_wrapper {
  background-color: #263043;
  color: #fff;
}
.post_slider_block.blue_bg .arrow_link .link_text {
  color: #fff;
}
.post_slider_block.blue_bg .arrow_link:hover .link_text, .post_slider_block.blue_bg .arrow_link:focus .link_text {
  color: #6cb42c;
}

.contact_map_section .map_intro h2 {
  font-size: 3em;
  margin-bottom: 20px;
}
.contact_map_section .map_intro .intro p:first-child {
  font-size: 1.2em;
}
.contact_map_section .contact_map {
  position: relative;
  overflow: hidden;
}
.contact_map_section .contact_map .map_boxes {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 2;
}
.contact_map_section .contact_map .map_box {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  height: 100%;
}
.contact_map_section .contact_map .map_box.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .map_box {
    height: 100%;
    width: 330px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .map_box {
    width: 280px;
  }
}
.contact_map_section .contact_map .box_header {
  padding: 15px;
  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;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .box_header {
    padding: 10px;
  }
}
.contact_map_section .contact_map .map_title {
  line-height: 1;
  margin-bottom: 0;
  font-size: 2em;
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .map_title {
    font-size: 1.6em;
  }
}
.contact_map_section .contact_map .close_but {
  background-color: transparent;
  border: 0;
  font-size: 2em;
  color: #182642;
  padding: 0;
  line-height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_map_section .contact_map .close_but:hover, .contact_map_section .contact_map .close_but:focus {
  color: #6cb42c;
}
.contact_map_section .contact_map .box_info {
  padding: 30px 15px;
  height: calc(100% - 63px);
  overflow-y: scroll;
}
.contact_map_section .contact_map .box_info::-webkit-scrollbar {
  width: 6px;
}
.contact_map_section .contact_map .box_info::-webkit-scrollbar-track {
  background: transparent;
}
.contact_map_section .contact_map .box_info::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 10px;
}
.contact_map_section .contact_map .location_page_info {
  margin-bottom: 1rem;
}
.contact_map_section .contact_map .location_page_info p {
  margin-bottom: 0.5rem;
}
.contact_map_section .contact_map .team_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.contact_map_section .contact_map .team_headshot {
  width: 100px;
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .team_headshot {
    width: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .team_title {
    font-size: 1.4em;
  }
}
.contact_map_section .contact_map .contact_details {
  padding-left: 15px;
  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;
}
.contact_map_section .contact_map .team_excerpt {
  padding-bottom: 10px;
}
.contact_map_section .contact_map .arrow_link {
  margin-bottom: 20px;
}
.contact_map_section .contact_map .location_list_but_wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 15px;
  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;
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .location_list_but_wrapper {
    bottom: 15px;
  }
}
.contact_map_section .contact_map .location_list_but {
  background-color: #182642;
  color: #fff;
  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;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .location_list_but {
    width: 100%;
  }
}
.contact_map_section .contact_map .location_list_but:hover, .contact_map_section .contact_map .location_list_but:focus {
  background-color: #263043;
}
.contact_map_section .contact_map .location_list_but .location_but_left {
  padding: 10px 20px;
}
.contact_map_section .contact_map .location_list_but .location_but_left .location_label {
  padding-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.contact_map_section .contact_map .location_list_but .menu_icon_wrapper {
  background-color: #263043;
  color: #6cb42c;
  width: 50px;
  height: 50px;
  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;
}
.contact_map_section .contact_map .location_list_wrapper {
  padding: 30px 15px;
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .location_list_wrapper {
    height: calc(100% - 63px);
    overflow-y: scroll;
  }
  .contact_map_section .contact_map .location_list_wrapper::-webkit-scrollbar {
    width: 6px;
  }
  .contact_map_section .contact_map .location_list_wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact_map_section .contact_map .location_list_wrapper::-webkit-scrollbar-thumb {
    background: #eaeaea;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .location_list_wrapper {
    padding: 15px;
  }
}
.contact_map_section .contact_map .location_list_wrapper ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.contact_map_section .contact_map .location_list_wrapper li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .location_list_wrapper li {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}
.contact_map_section .contact_map .location_list_wrapper li:hover .location_label, .contact_map_section .contact_map .location_list_wrapper li:focus .location_label {
  color: #6cb42c;
}
.contact_map_section .contact_map .location_list_wrapper .pin_icon {
  color: #6cb42c;
  font-size: 1.5em;
  line-height: 0;
}
.contact_map_section .contact_map .location_list_wrapper .location_label {
  padding-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #182642;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_map_section .contact_map .location_box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  z-index: 2;
}
.contact_map_section .contact_map .location_box.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .location_box {
    width: 330px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .location_box {
    width: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact_map_section .contact_map .map_wrapper {
    padding-bottom: 100px;
    background-color: #c4eff4;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_map_section .contact_map .map_wrapper {
    height: 380px;
    padding-bottom: 150px;
  }
}
.contact_map_section .contact_map .map_wrapper svg {
  height: 100%;
  width: 100%;
}
.contact_map_section .contact_map .county_borders {
  opacity: 0.1;
}
.contact_map_section .contact_map .cls-1 {
  fill: #C4EFF4;
}
.contact_map_section .contact_map .st1 {
  clip-path: url(#SVGID_00000060734696999380689280000005160095289659101881_);
}
.contact_map_section .contact_map .cls-8 {
  fill: #B3B3B3;
}
.contact_map_section .contact_map .cls-7, .contact_map_section .contact_map .cls-6 {
  fill: #FFFFFF;
}
.contact_map_section .contact_map .st4 {
  fill: #79C5E4;
}
.contact_map_section .contact_map .st5 {
  fill: #182642;
}
.contact_map_section .contact_map .area_group {
  cursor: pointer;
}
.contact_map_section .contact_map .area_group.active .area_shape {
  fill: #6cb42c;
}
.contact_map_section .contact_map .area_group:hover .area_shape {
  fill: #6cb42c;
}
.contact_map_section .contact_map .area_group .area_shape {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.contact_map_section .contact_map .london .area_shape {
  stroke: #6cb42c;
  stroke-width: 8px;
}

.hwh_nav {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .hwh_nav {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767.98px) {
  .hwh_nav {
    display: none;
  }
}
.hwh_nav a {
  color: #182642;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.hwh_nav a:hover, .hwh_nav a:focus {
  color: #6cb42c;
}
.hwh_nav .dotsep {
  padding: 0 6px;
}

.property_acquisition {
  margin-bottom: 60px;
}
.property_acquisition .pa_info_row {
  color: #fff;
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .property_acquisition .pa_info_row {
    padding-bottom: 10px;
  }
}
.property_acquisition .pa_info_row .anchor_point {
  position: absolute;
  top: -200px;
}
.property_acquisition .pa_info_row h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .property_acquisition .pa_info_row h2 {
    font-size: 2em;
  }
}
.property_acquisition .hero_intro p:first-child {
  font-size: 1.2em;
}
@media only screen and (max-width: 767.98px) {
  .property_acquisition .hero_intro p:first-child {
    font-size: 1.1em;
  }
}
.property_acquisition.z-layout .z_content {
  margin-bottom: 0;
}

.other_services .container {
  position: relative;
}
.other_services .container .row {
  margin-bottom: 25px;
  position: relative;
}
.other_services .container .row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .other_services .container .row {
    margin-bottom: 15px;
  }
}
.other_services .anchor_point {
  position: absolute;
  left: 0;
  top: -200px;
}
.other_services .anchor_point.banner_anchor {
  top: -100px;
}
.other_services .other_services_title {
  padding-bottom: 40px;
}
.other_services .os_image_wrapper {
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .other_services .os_image_wrapper {
    padding: 0;
  }
}
.other_services .os_image_wrapper.banner_image {
  height: 550px;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .other_services .os_image_wrapper.banner_image {
    height: 250px;
  }
}
.other_services .os_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767.98px) {
  .other_services .os_image {
    height: 250px;
  }
}
.other_services .banner_content_col {
  margin-top: -50px;
}
@media only screen and (max-width: 767.98px) {
  .other_services .banner_content_col {
    margin-top: 0;
  }
}
.other_services .os_content_wrapper {
  padding: 60px;
  background-color: #fff;
  color: #182642;
  height: 100%;
  min-height: 400px;
  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;
}
@media only screen and (max-width: 991.98px) {
  .other_services .os_content_wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .other_services .os_content_wrapper {
    padding: 30px 20px;
  }
}
.other_services .os_content_wrapper.banner_content {
  min-height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .other_services .os_content_wrapper.banner_content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.other_services .os_title_large {
  margin-bottom: 20px;
}

.contact_case_study_block .contact_title {
  font-size: 2.5em;
}
@media only screen and (max-width: 767.98px) {
  .contact_case_study_block .contact_title {
    font-size: 2em;
  }
}
.contact_case_study_block .intro_text {
  padding-bottom: 30px;
}
.contact_case_study_block .team_member_wrapper {
  margin-bottom: 20px;
}
.contact_case_study_block .team_member_wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .contact_case_study_block .contact_col {
    padding-bottom: 20px;
  }
}

.cs_text_image_block .tib_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767.98px) {
  .cs_text_image_block .tib_image {
    height: 220px;
  }
}
.cs_text_image_block .tib_content_wrapper {
  padding: 30px;
  color: #182642;
  height: 100%;
  min-height: 400px;
  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;
}
@media only screen and (max-width: 991.98px) {
  .cs_text_image_block .tib_content_wrapper {
    padding: 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .cs_text_image_block .tib_content_wrapper {
    padding: 20px 0 0 0;
  }
}
.cs_text_image_block .tib_title_large {
  font-size: 2.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .cs_text_image_block .tib_title_large {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
.cs_text_image_block .jm_title_small {
  margin-bottom: 10px;
}

.cs_onecol_text_block .onecol_content_wrapper {
  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;
}
@media only screen and (max-width: 767.98px) {
  .cs_onecol_text_block .onecol_content_wrapper {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cs_onecol_text_block .onecol_title_large {
  font-size: 2.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .cs_onecol_text_block .onecol_title_large {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
.cs_onecol_text_block .jm_title_small {
  margin-bottom: 10px;
}

.case_study_team_block .cs_team_banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 991.98px) {
  .case_study_team_block .cs_team_banner {
    height: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .case_study_team_block .cs_team_banner {
    height: 300px;
  }
}
.case_study_team_block .team_row {
  margin-top: -50px;
}
.case_study_team_block .team_row.no_banner {
  margin-top: 0;
}
.case_study_team_block .team_member_wrapper {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .case_study_team_block .team_member_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case_study_team_block .contact_details {
  display: none;
}
.case_study_team_block .extra_info {
  display: block;
}
.case_study_team_block .team_headshot {
  width: 220px;
}
@media only screen and (max-width: 991.98px) {
  .case_study_team_block .team_headshot {
    width: 280px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_team_block .team_headshot {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_team_block .team_info {
    padding: 20px 15px;
  }
}
.case_study_team_block .team_excerpt {
  margin-bottom: 10px;
}
.case_study_team_block .jm_title_small {
  margin-bottom: 5px;
}
.case_study_team_block .team_location {
  display: none;
}
.case_study_team_block .team_agent {
  display: block;
}

.cs_onecol_text_block .jm_title_small {
  margin-bottom: 10px;
}
.cs_onecol_text_block .quote_text {
  font-size: 1.2em;
  font-style: italic;
}
@media only screen and (max-width: 991.98px) {
  .cs_onecol_text_block .multi_col .quote_text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cs_onecol_text_block .multi_col .quote_text {
    margin-bottom: 30px;
  }
}
.cs_onecol_text_block .multi_col:last-child .quote_text {
  margin-bottom: 0;
}

.team_list .team_member_wrapper {
  background-color: #fff;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .team_list .team_member_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
.team_list .team_headshot {
  display: block;
  position: relative;
  overflow: hidden;
}
.team_list .team_headshot:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 767.98px) {
  .team_list .team_headshot {
    width: 130px;
  }
}
.team_list .team_headshot img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team_list .team_headshot img.alt_headshot {
  opacity: 0;
}
.team_list .team_headshot:hover .alt_headshot {
  opacity: 1;
}
.team_list .team_info {
  padding: 20px;
  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;
}
@media only screen and (max-width: 767.98px) {
  .team_list .team_info {
    padding: 10px 10px 10px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team_list .jm_title_small {
  margin-bottom: 6px;
}
.team_list .team_title {
  font-size: 1.5rem;
}

.team_detail .team_banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767.98px) {
  .team_detail .team_banner {
    height: 280px;
  }
}
.team_detail .team_heading_col {
  margin-top: -50px;
}
.team_detail .team_member_wrapper {
  background-color: #182642;
  color: #fff;
}
.team_detail .contact_block .contact_details {
  color: #fff;
}
.team_detail .contact_block .contact_details a {
  color: #fff;
}
.team_detail .contact_block .contact_details a:hover {
  color: #6cb42c;
}
.team_detail .about_title {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .team_detail .about_title {
    font-size: 2em;
  }
}
.team_detail .about_content p:first-child {
  font-size: 1.2em;
}
.team_detail .slider_intro h2 {
  font-size: 2.2em;
}

.post_list .post_list_col {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .post_list .post_list_col {
    margin-bottom: 15px;
  }
}
.post_list .post_list_wrapper {
  background-color: #fff;
  min-height: 100%;
}
.post_list .post_hero {
  display: block;
}
.post_list .post_hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}
.post_list .post_info {
  padding: 20px;
  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;
  position: relative;
}
.post_list .jm_title_small {
  margin-bottom: 6px;
}
.post_list .post_excerpt {
  margin-bottom: 20px;
}
.post_list .post_info {
  padding: 20px;
}
@media only screen and (max-width: 991.98px) {
  .post_list .post_info {
    padding: 20px;
  }
}
.post_list .post_date.jm_title_small {
  margin-bottom: 15px;
}
.post_list.case_studies_list .case_study_info {
  padding: 40px 20px 20px 20px;
}
@media only screen and (max-width: 991.98px) {
  .post_list.case_studies_list .case_study_info {
    padding: 30px 20px 20px 20px;
  }
}
.post_list.case_studies_list .cs_team_wrapper {
  position: absolute;
  left: 0;
  top: -22px;
}
@media only screen and (max-width: 991.98px) {
  .post_list.case_studies_list .cs_team_wrapper {
    top: -20px;
  }
}
.post_list.case_studies_list .cs_location {
  font-size: 0.9em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .post_list.case_studies_list .cs_location {
    font-size: 0.8em;
  }
}

.post_detail .banner_heading_wrapper {
  position: relative;
  height: 650px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1399.98px) {
  .post_detail .banner_heading_wrapper {
    height: 550px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_detail .banner_heading_wrapper {
    height: auto;
    margin-bottom: 0;
  }
}
.post_detail .post_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767.98px) {
  .post_detail .post_banner {
    position: static;
    height: 270px;
  }
}
.post_detail .post_heading_wrapper {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 700px;
  background-color: #182642;
  color: #fff;
  padding: 30px 30px 50px 30px;
}
@media only screen and (max-width: 991.98px) {
  .post_detail .post_heading_wrapper {
    width: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_detail .post_heading_wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    width: calc(100% - 20px);
    margin: -40px 10px 40px 10px;
    padding: 20px 20px 40px 20px;
  }
}
.post_detail .entry-title {
  margin: 10px 0;
  font-size: 2.5em;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .post_detail .entry-title {
    font-size: 1.6em;
    margin-top: 0;
  }
}
.post_detail .categories {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}
@media only screen and (max-width: 767.98px) {
  .post_detail .categories {
    font-size: 0.8em;
  }
}
.post_detail .categories a {
  text-decoration: none;
  font-weight: 400;
}
.post_detail .cs_team_wrapper {
  padding: 0;
  position: absolute;
  left: 20px;
  bottom: -25px;
  text-decoration: none;
}
.post_detail .cs_team_wrapper .team_thumb {
  width: 50px;
  height: 50px;
}
.post_detail .cs_team_wrapper .team_names {
  background-color: #6cb42c;
  text-decoration: none;
  font-size: 0.8em;
}
.post_detail .post-navigation {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .post_detail .post-navigation {
    display: none;
  }
}
.post_detail .next_post_wrapper {
  position: absolute;
  right: 0;
  bottom: -70px;
}
.post_detail .next_post_wrapper .nav-previous {
  display: none;
}
.post_detail .post_content {
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .post_detail .post_content {
    padding-bottom: 0;
  }
}
.post_detail .post_content p:first-child {
  font-size: 1.2em;
}
.post_detail .post_author {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .post_detail .post_author {
    padding-bottom: 30px;
  }
}
.post_detail .post_author.case_study_team_block .team_member_wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 1399.98px) {
  .post_detail .post_author.case_study_team_block .team_headshot {
    width: 330px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .post_detail .post_author.case_study_team_block .team_headshot {
    width: 220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .post_detail .post_author.case_study_team_block .team_headshot {
    width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_detail .post_author.case_study_team_block .team_headshot {
    width: 100%;
  }
}
.post_detail .related_posts_wrapper h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .post_detail .more_posts_link {
    margin-bottom: 60px;
  }
}
.post_detail .related_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}
.post_detail .post_image {
  width: 120px;
  position: relative;
}
.post_detail .post_image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.post_detail .post_image img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post_detail .post_info {
  padding: 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .post_detail .post_info .jm_title_small {
    margin-bottom: 10px;
  }
}
.post_detail .post_title {
  color: #182642;
  font-size: 1.4em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .post_detail .post_title {
    font-size: 1.2em;
  }
}
.post_detail .entry-content figure {
  width: 100% !important;
}
.post_detail .entry-content figure img {
  width: 100%;
}
.post_detail .entry-content figure figcaption {
  color: #182642;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 0.8em;
  text-align: left;
}
.post_detail .entry-content blockquote {
  font-size: 1.2em;
  font-style: italic;
  position: relative;
  margin-left: 0;
  color: #6cb42c;
  padding: 0 20px;
  margin-bottom: 1.5em;
  margin-right: 0;
  border-left: 3px solid #6cb42c;
}
.post_detail .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.post_detail .entry-content ul, .post_detail .entry-content ol {
  margin-left: 0;
  padding-left: 1em;
  font-weight: 300;
}
.post_detail .entry-content img {
  max-width: 100%;
  display: block;
}

.case_study_detail .cs_banner {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .case_study_detail .cs_banner {
    height: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_banner {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 100px;
  }
}
.case_study_detail .cs_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  z-index: 0;
}
.case_study_detail .cs_banner_content {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .case_study_detail .cs_banner_content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_banner_content {
    background-color: #fff;
    padding: 15px 5px 25px 5px;
    margin: 0 10px -50px 10px;
    width: 100%;
  }
}
.case_study_detail .cs_title {
  font-size: 3.2em;
  color: #182642;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 991.98px) {
  .case_study_detail .cs_title {
    font-size: 2.5em;
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_title {
    font-size: 2em;
    text-align: left;
  }
}
.case_study_detail .cs_sub_content {
  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;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_sub_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.case_study_detail .cs_location_title {
  font-size: 1.2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 20px 8px 0;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .case_study_detail .cs_location_title {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_location_title {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_team {
    position: absolute;
    left: 0;
    bottom: -45px;
  }
}
.case_study_detail .cs_team_wrapper {
  padding: 0;
}
.case_study_detail .cs_team_wrapper .team_names {
  font-size: 1.2em;
  background-color: transparent;
  color: #182642;
  letter-spacing: 0;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 991.98px) {
  .case_study_detail .cs_team_wrapper .team_names {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .cs_team_wrapper .team_names {
    font-size: 0.7em;
    color: #fff;
    background-color: #182642;
    padding: 8px 16px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case_study_detail .next_button {
    display: none;
  }
}

.location_list .post_list_col:nth-child(even) .location_item_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.location_list .location_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199.98px) {
  .location_list .location_item_wrapper {
    display: block;
  }
}
.location_list .post_hero,
.location_list .post_info {
  width: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .location_list .post_hero,
  .location_list .post_info {
    width: 100%;
  }
}
.location_list .post_hero img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 1199.98px) {
  .location_list .post_hero img {
    height: 180px;
  }
}
.location_list .post_info {
  padding: 40px;
  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;
}
@media only screen and (max-width: 1199.98px) {
  .location_list .post_info {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .location_list .post_excerpt.long {
    display: none;
  }
}
.location_list .post_excerpt.short {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .location_list .post_excerpt.short {
    display: block;
  }
}

.type-locations .location_banner_wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .location_banner_wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_banner_wrapper {
    margin-bottom: 30px;
  }
}
.type-locations .location_banner_content {
  position: relative;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .location_banner_content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_banner_content {
    padding: 0 15px;
    margin-top: -30px;
  }
}
.type-locations .location_banner_box {
  background-color: #182642;
  padding: 30px;
  min-width: 600px;
  max-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .location_banner_box {
    min-width: 550px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_banner_box {
    padding: 20px 15px;
    min-width: 100%;
  }
}
.type-locations .location_title {
  color: #fff;
  font-size: 3rem;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .location_title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_title {
    font-size: 1.8rem;
  }
}
.type-locations .location_banner_bg {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .type-locations .location_banner_bg {
    height: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .type-locations .location_banner_bg {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_banner_bg {
    height: 300px;
  }
}
.type-locations .location_banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.type-locations .location_banner_video .video_banner {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.type-locations .video_but {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  background-color: #182642;
  color: #6cb42c;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  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;
  font-size: 0.9em;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .video_but {
    top: 20px;
  }
}
.type-locations .video_but:hover {
  background-color: #0a101d;
}
.type-locations .location_slider_wrapper .splide__pagination {
  bottom: 70px;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .location_slider_wrapper .splide__pagination {
    bottom: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_slider_wrapper .splide__pagination {
    bottom: 40px;
  }
}
.type-locations .location_slider_wrapper .splide__pagination .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
}
.type-locations .location_slider_wrapper .splide__pagination .splide__pagination__page.is-active {
  background-color: #6cb42c;
}
.type-locations .location_slider,
.type-locations .splide__track,
.type-locations .splide__list,
.type-locations .splide__slide {
  height: 100%;
}
.type-locations .location_slider_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type-locations .content_highlights {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .type-locations .content_highlights {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .content_highlights {
    margin-bottom: 30px;
  }
}
.type-locations .locations_content_col {
  padding-right: 60px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .locations_content_col {
    padding-right: 0;
    text-align: center;
  }
}
.type-locations .highlights_box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  .type-locations .highlights_box {
    margin-top: 1rem;
  }
}
.type-locations .highlights_box .box_image {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.type-locations .highlights_box .box_image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
  width: 100%;
  height: 100px;
}
.type-locations .highlights_box .highlights_title {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 0 20px 20px;
  margin: 0;
}
.type-locations .highlights_box .box_content {
  padding: 30px 20px 20px 20px;
}
.type-locations .highlights_box .highlight_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type-locations .highlights_box .icon {
  color: #6cb42c;
  font-size: 1.5rem;
  margin-top: -6px;
  margin-right: 12px;
}
.type-locations .highlights_box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.type-locations .highlights_box .text p {
  margin-bottom: 1em;
}
.type-locations .team_quote {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .type-locations .team_quote {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .team_quote {
    margin-bottom: 30px;
  }
}
.type-locations .team_quote .team_headshot_wrapper {
  position: relative;
  padding-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .team_quote .team_headshot_wrapper {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.type-locations .team_quote .team_headshot_wrapper:after {
  content: "";
  position: absolute;
  right: -25px;
  top: calc(50% - 20px);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #182642;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .team_quote .team_headshot_wrapper:after {
    right: calc(50% - 20px);
    bottom: -8px;
    top: unset;
    border-top: unset;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #182642;
  }
}
.type-locations .team_quote .team_headshot {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.type-locations .team_quote .team_headshot img {
  width: 100%;
}
.type-locations .team_quote .quote_box {
  background-color: #182642;
  padding: 30px 40px;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .team_quote .quote_box {
    padding: 20px 15px;
  }
}
.type-locations .team_quote .quote_box p {
  color: #fff;
  font-style: italic;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .team_quote .quote_box p {
    font-size: 1.1rem;
  }
}
.type-locations .team_quote .quote_box .author_name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #6cb42c;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.type-locations .contact_banner {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .contact_banner {
    padding: 30px 0;
  }
}
.type-locations .contact_banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  z-index: 1;
  width: 100%;
  height: 200px;
}
.type-locations .contact_banner .container-fluid {
  padding: 0;
}
.type-locations .contact_banner .contact_banner_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.type-locations .contact_banner .contact_banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.type-locations .contact_banner .team_list_wrapper {
  position: relative;
  z-index: 3;
}
.type-locations .contact_banner .list_intro {
  color: #fff;
}
.type-locations .contact_banner .list_intro h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .contact_banner .list_intro h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .contact_banner .list_intro h2 {
    font-size: 1.8rem;
  }
}
.type-locations .contact_banner .list_intro p {
  font-size: 1.2em;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .contact_banner .list_intro p {
    font-size: 1em;
  }
}
.type-locations .contact_banner .team_wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .contact_banner .team_wrapper {
    margin-bottom: 0.75rem;
  }
}
.type-locations .contact_banner .headshot {
  display: block;
  width: 130px;
}
@media only screen and (max-width: 991.98px) {
  .type-locations .contact_banner .headshot {
    width: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-locations .contact_banner .headshot {
    width: 90px;
  }
}
.type-locations .contact_banner .team_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.type-locations .location_nav {
  padding: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_nav {
    padding: 15px 0;
  }
}
.type-locations .location_nav .container-fluid {
  padding: 0;
}
.type-locations .location_nav .post_nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.type-locations .location_nav .post_nav_item.prev_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.type-locations .location_nav .post_nav_item.next_item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.type-locations .location_nav .post_nav_item .post_nav_title {
  font-size: 2rem;
  color: #182642;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .type-locations .location_nav .post_nav_item .post_nav_title {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.main-navigation.desktop-nav-left {
  padding-right: 30px;
}
.main-navigation.desktop-nav-right {
  padding-left: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation.desktop-nav-left, .main-navigation.desktop-nav-right {
    display: none;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-navigation ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  margin-bottom: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  color: #6cb42c;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation ul li {
    padding: 12px 10px;
    margin-left: 20px;
    border-bottom: 1px solid #182642;
    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;
  }
}
.main-navigation ul li.nav_contact a {
  padding: 10px 20px;
  background-color: #6cb42c;
}
.main-navigation ul a {
  display: block;
  text-decoration: none;
  padding: 34px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation ul a {
    padding: 0;
  }
}
.main-navigation ul ul {
  background: #182642;
  left: -999em;
  padding: 0;
  position: absolute;
  top: 89px;
  z-index: 99999;
  display: block;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
  width: 220px;
}
.main-navigation ul ul li:hover {
  background-color: #263043;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation ul ul li {
    margin-left: 0;
    border-bottom: 0;
  }
}
.main-navigation ul ul a {
  padding: 12px 16px;
  width: 100%;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  background-color: #263043;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation ul ul {
    display: none;
    padding: 10px 0 0 0;
    position: static;
    left: auto;
    top: auto;
    background: transparent;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation ul ul.toggled-on {
    display: block;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .current_page_item {
  position: relative;
}
.main-navigation .current_page_item:before, .main-navigation .current_page_item:after {
  content: "";
  position: absolute;
  top: 38px;
  width: 12px;
  height: 12px;
  background: transparent url(images/spike.svg) no-repeat scroll center center;
  background-size: contain;
}
@media only screen and (max-width: 1199.98px) {
  .main-navigation .current_page_item:before, .main-navigation .current_page_item:after {
    display: none;
  }
}
.main-navigation .current_page_item:before {
  left: 0;
}
.main-navigation .current_page_item:after {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #6cb42c;
}
.main-navigation .current-menu-item .sub-menu li:hover > a {
  color: #6cb42c;
}
.main-navigation .current-menu-item .sub-menu a {
  color: #fff;
}

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222;
  display: none;
  font-size: 1em;
  line-height: 1;
  padding: 0 0 0 6px;
  text-shadow: none;
  outline: 0;
}
.dropdown-toggle .fa-chevron-down {
  color: #6cb42c;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.dropdown-toggle.toggled-on .fa-chevron-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle:focus {
  outline: 0;
}
@media only screen and (max-width: 1199.98px) {
  .dropdown-toggle {
    display: block;
  }
}

/* Small menu. */
.device-nav {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 85px 0 0 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  display: block;
  z-index: 1000000;
  bottom: auto;
  background: #263043;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.device-nav.toggled-on {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-toggle,
.nav-close {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  color: #6cb42c;
  outline: 0;
  -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;
}
.menu-toggle i, .menu-toggle svg,
.nav-close i,
.nav-close svg {
  font-size: 1.3em;
}
.menu-toggle span,
.nav-close span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.7em;
  text-align: center;
  padding-top: 6px;
}
.menu-toggle:active,
.nav-close:active {
  outline: 0;
  color: #fff;
}
.menu-toggle:focus,
.nav-close:focus {
  outline: 0;
}

.menu-toggle {
  top: 0;
  right: 0;
  background-color: #263043;
}

.nav-close {
  right: 10px;
  top: 10px;
  background-color: #182642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-mask {
  background-color: #000;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 0;
  z-index: 100;
}

.nav-mask.active_mask {
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  overflow: hidden;
}

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

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

.page-links {
  clear: both;
}

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