@charset "UTF-8";
/*!
Theme Name: Yorkshire Media
Theme URI: http://underscores.me/
Author: Yorkshire Media Limited
Author URI: https://yorkshiremedia.co.uk
Description: Custom Wordpress theme for Yorkshire Media by Yorkshire Media Limited
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yorkshiremedia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Yorkshire Media is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Vendor
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* old colour mapping 
$blue: $websites;
$pink: $photography;
$orange: $graphic;
$green-spring: $marketing;
$green-sea: $seo;
*/
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("img/vendor/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?losar5");
  src: url("fonts/icomoon.eot?losar5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?losar5") format("truetype"), url("fonts/icomoon.woff?losar5") format("woff"), url("fonts/icomoon.svg?losar5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-menu:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e906"; }

.icon-pinterest:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e90b"; }

.icon-youtube:before {
  content: "\e90c"; }

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 450px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 25em) {
    .sidr {
      width: 100%; } }

.sidr.sidr-right {
  left: auto;
  right: -450px; }
  @media (max-width: 25em) {
    .sidr.sidr-right {
      right: -100%; } }

.sidr.sidr-left {
  left: -450px;
  right: auto; }
  @media (max-width: 25em) {
    .sidr.sidr-left {
      left: -100%; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: lato, "Open Sans", "Source Sans", Arial sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, .heading {
  position: relative;
  line-height: 1em;
  font-family: graphie, "Open Sans", "Source Sans", Arial sans-serif;
  font-weight: 700;
  padding: 0;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em; }

.heading--supersize {
  font-size: 6em;
  margin-bottom: 32px; }
  @media (max-width: 75em) {
    .heading--supersize {
      font-size: 5em; } }
  @media (max-width: 43.75em) {
    .heading--supersize {
      font-size: 4em; } }
  @media (max-width: 37.5em) {
    .heading--supersize {
      font-size: 3em; } }

.heading--large {
  font-size: 5em;
  margin-bottom: 0; }
  @media (max-width: 75em) {
    .heading--large {
      font-size: 4em; } }
  @media (max-width: 62.5em) {
    .heading--large {
      font-size: 3.7em; } }
  @media (max-width: 43.75em) {
    .heading--large {
      font-size: 3em; } }

.heading--home-heading {
  font-size: 3.5em;
  margin-bottom: 0; }
  @media (max-width: 75em) {
    .heading--home-heading {
      font-size: 3em; } }
  @media (max-width: 43.75em) {
    .heading--home-heading {
      font-size: 2.5em; } }

.heading--sub {
  margin-top: 16px; }

h1, .h1 {
  font-size: 2.5em;
  margin-bottom: 32px; }
  @media (max-width: 43.75em) {
    h1, .h1 {
      font-size: 2.1em; } }

h2, .h2 {
  font-size: 2.1em; }
  @media (max-width: 43.75em) {
    h2, .h2 {
      font-size: 1.7em; } }

h3, .h3 {
  font-size: 1.7em; }
  @media (max-width: 43.75em) {
    h3, .h3 {
      font-size: 1.3em; } }

h4, .h4 {
  font-size: 1.5em; }
  @media (max-width: 43.75em) {
    h4, .h4 {
      font-size: 1.2em; } }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 1.1em; }

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

.text--left {
  text-align: left; }

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

.text--light {
  color: #FFF; }

.text--medium {
  font-size: 1.125em; }

.text--large {
  font-size: 1.4em; }

.text--x-large {
  font-size: 1.625em; }

.text--caps {
  text-transform: uppercase; }

.text--nowrap {
  white-space: nowrap; }

.text--alt {
  text-transform: uppercase;
  letter-spacing: 2px; }

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

.text--white {
  color: #FFF; }

.text--grey {
  color: #F3F3F4; }

.text--blue {
  color: #223361; }

.text--pink {
  color: #df2248; }

.text--orange {
  color: #f9b866; }

.text--green-spring {
  color: #9CB93B; }

.text--green-sea {
  color: #78A17D; }

.text--green {
  color: #9CB93B; }

.text--red {
  color: #E2420F; }

.text--green-dark {
  color: #3B720C; }

.text--orange-light {
  color: #F8B766; }

.text--peach {
  color: #EF805C; }

.text--green-light {
  color: #9DC874; }

.text--websites {
  color: #EF805C; }

.text--photography {
  color: #E2420F; }

.text--graphic {
  color: #F8B766; }

.text--marketing {
  color: #9DC874; }

.text--seo {
  color: #3B720C; }

.text--white a {
  color: #FFF; }

.text--quote:before {
  content: open-quote;
  display: block;
  font-size: 2.25em; }

.text--quote.heading--supersize:before {
  line-height: 0; }

.text--quote:after {
  content: close-quote;
  font-size: 0; }

p {
  margin-bottom: 1em; }

strong, b {
  font-family: graphie, "Open Sans", "Source Sans", Arial sans-serif;
  font-weight: 700; }

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;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

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

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

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

hr {
  background-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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.list--two-col {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: 0 10%;
  list-style: inside;
  padding: 0; }
  .list--two-col li {
    padding: 8px 0; }
  @media (max-width: 62.5em) {
    .list--two-col {
      -moz-columns: 1;
           columns: 1;
      text-align: center; } }

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

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

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

.block {
  position: relative;
  padding: 2em 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .block--black {
    background-color: #000; }
  .block--white {
    background-color: #FFF; }
  .block--grey {
    background-color: #F3F3F4; }
  .block--blue {
    background-color: #223361; }
  .block--pink {
    background-color: #df2248; }
  .block--orange {
    background-color: #f9b866; }
  .block--green-spring {
    background-color: #9CB93B; }
  .block--green-sea {
    background-color: #78A17D; }
  .block--green {
    background-color: #9CB93B; }
  .block--red {
    background-color: #E2420F; }
  .block--green-dark {
    background-color: #3B720C; }
  .block--orange-light {
    background-color: #F8B766; }
  .block--peach {
    background-color: #EF805C; }
  .block--green-light {
    background-color: #9DC874; }
  .block--websites {
    background-color: #EF805C; }
  .block--photography {
    background-color: #E2420F; }
  .block--graphic {
    background-color: #F8B766; }
  .block--marketing {
    background-color: #9DC874; }
  .block--seo {
    background-color: #3B720C; }
  .block--full-height {
    height: 100vh; }
  .block--bg-contain {
    background-size: 100% 100%; }
    @media (max-width: 37.5em) {
      .block--bg-contain {
        background-size: cover; } }
  .block--bg-left {
    background-size: 15% auto;
    background-position: left 2.5em;
    padding-left: 10%; }
    @media (max-width: 62.5em) {
      .block--bg-left {
        padding-left: 15%; } }
    @media (max-width: 43.75em) {
      .block--bg-left {
        padding-left: 20% !important; } }
    @media (max-width: 37.5em) {
      .block--bg-left {
        padding-left: 0 !important;
        padding-top: 6em;
        background-size: auto 4em;
        background-position: left top 1em; } }
    .grid-one-half .block--bg-left {
      padding-left: 100px; }
      @media (max-width: 37.5em) {
        .grid-one-half .block--bg-left {
          padding-left: 1.5em !important; } }
    .block--bg-left:nth-child(odd) {
      clear: left; }
  .block--padding--none {
    padding: 0; }
  .block--padding--extra {
    padding: 3em 2em; }
    @media (max-width: 43.75em) {
      .block--padding--extra {
        padding: 2em 1em !important; } }
  .block--padding--section {
    padding: 4em 1em; }
  .block--padding--header {
    padding: 0; }
    .block--padding--header img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto; }
    .block--padding--header p {
      margin: 0;
      padding: 0; }
    .block--padding--header .grid-one-col-narrow {
      position: absolute;
      top: 40%; }
      @media only screen and (max-width: 115.625em) {
        .block--padding--header .grid-one-col-narrow {
          top: 30%;
          width: calc(66.66667% - 50px);
          float: left;
          margin-left: 30px;
          margin-left: calc(16.66667% - 35px + 60px); } }
      @media (max-width: 62.5em) {
        .block--padding--header .grid-one-col-narrow {
          top: 25%;
          width: calc(83.33333% - 55px);
          float: left;
          margin-left: 30px;
          margin-left: calc(8.33333% - 32.5px + 60px); } }
      @media (max-width: 43.75em) {
        .block--padding--header .grid-one-col-narrow {
          top: 25%;
          width: calc(100% - 60px);
          float: left;
          margin-left: 30px;
          margin-left: calc(0% - 30px + 60px); } }
      .block--padding--header .grid-one-col-narrow .heading {
        text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7); }
        @media (max-width: 37.5em) {
          .block--padding--header .grid-one-col-narrow .heading {
            font-size: 2em; } }
        @media (max-width: 25em) {
          .block--padding--header .grid-one-col-narrow .heading {
            font-size: 1.4em; } }
  .block--overlay {
    margin-top: -7em; }
  @media (max-width: 43.75em) {
    .block.grid-one-half, .block.grid-one-whole {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; } }

@media (max-width: 62.5em) {
  .posts .grid-one-half {
    padding: 0;
    margin-bottom: 0; } }

.posts__post {
  display: block;
  margin: 2em 0 0 0;
  transition: all 0.3s; }
  .posts__post .heading {
    margin: 0;
    display: block; }
  .posts__post img {
    margin-top: 1em; }
  .posts__post:hover {
    text-decoration: none;
    opacity: 0.9;
    transform: scale(0.95); }

.profiles img {
  display: block;
  margin-bottom: 2em;
  transition: all 0.3s; }

.profiles:nth-child(even) {
  margin-top: 4em; }

.profiles a:hover img {
  text-decoration: none;
  opacity: 0.9;
  transform: scale(0.95); }

.profiles a:nth-child(3) img {
  display: none; }
  @media (max-width: 62.5em) {
    .profiles a:nth-child(3) img {
      display: block; } }

@media (max-width: 62.5em) {
  .profiles:last-child {
    display: none; } }

@media (max-width: 62.5em) {
  .profiles.grid-one-third {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; } }

.rounded {
  border-radius: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent; }
  .rounded--black {
    border-color: #000; }
  .rounded--white {
    border-color: #FFF; }
  .rounded--grey {
    border-color: #F3F3F4; }
  .rounded--blue {
    border-color: #223361; }
  .rounded--pink {
    border-color: #df2248; }
  .rounded--orange {
    border-color: #f9b866; }
  .rounded--green-spring {
    border-color: #9CB93B; }
  .rounded--green-sea {
    border-color: #78A17D; }
  .rounded--green {
    border-color: #9CB93B; }
  .rounded--red {
    border-color: #E2420F; }
  .rounded--green-dark {
    border-color: #3B720C; }
  .rounded--orange-light {
    border-color: #F8B766; }
  .rounded--peach {
    border-color: #EF805C; }
  .rounded--green-light {
    border-color: #9DC874; }
  .rounded--websites {
    border-color: #EF805C; }
  .rounded--photography {
    border-color: #E2420F; }
  .rounded--graphic {
    border-color: #F8B766; }
  .rounded--marketing {
    border-color: #9DC874; }
  .rounded--seo {
    border-color: #3B720C; }

.rounded-top {
  border-top-left-radius: 43px;
  border-top-right-radius: 43px; }

.content-header {
  text-align: right; }
  @media (max-width: 43.75em) {
    .content-header {
      text-align: left; } }

.newsletter .one-half, .newsletter .two-thirds {
  margin-bottom: 0;
  position: relative; }

.newsletter .heading {
  margin: 0 0 0 0; }

.newsletter p {
  margin: 0; }

.newsletter .text--large {
  font-size: 1.2em;
  margin: 20px 0; }

@media (max-width: 62.5em) {
  .newsletter .two-thirds {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%; } }

.newsletter img {
  position: absolute;
  margin-top: -25%;
  right: -1em; }
  @media (max-width: 62.5em) {
    .newsletter img {
      margin-top: -15%;
      transform: scale(0.6); } }
  @media (max-width: 43.75em) {
    .newsletter img {
      transform: scale(0.9);
      position: relative;
      margin-top: -3%;
      margin-bottom: -2em; } }

.newsletter .cta {
  margin-top: 0;
  white-space: pre-wrap; }
  @media (max-width: 43.75em) {
    .newsletter .cta {
      margin-top: 1em; } }

.newsletter input[type="text"], .newsletter input[type="email"] {
  font-size: 0.8em;
  height: 1em;
  margin-bottom: 1em; }

.image-scroller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden;
  -ms-flex-align: center;
      align-items: center;
  padding: 5em 0 2em 0; }
  @media (max-width: 62.5em) {
    .image-scroller {
      padding-top: 2em; } }
  .image-scroller img {
    width: 20%;
    margin-right: 5%; }
    @media (max-width: 43.75em) {
      .image-scroller img {
        width: 30%;
        margin-right: 2em; } }
  .image-scroller::-webkit-scrollbar {
    height: 10px; }
  .image-scroller {
    scrollbar-width: thin;
    scrollbar-color: #EF805C #F3F3F4; }
  .image-scroller::-webkit-scrollbar-track {
    background: #F3F3F4; }
  .image-scroller::-webkit-scrollbar-thumb {
    background-color: #EF805C;
    border-radius: 1px;
    border: none; }

.retainer-wheel {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: both; }
  @media (max-width: 43.75em) {
    .retainer-wheel {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .retainer-wheel > div {
    width: 50%; }
    @media (max-width: 43.75em) {
      .retainer-wheel > div {
        width: 100%; } }
    @media (max-width: 43.75em) {
      .retainer-wheel > div {
        min-height: 20em; } }
  .retainer-wheel__ranges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .retainer-wheel__range {
    width: 50%;
    padding: 1em;
    margin-bottom: 2em; }
    @media (max-width: 62.5em) {
      .retainer-wheel__range {
        width: 100%; } }

.testimonial {
  position: relative;
  padding-left: 182px; }
  .testimonial img {
    position: absolute;
    left: 0;
    width: 150px;
    border-radius: 100%; }

.landing-page .heading--supersize {
  font-size: 4.5em; }
  @media (max-width: 75em) {
    .landing-page .heading--supersize {
      font-size: 4em; } }
  @media (max-width: 62.5em) {
    .landing-page .heading--supersize {
      font-size: 3.5em; } }
  @media (max-width: 43.75em) {
    .landing-page .heading--supersize {
      font-size: 3em; } }

.landing-page .heading--large {
  font-size: 3.75em;
  line-height: 1.3em; }
  @media (max-width: 75em) {
    .landing-page .heading--large {
      font-size: 3.25em; } }
  @media (max-width: 43.75em) {
    .landing-page .heading--large {
      font-size: 2.5em; } }

.landing-page h2 {
  font-size: 2.5em; }
  @media (max-width: 75em) {
    .landing-page h2 {
      font-size: 2em; } }

.landing-page .grid-one-half {
  clear: none; }

.landing-page__branding {
  padding: 4em 0 2em 0; }
  .landing-page__branding img {
    max-width: 190px;
    filter: grayscale(100) brightness(100); }
  .landing-page__branding a:hover img {
    filter: grayscale(100) brightness(0); }

.landing-page .grid-one-quarter {
  clear: none !important; }
  @media (max-width: 37.5em) {
    .landing-page .grid-one-quarter {
      width: calc(50% - 45px);
      float: left;
      margin-left: 30px; } }

.enquire-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px; }
  .enquire-form > span {
    -ms-flex: 1;
        flex: 1; }
  .enquire-form input[type="text"],
  .enquire-form input[type="email"] {
    min-width: 250px;
    border-color: #000; }
    .enquire-form input[type="text"]::-webkit-input-placeholder,
    .enquire-form input[type="email"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    .enquire-form input[type="text"]::-moz-placeholder,
    .enquire-form input[type="email"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    .enquire-form input[type="text"]:-ms-input-placeholder,
    .enquire-form input[type="email"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    .enquire-form input[type="text"]:-moz-placeholder,
    .enquire-form input[type="email"]:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }
  .enquire-form input[type="submit"] {
    padding-top: 1em;
    padding-bottom: 1em;
    color: #FFF; }
    .enquire-form input[type="submit"]:hover {
      color: #9CB93B; }
    @media (max-width: 43.75em) {
      .enquire-form input[type="submit"] {
        -ms-flex: 1;
            flex: 1; } }
  .enquire-form .wpcf7-spinner {
    position: absolute;
    top: 1em;
    right: 1em; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #9CB93B;
  margin-top: 2em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    cursor: pointer; }

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: #000;
  border: 0;
  padding: 1em 1em 1em 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  background: none;
  font-weight: 700;
  font-size: 1.2em;
  transition: padding .25s ease-out; }
  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 {
    border-color: #FFF;
    padding-left: 1em;
    padding-right: 0em; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  height: 7em; }

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  padding: 0 !important; }

input[type=range]:focus {
  outline: none;
  padding: 0 !important; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #9CB93B;
  border-radius: 10px;
  border: 1px solid #9CB93B; }

input[type=range]::-webkit-slider-thumb {
  border: 2px solid #9CB93B;
  height: 30px;
  width: 30px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
  transition: ease 0.2s all; }

input[type=range]:focus::-webkit-slider-thumb {
  background: #9CB93B;
  border-color: white !important;
  border-width: 4px; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #9CB93B;
  border-radius: 10px;
  border: 1px solid #9CB93B; }

input[type=range]::-moz-range-thumb {
  border: 2px solid #9CB93B;
  height: 30px;
  width: 30px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #9CB93B;
  border-radius: 10px;
  border: 1px solid #9CB93B;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #9CB93B; }

input[type=range]::-ms-fill-upper {
  background: #9CB93B; }

input[type=range]::-ms-thumb {
  border: 2px solid #9CB93B;
  height: 30px;
  width: 30px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px; }

input[type=range]:focus::-ms-fill-lower {
  background: #9CB93B; }

input[type=range]:focus::-ms-fill-upper {
  background: #9CB93B; }

input.range--websites {
  color: rgba(239, 128, 92, 0.7) !important; }

input.range--websites::-webkit-slider-runnable-track {
  background: #EF805C;
  border-color: #EF805C; }

input.range--websites[type=range]::-webkit-slider-thumb {
  border-color: #EF805C; }

input.range--websites[type=range]:focus::-webkit-slider-thumb {
  background: #EF805C; }

input.range--websites[type=range]::-moz-range-track {
  background: #EF805C;
  border-color: #EF805C; }

input.range--websites[type=range]::-moz-range-thumb {
  border-color: #EF805C; }

input.range--websites[type=range]::-ms-track {
  background: #EF805C;
  border-color: #EF805C; }

input.range--websites[type=range]::-ms-fill-lower {
  background: #EF805C; }

input.range--websites[type=range]::-ms-fill-upper {
  background: #EF805C; }

input.range--websites[type=range]::-ms-thumb {
  border-color: #EF805C; }

input.range--websites[type=range]:focus::-ms-fill-lower {
  background: #EF805C; }

input.range--websites[type=range]:focus::-ms-fill-upper {
  background: #EF805C; }

input.range--photography {
  color: rgba(226, 66, 15, 0.7) !important; }

input.range--photography::-webkit-slider-runnable-track {
  background: #E2420F;
  border-color: #E2420F; }

input.range--photography[type=range]::-webkit-slider-thumb {
  border-color: #E2420F; }

input.range--photography[type=range]:focus::-webkit-slider-thumb {
  background: #E2420F; }

input.range--photography[type=range]::-moz-range-track {
  background: #E2420F;
  border-color: #E2420F; }

input.range--photography[type=range]::-moz-range-thumb {
  border-color: #E2420F; }

input.range--photography[type=range]::-ms-track {
  background: #E2420F;
  border-color: #E2420F; }

input.range--photography[type=range]::-ms-fill-lower {
  background: #E2420F; }

input.range--photography[type=range]::-ms-fill-upper {
  background: #E2420F; }

input.range--photography[type=range]::-ms-thumb {
  border-color: #E2420F; }

input.range--photography[type=range]:focus::-ms-fill-lower {
  background: #E2420F; }

input.range--photography[type=range]:focus::-ms-fill-upper {
  background: #E2420F; }

input.range--graphic {
  color: rgba(248, 183, 102, 0.7) !important; }

input.range--graphic::-webkit-slider-runnable-track {
  background: #F8B766;
  border-color: #F8B766; }

input.range--graphic[type=range]::-webkit-slider-thumb {
  border-color: #F8B766; }

input.range--graphic[type=range]:focus::-webkit-slider-thumb {
  background: #F8B766; }

input.range--graphic[type=range]::-moz-range-track {
  background: #F8B766;
  border-color: #F8B766; }

input.range--graphic[type=range]::-moz-range-thumb {
  border-color: #F8B766; }

input.range--graphic[type=range]::-ms-track {
  background: #F8B766;
  border-color: #F8B766; }

input.range--graphic[type=range]::-ms-fill-lower {
  background: #F8B766; }

input.range--graphic[type=range]::-ms-fill-upper {
  background: #F8B766; }

input.range--graphic[type=range]::-ms-thumb {
  border-color: #F8B766; }

input.range--graphic[type=range]:focus::-ms-fill-lower {
  background: #F8B766; }

input.range--graphic[type=range]:focus::-ms-fill-upper {
  background: #F8B766; }

input.range--marketing {
  color: rgba(157, 200, 116, 0.7) !important; }

input.range--marketing::-webkit-slider-runnable-track {
  background: #9DC874;
  border-color: #9DC874; }

input.range--marketing[type=range]::-webkit-slider-thumb {
  border-color: #9DC874; }

input.range--marketing[type=range]:focus::-webkit-slider-thumb {
  background: #9DC874; }

input.range--marketing[type=range]::-moz-range-track {
  background: #9DC874;
  border-color: #9DC874; }

input.range--marketing[type=range]::-moz-range-thumb {
  border-color: #9DC874; }

input.range--marketing[type=range]::-ms-track {
  background: #9DC874;
  border-color: #9DC874; }

input.range--marketing[type=range]::-ms-fill-lower {
  background: #9DC874; }

input.range--marketing[type=range]::-ms-fill-upper {
  background: #9DC874; }

input.range--marketing[type=range]::-ms-thumb {
  border-color: #9DC874; }

input.range--marketing[type=range]:focus::-ms-fill-lower {
  background: #9DC874; }

input.range--marketing[type=range]:focus::-ms-fill-upper {
  background: #9DC874; }

input.range--seo {
  color: rgba(59, 114, 12, 0.7) !important; }

input.range--seo::-webkit-slider-runnable-track {
  background: #3B720C;
  border-color: #3B720C; }

input.range--seo[type=range]::-webkit-slider-thumb {
  border-color: #3B720C; }

input.range--seo[type=range]:focus::-webkit-slider-thumb {
  background: #3B720C; }

input.range--seo[type=range]::-moz-range-track {
  background: #3B720C;
  border-color: #3B720C; }

input.range--seo[type=range]::-moz-range-thumb {
  border-color: #3B720C; }

input.range--seo[type=range]::-ms-track {
  background: #3B720C;
  border-color: #3B720C; }

input.range--seo[type=range]::-ms-fill-lower {
  background: #3B720C; }

input.range--seo[type=range]::-ms-fill-upper {
  background: #3B720C; }

input.range--seo[type=range]::-ms-thumb {
  border-color: #3B720C; }

input.range--seo[type=range]:focus::-ms-fill-lower {
  background: #3B720C; }

input.range--seo[type=range]:focus::-ms-fill-upper {
  background: #3B720C; }

input.range--red {
  color: rgba(226, 66, 15, 0.7) !important; }

input.range--red::-webkit-slider-runnable-track {
  background: #E2420F;
  border-color: #E2420F; }

input.range--red[type=range]::-webkit-slider-thumb {
  border-color: #E2420F; }

input.range--red[type=range]:focus::-webkit-slider-thumb {
  background: #E2420F; }

input.range--red[type=range]::-moz-range-track {
  background: #E2420F;
  border-color: #E2420F; }

input.range--red[type=range]::-moz-range-thumb {
  border-color: #E2420F; }

input.range--red[type=range]::-ms-track {
  background: #E2420F;
  border-color: #E2420F; }

input.range--red[type=range]::-ms-fill-lower {
  background: #E2420F; }

input.range--red[type=range]::-ms-fill-upper {
  background: #E2420F; }

input.range--red[type=range]::-ms-thumb {
  border-color: #E2420F; }

input.range--red[type=range]:focus::-ms-fill-lower {
  background: #E2420F; }

input.range--red[type=range]:focus::-ms-fill-upper {
  background: #E2420F; }

input.range--green-dark {
  color: rgba(59, 114, 12, 0.7) !important; }

input.range--green-dark::-webkit-slider-runnable-track {
  background: #3B720C;
  border-color: #3B720C; }

input.range--green-dark[type=range]::-webkit-slider-thumb {
  border-color: #3B720C; }

input.range--green-dark[type=range]:focus::-webkit-slider-thumb {
  background: #3B720C; }

input.range--green-dark[type=range]::-moz-range-track {
  background: #3B720C;
  border-color: #3B720C; }

input.range--green-dark[type=range]::-moz-range-thumb {
  border-color: #3B720C; }

input.range--green-dark[type=range]::-ms-track {
  background: #3B720C;
  border-color: #3B720C; }

input.range--green-dark[type=range]::-ms-fill-lower {
  background: #3B720C; }

input.range--green-dark[type=range]::-ms-fill-upper {
  background: #3B720C; }

input.range--green-dark[type=range]::-ms-thumb {
  border-color: #3B720C; }

input.range--green-dark[type=range]:focus::-ms-fill-lower {
  background: #3B720C; }

input.range--green-dark[type=range]:focus::-ms-fill-upper {
  background: #3B720C; }

input.range--orange-light {
  color: rgba(248, 183, 102, 0.7) !important; }

input.range--orange-light::-webkit-slider-runnable-track {
  background: #F8B766;
  border-color: #F8B766; }

input.range--orange-light[type=range]::-webkit-slider-thumb {
  border-color: #F8B766; }

input.range--orange-light[type=range]:focus::-webkit-slider-thumb {
  background: #F8B766; }

input.range--orange-light[type=range]::-moz-range-track {
  background: #F8B766;
  border-color: #F8B766; }

input.range--orange-light[type=range]::-moz-range-thumb {
  border-color: #F8B766; }

input.range--orange-light[type=range]::-ms-track {
  background: #F8B766;
  border-color: #F8B766; }

input.range--orange-light[type=range]::-ms-fill-lower {
  background: #F8B766; }

input.range--orange-light[type=range]::-ms-fill-upper {
  background: #F8B766; }

input.range--orange-light[type=range]::-ms-thumb {
  border-color: #F8B766; }

input.range--orange-light[type=range]:focus::-ms-fill-lower {
  background: #F8B766; }

input.range--orange-light[type=range]:focus::-ms-fill-upper {
  background: #F8B766; }

input.range--peach {
  color: rgba(239, 128, 92, 0.7) !important; }

input.range--peach::-webkit-slider-runnable-track {
  background: #EF805C;
  border-color: #EF805C; }

input.range--peach[type=range]::-webkit-slider-thumb {
  border-color: #EF805C; }

input.range--peach[type=range]:focus::-webkit-slider-thumb {
  background: #EF805C; }

input.range--peach[type=range]::-moz-range-track {
  background: #EF805C;
  border-color: #EF805C; }

input.range--peach[type=range]::-moz-range-thumb {
  border-color: #EF805C; }

input.range--peach[type=range]::-ms-track {
  background: #EF805C;
  border-color: #EF805C; }

input.range--peach[type=range]::-ms-fill-lower {
  background: #EF805C; }

input.range--peach[type=range]::-ms-fill-upper {
  background: #EF805C; }

input.range--peach[type=range]::-ms-thumb {
  border-color: #EF805C; }

input.range--peach[type=range]:focus::-ms-fill-lower {
  background: #EF805C; }

input.range--peach[type=range]:focus::-ms-fill-upper {
  background: #EF805C; }

input.range--green-light {
  color: rgba(157, 200, 116, 0.7) !important; }

input.range--green-light::-webkit-slider-runnable-track {
  background: #9DC874;
  border-color: #9DC874; }

input.range--green-light[type=range]::-webkit-slider-thumb {
  border-color: #9DC874; }

input.range--green-light[type=range]:focus::-webkit-slider-thumb {
  background: #9DC874; }

input.range--green-light[type=range]::-moz-range-track {
  background: #9DC874;
  border-color: #9DC874; }

input.range--green-light[type=range]::-moz-range-thumb {
  border-color: #9DC874; }

input.range--green-light[type=range]::-ms-track {
  background: #9DC874;
  border-color: #9DC874; }

input.range--green-light[type=range]::-ms-fill-lower {
  background: #9DC874; }

input.range--green-light[type=range]::-ms-fill-upper {
  background: #9DC874; }

input.range--green-light[type=range]::-ms-thumb {
  border-color: #9DC874; }

input.range--green-light[type=range]:focus::-ms-fill-lower {
  background: #9DC874; }

input.range--green-light[type=range]:focus::-ms-fill-upper {
  background: #9DC874; }

input.range--white {
  color: rgba(255, 255, 255, 0.7) !important; }

input.range--white::-webkit-slider-runnable-track {
  background: #FFF;
  border-color: #FFF; }

input.range--white[type=range]::-webkit-slider-thumb {
  border-color: #FFF; }

input.range--white[type=range]:focus::-webkit-slider-thumb {
  background: #FFF; }

input.range--white[type=range]::-moz-range-track {
  background: #FFF;
  border-color: #FFF; }

input.range--white[type=range]::-moz-range-thumb {
  border-color: #FFF; }

input.range--white[type=range]::-ms-track {
  background: #FFF;
  border-color: #FFF; }

input.range--white[type=range]::-ms-fill-lower {
  background: #FFF; }

input.range--white[type=range]::-ms-fill-upper {
  background: #FFF; }

input.range--white[type=range]::-ms-thumb {
  border-color: #FFF; }

input.range--white[type=range]:focus::-ms-fill-lower {
  background: #FFF; }

input.range--white[type=range]:focus::-ms-fill-upper {
  background: #FFF; }

input.range--black {
  color: rgba(0, 0, 0, 0.7) !important; }

input.range--black::-webkit-slider-runnable-track {
  background: #000;
  border-color: #000; }

input.range--black[type=range]::-webkit-slider-thumb {
  border-color: #000; }

input.range--black[type=range]:focus::-webkit-slider-thumb {
  background: #000; }

input.range--black[type=range]::-moz-range-track {
  background: #000;
  border-color: #000; }

input.range--black[type=range]::-moz-range-thumb {
  border-color: #000; }

input.range--black[type=range]::-ms-track {
  background: #000;
  border-color: #000; }

input.range--black[type=range]::-ms-fill-lower {
  background: #000; }

input.range--black[type=range]::-ms-fill-upper {
  background: #000; }

input.range--black[type=range]::-ms-thumb {
  border-color: #000; }

input.range--black[type=range]:focus::-ms-fill-lower {
  background: #000; }

input.range--black[type=range]:focus::-ms-fill-upper {
  background: #000; }

input.range--grey {
  color: rgba(243, 243, 244, 0.7) !important; }

input.range--grey::-webkit-slider-runnable-track {
  background: #F3F3F4;
  border-color: #F3F3F4; }

input.range--grey[type=range]::-webkit-slider-thumb {
  border-color: #F3F3F4; }

input.range--grey[type=range]:focus::-webkit-slider-thumb {
  background: #F3F3F4; }

input.range--grey[type=range]::-moz-range-track {
  background: #F3F3F4;
  border-color: #F3F3F4; }

input.range--grey[type=range]::-moz-range-thumb {
  border-color: #F3F3F4; }

input.range--grey[type=range]::-ms-track {
  background: #F3F3F4;
  border-color: #F3F3F4; }

input.range--grey[type=range]::-ms-fill-lower {
  background: #F3F3F4; }

input.range--grey[type=range]::-ms-fill-upper {
  background: #F3F3F4; }

input.range--grey[type=range]::-ms-thumb {
  border-color: #F3F3F4; }

input.range--grey[type=range]:focus::-ms-fill-lower {
  background: #F3F3F4; }

input.range--grey[type=range]:focus::-ms-fill-upper {
  background: #F3F3F4; }

input.range--green {
  color: rgba(156, 185, 59, 0.7) !important; }

input.range--green::-webkit-slider-runnable-track {
  background: #9CB93B;
  border-color: #9CB93B; }

input.range--green[type=range]::-webkit-slider-thumb {
  border-color: #9CB93B; }

input.range--green[type=range]:focus::-webkit-slider-thumb {
  background: #9CB93B; }

input.range--green[type=range]::-moz-range-track {
  background: #9CB93B;
  border-color: #9CB93B; }

input.range--green[type=range]::-moz-range-thumb {
  border-color: #9CB93B; }

input.range--green[type=range]::-ms-track {
  background: #9CB93B;
  border-color: #9CB93B; }

input.range--green[type=range]::-ms-fill-lower {
  background: #9CB93B; }

input.range--green[type=range]::-ms-fill-upper {
  background: #9CB93B; }

input.range--green[type=range]::-ms-thumb {
  border-color: #9CB93B; }

input.range--green[type=range]:focus::-ms-fill-lower {
  background: #9CB93B; }

input.range--green[type=range]:focus::-ms-fill-upper {
  background: #9CB93B; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.cta {
  display: inline-block;
  padding: 0.6em 1em;
  text-decoration: none;
  border: 3px solid;
  border-radius: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  margin: 3px; }
  .cta--black {
    background-color: #000; }
  .cta--white {
    background-color: #FFF; }
  .cta--grey {
    background-color: #F3F3F4; }
  .cta--blue {
    background-color: #223361; }
  .cta--pink {
    background-color: #df2248; }
  .cta--orange {
    background-color: #f9b866; }
  .cta--green-spring {
    background-color: #9CB93B; }
  .cta--green-sea {
    background-color: #78A17D; }
  .cta--green {
    background-color: #9CB93B; }
  .cta--red {
    background-color: #E2420F; }
  .cta--green-dark {
    background-color: #3B720C; }
  .cta--orange-light {
    background-color: #F8B766; }
  .cta--peach {
    background-color: #EF805C; }
  .cta--green-light {
    background-color: #9DC874; }
  .cta--websites {
    background-color: #EF805C; }
  .cta--photography {
    background-color: #E2420F; }
  .cta--graphic {
    background-color: #F8B766; }
  .cta--marketing {
    background-color: #9DC874; }
  .cta--seo {
    background-color: #3B720C; }
  .cta--black {
    border-color: #000; }
  .cta--white {
    border-color: #FFF; }
  .cta--grey {
    border-color: #F3F3F4; }
  .cta--blue {
    border-color: #223361; }
  .cta--pink {
    border-color: #df2248; }
  .cta--orange {
    border-color: #f9b866; }
  .cta--green-spring {
    border-color: #9CB93B; }
  .cta--green-sea {
    border-color: #78A17D; }
  .cta--green {
    border-color: #9CB93B; }
  .cta--red {
    border-color: #E2420F; }
  .cta--green-dark {
    border-color: #3B720C; }
  .cta--orange-light {
    border-color: #F8B766; }
  .cta--peach {
    border-color: #EF805C; }
  .cta--green-light {
    border-color: #9DC874; }
  .cta--websites {
    border-color: #EF805C; }
  .cta--photography {
    border-color: #E2420F; }
  .cta--graphic {
    border-color: #F8B766; }
  .cta--marketing {
    border-color: #9DC874; }
  .cta--seo {
    border-color: #3B720C; }
  .cta--black:hover {
    color: #000; }
  .cta--white:hover {
    color: #FFF; }
  .cta--grey:hover {
    color: #F3F3F4; }
  .cta--blue:hover {
    color: #223361; }
  .cta--pink:hover {
    color: #df2248; }
  .cta--orange:hover {
    color: #f9b866; }
  .cta--green-spring:hover {
    color: #9CB93B; }
  .cta--green-sea:hover {
    color: #78A17D; }
  .cta--green:hover {
    color: #9CB93B; }
  .cta--red:hover {
    color: #E2420F; }
  .cta--green-dark:hover {
    color: #3B720C; }
  .cta--orange-light:hover {
    color: #F8B766; }
  .cta--peach:hover {
    color: #EF805C; }
  .cta--green-light:hover {
    color: #9DC874; }
  .cta--websites:hover {
    color: #EF805C; }
  .cta--photography:hover {
    color: #E2420F; }
  .cta--graphic:hover {
    color: #F8B766; }
  .cta--marketing:hover {
    color: #9DC874; }
  .cta--seo:hover {
    color: #3B720C; }
  .cta--black.cta--border {
    color: #000; }
  .cta--white.cta--border {
    color: #FFF; }
  .cta--grey.cta--border {
    color: #F3F3F4; }
  .cta--blue.cta--border {
    color: #223361; }
  .cta--pink.cta--border {
    color: #df2248; }
  .cta--orange.cta--border {
    color: #f9b866; }
  .cta--green-spring.cta--border {
    color: #9CB93B; }
  .cta--green-sea.cta--border {
    color: #78A17D; }
  .cta--green.cta--border {
    color: #9CB93B; }
  .cta--red.cta--border {
    color: #E2420F; }
  .cta--green-dark.cta--border {
    color: #3B720C; }
  .cta--orange-light.cta--border {
    color: #F8B766; }
  .cta--peach.cta--border {
    color: #EF805C; }
  .cta--green-light.cta--border {
    color: #9DC874; }
  .cta--websites.cta--border {
    color: #EF805C; }
  .cta--photography.cta--border {
    color: #E2420F; }
  .cta--graphic.cta--border {
    color: #F8B766; }
  .cta--marketing.cta--border {
    color: #9DC874; }
  .cta--seo.cta--border {
    color: #3B720C; }
  .cta--black.cta--border:hover {
    background-color: #000; }
  .cta--white.cta--border:hover {
    background-color: #FFF; }
  .cta--grey.cta--border:hover {
    background-color: #F3F3F4; }
  .cta--blue.cta--border:hover {
    background-color: #223361; }
  .cta--pink.cta--border:hover {
    background-color: #df2248; }
  .cta--orange.cta--border:hover {
    background-color: #f9b866; }
  .cta--green-spring.cta--border:hover {
    background-color: #9CB93B; }
  .cta--green-sea.cta--border:hover {
    background-color: #78A17D; }
  .cta--green.cta--border:hover {
    background-color: #9CB93B; }
  .cta--red.cta--border:hover {
    background-color: #E2420F; }
  .cta--green-dark.cta--border:hover {
    background-color: #3B720C; }
  .cta--orange-light.cta--border:hover {
    background-color: #F8B766; }
  .cta--peach.cta--border:hover {
    background-color: #EF805C; }
  .cta--green-light.cta--border:hover {
    background-color: #9DC874; }
  .cta--websites.cta--border:hover {
    background-color: #EF805C; }
  .cta--photography.cta--border:hover {
    background-color: #E2420F; }
  .cta--graphic.cta--border:hover {
    background-color: #F8B766; }
  .cta--marketing.cta--border:hover {
    background-color: #9DC874; }
  .cta--seo.cta--border:hover {
    background-color: #3B720C; }
  .cta--border {
    background: none; }
    .cta--border:hover {
      color: #FFF; }
  .cta:hover {
    background: none;
    text-decoration: none; }
  .cta--large {
    font-size: 18px;
    padding: 1.5em 2.5em;
    border-radius: 3em; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  color: #000;
  text-align: right; }
  @media only screen and (max-width: 115.625em) {
    .main-navigation {
      color: #FFF; } }
  @media only screen and (max-width: 71.875em) {
    .main-navigation {
      color: #000; } }
  body:not(.home) .header-container:not(.block--green) .main-navigation {
    color: #000; }
  @media (max-width: 43.75em) {
    .main-navigation > div {
      display: none; } }
  .main-navigation > div ul {
    margin: 0;
    padding: 0 0 0 1em; }
  .main-navigation > div li {
    display: inline-block; }
  .main-navigation > div a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1em;
    letter-spacing: 2px; }
    .main-navigation > div a:hover {
      color: #000; }
      body:not(.home) .header-container:not(.block--green) .main-navigation > div a:hover {
        color: #9CB93B; }
  .main-navigation > div .cta a {
    padding: 0; }
  .block--green-spring .main-navigation > div .cta {
    background: #FFF;
    color: #9CB93B; }

/* Small menu. */
@media screen and (min-width: 43.75em) {
  .site-header__menu-toggles {
    display: none; } }

.site-header__menu-toggles li {
  display: inline-block; }
  .site-header__menu-toggles li a {
    color: #9CB93B; }
  .site-header__menu-toggles li:last-child {
    display: none; }
  @media (max-width: 37.5em) {
    .site-header__menu-toggles li {
      display: none; }
      .site-header__menu-toggles li:last-child {
        display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.sub-nav {
  margin: 0;
  padding-left: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s; }
  .sub-nav:first-child:before {
    display: none;
    content: "";
    background: #b1cb5c;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999; }
    .block--green .sub-nav:first-child:before {
      display: block; }
  .sub-nav--visible {
    max-height: 30em;
    margin-top: 3em; }
  .sub-nav p {
    opacity: 0.6;
    font-size: 1.2em;
    line-height: 1em;
    margin: 5px 0 0; }
  @media (max-width: 43.75em) {
    .sub-nav {
      display: none; } }
  .sub-nav .one-half:nth-child(odd) {
    clear: left; }

.header-container {
  transition: all 0.5s; }
  body:not(.home) .header-container:not(.block--green) {
    background: #F3F3F4;
    border-bottom: #9CB93B 3px solid; }
  .header-container:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    height: 50vh;
    background: #FFF;
    background: linear-gradient(0deg, rgba(243, 243, 244, 0) 0%, #f3f3f4 100%); }

.social-nav, .social-nav li {
  margin: 0;
  padding: 0;
  display: inline-block; }

.social-nav a {
  padding-right: 1em;
  transition: all 0.3s;
  display: block;
  position: relative; }
  .social-nav a:hover {
    text-decoration: none;
    color: #9CB93B;
    transform: scale(1.25); }

.mobile__menu {
  background: #000;
  padding: 3em 5em 3em 3em; }
  @media (max-width: 37.5em) {
    .mobile__menu {
      padding: 2em; } }
  .mobile__menu div > ul > li > a {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .mobile__menu ul {
    margin: 0;
    padding: 0;
    display: block; }
  .mobile__menu li {
    position: relative;
    display: block; }
    .mobile__menu li a {
      display: block;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      font-size: 1.2em; }
  .mobile__menu .sub-menu {
    overflow: hidden;
    padding: 1em 0;
    font-size: 0.9em;
    margin-left: 1em; }
    .mobile__menu .sub-menu.show {
      display: block; }
  .mobile__menu .icon-add-outline {
    color: #FFF;
    position: absolute;
    right: 0;
    z-index: 1000;
    font-size: 1.5em;
    top: 5px; }
    .mobile__menu .icon-add-outline:hover {
      color: #f9b866;
      cursor: pointer; }
  .mobile__menu .close-nav {
    color: #FFF;
    margin-bottom: 2em;
    font-size: 1.5em; }
    .mobile__menu .close-nav:hover {
      text-decoration: none;
      color: grey; }
  .mobile__menu .menu {
    margin: 2em 0; }

.nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  *zoom: 1; }
  .clear:before:before, .clear:before:after,
  .clear:after:before,
  .clear:after:after,
  .entry-content:before:before,
  .entry-content:before:after,
  .entry-content:after:before,
  .entry-content:after:after,
  .comment-content:before:before,
  .comment-content:before:after,
  .comment-content:after:before,
  .comment-content:after:after,
  .site-header:before:before,
  .site-header:before:after,
  .site-header:after:before,
  .site-header:after:after,
  .site-content:before:before,
  .site-content:before:after,
  .site-content:after:before,
  .site-content:after:after,
  .site-footer:before:before,
  .site-footer:before:after,
  .site-footer:after:before,
  .site-footer:after:after {
    content: "";
    display: table; }
  .clear:before:after,
  .clear:after:after,
  .entry-content:before:after,
  .entry-content:after:after,
  .comment-content:before:after,
  .comment-content:after:after,
  .site-header:before:after,
  .site-header:after:after,
  .site-content:before:after,
  .site-content:after:after,
  .site-footer:before:after,
  .site-footer:after:after {
    clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
  padding: 0 3em;
  *zoom: 1; }
  @media (max-width: 62.5em) {
    .container {
      padding: 0 2em; } }
  @media (max-width: 43.75em) {
    .container {
      padding: 0 1em; } }
  @media (max-width: 37.5em) {
    .container {
      padding: 0; } }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }

.row {
  *zoom: 1;
  clear: both; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.one-col {
  display: inline;
  float: left;
  width: 66.66667%;
  margin: 0 0%;
  margin-left: 16.66667%; }
  .one-col--narrow {
    display: inline;
    float: left;
    width: 33.33333%;
    margin: 0 0%;
    margin-left: 33.33333%; }
  @media (max-width: 62.5em) {
    .one-col {
      display: inline;
      float: left;
      width: 75%;
      margin: 0 0%;
      margin-left: 12.5%; }
      .one-col--narrow {
        display: inline;
        float: left;
        width: 50%;
        margin: 0 0%;
        margin-left: 16.66667%; } }
  @media (max-width: 37.5em) {
    .one-col {
      display: inline;
      float: left;
      width: 83.33333%;
      margin: 0 0%;
      margin-left: 8.33333%; } }

.one-whole {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%; }

.one-half {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%; }
  .one-half--right {
    float: right; }

.one-third {
  display: inline;
  float: left;
  width: 33.33333%;
  margin: 0 0%; }
  .one-third--first {
    clear: left; }
  .one-third--right {
    float: right; }

.two-thirds {
  display: inline;
  float: left;
  width: 66.66667%;
  margin: 0 0%; }
  .two-thirds--right {
    float: right; }

.one-quarter {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%; }

.three-quarters {
  display: inline;
  float: left;
  width: 75%;
  margin: 0 0%; }

.three-quarters--right {
  float: right; }

.one-sixth {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%; }

@media (max-width: 43.75em) {
  .one-sixth {
    display: inline;
    float: left;
    width: 33.33333%;
    margin: 0 0%; } }

@media (max-width: 62.5em) {
  .one-third, .two-thirds {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0%; }
    .one-third--right, .two-thirds--right {
      float: right; }
  .one-third:last-child {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%; } }

@media (max-width: 43.75em) {
  .one-third, .two-thirds, .one-half {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%; }
    .one-third--right, .two-thirds--right, .one-half--right {
      display: inline;
      float: left;
      width: 100%;
      margin: 0 0%;
      float: right; }
  .one-quarter {
    display: inline;
    float: left;
    width: 33.33333%;
    margin: 0 0%; }
  .three-quarters {
    display: inline;
    float: left;
    width: 66.66667%;
    margin: 0 0%; }
    .three-quarters--right {
      float: right; }
  .three-quarters, .one-quarter {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%; } }

@media (max-width: 43.75em) {
  .one-half--right {
    display: inline;
    float: left;
    width: 83.33333%;
    margin: 0 0%;
    float: right; } }

@media (max-width: 37.5em) {
  .one-half, .one-third, .two-thirds, .one-quarter, .three-quarters {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%; } }

.nested-grid {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px); }
  .nested-grid::after {
    clear: both;
    content: "";
    display: block; }

.grid-one-whole {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px; }

.grid-one-col {
  width: calc(66.66667% - 50px);
  float: left;
  margin-left: 30px;
  margin-left: calc(16.66667% - 35px + 60px);
  clear: right; }
  @media (max-width: 43.75em) {
    .grid-one-col {
      width: calc(83.33333% - 55px);
      float: left;
      margin-left: 30px;
      margin-left: calc(8.33333% - 32.5px + 60px); } }
  @media (max-width: 37.5em) {
    .grid-one-col {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }

.grid-one-col-narrow {
  width: calc(50% - 45px);
  float: left;
  margin-left: 30px;
  margin-left: calc(25% - 37.5px + 60px); }
  @media (max-width: 62.5em) {
    .grid-one-col-narrow {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }

.grid-one-half {
  width: calc(50% - 45px);
  float: left;
  margin-left: 30px; }
  @media (max-width: 62.5em) {
    .grid-one-half {
      width: calc(75% - 52.5px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }
  @media (max-width: 43.75em) {
    .grid-one-half {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; }
      .grid-one-half--no-stack {
        width: calc(50% - 45px);
        float: left;
        margin-left: 30px;
        margin-bottom: 2em; } }

.grid-three-quarters {
  width: calc(75% - 52.5px);
  float: left;
  margin-left: 30px; }
  @media (max-width: 62.5em) {
    .grid-three-quarters {
      width: calc(50% - 45px);
      float: left;
      margin-left: 30px; } }
  @media (max-width: 37.5em) {
    .grid-three-quarters {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }
  .grid-three-quarters--right {
    float: right; }
    @media (max-width: 62.5em) {
      .grid-three-quarters--right {
        float: left; } }

.grid-one-quarter {
  width: calc(25% - 37.5px);
  float: left;
  margin-left: 30px; }
  @media (max-width: 62.5em) {
    .grid-one-quarter {
      width: calc(50% - 45px);
      float: left;
      margin-left: 30px; }
      .grid-one-quarter:nth-child(odd) {
        clear: left; } }
  @media (max-width: 37.5em) {
    .grid-one-quarter {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }

.grid-one-fifth {
  width: calc(20% - 36px);
  float: left;
  margin-left: 30px; }
  @media (max-width: 75em) {
    .grid-one-fifth {
      width: calc(33.33333% - 40px);
      float: left;
      margin-left: 30px; } }
  @media (max-width: 43.75em) {
    .grid-one-fifth {
      width: calc(50% - 45px);
      float: left;
      margin-left: 30px; } }
  @media (max-width: 37.5em) {
    .grid-one-fifth {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }

.grid-two-thirds {
  width: calc(66.66667% - 50px);
  float: left;
  margin-left: 30px; }
  @media (max-width: 62.5em) {
    .grid-two-thirds {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; } }
  .grid-two-thirds--right {
    float: right; }

.grid-one-third {
  width: calc(33.33333% - 40px);
  float: left;
  margin-left: 30px; }
  @media (max-width: 62.5em) {
    .grid-one-third {
      width: calc(50% - 45px);
      float: left;
      margin-left: 30px; }
      .grid-one-third:last-child:nth-child(3n) {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px; } }
  @media (max-width: 43.75em) {
    .grid-one-third {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px;
      margin-bottom: 2em; }
      .grid-one-third--no-stack {
        width: calc(50% - 45px);
        float: left;
        margin-left: 30px;
        margin-bottom: 2em; } }

.clear {
  clear: both; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.svg-animation-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  max-width: 100vw;
  overflow: hidden; }
  .svg-animation-container .svg-animation {
    height: 100vh; }
    @media (max-width: 25em) {
      .svg-animation-container .svg-animation {
        margin-left: -45%; } }
  body.home .svg-animation-container {
    display: block; }

@media (max-width: 75em) {
  .svg-animation {
    max-width: 120%; } }

@media (max-width: 43.75em) {
  .svg-animation {
    max-width: 180%; } }

@media (max-width: 37.5em) {
  .svg-animation {
    max-width: 220%; } }

@media (max-width: 25em) {
  .svg-animation {
    max-width: 240%; } }

.site-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .site-header__branding {
    min-width: 200px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media only screen and (max-width: 312.5em) {
      .page.home .site-header__branding {
        padding-left: 10%; }
        .page.home .site-header__branding img {
          filter: grayscale(100) brightness(100); } }
    @media only screen and (max-width: 118.75em) {
      .page.home .site-header__branding {
        padding-left: 15%; } }
    @media only screen and (max-width: 112.5em) {
      .page.home .site-header__branding {
        padding-left: 20%; } }
    @media only screen and (max-width: 95.25em) {
      .page.home .site-header__branding {
        padding-left: 0; }
        .page.home .site-header__branding img {
          filter: none; } }
    @media (max-width: 62.5em) {
      .site-header__branding {
        min-width: 130px;
        margin-right: 20px; } }
    @media (max-width: 43.75em) {
      .site-header__branding {
        max-width: 150px;
        margin-right: 0px; } }
    .site-header__branding img {
      max-height: 4.5em;
      width: auto; }
      .block--green .site-header__branding img {
        filter: grayscale(100) brightness(100) !important; }

.entry-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.post-thumbnail {
  margin: 2em 0; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

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

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

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

.cat-links a {
  text-decoration: underline; }
  .cat-links a:hover {
    text-decoration: none; }

.sidebar {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; }
  .sidebar ul, .sidebar li {
    margin: 0;
    padding: 0; }
  .sidebar li {
    margin-left: 1.5em; }

.site-footer {
  padding-bottom: 0;
  background-size: 100% 100%;
  background-image: url("img/wavefooter.svg");
  padding-top: 10em;
  margin-top: 4em; }
  @media (max-width: 37.5em) {
    .site-footer {
      background-image: url("img/wavefooter.svg"), linear-gradient(180deg, white 200px, #89c480 200px);
      background-size: contain;
      background-repeat: no-repeat; } }
  .site-footer .container {
    padding: 0; }
  .site-footer .container, .site-footer__form {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px; }
  .site-footer__logo {
    display: block;
    position: relative;
    margin-top: -7em;
    max-width: 15em;
    margin-left: 46px;
    margin-left: calc(30px + 1em); }
    @media (max-width: 62.5em) {
      .site-footer__logo {
        position: absolute;
        max-width: 20%;
        margin-top: -10%; } }
    @media (max-width: 37.5em) {
      .site-footer__logo {
        max-width: 50%;
        margin: -20% auto 2em auto;
        position: relative; } }
  .site-footer__form {
    float: right;
    margin-right: 0em;
    margin-top: -11em;
    padding: 3em 2em; }
    @media (max-width: 43.75em) {
      .site-footer__form {
        margin-top: 6em;
        width: 100%;
        padding: 3em 2em !important; } }
    @media (max-width: 37.5em) {
      .site-footer__form {
        margin: 0; } }
  .site-footer .widget h4 {
    margin: 1em 0 0 0 !important; }
  .site-footer .widget .social-nav {
    margin: 1em 0; }

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

.bypostauthor {
  display: block; }

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

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

.img--enlarge {
  transform: scale(1.4); }

.img-offset--left {
  margin-left: -20%; }

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
