/*
Theme Name: Land for Wildlife
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Land for Wildlife
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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; }

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/
.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox, #nav .drop ul, .footer-top .links, .footer-top .social-networks, .contact-block .follow-us .social-networks, .newsletter-lists-block .file-lists {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5,
.title-content-list .col-content h6, .h5,
h6, .h6,
.h {
  font-family: "Roboto Slab", "serif";
  margin: 0 0 0.8em;
  line-height: 1.2;
  font-weight: 500; }

h1, .h1 {
  font-size: 40px;
  margin-bottom: 0.2em;
  line-height: 1.1; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 74px;
      line-height: 0.95; } }

h2, .h2 {
  font-size: 36px;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 50px; } }

h3, .h3 {
  font-size: 32px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 36px; } }

h4, .h4 {
  font-size: 24px; }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 32px; } }


h5,
.title-content-list .col-content h6, .h5 {
  font-size: 20px; }
  @media (min-width: 1200px) {
    
    h5,
    .title-content-list .col-content h6, .h5 {
      font-size: 26px; } }

h6, .h6 {
  font-size: 18px; }
  @media (min-width: 1200px) {
    h6, .h6 {
      font-size: 24px; } }

p {
  margin: 0 0 1.2em; }

a {
  color: #334040; }
  a:hover, a:focus {
    text-decoration: none; }

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #334040;
  background: #fff;
  font: 18px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif";
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

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

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

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

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

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

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

.form-control,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 100%;
  outline: none;
  background: #fff;
  border-radius: 5px;
  height: 64px;
  font-size: 16px;
  color: #334040; }
  .form-control:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    outline: none; }
  .form-control::-webkit-input-placeholder,
  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,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(51, 64, 64, 0.5) !important; }
  .form-control::-moz-placeholder,
  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,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(51, 64, 64, 0.5) !important; }
  .form-control:-moz-placeholder,
  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,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(51, 64, 64, 0.5) !important; }
  .form-control:-ms-input-placeholder,
  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,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(51, 64, 64, 0.5) !important; }
  .form-control.placeholder,
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: rgba(51, 64, 64, 0.5) !important; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  height: 85px;
  padding-top: 10px !important; }
  @media (min-width: 1024px) {
    textarea {
      height: 112px; } }

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 12px 26px;
  background: #fd8041;
  border: 1px solid #fd8041;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    input[type='submit'] {
      font-size: 14px; } }
  input[type='submit']:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type='submit']:hover {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.75);
    color: #000; }

.ginput_container_select,
.select-wrap {
  display: block;
  position: relative;
  border-radius: 6px;
  border: 2px solid #cfe7e2; }
  .ginput_container_select:before,
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #334040 transparent transparent transparent;
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .ginput_container_select:before,
      .select-wrap:before {
        right: 15px;
        margin-top: -3px; } }
  .ginput_container_select select,
  .select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 40px 6px 16px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 6px;
    height: 40px;
    font-size: 16px;
    color: #334040; }
    @media (max-width: 1023px) {
      .ginput_container_select select,
      .select-wrap select {
        padding-right: 30px !important; } }
    .ginput_container_select select::-ms-expand,
    .select-wrap select::-ms-expand {
      display: none; }

.form-group {
  margin-bottom: 24px; }

form label:not(.form-check-label) {
  position: static;
  color: #fd8041;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  font-style: normal !important; }
  @media (min-width: 1024px) {
    form label:not(.form-check-label) {
      font-size: 16px; } }

form .form-control {
  background: #fff !important; }

form .form-check {
  padding-left: 0; }

.gform_wrapper.gform-theme div.gfield textarea.large {
  height: 130px; }

.gform_wrapper.gform-theme div.gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px; }

.gform_wrapper.gform-theme form .gform_footer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 20px auto 0; }
  @media (min-width: 1024px) {
    .gform_wrapper.gform-theme form .gform_footer {
      margin-top: 33px;
      display: block;
      text-align: center;
      width: auto; } }
  .gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button {
    display: inline-block !important;
    vertical-align: middle !important;
    outline: none;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    padding: 12px 26px !important;
    background: #fd8041 !important;
    border: 1px solid #fd8041 !important;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    letter-spacing: 0.05em;
    text-transform: uppercase !important; }
    .gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none !important; }
    .gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button:hover {
      background: #fc5e0f !important;
      border-color: #fc5e0f !important;
      color: #fff; }
  .gform_wrapper.gform-theme form .gform_footer .gform-loader {
    border-color: #3e8173 #3e8173 #3e8173 rgba(62, 129, 115, 0.3);
    margin-left: 10px;
    position: absolute;
    top: 10px; }

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

.gform_wrapper div.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 28px; }

.gform_wrapper .gfield {
  position: relative;
  width: 100%; }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error .ginput_container_select, .gform_wrapper .gfield.gfield_error .select-warp {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error.focus input, .gform_wrapper .gfield.gfield_error.focus textarea {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error.focus .gfield_label .gfield_required {
    color: #EFEFEF; }
  .gform_wrapper .gfield.label-no-change label.gfield_label {
    position: static;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px; }
  .gform_wrapper .gfield.full-width .gfield_radio li {
    width: 100%; }
    .gform_wrapper .gfield.full-width .gfield_radio li + li {
      margin-left: 0; }
  .gform_wrapper .gfield div.ginput_container input, .gform_wrapper .gfield div.ginput_container textarea {
    border: none;
    padding: 5px 20px !important;
    width: 100%;
    outline: none;
    background: #fff;
    border-radius: 5px;
    height: 64px;
    font-size: 16px;
    color: #334040;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .gform_wrapper .gfield div.ginput_container textarea.large {
    min-height: 190px;
    padding-top: 15px !important; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px; } }
  .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
    display: block; }
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
        width: calc(50% - 10px);
        margin: 0 10px; } }
  .gform_wrapper .gfield label.gfield_label {
    position: static;
    color: rgba(51, 64, 64, 0.75);
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px; }
  .gform_wrapper .gfield.gfield-select .gfield_label {
    font-weight: 700;
    top: -6px;
    color: #EFEFEF;
    font-size: 12px;
    left: 8px;
    background: #fff;
    padding: 0 5px;
    z-index: 2; }
  .gform_wrapper .gfield.focus .gfield_label, .gform_wrapper .gfield.float .gfield_label {
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    top: -6px;
    left: 9px;
    color: #EFEFEF;
    font-weight: 700; }

.gform_wrapper label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }

.gform_wrapper .gfield_radio li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield_radio li {
      margin-right: 35px; } }
  .gform_wrapper .gfield_radio li:last-child {
    margin-right: 0; }

.gform_wrapper .gfield_checkbox li {
  margin-bottom: 12px; }

.gform_wrapper .gform_validation_errors {
  display: none !important; }

.validation_error {
  display: none; }

.gform_wrapper.gravity-theme div.gfield_validation_message,
.gform_wrapper.gravity-theme div.validation_message {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  font-size: 14px;
  color: #DC3545;
  padding: 0;
  border: none;
  background: transparent; }

.gform_footer {
  position: relative; }

.gform_ajax_spinner {
  margin-left: 5px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  color: #000; }

.gform_wrapper.gravity-theme div.gform_validation_errors {
  display: none; }
  .gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error {
    font-size: 16px;
    color: #DC3545; }

.gform_required_legend {
  display: none; }

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  min-height: 52.8vh; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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; }

.slick-slider .slick-track,
.slick-slider .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;
  outline: none;
  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; }

@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 1.33334; } }

#wrapper {
  width: 100%;
  position: relative; }
  @media (max-width: 1023px) {
    #wrapper {
      overflow: hidden; } }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 24px; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 50px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1496px; } }
  .container.container-fluid {
    max-width: 1920px; }

.section {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .section {
      padding: 72px 0; } }
  @media (min-width: 1440px) {
    .section {
      padding: 100px 0; } }
  .section.padding-sm {
    padding: 48px 0; }
    @media (min-width: 1200px) {
      .section.padding-sm {
        padding: 60px 0; } }
  .section.padding-md {
    padding: 48px 0; }
    @media (min-width: 768px) {
      .section.padding-md {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .section.padding-md {
        padding: 80px 0; } }
  .section.padding-lg {
    padding: 48px 0; }
    @media (min-width: 768px) {
      .section.padding-lg {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .section.padding-lg {
        padding: 120px 0; } }
  .section.padding-xl {
    padding: 48px 0; }
    @media (min-width: 768px) {
      .section.padding-xl {
        padding: 68px 0; } }
    @media (min-width: 1200px) {
      .section.padding-xl {
        padding: 180px 0; } }

a:not(.btn):not(.wp-block-button__link):not(
.tribe-common-c-btn) {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:not(.btn):not(.wp-block-button__link):not(
  .tribe-common-c-btn):hover {
    color: #fd8041; }

.btn, .wp-block-button__link, .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common-c-btn {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 12px 26px;
  background: #fd8041;
  border: 1px solid #fd8041;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (min-width: 1440px) {
    .btn, .wp-block-button__link, .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
    .tribe-common-c-btn {
      padding: 19px 30px; } }
  .btn:focus, .wp-block-button__link:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:focus,
  .tribe-common-c-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover, .wp-block-button__link:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover,
  .tribe-common-c-btn:hover {
    background: #fc5e0f;
    border-color: #fc5e0f; }

.wp-block-button__link {
  border: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignleft {
      margin-bottom: 0; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignright {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .alignright + p,
    .alignright + ul,
    .alignright + h2,
    .alignright + h3,
    .alignright + h4,
    .alignright + h5,
    .title-content-list .col-content .alignright + h6 {
      clear: both; } }

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

.img-wrap a:hover {
  opacity: 0.7; }

.bg-white {
  background-color: #fff !important; }

.bg-gray {
  background-color: #EFEFEF !important; }

.bg-light-green,
.bg-light-orange {
  background-color: #FE8E54 !important; }

.bg-light,
.bg-orange {
  background-color: #fd8041 !important; }
  .bg-light .btn, .bg-light .wp-block-button__link, .bg-light .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button, .tribe-common--breakpoint-medium.tribe-events .bg-light .tribe-common-c-btn.tribe-events-c-search__button,
  .bg-light .tribe-common-c-btn,
  .bg-orange .btn,
  .bg-orange .wp-block-button__link,
  .bg-orange .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
  .tribe-common--breakpoint-medium.tribe-events .bg-orange .tribe-common-c-btn.tribe-events-c-search__button,
  .bg-orange .tribe-common-c-btn {
    border-color: #FE8E54;
    background: #FE8E54;
    color: #fd8041; }
    .bg-light .btn:hover, .bg-light .wp-block-button__link:hover, .bg-light .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover, .tribe-common--breakpoint-medium.tribe-events .bg-light .tribe-common-c-btn.tribe-events-c-search__button:hover,
    .bg-light .tribe-common-c-btn:hover,
    .bg-orange .btn:hover,
    .bg-orange .wp-block-button__link:hover,
    .bg-orange .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover,
    .tribe-common--breakpoint-medium.tribe-events .bg-orange .tribe-common-c-btn.tribe-events-c-search__button:hover,
    .bg-orange .tribe-common-c-btn:hover {
      border-color: #feb087;
      background: #feb087; }

.bg-dark-orange {
  background-color: #3e8173 !important; }

.has-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0; }
  .has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3); }

.text-large {
  font-size: 20px; }

.text-medium {
  font-size: 18px; }

.text-normal {
  font-size: 16px; }

.text-small {
  font-size: 14px; }

.text-tiny {
  font-size: 12px; }

figure {
  margin: 0; }
  @media (max-width: 767px) {
    figure.wp-caption {
      width: auto !important; } }
  figure figcaption {
    font-size: 16px; }

.full-width {
  width: 100%; }

.section-heading {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .section-heading {
      margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .section-heading {
      margin-bottom: 48px; } }
  .section-heading h2 {
    margin: 0; }

.heading-block {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .heading-block {
      margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .heading-block {
      margin-bottom: 48px; } }
  .heading-block h2 {
    margin: 0 0 24px; }
    .heading-block h2:only-child {
      margin-bottom: 0; }
  .heading-block p:last-child {
    margin-bottom: 0; }

.heading-title {
  margin-bottom: 30px; }
  .heading-title h2 {
    margin: 0; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.no-paddingtop {
  padding-top: 0 !important; }

.pb-0,
.no-paddingbottom {
  padding-bottom: 0 !important; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .row > * {
    padding: 0 15px; }

.col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

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

.text-dark > *,
.text-black > * {
  color: #334040; }

.text-light > *,
.text-white > * {
  color: #fff; }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none; } }

@media (min-width: 768px) {
  .hide-tablet {
    display: none; } }

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

@media (min-width: 769px) {
  .show-mobile {
    display: none; } }

.show-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .show-desktop {
      display: block; } }

.admin-bar .fancybox-button {
  top: 46px; }
  @media (min-width: 782px) {
    .admin-bar .fancybox-button {
      top: 32px; } }

iframe {
  vertical-align: top; }

blockquote {
  margin: 0 0 30px;
  border: none;
  padding: 0; }
  blockquote p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    position: relative;
    padding: 0 40px; }
    @media (min-width: 768px) {
      blockquote p {
        padding: 0 119px; } }
    blockquote p:before, blockquote p:after {
      content: "";
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px;
      height: 26px;
      position: absolute;
      top: 0; }
      @media (min-width: 768px) {
        blockquote p:before, blockquote p:after {
          width: 89px;
          height: 63px; } }
    blockquote p:before {
      left: 0; }
    blockquote p:after {
      right: 0; }

.wp-block-columns {
  row-gap: 30px;
  margin: 0; }
  @media (min-width: 1200px) {
    .wp-block-columns {
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; } }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.img-cover {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  z-index: 2; }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .img-cover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .img-cover a:hover:before {
      opacity: 1; }
    .img-cover a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }

.tagline {
  text-transform: uppercase;
  font-size: 16px;
  color: #a7a9ac; }

.alert p {
  font-size: 16px; }

button.close {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid #334040;
  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; }
  button.close span {
    font-size: 24px;
    line-height: 0.5;
    display: block;
    margin: 1px 0 0 1px; }

.slick-arrow {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  outline: none;
  padding: 0;
  width: 54px;
  height: 52px;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .slick-arrow {
      width: 70px;
      height: 67px; } }
  .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 22px;
    background-size: 100%;
    z-index: 1;
    margin: -11px 0 0 -13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .slick-arrow:before {
        width: 33px;
        height: 28px;
        margin: -14px 0 0 -17px; } }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .slick-arrow.slick-next {
    right: 0; }

.slick-dots {
  text-align: center;
  margin-bottom: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 6px;
    width: 10px;
    height: 10px; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li.slick-active button {
      background: #fd8041; }
    .slick-dots li button {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      padding: 0;
      font-size: 0;
      background: rgba(253, 128, 65, 0.7);
      min-width: 0;
      border: none;
      outline: none;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }

.slick-slide {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px; }
  .accordion .accordion-list {
    background: #F0F0F0;
    border-radius: 5px; }
    .accordion .accordion-list.active .title:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .accordion .accordion-list .title {
      cursor: pointer;
      position: relative;
      padding: 24px 40px 24px 20px;
      margin-bottom: 0;
      display: block;
      color: #334040; }
      .accordion .accordion-list .title:after {
        content: "";
        position: absolute;
        top: 50%;
        color: #334040;
        right: 20px;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #334040 #334040 transparent transparent;
        margin-top: -6px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: rotate(136deg);
            -ms-transform: rotate(136deg);
                transform: rotate(136deg); }
    .accordion .accordion-list .slide {
      display: none;
      padding: 0 24px 24px 20px; }
      .accordion .accordion-list .slide p {
        margin-bottom: 18px; }
        .accordion .accordion-list .slide p:last-child {
          margin-bottom: 0; }

#header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 68px;
  padding: 5px 0;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fd8041; }
  @media (min-width: 1440px) {
    #header {
      padding: 0; } }
  #header .container {
    max-width: 1920px; }
  @media (min-width: 1024px) {
    #header .header-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.logo {
  max-width: 200px; }
  @media (min-width: 1024px) {
    .logo {
      max-width: 320px; } }
  @media (min-width: 1440px) {
    .logo {
      max-width: 400px; } }

.sticky #header {
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 782px) {
  .admin-bar #header {
    top: 32px; } }

#main {
  padding-top: 70px; }
  @media (min-width: 1024px) {
    #main {
      padding-top: 107px; } }
  @media (min-width: 1440px) {
    #main {
      padding-top: 121px; } }

@media (min-width: 1024px) {
  #nav {
    width: calc(100% - 160px);
    position: relative; } }

#nav .drop {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  padding: 24px 24px 32px;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  z-index: 5;
  width: 100%;
  background: #fd8041; }
  @media (min-width: 1024px) {
    #nav .drop {
      top: 107px; } }
  .sticky #nav .drop {
    top: 68px; }
    @media (min-width: 1024px) {
      .sticky #nav .drop {
        top: 139px; } }
  @media (min-width: 1200px) {
    #nav .drop {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: static;
      padding: 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (min-width: 1200px) {
    #nav .drop ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #nav .drop ul > li {
    position: relative;
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      #nav .drop ul > li {
        margin: 0 0 0 24px; } }
    @media (min-width: 1440px) {
      #nav .drop ul > li {
        margin: 0 0 0 36px; } }
    #nav .drop ul > li:hover > a:before {
      width: 100%; }
    @media (min-width: 1200px) {
      #nav .drop ul > li:hover > ul,
      #nav .drop ul > li:hover .sub-menu {
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (min-width: 1200px) {
      #nav .drop ul > li + li {
        border: none; } }
    #nav .drop ul > li.menu-item-has-children > a {
      position: relative;
      z-index: 1;
      padding-right: 50px; }
      @media (min-width: 1200px) {
        #nav .drop ul > li.menu-item-has-children > a {
          padding-right: 0; } }
      #nav .drop ul > li.menu-item-has-children > a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff #fff transparent transparent;
        -webkit-transform: translateY(-50%) rotate(136deg);
            -ms-transform: translateY(-50%) rotate(136deg);
                transform: translateY(-50%) rotate(136deg);
        display: none;
        margin-left: 8px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media (min-width: 1200px) {
          #nav .drop ul > li.menu-item-has-children > a:after {
            display: inline-block;
            vertical-align: middle; } }
    #nav .drop ul > li.menu-item-has-children .arrow {
      position: absolute;
      top: 0;
      right: 16px;
      font-size: 0;
      width: 30px;
      height: 26px;
      z-index: 1; }
      @media (min-width: 1200px) {
        #nav .drop ul > li.menu-item-has-children .arrow {
          display: none;
          margin: -10px -8px 0 0; } }
      #nav .drop ul > li.menu-item-has-children .arrow:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff #fff transparent transparent;
        margin: -8px 0 0 -5px;
        -webkit-transform: rotate(136deg);
            -ms-transform: rotate(136deg);
                transform: rotate(136deg);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        @media (min-width: 1200px) {
          #nav .drop ul > li.menu-item-has-children .arrow:before {
            display: none; } }
    #nav .drop ul > li.menu-item-has-children.submenu-active > .arrow:before {
      margin-top: -1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-color: #fff #fff transparent transparent; }
    @media (min-width: 1200px) {
      #nav .drop ul > li.menu-item-has-children:hover > a:after {
        bottom: 0;
        margin-top: 9px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        border-color: #fff #fff transparent transparent; } }
    #nav .drop ul > li.current-menu-parent:hover > a, #nav .drop ul > li.current-menu-item:hover > a {
      color: #fff; }
      @media (min-width: 1200px) {
        #nav .drop ul > li.current-menu-parent:hover > a:after, #nav .drop ul > li.current-menu-item:hover > a:after {
          bottom: 0;
          border-color: #fff #fff transparent transparent; } }
    #nav .drop ul > li.current-menu-parent > a:before, #nav .drop ul > li.current-menu-item > a:before {
      width: 100%; }
    @media (min-width: 1200px) {
      #nav .drop ul > li.current-menu-parent > a:after, #nav .drop ul > li.current-menu-item > a:after {
        border-color: #fff #fff transparent transparent; } }
    #nav .drop ul > li > a {
      position: relative;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 1px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        #nav .drop ul > li > a {
          width: 100%; } }
      #nav .drop ul > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
  #nav .drop ul .sub-menu {
    display: none;
    padding: 16px 0 16px 16px;
    position: relative; }
    @media (min-width: 1200px) {
      #nav .drop ul .sub-menu {
        display: block;
        padding: 16px;
        margin: 0;
        position: absolute;
        top: 51px;
        left: -20px;
        width: 255px;
        visibility: hidden;
        opacity: 0; } }
    #nav .drop ul .sub-menu:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 45px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 17px 28px;
      border-color: transparent transparent #FFFFFF transparent;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      display: none; }
    @media (max-width: 1199px) {
      #nav .drop ul .sub-menu a {
        border: none; } }
  #nav .drop ul ul {
    width: 100%;
    margin: 0; }
    @media (min-width: 1200px) {
      #nav .drop ul ul {
        display: block;
        margin: 0;
        padding: 16px;
        text-align: left;
        border: none;
        position: relative;
        z-index: 1;
        border-radius: 6px;
        -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
        background: #fd8041; } }
    #nav .drop ul ul:before {
      content: "";
      height: 34px;
      position: absolute;
      top: -34px;
      left: 0;
      right: 0;
      display: none; }
      @media (min-width: 1200px) {
        #nav .drop ul ul:before {
          display: block; } }
    #nav .drop ul ul li {
      width: 100%;
      margin: 0; }
      #nav .drop ul ul li.menu-item-has-children > a:before {
        border-color: #fff #fff transparent transparent; }
      #nav .drop ul ul li.menu-item-has-children .arrow {
        margin-top: -5px; }
      #nav .drop ul ul li + li {
        margin: 16px 0 0; }
        @media (min-width: 1200px) {
          #nav .drop ul ul li + li {
            margin-top: 15px; } }
      #nav .drop ul ul li:hover > a, #nav .drop ul ul li.current-menu-parent > a, #nav .drop ul ul li.current-menu-item > a {
        color: #fff !important; }
      #nav .drop ul ul li:hover ul {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      #nav .drop ul ul li a {
        display: block;
        padding: 0;
        font-weight: 400;
        color: #fff;
        text-transform: inherit;
        letter-spacing: 0; }
        #nav .drop ul ul li a:after {
          display: none; }
  #nav .drop .header-cta {
    padding: 14px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FE8E54; }
    @media (min-width: 1200px) {
      #nav .drop .header-cta {
        margin-left: 24px; } }
    @media (min-width: 1440px) {
      #nav .drop .header-cta {
        margin-left: 36px; } }
    #nav .drop .header-cta:hover {
      color: #fff !important; }

#nav .drop-wrap {
  height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1200px) {
    #nav .drop-wrap {
      height: auto;
      overflow: visible;
      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;
      padding-left: 20px;
      background: transparent;
      text-align: left; } }

.nav-opener {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 20px;
  height: 15px;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1200px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    top: 50%;
    left: 5px;
    height: 3px;
    width: 20px;
    background: #fff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .nav-opener span {
    font-size: 0; }
  .nav-opener:before, .nav-opener:after {
    content: "";
    margin-top: -7px; }
  .nav-opener:after {
    margin-top: 7px; }

@media (min-width: 1200px) {
  .nav-active.sticky #nav .drop {
    padding-top: 40px; } }

.nav-active #nav .drop {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  background: #fff;
  left: 5px;
  margin: 0; }

.nav-active .nav-opener:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.admin-bar #nav .drop {
  top: 116px; }
  @media (min-width: 1024px) {
    .admin-bar #nav .drop {
      top: 139px; } }

#footer {
  background: #fd8041; }
  #footer > * {
    color: rgba(255, 255, 255, 0.7); }

.footer-top {
  padding: 44px 0; }
  @media (min-width: 1024px) {
    .footer-top {
      padding-top: 62px; } }
  .footer-top .row {
    row-gap: 30px; }
    @media (min-width: 1024px) {
      .footer-top .row {
        margin: 0 -16px; } }
  .footer-top .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .footer-top .col {
        padding: 0 16px;
        width: 30%; } }
    @media (min-width: 1200px) {
      .footer-top .col {
        width: 25%; } }
  @media (min-width: 1024px) {
    .footer-top .col-address {
      width: 25%; } }
  @media (min-width: 1024px) {
    .footer-top .col-content {
      width: 45%; } }
  @media (min-width: 1200px) {
    .footer-top .col-content {
      width: 50%; } }
  .footer-top .btn, .footer-top .wp-block-button__link, .footer-top .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button, .tribe-common--breakpoint-medium.tribe-events .footer-top .tribe-common-c-btn.tribe-events-c-search__button,
  .footer-top .tribe-common-c-btn {
    background: #FE8E54;
    border-color: #FE8E54; }
    .footer-top .btn:hover, .footer-top .wp-block-button__link:hover, .footer-top .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover, .tribe-common--breakpoint-medium.tribe-events .footer-top .tribe-common-c-btn.tribe-events-c-search__button:hover,
    .footer-top .tribe-common-c-btn:hover {
      background: #fe6c21;
      border-color: #fe6c21; }
  .footer-top .title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px; }
  .footer-top .links {
    margin: 0 0 30px; }
    .footer-top .links li a {
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.7); }
      .footer-top .links li a:hover {
        color: #fff !important; }
  .footer-top .footer-text a {
    color: #cfe7e2; }
    .footer-top .footer-text a:hover {
      color: #fff; }
  .footer-top .footer-text p {
    color: #cfe7e2;
    margin-bottom: 30px; }
    .footer-top .footer-text p img {
      max-height: 100px;
      width: auto; }
      .footer-top .footer-text p img + img {
        margin-left: 10px; }
    .footer-top .footer-text p:last-child {
      margin-bottom: 0; }
  .footer-top .btn-wrap {
    margin-top: 20px; }
  .footer-top .footer-content a {
    color: rgba(255, 255, 255, 0.7); }
    .footer-top .footer-content a:hover {
      color: #fff !important; }
  .footer-top .footer-content p {
    font-size: 22px;
    color: #cfe7e2;
    margin-bottom: 30px; }
  .footer-top .disclamer-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6); }
    .footer-top .disclamer-text p {
      margin: 0; }
  .footer-top .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 49px; }
    .footer-top .social-networks li a:hover {
      opacity: 0.7; }
  .footer-top .bottom-content {
    margin-top: 40px; }
    .footer-top .bottom-content p:last-child {
      margin-bottom: 0; }

.footer-bottom {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #cfe7e2;
  padding-top: 30px;
  padding-bottom: 40px; }
  .footer-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .footer-bottom-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer-bottom a {
    color: #cfe7e2 !important; }
    .footer-bottom a:hover {
      text-decoration: underline; }

.banner {
  position: relative;
  min-height: 400px;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 1024px) {
    .banner {
      min-height: 650px; } }
  @media (min-width: 1440px) {
    .banner {
      min-height: 800px; } }
  @media (min-width: 1920px) {
    .banner {
      min-height: 860px; } }
  .banner .container {
    position: relative; }
  .banner .banner-text {
    max-width: 509px; }
    @media (min-width: 1200px) {
      .banner .banner-text {
        max-width: 615px; } }
    .banner .banner-text p {
      margin-bottom: 30px; }

.inner-banner {
  position: relative;
  min-height: 320px;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 1200px) {
    .inner-banner {
      min-height: 480px; } }
  @media (min-width: 1920px) {
    .inner-banner {
      min-height: 690px; } }
  .inner-banner .banner-text {
    position: relative;
    z-index: 3; }
    .inner-banner .banner-text h1:only-child {
      margin-bottom: 0; }

.content-block.text-center .content-text {
  margin: 0 auto; }

.content-block.half .content-text {
  max-width: 828px; }

.content-block.two-third .content-text {
  max-width: 1024px; }

.content-block .content-text a:not(.btn):not(.wp-block-button__link):not(
.tribe-common-c-btn) {
  text-decoration: underline; }
  .content-block .content-text a:not(.btn):not(.wp-block-button__link):not(
  .tribe-common-c-btn):hover {
    text-decoration: none; }

.content-block .content-text p:last-child {
  margin-bottom: 0; }

.card-member {
  background: #fff;
  color: #334040; }
  .card-member .img-wrap {
    border: 10px solid #fff; }
    .card-member .img-wrap img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .card-member .text {
    padding: 15px 28px 30px; }
    .card-member .text h3 {
      font-size: 24px;
      min-height: 60px; }
    .card-member .text p:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
  .card-lists-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px; } }

@media (min-width: 1440px) {
  .card-lists-block {
    gap: 40px;
    grid-template-columns: 260px auto; } }

@media (min-width: 1920px) {
  .card-lists-block {
    gap: 80px;
    grid-template-columns: 310px auto; } }

.card-lists-block .card-lists .slick-list,
.card-lists-block .card-lists .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-lists-block .card-lists .slick-list {
  margin: 0 -15px; }

.card-lists-block .card-lists .card-list {
  margin: 0 15px; }

.events-block.event-right .col-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media (min-width: 1440px) {
    .events-block.event-right .col-content .col-wrap {
      margin-left: 0; } }

.events-block .row {
  row-gap: 40px; }
  @media (min-width: 1024px) {
    .events-block .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.events-block .col {
  width: 100%; }
  @media (min-width: 1024px) {
    .events-block .col {
      width: 50%; } }
  .events-block .col .tagline {
    display: block;
    margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .events-block .col .col-wrap {
      max-width: 300px; } }
  .events-block .col .col-wrap p:last-child {
    margin-bottom: 0; }

@media (max-width: 1023px) {
  .events-block .col-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

@media (min-width: 1440px) {
  .events-block .col-content .col-wrap {
    margin-left: 15%; } }

.events-block .col-event .event-wrap {
  background: #9faafd;
  border-radius: 30px;
  padding: 20px; }
  @media (min-width: 1024px) {
    .events-block .col-event .event-wrap {
      padding: 30px; } }
  .events-block .col-event .event-wrap .tribe-events .tribe-events-l-container {
    min-height: 0; }
  .events-block .col-event .event-wrap .tribe-events .tribe-events-l-container,
  .events-block .col-event .event-wrap .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    background: #fff;
    padding: 20px;
    border-radius: 20px; }
  .events-block .col-event .event-wrap .single-tribe_events .tribe-events-c-subscribe-dropdown__container,
  .events-block .col-event .event-wrap .tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none; }
  .events-block .col-event .event-wrap .tribe-events .tribe-events-header__events-bar,
  .events-block .col-event .event-wrap .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
    display: none; }
  .events-block .col-event .event-wrap .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    min-height: 110px; }
  .events-block .col-event .event-wrap .tribe-events .tribe-events-calendar-month__day-cell--selected,
  .events-block .col-event .event-wrap .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
  .events-block .col-event .event-wrap .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background: #fd8041; }

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common-c-btn {
  padding: 9px 20px;
  font-size: 12px; }

.tribe-events-content,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link,
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input,
.tribe-events button.tribe-events-c-top-bar__datepicker-button,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message-list,
.tribe-common .tribe-common-b2 {
  font-family: "Roboto", "Arial", "Helvetica", "sans-serif"; }

.tribe-events-single-event-title,
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
  font-family: "Roboto Slab", "serif"; }

.tribe-events-calendar-latest-past * {
  color: #334040; }

.tribe-events-content a {
  border-bottom-color: #334040; }

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: #fd8041;
  color: #fd8041; }
  .tribe-common .tribe-common-c-btn-border:hover,
  .tribe-common a.tribe-common-c-btn-border:hover {
    background: #fd8041;
    color: #fff;
    border-color: #fd8041; }
    .tribe-common .tribe-common-c-btn-border:hover .tribe-common-c-svgicon,
    .tribe-common a.tribe-common-c-btn-border:hover .tribe-common-c-svgicon {
      color: #fff; }

.tribe-common .tribe-common-c-svgicon {
  color: #fd8041; }

.tribe-events-meta-group a {
  color: #fd8041; }

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  width: 100%; }
  @media (min-width: 1024px) {
    .single-tribe_events .tribe-events-single .tribe-events-event-meta {
      width: 50%; } }

.tribe-events-event-meta dl {
  display: grid;
  grid-template-columns: 60px 1fr;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.tribe-events-event-meta dd, .tribe-events-event-meta dt {
  margin: 0 !important; }
  .tribe-events-event-meta dd abbr[title], .tribe-events-event-meta dt abbr[title] {
    border: none; }

.single-tribe_events .tribe-common-a11y-visual-hide,
.tribe-common .tribe-common-a11y-visual-hide {
  position: static; }

.card-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
  .card-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1; }
  .card-image:hover:before {
    background: #fd8041; }
  .card-image:hover .text:before {
    opacity: 1; }
  .card-image:hover .info {
    visibility: visible;
    opacity: 1; }
  .card-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 /1; }
  .card-image > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0; }
  .card-image .text {
    position: relative;
    z-index: 2;
    height: 100%;
    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;
    padding: 24px; }
    .card-image .text:before {
      content: "";
      position: absolute;
      top: 35px;
      right: 24px;
      background: url("assets/images/icon-arrow.svg") no-repeat;
      width: 30px;
      height: 28px;
      background-size: 100%;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    .card-image .text > * {
      color: #fff; }
    .card-image .text h3 {
      padding-right: 30px; }
      @media (max-width: 1439px) {
        .card-image .text h3 {
          font-size: 30px; } }
    .card-image .text p:last-child {
      margin: 0; }
  .card-image .info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.grid-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px; }
  @media (min-width: 768px) {
    .grid-lists {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .grid-lists {
      grid-template-columns: repeat(3, 1fr); } }
  .grid-lists .grid-list {
    aspect-ratio: 1; }
  @media (min-width: 1200px) {
    .grid-four .grid-lists {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1200px) {
    .grid-five .grid-lists {
      grid-template-columns: repeat(5, 1fr); } }

.project-lists-block .heading {
  margin-bottom: 40px; }
  .project-lists-block .heading h2 {
    margin-bottom: 15px; }

.card-step .card-wrap {
  background: #FE8E54;
  border-radius: 5px;
  padding: 0 19px 40px;
  position: relative;
  height: 100%; }

.card-step .step-count {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #fd8041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -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: -50px; }
  .card-step .step-count .step {
    text-transform: uppercase; }
  .card-step .step-count .count {
    font: 500 36px/1.16667 "Roboto Slab", "serif"; }

.card-step .text {
  padding-top: 100px; }
  @media (min-width: 1024px) {
    .card-step .text {
      max-width: 360px; } }
  .card-step .text p {
    margin-bottom: 15px; }
    .card-step .text p:last-child {
      margin-bottom: 0; }
    .card-step .text p a {
      font-weight: 700; }
  .card-step .text ul {
    margin: 0 0 15px; }
    .card-step .text ul:last-child {
      margin-bottom: 0; }
    .card-step .text ul li {
      margin-bottom: 10px; }
      .card-step .text ul li:last-child {
        margin-bottom: 0; }

.steps-block:not(.box-align-top) .card-step .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.steps-block .img-wrap {
  margin-top: -90px;
  min-height: 280px;
  position: relative;
  z-index: -1; }
  @media (min-width: 1440px) {
    .steps-block .img-wrap {
      margin-top: -150px; } }
  .steps-block .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0; }
    @media (min-width: 1024px) {
      .steps-block .img-wrap img {
        position: static; } }

.steps-block .step-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  row-gap: 80px;
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .steps-block .step-lists {
      gap: 30px;
      row-gap: 0;
      grid-template-columns: repeat(3, 1fr); } }

.two-column-title-content-block .row {
  row-gap: 20px; }

.two-column-title-content-block .col {
  width: 100%; }
  @media (min-width: 1024px) {
    .two-column-title-content-block .col {
      width: 50%; } }
  .two-column-title-content-block .col h2:only-child {
    margin-bottom: 0; }
  .two-column-title-content-block .col p:last-child {
    margin-bottom: 0; }

.cta-block {
  position: relative;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .cta-block.text-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cta-block.text-center .cta-text {
      margin: 0 auto; }
  @media (min-width: 1024px) {
    .cta-block {
      min-height: 480px; } }
  .cta-block .cta-text {
    max-width: 651px; }
    .cta-block .cta-text h2 {
      margin-bottom: 26px; }
      .cta-block .cta-text h2:only-child {
        margin-bottom: 0; }

@media (min-width: 1440px) {
  .title-content-lists-block .container-fluid {
    padding-right: 260px; } }

.title-content-lists-block .row {
  row-gap: 20px; }

.title-content-lists-block .col {
  width: 100%; }
  @media (min-width: 1024px) {
    .title-content-lists-block .col {
      width: 50%; } }
  .title-content-lists-block .col h2:only-child {
    margin-bottom: 0; }
  .title-content-lists-block .col p:last-child {
    margin-bottom: 0; }

.title-content-list + .title-content-list {
  border-top: 1px solid rgba(167, 169, 172, 0.2);
  padding: 40px 0 0;
  margin-top: 52px; }
  @media (min-width: 1024px) {
    .title-content-list + .title-content-list {
      padding: 60px 0 0;
      margin-top: 72px; } }

.title-content-list:last-child {
  padding-bottom: 0; }

.title-content-list .row {
  row-gap: 35px; }

.title-content-list .col {
  width: 100%; }
  .title-content-list .col:only-child {
    width: 100% !important; }
  .title-content-list .col h2:only-child {
    margin-bottom: 0; }
  .title-content-list .col p:last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .title-content-list .col-title {
    width: 40%; } }

.title-content-list .col-title .col-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px; }
  @media (min-width: 1024px) {
    .title-content-list .col-title .col-title-wrap {
      row-gap: 160px; } }
  @media (min-width: 1440px) {
    .title-content-list .col-title .col-title-wrap {
      padding-right: 20%;
      row-gap: 240px; } }
  @media (min-width: 1920px) {
    .title-content-list .col-title .col-title-wrap {
      padding-right: 31%; } }
  .title-content-list .col-title .col-title-wrap .h3 {
    margin-bottom: 0; }

.title-content-list .col-title .img-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px; }

.title-content-list .col-title .caption {
  font-size: 16px;
  color: #a7a9ac; }

@media (min-width: 1024px) {
  .title-content-list .col-content {
    width: 60%; } }

.title-content-list .col-content iframe {
  width: 100%;
  max-width: 100%; }

.title-content-list .col-content h6 {
  font-weight: 400; }
  .title-content-list .col-content h6:only-child, .title-content-list .col-content h6:last-child {
    margin: 0; }

.title-content-list .col-content p:only-child, .title-content-list .col-content p:last-child {
  margin: 0; }

.title-content-list .col-content a:not(.btn):not(.wp-block-button__link):not(
.tribe-common-c-btn) {
  color: #fd8041; }
  .title-content-list .col-content a:not(.btn):not(.wp-block-button__link):not(
  .tribe-common-c-btn):hover {
    color: #3e8173; }

.contact-block .heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px; }
  .contact-block .heading > *:only-child {
    margin-bottom: 0; }
  .contact-block .heading h6 {
    font-weight: 400; }
  .contact-block .heading a:not(.btn):not(.wp-block-button__link):not(
  .tribe-common-c-btn) {
    text-decoration: underline; }
    .contact-block .heading a:not(.btn):not(.wp-block-button__link):not(
    .tribe-common-c-btn):hover {
      text-decoration: none; }

.contact-block .form-wrap {
  max-width: 925px;
  margin: 0 auto; }

.contact-block .follow-us {
  display: grid;
  margin-top: 80px; }
  @media (min-width: 768px) {
    .contact-block .follow-us {
      grid-template-columns: 250px auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .contact-block .follow-us {
      margin-top: 200px;
      grid-template-columns: 300px auto; } }
  @media (min-width: 1440px) {
    .contact-block .follow-us {
      grid-template-columns: 450px auto; } }
  .contact-block .follow-us .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-block .follow-us .social-networks li + li {
      border-left: 1px solid #4fa392;
      padding-left: 30px;
      margin-left: 30px; }
      @media (min-width: 768px) {
        .contact-block .follow-us .social-networks li + li {
          padding-left: 40px;
          margin-left: 40px; } }
      @media (min-width: 1024px) {
        .contact-block .follow-us .social-networks li + li {
          padding-left: 80px;
          margin-left: 80px; } }
      @media (min-width: 1920px) {
        .contact-block .follow-us .social-networks li + li {
          padding-left: 123px;
          margin-left: 123px; } }
    .contact-block .follow-us .social-networks li a {
      text-align: center;
      display: block; }
      .contact-block .follow-us .social-networks li a img {
        max-width: 30px;
        max-height: 30px;
        width: auto; }
        @media (min-width: 1024px) {
          .contact-block .follow-us .social-networks li a img {
            max-width: 61px;
            max-height: 61px; } }
      .contact-block .follow-us .social-networks li a .text {
        font-size: 16px;
        display: block;
        margin-top: 10px; }
        @media (min-width: 768px) {
          .contact-block .follow-us .social-networks li a .text {
            font-size: 24px;
            margin-top: 18px; } }

.gform_wrapper.gform-theme--foundation .gfield + .gfield--input-type-html {
  margin-top: 30px; }

.gform_wrapper.gform-theme--foundation .gfield--input-type-html h3 {
  margin-bottom: 10px; }

.apply-member-block .apply-member-box {
  display: grid;
  padding: 40px 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .apply-member-block .apply-member-box {
      padding: 80px 40px;
      grid-template-columns: 40% 60%; } }
  .apply-member-block .apply-member-box:has(.text-wrap:only-child) {
    grid-template-columns: 100%; }
  @media (min-width: 768px) {
    .apply-member-block .apply-member-box.text-center .text-wrap {
      text-align: center; } }
  .apply-member-block .apply-member-box .img-wrap {
    text-align: center; }
  .apply-member-block .apply-member-box .text-wrap {
    text-align: center; }
    @media (min-width: 768px) {
      .apply-member-block .apply-member-box .text-wrap {
        text-align: left; } }
    .apply-member-block .apply-member-box .text-wrap h2 {
      color: #FE8E54;
      margin-bottom: 15px; }

.newsletter-lists-block .newsletter-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px; }
  .newsletter-lists-block .newsletter-lists .newsletter-list h3, .newsletter-lists-block .newsletter-lists .newsletter-list h4 {
    margin-bottom: 10px; }
  .newsletter-lists-block .newsletter-lists .newsletter-list p {
    margin-bottom: 12px; }

.newsletter-lists-block .file-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px; }
  .newsletter-lists-block .file-lists li a {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    display: block;
    border-radius: 8px;
    padding: 14px 20px 14px 60px;
    position: relative; }
    .newsletter-lists-block .file-lists li a:hover {
      text-decoration: underline;
      background: rgba(0, 0, 0, 0.1);
      color: #000; }
      .newsletter-lists-block .file-lists li a:hover .title {
        color: #000; }
      .newsletter-lists-block .file-lists li a:hover:before {
        background-image: url("assets/images/icon-link-black.svg"); }
    .newsletter-lists-block .file-lists li a.pdf:before {
      top: 17px;
      width: 28px;
      height: 30px;
      background-image: url("assets/images/icon-pdf.svg"); }
    .newsletter-lists-block .file-lists li a.pdf:hover:before {
      background-image: url("assets/images/icon-pdf-black.svg"); }
    .newsletter-lists-block .file-lists li a .title {
      font-weight: 700;
      font-style: italic;
      color: #fd8041; }
    .newsletter-lists-block .file-lists li a:before {
      content: '';
      position: absolute;
      top: 15px;
      left: 20px;
      width: 34px;
      height: 35px;
      background: url("assets/images/icon-link.svg") no-repeat;
      background-size: 100%; }
/*# sourceMappingURL=style.css.map */