﻿:root {
  --accent: #c8a05c; }

/* ============== 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: #5c5c5c;
  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: #5c5c5c;
  /* 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: #5c5c5c;
  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: #dbb385;
    color: #000;
    /* new styles */
    background: #c8a05c;
    color: #000; }

.hero-content.editable::after,
.hero-content.editable .form::after,
.hero-content.editable .row::after,
.hero-content.editable .overlay-content::after {
  border-color: #5c5c5c;
  /* 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: #dbb385;
    /* new styles */
    border-color: #c8a05c; }

.footer-content.editable::before,
.footer-content.editable .form span.delete-contact-form::before,
.footer-content.editable .row span.delete-row::before {
  background: rgba(20, 20, 20, 0.6);
  color: #fff;
  /* new styles */
  background: #ffffff;
  color: #000; }

.footer-content.editable::after,
.footer-content.editable .form::after,
.footer-content.editable .row::after {
  border-color: rgba(20, 20, 20, 0.6);
  /* new styles */
  border-color: #ffffff; }

.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 */
  background: rgba(255, 255, 255, 0.1); }

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

.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: 400px; }

/* ============== STYLES ============== */
/* ----- Base ----- */
body {
  background: #ffffff;
  color: #5c5c5c;
  /* new styles */
  font-family: Open Sans;
  font-weight: 400; }

::selection {
  background: #cda577;
  color: #fff;
  /* new styles */
  background: #c8a05c;
  color: #000; }

/* ----- Typography ----- */
p {
  font-family: Open Sans;
  font-weight: 400; }
  .overlay p {
    font-family: Open Sans;
    font-weight: 400; }
  .footer p {
    font-family: Mulish;
    font-weight: 400; }
  p strong {
    font-weight: 600; }
    .overlay p strong {
      font-weight: 600; }
    .footer p strong {
      font-weight: 600; }

a {
  color: #cda577;
  /* new styles */ }
  .overlay a {
    color: #cda577;
    /* new styles */ }
  .footer a {
    color: #cda577;
    /* new styles */
    color: #c8a05c; }
    .footer a:hover {
      color: #ffffff; }

/* ----- Headlines ----- */
h1,
h3,
.is-h1,
.is-h3 {
  color: #242424;
  font-family: "Prata", 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: rgba(20, 20, 20, 0.6); }

h2,
h4,
.is-h2,
.is-h4 {
  color: #5c5c5c;
  font-family: "Pragati Narrow", Helvetica, sans-serif;
  font-weight: 600; }
  .overlay h2, .overlay
  h4, .overlay
  .is-h2, .overlay
  .is-h4 {
    color: #dbb385; }
  .footer h2, .footer
  h4, .footer
  .is-h2, .footer
  .is-h4 {
    color: rgba(20, 20, 20, 0.6); }

/* new styles */
h1,
.is-h1 {
  font-family: Fahkwang;
  font-weight: 300; }
  .overlay h1, .overlay
  .is-h1 {
    font-family: Fahkwang;
    font-weight: 400; }
  .footer h1, .footer
  .is-h1 {
    color: #ffffff;
    font-family: Prata;
    font-weight: 400; }

h2,
.is-h2,
span.read-bio {
  font-family: Fahkwang;
  font-weight: 400; }
  .overlay h2, .overlay
  .is-h2, .overlay
  span.read-bio {
    font-family: Open Sans;
    font-weight: 700; }
  .footer h2, .footer
  .is-h2, .footer
  span.read-bio {
    color: #ffffff;
    font-family: Pragati Narrow;
    font-weight: 400; }

h3,
.is-h3 {
  font-family: Fahkwang;
  font-weight: 400; }
  .overlay h3, .overlay
  .is-h3 {
    font-family: Open Sans;
    font-weight: 400; }
  .footer h3, .footer
  .is-h3 {
    color: #ffffff;
    font-family: Prata;
    font-weight: 400; }

h4,
.is-h4 {
  font-family: Pragati Narrow;
  font-weight: 400; }
  .overlay h4, .overlay
  .is-h4 {
    color: #c8a05c;
    font-family: Pragati Narrow;
    font-weight: 400; }
  .footer h4, .footer
  .is-h4 {
    color: #ffffff;
    font-family: Pragati Narrow;
    font-weight: 400; }

/* ----- Special ----- */
blockquote {
  color: #242424;
  /* new styles */
  color: #c8a05c; }
  blockquote::before {
    color: rgba(36, 36, 36, 0.4); }
  .overlay blockquote {
    color: #ffffff; }
    .overlay blockquote::before {
      color: rgba(255, 255, 255, 0.4); }
  blockquote::before {
    color: rgba(200, 160, 92, 0.4); }
  .overlay blockquote {
    color: #c8a05c; }
  blockquote p {
    font-family: Fahkwang;
    font-weight: 300; }
    .overlay blockquote p {
      font-family: Fahkwang;
      font-weight: 400; }
    .footer blockquote p {
      font-family: Prata;
      font-weight: 400; }

hr {
  border-color: rgba(92, 92, 92, 0.6);
  /* new styles */ }
  .overlay hr {
    border-color: rgba(219, 179, 133, 0.6);
    /* new styles */
    border-color: rgba(200, 160, 92, 0.25); }
  .footer hr {
    border-color: rgba(20, 20, 20, 0.25);
    /* new styles */
    border-color: rgba(255, 255, 255, 0.25); }
  .editable .modal-overlay hr {
    border-color: rgba(92, 92, 92, 0.25);
    /* new styles */ }

/* ----- Tables ----- */
table th {
  background: #5c5c5c;
  color: #fff;
  border-color: #363636;
  /* new styles */
  color: #fff; }

table.uses-accent th {
  background: #cda577;
  color: #000;
  border-color: #bf8c52;
  /* new styles */
  background: #c8a05c;
  color: #000;
  border-color: #b4883d; }

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

table td {
  border-color: #d9d9d9;
  /* new styles */ }
  table td.is-highlighted {
    background: rgba(205, 165, 119, 0.3);
    /* new styles */
    background: rgba(200, 160, 92, 0.3); }

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

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

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

/* ----- Buttons ----- */
.btn {
  background: #cda577;
  color: #ffffff;
  /* new styles */
  background: #c8a05c;
  color: #ffffff;
  font-family: Open Sans;
  font-weight: 400; }
  .btn:hover {
    background: #242424;
    /* new styles */
    background: #131c21;
    color: #ffffff; }
  .overlay .btn {
    background: #cda577;
    color: #002c6f;
    /* new styles */
    font-family: Mulish;
    font-weight: 400; }
    .overlay .btn:hover {
      /* new styles */ }
  .footer .btn {
    /* new styles */
    font-family: Mulish;
    font-weight: 400; }
    .footer .btn:hover {
      /* new styles */ }
  .btn.primary {
    background: #cda577;
    color: #ffffff;
    /* new styles */
    background: #c8a05c;
    color: #ffffff; }
    .btn.primary:hover {
      background: #242424; }
    .btn.primary:hover {
      /* new styles */
      background: #131c21;
      color: #ffffff; }
    .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: #cda577;
    color: #cda577;
    /* new styles */
    border-color: #c8a05c;
    color: #c8a05c; }
    .overlay .btn.secondary {
      border-color: #cda577;
      color: #cda577; }
    .btn.secondary:hover {
      /* new styles */
      background: none;
      border-color: #131c21;
      color: #131c21; }
    .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: #cda577;
  /* new styles */
  color: #c8a05c; }

/* ----- Header ----- */
#header {
  background: #ffffff;
  color: #242424;
  /* new styles */
  background: #2a363b;
  color: #ffffff; }
  #header a {
    color: #002c6f;
    /* new styles */
    color: #ffffff;
    font-family: Mulish;
    font-weight: 400; }
    #header a:hover {
      color: #cda577;
      /* new styles */
      color: #efd289; }
    #header a.btn {
      background: #002c6f;
      color: #ffffff;
      /* new styles */
      background: #efd289;
      color: #ffffff;
      font-family: Mulish;
      font-weight: 400; }
      #header a.btn:hover {
        background: #cda577;
        color: #000; }
      #header a.btn:hover {
        /* new styles */
        color: #ffffff; }
    .transparent-header #header a {
      color: #fff;
      /* new styles */
      color: #ffffff; }
      .transparent-header #header a:hover {
        color: #cda577;
        /* new styles */
        color: #efd289; }
      .transparent-header #header a.btn {
        background: #fff;
        color: #000;
        /* new styles */
        background: #efd289;
        color: #ffffff; }
        .transparent-header #header a.btn:hover {
          background: #cda577;
          color: #000; }
        .transparent-header #header a.btn:hover {
          /* new styles */
          color: #ffffff; }
  #header .active > a {
    color: #cda577;
    /* new styles */
    color: #c8a05c; }
    #header .active > a::after {
      background: #cda577;
      /* new styles */
      background: #c8a05c; }
  #header li.dropdown ul::before {
    background: #ffffff;
    /* new styles */
    background: #2a363b; }
  .transparent-header #header li.dropdown ul a {
    color: #002c6f;
    /* new styles */
    color: #ffffff; }
    .transparent-header #header li.dropdown ul a:hover {
      color: #cda577; }
    .transparent-header #header li.dropdown ul a:hover {
      /* new styles */
      color: #efd289; }

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

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

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

#pull-out-nav {
  background: #ffffff;
  color: #242424;
  /* new styles */
  background: #2a363b;
  color: #ffffff; }
  #pull-out-nav a {
    color: #002c6f;
    /* new styles */
    color: #ffffff;
    font-family: Mulish;
    font-weight: 400; }
    #pull-out-nav a:hover {
      color: #cda577;
      /* new styles */
      color: #efd289; }
    #pull-out-nav a.btn {
      background: #002c6f;
      color: #ffffff;
      /* new styles */
      background: #efd289;
      color: #ffffff;
      font-family: Mulish;
      font-weight: 400; }
      #pull-out-nav a.btn:hover {
        background: #cda577;
        color: #000; }
      #pull-out-nav a.btn:hover {
        /* new styles */
        color: #ffffff; }
  #pull-out-nav .active a {
    color: #cda577;
    /* new styles */
    color: #c8a05c; }
    #pull-out-nav .active a::after {
      background: #cda577;
      /* new styles */
      background: #c8a05c; }

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

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

#sub-navigation ul li a {
  color: #5c5c5c;
  /* new styles */
  font-family: Mulish;
  font-weight: 400; }
  #sub-navigation ul li a::after {
    background: #cda577;
    /* new styles */ }

#sub-navigation ul li.active a {
  color: #cda577;
  /* new styles */ }

/* ----- Hero Content ----- */
.page-bg .overlay {
  background: rgba(0, 44, 111, 0.465);
  color: #dbb385;
  /* new styles */
  background: rgba(1, 36, 51, 0.78);
  color: #c8a05c; }

.page-bg .scroll-down span {
  border-color: #dbb385;
  /* new styles */
  border-color: #c8a05c; }

.video-bg--control {
  color: #dbb385;
  /* new styles */
  color: #c8a05c; }
  .video-bg--control:focus {
    box-shadow: 0 0 0 2px #cda577;
    /* new styles */
    box-shadow: 0 0 0 2px #c8a05c; }

/* ----- Content ----- */
#page-wrapper {
  background: #ffffff;
  /* new styles */ }

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

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

.sidebar {
  border-color: #cda577;
  /* new styles */
  border-color: #c8a05c; }

.callout {
  color: #ffffff;
  /* new styles */ }
  .callout::before {
    background: #cda577;
    /* new styles */
    background: #c8a05c; }
  .callout h1,
  .callout h2,
  .callout h3,
  .callout h4,
  .callout .is-h1,
  .callout .is-h2,
  .callout .is-h3,
  .callout .is-h4 {
    color: #ffffff;
    /* new styles */ }
  .callout p,
  .callout .post-excerpt {
    color: rgba(255, 255, 255, 0.8);
    /* new styles */ }
  .callout .post-link a:hover h3 {
    color: #ffffff;
    /* new styles */ }
  .callout .btn {
    background: #ffffff;
    color: #cda577;
    /* new styles */
    color: #c8a05c; }

#blog-categories {
  /* new styles */
  font-family: Mulish;
  font-weight: 400; }

.page-count {
  /* new styles */
  font-family: Open Sans;
  font-weight: 400; }

.share-text {
  /* new styles */
  font-family: Open Sans;
  font-weight: 400; }

figure.thumbnail::after {
  background: rgba(0, 44, 111, 0.465);
  /* new styles */
  background: rgba(1, 36, 51, 0.78); }

figure.thumbnail span.read-bio {
  color: #dbb385;
  /* new styles */
  color: #c8a05c; }

.member-title {
  color: #cda577;
  /* new styles */
  color: #c8a05c; }

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

.read-more span::after {
  background: #cda577;
  /* new styles */ }

span.categories-title {
  color: #242424;
  /* new styles */ }

span.post-categories .category a {
  color: #5c5c5c;
  /* new styles */ }
  span.post-categories .category a:hover {
    color: #cda577;
    /* new styles */ }

.post-excerpt {
  color: #5c5c5c;
  /* new styles */ }

.post .post-wrapper {
  background: #ffffff;
  /* new styles */ }

.share-text::before {
  background: rgba(92, 92, 92, 0.6);
  /* new styles */ }

.share-text span {
  background: #ffffff;
  /* new styles */ }

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

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

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

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

.form-item label {
  /* new styles */
  font-family: Open Sans;
  font-weight: 400; }

.form-item .select::after {
  border-top-color: #5c5c5c;
  /* new styles */ }
  .overlay .form-item .select::after {
    /* new styles */
    border-top-color: #c8a05c; }
  .callout .form-item .select::after {
    /* new styles */
    border-top-color: #c8a05c; }
  .footer .form-item .select::after {
    /* new styles */
    border-top-color: #ffffff; }

.form-item label.radio input {
  border-color: #5c5c5c;
  /* new styles */ }
  .overlay .form-item label.radio input {
    /* new styles */
    border-color: #c8a05c; }
  .callout .form-item label.radio input {
    /* new styles */
    border-color: #fff; }
  .footer .form-item label.radio input {
    /* new styles */
    border-color: #ffffff; }
  .form-item label.radio input::after {
    background: #cda577;
    /* new styles */
    background: #c8a05c; }
    .callout .form-item label.radio input::after {
      /* new styles */
      background: #000; }
  .form-item label.radio input:checked {
    border-color: #cda577;
    /* new styles */
    border-color: #c8a05c; }
    .callout .form-item label.radio input:checked {
      /* new styles */
      border-color: #000; }

.form-item label.checkbox input {
  border-color: #5c5c5c;
  /* new styles */ }
  .overlay .form-item label.checkbox input {
    /* new styles */
    border-color: #c8a05c; }
  .callout .form-item label.checkbox input {
    /* new styles */
    border-color: #fff; }
  .footer .form-item label.checkbox input {
    /* new styles */
    border-color: #ffffff; }
  .form-item label.checkbox input::after {
    border-color: #cda577;
    /* new styles */
    border-color: #c8a05c; }
    .callout .form-item label.checkbox input::after {
      /* new styles */
      border-color: #000; }
  .form-item label.checkbox input:checked {
    border-color: #cda577;
    /* new styles */
    border-color: #c8a05c; }
    .callout .form-item label.checkbox input:checked {
      /* new styles */
      border-color: #000; }

.form-control {
  background: rgba(92, 92, 92, 0.1);
  color: #5c5c5c;
  /* new styles */ }
  .hero-content .form-control {
    background: rgba(219, 179, 133, 0.1);
    color: #dbb385;
    /* new styles */
    background: rgba(200, 160, 92, 0.15);
    color: #c8a05c; }
  .callout .form-control {
    background: #000;
    color: #cda577;
    /* new styles */
    background: #000;
    color: #c8a05c; }
  .footer-content .form-control {
    background: rgba(20, 20, 20, 0.1);
    color: rgba(20, 20, 20, 0.6);
    /* new styles */
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff; }
  .form-control.placeholder {
    color: rgba(92, 92, 92, 0.65);
    /* new styles */ }
    .callout .form-control.placeholder {
      color: rgba(205, 165, 119, 0.65);
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .overlay .form-control.placeholder {
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .footer .form-control.placeholder {
      color: rgba(20, 20, 20, 0.65);
      /* new styles */
      color: rgba(255, 255, 255, 0.65); }
  .form-control:-moz-placeholder {
    color: rgba(92, 92, 92, 0.65);
    /* new styles */ }
    .callout .form-control:-moz-placeholder {
      color: rgba(205, 165, 119, 0.65);
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .overlay .form-control:-moz-placeholder {
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .footer .form-control:-moz-placeholder {
      color: rgba(20, 20, 20, 0.65);
      /* new styles */
      color: rgba(255, 255, 255, 0.65); }
  .form-control::-moz-placeholder {
    color: rgba(92, 92, 92, 0.65);
    /* new styles */ }
    .callout .form-control::-moz-placeholder {
      color: rgba(205, 165, 119, 0.65);
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .overlay .form-control::-moz-placeholder {
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .footer .form-control::-moz-placeholder {
      color: rgba(20, 20, 20, 0.65);
      /* new styles */
      color: rgba(255, 255, 255, 0.65); }
  .form-control:-ms-input-placeholder {
    color: rgba(92, 92, 92, 0.65);
    /* new styles */ }
    .callout .form-control:-ms-input-placeholder {
      color: rgba(205, 165, 119, 0.65);
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .overlay .form-control:-ms-input-placeholder {
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .footer .form-control:-ms-input-placeholder {
      color: rgba(20, 20, 20, 0.65);
      /* new styles */
      color: rgba(255, 255, 255, 0.65); }
  .form-control::-webkit-input-placeholder {
    color: rgba(92, 92, 92, 0.65);
    /* new styles */ }
    .callout .form-control::-webkit-input-placeholder {
      color: rgba(205, 165, 119, 0.65);
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .overlay .form-control::-webkit-input-placeholder {
      /* new styles */
      color: rgba(200, 160, 92, 0.65); }
    .footer .form-control::-webkit-input-placeholder {
      color: rgba(20, 20, 20, 0.65);
      /* new styles */
      color: rgba(255, 255, 255, 0.65); }
  .error .form-control {
    border-bottom-color: #cda577;
    /* new styles */
    border-bottom-color: #c8a05c; }

/* ----- Footer ----- */
.footer {
  background: #f9f9f9;
  color: rgba(20, 20, 20, 0.6);
  /* new styles */
  background: #131c21;
  color: #ffffff; }

/* ----- BrokerCheck ---- */
.is-branded.brokercheck .brokercheck--logo {
  background-color: #cda577;
  color: #ffffff;
  /* new styles */
  background-color: #c8a05c;
  color: #000; }

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

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