/*!
Theme Name: BrokerageBuilder
Theme URI: http://underscores.me/
Author: Profit Plan, Inc.
Author URI: https://profitplan.org
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: brokeragebuilder
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BrokerageBuilder is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%; }

/* 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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Lexend Deca", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h3 {
  margin-top: 0; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #F1F7ED; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #354f52; }
  a:visited {
    color: #354f52; }
  a:hover, a:focus, a:active {
    color: #52796f; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 6px;
  background: #E2EADC;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.save-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #84a98c;
  cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html {
  margin: 0 !important; }

#wpadminbar {
  display: none; }

.site-main {
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
  position: relative;
  padding: 30px 15px;
  display: flex !important;
  gap: 15px; }
  @media screen and (min-width: 400px) {
    .site-main {
      padding: 15px 15px; } }

#main-content {
  flex: 1 1 70%; }
  #main-content #cta-header {
    text-align: center; }
    #main-content #cta-header .cta {
      font-size: 36px;
      font-weight: bold;
      line-height: 36px; }
    #main-content #cta-header .blurb {
      font-size: 12px;
      margin-top: 20px; }

#user-filter {
  display: none;
  gap: 5px;
  margin-bottom: 5px; }
  #user-filter .user {
    border-radius: 8px;
    border: 1px solid #cad2c5;
    background: #E2EADC;
    box-shadow: 0 3px 10px #cad2c5;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer; }
  #user-filter .user.active {
    background-color: #F6FCF2;
    transition: all 1s; }

#sidebar {
  flex: 1 1 30%;
  border: 1px solid #cad2c5;
  border-radius: 10px;
  min-height: 700px;
  box-shadow: 0 3px 6px #cad2c5;
  background-color: #F6FCF2; }
  #sidebar #sidebar-header {
    width: 100%;
    background-color: #E2EADC;
    display: flex;
    box-shadow: 0 3px 10px #cad2c5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    #sidebar #sidebar-header .tab {
      width: 100%;
      padding: 10px;
      cursor: pointer;
      font-size: 16px;
      flex: 0 0 70px;
      transition: background-color 0.25s;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom: 1px solid #cad2c5; }
    #sidebar #sidebar-header .tab.active {
      box-shadow: 0px 6px 4px #F4FAF0;
      width: unset;
      border-bottom: unset;
      background-color: #F6FCF2;
      padding: 10px;
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #cad2c5; }
    #sidebar #sidebar-header .tab.placeholder {
      flex: unset;
      cursor: unset; }
  #sidebar #sidebar-content {
    font-size: 14px; }
    #sidebar #sidebar-content .sidebar-content {
      padding: 10px; }
    #sidebar #sidebar-content #sidebar-task-content {
      display: block; }
    #sidebar #sidebar-content .base-flex-container, #sidebar #sidebar-content #sidebar-task-content .flex-container, #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups, #sidebar #sidebar-content #sidebar-activity-content .flex-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px; }
    #sidebar #sidebar-content .base-sidebar-content-container, #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container, #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container {
      border-radius: 8px;
      border: 1px solid #cad2c5;
      background: #F6FCF2;
      box-shadow: 0 3px 10px #cad2c5;
      padding: 5px;
      flex: 1 1 250px;
      max-width: 100%;
      min-width: 225px; }
    #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container {
      position: relative; }
      #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .header {
        position: relative;
        cursor: pointer; }
        #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .header .task-count {
          width: 22px;
          height: 22px;
          border: 1px solid #CAD2C4;
          position: absolute;
          top: -11px;
          right: -11px;
          border-radius: 50%;
          background: #fff;
          text-align: center;
          border-color: #84a98c;
          box-shadow: 1px 1px 8px #84a98c;
          font-size: 13px;
          line-height: 20px; }
        #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .header .save-deal-tasks {
          display: none; }
      #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content {
        padding-top: 10px;
        display: none; }
        #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups .action-group {
          border-radius: 8px;
          border: 1px solid #cad2c5;
          background: #E2EADC;
          box-shadow: 0 3px 10px #cad2c5;
          cursor: pointer;
          padding: 0 7px;
          background-color: unset;
          cursor: pointer;
          flex: 1 1 auto;
          text-align: center;
          max-width: 50%; }
          #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups .action-group .group-name {
            display: unset; }
        #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups .action-group.complete {
          background-color: rgba(129, 255, 129, 0.2); }
        #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups .action-group.active {
          border-color: #84a98c;
          box-shadow: 0 3px 10px #84a98c; }
          #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups .action-group.active .group-name {
            font-weight: bold; }
        #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups-tasks {
          margin: 10px 0 0 0; }
          #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups-tasks .action-group-tasks {
            display: none; }
            #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups-tasks .action-group-tasks ul {
              list-style-type: none;
              margin: 0;
              padding: 0 0 0 10px; }
              #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups-tasks .action-group-tasks ul li {
                margin-top: 5px; }
                #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups-tasks .action-group-tasks ul li input {
                  margin: 0 5px 0 0; }
      #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .loading {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #68998B;
        opacity: .5;
        border-radius: 7px; }
    #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container.active .header .task-count {
      display: none; }
    #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container.active .header .save-deal-tasks {
      display: block; }
    #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container .header {
      position: relative;
      cursor: pointer;
      font-size: 14px; }
      #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container .header .activity-count {
        width: 22px;
        height: 22px;
        border: 1px solid #CAD2C4;
        position: absolute;
        top: -11px;
        right: -11px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        border-color: #84a98c;
        box-shadow: 1px 1px 8px #84a98c;
        font-size: 13px;
        line-height: 20px; }
    #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container .content {
      font-size: 12px;
      display: none; }
      #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container .content ul {
        margin: 0;
        padding-left: 12px; }
        #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container .content ul li {
          margin-top: 7px; }
    #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container.active .header .activity-count {
      display: none; }

@media (max-width: 1033px) {
  .site-main {
    flex-direction: column; }
  #main-content {
    flex: 1 1 100%;
    padding: 0; }
  #sidebar {
    flex: 1 1 100%;
    margin: 20px 0 0 0; }
    #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container {
      max-width: 50%; } }

@media (max-width: 400px) {
  .site-main {
    padding: 15px 10px; }
    .site-main #main-content {
      flex: 1 1 100%;
      padding: 0; }
      .site-main #main-content #cta-header .cta {
        font-size: 23px;
        line-height: 23px; }
      .site-main #main-content #cta-header .blurb {
        font-size: 7px; }
      .site-main #main-content h3 {
        margin: 0 0 0 30px; }
    .site-main #sidebar {
      flex: 1 1 100%;
      margin: 20px 0 0 0; }
      .site-main #sidebar #sidebar-content #sidebar-activity-content .flex-container .day-container {
        max-width: 100%; }
      .site-main #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .header {
        font-size: 15px; }
      .site-main #sidebar #sidebar-content #sidebar-task-content .flex-container .deal-container .content .action-groups .action-group .group-name {
        font-size: 15px; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#site-navigation {
  position: relative; }
  #site-navigation #btn-show-main-nav, #site-navigation #btn-hide-main-nav {
    display: none; }
  #site-navigation #btn-hide-main-nav, #site-navigation .main-navigation {
    transition: 150ms ease-in 0s; }
  #site-navigation .main-navigation {
    position: absolute;
    background-color: #354f52;
    width: 55px;
    height: calc(100vh - 35px);
    left: 0;
    z-index: 2;
    padding: 35px 0 0 0;
    box-shadow: #cad2c5 8px 0 4px -4px; }
    #site-navigation .main-navigation > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-navigation .main-navigation > ul > li {
        margin: 0px 12px; }
        #site-navigation .main-navigation > ul > li button {
          background-color: #354f52;
          color: #DFE3EB;
          padding: 12px 12px 12px 0px;
          border: 0px;
          border-radius: 6px;
          min-height: 50px;
          width: 100%; }
          #site-navigation .main-navigation > ul > li button .primary-menu-item {
            display: flex;
            flex-direction: row; }
            #site-navigation .main-navigation > ul > li button .primary-menu-item div {
              font-size: 20px; }
            #site-navigation .main-navigation > ul > li button .primary-menu-item > .icon {
              margin-right: 3px; }
            #site-navigation .main-navigation > ul > li button .primary-menu-item .primary-menu-item-description {
              display: none;
              padding: 0 0 0 5px;
              width: 100%;
              text-align: left;
              cursor: pointer; }
              #site-navigation .main-navigation > ul > li button .primary-menu-item .primary-menu-item-description a {
                color: #DFE3EB;
                text-decoration: none; }
            #site-navigation .main-navigation > ul > li button .primary-menu-item .icon-angle-right, #site-navigation .main-navigation > ul > li button .primary-menu-item .icon-angle-down {
              float: right;
              width: 5px;
              margin: 0 5px 0 0; }
            #site-navigation .main-navigation > ul > li button .primary-menu-item .icon-angle-down {
              display: none; }
          #site-navigation .main-navigation > ul > li button .secondary-menu-items {
            font-size: 12px;
            list-style: none;
            margin: 0;
            padding: 8px 0 0 35px;
            width: 100%;
            float: left;
            text-align: left;
            display: none; }
            #site-navigation .main-navigation > ul > li button .secondary-menu-items li {
              padding: 8px 0; }
              #site-navigation .main-navigation > ul > li button .secondary-menu-items li a {
                text-decoration: none;
                color: #DFE3EB; }
        #site-navigation .main-navigation > ul > li button:hover {
          background-color: #52796f; }
  #site-navigation .main-navigation::after {
    box-shadow: #354f52 -5px -6px 0px 0px;
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 25px;
    content: "";
    border-top-left-radius: 50%;
    pointer-events: none; }

@media screen and (max-width: 400px) {
  #site-navigation #btn-show-main-nav {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #000;
    z-index: 3;
    font-size: 16px;
    display: block; }
  #site-navigation #btn-hide-main-nav {
    position: absolute;
    top: 15px;
    left: calc(55px - 13px);
    color: #fff;
    background-color: #52796f;
    border-radius: 50%;
    font-size: 16px;
    width: 24px;
    height: 24px;
    z-index: 3; }
  #site-navigation .main-navigation {
    left: -55px; }
  #site-navigation.nav-show #btn-show-main-nav {
    display: none; }
  #site-navigation.nav-show #btn-hide-main-nav {
    display: block; }
  #site-navigation.nav-show .main-navigation {
    left: 0; }
  #site-navigation.nav-show-extended #btn-hide-main-nav {
    left: calc(160px - 13px); }
  #site-navigation.nav-show-extended .main-navigation {
    width: 160px; }
    #site-navigation.nav-show-extended .main-navigation > ul > li button .primary-menu-item-description {
      display: block; }
    #site-navigation.nav-show-extended .main-navigation > ul > li button.active-menu-item .icon-angle-right, #site-navigation.nav-show-extended .main-navigation > ul > li button.active-menu-item .primary-menu-item .icon-angle-down {
      display: none; }
    #site-navigation.nav-show-extended .main-navigation > ul > li button.active-menu-item .icon-angle-down {
      display: block !important; }
    #site-navigation.nav-show-extended .main-navigation > ul > li button.active-menu-item .secondary-menu-items {
      display: block; } }

@media screen and (min-width: 400px) {
  #site-navigation:hover .main-navigation {
    width: 160px; }
    #site-navigation:hover .main-navigation > ul > li button .primary-menu-item-description {
      display: inline-block; }
    #site-navigation:hover .main-navigation > ul > li button.active-menu-item .icon-angle-right, #site-navigation:hover .main-navigation > ul > li button.active-menu-item .primary-menu-item .icon-angle-down {
      display: none; }
    #site-navigation:hover .main-navigation > ul > li button.active-menu-item .icon-angle-down {
      display: block !important; }
    #site-navigation:hover .main-navigation > ul > li button.active-menu-item .secondary-menu-items {
      display: block; } }

#site-toolbar {
  position: relative;
  width: 100%;
  background-color: #354f52;
  color: #DFE3EB;
  padding: 0 12px;
  display: flex; }

/* Pages
--------------------------------------------- */
/* Page Elements
--------------------------------------------- */
.deal-cards {
  display: flex;
  gap: 10px;
  flex-flow: wrap; }
  .deal-cards .deal-card {
    flex: 1 1 250px;
    border-radius: 15px;
    background-color: #F6FCF2;
    box-shadow: 0 3px 20px #cad2c5;
    padding: 12px;
    position: relative;
    min-width: 343px;
    max-width: 50%;
    transition: all 1s;
    cursor: pointer; }
    .deal-cards .deal-card .name {
      float: left;
      font-size: 28px;
      line-height: 24px; }
      .deal-cards .deal-card .name a {
        text-decoration: none; }
    .deal-cards .deal-card .value {
      float: right;
      font-size: 16px;
      line-height: 24px; }
    .deal-cards .deal-card .deal-name {
      float: left;
      font-size: 20px;
      line-height: 24px; }
    .deal-cards .deal-card .spacer {
      clear: both;
      padding: 10px 0; }
    .deal-cards .deal-card .pipeline {
      float: left;
      height: 26px; }
    .deal-cards .deal-card .commission {
      float: right;
      height: 26px;
      line-height: 35px;
      font-weight: bold;
      font-size: 12px; }
    .deal-cards .deal-card .stages {
      display: flex;
      gap: 5px; }
      .deal-cards .deal-card .stages .stage {
        height: 13px;
        border-radius: 6px;
        border: 1px solid #84a98c;
        flex: 1 1 auto;
        text-align: center;
        line-height: 10px;
        font-size: 10px;
        font-weight: bold; }
        .deal-cards .deal-card .stages .stage .stage-name {
          display: none; }
      .deal-cards .deal-card .stages .stage.completed {
        background-color: #84a98c; }
      .deal-cards .deal-card .stages .stage.active {
        background-color: #cad2c5; }
        .deal-cards .deal-card .stages .stage.active .stage-name {
          display: inline; }
    .deal-cards .deal-card .deal-card-footer {
      padding: 10px 0 0 0;
      text-align: center;
      line-height: 21px; }
      .deal-cards .deal-card .deal-card-footer .button {
        color: #fff;
        cursor: pointer;
        border-radius: 10px;
        text-align: center;
        height: 20px;
        line-height: 20px;
        background-color: #68998B;
        font-size: 10px;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        padding: 0 8px; }
      .deal-cards .deal-card .deal-card-footer .icon {
        border-radius: 50%;
        width: 21px;
        height: 21px;
        padding: 0; }
      .deal-cards .deal-card .deal-card-footer .icon-angle-right, .deal-cards .deal-card .deal-card-footer #site-navigation .main-navigation > ul > li button .primary-menu-item .icon-angle-down, #site-navigation .main-navigation > ul > li button .primary-menu-item .deal-cards .deal-card .deal-card-footer .icon-angle-down {
        float: right; }
      .deal-cards .deal-card .deal-card-footer .icon-angle-left {
        float: left; }
      .deal-cards .deal-card .deal-card-footer .update-rep {
        margin: 0 10px; }
  .deal-cards .deal-card.active {
    box-shadow: 0 3px 10px #333; }
  .deal-cards .deal-card.add-deal {
    text-align: center; }
    .deal-cards .deal-card.add-deal .add-deal-btn {
      cursor: pointer; }
    .deal-cards .deal-card.add-deal .divider {
      background-color: #eee;
      width: 100%;
      height: 2px;
      margin: 20px 0;
      position: relative; }
      .deal-cards .deal-card.add-deal .divider .icon {
        position: absolute;
        top: -11px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #eee;
        width: 25px;
        height: 25px;
        border-radius: 50%; }

#pipeline-deals .loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  display: none;
  background-color: #eee;
  opacity: .8;
  z-index: 1;
  position: absolute; }

#pipeline-deals .deal-card {
  display: none; }

@media (max-width: 1033px) {
  .deal-cards .deal-card {
    min-width: 343px; } }

@media (max-width: 835px) {
  .deal-cards .deal-card {
    min-width: unset; }
    .deal-cards .deal-card .name {
      font-size: 22px; }
    .deal-cards .deal-card .value {
      font-size: 12px;
      line-height: 10px; }
    .deal-cards .deal-card .deal-name {
      font-size: 16px;
      line-height: 10px; }
    .deal-cards .deal-card .pipeline {
      height: 24px;
      font-size: 18px; }
    .deal-cards .deal-card .commission {
      height: 24px;
      font-size: 11px;
      line-height: 31px; } }

@media (max-width: 400px) {
  .deal-cards .deal-card {
    min-width: unset;
    max-width: unset; }
    .deal-cards .deal-card .name {
      font-size: 20px; }
    .deal-cards .deal-card .value {
      font-size: 18px; }
    .deal-cards .deal-card .deal-name {
      font-size: 16px;
      line-height: 10px; }
    .deal-cards .deal-card .pipeline {
      height: 24px;
      font-size: 18px; }
    .deal-cards .deal-card .commission {
      height: 24px;
      font-size: 11px;
      line-height: 31px; } }

.pipelines.rep .pipeline .stages .stage {
  display: flex;
  justify-content: center;
  align-items: center; }

.pipelines.rep .pipeline .stages .stage.current-stage .active-stage {
  display: block; }

.pipelines.rep .pipeline .stages .stage .title {
  height: revert !important;
  padding: 20px 0; }

.pipelines.rep .value-total, .pipelines.rep .commission-total {
  display: none; }

.pipelines {
  margin: 10px 0; }
  .pipelines .pipeline {
    display: none; }
    .pipelines .pipeline .stages {
      display: flex;
      gap: 5px; }
      .pipelines .pipeline .stages .stage {
        border-radius: 8px;
        border: 1px solid #cad2c5;
        background: #E2EADC;
        box-shadow: 0 3px 10px #cad2c5;
        cursor: pointer;
        flex: 1 1 100%;
        padding: 5px;
        font-size: 14px;
        text-align: center;
        line-height: 12px;
        cursor: pointer;
        transition: all 1s;
        position: relative; }
        .pipelines .pipeline .stages .stage .title {
          height: 20px; }
        .pipelines .pipeline .stages .stage .value-total {
          font-size: 14px; }
        .pipelines .pipeline .stages .stage .commission-total {
          font-size: 12px;
          padding-top: 6px; }
        .pipelines .pipeline .stages .stage .active-stage {
          display: none;
          position: absolute;
          top: -15px;
          right: 0;
          font-size: 10px;
          width: 100%; }
      .pipelines .pipeline .stages .stage.active {
        background-color: #F6FCF2;
        flex: 1 .9 100%;
        transition: all 1s; }
  .pipelines .pipeline.active {
    display: block; }

@media (max-width: 810px) {
  .pipeline .stages {
    gap: 3px; }
  .pipeline .stages .stage {
    height: 86px;
    flex: 1 1 auto;
    font-size: 9px; }
  .pipeline .stages .stage .title {
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    height: unset;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    white-space: nowrap; }
  .pipeline .stages .stage .value-total {
    display: none; }
  .pipeline .stages .stage .commission-total {
    display: none; }
  .pipeline .stages .stage.active {
    flex: 1 1 auto; }
  .pipeline .stages .stage.active .title {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    position: unset;
    height: 20px;
    padding: 5px 0 0 0;
    font-size: 16px; }
  .pipeline .stages .stage.active .value-total {
    display: block;
    margin: 4px 0 0 0;
    font-size: 20px; }
  .pipeline .stages .stage.active .commission-total {
    display: block; } }

#real-estate-process {
  position: relative; }
  #real-estate-process div#ajax-spinner {
    top: 100px; }
  #real-estate-process input.rep-name {
    width: 80%;
    font-size: 11px;
    background-color: inherit; }
  #real-estate-process input.editable {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 0 0 0 10px;
    background-color: #fff !important;
    width: 65% !important; }
  #real-estate-process .stage-content {
    display: none;
    margin-right: -15px;
    padding-right: 15px;
    border-top: none;
    overflow: hidden; }
    #real-estate-process .stage-content .rep-column {
      width: 49%; }
      #real-estate-process .stage-content .rep-column .hide {
        display: none !important; }
      #real-estate-process .stage-content .rep-column .rep-add-action input, #real-estate-process .stage-content .rep-column .rep-add-sub-action input {
        font-size: 12px;
        color: #ccc; }
      #real-estate-process .stage-content .rep-column .icon {
        text-align: center;
        color: #fff;
        background-color: #cad2c5;
        border-radius: 50%;
        cursor: pointer;
        line-height: 20px;
        width: 20px !important;
        height: 20px !important;
        display: inline-block;
        margin: 2px 5px 0 0;
        font-size: 14px; }
      #real-estate-process .stage-content .rep-column .icon-minus, #real-estate-process .stage-content .rep-column .icon-eye, #real-estate-process .stage-content .rep-column .icon-eye-off {
        float: right; }
      #real-estate-process .stage-content .rep-column .rep-add-sub-action > .icon-plus {
        float: left;
        margin-left: 25px; }
      #real-estate-process .stage-content .rep-column input {
        border: 0; }
      #real-estate-process .stage-content .rep-column .action-header {
        width: 100%;
        border-width: 1px 1px 0 1px;
        text-align: left;
        padding: 15px 0 15px 20px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
        transition: background-color 0.2s linear;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-color: #cad2c5;
        border-style: solid;
        background-color: #E2EADC;
        box-shadow: 5px 6px 12px #cad2c5;
        position: relative; }
        #real-estate-process .stage-content .rep-column .action-header input.rep-name {
          font-size: 16px; }
      #real-estate-process .stage-content .rep-column .action-items {
        padding: 0;
        transition: max-height 0.2s ease-in-out; }
        #real-estate-process .stage-content .rep-column .action-items > ul {
          border-radius: 8px;
          border: 1px solid #cad2c5;
          background: #F6FCF2;
          box-shadow: 0 3px 10px #cad2c5;
          margin: 0 0 15px 0;
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
        #real-estate-process .stage-content .rep-column .action-items ul.list-group {
          margin-left: 0;
          padding-left: 0;
          list-style: none;
          font-size: 17px; }
        #real-estate-process .stage-content .rep-column .action-items li.list-group-item {
          margin-left: 0;
          padding: 10px 0 0 10px; }
          #real-estate-process .stage-content .rep-column .action-items li.list-group-item .rep-checkbox {
            position: unset !important; }
          #real-estate-process .stage-content .rep-column .action-items li.list-group-item .rep-name {
            margin: 0 0 0 3px; }
      #real-estate-process .stage-content .rep-column > .icon-plus {
        font-size: 25px;
        line-height: 35px;
        width: 25px !important;
        height: 25px !important;
        display: table;
        margin: 0 auto; }

.action-items > ul {
  border: 1px solid #ccc;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 0px;
  padding-bottom: 15px; }

@media (max-width: 400px) {
  h2 {
    font-size: 30px; }
  .header-container h3 {
    font-size: 16px; }
  .action-header {
    font-size: 14px;
    padding: 5px 15px; }
  .action-items li.list-group-item {
    font-size: 12px;
    padding: 5px 0 5px 10px; }
  #real-estate-process .stage-content .rep-column {
    width: 100%; }
  #real-estate-process .stage-content .rep-column .list-group {
    font-size: 13px; } }

.header-container {
  position: relative; }

/* Index
--------------------------------------------- */
#dashboard-container .bb-row .bb-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }

#dashboard-container .bb-row #finance-column {
  flex: 1 1 18%;
  text-align: center; }
  #dashboard-container .bb-row #finance-column .dashboard-widget {
    flex: 1 1 25%; }
    #dashboard-container .bb-row #finance-column .dashboard-widget > .value .chartWrapper {
      height: 45px;
      margin-bottom: -20px; }
      #dashboard-container .bb-row #finance-column .dashboard-widget > .value .chartWrapper canvas {
        width: 100%; }

#dashboard-container .bb-row #lead-column {
  flex: 1 1 58%; }
  #dashboard-container .bb-row #lead-column .dashboard-widget {
    flex: 1 1 50%; }
    #dashboard-container .bb-row #lead-column .dashboard-widget > .value .chartWrapper {
      height: 300px;
      margin: -65px 0; }
      #dashboard-container .bb-row #lead-column .dashboard-widget > .value .chartWrapper canvas {
        width: 100%; }

#dashboard-container .bb-row #contract-column {
  flex: 1 1 18%;
  text-align: center; }
  #dashboard-container .bb-row #contract-column .dashboard-widget {
    flex: 1 1 50%; }
    #dashboard-container .bb-row #contract-column .dashboard-widget .metrics {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      #dashboard-container .bb-row #contract-column .dashboard-widget .metrics .metric .value {
        font-size: 20px; }
      #dashboard-container .bb-row #contract-column .dashboard-widget .metrics .metric .description {
        font-size: 10px; }

#dashboard-container .bb-row .dashboard-widget {
  display: flex;
  flex-direction: column; }
  #dashboard-container .bb-row .dashboard-widget > .description {
    font-size: 12px;
    width: 100%;
    border-width: 1px 1px 0 1px;
    text-align: center;
    padding: 10px 0;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-color: #cad2c5;
    border-style: solid;
    background-color: #E2EADC;
    box-shadow: 5px 6px 12px #cad2c5;
    position: relative; }
  #dashboard-container .bb-row .dashboard-widget > .value {
    border-radius: 8px;
    border: 1px solid #cad2c5;
    background: #F6FCF2;
    box-shadow: 0 3px 10px #cad2c5;
    flex-grow: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
    font-size: 25px; }

@media (max-width: 835px) {
  #dashboard-container .bb-row #contract-column {
    flex-direction: row; } }

@media (max-width: 400px) {
  #dashboard-container .bb-row {
    flex-direction: column; }
    #dashboard-container .bb-row .dashboard-widget > .description {
      font-size: 10px;
      padding: 5px 0; }
    #dashboard-container .bb-row #finance-column {
      flex-direction: row; }
      #dashboard-container .bb-row #finance-column .finance-widget .value {
        font-size: 20px; }
      #dashboard-container .bb-row #finance-column #finance-change {
        display: none; }
    #dashboard-container .bb-row #lead-column .dashboard-widget > .value .chartWrapper {
      height: 250px;
      margin: -80px 0; }
    #dashboard-container .bb-row #contract-column {
      flex-direction: column; }
      #dashboard-container .bb-row #contract-column .dashboard-widget .metrics {
        flex-direction: row; }
        #dashboard-container .bb-row #contract-column .dashboard-widget .metrics .metric {
          flex-grow: 1; } }

/* Admin
--------------------------------------------- */
#admin-content #form-container .form-row {
  margin: 5px 0; }
  #admin-content #form-container .form-row label {
    display: inline-block;
    width: 275px; }
  #admin-content #form-container .form-row input {
    width: 300px;
    font-size: 12px; }
  #admin-content #form-container .form-row #btnSaveAdmin {
    cursor: pointer;
    width: 55px; }

/* Deal
--------------------------------------------- */
#deal-content #rep-save-btn {
  display: none !important; }

#deal-content #close-deal-success {
  border-radius: 8px;
  border: 1px solid #cad2c5;
  background: #E2EADC;
  box-shadow: 0 3px 10px #cad2c5;
  cursor: pointer;
  text-align: center; }

#deal-content #close-deal-cancel {
  border-radius: 8px;
  border: 1px solid #cad2c5;
  background: #E2EADC;
  box-shadow: 0 3px 10px #cad2c5;
  cursor: pointer;
  text-align: center;
  background: #ff94af; }

/* Login
--------------------------------------------- */
#login #loginform, #login #registerform, #login .notice {
  border-radius: 8px;
  border: 1px solid #cad2c5;
  background: #F6FCF2;
  box-shadow: 0 3px 10px #cad2c5; }
  #login #loginform #wp-submit, #login #registerform #wp-submit, #login .notice #wp-submit {
    border-radius: 8px;
    border: 1px solid #cad2c5;
    background: #E2EADC;
    box-shadow: 0 3px 10px #cad2c5;
    cursor: pointer;
    color: #000; }

#login input:focus {
  border-color: #cad2c5; }
