@charset "UTF-8";
/*
Theme Name: NotFarFromTheTree
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! 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; }

/* 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: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.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; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Thin.woff2") format("woff2"), url("fonts/ArgentumSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ThinItalic.woff2") format("woff2"), url("fonts/ArgentumSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraLight.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraLightItalic.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Light.woff2") format("woff2"), url("fonts/ArgentumSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-LightItalic.woff2") format("woff2"), url("fonts/ArgentumSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Medium.woff2") format("woff2"), url("fonts/ArgentumSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-MediumItalic.woff2") format("woff2"), url("fonts/ArgentumSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Regular.woff2") format("woff2"), url("fonts/ArgentumSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-SemiBold.woff2") format("woff2"), url("fonts/ArgentumSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Bold.woff2") format("woff2"), url("fonts/ArgentumSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-BoldItalic.woff2") format("woff2"), url("fonts/ArgentumSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Italic.woff2") format("woff2"), url("fonts/ArgentumSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraBold.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Black.woff2") format("woff2"), url("fonts/ArgentumSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-SemiBoldItalic.woff2") format("woff2"), url("fonts/ArgentumSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraBoldItalic.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-BlackItalic.woff2") format("woff2"), url("fonts/ArgentumSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Italic.woff2") format("woff2"), url("fonts/ArgentumSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-SemiBoldItalic.woff2") format("woff2"), url("fonts/ArgentumSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-MediumItalic.woff2") format("woff2"), url("fonts/ArgentumSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-SemiBold.woff2") format("woff2"), url("fonts/ArgentumSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Thin.woff2") format("woff2"), url("fonts/ArgentumSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraBoldItalic.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Bold.woff2") format("woff2"), url("fonts/ArgentumSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Black.woff2") format("woff2"), url("fonts/ArgentumSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraLight.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraLightItalic.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-LightItalic.woff2") format("woff2"), url("fonts/ArgentumSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Regular.woff2") format("woff2"), url("fonts/ArgentumSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-BlackItalic.woff2") format("woff2"), url("fonts/ArgentumSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ThinItalic.woff2") format("woff2"), url("fonts/ArgentumSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Medium.woff2") format("woff2"), url("fonts/ArgentumSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-BoldItalic.woff2") format("woff2"), url("fonts/ArgentumSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-Light.woff2") format("woff2"), url("fonts/ArgentumSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Argentum Sans';
  src: url("fonts/ArgentumSans-ExtraBold.woff2") format("woff2"), url("fonts/ArgentumSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?xqkxm8");
  src: url("fonts/icomoon.eot?xqkxm8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xqkxm8") format("truetype"), url("fonts/icomoon.woff?xqkxm8") format("woff"), url("fonts/icomoon.svg?xqkxm8#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-close01:before {
  content: "\e905"; }

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

.icon-arrow-down:before {
  content: "\e90a"; }

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

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

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

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

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

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

.icon-checkmark:before {
  content: "\ea10"; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?xqkxm8");
  src: url("fonts/icomoon.eot?xqkxm8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xqkxm8") format("truetype"), url("fonts/icomoon.woff?xqkxm8") format("woff"), url("fonts/icomoon.svg?xqkxm8#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-close:before {
  content: "\e905"; }

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

.icon-arrow-down:before {
  content: "\e90a"; }

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

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

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

/* .icon-close:before {
  content: "\e904";
} */
.icon-search:before {
  content: "\e901"; }

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

.icon-checkmark:before {
  content: "\ea10"; }

.pagination, .list-links, .nav-menu, .navbar-links, .pagination-page, .main-accordion, .column-list, .info-list, .logos-list, .event-list, .contact-list, .holder-section .sidebar .navigation, .calendar-block .items-list, .calendar-holder, .footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single: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 {
  color: #354044;
  background: #fafafa;
  font: 16px/1.2 "Assistant", "Arial", "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; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #a6a6a6;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #a6a6a6;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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 {
  display: block;
  font: 14px/1.4 "Assistant", "Arial", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  padding: 1.1em 1.5em;
  width: 100%;
  max-width: 750px;
  background: 0;
  height: 50px;
  margin: 0 0 20px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 16px;
      padding: .5em 1em; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #354044; }
    input[type='text']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: #354044; }
    input[type='text']:focus::-moz-placeholder,
    input[type='tel']:focus::-moz-placeholder,
    input[type='email']:focus::-moz-placeholder,
    input[type='search']:focus::-moz-placeholder,
    input[type='password']:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      color: #354044; }
    input[type='text']:focus:-moz-placeholder,
    input[type='tel']:focus:-moz-placeholder,
    input[type='email']:focus:-moz-placeholder,
    input[type='search']:focus:-moz-placeholder,
    input[type='password']:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: #354044; }
    input[type='text']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: #354044; }
    input[type='text']:focus.placeholder,
    input[type='tel']:focus.placeholder,
    input[type='email']:focus.placeholder,
    input[type='search']:focus.placeholder,
    input[type='password']:focus.placeholder,
    textarea:focus.placeholder {
      color: #354044; }
  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: #a6a6a6; }
  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: #a6a6a6; }
  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: #a6a6a6; }
  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: #a6a6a6; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #a6a6a6; }

select {
  border-radius: 5px; }

label {
  font: 14px/1.6 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  color: inherit;
  margin: 0 0 7px; }
  @media (min-width: 768px) {
    label {
      font-size: 16px; } }

.hs-field-desc {
  font-size: 14px;
  color: #818d9c; }

textarea {
  width: 100% !important;
  min-height: 150px !important;
  vertical-align: top;
  resize: none; }

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
button[type='submit'] {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  height: 50px;
  font: 16px/1.5 "Assistant", "Arial", "Helvetica", sans-serif;
  border: none;
  margin: 0 0 20px;
  padding: 6px 19px;
  background: #3BAD4B;
  color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  letter-spacing: 1px; }
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover,
  button[type='submit']:hover {
    background: #2e873b; }
  input[type='button'].disabled,
  input[type='reset'].disabled,
  input[type='file'].disabled,
  input[type='submit'].disabled,
  button[type='submit'].disabled {
    pointer-events: none;
    background: #7cd288; }

@media (max-width: 767px) {
  input[type='button'],
  input[type='submit'],
  button[type='submit'] {
    font-size: 14px; } }

#content {
  padding: 50px 0; }
  @media (min-width: 768px) {
    #content {
      padding: 80px 0; } }
  #content .pagination {
    position: static; }
  #content blockquote {
    font-size: 18px;
    margin-bottom: 30px; }
    #content blockquote cite {
      font-size: 16px; }

.content .form-search input {
  margin: 0 0 20px !important; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    width: 100%;
    max-width: 750px; }

.comment-form label {
  font: 14px/1.6 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  color: inherit;
  margin: 0 0 7px; }
  @media (min-width: 768px) {
    .comment-form label {
      font-size: 16px; } }

.comment-form textarea {
  overflow: auto;
  margin: 0 0 35px;
  width: 100% !important;
  min-height: 150px !important; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 750px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  font: 14px/1.6 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  color: inherit;
  margin: 0 0 7px; }
  @media (min-width: 768px) {
    .post-password-form label {
      font-size: 16px; } }

.post-password-form input[type='password'] {
  display: block;
  font: 14px/1.4 "Assistant", "Arial", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  padding: 1.1em 1.5em;
  width: 100%;
  max-width: 750px;
  background: 0;
  height: 50px;
  margin: 0 0 20px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }

.search-form input {
  display: block;
  font: 14px/1.4 "Assistant", "Arial", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  padding: 1.1em 1.5em;
  width: 100%;
  max-width: 750px;
  background: 0;
  height: 50px;
  margin: 0 0 20px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  height: 50px;
  font: 16px/1.5 "Assistant", "Arial", "Helvetica", sans-serif;
  border: none;
  margin: 0 0 20px;
  padding: 6px 19px;
  background: #3BAD4B;
  color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  letter-spacing: 1px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #2e873b; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: static;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #3BAD4B;
    color: #fff;
    padding: .8em;
    border-radius: 4px;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: #2e873b; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #3BAD4B;
    color: #fff;
    border-radius: 4px;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #a6a6a6;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #a6a6a6; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.5em;
  letter-spacing: -0.05em;
  color: #3BAD4B; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin: 0 0 0.5em; } }

h1, .h1 {
  font-size: 32px;
  margin: 0 0 0.5em; }
  @media (max-width: 767px) {
    h1, .h1 {
      line-height: 1.4; } }
  @media (min-width: 768px) {
    h1, .h1 {
      margin: 0 0 0.15em;
      font-size: 64px; } }

h2, .h2 {
  font-size: 32px;
  color: #3BAD4B; }
  @media (max-width: 767px) {
    h2, .h2 {
      line-height: 1.2;
      margin: 0 0 0.6em; } }
  @media (min-width: 768px) {
    h2, .h2 {
      margin: 0 0 1.4em; } }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px;
  color: #354044;
  font-weight: 400; }
  @media (min-width: 768px) {
    h4, .h4 {
      margin: 0 0 1.5em; } }

h5, .h5 {
  font-size: 16px; }
  @media (max-width: 767px) {
    h5, .h5 {
      line-height: 1.8; } }
  @media (min-width: 768px) {
    h5, .h5 {
      margin: 0 0 1em; } }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out;
  color: #3BAD4B; }
  a:hover, a:focus {
    text-decoration: none; }
  a.text-primary {
    color: #3BAD4B !important; }
    a.text-primary:hover {
      color: #2e873b !important; }

address {
  font-style: normal; }

.lead {
  font-size: 150%; }

blockquote {
  font: 24px/1.5 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: none;
  color: #3BAD4B;
  font-style: italic;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    blockquote {
      padding: 0 45px; } }
  @media (min-width: 1024px) {
    blockquote {
      padding: 0 14% 0 45px; } }
  blockquote cite {
    font-weight: 600;
    color: #a6a6a6;
    font-style: normal;
    display: block;
    line-height: 1.3; }
    blockquote cite strong {
      color: #354044;
      display: block; }

time {
  display: block;
  margin: 0 0 25px;
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

mark {
  background: 0;
  color: #a6a6a6; }

/* custom select styles */
.jcf-select {
  width: 100%;
  display: block;
  position: relative;
  font: 16px/1.4 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  padding: .8em 1.5em;
  border-radius: 4px;
  height: 50px;
  max-width: 750px;
  background: 0;
  margin: 0 0 20px;
  border-radius: 4px; }

.jcf-select.jcf-drop-active .jcf-select-opener:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  color: #a6a6a6;
  font: 16px/1.4 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.jcf-select .jcf-select-opener {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    content: "";
    font-family: 'icomoon';
    font-size: 33px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    color: #a6a6a6;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #354044; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 1.2;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  overflow: hidden;
  cursor: default;
  display: block;
  color: #a6a6a6;
  padding: 10px 1.5em;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover {
  background: #fafafa;
  color: #595959; }

.jcf-select-drop .jcf-selected {
  background: #4fbfe5;
  color: #fff; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #354044 !important; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #f2f2f2;
  width: 2px;
  bottom: 0;
  right: 1px;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  display: none; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #a6a6a6;
  height: 1px;
  width: 2px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: 0;
  right: auto;
  top: auto;
  left: 0;
  bottom: -15px;
  width: 1px;
  height: 2px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
  display: none; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  width: 100%;
  display: inline-block;
  position: absolute !important;
  height: 2px;
  left: 0 !important;
  right: 0 !important;
  background: #f2f2f2; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #a6a6a6;
  height: 2px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: 0;
  border: 1px solid #354044;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }
  .jcf-checkbox.jcf-checked {
    border-color: #3BAD4B !important;
    background: #3BAD4B !important; }
    .jcf-checkbox.jcf-checked span {
      border-color: #fff !important; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 5px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 2px solid #fff;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* Slick slider styles */
.gallery {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.gallery .slick-track,
.gallery .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  margin: 0 -5px;
  z-index: 9999; }
  @media (min-width: 768px) {
    .pagination {
      bottom: 35px; } }
  .pagination li {
    padding: 0 5px; }
  .pagination button {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: 0;
    background: #d8d8d8;
    cursor: pointer; }
    .pagination button:focus {
      outline: none; }
    .pagination button:hover {
      background: #3BAD4B;
      cursor: pointer; }
  .pagination .slick-active button {
    background: #3BAD4B; }

.slick-arrow {
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  position: absolute;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #979797;
  border: 1px solid #979797;
  border-radius: 50%;
  background: 0;
  z-index: 9999;
  padding: 0;
  text-align: center; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow:hover {
    color: #3BAD4B;
    border-color: #3BAD4B;
    cursor: pointer; }

@media (max-width: 767px) {
  body.home .intro-section {
    padding: 150px 0 10px; } }

@media (min-width: 768px) {
  body.event-template-default .info-section {
    padding-top: 60px; } }

@media (max-width: 767px) {
  body.event-template-default .primary-box {
    text-align: center;
    font-weight: 400; } }

@media (min-width: 768px) {
  body.post-template-default .info-section .image-holder {
    margin: 0 0 50px; } }

body.fruit-template-default .main-block .calendar-block {
  padding: 0; }

@media (max-width: 767px) {
  body.page-template .section + .info-section .two-columns .column {
    padding-bottom: 10px; } }

@media (max-width: 767px) {
  body.page-template .section + .info-section .two-columns .column:last-child {
    padding-bottom: 45px; } }

@media (min-width: 768px) {
  body.blog .section + .section.ajax-filter-container {
    padding-top: 35px; } }

@media (min-width: 768px) {
  body.page-template .text-holder .heading-block {
    margin-bottom: 20px; } }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

* {
  box-sizing: border-box; }

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px; }
  .container > .image-holder img {
    width: 100%; }

.section {
  padding: 50px 0 0; }
  @media (min-width: 768px) {
    .section {
      padding: 90px 0 0; } }
  @media (max-width: 767px) {
    .section.ajax-filter-container {
      padding: 0; } }
  .section p {
    line-height: 2; }

.wp-block-image {
  max-width: none !important; }

.border-top {
  position: relative; }
  .border-top:after {
    position: absolute;
    content: '';
    height: 1px;
    top: 0;
    left: 10px;
    right: 10px;
    background: #d9d9d9; }
    @media (min-width: 1024px) {
      .border-top:after {
        width: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 1080px; } }

.full-section {
  position: relative;
  min-height: 300px; }
  @media (min-width: 768px) {
    .full-section {
      min-height: 700px; } }
  @media (min-width: 768px) {
    .full-section + .info-section {
      padding-top: 50px; } }

.text-primary {
  color: #3BAD4B; }

.text-dark {
  color: #354044; }

.image-box {
  position: relative;
  min-height: 300px; }
  @media (min-width: 768px) {
    .image-box {
      min-height: 400px; } }

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .two-columns .column {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 10px 45px; }
    @media (min-width: 768px) {
      .two-columns .column {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    .two-columns .column:only-child {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    @media (min-width: 768px) {
      .two-columns .column h2:only-child {
        margin: 0; } }
  .two-columns .column-inner {
    max-width: 425px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .two-columns .column-inner {
        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;
        height: 100%; } }
    .two-columns .column-inner p {
      line-height: 2; }
      .two-columns .column-inner p:last-of-type {
        margin: 0 0 2.5em; }
        @media (min-width: 768px) {
          .two-columns .column-inner p:last-of-type {
            margin: 0 0 4.5em; } }
    .two-columns .column-inner time {
      color: #5B50A1;
      font-weight: 500; }
  .two-columns img {
    width: 100%; }
  @media (min-width: 768px) {
    .two-columns .dark-box {
      height: 100%;
      padding: 120px 40px 80px; } }
  @media (max-width: 1023px) {
    .two-columns .dark-box {
      margin: 0; } }
  @media (max-width: 767px) {
    .two-columns .dark-box {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 768px) {
    .two-columns .dark-box h2 {
      margin: 0 0 .5em; } }

.image-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .image-columns {
      margin-bottom: 60px; } }
  .image-columns .column {
    text-align: center;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 10px 10px; }
    @media (min-width: 768px) {
      .image-columns .column {
        padding: 0 10px 45px;
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    .image-columns .column:only-child {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }

@media (max-width: 767px) {
  .desktop-content {
    display: none; } }

@media (min-width: 768px) {
  .mobile-content {
    display: none; } }
body.page-id-1852 > #main > section.info-section > div > div.text-holder {margin:0 !important;}
.text-holder {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .text-holder {
      padding: 0 0 35px; } }
  @media (max-width: 767px) {
    .text-holder + .wp-block-quote {
      margin-top: -20px; } }
  @media (max-width: 767px) {
    .text-holder + .wp-block-quote p:last-child {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .text-holder .heading-block {
      margin-right: -95px; } }
  .text-holder p:only-of-type {
    margin: 0; }
  @media (min-width: 768px) {
    .text-holder > h2 {
      margin: 0 0 .5em; } }
  .text-holder > h2:only-child {
    margin: 0; }
  .text-holder .column-list {
    -webkit-column-gap: 40px;
            column-gap: 40px; }
    @media (min-width: 1024px) {
      .text-holder .column-list {
        margin-right: -200px; } }

.light-box {
  background: #fff;
  padding: 52px 10px 25px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .light-box {
      padding: 50px 50px 30px;
      margin-bottom: 55px; } }
  @media (max-width: 1023px) {
    .light-box {
      margin-left: -10px;
      margin-right: -10px; } }
  .light-box h3,
  .light-box h4 {
    color: inherit; }
  .light-box h4 {
    font: 600 16px/1.8 "Assistant", "Arial", "Helvetica", sans-serif;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .light-box h4 {
        margin: 0 0 1em; } }
  .light-box h5 {
    font-size: 12px; }
  .light-box p {
    line-height: 2; }
  @media (max-width: 767px) {
    .light-box .btn:last-child {
      margin: 0; } }
  .light-box:last-child, .light-box:only-child {
    margin-bottom: 0; }

.primary-box {
  font: 300 16px/1.875 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  background: #3BAD4B;
  color: #fff;
  padding: 25px 10px 10px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .primary-box {
      line-height: 1.25; } }
  @media (min-width: 768px) {
    .primary-box {
      padding: 50px 75px 25px; } }
  @media (max-width: 1023px) {
    .primary-box {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1024px) {
    .primary-box {
      padding: 50px 100px 25px; } }
  @media (min-width: 1350px) {
    .primary-box {
      padding: 50px 175px 25px; } }
  @media (min-width: 768px) {
    .primary-box {
      font-size: 24px; } }
  .primary-box h2 {
    color: inherit;
    margin: 0 0 1em; }
    @media (max-width: 767px) {
      .primary-box h2 {
        font-size: 25px; } }
  .primary-box p {
    margin: 0 0 2.3em; }
    @media (min-width: 768px) {
      .primary-box p {
        margin: 0 0 1.5em; } }
  .primary-box .btn.btn-primary {
    background: #2e873b; }
    .primary-box .btn.btn-primary:hover {
      background: #287432; }
  @media (max-width: 767px) {
    .primary-box .btn:last-child {
      margin: 0; } }

.dark-box {
  text-align: center;
  background: #354044;
  color: #fff;
  padding: 25px 10px 10px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .dark-box {
      padding: 75px 75px 40px; } }
  @media (max-width: 1023px) {
    .dark-box {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1024px) {
    .dark-box {
      padding: 75px 100px 40px; } }
  .dark-box:last-child, .dark-box:only-child {
    margin-bottom: 0; }
  .dark-box h2 {
    color: inherit; }
    @media (max-width: 767px) {
      .dark-box h2 {
        font-size: 25px; } }
  @media (max-width: 767px) {
    .dark-box p {
      line-height: 1.9; } }
  .dark-box p:only-of-type, .dark-box p:last-of-type {
    margin: 0 0 3.2em; }
  @media (max-width: 767px) {
    .dark-box .btn:last-child {
      margin: 0; } }

@media (min-width: 768px) {
  .columns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -25px; } }

@media (min-width: 768px) {
  .columns-holder .column {
    padding: 0 25px; } }

.columns-holder .column:nth-child(odd) {
  text-align: center; }
  @media (max-width: 767px) {
    .columns-holder .column:nth-child(odd) {
      padding: 0 0 35px; } }
  @media (min-width: 768px) {
    .columns-holder .column:nth-child(odd) {
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0; } }

@media (min-width: 768px) {
  .columns-holder .column:nth-child(even) {
    max-width: 73%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%; } }

@media (min-width: 768px) {
  .columns-holder .column:nth-child(even):only-child {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.columns-holder h5 {
  color: inherit; }

.image-holder {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .image-holder {
      margin: 0 0 50px; } }
  @media (max-width: 767px) {
    .image-holder figcaption {
      padding: 0 10px;
      font-size: 16px !important; } }

.list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font: 500 10px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #a6a6a6;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .list-links {
      font-size: 13px; } }
  .list-links li {
    position: relative; }
    .list-links li:after {
      display: inline-block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '|';
      color: inherit;
      margin: 0 6px 0 4px; }
    .list-links li:last-child:after {
      display: none; }
  .list-links a {
    color: inherit;
    text-decoration: none; }
    .list-links a:hover {
      color: #3BAD4B; }
  .list-links time {
    text-transform: none; }

@media (max-width: 767px) {
  .d-desktop {
    display: none; } }

.heading-block {
  margin: 0 0 25px; }
  @media (min-width: 1024px) {
    .heading-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 -10px 45px; } }
  @media (min-width: 1024px) {
    .heading-block .column {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0 10px; } }
  .heading-block h2 {
    margin: 0 0 .3em; }
    @media (min-width: 1024px) {
      .heading-block h2 {
        margin: 0; } }
  @media (min-width: 1024px) {
    .heading-block .link-holder {
      text-align: right; } }
  @media (min-width: 768px) {
    .heading-block .jcf-select {
      margin: 0; } }

.load-more-holder {
  padding: 0 0 45px; }
  .load-more-holder .cards-grid {
    margin-bottom: 35px; }

.ajax-filter-holder .load-more-holder {
  position: relative; }

.ajax-filter-holder .load-more-holder,
.ajax-filter-holder .ajax-load-content > * {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1; }
  .ajax-filter-holder .load-more-holder.new-item,
  .ajax-filter-holder .ajax-load-content > *.new-item {
    opacity: 0; }

.ajax-filter-container.is-busy .ajax-filter-holder {
  min-height: 300px; }
  .ajax-filter-container.is-busy .ajax-filter-holder:after {
    position: absolute;
    content: '';
    top: 100px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 12px solid #3BAD4B;
    border-top: 12px solid #FAA636;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index: 5; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.date-box {
  font-size: 13px;
  color: #fff;
  background: #5B50A1;
  padding: 10px 15px; }
  @media (min-width: 768px) {
    .date-box {
      padding: 10px 20px; } }
  .date-box time {
    margin: 0; }

@media (max-width: 767px) {
  .wp-block-gallery {
    display: block !important; } }

.wp-block-gallery .blocks-gallery-item {
  height: 300px; }
  @media (max-width: 767px) {
    .wp-block-gallery .blocks-gallery-item {
      width: 100% !important; } }
  @media (min-width: 768px) {
    .wp-block-gallery .blocks-gallery-item {
      height: 261px; } }
  @media (min-width: 1024px) {
    .wp-block-gallery .blocks-gallery-item {
      height: 422px; } }

#header {
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #fff; }
  #header .btn {
    margin: 0; }
    @media (max-width: 767px) {
      #header .btn {
        width: 100%;
        margin: 0 0 15px; } }
    @media (min-width: 768px) {
      #header .btn {
        padding: 1em 1.5em; } }

.nav-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  bottom: 0;
  right: 0; }
  @media (max-width: 767px) {
    .nav-active .header-top .search-holder .open {
      opacity: 1;
      visibility: visible; } }

.nav-opener {
  width: 25px;
  height: 26px;
  float: right;
  position: relative;
  margin: -45px 5px -45px 0; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #354044;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 7px; }
  .nav-opener:after {
    top: 20px; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-active .nav-opener span {
    opacity: 0; }

.nav-drop {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .nav-drop {
      opacity: 0;
      visibility: hidden;
      top: 69px;
      left: 0;
      right: 0;
      z-index: 999;
      color: white;
      padding: 23px 10px 70px;
      overflow: auto;
      background-color: #fff;
      overflow: hidden;
      position: fixed;
      left: 0;
      right: 0; } }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    height: calc(100% - 69px); }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .header-top {
      padding: 30px 0; } }
  .header-top:after {
    position: absolute;
    content: '';
    height: 1px;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: #d9d9d9; }
    @media (min-width: 768px) {
      .header-top:after {
        left: 0;
        right: 0; } }
  .header-top .search-holder {
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin: 0 27px 0 0; }
    @media (min-width: 768px) {
      .header-top .search-holder {
        max-width: 530px;
        margin: 0 20px 0 30px; } }
    .header-top .search-holder .open {
      padding: 0 40px 0 0; }
      @media (max-width: 767px) {
        .header-top .search-holder .open {
          -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
          opacity: 0;
          visibility: hidden;
          padding: 0; } }
      .header-top .search-holder .open:hover {
        color: #354044; }
    @media (max-width: 767px) {
      .header-top .search-holder .icon-close {
        display: none; } }
    @media (max-width: 767px) {
      .header-top .search-holder input[type='search'] {
        padding-right: 15px;
        font-size: 16px; } }

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  max-width: 89px; }
  @media (min-width: 768px) {
    .logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 144px;
              flex: 0 0 144px;
      max-width: 144px; } }
  @media (max-width: 767px) {
    .logo img {
      height: auto !important; } }
  .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .logo a span:first-child {
      margin: 0 10px 0 0; }

.search-holder {
  position: relative; }
  @media (min-width: 768px) {
    .search-holder {
      margin: 0 20px 0 0; } }
  .search-holder.popup-active .open {
    display: none !important; }
  .search-holder .open {
    display: inline-block;
    vertical-align: top;
    color: #a6a6a6;
    text-decoration: none; }
    .search-holder .open:after {
      content: "";
      font-family: 'icomoon';
      font-size: 23px;
      line-height: 1;
      text-indent: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
      @media (min-width: 768px) {
        .search-holder .open:after {
          right: 100px; } }
  .search-holder .popup {
    display: none;
    position: relative; }
    @media (max-width: 767px) {
      .search-holder .popup {
        position: absolute;
        left: -50px;
        right: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .search-holder .icon-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 13px;
    text-decoration: none;
    font-size: 8px;
    color: #354044;
    z-index: 1; }
    .search-holder .icon-close:hover {
      color: #354044; }

.top-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0; }

@media (min-width: 768px) {
  .main-nav {
    padding: 30px 0 0; } }

@media (min-width: 768px) {
  .nav-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .bottom-holder {
    padding: 0 40px; } }

@media (min-width: 768px) {
  .main-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; } }

.nav-menu {
  padding: 0 0 45px; }
  @media (min-width: 768px) {
    .nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      margin: 0 -10px;
      padding: 0; } }
  @media (min-width: 1024px) {
    .nav-menu {
      margin: 0 -35px; } }
  @media (min-width: 1350px) {
    .nav-menu {
      margin: 0 -45px; } }
  @media (min-width: 768px) {
    .nav-menu li {
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .nav-menu li {
      padding: 0 35px; } }
  @media (min-width: 1350px) {
    .nav-menu li {
      padding: 0 45px; } }
  .nav-menu li.active a {
    color: #354044;
    font-weight: 500; }
    .nav-menu li.active a:before {
      left: 0;
      right: 0; }
  .nav-menu a {
    display: block;
    color: #a6a6a6;
    text-decoration: none;
    padding: 10px 0 11px 50px; }
    @media (min-width: 768px) {
      .nav-menu a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 29px;
        text-decoration: none;
        -webkit-transform: perspective(1px) translateZ(0);
                transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        overflow: hidden; } }
    @media (min-width: 768px) {
      .nav-menu a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #3BAD4B;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; } }
    .nav-menu a:hover {
      color: #354044; }
      .nav-menu a:hover:before {
        left: 0;
        right: 0; }

.navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .navbar-links {
      margin-right: 35px; } }
  .navbar-links li {
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 4px 0 0; }
    .navbar-links li:before {
      position: absolute;
      content: '/';
      top: 0;
      right: 0;
      color: #3BAD4B; }
    .navbar-links li:last-child {
      margin: 0;
      padding: 0; }
      .navbar-links li:last-child:before {
        display: none; }
  .navbar-links a {
    text-decoration: none; }
    .navbar-links a:hover {
      color: #354044; }

.btn {
  min-width: 100%;
  font: 16px/1 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  padding: 1.1em 1.5em;
  margin: 0 0 30px;
  color: #fff;
  background: #3BAD4B; }
  @media (min-width: 768px) {
    .btn {
      min-width: 200px; } }
  .btn:hover {
    background: #359a43; }
  .btn.disabled {
    pointer-events: none;
    background: #7cd288; }
  .btn.btn-secondary {
    background: #FAA636; }
    .btn.btn-secondary:hover {
      background: #f99b1d; }

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

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 16px/1 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none; }
  .link:hover [class^="icon-"] {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); }
  .link > span {
    display: inline-block;
    vertical-align: middle; }
  .link [class^="icon-"] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .link .icon-arrow-right {
    font-size: 28px; }
    @media (min-width: 768px) {
      .link .icon-arrow-right {
        font-size: 35px; } }
  .link .icon-instagram {
    margin: 0 5px 0 20px;
    font-size: 20px; }
  .link .icon-download {
    margin: 0 10px;
    font-size: 25px; }
    @media (min-width: 768px) {
      .link .icon-download {
        margin: 0 25px; } }

@media (min-width: 768px) {
  .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .input-group input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px; } }

.input-group input:focus {
  border-width: 1px 0 1px 1px; }

@media (min-width: 768px) {
  .input-group button[type='submit'] {
    min-width: 200px;
    border-radius: 0 4px 4px 0; } }

.form-search {
  position: relative;
  color: #a6a6a6; }
  .form-search .button-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .form-search input[type='submit'] {
    background: 0;
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    text-indent: -9999px; }
  .form-search input[type='search'] {
    padding-left: 43px;
    padding-right: 43px;
    background: #fff;
    border-color: #354044;
    margin: 0;
    color: #354044; }
    .form-search input[type='search']::-webkit-input-placeholder {
      color: #354044;
      color: #a6a6a6; }
    .form-search input[type='search']::-moz-placeholder {
      opacity: 1;
      color: #354044;
      color: #a6a6a6; }
    .form-search input[type='search']:-moz-placeholder {
      color: #354044;
      color: #a6a6a6; }
    .form-search input[type='search']:-ms-input-placeholder {
      color: #354044;
      color: #a6a6a6; }
    .form-search input[type='search'].placeholder {
      color: #354044;
      color: #a6a6a6; }
  .form-search:after {
    content: "";
    font-family: 'icomoon';
    font-size: 23px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 14px;
    top: 12px;
    pointer-events: none; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .form-group {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .form-group .row {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .form-group .row {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }

.checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 27px; }
  @media (min-width: 768px) {
    .checkbox-box {
      margin: 0 0 45px; } }
  .checkbox-box .jcf-checkbox {
    max-width: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    margin: 3px 15px 0 0; }

.input-error + .jcf-select {
  border-color: red; }

input.input-error {
  border-color: red; }

.form-search-result .search-focus .button-holder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\e905";
  font-family: 'icomoon';
  font-size: 8px;
  color: #a6a6a6;
  pointer-events: none; }

.form-search-result .search-focus .button-holder input[type="reset"] {
  display: block; }

.form-search-result .input-group-search {
  position: relative; }
  .form-search-result .input-group-search input[type="search"] {
    max-width: 100%;
    background-color: #f2f2f2;
    border: none;
    padding-left: 47px;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .form-search-result .input-group-search input[type="search"] {
        margin: 0 0 50px; } }
  .form-search-result .input-group-search:before {
    content: "";
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 1;
    text-indent: 0;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    color: #a6a6a6; }

.form-search-result .input-group-prepend {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  width: 60px; }

.form-search-result .button-holder {
  width: 100%;
  height: 100%; }
  .form-search-result .button-holder input[type="reset"] {
    background: 0;
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -9999px;
    display: none; }

.wpcf7-form.accepted button {
  pointer-events: auto;
  background: #3BAD4B; }

.wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .wpcf7-form-control-wrap {
      margin: 0 0 29px; } }
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea,
  .wpcf7-form-control-wrap .jcf-select {
    margin: 0 !important; }
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    padding: 5px 0 0; }

.wpcf7-not-valid {
  border-color: red !important; }
  .wpcf7-not-valid + .jcf-select {
    border-color: red !important; }

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  font: 16px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 20px !important; }
  @media (min-width: 768px) {
    .wpcf7-validation-errors,
    .wpcf7-mail-sent-ok {
      margin: 0 -50px 30px !important; } }
  @media (min-width: 1024px) {
    .wpcf7-validation-errors,
    .wpcf7-mail-sent-ok {
      margin: 0 -110px 30px !important; } }

.wpcf7-validation-errors {
  padding: 20px !important; }
  @media (min-width: 768px) {
    .wpcf7-validation-errors {
      padding: 20px 70px !important; } }

.wpcf7-mail-sent-ok {
  position: relative;
  background: #3BAD4B;
  color: #fff;
  border-color: #3BAD4B !important;
  padding: 20px 20px 20px 50px !important; }
  @media (max-width: 767px) {
    .wpcf7-mail-sent-ok {
      margin-left: -10px !important;
      margin-right: -10px !important; } }
  @media (min-width: 768px) {
    .wpcf7-mail-sent-ok {
      padding: 20px 70px 20px 110px !important; } }
  .wpcf7-mail-sent-ok:after {
    content: "";
    font-family: 'icomoon';
    font-size: 11px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #fff;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .wpcf7-mail-sent-ok:after {
        left: 70px; } }

.card {
  display: block;
  position: relative;
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  max-width: 450px;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px #f2f2f2;
  text-decoration: none;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .card {
      min-height: 300px; }
      .card .link > span:not(.icon-arrow-right) {
        display: none; } }
  @media (min-width: 580px) {
    .card {
      max-width: 640px; } }
  @media (min-width: 768px) {
    .card {
      font-size: 20px;
      margin: 0 0 20px;
      border-radius: 4px; } }
  @media (min-width: 768px) {
    .card.card-secondary .card-body {
      min-height: 145px;
      padding-bottom: 5px; } }
  .card.card-secondary .link {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .card.card-secondary .link > span:not(.icon-arrow-right) {
      display: none; }
  .card.card-secondary .card-inner {
    padding: 0 40px 0 0; }
  .card.card-third {
    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;
    color: #fff;
    background: #354044;
    border-radius: 0;
    font-weight: 300; }
    .card.card-third a {
      text-decoration: none;
      font-size: 16px; }
      .card.card-third a:hover {
        color: #287432; }
    @media (max-width: 767px) {
      .card.card-third h2 {
        font-size: 25px;
        margin: 0 0 1.5em; } }
  .card p,
  .card h2 {
    line-height: 1.2; }
  .card .date-box {
    position: absolute;
    bottom: 0;
    left: 0; }
  .card .link-holder {
    text-align: right; }
  .card .card-head {
    font-size: 13px;
    text-transform: uppercase; }
    .card .card-head .subtitle {
      letter-spacing: 0.05em; }
      @media (max-width: 767px) {
        .card .card-head .subtitle {
          font-size: 10px; } }
      .card .card-head .subtitle:last-child, .card .card-head .subtitle:only-child {
        margin: 0; }

.card-image {
  position: relative; }
  .card-image img {
    width: 100%; }

.card-head {
  padding: 15px 15px 5px; }
  @media (min-width: 768px) {
    .card-head {
      padding: 20px; } }

.card-footer {
  padding: 15px; }
  @media (min-width: 768px) {
    .card-footer {
      padding: 20px; } }

.card-body {
  padding: 15px 15px 5px; }
  @media (min-width: 768px) {
    .card-body {
      padding: 20px; } }
  @media (max-width: 767px) {
    .card-body .link {
      position: absolute;
      bottom: 15px;
      right: 15px; } }

.card-inner {
  padding: 0 40px 0 0; }
  @media (min-width: 768px) {
    .card-inner {
      padding: 0 70px 37px 0; } }

.cards-grid {
  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;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 399px) {
    .cards-grid.cards-grid-md .card-image {
      height: 188px; } }
  @media (max-width: 399px) {
    .cards-grid.cards-grid-md .card-image img {
      position: absolute;
      max-width: none;
      width: auto;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media (max-width: 767px) {
    .cards-grid.cards-grid-md .card.card-secondary {
      min-height: auto; } }
  @media (min-width: 1024px) {
    .cards-grid.cards-grid-md .card {
      width: calc(33.3% - 20px); } }
  .cards-grid .card {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 580px) {
      .cards-grid .card {
        width: calc(50% - 20px); } }

.item {
  max-width: 310px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #a6a6a6;
  margin-bottom: 10px;
  padding: 15px; }
  @media (min-width: 768px) {
    .item {
      padding: 30px 15px;
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .item {
      padding: 55px 20px 40px; } }
  .item p {
    margin: 0 0 .3em; }
    @media (min-width: 768px) {
      .item p {
        margin: 0 0 .5em; } }

.items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 20px; }
  @media (min-width: 768px) {
    .items-holder {
      margin: 0 -10px 45px; } }
  .items-holder:last-of-type {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .items-holder:last-of-type {
        margin-bottom: 90px; } }
  .items-holder .item {
    width: calc(50% - 10px);
    margin: 0px 5px 10px;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .items-holder .item {
        margin: 0 10px 20px;
        width: calc(20% - 20px); } }
    .items-holder .item p {
      line-height: 1.2; }

.title-item {
  display: block;
  margin: 0 0 20px;
  margin: 0 0 1em;
  font: 400 16px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3BAD4B;
  letter-spacing: -1.95px; }
  @media (min-width: 768px) {
    .title-item {
      font-size: 19px;
      margin: 0 0 1.3em; } }
  @media (min-width: 1024px) {
    .title-item {
      font-size: 32px; } }
  .title-item .lead {
    font-weight: 300;
    letter-spacing: -0.1em; }

.icon-item {
  margin: 0 0 10px; }
  .icon-item img {
    width: 28px; }
    @media (min-width: 768px) {
      .icon-item img {
        width: 32px; } }
  @media (min-width: 768px) {
    .icon-item {
      margin: 0 0 30px; } }

.pagination-page {
  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;
  font: 12px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #354044;
  margin: 0 -10px 10px; }
  @media (min-width: 768px) {
    .pagination-page {
      font-size: 16px;
      margin: 0 -60px 75px; } }
  .pagination-page li {
    padding: 0 10px; }
  .pagination-page .current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    min-width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #3BAD4B;
    color: #fff;
    padding: 5px; }
    @media (max-width: 767px) {
      .pagination-page .current {
        padding: 0; } }
    @media (min-width: 768px) {
      .pagination-page .current {
        min-width: 50px;
        height: 50px; } }
  .pagination-page .dots {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    width: 4px;
    color: #a6a6a6; }
    @media (min-width: 768px) {
      .pagination-page .dots {
        padding: 0 20px; } }
  .pagination-page a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: inherit; }
    .pagination-page a:hover {
      color: #3BAD4B; }
    .pagination-page a.prev, .pagination-page a.next {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 90px;
      height: 50px;
      border-radius: 4px;
      border: 1px solid #354044;
      color: #354044;
      padding: 5px;
      margin: 0 60px; }
      @media (max-width: 767px) {
        .pagination-page a.prev, .pagination-page a.next {
          position: relative;
          min-width: auto;
          border: none;
          width: 40px;
          margin: 0; } }
      .pagination-page a.prev:after, .pagination-page a.next:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 768px) {
          .pagination-page a.prev:after, .pagination-page a.next:after {
            display: none; } }
      .pagination-page a.prev:hover, .pagination-page a.next:hover {
        color: #3BAD4B;
        border-color: #3BAD4B; }
    .pagination-page a.disable {
      color: #a6a6a6;
      border-color: #a6a6a6; }
      .pagination-page a.disable:hover {
        color: #a6a6a6;
        border-color: #a6a6a6; }
    .pagination-page a.prev:after {
      content: "";
      font-family: 'icomoon';
      font-size: 30px;
      line-height: 1;
      text-indent: 0;
      left: 0; }
    .pagination-page a.next:after {
      content: "";
      font-family: 'icomoon';
      font-size: 30px;
      line-height: 1;
      text-indent: 0;
      right: 0; }
    @media (max-width: 767px) {
      .pagination-page a > span {
        display: none; } }

.main-accordion {
  line-height: 2; }
  .main-accordion li {
    border: 1px solid #d9d9d9;
    border-width: 0 0 1px; }
    .main-accordion li.active .opener {
      color: #354044;
      padding-bottom: 20px; }
      .main-accordion li.active .opener:after {
        content: "";
        font-family: 'icomoon';
        font-size: 30px;
        line-height: 1;
        text-indent: 0; }
    .main-accordion li.active:last-child .opener {
      padding-bottom: 25px; }
    .main-accordion li:first-child .opener {
      padding-top: 12px; }
      @media (min-width: 768px) {
        .main-accordion li:first-child .opener {
          padding-top: 0; } }
      .main-accordion li:first-child .opener:after {
        top: 6px; }
        @media (min-width: 768px) {
          .main-accordion li:first-child .opener:after {
            top: 0; } }
    .main-accordion li:last-child {
      border: none; }
      .main-accordion li:last-child .opener {
        padding-bottom: 0; }
      .main-accordion li:last-child .slide p:last-child {
        margin: 0; }
  .main-accordion p {
    margin: 0 0 2em; }
  .main-accordion .slide {
    max-width: 640px;
    margin: 0 auto; }
  .main-accordion .opener {
    position: relative;
    display: block;
    font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.3;
    color: #a6a6a6;
    text-decoration: none;
    padding: 25px 50px 25px 0; }
    .main-accordion .opener:after {
      content: "";
      font-family: 'icomoon';
      font-size: 30px;
      line-height: 1;
      text-indent: 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;
      position: absolute;
      top: 22px;
      right: 0;
      color: #3BAD4B; }
    .main-accordion .opener:hover {
      color: #354044; }

.column-list {
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .column-list {
      -webkit-column-count: 2;
              column-count: 2; } }
  .column-list li {
    position: relative;
    margin: 0 0 14px; }
    .column-list li:before {
      display: inline-block;
      content: '-';
      font-size: 1em;
      color: inherit;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 5px 0 0; }

.info-list {
  font: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 -10px 50px; }
  @media (min-width: 768px) {
    .info-list {
      margin: 0 0 75px; } }
  .info-list .info-item,
  .info-list li {
    display: block;
    background: #354044;
    margin: 0 0 1px;
    color: #fff;
    padding: 30px 10px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .info-list .info-item,
      .info-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 41px 105px  40px 112px; } }
    .info-list .info-item:hover .link [class^="icon-"],
    .info-list li:hover .link [class^="icon-"] {
      -webkit-transform: translate3d(4px, 0, 0);
              transform: translate3d(4px, 0, 0); }
  .info-list .link {
    color: #3BAD4B; }
  .info-list .info-desc {
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .info-list .info-desc {
        -webkit-box-flex: 1;
            -ms-flex: 1 0;
                flex: 1 0;
        font-size: 24px;
        margin: 0 20px 0 0; } }
    .info-list .info-desc mark {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .info-list .info-desc mark:before {
        display: inline-block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '|';
        margin: 0 6px 0 3px; }

.logos-list {
  margin: 0 -40px; }
  @media (min-width: 480px) {
    .logos-list {
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .logos-list li {
    padding: 0 40px 70px; }
  .logos-list a {
    text-decoration: none; }
    .logos-list a:hover {
      opacity: .7; }

.event-list {
  font: 20px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3BAD4B;
  margin: 0 -15px 15px; }
  @media (min-width: 768px) {
    .event-list {
      margin: 0 -15px 30px; } }
  @media (min-width: 768px) {
    .event-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .event-list li {
    padding: 0 15px 20px; }
    @media (min-width: 768px) {
      .event-list li {
        max-width: 33.3%; } }
  .event-list .title-event {
    display: block;
    font-size: 13px;
    color: #a6a6a6;
    margin: 0 0 10px; }
  .event-list time {
    margin: 0; }

.contact-list {
  font: 20px/1.56 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3BAD4B;
  margin: 0 -15px 15px; }
  @media (min-width: 768px) {
    .contact-list {
      margin: 0 -15px 30px;
      font-size: 16px; } }
  @media (min-width: 768px) {
    .contact-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .contact-list li {
    padding: 0 15px 20px; }
    @media (min-width: 768px) {
      .contact-list li {
        width: 33.3%; } }
  .contact-list a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden; }
    .contact-list a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 51%;
      right: 51%;
      bottom: 0;
      background: #3BAD4B;
      height: 2px;
      -webkit-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    .contact-list a:hover:before {
      left: 0;
      right: 0; }
  .contact-list .title-contact {
    display: block;
    font-size: 13px;
    color: #a6a6a6;
    margin: 0 0 10px; }
  .contact-list address {
    margin: 0; }

.features-holder {
  font-family: "Assistant", "Arial", "Helvetica", sans-serif;
  color: #fff;
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .features-holder {
      line-height: 1.5; } }
  @media (min-width: 768px) {
    .features-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1350px) {
    .features-holder {
      margin: 0 -70px; } }
  .features-holder h3 {
    color: inherit; }
    @media (max-width: 767px) {
      .features-holder h3 {
        font-size: 18px; } }

.item-feature {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: #4FBFE5;
  padding: 30px 30px 30px 10px; }
  @media (min-width: 768px) {
    .item-feature {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 40px 35px; } }
  @media (min-width: 1350px) {
    .item-feature {
      padding: 40px 70px; } }
  .item-feature:after, .item-feature:before {
    position: absolute; }
  .item-feature:before {
    top: 0;
    content: '';
    left: -10px;
    right: -10px;
    bottom: 0;
    background: inherit;
    z-index: -2; }
    @media (min-width: 768px) {
      .item-feature:before {
        left: -70px;
        right: -9999px; } }
  .item-feature:after {
    content: "";
    font-family: 'icomoon';
    font-size: 35px;
    line-height: 1;
    text-indent: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    @media (min-width: 768px) {
      .item-feature:after {
        right: 30px; } }
    @media (min-width: 1350px) {
      .item-feature:after {
        right: 70px; } }
  .item-feature:nth-child(4n-3) {
    background: #354044; }
    @media (min-width: 768px) {
      .item-feature:nth-child(4n-3):before {
        right: -70px;
        left: -9999px; } }
  .item-feature:hover:after {
    -webkit-transform: translate3d(4px, -50%, 0);
            transform: translate3d(4px, -50%, 0); }
  .item-feature p:last-child {
    margin: 0; }
  .item-feature .item-inner {
    padding-right: 50px; }

.intro-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0 80px;
  z-index: 1;
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  font-weight: 300; }
  @media (max-width: 767px) {
    .intro-section {
      line-height: 1.9; } }
  @media (min-width: 768px) {
    .intro-section {
      font-size: 20px;
      padding: 100px 0 137px; } }
  .intro-section:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #354044 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #354044 100%);
    opacity: 0.5;
    z-index: -1; }
  @media (max-width: 767px) {
    .intro-section .btn:last-child {
      margin: 0; } }
  .intro-section p {
    margin: 0 0 1.8em; }
    @media (min-width: 768px) {
      .intro-section p {
        margin: 0 0 2.6em; } }
  .intro-section h1 {
    color: inherit; }

@media (min-width: 768px) {
  .intro-text {
    max-width: 450px; } }

.intro-text p:last-child, .intro-text p:only-child {
  margin: 0; }

.info-section {
  line-height: 2;
  padding: 50px 0 0; }
  @media (min-width: 768px) {
    .info-section {
      padding: 105px 0 25px; } }
  .info-section .container {
    max-width: 1100px; }
  .info-section p {
    margin: 0 0 1.9em; }
  .info-section .two-columns .image-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .info-section .two-columns .image-holder {
        margin: 0 0 55px; } }
    .info-section .two-columns .image-holder img {
      width: 100%; }
  .info-section .image-holder {
    margin: 0 -10px 50px; }
    @media (min-width: 768px) {
      .info-section .image-holder {
        margin: 0 0 90px; } }
    .info-section .image-holder + .image-desc {
      display: block;
      max-width: 863px;
      margin: -40px auto 40px; }
      @media (min-width: 768px) {
        .info-section .image-holder + .image-desc {
          margin: -80px auto 80px; } }
  .info-section .column-list {
    padding-top: 5px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .info-section .column-list {
        padding-top: 13px; } }
  .info-section .columns-holder .image-holder {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .info-section .columns-holder .image-holder {
        margin: 0 0 50px; } }
  .info-section .text-holder:last-child {
    padding: 0; }

@media (min-width: 768px) {
  .description-section {
    padding: 105px 0 15px; } }

.description-section .container {
  max-width: 1100px; }

.gallery-section {
  padding: 25px 0;
  background: #f2f2f2;
  text-align: center; }
  @media (min-width: 768px) {
    .gallery-section {
      padding: 110px 0 15px; } }
  .gallery-section .gallery-block {
    padding: 0; }

.main-slider {
  position: relative;
  padding: 40px 0;
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .main-slider {
      margin: 0 -50px;
      padding: 40px 0 90px; } }
  @media (min-width: 1024px) {
    .main-slider {
      margin: 0 -80px; } }
  @media (min-width: 1350px) {
    .main-slider {
      margin: 0 -120px; } }
  .main-slider .slick-arrow {
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    position: absolute;
    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;
    top: 180px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 50%;
    background: 0; }
    .main-slider .slick-arrow:focus {
      outline: none; }
    .main-slider .slick-arrow:hover {
      color: #3BAD4B;
      border-color: #3BAD4B;
      cursor: pointer; }
  .main-slider .slick-prev,
  .main-slider .slick-next {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (min-width: 768px) {
    .main-slider .slick-prev {
      margin-left: -285px; } }
  @media (min-width: 1024px) {
    .main-slider .slick-prev {
      margin-left: -390px; } }
  @media (min-width: 1350px) {
    .main-slider .slick-prev {
      margin-left: -415px; } }
  @media (min-width: 1445px) {
    .main-slider .slick-prev {
      margin-left: -420px; } }
  @media (min-width: 768px) {
    .main-slider .slick-next {
      margin-left: 285px; } }
  @media (min-width: 1024px) {
    .main-slider .slick-next {
      margin-left: 390px; } }
  @media (min-width: 1350px) {
    .main-slider .slick-next {
      margin-left: 415px; } }
  @media (min-width: 1445px) {
    .main-slider .slick-next {
      margin-left: 420px; } }
  .main-slider .slick-slide {
    width: 300px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(53, 64, 68, 0.1);
    border-radius: 4px;
    padding: 0 15px 10px;
    margin: 0 10px; }
    @media (min-width: 480px) {
      .main-slider .slick-slide {
        width: 430px; } }
    @media (min-width: 768px) {
      .main-slider .slick-slide {
        width: 480px;
        margin: 0 50px; } }
    @media (min-width: 1024px) {
      .main-slider .slick-slide {
        width: 640px;
        margin: 0 80px; } }
    @media (min-width: 1350px) {
      .main-slider .slick-slide {
        margin: 0 120px; } }
    @media (min-width: 1445px) {
      .main-slider .slick-slide {
        width: 640px; } }
  .main-slider .slick-list {
    overflow: visible !important; }
  .main-slider .image-slider {
    width: 100px;
    height: 100px;
    margin: -40px auto 22px;
    overflow: hidden;
    border-radius: 50%; }
    .main-slider .image-slider img {
      display: inline-block;
      vertical-align: top; }
  .main-slider blockquote {
    max-width: 420px;
    margin: 0 auto;
    font: 16px/2 "Assistant", "Arial", "Helvetica", sans-serif;
    color: inherit;
    padding: 0 0 10px;
    font-style: normal; }
    @media (min-width: 768px) {
      .main-slider blockquote {
        padding: 0 0 30px; } }
  .main-slider .pagination {
    bottom: 5px; }
    @media (min-width: 768px) {
      .main-slider .pagination {
        bottom: 40px; } }

.reverse-section {
  background: #fff; }
  @media (max-width: 767px) {
    .reverse-section h3 {
      margin: 0 0 1em; } }
  @media (min-width: 768px) {
    .reverse-section .container {
      max-width: 440px;
      margin: 0 auto 0 20px; } }
  @media (min-width: 1024px) {
    .reverse-section .container {
      margin: 0 auto 0 100px; } }

.reverse-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .reverse-holder:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .reverse-holder:nth-child(even) .container {
      margin: 0 20px 0 auto; } }
  @media (min-width: 1024px) {
    .reverse-holder:nth-child(even) .container {
      margin: 0 110px 0 auto; } }
  .reverse-holder .image-column {
    position: relative;
    min-height: 300px; }
    @media (min-width: 768px) {
      .reverse-holder .image-column {
        min-height: 400px; } }
  .reverse-holder .image-column,
  .reverse-holder .text-column {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 768px) {
      .reverse-holder .image-column,
      .reverse-holder .text-column {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .reverse-holder .text-column {
    padding: 33px 0 50px; }
    @media (min-width: 768px) {
      .reverse-holder .text-column {
        padding: 105px 0 50px; } }
    .reverse-holder .text-column p {
      line-height: 2; }
      .reverse-holder .text-column p:last-of-type, .reverse-holder .text-column p:only-of-type {
        margin: 0 0 2em; }
        @media (min-width: 768px) {
          .reverse-holder .text-column p:last-of-type, .reverse-holder .text-column p:only-of-type {
            margin: 0 0 4.5em; } }

.newsletter-section {
  color: #fafafa;
  background: #5B50A1;
  padding: 25px 0 10px; }
  @media (min-width: 768px) {
    .newsletter-section {
      padding: 100px 0 55px; } }
  .newsletter-section.email-focus .contact-form input {
    border-color: #fff; }
    .newsletter-section.email-focus .contact-form input:focus {
      border-color: #fff; }
  .newsletter-section .container {
    max-width: 1100px; }
  .newsletter-section h2 {
    color: inherit; }
    @media (min-width: 768px) {
      .newsletter-section h2 {
        margin: 0 0 20px; } }
  .newsletter-section .two-columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .newsletter-section .two-columns .column:last-child, .newsletter-section .two-columns .column:only-child {
        padding-bottom: 0; } }
  .newsletter-section .contact-form input {
    border-color: #bfbfbf; }
    .newsletter-section .contact-form input::-webkit-input-placeholder {
      color: #fff; }
    .newsletter-section .contact-form input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .newsletter-section .contact-form input:-moz-placeholder {
      color: #fff; }
    .newsletter-section .contact-form input:-ms-input-placeholder {
      color: #fff; }
    .newsletter-section .contact-form input.placeholder {
      color: #fff; }
  @media (max-width: 1023px) {
    .newsletter-section .input-group {
      display: block; } }
  @media (max-width: 1023px) {
    .newsletter-section .input-group input {
      border-radius: 4px;
      border-width: 1px; } }
  @media (min-width: 1024px) {
    .newsletter-section .input-group input {
      margin: 0; } }
  .newsletter-section .input-group input:focus {
    border-color: #b3b2b2; }
    @media (max-width: 1023px) {
      .newsletter-section .input-group input:focus {
        border-width: 1px; } }
    .newsletter-section .input-group input:focus::-webkit-input-placeholder {
      color: #b3b2b2; }
    .newsletter-section .input-group input:focus::-moz-placeholder {
      opacity: 1;
      color: #b3b2b2; }
    .newsletter-section .input-group input:focus:-moz-placeholder {
      color: #b3b2b2; }
    .newsletter-section .input-group input:focus:-ms-input-placeholder {
      color: #b3b2b2; }
    .newsletter-section .input-group input:focus.placeholder {
      color: #b3b2b2; }
  .newsletter-section .input-group button[type='submit'] {
    margin: 0; }
    @media (max-width: 1023px) {
      .newsletter-section .input-group button[type='submit'] {
        min-width: 100%;
        border-radius: 4px; } }
  @media (min-width: 768px) {
    .newsletter-section label {
      display: none; } }
  @media (max-width: 1023px) {
    .newsletter-section .mailpoet_text {
      width: 100% !important; } }
  .newsletter-section #mailpoet_form_1 .parsley-errors-list {
    font-weight: 600; }
    @media (max-width: 1023px) {
      .newsletter-section #mailpoet_form_1 .parsley-errors-list {
        position: static; } }
  .newsletter-section #mailpoet_form_1 .parsley-custom-error-message {
    bottom: -20px !important; }
    @media (max-width: 1023px) {
      .newsletter-section #mailpoet_form_1 .parsley-custom-error-message {
        margin: -18px 0 20px !important; } }

.supporter-section {
  line-height: 2;
  padding: 50px 0 0;
  background: #f2f2f2;
  text-align: center; }
  @media (min-width: 768px) {
    .supporter-section {
      padding: 105px 0 65px; } }
  .supporter-section .container {
    max-width: 1100px; }
  .supporter-section h2 {
    margin: 0 0 10px; }
  @media (min-width: 768px) {
    .supporter-section p:last-of-type, .supporter-section p:only-of-type {
      margin: 0 0 1.9em; } }
  .supporter-section .text-holder {
    padding: 0 0 70px; }

@media (min-width: 768px) {
  .holder-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.holder-section .sidebar {
  font: 16px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 45px 0 15px; }
  @media (min-width: 768px) {
    .holder-section .sidebar {
      max-width: 200px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      position: relative;
      border: 1px solid #d9d9d9;
      border-width: 0 1px 0 0;
      padding: 58px 20px 55px 0; }
      .holder-section .sidebar:before {
        position: absolute;
        content: '';
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        left: -9999px;
        z-index: -1; } }
  .holder-section .sidebar h5 {
    color: #354044;
    font-weight: normal;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .holder-section .sidebar h5 {
        font-size: 14px;
        margin: 0 0 5px; } }
  @media (min-width: 768px) {
    .holder-section .sidebar .jcf-select-nav-select {
      display: none !important; } }
  .holder-section .sidebar .jcf-select {
    border-color: #354044;
    padding: 1em 1.5em; }
    .holder-section .sidebar .jcf-select .jcf-select-text {
      color: #354044;
      font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px; }
  .holder-section .sidebar .navigation {
    font-weight: 300; }
    @media (max-width: 767px) {
      .holder-section .sidebar .navigation {
        display: none; } }
    .holder-section .sidebar .navigation li {
      margin: 0 0 13px; }
      .holder-section .sidebar .navigation li.active a {
        font-weight: 500;
        color: #3BAD4B; }
    .holder-section .sidebar .navigation a {
      color: #a6a6a6;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      padding: 0 0 3px;
      text-decoration: none;
      -webkit-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      overflow: hidden; }
      .holder-section .sidebar .navigation a:before {
        content: "";
        position: absolute;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #3BAD4B;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }
      .holder-section .sidebar .navigation a:hover:before {
        left: 0;
        right: 0; }

.holder-section .main-block {
  width: 100%;
  line-height: 2; }
  @media (min-width: 768px) {
    .holder-section .main-block {
      padding: 105px 0 0 10px; } }
  .holder-section .main-block .text-holder {
    max-width: 620px; }
  @media (min-width: 768px) {
    .holder-section .main-block h2 {
      margin: 0 0 .5em; } }
  .holder-section .main-block .info-list {
    margin: 0; }
    @media (max-width: 767px) {
      .holder-section .main-block .info-list {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .holder-section .main-block .info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .holder-section .main-block .info-list li {
      position: relative;
      padding: 20px 20px 20px 0; }
      @media (max-width: 767px) {
        .holder-section .main-block .info-list li {
          position: relative; } }
      @media (min-width: 768px) {
        .holder-section .main-block .info-list li {
          padding: 31px 0; } }
      .holder-section .main-block .info-list li:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        background: inherit;
        z-index: -2; }
      .holder-section .main-block .info-list li:nth-child(even) {
        background: #4FBFE5; }
    .holder-section .main-block .info-list .link {
      color: #fff; }
      @media (max-width: 767px) {
        .holder-section .main-block .info-list .link {
          font-size: 18px;
          font-weight: 300; } }
    @media (max-width: 1023px) {
      .holder-section .main-block .info-list .icon-arrow-right {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .holder-section .main-block .info-list .icon-arrow-right {
        position: absolute;
        right: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .holder-section .main-block .calendar-block {
    padding: 60px 0 30px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .holder-section .main-block .calendar-block {
        padding: 70px 0 30px; } }
    .holder-section .main-block .calendar-block .items-list a {
      pointer-events: none; }
      @media (max-width: 767px) {
        .holder-section .main-block .calendar-block .items-list a {
          font-size: 14px;
          padding: 10px 5px;
          line-height: 1; } }
      .holder-section .main-block .calendar-block .items-list a:after {
        display: none; }
  .holder-section .main-block .calendar-inner {
    width: auto; }
  .holder-section .main-block .calendar-holder li:nth-child(even):after {
    background: #d9d9d9; }

@media (min-width: 768px) {
  .holder-section .main-holder {
    max-width: 860px;
    margin: 0 auto; } }

.search-section {
  padding: 55px 0; }
  .search-section .container {
    max-width: 880px; }

.event-section {
  padding: 50px 0 0; }
  @media (min-width: 768px) {
    .event-section {
      padding: 75px 0 0; } }
  .event-section .container {
    max-width: 878px; }
  .event-section .primary-box {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .event-section .primary-box {
        padding-bottom: 10px; } }
    @media (min-width: 1024px) {
      .event-section .primary-box {
        padding: 20px 105px; } }
    .event-section .primary-box:last-child {
      margin-bottom: 0; }
    .event-section .primary-box .btn:last-child {
      margin: 0; }
    @media (min-width: 768px) {
      .event-section .primary-box p {
        margin: 0; } }
    @media (min-width: 768px) {
      .event-section .primary-box .two-columns {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .event-section .primary-box .column {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .event-section .primary-box .column {
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content;
          -webkit-box-flex: 1;
              -ms-flex: 1 0;
                  flex: 1 0; } }
      @media (min-width: 768px) {
        .event-section .primary-box .column:nth-child(even) {
          text-align: right; } }

.event-box {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  padding: 20px 10px 10px;
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .event-box {
      padding: 55px 55px 50px;
      margin: 0 0 100px; } }
  @media (min-width: 1024px) {
    .event-box {
      padding: 55px 110px 50px; } }
  @media (min-width: 768px) {
    .event-box .title-event {
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .1em; } }
  @media (min-width: 768px) {
    .event-box h2 {
      margin: 0 0 1em; } }
  .event-box .btn {
    width: 100%;
    max-width: 415px; }
    .event-box .btn:last-child {
      margin: 0; }

.contact-section .contact-heading {
  background: #fff;
  padding: 50px 0 1px; }
  .contact-section .contact-heading .container {
    max-width: 880px; }

.contact-section .contact-main {
  padding: 55px 0 0; }
  @media (min-width: 768px) {
    .contact-section .contact-main {
      padding: 105px 0 10px; } }
  .contact-section .contact-main .container {
    max-width: 660px; }

.contact-section .btn-holder {
  text-align: right; }
  .contact-section .btn-holder button {
    max-width: 100%;
    pointer-events: none;
    background: #7cd288; }
    @media (max-width: 767px) {
      .contact-section .btn-holder button {
        font-size: 16px; } }
    .contact-section .btn-holder button:last-child, .contact-section .btn-holder button:only-child {
      margin: 0; }
    @media (min-width: 768px) {
      .contact-section .btn-holder button {
        max-width: 200px; } }

@media (max-width: 767px) {
  .contact-section h2 {
    font-size: 28px; } }

@media (min-width: 768px) {
  .contact-section h2 {
    margin: 0 0 1em; } }

.contact-section input,
.contact-section .jcf-select {
  margin: 0 0 29px; }
  @media (max-width: 767px) {
    .contact-section input,
    .contact-section .jcf-select {
      font-size: 16px;
      padding-left: 1em;
      padding-right: 1em;
      margin: 0 0 20px; } }
  .contact-section input .jcf-select-text,
  .contact-section .jcf-select .jcf-select-text {
    color: #354044; }

.contact-section textarea {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .contact-section textarea {
      padding-left: 1em;
      padding-right: 1em;
      font-size: 16px; } }

.contact-section .wpcf7-form.accepted button {
  pointer-events: auto;
  background: #3BAD4B; }

.heading-section {
  padding: 40px 0 0; }
  @media (min-width: 768px) {
    .heading-section {
      padding: 100px 0 55px; } }
  .heading-section h2 {
    font-weight: 400; }
  .heading-section time {
    margin: 0; }
  .heading-section .list-links {
    margin: 0 0 10px; }

.gallery-block {
  padding-bottom: 34px; }
  @media (min-width: 768px) {
    .gallery-block {
      padding-bottom: 55px; } }
  .gallery-block #sb_instagram {
    position: relative; }
    @media (max-width: 767px) {
      .gallery-block #sb_instagram {
        margin: 0 -15px !important;
        width: calc( 100% + 30px) !important; } }
    .gallery-block #sb_instagram .sbi_photo_wrap {
      padding: 0 5px; }
      @media (min-width: 768px) {
        .gallery-block #sb_instagram .sbi_photo_wrap {
          padding: 0 10px; } }
    .gallery-block #sb_instagram .pagination {
      bottom: -5px; }

.gallery {
  position: relative;
  margin: 0 -10px;
  padding: 0 0 54px; }
  @media (min-width: 768px) {
    .gallery {
      padding: 0 0 75px; } }
  .gallery .slick-slide {
    padding: 0 10px; }
  .gallery img {
    width: 100%; }

.team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }

.item-team {
  max-width: 310px;
  display: block;
  font: 16px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #354044;
  width: calc(100% - 20px);
  background: #fff;
  margin: 0 10px 20px;
  text-decoration: none; }
  .item-team:hover .item-image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  @media (min-width: 580px) {
    .item-team {
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .item-team {
      box-shadow: 0 2px 4px #d9d9d9; } }
  @media (min-width: 768px) {
    .item-team {
      width: calc(33.3% - 20px); } }
  @media (min-width: 1024px) {
    .item-team {
      width: calc(25% - 20px); } }
  .item-team .item-image {
    overflow: hidden; }
    .item-team .item-image img {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: 100%; }
  .item-team .item-body {
    padding: 20px 20px 30px; }
    @media (min-width: 768px) {
      .item-team .item-body {
        padding: 25px 30px 30px; } }
  .item-team .name {
    display: block;
    margin: 0 0 12px; }
  .item-team .item-desc {
    display: block;
    font-size: 13px;
    font-weight: 300; }

@media (max-width: 1349px) {
  .calendar-block {
    margin-right: -10px;
    margin-left: -10px; } }

.calendar-block .calendar-inner {
  width: 1300px;
  position: relative;
  overflow: hidden; }

.calendar-block .items-list {
  padding: 90px 0 45px;
  font: 16px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .calendar-block .items-list li {
    margin-bottom: 1px; }
  .calendar-block .items-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 11px 25px 10px;
    text-align: center;
    color: #000;
    opacity: .7;
    border-radius: 28px; }
    .calendar-block .items-list a:hover:after {
      -webkit-transform: translate3d(4px, -50%, 0);
              transform: translate3d(4px, -50%, 0); }
    .calendar-block .items-list a:after {
      content: "";
      font-family: 'icomoon';
      font-size: 33px;
      line-height: 1;
      text-indent: 0;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }

.calendar-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font: 16px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #a6a6a6;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .calendar-holder li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    position: relative;
    text-align: center;
    padding: 20px; }
    .calendar-holder li:nth-child(even):after {
      background: #fafafa; }
    .calendar-holder li:after {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      background: #f2f2f2;
      top: 0;
      bottom: -9999px;
      z-index: -1; }
  .calendar-holder .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    width: calc(100% - 10px) !important; }

.result-block {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 5px; }
  @media (min-width: 768px) {
    .result-block {
      padding: 30px 0 65px; } }

.result-title {
  display: block;
  font: 500 13px/1.2 "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #a6a6a6;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 13px; }
  @media (min-width: 768px) {
    .result-title {
      margin: 0 0 30px; } }
  .result-title .count {
    color: #3BAD4B; }

.result-list .result-item {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 40px 15px 0;
  color: inherit; }
  @media (min-width: 768px) {
    .result-list .result-item {
      padding: 27px 40px 27px 0; } }
  .result-list .result-item:last-child {
    border: none; }
  .result-list .result-item:after {
    content: "";
    font-family: 'icomoon';
    font-size: 35px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 13px;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    color: #3BAD4B; }
    @media (min-width: 768px) {
      .result-list .result-item:after {
        top: 35px; } }
  .result-list .result-item:hover:after {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0); }
  .result-list .result-item p:last-child {
    margin: 0; }
  .result-list .result-item h5 {
    margin: 0; }

#footer {
  background: #354044;
  text-align: center;
  font-size: 12px;
  line-height: 2.9; }
  @media (min-width: 768px) {
    #footer {
      text-align: left;
      line-height: 2.43; } }
  #footer h5 {
    font-size: 14px;
    color: #fafafa;
    margin: 0; }
    @media (min-width: 768px) {
      #footer h5 {
        margin: 0 0 2em; } }
  #footer .container {
    max-width: 1100px; }
    @media (min-width: 1025px) {
      #footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  #footer .code-text {
    font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 12px; }

.footer-main {
  padding: 50px 0 10px;
  border-bottom: 1px solid #3BAD4B; }
  @media (min-width: 768px) {
    .footer-main {
      padding: 93px 0 73px; } }

.footer-bottom {
  padding: 10px 0; }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 25px 0; } }

.cooperate {
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  color: #858585; }

.footer-columns {
  font-family: "Argentum Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 -30px; }
  @media (min-width: 768px) {
    .footer-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .footer-columns .column {
    color: #a6a6a6;
    letter-spacing: 0.5px;
    padding: 0 30px 40px; }
  .footer-columns a {
    color: inherit;
    text-decoration: none; }
    .footer-columns a:hover {
      color: #3BAD4B; }

.column-logo {
  max-width: 250px;
  margin: 0 auto;
  font-size: 14px;
  color: #fafafa;
  line-height: 1.45;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .column-logo {
      max-width: 41%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41%;
              flex: 0 0 41%;
      margin: 0;
      line-height: 1.8;
      padding-right: 35px; } }

.logo-footer {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .logo-footer {
      margin: 0 0 25px;
      padding: 5px 0 0; } }
/*# sourceMappingURL=style.css.map */