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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advisor-contacts-list, #footer .main-block .footer-navigation, .listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget::after, .post-password-form p::after, .search-form::after, .post-navigation .nav-links::after, dl::after, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn,
.gform_wrapper input[type=submit],
.contact-link-item a, .section.comments input[type=submit],
.section.respond input[type=submit], .section.comments a,
.section.respond a {
  transition: all 0.3s ease-in-out;
}

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

.btn,
.gform_wrapper input[type=submit],
.contact-link-item a {
  display: inline-block;
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

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

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

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

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

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

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.5em;
}

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

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

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

ul {
  list-style-type: disc;
}

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

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 15px 24px;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif !important;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #8DC73F;
}
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: #54534A;
}
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: #54534A;
}
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: #54534A;
}
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: #54534A;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #54534A;
}

select {
  -webkit-border-radius: 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif !important;
}

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

@media (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
  }
  #wrapper {
    display: table-cell;
    margin: 0 auto;
  }
  #footer {
    overflow: hidden; /* for FF on Windows 7 */
    display: table-footer-group;
    height: 1%;
  }
}
.widget {
  margin-bottom: 1.5em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form input {
  height: 2em;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 150px;
}
.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #8DC73F;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

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

.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.5em;
}

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

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

.page-numbers,
.title {
  overflow-wrap: break-word;
}

.navigation,
.navigation-comments {
  margin-bottom: 1.5em;
  position: relative;
  vertical-align: middle;
}
.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 0.4em;
  border-radius: 5px;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: #8DC73F;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.post-navigation .nav-links {
  margin-bottom: 1.5em;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  background: #8DC73F;
  color: #fff;
  float: left;
  vertical-align: middle;
  max-width: 48%;
  text-decoration: none;
}
.post-navigation .nav-links .nav-previous.nav-next,
.post-navigation .nav-links .nav-next.nav-next {
  float: right;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  opacity: 0.8;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .post-navigation .nav-links .nav-previous a,
  .post-navigation .nav-links .nav-next a {
    padding: 0.2em;
  }
}

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

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

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

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

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

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

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

iframe {
  max-width: 100%;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}
#wp-calendar tbody td {
  text-align: center;
}

.section.comments,
.section.respond {
  max-width: 730px;
}
.section.comments input[type=text],
.section.comments input[type=email],
.section.comments input[type=url],
.section.comments textarea,
.section.respond input[type=text],
.section.respond input[type=email],
.section.respond input[type=url],
.section.respond textarea {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
}
.section.comments .comment-form textarea,
.section.respond .comment-form textarea {
  max-width: 100%;
}
.section.comments input[type=submit],
.section.respond input[type=submit] {
  padding: 13px 25px;
  display: inline-block;
  height: auto;
}
.section.comments input[type=submit]:hover,
.section.respond input[type=submit]:hover {
  opacity: 0.7;
}
.section.comments a,
.section.respond a {
  text-decoration: none;
}
.section.comments a:hover,
.section.respond a:hover {
  opacity: 0.7;
}
.section.comments .comment-form-cookies-consent,
.section.respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.section.comments .comment-form-cookies-consent input,
.section.respond .comment-form-cookies-consent input {
  margin-right: 10px;
}
.section.comments .comment-form-cookies-consent label,
.section.respond .comment-form-cookies-consent label {
  padding-bottom: 0;
}
.section.comments .comment-reply-title small,
.section.respond .comment-reply-title small {
  margin-left: 5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 42px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 82px;
  }
}

h2,
.h2 {
  font-size: 42px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 82px;
  }
}

h3,
.h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 34px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.16666;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}

h5,
.h5 {
  font-size: 19px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}

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

p {
  margin: 0 0 1em;
}

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

.header {
  background-color: #fff;
  padding: 41px 0;
  position: relative;
}
.header .logo {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .header .logo {
    margin-bottom: 51px;
  }
}
.header {
  /* ===== Burger ===== */
}
.header .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .menu-toggle {
    display: none;
  }
}
.header .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: -7px;
}
.header .menu-toggle-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 4px;
  background: #54534A;
  transition: background 0.3s ease;
}
.header .menu-toggle-icon::before, .header .menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 36px;
  height: 4px;
  background: #54534A;
  transition: transform 0.3s ease, top 0.3s ease;
}
.header .menu-toggle-icon::before {
  top: -12px;
}
.header .menu-toggle-icon::after {
  top: 12px;
}
.header {
  /* ===== Active state ===== */
}
.header .menu-toggle.is-active .menu-toggle-icon {
  background: transparent;
}
.header .menu-toggle.is-active .menu-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.header .menu-toggle.is-active .menu-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
.header {
  /* ===== Navigation wrapper ===== */
}
.header .primary-nav-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #EFE9E5;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 99;
}
@media (min-width: 768px) {
  .header .primary-nav-wrapper {
    position: relative;
    height: auto;
    transform: none;
    background: transparent;
    opacity: 1;
  }
}
.header .primary-nav-wrapper.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header {
  /* ===== Menu list ===== */
}
.header .header-navigation {
  list-style: none;
  margin: 0;
  padding: 31px 20px 2px;
  /* mobile */
  display: flex;
  flex-direction: column;
  font-size: 20px;
  position: relative;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .header .header-navigation {
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
}
.header .header-navigation li {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .header .header-navigation li {
    padding-bottom: 0;
  }
}
.header .header-navigation li:first-child:before, .header .header-navigation li:last-child:before {
  display: none;
}
.header .header-navigation li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #8DC73F;
  display: none;
}
@media (min-width: 768px) {
  .header .header-navigation li:before {
    display: block;
  }
}
.header .header-navigation li.contact-link-item {
  display: none;
}
@media (min-width: 768px) {
  .header .header-navigation li.contact-link-item {
    display: block;
  }
}
.header .header-navigation a {
  display: block;
}
@media (min-width: 768px) {
  .header .header-navigation a {
    padding: 4px 30px;
  }
}
@media (min-width: 1024px) {
  .header .header-navigation a {
    padding: 4px 50px;
  }
}
.header .header-navigation a.contact-link-item {
  padding: 0;
}
.header .menu-item a {
  text-decoration: none;
  color: #54534A;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header .menu-item a:hover {
  color: #8DC73F;
}

#footer {
  background-color: #54534A;
  color: #fff;
  padding: 60px 0 41px;
  display: block !important;
  height: auto;
  width: 100%;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  #footer {
    padding: 83px 0 80px;
  }
}
#footer .container {
  max-width: 1382px;
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #footer .inner {
    flex-direction: row;
  }
}
#footer .main-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #footer .main-block {
    width: 100%;
    margin: 0 -15px 30px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #footer .main-block {
    width: 78%;
    margin: 0 -25px 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  #footer .main-block {
    margin: 0 -40px;
  }
}
#footer .main-block > div {
  padding: 0 25px;
}
@media (min-width: 768px) {
  #footer .main-block > div {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  #footer .main-block > div {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  #footer .main-block > div {
    padding: 0 40px;
  }
}
#footer .main-block .footer-logo {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #footer .main-block .footer-logo {
    margin-bottom: 0;
  }
}
#footer .main-block .footer-logo img {
  width: 250px;
}
@media (min-width: 768px) {
  #footer .main-block .footer-logo img {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  #footer .main-block .footer-logo img {
    width: 362px;
  }
}
#footer .main-block .footer-phone {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  #footer .main-block .footer-phone {
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
  }
}
#footer .main-block .footer-phone a {
  color: #fff;
  text-decoration: none;
}
#footer .main-block .footer-phone a:hover {
  text-decoration: underline;
}
#footer .main-block .footer-phone p {
  margin-bottom: 0;
}
#footer .main-block .footer-phone h3 {
  color: #8DC73F;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 24px;
}
#footer .main-block .footer-navigation {
  font-size: 20px;
  font-weight: 500;
}
#footer .main-block .footer-navigation li {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  #footer .main-block .footer-navigation li {
    padding-bottom: 0;
  }
}
#footer .main-block .footer-navigation a {
  text-decoration: none;
  color: #fff;
}
#footer .main-block .footer-navigation a:hover {
  text-decoration: underline;
}
#footer .footer-nav-wrapper {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  #footer .footer-nav-wrapper {
    margin-bottom: 1px;
  }
}
#footer .copyright {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  #footer .copyright {
    text-align: left;
    width: auto;
  }
}
#footer .copyright br {
  display: none;
}
@media (min-width: 1024px) {
  #footer .copyright br {
    display: block;
  }
}
#footer .copyright p {
  margin-bottom: 0;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.container {
  width: 100%;
  max-width: 1289px;
  padding: 0 20px;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
.container > p.alignfull, .container > h1.alignfull, .container > h2.alignfull, .container > h3.alignfull, .container > h4.alignfull, .container > h5.alignfull, .container > h6.alignfull {
  padding: 0 20px;
}
.container > p.alignwide, .container > h1.alignwide, .container > h2.alignwide, .container > h3.alignwide, .container > h4.alignwide, .container > h5.alignwide, .container > h6.alignwide {
  padding: 0 20px;
  width: calc(120% + 40px);
}

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.arrow-link {
  transition: opacity 0.3s ease;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.arrow-link:hover {
  opacity: 0.8;
}

.gform_fields {
  column-gap: 18px !important;
  row-gap: 20px !important;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}

.gform-theme--foundation .gfield textarea.medium {
  min-block-size: 13rem !important;
}

.ginput_container.ginput_container input,
.ginput_container.ginput_container textarea {
  padding: 15px 24px !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  height: 50px !important;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.ginput_container.ginput_container input::-webkit-input-placeholder,
.ginput_container.ginput_container textarea::-webkit-input-placeholder {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.ginput_container.ginput_container input::-moz-placeholder,
.ginput_container.ginput_container textarea::-moz-placeholder {
  opacity: 1;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.ginput_container.ginput_container input:-moz-placeholder,
.ginput_container.ginput_container textarea:-moz-placeholder {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.ginput_container.ginput_container input:-ms-input-placeholder,
.ginput_container.ginput_container textarea:-ms-input-placeholder {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.ginput_container.ginput_container input.placeholder,
.ginput_container.ginput_container textarea.placeholder {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.ginput_container.ginput_container input:focus,
.ginput_container.ginput_container textarea:focus {
  border-color: #8DC73F !important;
}

select {
  padding: 10px 45px 10px 18px !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  height: 50px !important;
  color: #54534A;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><polyline points='2,4 6,8 10,4' fill='none' stroke='%2354534A' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 22px;
  background-color: #fff;
  border: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.home .page-hero .hero-subtitle {
  font-size: 42px;
}
@media (min-width: 768px) {
  .home .page-hero .hero-subtitle {
    font-size: 82px;
  }
}

ul:not([id]):not([class]),
ul.wp-block-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding-left: 8px;
}
ul:not([id]):not([class]) li,
ul.wp-block-list li {
  padding-left: 13px;
  position: relative;
  padding-bottom: 2px;
}
ul:not([id]):not([class]) li:before,
ul.wp-block-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #54534A;
  border-radius: 50%;
}

.wp-block-list {
  font-size: 18px;
}

ol:not([id]):not([class]) {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 0 8px;
  counter-reset: my-counter;
}
ol:not([id]):not([class]) li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  counter-increment: my-counter;
}
ol:not([id]):not([class]) li::before {
  content: counter(my-counter) ".";
  text-align: right;
  color: #54534A;
  font-size: 1rem;
  margin-right: 6px;
  width: 23px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
}

.page-hero {
  position: relative;
  min-height: 587px;
  padding: 57px 0;
}
@media (min-width: 768px) {
  .page-hero {
    padding: 108px 0;
  }
}
.page-hero .container {
  position: relative;
  z-index: 4;
}
.page-hero .page-hero-text {
  margin-bottom: 52px;
  font-family: "gill-sans-nova", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .page-hero .page-hero-text {
    margin-bottom: 71px;
    padding: 0;
  }
}
.page-hero .hero-title {
  color: #8DC73F;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1463414;
  margin-bottom: 0;
  position: relative;
  padding-right: 22px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
}
.page-hero .hero-title:before {
  content: "";
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  right: 12px;
  width: 3px;
  height: 111%;
  background-color: #fff;
}
@media (min-width: 480px) {
  .page-hero .hero-title:before {
    width: 5px;
    right: -4px;
  }
}
.page-hero .hero-subtitle {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.1463414;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .page-hero .hero-subtitle {
    font-size: 52px;
  }
}
.page-hero .page-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-hero .page-hero-image:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 14, 8, 0.85) -2.73%, rgba(61, 60, 50, 0) 100%);
  z-index: 2;
}
.page-hero .page-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .text-section .wp-block-heading {
  margin-bottom: 0;
}
.home .text-section .wp-block-heading + p {
  margin-bottom: 35px;
}

.text-section {
  max-width: 1289px;
  padding: 88px 20px 38px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.46;
  position: relative;
}
@media (min-width: 768px) {
  .text-section {
    font-size: 24px;
    line-height: 1.4166666;
    padding: 72px 20px 48px;
  }
}
.text-section:before {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 52px;
  height: 3px;
  background-color: #54534A;
}
@media (min-width: 768px) {
  .text-section:before {
    display: none;
  }
}
.text-section .wp-block-list {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-size: 18px;
}
.text-section .wp-block-list li:before {
  top: 12px;
}
.text-section p {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .text-section .wp-block-columns {
    margin-bottom: 27px;
  }
}
.text-section .wp-block-heading {
  width: 100%;
  margin: 0 0 4px;
  max-width: none;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .text-section .wp-block-heading {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 1.11764;
  }
}
.text-section .wp-block-heading:has(+ p) {
  margin-bottom: 34px;
}
.text-section .wp-block-heading + p {
  margin-bottom: 23px;
}

.search .content-section,
.page-error {
  background-color: #EFE9E5;
  padding: 100px 0;
}
.search .content-section .container,
.page-error .container {
  max-width: 989px;
  text-align: center;
}
.search .content-section .search-form,
.page-error .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search .content-section .search-form input[type=search],
.page-error .search-form input[type=search] {
  width: 200px;
}
@media (min-width: 480px) {
  .search .content-section .search-form input[type=search],
  .page-error .search-form input[type=search] {
    width: 250px;
  }
}
.search .content-section .search-form .search-submit,
.page-error .search-form .search-submit {
  border-radius: 5px;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}

.advisor, .type-advisor {
  background-color: rgba(239, 233, 229, 0.5019607843);
}
.advisor h3, .type-advisor h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}
.advisor .advisor-title, .type-advisor .advisor-title {
  font-size: 14px;
  font-weight: 700;
}
.advisor .content, .type-advisor .content {
  padding: 15px 19px 19px;
}
.advisor .image-wrapper, .type-advisor .image-wrapper {
  position: relative;
  padding-top: 63%;
}
.advisor .image-wrapper img, .type-advisor .image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advisor ul:not(.advisor-contacts-list), .type-advisor ul:not(.advisor-contacts-list) {
  margin: 0 0 0 9px !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.advisor-contacts-list {
  font-size: 14px;
  margin-bottom: 20px;
}
.advisor-contacts-list li a {
  text-decoration: none;
}
.advisor-contacts-list li a:hover {
  text-decoration: underline;
}

.search .content-section .container {
  text-align: left;
}

.content-section {
  padding: 50px 0;
}
.content-section article {
  margin-bottom: 30px;
}

.btn,
.gform_wrapper input[type=submit],
.contact-link-item a {
  background: #8DC73F !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 4px 10px !important;
  text-decoration: none !important;
  min-width: 100% !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  min-height: 50px !important;
  text-align: center;
  transition: background 0.3s ease;
  border-color: #8DC73F !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .btn,
  .gform_wrapper input[type=submit],
  .contact-link-item a {
    min-width: 290px !important;
  }
}
.btn:hover, .btn:focus,
.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:focus,
.contact-link-item a:hover,
.contact-link-item a:focus {
  background: rgba(141, 199, 63, 0.8) !important;
}

.contact-link-item a {
  min-width: 180px !important;
  min-height: 38px !important;
}

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible;
  }
  * {
    color: #000 !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}
.resize-active * {
  transition: none !important;
}
/*# sourceMappingURL=style.css.map */