/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

:root {
	--dark-green: #255957;
  --light-green: #68b984;
  --mustard: #e5ba73;
  --yellow: #faeab1;
  --cream: #faf8f1;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.buffer .news-comments,
.buffer .fb-comments {
	display: none !important;
}
/*
.buffer iframe {
	max-width: 100%;
	height: auto;
}*/

.buffer .news-specs {
	display: none;
}

.buffer .news-item-page .news-specs {
	display: block;
}

.buffer .anchor-link {
	position: relative;
    border-top: 152px solid transparent;
    margin: -100px auto 1em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?o8zio8") format("truetype"), url("../fonts/icomoon.woff?o8zio8") format("woff"), url("../fonts/icomoon.svg?o8zio8#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-icon-arrows-down:before {
	content: "\e90b";
}

.icon-icon-star:before {
	content: "\e90c";
}

.icon-dots:before {
	content: "\e905";
}

.icon-refresh:before {
	content: "\e906";
}

.icon-reply:before {
	content: "\e907";
}

.icon-instagram:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\e90a";
}

.icon-twitter:before {
	content: "\e910";
}

.icon-search:before {
	content: "\e917";
}

.icon-youtube:before {
	content: "\e918";
}

.icon-long-arrow-up:before {
	content: "\e908";
}

.icon-mail:before {
	content: "\e900";
}

.icon-youtube.circle:before {
	content: "\e901";
}

.icon-instagram.circle:before {
	content: "\e902";
}

.icon-twitter.circle:before {
	content: "\e903";
}

.icon-facebook.circle:before {
	content: "\e904";
}

.icon-bluesky:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 64 57\'%3E%3Cpath fill=\'%230085FF\' d=\'M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z\'/%3E%3C/svg%3E');
  	mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 64 57\'%3E%3Cpath fill=\'%230085FF\' d=\'M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338-.13.044-.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z\'/%3E%3C/svg%3E');
		background-color: #245957;
    transition: background-color 0.3s ease;
}

.icon-bluesky.circle:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'44\' height=\'44\' viewBox=\'0 0 32 32\'%3E%3Cpath d=\'M15.96 0c-8.778 0-15.96 7.182-15.96 15.96s7.182 15.96 15.96 15.96 15.96-7.182 15.96-15.96-7.102-15.96-15.96-15.96zM25.536 15.561c-0.718 2.554-3.272 3.192-5.586 2.793 4.070 0.718 5.107 2.953 2.873 5.267-4.229 4.309-6.065-1.117-6.544-2.474-0.16-0.239-0.16-0.319-0.16-0.239 0 0 0 0-0.16 0.239-0.479 1.357-2.314 6.783-6.544 2.474-2.234-2.314-1.197-4.549 2.873-5.267-2.314 0.399-4.868-0.239-5.586-2.793-0.239-0.718-0.559-5.267-0.559-5.905 0-3.032 2.713-1.995 4.309-0.798 2.314 1.756 4.788 5.187 5.666 7.102 0.878-1.915 3.352-5.347 5.666-7.102v0c1.596-1.277 4.309-2.234 4.309 0.798s-0.319 5.187-0.559 5.905z\'/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'44\' height=\'44\' viewBox=\'0 0 32 32\'%3E%3Cpath d=\'M15.96 0c-8.778 0-15.96 7.182-15.96 15.96s7.182 15.96 15.96 15.96 15.96-7.182 15.96-15.96-7.102-15.96-15.96-15.96zM25.536 15.561c-0.718 2.554-3.272 3.192-5.586 2.793 4.070 0.718 5.107 2.953 2.873 5.267-4.229 4.309-6.065-1.117-6.544-2.474-0.16-0.239-0.16-0.319-0.16-0.239 0 0 0 0-0.16 0.239-0.479 1.357-2.314 6.783-6.544 2.474-2.234-2.314-1.197-4.549 2.873-5.267-2.314 0.399-4.868-0.239-5.586-2.793-0.239-0.718-0.559-5.267-0.559-5.905 0-3.032 2.713-1.995 4.309-0.798 2.314 1.756 4.788 5.187 5.666 7.102 0.878-1.915 3.352-5.347 5.666-7.102v0c1.596-1.277 4.309-2.234 4.309 0.798s-0.319 5.187-0.559 5.905z\'/%3E%3C/svg%3E');
    background-color: #245957;
    transition: background-color 0.3s ease;
}


.icon-bluesky:hover:before {
    background-color: var(--light-green)
}

.social-list,
.footer-nav,
#header ul,
.social-holder .widget-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body,
#aspnetForm {
	color: #333;
	background: #ffffff;
	font: 16px/1.2 "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "superblue", arial, sans-serif;
	font-weight: 800;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: var(--dark-green);
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

html.footer-open {
	overflow: hidden;
	height: 100vh;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	padding: 0 25px;
	margin: 0 auto;
	max-width: 620px;
	width: 100%;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row > .col50 {
	width: 100%;
	padding: 0 15px;
}

.row > .col33 {
	padding: 0 15px;
}

.row > .col25 {
	width: 100%;
}

.row > .col66 {
	width: 66.666%;
	padding: 0 15px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h3,
.h3,
h2,
.h2,
h1,
.h1 {
	display: block;
}

h1,
.h1 {
	line-height: 1.55;
	font-weight: 800;
	margin: 0 0 10px;
}

h2,
.h2 {
	font-weight: 700;
	line-height: 1;
}

h3,
.h3 {
	line-height: 1;
}

h4,
.h4 {
	line-height: 1.116;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#live {
  background-color: #68b984;
  color: #fff;
}

#live2 {
  background-color: #255957;
  color: #fff;
}

#live .live-holder, #live2 .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#live h1, #live2 h1{
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
}
#live p, #live2 p  {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0px 0px;
}
#live a, #live2 a {
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-left: 5px;
    color: #fff;
}

#live a:hover, #live2 a:hover {
/*	background: #fff;*/
	color: #fff;
}

#live h1, #live2 h1, #live p, #live2 p, #live a, #live2 a {
  display: inline-block;
  vertical-align: middle;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
	margin: 0 -4px;
}

.social-list li {
	padding: 0 4px;
}

.social-list a {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.base-section {
	padding: 0;
}

.section-heading {
	margin: .5em 0;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
}

.section-heading h2,
.section-heading .h2 {
	letter-spacing: -.4px;
	position: relative;
	margin-bottom: 7px;
}

.section-heading h2:before,
.section-heading .h2:before {
	content: "\e90c";
	font-family: "icomoon";
	font-size: 22px;
	position: absolute;
	left: -30px;
	top: 14px;
}

.section-heading .section-heading-text {
	max-width: 220px;
	margin: 0 auto;
	font-weight: 500;
}

.section-heading.dark {
	color: var(--dark-green);
}

.section-heading.dark h2,
.section-heading.dark .h2 {
	color: var(--dark-green);
}

.section-heading.text-center {
	text-align: center;
	padding-left: 0;
}

.section-heading.text-center h2,
.section-heading.text-center .h2 {
	padding-top: 42px;
}

.section-heading.text-center h2:before,
.section-heading.text-center .h2:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-heading.text-center .section-heading-text {
	text-align: center;
	margin: 0 auto;
}

#footer {
	background-repeat: no-repeat;
	text-align: center;
	background-position: 70% 100%;
	background-color: var(--cream);
	padding: 0 0 45px;
	position: fixed;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	top: 100%;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 1.289;
	box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, .35);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	z-index: 100;
}

#footer .footer-opener {
	position: absolute;
	top: 45px;
	right: 15px;
	text-decoration: none;
	font-size: 22px;
	color: #333;
}

#footer .footer-opener:hover {
	color: var(--dark-green);
}

.services-holder {
	padding: 98px 0 104px;
}

.location-holder {
	padding: 50px 0 50px;
}

.services-holder .section-heading {
	margin: .5em 0 23px;
}

.services-holder .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 9px;
}

.services-holder .row .col33 {
	padding: 0 15px;
	margin-bottom: 22px;
}

.services-holder .service-item {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 8px;
	height: 100%;
	padding: 16px 12px 0;
}

.services-holder .service-item:hover {
	background: -webkit-linear-gradient(top, #ffffff 1%, #fff8e9 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #fff8e9 100%);
}

.services-holder .img-holder {
	margin: 0 auto 10px;
}

.services-holder .img-holder img {
	max-height: 75px;
}

.services-holder .service-title {
	display:block;
	font-weight:bold;
	font-size: 26px;
	line-height: 1em;
	color: var(--dark-green);
	margin: 6px 0;
}

.location-holder .section-heading {
	margin: .5em 0 51px;
}

.location-holder .title {
	color: var(--dark-green);
	font-weight: 700;
	display: block;
	font-size: 22px;
	line-height: 1.272;
	margin-bottom: 11px;
}

.location-holder address {
	font-style: normal;
	font-weight: 600;
	line-height: 1.581;
	margin-bottom: 43px;
}

.location-holder a {
	text-decoration: none;
	color: inherit;
}

.location-holder a:hover {
	color: #fff;
}

.location-holder .img-holder {
	position: relative;
	height: 100%;
	max-width: 221px;
	margin: 0 auto;
}

.footer-nav {
	margin: 0 -9px;
	padding: 41px 0 0;
	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;
}

.footer-nav li {
	padding: 0 9px;
	position: relative;
}

.footer-nav li:before {
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	background: #333;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-nav li:last-child:before {
	content: none;
}

.footer-nav a {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-open #footer {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
}

#header {
	position: relative;
	background-color: var(--cream);
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	padding: 12px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.scroll-bottom #header .inner {
	padding: 0;
}

.scroll-bottom #header .btn {
	-webkit-transition: .3s;
	transition: .3s;
	background: var(--dark-green);
	color: #fff;
}

.scroll-bottom #header .btn:hover {
	background: var(--dark-green);
	color: var(--cream);
}

.scroll-bottom #header .main-menu a {
	color: var(--dark-green);
}

.scroll-bottom #header .nav-opener:before,
.scroll-bottom #header .nav-opener:after {
	background: var(--dark-green);
}

.scroll-bottom #header .nav-opener span {
	background: var(--dark-green);
}

.scroll-bottom #header .options a:not(.btn) {
	color: var(--dark-green);
}

#header > .container {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: static;
	width: 100%;
	max-width: 999999px;
}

#header a {
	text-decoration: none;
}

#header .logo {
	position: relative;
	width: 200px;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 5;
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .logo-dark {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#header .btn {
	margin: 0 12px;
	font-size: 16px;
	padding: 15px 25px;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 1px;
	-webkit-transition: padding-top .3s;
	transition: padding-top .3s;
}

#header .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 49px;
	z-index: 5;
	margin-right: 49px;
}

#header .options a:not(.btn) {
	color: var(--dark-green);
}

#header .options a:not(.btn):hover {
		color: var(--light-green);
	}

#header .nav-opener {
	height: 20px;
	width: 30px;
	margin: 0 0 10px 0;
	position: absolute;
	right: 25px;
	top: calc(50% - 0px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header .nav-opener:hover:before,
#header .nav-opener:hover:after,
#header .nav-opener:hover span {
	background: var(--dark-green);
}

#header .nav-opener:before,
#header .nav-opener:after {
	content: "";
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background: var(--dark-green);
	border-radius: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}

#header .nav-opener:before {
	top: 0;
}

#header .nav-opener:after {
	bottom: 0;
}

#header .nav-opener span {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	height: 4px;
	width: 100%;
	background: var(--dark-green);
	border-radius: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}

#header .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 36px;
	margin: 0 0 25px;
	margin-right: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow-y: auto;
}

#header .main-menu > li {
	padding: 5px 5px;
	width: 100%;
}

#header .main-menu > li + li {
	margin-top: 10px;
}

#header .main-menu a {
	color: var(--dark-green);
	font-weight: 600;
}

#header .main-menu .hover > a,
#header .main-menu .active > a {
	color: var(--dark-green);
}

#header .main-menu .has-drop-down {
	position: relative;
}

#header .main-menu .has-drop-down.drop-active > .has-drop-down-a:before,
#header .main-menu .has-drop-down.hover > .has-drop-down-a:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

#header .main-menu .has-drop-down > .has-drop-down-a {
	position: relative;
	padding-right: 20px;
}

#header .main-menu .has-drop-down > .has-drop-down-a:before {
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 8px;
	left: calc(100% - 12px);
	font-weight: 100;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 26px;
}

#header .main-menu .drop {
	color: #fff;
	padding: 5px;
	font-size: 16px;
}

#header .main-menu .drop li {
	margin: 0;
}

#header .main-menu .drop li + li {
	margin-top: 20px;
}

#header .main-menu .drop a {
	color: #fff;
}

#header .main-menu .drop .hover > a,
#header .main-menu .drop .active > a {
	color: var(--dark-green);
}

#header .search {
	padding: 28px 25px 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header .search form {
	width: 100%;
	max-width: 500px;
}

#header .search .search-close-btn {
	display: none;
}

#header .search .search-wrap input,
#header .search .search-wrap textarea {
	padding: 15px 21px 15px 8px;
}

#header .search-opener {
	font-size: 18px;
	margin: 0 17px;
}

#header .social-list {
	font-size: 18px;
	position: relative;
	margin-top: 30px;
}

#header .social-list:before {
	position: absolute;
	left: 0;
	top: -1px;
	bottom: -1px;
	width: 1px;
	background: var(--dark-green);
}

#header .social-list li + li {
	margin-left: 4px;
}

#header .social-list a:hover {
	color: var(--dark-green);
}

.menu-open #header .logo-dark,
.menu-opener.scroll-bottom #header .logo-dark {
	opacity: 0;
}

.menu-open #header .nav-bar,
.menu-opener.scroll-bottom #header .nav-bar {
	visibility: visible;
	opacity: 1;
}

.menu-open #header .options a:not(.btn),
.menu-opener.scroll-bottom #header .options a:not(.btn) {
	color: var(--dark-green);
}

.menu-open #header .btn,
.menu-opener.scroll-bottom #header .btn {
	color: var(--dark-green);
	background: transparent;
}

.menu-open #header .main-menu a,
.menu-opener.scroll-bottom #header .main-menu a {
	color: var(--dark-green);
}

.menu-open #header .main-menu .drop .hover > a,
.menu-open #header .main-menu .drop .active > a,
.menu-opener.scroll-bottom #header .main-menu .drop .hover > a,
.menu-opener.scroll-bottom #header .main-menu .drop .active > a {
	color: var(--light-green);
}

.menu-open #header .nav-opener:before,
.menu-open #header .nav-opener:after,
.menu-opener.scroll-bottom #header .nav-opener:before,
.menu-opener.scroll-bottom #header .nav-opener:after {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	background: var(--dark-green);
}

.menu-open #header .nav-opener span,
.menu-opener.scroll-bottom #header .nav-opener span {
	background: var(--dark-green);
}

.menu-open #header .nav-opener span:nth-child(1),
.menu-opener.scroll-bottom #header .nav-opener span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-open #header .nav-opener span:nth-child(2),
.menu-opener.scroll-bottom #header .nav-opener span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-open #header .nav-opener:hover:before,
.menu-open #header .nav-opener:hover:after,
.menu-opener.scroll-bottom #header .nav-opener:hover:before,
.menu-opener.scroll-bottom #header .nav-opener:hover:after {
	background: var(--dark-green);
}

.menu-open #header .nav-opener:hover span,
.menu-opener.scroll-bottom #header .nav-opener:hover span {
	background: var(--dark-green);
}

.is-touch-device #header .drop {
	display: none;
}

.is-touch-device #header .has-drop-down.hover > .drop {
	display: block;
}

.open-search #header .search .search-opener {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	margin: 13px 17px;
	font-weight: 700;
	font-size: 40px;
	color: var(--dark-green);
}

.open-search #header .search .search-opener:hover {
	color: var(--light-green);
}

.footer-open #header:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	box-shadow: inset 0 -4px 7px -3px rgba(0, 0, 0, .35);
}

.input-wrap {
	margin-bottom: 20px;
}

.input-wrap input,
.input-wrap textarea {
	width: 100%;
	font-size: 14px;
	border-radius: 5px;
	padding: 21px 21px 20px 8px;
	letter-spacing: -.3px;
	border: 1px solid var(--cream);
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder {
	color: #000;
}

.input-wrap input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder {
	color: #000;
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
	color: #000;
}

.input-wrap input:focus,
.input-wrap textarea:focus {
	border-color: var(--dark-green);
}

.input-wrap.email-input,
.input-wrap.search-wrap {
	position: relative;
}

.input-wrap.email-input input,
.input-wrap.search-wrap input {
	width: calc(100% - 60px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-wrap.email-input button,
.input-wrap.search-wrap button {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	background: var(--dark-green);
	border-radius: 0 5px 5px 0;
	border: 1px solid var(--dark-green);
	outline: none;
	-webkit-transition: background .3s,
	border-color .3s;
	transition: background .3s,
	border-color .3s;
}

.input-wrap.email-input button:hover,
.input-wrap.search-wrap button:hover {
	background: var(--light-green);
	border-color: var(--light-green);
}

.input-wrap.email-input button:before,
.input-wrap.search-wrap button:before {
	content: "";
	font-family: "icomoon";
	font-size: 29px;
	color: #fff;
}

.input-wrap.email-input button:before {
	content: "\e900";
}

.input-wrap.search-wrap button:before {
	content: "\e917";
}


.intro-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 80vh;
}


.intro-section .container {
	margin: 0;
}

.intro-section::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.intro-section h2,
.intro-section .h2 {
	font-size: 35px;
}

.intro-section .intro-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	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;
}

.intro-section .video-active .hero-video {
    opacity: 1;
}

.intro-section .section-heading.text-center {
	text-shadow: 2px 1px 7px #333;
}

.intro-section form {
	margin: 20px auto 0;
}

.video-holder {
    position: absolute;
    top: 0px;
    left: -5px;
    right: -5px;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    z-index: -1;
}

.video-holder .hero-video {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	background: var(--dark-green);
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 34px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.btn:hover {
	background: var(--light-green);
}

.btn.btn-outline {
	border: 2px solid white;
	padding: 8px 45px;
	letter-spacing: -.3px;
	background: transparent;
	line-height: 1.85;
}

.btn.btn-outline:hover {
	background: var(--light-green);
}

.issues-section {
	padding: 33px 0 80px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.issues-section .section-heading {
	margin: 0 0 36px;
}

.issues-section .img-holder {
	border-radius: 9px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
}

.issues-section .card {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	height: 100%;
	line-height: 1.4;
}

.issues-section .card:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, #ffffff 1%, #fff8e9 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #fff8e9 100%);
	opacity: 0;
	z-index: 1;
}

.issues-section .card:hover:before {
	opacity: .95;
}

.issues-section .card:hover p {
	display: block;
}

.issues-section .card:hover .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 36px;
}

.issues-section .card:hover .txt-holder {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.issues-section .card:hover h3 {
	margin: 0 0 11px !important;
}

.issues-section .card .txt-holder {
	position: relative;
	z-index: 2;
	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;
	height: 100%;
	padding: 24px 12px 19px;
	width: 100%;
	min-height: 292px;
}

.issues-section .card .txt-holder h3 {
	margin: 0;
}

.issues-section .card .txt-holder p {
	max-height: 131px;
	overflow: hidden;
	padding-top: 5px;
	margin: 0 0 19px;
}

.issues-section .card .content-holder {
	width: 100%;
}

.issues-section .card p,
.issues-section .card .btn {
	display: none;
}

.issues-section .card h3,
.issues-section .card p {
	text-shadow: 0 1px 7px rgba(0, 0, 0, .7);
}

.issues-section .card:hover h3,
.issues-section .card:hover p {
	text-shadow: none;
	color: var(--dark-green);
}

.issues-section .row {
	margin: 0 0 15px;
}

.issues-section .row .col25 {
	margin-bottom: 25px;
}

.issues-section .btn-outline {
	background: var(--light-green);
	border: 2px solid var(--light-green);
}


.issues-section .btn-outline:hover {
	background: transparent;
}

.issues-section .card .btn-outline {
	background: var(--mustard);
	border: none;
	color: var(--dark-green);
}

.issues-section .card .btn-outline:hover {
	color: #ffffff;
	background: var(--dark-green);
}

.subscribe-section {
	white-space: nowrap;
	text-align: center;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
}

.subscribe-section:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 490px;
}

.subscribe-section > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.subscribe-section:before {
	content: "";
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .02) 12%, rgba(0, 0, 0, .07) 24%, rgba(0, 0, 0, .09) 25%, rgba(0, 0, 0, .1) 28%, rgba(0, 0, 0, .13) 29%, rgba(0, 0, 0, .14) 31%, rgba(0, 0, 0, .17) 35%, rgba(0, 0, 0, .21) 37%, rgba(0, 0, 0, .21) 38%, rgba(0, 0, 0, .27) 42%, rgba(0, 0, 0, .28) 43%, rgba(0, 0, 0, .35) 48%, rgba(0, 0, 0, .45) 61%, rgba(0, 0, 0, .48) 73%, rgba(0, 0, 0, .48) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .02) 12%, rgba(0, 0, 0, .07) 24%, rgba(0, 0, 0, .09) 25%, rgba(0, 0, 0, .1) 28%, rgba(0, 0, 0, .13) 29%, rgba(0, 0, 0, .14) 31%, rgba(0, 0, 0, .17) 35%, rgba(0, 0, 0, .21) 37%, rgba(0, 0, 0, .21) 38%, rgba(0, 0, 0, .27) 42%, rgba(0, 0, 0, .28) 43%, rgba(0, 0, 0, .35) 48%, rgba(0, 0, 0, .45) 61%, rgba(0, 0, 0, .48) 73%, rgba(0, 0, 0, .48) 100%);
}

.subscribe-section h2 {
	font-size: 35px;
}

.subscribe-section > .container {
	text-align: left;
	width: 100%;
	position: relative;
}

.subscribe-section .social-list {
	height: 100%;
	margin: 0 -5px 93px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.subscribe-section .social-list li {
	padding: 0 5px;
}

.subscribe-section .social-list a {
	display: block;
	color: var(--mustard);
}

.subscribe-section .social-list a:hover {
	color: var(--light-green);
}

.subscribe-section .social-list a span {
	font-size: 72px;
}

.subscribe-section .social-list a span.icon-bluesky.circle:before {
	 background-color: var(--mustard);
	 width: 68px;
   height: 68px;
   webkit-mask-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'68\' height=\'68\' viewBox=\'0 0 32 32\'%3E%3Cpath d=\'M15.96 0c-8.778 0-15.96 7.182-15.96 15.96s7.182 15.96 15.96 15.96 15.96-7.182 15.96-15.96-7.102-15.96-15.96-15.96zM25.536 15.561c-0.718 2.554-3.272 3.192-5.586 2.793 4.070 0.718 5.107 2.953 2.873 5.267-4.229 4.309-6.065-1.117-6.544-2.474-0.16-0.239-0.16-0.319-0.16-0.239 0 0 0 0-0.16 0.239-0.479 1.357-2.314 6.783-6.544 2.474-2.234-2.314-1.197-4.549 2.873-5.267-2.314 0.399-4.868-0.239-5.586-2.793-0.239-0.718-0.559-5.267-0.559-5.905 0-3.032 2.713-1.995 4.309-0.798 2.314 1.756 4.788 5.187 5.666 7.102 0.878-1.915 3.352-5.347 5.666-7.102v0c1.596-1.277 4.309-2.234 4.309 0.798s-0.319 5.187-0.559 5.905z\'/%3E%3C/svg%3E');
  	mask-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'68\' height=\'68\' viewBox=\'0 0 32 32\'%3E%3Cpath d=\'M15.96 0c-8.778 0-15.96 7.182-15.96 15.96s7.182 15.96 15.96 15.96 15.96-7.182 15.96-15.96-7.102-15.96-15.96-15.96zM25.536 15.561c-0.718 2.554-3.272 3.192-5.586 2.793 4.070 0.718 5.107 2.953 2.873 5.267-4.229 4.309-6.065-1.117-6.544-2.474-0.16-0.239-0.16-0.319-0.16-0.239 0 0 0 0-0.16 0.239-0.479 1.357-2.314 6.783-6.544 2.474-2.234-2.314-1.197-4.549 2.873-5.267-2.314 0.399-4.868-0.239-5.586-2.793-0.239-0.718-0.559-5.267-0.559-5.905 0-3.032 2.713-1.995 4.309-0.798 2.314 1.756 4.788 5.187 5.666 7.102 0.878-1.915 3.352-5.347 5.666-7.102v0c1.596-1.277 4.309-2.234 4.309 0.798s-0.319 5.187-0.559 5.905z\'/%3E%3C/svg%3E');
    
}

.subscribe-section .footer-opener {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	position: fixed;
	z-index: 999;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--light-green);
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .2px;
	padding: 12px 40px;
	color: #ffffff;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
}

/*.subscribe-section .footer-opener:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 68%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 68%);
}*/

.subscribe-section .footer-opener:hover {
	background: var(--dark-green);
	color: #fff;
}

.subscribe-section .footer-opener:hover:before {
	content: none;
}

.subscribe-section .footer-opener span {
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-size: 12px;
}

.subscribe-section form .input-wrap {
	margin-bottom: 45px;
}

.subscribe-section form .input-wrap input {
	padding: 16px 21px 17px 11px;
	background: var(--cream);
}

.subscribe-section form .input-wrap input::-webkit-input-placeholder {
	font-size: 14px;
	letter-spacing: -.5px;
}

.subscribe-section form .input-wrap input::-moz-placeholder {
	opacity: 1;
	font-size: 14px;
	letter-spacing: -.5px;
}

.subscribe-section form .input-wrap input:-moz-placeholder {
	font-size: 14px;
	letter-spacing: -.5px;
}

.subscribe-section form .input-wrap input:-ms-input-placeholder {
	font-size: 14px;
	letter-spacing: -.5px;
}

.subscribe-section form .input-wrap input.placeholder {
	font-size: 14px;
	letter-spacing: -.5px;
}

.subscribe-section .section-heading {
	margin: .5em 0 21px;
}

.base-section.info-section {
	padding-top: 0;
}

.business-card {
	/*background: -webkit-linear-gradient(top, #fff8f1 0%, #fff8e9 100%);
	background: linear-gradient(to bottom, #fff8f1 0%, #fff8e9 100%);*/
	background: var(--dark-green);
	margin: -37px auto 80px;
	border-radius: 0 8px 8px;
	position: relative;
	width: 100%;
	z-index: 99;
}

.business-card h2 {
	color: #68b9f4;
}

.info-card {
	display: flex;
	background: var(--dark-green);
	color: var(--cream);
	border-radius: 8px;
	position: relative;
	width: 100%;
	z-index: 99;
	margin: 80px auto;
}

.info-card .info-content .section-heading h1.h2::before {
	content: none !important;
}

.info-card .info-content .section-heading {
	padding-left: 0 !important;
}

.info-card .info-img-holder {
	width: 38%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-card .info-img-holder .info-img {
	width: 100%;
	max-width: 180px;
}

.info-card .info-content {
	width: 60%;
	padding: 10px 15px 32px 3px;
	color: #fff;
	line-height: 1.75;
	letter-spacing: .1px;
	font-size: 14px;
}

.info-card .info-content.full-width {
	width: 100%;
	text-align: center;
}

.info-card .section-heading {
	margin: .5em 0 15px;
	display: block !important;
}

.info-card h2,
.info-card .h2 {
	color: var(--cream);
}

.info-card .btn-wrap.btn-white .btn.btn-outline {
	-webkit-transition: .3s;
	transition: .3s;
	padding: 6px 18px;
	background: var(--mustard);
	border: 2px solid var(--mustard);
	color: var(--dark-green);
}

.info-card .btn-wrap .btn.btn-outline:hover {
	background: #fff;
	color: var(--dark-green);
}

.business-card:before {
	content: "";
	position: absolute;
	top: -31px;
	bottom: 100%;
	left: 0;
	width: 38%;
	background: var(--dark-green);
	border-radius: 8px 8px 0 0;
}

.business-card .business-img {
	position: absolute;
	bottom: 0;
	left: 0;
	top: -31px;
	width: 38%;
	border-radius: 8px;
}

.business-card .business-img .img-holder {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.business-card .business-content {
	margin: 0 0 0 38%;
	padding: 10px 15px 32px 3px;
	color: var(--cream);
	letter-spacing: .1px;
	line-height: 1.75;
	font-size: 14px;
}

.business-content h2,
.business-content .h2 {
	color: var(--cream);
}

.business-card .section-heading {
	margin: .5em 0 15px;
	display: block !important;
}

.business-card .btn-wrap {
	margin: 0 -3px 0;
	display: block !important;
	text-align: center;
}

.business-card .btn-wrap .btn {
	margin: 0 3px 6px;
	font-size: 14px;
}

.business-card .btn-wrap .btn.btn-outline-green {
	-webkit-transition: .3s;
	transition: .3s;
	padding: 6px 18px;
	background: var(--light-green);
	border:2px solid var(--light-green);
}

.business-card .btn-wrap .btn.btn-outline-green:hover {
	background: transparent;
	color: var(--light-green);
}

.social-block .social-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 0 12px;
}

.social-block .social-card.social-content a:hover:before,
.social-block .social-card.social-content a:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
}

.social-block .social-card a {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition: .3s;
	transition: .3s;
}

.social-block .social-card a:hover {
	border-radius: 0;
}

.social-block .social-card a:hover:before,
.social-block .social-card a:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.social-block .social-card a:hover:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
	-ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
	transform: translate(-50%, -50%) rotate(90deg) scale(1);
}

.social-block .social-card a:hover .bg-holder:before {
	opacity: .8;
}

.social-block .social-card a:before,
.social-block .social-card a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) scale(.2);
	-ms-transform: translate(-50%, -50%) scale(.2);
	transform: translate(-50%, -50%) scale(.2);
	height: 40px;
	width: 2px;
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform cubic-bezier(.27, 1.4, .77, 1.52) .4s;
	transition: opacity .4s, -webkit-transform cubic-bezier(.27, 1.4, .77, 1.52) .4s;
	transition: opacity .4s, transform cubic-bezier(.27, 1.4, .77, 1.52) .4s;
	transition: opacity .4s, transform cubic-bezier(.27, 1.4, .77, 1.52) .4s, -webkit-transform cubic-bezier(.27, 1.4, .77, 1.52) .4s;
}

.social-block .social-card a:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg) scale(.2);
	-ms-transform: translate(-50%, -50%) rotate(90deg) scale(.2);
	transform: translate(-50%, -50%) rotate(90deg) scale(.2);
}

.social-block .bg-holder {
	background-color: var(--dark-green);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 100%;
}

.social-block .bg-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, var(--light-green) 0%, var(--dark-green) 100%);
	background: linear-gradient(to bottom, var(--light-green) 0%, var(--dark-green) 100%);
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.social-block .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 3px 0 0;
}

.social-block .content i {
	font-size: 56px;
	margin: 0 0 15px;
}

.post-section {
	background: var(--cream);
	padding: 5rem 0 3rem;
}

.post-section .row {
	margin: 0 -15px;
}

.post-section .row .col33 {
	width: 100%;
}

.post-section .row .col66 {
	width: 100%;
}

.social-holder {
	border-radius: 9px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	color: var(--dark-green);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	width: 100%;
	margin: 0 0 14px;
	padding: 22px 20px;
}

.social-holder .twitter-widget {
	margin: 0 0 2em;
}

.social-holder .instagram-widget {
	margin: 0 0 2em;
}

/*.social-holder:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .65);
}*/

.social-holder .widget-list li {
	margin-bottom: 36px;
}

.social-holder .widget-list .icon-twitter,
.social-holder .widget-list .info {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
	font-weight: bold;
}

.social-holder .widget-list .icon-twitter {
	color: var(--light-green);
	margin-right: 5px;
	font-size: 17px;
}

.social-holder .widget-list .time {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 17px;
}

.social-holder .widget-list .time:before {
	width: 5px;
	height: 5px;
	content: "";
	display: block;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social-holder .widget-list .twitter-footer {
	font-size: 13px;
}

.social-holder .widget-list p {
	margin: 0 0 15px;
}

.social-holder .widget-list .action-link {
	margin-right: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-holder .widget-list .action-link:last-child {
	margin-right: 0;
}

.social-holder .widget-list .action-link span {
	font-size: 16px;
	margin-right: 6px;
}

.social-holder a {
	text-decoration: none;
	color: var(--light-green);
}

.social-holder a:hover {
	color: #fff;
}

.social-holder .section-heading {
	margin: 0 0 26px;
	color: var(--dark-green);
}

.social-holder .content-holder {
	position: relative;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.social-holder .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -4px 15px;
	padding-top: 0;
}

.social-holder .social-list span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: var(--dark-green);
	font-size: 48px;
}

.social-holder .social-list a:hover span {
	color: var(--mustard);
}

.articles-holder article {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 45px;
}

.articles-holder article a {
	text-decoration: none;
	color: var(--dark-green);
	font-weight: 900;
}

.articles-holder article a:hover {
	color: var(--light-green);
}

.articles-holder article .read-more {
	padding-left: 8px;
	white-space: nowrap;
}

.articles-holder article .img-holder {
	border-radius: 9px;
	overflow: hidden;
	position: relative;
	margin: 0 0 16px;
	max-height: 153px;
}

.articles-holder article .date-holder {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--light-green);
	border-bottom-right-radius: 9px;
	padding: 2px 9px 2px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.articles-holder article .date-holder .date,
.articles-holder article .date-holder .month {
	font-family: "Oswald", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	display: block;
}

.articles-holder article .date-holder .month {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: 900;
}

.hero-section {
	position:relative;
	min-height: 450px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-size: cover;
	padding: 40px 0 0 0;
	overflow-y: hidden;
}

.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items:center;
}

.hero-section .section-heading {
	display: block;
	width: 100%;
	z-index: 1;
}

.hero-section .sectionlink {
	text-transform: capitalize;
	text-shadow: 2px 1px 7px #333;
	color:#fff;
	text-decoration: none;
	pointer-events: none;
    cursor: default;
}

.content-section {
	margin: 40px 0 60px;
}

.content-section .buffer {
	font-size: 16px;
	line-height: 1.5em;
}

.content-section h1 {
	text-align: center; 
	color: var(--dark-green);
	font-size: 38px;
}

.content-section h2 {
	color: var(--dark-green);
	font-size: 28px;
}

.content-section h3 {
	font-size: 24px;
}

.content-section h4 {
	font-size: 22px;
}

.table-wrapper {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.table-wrapper .column {
	display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding:10px;
}

iframe[src*="youtu"] {
height: auto;
width: 100%;
aspect-ratio: 16 / 9;
}

@media (min-width: 480px) {
	.social-block .social-card {
		width: 50%;
		padding: 2px;
	}
}

@media (min-width: 768px) {
	.row > .col25 {
		width: 50%;
		padding: 0 15px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	h4,
	.h4 {
		font-size: 24px;
	}

	.section-heading {
		font-size: 18px;
	}

	.section-heading h2,
	.section-heading .h2 {
		margin-bottom: 2px;
	}

	.section-heading .section-heading-text {
		max-width: 450px;
		margin: 0;
	}

	#footer {
		padding: 0 0 60px;
		height: calc(100vh - 70px);
	}

	#footer .footer-opener {
		right: 19px;
		font-size: 30px;
	}

	.services-holder .section-heading {
		margin: .5em 0 30px;
	}

	.services-holder .row {
		margin-bottom: 0;
	}

	.services-holder .row .col33 {
		width: 50%;
		margin-bottom: 18px;
	}

	.services-holder .service-item {
		padding: 10px 12px 0;
	}

	.services-holder .img-holder {
		min-height: 77px;
		margin: 0 auto 4px;
	}

	.services-holder .img-holder img {
		max-height: 77px;
	}

	.services-holder .service-title {
		margin-bottom: 10px;
	}

	.location-holder .section-heading {
		margin: .5em 0 51px;
	}

	.location-holder .row {
		padding-right: 118px;
	}

	.location-holder .row .col25 {
		width: 50%;
		padding: 0 15px;
	}

	.location-holder address {
		margin-bottom: 19px;
	}

	.location-holder .img-holder {
		max-width: none;
	}

	.location-holder .img-holder img {
		position: absolute;
		left: calc(100% - 33px);
		bottom: 0;
	}

	.footer-nav {
		padding: 36px 0 0;
	}

	#header {
		position: absolute;
		padding: 12px;
	}

	.scroll-bottom #header {
		position: fixed;
	}

	.scroll-bottom #header .logo-dark {
		opacity: 1;
	}

	#header > .container {
		position: relative;
	}

	#header .logo {
		width: 200px;
		height: 68px;
	}

	#header .btn {
		font-size: 18px;
	}

	#header .inner {
		padding: 0 0 6px;
	}

	#header .options {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#header .options .btn {
		background: var(--mustard);
		color: var(--dark-green);
	}

	#header .options .btn:hover {
		background: var(--dark-green);
		color: var(--cream);
	}

	#header .nav-opener {
		right: 7px;
		top: calc(50% - 5px);
	}

	#header .main-menu {
		max-height: calc(100vh - 150px);
	}

	#header .search {
		opacity: 0;
		visibility: hidden;
		height: 0;
		width: 0;
		padding: 0;
	}

	#header .search form {
		max-width: 600px;
	}

	#header .search .search-close-btn {
		display: block;
	}

	#header .social-list {
		padding-left: 6px;
		margin-top: 0;
	}

	#header .social-list:before {
		content: "";
	}

	.open-search #header .search {
		position: fixed;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: -webkit-linear-gradient(top, #ffffff 0%, #fff8e9 100%);
		background: linear-gradient(to bottom, #ffffff 0%,  #fff8e9 100%);
		z-index: 99999999;
		opacity: .9;
		visibility: visible;
		height: auto;
		width: auto;
	}

	.input-wrap input,
	.input-wrap textarea {
		font-size: 22px;
		padding: 16px 21px 16px 8px;
		letter-spacing: -.5px;
	}

	.intro-section .container {
		margin: 0;
	}

	.intro-section h2,
	.intro-section .h2 {
		font-size: 55px;
	}

	.intro-section form {
		max-width: 570px;
	}

	.btn.btn-outline {
		padding: 9px 43px;
	}

	.issues-section {
		padding: 68px 0 98px;
	}

	.issues-section > .container {
		max-width: 680px;
	}

	.issues-section h3 {
		font-size: 28px;
	}

	.issues-section .section-heading {
		margin: 0 0 47px;
	}

	.issues-section .card {
		line-height: 1.61;
	}

	.issues-section .card:hover h3 {
		margin: 0 0 13px !important;
	}

	.issues-section .card .txt-holder {
		min-height: 323px;
		padding: 26px 15px 18px;
	}

	.issues-section .card .txt-holder p {
		max-height: 125px;
		margin: 0 0 25px;
	}

	.issues-section .row {
		margin: 0 -15px 41px;
	}

	.subscribe-section {
		white-space: nowrap;
		text-align: center;
	}

	.subscribe-section:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 666px;
	}

	.subscribe-section > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.subscribe-section h2 {
		font-size: 55px;
	}

	.subscribe-section .social-list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -8px;
	}

	.subscribe-section .social-list li {
		padding: 0 8px;
	}

	.subscribe-section .footer-opener {
		padding: 17px 80px;
		font-size: 30px;
	}

	.subscribe-section .footer-opener span {
		font-size: 16px;
		right: 20px;
		top: 50%;
	}

	.subscribe-section form .input-wrap input::-webkit-input-placeholder {
		font-size: 22px;
	}

	.subscribe-section form .input-wrap input::-moz-placeholder {
		font-size: 22px;
	}

	.subscribe-section form .input-wrap input:-moz-placeholder {
		font-size: 22px;
	}

	.subscribe-section form .input-wrap input:-ms-input-placeholder {
		font-size: 22px;
	}

	.subscribe-section form .input-wrap input.placeholder {
		font-size: 22px;
	}

	.business-card {
		width: calc(100% - 70px);
	}

	.info-card {
		width: calc(100% - 70px);
	}

	.info-card .btn-wrap .btn.btn-outline {
		padding: 9px 27px;
	}

	.business-card:before {
		top: -54px;
		width: 36%;
	}

	.business-card .business-img {
		top: -54px;
		width: 36%;
	}

	.business-card .business-img .img-holder {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.business-card .btn-wrap {
		margin: 20px -10px 0 -3px;
		text-align: left;
	}

	.business-card .btn-wrap .btn {
		font-size: 16px;
		margin: 0 3px 6px;
	}

	.business-card .btn-wrap .btn.btn-outline {
		padding: 9px 27px;
	}

	.social-block .row {
		margin: 0 -32px;
	}

	.social-block .social-card {
		width: 33.333%;
	}

	.social-block .content {
		font-size: 16px;
	}

	.social-block .content i {
		font-size: 44px;
		margin: 0 0 11px;
	}

	.post-section > .container {
		max-width: 690px;
	}

	.post-section .row {
		margin: 0 -10px;
	}

	.post-section .row .col33 {
		width: 50%;
	}

	.post-section .row .col66 {
		width: 50%;
	}

	.social-holder {
		margin: 0 0 40px;
	}

	.social-holder .widget-list li {
		margin-bottom: 27px;
	}

	.social-holder .widget-list p {
		margin: 0 0 19px;
	}

	.social-holder .widget-list .action-link {
		margin-right: 22px;
	}

	.social-holder .widget-list .action-link span {
		font-size: 14px;
		margin-right: 4px;
	}

	.social-holder .section-heading {
		margin: 0 0 34px;
	}

	.social-holder .social-list {
		padding-top: 16px;
		margin: 0 -4px 23px;
	}

	.social-holder .social-list li {
		padding: 0 4px;
	}

	.articles-holder article {
		margin-bottom: 40px;
	}

	.articles-holder article h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 2px;
	}

	.articles-holder article .img-holder {
		margin: 0 0 13px;
		max-height: 172px;
	}

	.articles-holder article .date-holder {
		padding: 1px 11px 4px;
	}

	.articles-holder article .date-holder .date,
	.articles-holder article .date-holder .month {
		font-size: 28px;
	}

	.articles-holder article .date-holder .month {
		font-size: 13px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1214px;
	}

	.row {
		margin: 0 -15px;
	}

	.row > .col50 {
		width: 50%;
	}

	.row > .col33 {
		width: 33.333%;
	}

	.row > .col25 {
		width: 25%;
	}

	h2,
	.h2 {
		font-size: 55px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	.section-heading h2:before,
	.section-heading .h2:before {
		top: 16px;
	}

	.section-heading .section-heading-text {
		max-width: 9999999px;
	}

	#footer {
		font-size: 18px;
		line-height: 1.333;
		height: calc(100vh - 91px);
	}

	#footer .footer-opener {
		top: 40px;
		right: 60px;
	}

	.services-holder,
	.locations-holder {
		padding: 54px 0 79px;
	}

	.services-holder .section-heading {
		margin: .5em 0 21px;
	}

	.services-holder .row {
		margin-bottom: 12px;
	}

	.services-holder .row .col33 {
		width: 33.33%;
		margin-bottom: 0;
	}

	.services-holder .service-item {
		padding: 20px 20px 15px;
	}

	.services-holder .img-holder {
		min-height: 104px;
		margin: 0 auto 11px;
	}

	.services-holder .img-holder img {
		max-height: 100px;
	}

	.location-holder {
		padding: 100px 0 50px;
	}

	.location-holder .section-heading {
		margin: .5em 0 47px;
	}

	.location-holder .row {
		padding-right: 0;
	}

	.location-holder .row .col25 {
		width: 25%;
	}

	.location-holder .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.location-holder address {
		line-height: 1.343;
	}

	.location-holder .img-holder img {
		left: 0;
		bottom: 0;
		max-width: 100%;
	}

	.footer-nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 32px 0 0;
	}

	#header {
		padding: 14px 0;
	}

	#header > .container {
		max-width: 1490px;
	}

	#header .logo {
		width: 220px;
		height: 79px;
	}

	#header .btn {
		margin: 0 5px;
	}

	#header .holder {
		max-width: calc(100% - 220px);
	}

	#header .inner {
		padding: 6px 0 0;
	}

	#header .options {
		margin-right: 0;
	}

	#header .options a:not(.btn):hover {
		color: var(--light-green);
	}

	#header .nav-opener {
		display: none;
	}

	#header .main-menu {
		font-size: 16px;
		margin: 0 5px 0 0;
		text-align: left;
		overflow-y: inherit;
		max-height: 9999999px;
	}

	#header .main-menu > li {
		width: auto;
		padding: 20px 5px;
	}

	#header .main-menu > li + li {
		margin-top: 0;
		margin-left: 2px;
	}

	#header .main-menu .has-drop-down > .has-drop-down-a {
		padding-right: 0;
	}

	#header .main-menu .has-drop-down > .has-drop-down-a:before {
		content: none;
	}

	#header .main-menu .drop {
		position: absolute;
		display:none;
		font-size: 15px;
		top: 100%;
		left: 15px;
		width: 220px;
		background: var(--cream);
		color: var(--dark-green);
		padding: 20px;
	}

	#header .main-menu .drop li {
		margin-bottom: 10px;
	}

	#header .main-menu .drop a {
		color: #333;
	}

	#header .search form {
		max-width: 800px;
	}

	.intro-section .container {
		margin: 0;
	}

	.intro-section .intro-content {
		padding: 0 0 30px;
	}

	.btn.btn-outline {
		padding: 9px 32px;
	}

	.issues-section {
		padding: 68px 0 92px;
	}

	.issues-section > .container {
		max-width: 1491px;
	}

	.issues-section h3 {
		font-size: 25px;
	}

	.issues-section .section-heading {
		margin: 0 0 42px;
	}

	.issues-section .card {
		line-height: 1.85;
	}

	.issues-section .card .txt-holder {
		min-height: 368px;
		padding: 29px 15px 27px;
	}

	.issues-section .card .txt-holder p {
		margin: 0 0 1em;
		max-height: 168px;
	}

	.issues-section .row {
		margin-bottom: 65px;
	}

	.subscribe-section {
		white-space: nowrap;
		text-align: center;
		padding: 80px 0;
	}

	.subscribe-section:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 558px;
	}

	.subscribe-section > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.subscribe-section .social-list {
		padding-left: 75px;
	}

	.subscribe-section .footer-opener {
		font-size: 30px;
		padding: 17px 80px;
	}

	.subscribe-section form .input-wrap {
		margin-bottom: 70px;
	}

	.business-card {
		margin: -56px auto 80px;
	}

	.business-card:before {
		width: 35%;
		top: -65px;
	}

	.business-card {
		max-width: 1030px;
	}

	.info-card {
		max-width: 1030px;
	}

	.info-card .info-img-holder .info-img {
		width: 100%;
		max-width: 250px;
	}

	.info-card .info-content {
		font-size: 16px;
		line-height: 1.9;
		padding: 25px 50px 30px 30px;
	}

	.business-card .business-img {
		width: 35%;
		top: -65px;
	}

	.business-card .business-content {
		margin: 0 0 0 36%;
		padding: 32px 30px 32px 9px;
	}

	.business-card .business-content {
		font-size: 16px;
		line-height: 1.9;
		margin: 0 0 0 35%;
		padding: 25px 50px 6px 30px;
	}

	.business-card .btn-wrap {
		margin: 0 0 0;
	}

	.business-card .btn-wrap .btn {
		margin: 0 30px 30px;
	}

	.social-block .row {
		margin: 0 -5px;
	}

	.social-block .social-card {
		width: 25%;
	}

	.social-block .content {
		font-size: 22px;
	}

	.social-block .content i {
		font-size: 63px;
	}

	.post-section > .container {
		max-width: 1230px;
	}

	.post-section .row .col33 {
		width: 33.333%;
	}

	.post-section .row .col66 {
		width: 66.666%;
	}

	.social-holder {
		font-size: 18px;
		line-height: 1.3;
	}

	.social-holder .widget-list li {
		margin-bottom: 51px;
	}

	.social-holder .widget-list .icon-twitter {
		font-size: inherit;
	}

	.social-holder .widget-list p {
		margin: 0 0 9px;
	}

	.social-holder .widget-list .action-link span {
		font-size: 18px;
	}

	.social-holder .section-heading {
		margin: 0 0 55px;
	}

	.social-holder .social-list {
		padding-top: 5px;
		margin: 0 -4px 10px;
	}

	.social-holder .social-list li {
		padding: 0 5px;
	}

	.articles-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.articles-holder article {
		width: 50%;
		padding: 0 15px;
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 22px;
	}

	.articles-holder article h3 {
		font-size: 22px;
		line-height: 1.1;
		margin-bottom: 6px;
	}

	.articles-holder article .img-holder {
		margin: 0 0 11px;
		max-height: 208px;
	}

	.articles-holder article .date-holder {
		padding: 0 14px 4px;
	}

	.articles-holder article .date-holder .date,
	.articles-holder article .date-holder .month {
		font-size: 40px;
	}

	.articles-holder article .date-holder .month {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	#footer {
		background-position: bottom;
		background-size: cover;
	}

	.location-holder .img-holder img {
		bottom: calc(-50% - 12px);
		max-width: none;
	}

	#header .logo {
		width: 260px;
		height: 89px;
	}

	#header .btn {
		margin: 0 10px;
	}

	#header .holder {
		max-width: calc(100% - 260px);
	}

	#header .main-menu {
		margin-right: 16px;
		font-size: 18px;
	}

	#header .main-menu > li + li {
		margin-left: 13px;
	}

	.issues-section h3 {
		font-size: 28px;
	}

	.social-holder {
		padding: 0px 20px 42px;
	}

	.social-holder .social-list li {
		padding: 0 4px;
	}
}

@media (min-width: 1200px) and (max-width: 1223px) {
	.subscribe-section .social-list {
		padding-left: 63px;
	}
}

@media (min-width: 1300px) {
	#header .main-menu > li + li {
		margin-left: 16px;
	}
}

@media (max-width: 1023px) {
	.table-hide,
	.block-4 {
		display: none !important;
	}

	#header .nav-bar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 150px 0 0;
		background: -webkit-linear-gradient(top, #ffffff 0%, #fff8e9 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #fff8e9 100%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
		font-weight: 600;
	}

	.articles-holder article.s-hide {
		display: none;
	}
}

@media (max-width: 767px) {

	.info-card {
		flex-direction: column;
		padding-top: 30px;
	}

	.info-card .info-img-holder, .info-card .info-content {
		width: 100%;
	}

	.info-card .info-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.table-wrapper {
		display: block;
	}
	
	.table-wrapper .column {
		flex:none;
	}

	#header {
		position: absolute;
	}
	.intro-section {
	    max-height: 400px;
	}

	.section-heading {
		text-align: center;
		padding-left: 0;
	}

	.section-heading h2,
	.section-heading .h2 {
		padding-top: 42px;
		padding-left: 0;
	}

	.section-heading h2:before,
	.section-heading .h2:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-heading .section-heading-text {
		text-align: center;
	}

	#header .options .search-open-btn {
		display: none;
	}

	#header .nav-bar {
		padding: 90px 0 30px;
		position: absolute;
		bottom: auto;
	}

	#header .nav-bar .btn {
		max-width: 270px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 18px;
	}

	#header .search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.business-card .business-content > * {
		display: none;
	}

	.mobile-hide,
	.block-3,
	.block-4 {
		display: none !important;
	}
}

@media (max-width: 500px) { 
	.location-holder {
		padding: 140px 0 50px;
	}

	#footer .footer-opener {
		top: 120px;
	}
}

