/* ============== FROALA ============== */
.main-content.editable::before,
.main-content.editable .form span.delete-contact-form::before,
.main-content.editable .row span.delete-row::before,
body.fr-view .form span.delete-contact-form::before,
body.fr-view .row span.delete-row::before {
  background: #182045;
  color: white; }

.main-content.editable::after,
.main-content.editable .form::after,
.main-content.editable .row::after,
body.fr-view .form::after,
body.fr-view .row::after {
  border-color: #182045; }

.hero-content.editable::before,
.hero-content.editable .form span.delete-contact-form::before,
.hero-content.editable .row span.delete-row::before {
  background: #ffffff;
  color: black; }

.hero-content.editable::after,
.hero-content.editable .form::after,
.hero-content.editable .row::after {
  border-color: #ffffff; }

.footer-content.editable::before,
.footer-content.editable .form span.delete-contact-form::before,
.footer-content.editable .row span.delete-row::before {
  background: #ffffff;
  color: black; }

.footer-content.editable::after,
.footer-content.editable .form::after,
.footer-content.editable .row::after {
  border-color: #ffffff; }

.editable .posts-list {
  background: #f2f2f2; }

.editable .callout .posts-list {
  background: #00b7a3; }

.fr-dropdown-list li > p,
.fr-dropdown-list li > h1,
.fr-dropdown-list li > h2,
.fr-dropdown-list li > h3,
.fr-dropdown-list li > h4,
.fr-dropdown-list li > pre {
  margin: 0;
  background: #ffffff; }

.fr-dropdown-list li > p,
.fr-dropdown-list li > pre {
  color: #182045; }

.fr-dropdown-list li > p a,
.fr-dropdown-list li > h1 a,
.fr-dropdown-list li > h2 a,
.fr-dropdown-list li > h3 a,
.fr-dropdown-list li > h4 a,
.fr-dropdown-list li > pre a {
  background: none !important; }

.fr-dropdown-list li > p a.fr-active,
.fr-dropdown-list li > h1 a.fr-active,
.fr-dropdown-list li > h2 a.fr-active,
.fr-dropdown-list li > h3 a.fr-active,
.fr-dropdown-list li > h4 a.fr-active,
.fr-dropdown-list li > pre a.fr-active {
  background: #00d0ba !important;
  color: #ffffff !important; }

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  box-shadow: inset 0 0 0 2px #182045; }

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

/* ============== FONTS ============== */
body {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: normal; }

p {
  font-family: "Lora", Helvetica, sans-serif;
  font-weight: normal; }

strong {
  font-weight: 600; }

em,
i {
  font-style: italic; }

h1,
h3 {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500; }

h2,
h4,
span.read-bio {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 600; }

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

.btn {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500; }

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

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

#main-navigation ul li a,
#pull-out-nav ul li a,
#sub-navigation ul li a {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 500; }

#blog-categories {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 600; }

.load-posts,
.prev-page,
.next-page,
.page-count {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 500; }

.form-item label {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500; }

.share-text {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500; }

/* ============== COLORS ============== */
/* ----- Base ----- */
body {
  background: #ffffff;
  color: #182045; }

::selection {
  background: #00d0ba;
  color: #fff; }

/* ----- Typography ----- */
a {
  color: #00d0ba; }
  .overlay a {
    color: #00d0ba; }

h1,
h3 {
  color: #182045; }
  .overlay h1, .overlay
  h3 {
    color: #ffffff; }

h2,
h4 {
  color: #182045; }
  .overlay h2, .overlay
  h4 {
    color: #ffffff; }

blockquote {
  color: #182045; }
  blockquote::before {
    color: rgba(24, 32, 69, 0.4); }
  .overlay blockquote {
    color: #ffffff; }
    .overlay blockquote::before {
      color: rgba(255, 255, 255, 0.4); }

hr {
  border-color: rgba(24, 32, 69, 0.6); }
  .overlay hr {
    border-color: rgba(255, 255, 255, 0.6); }

table th {
  background: #182045;
  color: #fff;
  border-color: #04060c; }

table.uses-accent th {
  background: #00d0ba;
  color: #fff;
  border-color: #009d8c; }

table.uses-accent.is-framed {
  border-color: #00d0ba; }

table td {
  border-color: #d9d9d9; }
  table td.is-highlighted {
    background: rgba(0, 208, 186, 0.3); }

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

table.is-dashed th,
table.is-dashed td {
  border-color: rgba(24, 32, 69, 0.4); }

.btn {
  background: #00d0ba;
  color: #ffffff; }
  .btn:hover {
    background: #182045; }
  .overlay .btn {
    background: #00d0ba;
    color: #fff; }
  .btn.inactive {
    background: #00d0ba;
    color: #ffffff; }
    .overlay .btn.inactive {
      background: #00d0ba;
      color: #ffffff; }
  .btn.primary {
    background: #00d0ba;
    color: #ffffff; }
    .btn.primary:hover {
      background: #182045; }
  .btn.secondary {
    background: none;
    border-color: #00d0ba;
    color: #00d0ba; }
    .overlay .btn.secondary {
      border-color: #00d0ba;
      color: #00d0ba; }
    .btn.secondary.inactive {
      background: none;
      border-color: #00d0ba;
      color: #00d0ba; }
      .overlay .btn.secondary.inactive {
        border-color: #00d0ba;
        color: #00d0ba; }

span.search-term {
  color: #00d0ba; }

.accented {
  color: #00d0ba !important; }

/* ----- Header ----- */
#header {
  background: #ffffff;
  color: #00d0ba; }
  #header a {
    color: #182045; }
    #header a:hover {
      color: #00d0ba; }
    #header a.btn {
      background: #182045;
      color: #ffffff; }
      #header a.btn:hover {
        background: #00d0ba;
        color: #000; }
    .transparent-header #header a {
      color: #fff; }
      .transparent-header #header a:hover {
        color: #00d0ba; }
      .transparent-header #header a.btn {
        background: #fff;
        color: #000; }
        .transparent-header #header a.btn:hover {
          background: #00d0ba;
          color: #000; }
  #header .active a {
    color: #00d0ba; }
    #header .active a::after {
      background: #00d0ba; }

#logo a h1,
#logo a .logo-tagline {
  color: #182045; }
  .transparent-header #logo a h1, .transparent-header
  #logo a .logo-tagline {
    color: #fff; }

#main-navigation {
  background: #ffffff; }
  .transparent-header #main-navigation {
    background: #182045; }

.menu-toggle span {
  background: #182045; }
  .menu-toggle span::before, .menu-toggle span::after {
    background: #182045; }
  .transparent-header .menu-toggle span {
    background: #fff; }
    .transparent-header .menu-toggle span::before, .transparent-header .menu-toggle span::after {
      background: #fff; }

/* ----- Hero Content ----- */
.divider .overlay,
.page-bg .overlay {
  background: rgba(24, 32, 69, 0.25);
  color: #ffffff; }

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

/* ----- Content ----- */
.main-content a::after {
  background: rgba(24, 32, 69, 0.5); }

.main-content a:hover::after {
  background: #00d0ba; }

.sidebar {
  border-color: #00d0ba; }

.callout {
  color: #ffffff; }
  .callout::before {
    background: #00d0ba; }
  .callout h1,
  .callout h3 {
    color: #ffffff; }
  .callout p,
  .callout .post-excerpt {
    color: rgba(255, 255, 255, 0.8); }
  .callout .post-link a:hover h3 {
    color: #ffffff; }
  .callout .btn {
    background: #ffffff;
    color: #00d0ba; }

figure.thumbnail .overlay {
  background: rgba(24, 32, 69, 0.25); }

.member-item.has-thumb .open-overlay .member-header {
  color: #ffffff; }
  .member-item.has-thumb .open-overlay .member-header h3 {
    color: #ffffff; }
  .member-item.has-thumb .open-overlay .member-header .member-title {
    color: #ffffff; }
  .member-item.has-thumb .open-overlay .member-header .read-bio {
    color: #00d0ba; }

.member-title {
  color: #00d0ba; }

#blog-categories li a {
  color: rgba(24, 32, 69, 0.4); }
  #blog-categories li a:hover {
    color: #182045; }

#blog-categories li.active a {
  color: #00d0ba; }

.post-link a:hover h3 {
  color: #00d0ba; }

.post-excerpt {
  color: #182045; }

span.post-categories .category a {
  color: #182045; }
  span.post-categories .category a:hover {
    color: #00d0ba; }

.btn.prev-page,
.btn.next-page {
  background: #182045;
  color: #ffffff; }
  .btn.prev-page:hover,
  .btn.next-page:hover {
    background: #00d0ba; }
  .btn.prev-page.inactive,
  .btn.next-page.inactive {
    background: #182045;
    color: #ffffff; }
    .btn.prev-page.inactive:hover,
    .btn.next-page.inactive:hover {
      background: #182045; }

.btn.load-posts {
  background: #182045;
  color: #ffffff; }
  .btn.load-posts:hover {
    background: #00d0ba; }
  .btn.load-posts.loading::after {
    border-color: rgba(0, 0, 0, 0.15);
    border-top-color: #182045; }

#sub-navigation ul li a,
.tabs-nav ul li a {
  color: #182045; }
  #sub-navigation ul li a::after,
  .tabs-nav ul li a::after {
    background: rgba(24, 32, 69, 0.4); }
  #sub-navigation ul li a:hover,
  .tabs-nav ul li a:hover {
    color: #00d0ba; }
    #sub-navigation ul li a:hover::after,
    .tabs-nav ul li a:hover::after {
      background: #00d0ba; }

#sub-navigation ul li.active a,
.tabs-nav ul li.active a {
  color: #ffffff; }
  #sub-navigation ul li.active a::after,
  .tabs-nav ul li.active a::after {
    background: #00d0ba; }

#sub-navigation ul span.indicator,
.tabs-nav ul span.indicator {
  background: #00d0ba; }

/* ----- Overlays ----- */
.close-overlay::before, .close-overlay::after {
  background: #00d0ba; }

.overlay-content {
  background: #ffffff;
  color: #182045; }

/* ----- Forms ----- */
.form-item.required label::after {
  color: #00d0ba; }

.form-item .select::after {
  border-top-color: #182045; }

.form-item label.radio input {
  border-color: #182045; }
  .form-item label.radio input::after {
    background: #00d0ba; }
  .form-item label.radio input:checked {
    border-color: #00d0ba; }

.form-item label.checkbox input {
  border-color: #182045; }
  .form-item label.checkbox input::after {
    border-color: #00d0ba; }
  .form-item label.checkbox input:checked {
    border-color: #00d0ba; }

.form-control {
  background: rgba(24, 32, 69, 0.1);
  color: #182045; }
  .form-control.placeholder {
    color: rgba(24, 32, 69, 0.8); }
  .form-control:-moz-placeholder {
    color: rgba(24, 32, 69, 0.8); }
  .form-control::-moz-placeholder {
    color: rgba(24, 32, 69, 0.8); }
  .form-control:-ms-input-placeholder {
    color: rgba(24, 32, 69, 0.8); }
  .form-control::-webkit-input-placeholder {
    color: rgba(24, 32, 69, 0.8); }
  .hero-content .form-control {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff; }
  .footer-content .form-control {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff; }
    .footer-content .form-control.placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .footer-content .form-control:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .footer-content .form-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .footer-content .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .footer-content .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .error .form-control {
    border-bottom-color: #00d0ba; }

/* ----- Footer ----- */
.footer {
  background: #182045;
  color: #ffffff; }

.footer h1,
.footer h3 {
  color: #ffffff; }

.footer h2,
.footer h4 {
  color: #ffffff; }

.footer a {
  color: #00d0ba; }

/* ----- BrokerCheck ---- */
.is-branded.brokercheck .brokercheck--logo {
  background-color: #00d0ba;
  color: #ffffff; }

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

.is-branded.brokercheck .brokercheck--content {
  background: #eeeeee;
  color: #182045; }
