/*
=======================================
  ELEMENTS (scss/base/_elements.scss)
=======================================
*/
html {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 300 !important;
}

/*
====================================================================
  404 (scss/components/_404.scss)
====================================================================
*/
.page-404:before {
  content: "\f119";
  color: #52AA9B;
  opacity: 1;
}
.page-404 h3 {
  opacity: 0.5;
}

/*
==============================================================================
  CONSTANT CONTACT (scss/components/_constant-contact.scss)
==============================================================================
*/
.ctct-embed-signup > div {
  background-color: transparent !important;
}
.ctct-embed-signup h4 {
  font-weight: 500;
  margin-bottom: 1.5rem !important;
}
.ctct-embed-signup h4,
.ctct-embed-signup label {
  color: #fff !important;
}
.ctct-embed-signup form {
  min-width: 0 !important;
  padding: 0 !important;
}
.ctct-embed-signup input[type=text] {
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.ctct-embed-signup .ctct-form-required:before {
  display: none !important;
}
.ctct-embed-signup .ctct-form-required:after {
  content: "*";
  display: inline;
  color: #ED9B2D;
  font-weight: bold;
}
.ctct-embed-signup button {
  background-color: #52AA9B !important;
}
.ctct-embed-signup button:hover {
  background-color: #ED9B2D !important;
  color: #000 !important;
}
.ctct-embed-signup #success_message {
  font-size: 24px;
  color: #fff;
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
}

/*
====================================================================
  HOMEPAGE (scss/components/_homepage.scss)
====================================================================
*/
span.coming-soon {
  display: block;
  margin: 40px 0;
  text-align: center;
  font-size: 1.25rem;
}

/*
====================================================
  LAYOUT - FOOTER (scss/components/_l-footer.scss)
====================================================
*/
.l-footer {
  border-top: 10px solid #ED9B2D;
}
.l-footer .branding img {
  max-width: 125px;
}
.l-footer:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 10px solid #52AA9B;
}
.l-footer .menu li {
  padding: 0 !important;
}
.l-footer .menu li:before {
  display: none;
}
.l-footer .menu a {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 300 !important;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .l-footer h4,
  .l-footer p {
    text-align: left !important;
  }
}
.l-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.25);
}
.l-footer .footer-bottom .l-section-h {
  padding: 10px;
}
.l-footer .footer-bottom a {
  color: inherit;
  text-decoration: underline;
}
.l-footer .footer-bottom a:hover {
  color: #00E65F;
}

/*
============================================================
  LAYOUT - VISUAL COMPOSER - ROWS (scss/components/_l-section.scss)
============================================================
*/
.l-section.rounded-bottom {
  position: relative;
}
.l-section.rounded-bottom:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding-bottom: 17.2%;
  z-index: 100;
}
.l-section.rounded-bottom.teal {
  background: #52AA9B !important;
}
.l-section.rounded-bottom.teal a {
  color: #6C2529;
}
.l-section.rounded-bottom.teal:after {
  background-image: url(../img/teal-bottom-rounded.svg);
  background-size: 102% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.l-section.rounded-bottom.red {
  background: #6C2529 !important;
}
.l-section.rounded-bottom.red:after {
  background-image: url(../img/red-bottom-rounded.svg);
  background-size: 102% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.l-section.rounded-bottom.orange {
  background: #ED9B2D !important;
}
.l-section.rounded-bottom.orange:after {
  background-image: url(../img/orange-bottom-rounded.svg);
  background-size: 102% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.l-section.rounded-bottom + .l-section {
  padding-top: 17.2%;
}
.l-section.rounded-bottom:last-of-type:after {
  display: none !important;
}

/*
====================================================================
  ROYAL SLIDER (scss/components/_royal-slider.scss)
====================================================================
*/
.royalSlider .rsArrow.rsArrowLeft {
  background-image: url(../img/arr-left-70x70.png);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: center center;
}
.royalSlider .rsArrow.rsArrowLeft:after {
  content: "";
}
.royalSlider .rsArrow.rsArrowRight {
  background-image: url(../img/arr-right-70x70.png);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: center center;
}
.royalSlider .rsArrow.rsArrowRight:after {
  content: "";
}

/*
==============================================================================
  VISUAL COMPOSER - CONTACT FOOTER (scss/components/_vc-contact-footer.scss)
==============================================================================
*/
.vc-contactFooter__title {
  text-align: center;
}
.vc-contactFooter .gfield {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.vc-contactFooter .gfield:after {
  content: "";
  display: table;
  clear: both;
}
.vc-contactFooter label {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}
.vc-contactFooter .gfield_label {
  font-size: 1.25rem !important;
}
.vc-contactFooter input[type=text],
.vc-contactFooter textarea {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.25rem !important;
}
.vc-contactFooter textarea {
  line-height: 1.2;
}
.vc-contactFooter .ginput_container_email input {
  width: 100% !important;
}
.vc-contactFooter .gform_footer {
  text-align: center;
}
.vc-contactFooter input[type=submit] {
  text-transform: uppercase;
  background: #52AA9B;
}
.page-id-5 .vc-contactFooter input[type=submit] {
  background: #ED9B2D;
}
.vc-contactFooter input[type=submit]:hover {
  background: #62b3a6 !important;
}
.vc-contactFooter .gform_confirmation_message {
  padding: 20px;
  background: #52AA9B;
  color: #fff;
  text-align: center;
}

/*
==============================================================
  VISUAL COMPOSER - PERSON (scss/components/_vc-person.scss)
==============================================================
*/
.w-person.pivot-person {
  max-width: 100%;
  position: relative;
}
.w-person.pivot-person .w-person-image {
  display: none;
}
.w-person.pivot-person .w-person-content {
  padding-bottom: 0;
}
.w-person.pivot-person .w-person-name,
.w-person.pivot-person .w-person-role {
  text-align: left;
}
.w-person.pivot-person .w-person-role {
  font-size: 1rem;
}
.w-person.pivot-person .w-person-links {
  text-align: left;
}
@media only screen and (min-width: 901px) {
  .w-person.pivot-person .w-person-links {
    position: absolute;
    top: 45%;
    right: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.w-person.pivot-person .w-person-links a {
  text-align: center;
}
/*
====================================================================
  VISUAL COMPOSER - PORTFOLIO (scss/components/_vc-portfolio.scss)
====================================================================
*/
.w-portfolio {
  margin-top: 80px;
  margin-bottom: 80px;
}
.w-portfolio-item {
  padding: 5px;
}
@media only screen and (min-width: 901px) {
  .w-portfolio-item {
    padding: 10px;
  }
}
.w-portfolio-item a {
  border: 5px solid #ED9B2D;
}
@media only screen and (min-width: 901px) {
  .w-portfolio-item a {
    border: 10px solid #ED9B2D;
  }
}
.w-portfolio-item a:hover {
  border-color: #52AA9B;
}

/*
====================================================================
  VISUAL COMPOSER - SEPARATOR (scss/components/_vc-separator.scss)
====================================================================
*/
.w-separator.thick {
  height: 10px;
}
.w-separator.thick .w-separator-h {
  display: none;
}
.w-separator.half-width {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.w-separator.dashed {
  position: relative;
  height: 16px;
}
.w-separator.dashed:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background-image: url(../img/dashed-30x28.png);
  background-repeat: repeat-x;
  background-size: 15px auto;
  background-position: center top;
}
.w-separator.dashed:after {
  display: none;
}
.w-separator.teal {
  background-color: #52AA9B;
}
.w-separator.red {
  background-color: #6C2529;
}
.w-separator.orange {
  background-color: #ED9B2D;
}
.w-separator.black {
  background-color: #000;
}
.w-separator.white {
  background-color: #fff;
}

/*
====================================================================
  RECENT NEWS / BLOG (scss/components/_w-blog.scss)
====================================================================
*/
.w-blog.layout_flat .w-blog-post:hover {
  box-shadow: none !important;
}
.w-blog.layout_flat .w-blog-post .w-blog-post-title {
  font-size: 1.5rem;
  color: #52AA9B;
}

/*
====================================================================
  NAVIGATION (scss/components/_w-nav.scss)
====================================================================
*/
.w-nav-item {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 300 !important;
}

.staff-directory {
  padding-bottom: 80px;
}
.staff-directory__header {
  padding-bottom: 0;
  z-index: auto !important;
}
.staff-directory__header-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.staff-directory__header-title .w-separator {
  margin-bottom: 20px;
}
.staff-directory__header h2 {
  color: #6C2529;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff-directory__header-title {
    gap: 20px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
  }
  .staff-directory__header-title .w-separator {
    flex: 1;
    margin: 8px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .staff-directory__controls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }
}
.staff-directory__search {
  display: flex;
  align-items: center;
  width: 100%;
  grid-column: 1;
  margin-bottom: 20px;
  position: relative;
}
.staff-directory__search input {
  background: #ccc;
  padding-left: 36px;
}
.staff-directory__search-icon {
  position: absolute;
  top: 13px;
  left: 12px;
}
.staff-directory__search-icon::before {
  content: "";
  background-image: url("../img/search.svg");
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .staff-directory__search {
    max-width: 300px;
    margin-bottom: 0;
  }
  .staff-directory__search-icon {
    top: 16px;
  }
}
.staff-directory__dropdowns {
  gap: 20px;
  grid-column: 3;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .staff-directory__dropdowns {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.staff-directory__back-btn a {
  background: #52AA9B;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 14px 20px;
  margin: 20px 0;
}
.staff-directory__back-btn a:hover {
  background-color: #62b3a6;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .staff-directory__back-btn a {
    margin: 0;
  }
}

/* Staff list
------------------ */
.staff-list {
  display: grid;
  grid-template-columns: auto;
  gap: 40px;
  z-index: auto !important;
}
@media screen and (min-width: 600px) {
  .staff-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .staff-list {
    gap: 80px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.staff-list.i-cf:before, .staff-list.i-cf:after {
  display: none;
}

/* Staff item
------------------ */
.staff-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.staff-item__image {
  display: block;
  border: 5px solid #52AA9B;
  border-radius: 5px;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
}
.staff-item__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .staff-item__image {
    max-width: 250px;
  }
}
.staff-item__content {
  margin-bottom: 40px;
}
.staff-item__name {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 0;
}
.staff-item__title {
  color: #999;
}
.staff-item__name, .staff-item__title, .staff-item_department {
  margin-bottom: 0;
}
.staff-item[data-department=political-strategist] .staff-item__image {
  border-color: #6C2529;
}
.staff-item[data-department=operations] .staff-item__image {
  border-color: #ED9B2D;
}
.staff-item::after {
  content: "";
  background: #52AA9B;
  display: block;
  width: 100%;
  height: 8px;
  margin-top: auto;
  background-image: url(../img/dashed-30x28.png);
  background-repeat: repeat-x;
  background-size: 15px auto;
  background-position: center top;
  border-bottom: 6px solid #52AA9B;
}

/* Single staff
------------------ */
.staff-details {
  padding-bottom: 80px;
}
.staff-details__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff-details__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.staff-details__header-title h2 {
  color: #999;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
.staff-details__header-title h3 {
  color: #6C2529;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff-details__header-title {
    align-items: flex-end;
  }
}
.staff-details .staff-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .staff-details .staff-item {
    gap: 60px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.staff-details .staff-item__image {
  width: 100%;
}
.staff-details .staff-item__title {
  margin-bottom: 0;
}
.staff-details .staff-item__bio {
  padding-top: 40px;
}
.staff-details .staff-item__bio::before {
  content: "";
  background: #52AA9B;
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 40px;
  margin-top: auto;
  background-image: url(../img/dashed-30x28.png);
  background-repeat: repeat-x;
  background-size: 15px auto;
  background-position: center top;
  border-bottom: 8px solid #52AA9B;
}
.staff-details .staff-item:after {
  display: none;
}

/* Department
------------------ */
.staff-department {
  padding-bottom: 80px;
}
.staff-department__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 0;
}
.staff-department__header-subtitle {
  display: none;
}
.staff-department__header h2 {
  color: #6C2529;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.staff-department__header h3 {
  color: #999;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
.staff-department__header h4 {
  color: #6C2529;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff-department__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .staff-department__header-subtitle {
    display: block;
  }
  .staff-department__header .w-separator {
    flex: 1;
    margin: 0 20px 16px;
  }
}
.staff-department .staff-directory__controls {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .staff-department .staff-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.staff-department .staff-list .staff-item__bio {
  padding-top: 20px;
}
.staff-department .staff-list .staff-item__bio::before {
  content: "";
  background: #52AA9B;
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 20px;
  margin-top: auto;
  background-image: url(../img/dashed-30x28.png);
  background-repeat: repeat-x;
  background-size: 15px auto;
  background-position: center top;
  border-bottom: 8px solid #52AA9B;
}
.staff-department .staff-list .staff-item:after {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ccc;
  color: #52AA9B;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 20px;
  letter-spacing: 0;
  text-align: left;
  border: none;
}
.dropdown-button:hover {
  color: #52AA9B !important;
}
.dropdown-button::after {
  content: "";
  background-image: url("../img/arrow-circle-down.svg");
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.dropdown-button[aria-expanded=true]:after {
  background-image: url("../img/arrow-circle-up.svg");
}

.dropdown-content {
  display: none;
  background-color: #ccc;
  position: absolute;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  z-index: 20;
}

.dropdown-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown-content ul li {
  margin-bottom: 0;
}
.dropdown-content ul li:last-child {
  border-bottom: none;
}
.dropdown-content ul a {
  color: black;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
.dropdown-content ul a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

/*# sourceMappingURL=main.css.map */
