:root {
  --accent: ; }

/* ============== FROALA ============== */
.main-content.editable::before,
.main-content.editable .form span.delete-contact-form::before,
.main-content.editable .row span.delete-row::before,
.main-content.editable .overlay-content::before,
body.fr-view .form span.delete-contact-form::before,
body.fr-view .row span.delete-row::before {
  background: #000f08;
  color: #fff;
  /* new styles */
  color: #fff; }

.main-content.editable::after,
.main-content.editable .form::after,
.main-content.editable .row::after,
.main-content.editable .overlay-content::after,
body.fr-view .form::after,
body.fr-view .row::after {
  border-color: #000f08;
  /* new styles */ }

.hero-content.editable::before,
.hero-content.editable .form span.delete-contact-form::before,
.hero-content.editable .row span.delete-row::before,
.hero-content.editable .overlay-content::before {
  background: #000f08;
  color: #fff;
  /* new styles */
  color: #fff; }
  .overlay .hero-content.editable::before, .overlay
  .hero-content.editable .form span.delete-contact-form::before, .overlay
  .hero-content.editable .row span.delete-row::before, .overlay
  .hero-content.editable .overlay-content::before {
    background: #ffffff;
    color: #000;
    /* new styles */
    color: #fff; }

.hero-content.editable::after,
.hero-content.editable .form::after,
.hero-content.editable .row::after,
.hero-content.editable .overlay-content::after {
  border-color: #000f08;
  /* new styles */ }
  .overlay .hero-content.editable::after, .overlay
  .hero-content.editable .form::after, .overlay
  .hero-content.editable .row::after, .overlay
  .hero-content.editable .overlay-content::after {
    border-color: #ffffff;
    /* new styles */ }

.footer-content.editable::before,
.footer-content.editable .form span.delete-contact-form::before,
.footer-content.editable .row span.delete-row::before {
  background: #2b7145;
  color: #fff;
  /* new styles */
  color: #fff; }

.footer-content.editable::after,
.footer-content.editable .form::after,
.footer-content.editable .row::after {
  border-color: #2b7145;
  /* new styles */ }

.editable .posts-list {
  background: rgba(0, 0, 0, 0.1);
  /* new styles */ }

.editable .overlay .posts-list {
  background: rgba(0, 0, 0, 0.1);
  /* new styles */ }

.editable .callout .posts-list {
  background: rgba(0, 0, 0, 0.1);
  /* new styles */ }

.fr-dropdown-list li a.is-h1, .fr-dropdown-list li a.is-h2, .fr-dropdown-list li a.is-h3, .fr-dropdown-list li a.is-h4 {
  margin: 0;
  font-size: 1em;
  line-height: 200%; }

/* ============== SIZING ============== */
#logo {
  width: 200px; }

/* ============== STYLES ============== */
/* ----- Base ----- */
body {
  background: #ffffff;
  color: #000f08;
  /* new styles */
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: normal; }

::selection {
  background: #89dea8;
  color: #fff;
  /* new styles */
  color: #fff; }

/* ----- Typography ----- */
p {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: normal; }

a {
  color: #004224;
  /* new styles */ }
  .overlay a {
    color: #89dea8;
    /* new styles */ }
  .footer a {
    color: #00301b;
    /* new styles */ }

/* ----- Headlines ----- */
h1,
h3,
.is-h1,
.is-h3 {
  color: #000f08;
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 500; }
  .overlay h1, .overlay
  h3, .overlay
  .is-h1, .overlay
  .is-h3 {
    color: #ffffff; }
  .footer h1, .footer
  h3, .footer
  .is-h1, .footer
  .is-h3 {
    color: #ffffff; }

h2,
h4,
.is-h2,
.is-h4 {
  color: #000f08;
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 600; }
  .overlay h2, .overlay
  h4, .overlay
  .is-h2, .overlay
  .is-h4 {
    color: #ffffff; }
  .footer h2, .footer
  h4, .footer
  .is-h2, .footer
  .is-h4 {
    color: #2b7145; }

/* new styles */
h1,
.is-h1 {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 500; }

h2,
.is-h2 {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 600; }

h3,
.is-h3 {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 500; }

h4,
.is-h4 {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 600; }

/* ----- Special ----- */
blockquote {
  color: #000f08;
  /* new styles */ }
  blockquote::before {
    color: rgba(0, 15, 8, 0.4); }
  .overlay blockquote {
    color: #ffffff; }
    .overlay blockquote::before {
      color: rgba(255, 255, 255, 0.4); }
  blockquote p {
    font-family: "Lora", Helvetica, sans-serif;
    font-weight: normal; }

hr {
  border-color: rgba(0, 15, 8, 0.6);
  /* new styles */ }
  .overlay hr {
    border-color: rgba(255, 255, 255, 0.6);
    /* new styles */ }
  .footer hr {
    border-color: rgba(43, 113, 69, 0.25);
    /* new styles */ }
  .editable .modal-overlay hr {
    border-color: rgba(0, 15, 8, 0.25);
    /* new styles */ }

/* ----- Tables ----- */
table th {
  background: #000f08;
  color: #fff;
  border-color: black;
  /* new styles */
  color: #fff; }

table.uses-accent th {
  background: #89dea8;
  color: #000;
  border-color: #61d38b;
  /* new styles */
  color: #fff; }

table.uses-accent.is-framed {
  border-color: #89dea8;
  /* new styles */ }

table td {
  border-color: #d9d9d9;
  /* new styles */ }
  table td.is-highlighted {
    background: rgba(137, 222, 168, 0.3);
    /* new styles */ }

table.is-striped tbody tr:nth-child(even) {
  background: #f2f2f2;
  /* new styles */ }

table.is-dashed th,
table.is-dashed td {
  border-color: rgba(0, 15, 8, 0.4);
  /* new styles */ }

.accented,
.is-accent {
  color: #89dea8 !important;
  /* new styles */
  color: !important; }

/* ----- Buttons ----- */
.btn {
  background: #004224;
  color: #ffffff;
  /* new styles */
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 500; }
  .btn:hover {
    background: #000f08;
    /* new styles */ }
  .overlay .btn {
    background: #89dea8;
    color: #000e08;
    /* new styles */ }
    .overlay .btn:hover {
      /* new styles */ }
  .footer .btn {
    /* new styles */ }
    .footer .btn:hover {
      /* new styles */ }
  .btn.primary {
    background: #89dea8;
    color: #ffffff;
    /* new styles */ }
    .btn.primary:hover {
      background: #000f08; }
    .btn.primary:hover {
      /* new styles */ }
    .overlay .btn.primary {
      /* new styles */ }
      .overlay .btn.primary:hover {
        /* new styles */ }
    .footer .btn.primary {
      /* new styles */ }
      .footer .btn.primary:hover {
        /* new styles */ }
  .btn.secondary {
    background: none;
    border-color: #004224;
    color: #004224;
    /* new styles */ }
    .overlay .btn.secondary {
      border-color: #89dea8;
      color: #89dea8; }
    .btn.secondary:hover {
      /* new styles */
      background: none; }
    .overlay .btn.secondary {
      /* new styles */ }
      .overlay .btn.secondary:hover {
        /* new styles */
        background: none; }
    .footer .btn.secondary {
      /* new styles */ }
      .footer .btn.secondary:hover {
        /* new styles */
        background: none; }

span.search-term {
  color: #89dea8;
  /* new styles */ }

/* ----- Header ----- */
#header {
  background: #ffffff;
  color: #89dea8;
  /* new styles */ }
  #header a {
    color: #006738;
    /* new styles */
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 500; }
    #header a:hover {
      color: #89dea8;
      /* new styles */ }
    #header a.btn {
      background: #006738;
      color: #ffffff;
      /* new styles */
      font-family: "Lato", Helvetica, sans-serif;
      font-weight: 500; }
      #header a.btn:hover {
        background: #89dea8;
        color: #000; }
      #header a.btn:hover {
        /* new styles */ }
    .transparent-header #header a {
      color: #fff;
      /* new styles */ }
      .transparent-header #header a:hover {
        color: #89dea8;
        /* new styles */ }
      .transparent-header #header a.btn {
        background: #fff;
        color: #000;
        /* new styles */ }
        .transparent-header #header a.btn:hover {
          background: #89dea8;
          color: #000; }
        .transparent-header #header a.btn:hover {
          /* new styles */ }
  #header .active > a {
    color: #89dea8;
    /* new styles */ }
    #header .active > a::after {
      background: #89dea8;
      /* new styles */ }
  #header li.dropdown ul::before {
    background: #ffffff;
    /* new styles */ }
  .transparent-header #header li.dropdown ul a {
    color: #006738;
    /* new styles */ }
    .transparent-header #header li.dropdown ul a:hover {
      color: #89dea8; }
    .transparent-header #header li.dropdown ul a:hover {
      /* new styles */ }

#logo a h1,
#logo a .logo-tagline {
  color: #006738;
  /* new styles */ }
  .transparent-header #logo a h1, .transparent-header
  #logo a .logo-tagline {
    color: #fff;
    /* new styles */ }

#logo h1 {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: normal; }

#logo .logo-tagline {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 500; }

#main-navigation {
  background: #ffffff; }
  .transparent-header #main-navigation {
    background: #006738;
    /* new styles */ }

.menu-toggle span {
  background: #006738;
  /* new styles */ }
  .menu-toggle span::before, .menu-toggle span::after {
    background: #006738;
    /* new styles */ }
  .transparent-header .menu-toggle span {
    background: #fff;
    /* new styles */ }
    .transparent-header .menu-toggle span::before, .transparent-header .menu-toggle span::after {
      background: #fff;
      /* new styles */ }

.close-menu span::before, .close-menu span::after {
  background: #89dea8;
  /* new styles */ }

/* ----- Hero Content ----- */
.divider .overlay,
.page-bg .overlay {
  background: rgba(0, 14, 8, 0.375);
  color: #ffffff;
  /* new styles */ }

.divider .scroll-down span,
.page-bg .scroll-down span {
  border-color: #ffffff;
  /* new styles */ }

.video-bg--control {
  color: #ffffff;
  /* new styles */ }
  .video-bg--control:focus {
    box-shadow: 0 0 0 2px #89dea8;
    /* new styles */
    box-shadow: 0 0 0 2px; }

/* ----- Content ----- */
.main-content a::after {
  background: rgba(0, 15, 8, 0.5);
  /* new styles */ }

.main-content a:hover::after {
  background: #004224;
  /* new styles */ }

.sidebar {
  border-color: #89dea8;
  /* new styles */ }

.callout {
  color: #000f08;
  /* new styles */ }
  .callout::before {
    background: #89dea8;
    /* new styles */ }
  .callout h1,
  .callout h2,
  .callout h3,
  .callout h4,
  .callout .is-h1,
  .callout .is-h2,
  .callout .is-h3,
  .callout .is-h4 {
    color: #000f08;
    /* new styles */ }
  .callout p,
  .callout .post-excerpt {
    color: rgba(0, 15, 8, 0.8);
    /* new styles */ }
  .callout .post-link a:hover h3 {
    color: #000f08;
    /* new styles */ }
  .callout .btn {
    background: #000f08;
    color: #89dea8;
    /* new styles */ }

figure.thumbnail .overlay {
  background: rgba(0, 14, 8, 0.375);
  /* new styles */ }

.member-item.has-thumb .open-overlay .member-header {
  color: #ffffff; }
  .member-item.has-thumb .open-overlay .member-header h3 {
    color: #ffffff;
    /* new styles */ }
  .member-item.has-thumb .open-overlay .member-header .member-title {
    color: #ffffff;
    /* new styles */ }
  .member-item.has-thumb .open-overlay .member-header .read-bio {
    color: #89dea8;
    /* new styles */ }

.member-title {
  color: #89dea8;
  /* new styles */ }

#blog-categories {
  /* new styles */
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 600; }
  #blog-categories li a {
    color: rgba(0, 15, 8, 0.4);
    /* new styles */ }
    #blog-categories li a:hover {
      color: #000f08;
      /* new styles */ }
  #blog-categories li.active a {
    color: #89dea8;
    /* new styles */ }

.post-link a:hover h3 {
  color: #004224;
  /* new styles */ }

.post-excerpt {
  color: #000f08;
  /* new styles */ }

span.post-categories .category a {
  color: #000f08;
  /* new styles */ }
  span.post-categories .category a:hover {
    color: #004224;
    /* new styles */ }

.btn.prev-page,
.btn.next-page {
  background: #000f08;
  color: #ffffff;
  /* new styles */ }
  .btn.prev-page:hover,
  .btn.next-page:hover {
    background: #89dea8;
    /* new styles */ }
  .btn.prev-page.inactive,
  .btn.next-page.inactive {
    background: #000f08;
    color: #ffffff;
    /* new styles */ }
    .btn.prev-page.inactive:hover,
    .btn.next-page.inactive:hover {
      background: #000f08;
      /* new styles */ }

.btn.load-posts.loading::after {
  border-color: rgba(0, 0, 0, 0.15);
  border-top-color: #000f08;
  /* new styles */ }

#sub-navigation ul li a,
.tabs-nav ul li a {
  color: #000f08;
  /* new styles */ }
  #sub-navigation ul li a::after,
  .tabs-nav ul li a::after {
    background: rgba(0, 15, 8, 0.4);
    /* new styles */ }
  #sub-navigation ul li a:hover,
  .tabs-nav ul li a:hover {
    color: #004224;
    /* new styles */ }
    #sub-navigation ul li a:hover::after,
    .tabs-nav ul li a:hover::after {
      background: #004224;
      /* new styles */ }

#sub-navigation ul li.active a,
.tabs-nav ul li.active a {
  color: #ffffff;
  /* new styles */ }
  #sub-navigation ul li.active a::after,
  .tabs-nav ul li.active a::after {
    background: #004224;
    /* new styles */ }

#sub-navigation ul span.indicator,
.tabs-nav ul span.indicator {
  background: #004224;
  /* new styles */ }

/* ----- Overlays ----- */
.close-overlay::before, .close-overlay::after {
  background: #89dea8;
  /* new styles */ }

.overlay-content {
  background: #ffffff;
  color: #000f08;
  /* new styles */ }

/* ----- Forms ----- */
.form-item.required label::after {
  color: #89dea8;
  /* new styles */ }

.form-item label {
  /* new styles */
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: 500; }

.form-item .select::after {
  border-top-color: #000f08;
  /* new styles */ }
  .overlay .form-item .select::after {
    /* new styles */ }
  .callout .form-item .select::after {
    /* new styles */ }
  .footer .form-item .select::after {
    /* new styles */ }

.form-item label.radio input {
  border-color: #000f08;
  /* new styles */ }
  .overlay .form-item label.radio input {
    /* new styles */ }
  .callout .form-item label.radio input {
    /* new styles */
    border-color: #fff; }
  .footer .form-item label.radio input {
    /* new styles */ }
  .form-item label.radio input::after {
    background: #89dea8;
    /* new styles */ }
    .callout .form-item label.radio input::after {
      /* new styles */
      background: #fff; }
  .form-item label.radio input:checked {
    border-color: #89dea8;
    /* new styles */ }
    .callout .form-item label.radio input:checked {
      /* new styles */
      border-color: #fff; }

.form-item label.checkbox input {
  border-color: #000f08;
  /* new styles */ }
  .overlay .form-item label.checkbox input {
    /* new styles */ }
  .callout .form-item label.checkbox input {
    /* new styles */
    border-color: #fff; }
  .footer .form-item label.checkbox input {
    /* new styles */ }
  .form-item label.checkbox input::after {
    border-color: #89dea8;
    /* new styles */ }
    .callout .form-item label.checkbox input::after {
      /* new styles */
      border-color: #fff; }
  .form-item label.checkbox input:checked {
    border-color: #89dea8;
    /* new styles */ }
    .callout .form-item label.checkbox input:checked {
      /* new styles */
      border-color: #fff; }

.form-control {
  background: rgba(0, 15, 8, 0.1);
  color: #000f08;
  /* new styles */ }
  .hero-content .form-control {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    /* new styles */ }
  .callout .form-control {
    background: #000;
    color: #89dea8;
    /* new styles */
    background: #fff; }
  .footer-content .form-control {
    background: rgba(43, 113, 69, 0.1);
    color: #2b7145;
    /* new styles */ }
  .form-control.placeholder {
    color: rgba(0, 15, 8, 0.65);
    /* new styles */ }
    .callout .form-control.placeholder {
      color: rgba(137, 222, 168, 0.65);
      /* new styles */ }
    .overlay .form-control.placeholder {
      /* new styles */ }
    .footer .form-control.placeholder {
      color: rgba(43, 113, 69, 0.65);
      /* new styles */ }
  .form-control:-moz-placeholder {
    color: rgba(0, 15, 8, 0.65);
    /* new styles */ }
    .callout .form-control:-moz-placeholder {
      color: rgba(137, 222, 168, 0.65);
      /* new styles */ }
    .overlay .form-control:-moz-placeholder {
      /* new styles */ }
    .footer .form-control:-moz-placeholder {
      color: rgba(43, 113, 69, 0.65);
      /* new styles */ }
  .form-control::-moz-placeholder {
    color: rgba(0, 15, 8, 0.65);
    /* new styles */ }
    .callout .form-control::-moz-placeholder {
      color: rgba(137, 222, 168, 0.65);
      /* new styles */ }
    .overlay .form-control::-moz-placeholder {
      /* new styles */ }
    .footer .form-control::-moz-placeholder {
      color: rgba(43, 113, 69, 0.65);
      /* new styles */ }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 15, 8, 0.65);
    /* new styles */ }
    .callout .form-control:-ms-input-placeholder {
      color: rgba(137, 222, 168, 0.65);
      /* new styles */ }
    .overlay .form-control:-ms-input-placeholder {
      /* new styles */ }
    .footer .form-control:-ms-input-placeholder {
      color: rgba(43, 113, 69, 0.65);
      /* new styles */ }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 15, 8, 0.65);
    /* new styles */ }
    .callout .form-control::-webkit-input-placeholder {
      color: rgba(137, 222, 168, 0.65);
      /* new styles */ }
    .overlay .form-control::-webkit-input-placeholder {
      /* new styles */ }
    .footer .form-control::-webkit-input-placeholder {
      color: rgba(43, 113, 69, 0.65);
      /* new styles */ }
  .error .form-control {
    border-bottom-color: #89dea8;
    /* new styles */ }

/* ----- Footer ----- */
.footer {
  background: #e8eded;
  color: #2b7145;
  /* new styles */ }

/* ----- BrokerCheck ---- */
.is-branded.brokercheck .brokercheck--logo {
  background-color: #89dea8;
  color: #ffffff;
  /* new styles */
  color: #fff; }

.is-branded.brokercheck .brokercheck--icon {
  stroke: currentColor;
  fill: currentColor; }

.is-branded.brokercheck .brokercheck--content {
  background: #eeeeee;
  color: #000f08;
  /* new styles */ }
