/**
Theme Name: Robinson Gill V2
Author: Toro Digital
Author URI: https://www.torodigital.com.au/
Description: Child theme of Underscore Theme Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robinsongill
Template: robinsongill
*/
.post,
.page {
  margin: 0;
}

/* -------------------------------
---------- 1. HEADER -------------
--------------------------------*/
header.header-main {
  border-bottom: none;
}

@media (min-width: 992px) {
  header.header-main {
    position: fixed;
    z-index: 100;
    right: 0;
    left: 0;
    top: 0;
  }
  .headroom,
  .headroom #rg-megamenu-wrapper {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
  }
  .headroom--pinned,
  .headroom--pinned #rg-megamenu-wrapper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .headroom--unpinned,
  .headroom--unpinned #rg-megamenu-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  header.header-main + #content {
    padding-top: 150px;
  }
  /* for logged users */
  .admin-bar header.header-main {
    margin-top: 32px;
  }
}
.header-top-wrapper {
  background-color: #FAF9F7;
  min-height: 40px;
  font-size: 12px;
}

.header-main-wrapper {
  background-color: #ffffff;
  height: 110px;
}

.header-main-wrapper .header-logo {
  width: 180px;
  height: auto;
}

ul.header-lang-menu,
ul.header-lang-menu li,
ul.header-secondary-menu,
ul.header-secondary-menu li,
ul.header-main-menu,
ul.header-main-menu li,
ul.header-menu-buttons,
ul.header-menu-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}

ul.header-lang-menu li,
ul.header-secondary-menu li,
ul.header-main-menu li,
ul.header-menu-buttons li {
  display: inline-block;
}

ul.header-lang-menu li,
ul.header-secondary-menu li {
  margin: 10px;
}

ul.header-lang-menu li:first-child {
  margin-left: 0;
}

ul.header-lang-menu li a:hover {
  text-decoration: none;
}

ul.header-secondary-menu {
  margin-right: 200px;
}

.header-cta-phone {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  display: inline-block;
  background-color: #212721;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
  width: 190px;
  z-index: 1;
}
.header-cta-phone.header-cta-phone-zh {
  padding-top: 10px;
  padding-bottom: 5px;
}
.header-cta-phone .header-cta-phone-zh_label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0px 15px;
  line-height: 14px;
}

.header-cta-phone:hover,
.header-cta-phone:visited,
.header-cta-phone:focus {
  color: #ffffff;
  background-color: #484f48;
  text-decoration: none;
}

ul.header-main-menu {
  margin-left: 80px;
}

ul.header-main-menu li {
  padding: 41px 1.2vw;
  position: relative;
}

ul.header-main-menu li:after {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

ul.header-main-menu li a {
  color: #212721;
  text-decoration: none;
}

ul.header-main-menu li.current-menu-item a,
ul.header-main-menu li a:hover,
ul.header-main-menu li a:focus,
.single-rg_cpt_people ul.header-main-menu li.hdr-main-menu-people a,
.single-rg_cpt_help ul.header-main-menu li.hdr-main-menu-help a,
.single-rg_cpt_expertise ul.header-main-menu li.hdr-main-menu-expertise a,
.single-rg_cpt_resources ul.header-main-menu li.hdr-main-menu-resources a {
  color: #484f48;
}

ul.header-main-menu li.active:after,
ul.header-main-menu li.current-menu-item:after,
ul.header-main-menu li:hover:after,
.single-rg_cpt_people ul.header-main-menu li.hdr-main-menu-people:after,
.single-rg_cpt_help ul.header-main-menu li.hdr-main-menu-help:after,
.single-rg_cpt_expertise ul.header-main-menu li.hdr-main-menu-expertise:after,
.single-rg_cpt_resources ul.header-main-menu li.hdr-main-menu-resources:after {
  border-color: rgba(72, 79, 72, 0);
  border-bottom-color: #484f48;
}

.header-form-search {
  margin-left: 50px;
  width: 625px;
  display: none;
}

@media (max-width: 1200px) {
  .header-form-search {
    width: 525px;
  }
}
.header-form-search .HeaderSearchInput-icon {
  font-size: 20px;
  color: #B5ADA5;
  top: 15px;
  left: 0;
}

.header-form-search input[type=text] {
  font-weight: 600;
  border-radius: 0;
  border-width: 0;
  border-bottom: 2px solid #FAF9F7;
  padding-left: 40px;
}

.header-form-search button {
  border-radius: 50px;
  font-weight: 500;
  color: #212721;
  background-color: #e7dfd6;
  border-color: #e7dfd6;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: none;
}

.header-form-search button:hover {
  color: #ffffff;
  background-color: #212721;
  border-color: #212721;
}

.header-form-search input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

.header-form-search input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

.header-form-search input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

.header-form-search input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

.header-form-search input::placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

.header-form-search input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

.header-form-search input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #212721;
}

ul.header-menu-buttons li {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
}

ul.header-menu-buttons li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-search-ico i,
.header-menu-bars .far {
  font-size: 20px;
}

.header-menu-bars img {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.header-search-ico i,
.header-menu-bars .far {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
}

.header-search-ico:hover {
  text-decoration: none;
}

.header-search-ico:hover i,
.header-search-ico:focus i,
.header-search-ico.active i,
.header-menu-bars .far {
  background-color: #212721;
  color: #ffffff;
}

@media (max-width: 992px) {
  .header-main-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  ul.header-main-menu {
    margin-left: 40px;
  }
  ul.header-main-menu li {
    padding: 40px 1vw;
    position: relative;
  }
}
.open .header-menu-bars img,
.header-menu-bars .header-menu-bars-close {
  display: none;
}

.open .header-menu-bars .header-menu-bars-close {
  display: inline-block;
}

/* -------------------------------
----- 1.1 OVERLAY HEADER MENU ----
--------------------------------*/
#rg-megamenu-wrapper {
  background-color: #ffffff;
  border: 1px solid #F5F2EF;
  border-width: 1px 0;
  visibility: hidden;
  opacity: 0;
  /*visibility: visible;
  opacity: 1;*/
  z-index: 200;
}

.open #rg-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
}

.rg-megamenu-list-a,
.rg-megamenu-list-a li,
.rg-megamenu-list-a li ul,
.rg-megamenu-expertise-tab-links,
.rg-megamenu-expertise-tab-content ul,
.rg-megamenu-expertise-tab-content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rg-megamenu-list-a li {
  margin: 15px 0;
}

.rg-megamenu-list-a > li:first-child {
  margin-top: 0;
}

.rg-megamenu-list-a li > ul li a {
  color: #857E76;
  font-weight: 400;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link {
  padding: 0.5rem 2rem;
  position: relative;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link:before,
.rg-megamenu-expertise-tab-links.nav-pills .nav-link:after {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-49%);
      -ms-transform: translateY(-49%);
          transform: translateY(-49%);
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #212721;
  border-radius: 50%;
  left: 10px;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link:after {
  content: "\f054";
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.active,
.rg-megamenu-expertise-tab-links.nav-pills .show > .nav-link {
  color: #212721;
  background-color: #e7dfd6;
}

.rg-megamenu-expertise-tab-content ul li {
  padding: 5px 0;
}

#rg-overlay-content ul.footer-social-menu li {
  padding: 0 2px;
}

#rg-overlay-content ul.footer-social-menu li a {
  border: 1px solid #484F48;
  width: 36px;
  height: 36px;
  text-decoration: none;
}

#rg-overlay-content ul.footer-social-menu li i {
  font-size: 16px;
}

#rg-overlay-content ul.footer-social-menu li a:hover {
  background-color: #484F48;
  color: #ffffff !important;
}

/* -------------------------------
----------- 2. HOMEPAGE ----------
--------------------------------*/
.hero-banner .fl-row-content {
  background: url("/wp-content/uploads/2019/03/Banner-Hero-HalfCircle.png");
  background-size: 462px 231px;
  background-repeat: no-repeat;
  background-position: top right;
}

@media (max-width: 1200px) {
  .hero-banner .fl-row-content h1.fl-heading {
    font-size: 24px;
  }
  .hero-banner .fl-row-content p {
    font-size: 16px;
  }
  .hero-banner .fl-html {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .hero-banner .fl-row-content {
    background: initial;
  }
}
ul.hp-helplist,
ul.hp-helplist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hp-helplist li {
  margin-bottom: 10px;
}

ul.hp-helplist li a {
  display: block;
  border: 1px solid #F2E5DC;
  border-left: 5px solid #212721;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  font-weight: 600;
  background-color: #ffffff;
  text-decoration: none;
}

ul.hp-helplist li a:hover {
  background-color: #857E76;
  color: #ffffff;
  text-decoration: none;
}

.hp-contact-details .rg-col > div:first-child {
  border-right: 2px solid #F5F2EF;
}

@media (max-width: 768px) {
  .hp-contact-details .rg-col > div:first-child {
    border-right: 0;
  }
}
.rg-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .rg-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.rg-section-banner-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rg-section-banner-cta > .container {
  background-image: url("library/images/banner-cta-circle.png");
  background-repeat: no-repeat;
  background-position: center;
}

.rg-section-banner-cta,
.rg-section-banner-cta > .container > .row {
  height: 200px;
  min-height: 450px;
}

.rg-section-banner-cta-mobile {
  background-color: #212721;
}

@media (max-width: 768px) {
  .rg-section-banner-cta,
  .rg-section-banner-cta > .container > .row {
    height: 200px;
    min-height: initial;
  }
}
.rg-section-help-listing-wrapper {
  padding: 40px 20px;
  border-radius: 20px;
  background-color: transparent;
  height: 100%;
}

.rg-section-help-listing-wrapper-alt {
  background-color: #FAF9F7;
}

.rg-mobile-hdr-btn {
  border: 1px solid rgba(133, 126, 118, 0.5);
  padding: 10px;
  border-radius: 10px;
}

.rg-mobile-hdr-btn.cozy {
  padding: 20px;
}

.rg-mobile-hdr-btn.rg-mobile-hdr-btn-primary .rg-mobile-hdr-btn-primary-img-hover,
.rg-mobile-hdr-btn.rg-mobile-hdr-btn-primary:hover .rg-mobile-hdr-btn-primary-img,
.rg-mobile-hdr-btn.no-link.rg-mobile-hdr-btn-primary:hover .rg-mobile-hdr-btn-primary-img-hover {
  display: none;
}

.rg-mobile-hdr-btn.rg-mobile-hdr-btn-primary:hover .rg-mobile-hdr-btn-primary-img-hover,
.rg-mobile-hdr-btn.no-link.rg-mobile-hdr-btn-primary:hover .rg-mobile-hdr-btn-primary-img {
  display: inline-block;
}

.rg-mobile-hdr-btn.rg-mobile-hdr-btn-primary:hover {
  text-decoration: none !important;
  background-color: #857E76;
  color: #ffffff;
}

.rg-mobile-hdr-btn.no-link.rg-mobile-hdr-btn-primary i {
  display: none;
}

.rg-mobile-hdr-btn.no-link.rg-mobile-hdr-btn-primary:hover {
  background-color: transparent;
  color: initial;
}

.rg-section-testimonials {
  background-color: #F5F2EF;
  padding: 0;
}

.rg-section-testimonials .container {
  background-image: url("library/images/bg-testimonials.png");
  background-size: 368px 258px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
.rg-section-testimonials .rg-col > div:first-child {
	 border-right: 0.5px solid #979797; 
}
*/
.owl-carousel.owl-testimonials .owl-item img,
.owl-carousel.owl-testimonials-xs .owl-item img {
  width: auto;
}

.owl-testimonials-wrapper > .owl-testimonials-content {
  border-radius: 50%;
  background-color: #212721;
  width: 500px;
  height: 500px;
  padding: 90px;
}

.owl-testimonials-wrapper > .owl-testimonials-content > .owl-testimonials-content-inner {
  height: 280px;
  overflow: auto;
}

.owl-testimonials-wrapper > .owl-testimonials-people {
  margin-left: -10px;
}

.owl-testimonials-wrapper > .owl-testimonials-people h5 {
  font-size: 16px;
  color: #212721;
}

.owl-testimonials-wrapper > .owl-testimonials-people a {
  font-weight: 600;
  font-size: 14px;
  color: #857E76;
  text-decoration: none;
}

.owl-testimonials-navigation,
.owl-testimonials-navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.owl-testimonials-navigation li {
  display: inline-block;
  margin-right: 5px;
}

.owl-testimonials-navigation li a {
  width: 48px;
  height: 48px;
  border: 1px solid #E7DFD6;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
}

.owl-testimonials-navigation li a:hover,
.owl-testimonials-navigation li a:focus,
.owl-testimonials-navigation li.owl-testimonials-navigation-next a {
  background-color: #E7DFD6;
}

.owl-testimonials-navigation li a i {
  position: relative;
  top: 8px;
}

@media (max-width: 1200px) {
  .owl-testimonials-wrapper > .owl-testimonials-content {
    width: 400px;
    height: 400px;
    padding: 60px;
    font-size: 14px;
  }
}
.rg-section-testimonials-mobile .sub-heading {
  color: #F2E5DC;
}

.owl-testimonials-xs hr {
  background-color: #857E76;
  margin: 40px 0;
}

.owl-testimonials-xs .owl-stage-outer {
  margin-bottom: 30px;
}

.owl-testimonials-xs blockquote {
  position: relative;
  padding-left: 15px;
}

.owl-testimonials-xs blockquote:before {
  content: "-";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.owl-testimonials-xs-people a {
  color: #F2E5DC;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.owl-testimonials-xs-people a:hover {
  text-decoration: none;
}

.owl-testimonials-xs .owl-dots {
  text-align: center;
}

.owl-testimonials-xs button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #fff;
  background-color: transparent;
}

.owl-testimonials-xs button.owl-dot.active {
  background-color: #ffffff;
}

.rg-section.rg-section-testimonials-mobile {
  background-color: #212721;
}

.rg-section-careers {
  background-color: #F2E5DC;
}

/* -------------------------------
--------- PAGE BANNERS -----------
--------------------------------*/
.page-banner-menu-wrapper {
  background-color: #484F48;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  width: 100%;
  overflow-x: auto;
}

.page-banner-menu-wrapper.page-banner-menu-wrapper-show {
  overflow-x: visible;
}

.page-banner-menu,
.page-banner-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-banner-menu {
  padding: 0 20px;
}

.page-banner-menu li {
  display: inline-block;
  padding: 5px 20px 0;
  font-weight: 600;
  color: #ffffff;
}

#menu-expertise-index {
  white-space: nowrap;
}

#menu-expertise-index li {
  padding: 5px 14px 0;
}

.page-banner-menu li a {
  color: #ffffff;
  display: block;
  padding: 5px 0;
  border-bottom: 4px solid #484F48;
  text-decoration: none;
}

.page-banner-menu li a:hover,
.page-banner-menu li.current-menu-item a {
  text-decoration: none;
  color: #E7DFD6;
  border-bottom-color: #E7DFD6;
}

.page-banner-menu.rg-breadcrumbs li,
.page-banner-menu.rg-breadcrumbs li a,
.page-banner-menu.rg-breadcrumbs:before,
.page-banner-menu.rg-breadcrumbs .fa,
.page-banner-menu.rg-breadcrumbs .fas,
.page-banner-menu.rg-breadcrumbs .fal {
  color: #E7DFD6;
}

.page-banner-menu.rg-breadcrumbs {
  white-space: nowrap;
}

.page-banner-menu.rg-breadcrumbs li.current-item {
  padding: 10px 20px;
  color: #ffffff;
}

.page-banner-menu.rg-breadcrumbs:before {
  content: "\f060";
  font-size: 14px;
  font-family: "fontAwesome";
}

.page-banner-menu.rg-breadcrumbs li:first-child {
  padding-left: 10px;
}

.page-banner-menu.rg-breadcrumbs .fa,
.page-banner-menu.rg-breadcrumbs .fas,
.page-banner-menu.rg-breadcrumbs .fal {
  font-size: 10px;
  position: relative;
  top: -2px;
}

.page-banner-md {
  background-color: #212721;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.page-banner-md .page-banner-md-container {
  z-index: 20;
}

.page-banner-md .page-banner-md-content {
  /*height: 300px;
  min-height: 400px;*/
  color: #fff;
}

.page-banner-md .page-banner-md-content h1 img {
  width: 80px;
  height: 80px;
}

.page-banner-md .page-banner-md-content p {
  font-size: 14px;
}

.page-banner-md .page-banner-md-content p:last-child {
  margin-bottom: 0;
}

.page-banner-md-oval {
  background-image: url("library/images/themes/default/header-main-default-gradient@2x.png");
  background-size: 1028px 360px;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 10;
  top: 0;
  left: 40%;
}

.page-banner-md-overlay {
  background-color: rgba(33, 39, 33, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
}

.page-banner-md .page-banner-md-content-featured-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-banner-md.page-banner-people-md {
  background-color: #E7DFD6;
}

.page-banner-md.page-banner-people-md .page-banner-md-content {
  color: #212721 !important;
}

.page-banner-md.page-banner-people-md .page-banner-md-content .hdr-position {
  font-size: 26px;
  color: #857E76;
  line-height: 1.3;
}

.page-banner-md.page-banner-people-md .page-banner-md-content .hdr-details {
  font-size: 18px;
  line-height: 1.3;
}

.page-banner-md.page-banner-people-md .page-banner-md-oval {
  background-image: url("library/images/themes/default/header-people-default-gradient@2x.png");
  background-size: 1214px 525px;
  background-position: left top;
  left: 45%;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .page-banner-md .page-banner-md-content {
    height: 250px;
    min-height: 320px;
  }
  .page-banner-md .page-banner-md-content h1 img {
    width: 60px;
    height: 60px;
  }
  .page-banner-md-oval {
    background-size: 968px 300px;
  }
}
@media (max-width: 992px) {
  .page-banner-md .page-banner-md-content {
    height: initial;
    min-height: initial;
  }
  .page-banner-md-oval {
    background-position: bottom center;
    left: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .page-banner-md-oval {
    background-size: 968px 300px;
  }
  .page-banner-md.page-banner-people-md .page-banner-md-content h1 {
    font-size: 24px;
  }
  .page-banner-md.page-banner-people-md .page-banner-md-content .hdr-position {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-banner-md.page-banner-people-md .page-banner-md-oval {
    background-size: 600px;
    left: 45%;
  }
}
@media (max-width: 768px) {
  .page-banner-md-oval {
    /*background-size: 948px 260px;*/
    background-size: 514px 180px;
  }
  .page-banner-md.page-banner-people-md .page-banner-md-oval {
    background-image: url("library/images/themes/default/header-main-default-gradient@2x.png");
    background-size: 700px 303px;
    background-position: left bottom;
    left: 0;
  }
}
.page-banner-xs {
  background-color: #e4dbd1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.page-banner-xs-content {
  z-index: 20;
}

.page-banner-xs-oval {
  background-image: url("library/images/themes/default/header-default-gradient@2x.png");
  background-size: 900px 300px;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 10;
  top: 0;
  left: 50%;
}

.page-banner-xs-overlay {
  background-color: rgba(33, 39, 33, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .page-banner-xs-oval {
    background-size: 450px 150px;
  }
}
/* -------------------------------
--------- EXPERTISE PAGE ---------
--------------------------------*/
.row-collapsible {
  border-bottom: 1px solid rgba(231, 223, 214, 0.5);
}

.row-collapsible p {
  margin-bottom: 20px;
}

.row-collapsible .row-collapsible-btn:before {
  font-family: fontAwesome;
  content: "\f054";
  /*content: "\f078";*/
  position: absolute;
  left: -20px;
  top: 1px;
}

.row-collapsible .row-collapsible-btn.collapsed:before {
  content: "\f054";
}

.row-collapsible .row-collapsible-btn {
  margin-left: 20px;
}

.content-expertise-oval {
  background-image: url("library/images/themes/default/body-expertise-single-default-gradient@2x.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 455px 455px;
  display: block;
  width: 455px;
  height: 455px;
  z-index: 1;
  top: -80px;
  left: -260px;
}

.expertise-dropdown-menu .btn.dropdown-toggle {
  background-color: #B5ADA5;
  font-weight: 600;
  padding: 10px 30px 11px;
  border-radius: 0 0 10px 0;
}

.expertise-dropdown-menu .dropdown-menu {
  background-color: #E7DFD6;
  border-radius: 0 0 10px 10px;
  padding: 0;
}

.expertise-dropdown-menu .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.expertise-dropdown-menu .dropdown-menu .dropdown-item:hover {
  background-color: #212721;
  color: #ffffff;
}

.expertise-dropdown-menu .dropdown-menu .dropdown-item:last-child {
  border: none;
  border-radius: 0 0 10px 10px;
}

.expertise-dropdown-menu .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 20px;
  vertical-align: baseline;
  content: "\f175";
  font-family: fontAwesome;
  border: none;
}

.expertise-dropdown-menu .dropdown.show .dropdown-toggle::after {
  content: "\f176";
}

.rg-grid-wrapper-a a {
  text-decoration: none;
  background-color: transparent;
  border-radius: 10px;
  height: 100%;
}

.rg-grid-wrapper-a a:hover {
  color: #ffffff;
  background-color: #857E76;
  text-decoration: none;
}

.rg-grid-wrapper-a > div.d-lg-block.hr:last-child {
  display: none !important;
}

.rg-grid-wrapper-a img.rg-grid-wrapper-a-icon {
  width: 95px;
  height: 95px;
}

.rg-grid-wrapper-a img.rg-grid-wrapper-a-icon.rg-grid-wrapper-a-icon-hover,
.rg-grid-wrapper-a:hover a:hover img.rg-grid-wrapper-a-icon {
  display: none;
}

.rg-grid-wrapper-a:hover a:hover img.rg-grid-wrapper-a-icon.rg-grid-wrapper-a-icon-hover {
  display: inline-block;
}

.rg-section-decoration {
  background-image: url("library/images/themes/default/body-expertise-parent-default-gradient@2x.png");
  background-repeat: no-repeat;
  background-position: top right -120px;
  background-size: 442px 233px;
}

@media (max-width: 992px) {
  .rg-section-decoration {
    background-image: none !important;
  }
}
/* -------------------------------
--------- PEOPLE PAGE ------------
--------------------------------*/
.card-person-profile h3,
.card-person-profile h3 a {
  color: #857E76;
  font-weight: 600;
  text-decoration: none;
}

.card-person-profile h3 a:hover,
.card-person-profile h3 a:focus,
.card-person-profile h3 a:active {
  text-decoration: underline;
}

.card-person-profile ul,
.card-person-profile ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-person-profile ul li {
  padding-left: 38px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

.card-person-profile ul li.ico-phone {
  background-image: url("library/images/card-person-ico-phone.svg");
}

.card-person-profile ul li.ico-email {
  background-image: url("library/images/card-person-ico-email.svg");
}

.card-person-profile ul li.ico-expertise {
  background-image: url("library/images/card-person-ico-expertise.svg");
}

.card-people-hover {
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.card-people-hover:hover {
  background-color: #FAF9F7;
}

@media (max-width: 768px) {
  .card-person-profile ul li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .card-person-profile ul li {
    display: inline-block;
    margin-right: 5px;
  }
  .card-person-profile ul li a .ico-circle {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .card-person-profile ul li a:hover {
    text-decoration: none;
  }
  .card-person-profile ul li a:hover .ico-circle {
    background-color: #484F48;
    color: #fff;
  }
}
.sidebar-dark {
  background-color: #484F48;
}

.sidebar-dark .ico-circle {
  width: 50px;
  height: 50px;
}

.sidebar-light ul,
.sidebar-light ul li {
  margin: 0;
}

.main-content-people {
  background-image: url("library/images/themes/default/body-people-single-default-gradient@2x.png");
  background-size: 469px 359px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.people-social-menu-sidebar.footer-social-menu {
  margin-left: -5px;
}

.people-social-menu-sidebar.footer-social-menu li {
  padding: 0 5px;
}

@media (max-width: 768px) {
  .card-people-hover:hover {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .rg-section.main-content-people {
    background-image: none !important;
    padding-top: 0;
  }
}
/* -------------------------------
-------- RESOURCES PAGE ----------
--------------------------------*/
.rg-section-resouces-people-rel {
  background-image: url("library/images/themes/default/body-post-single-default-gradient@2x.png");
  background-size: 197px 370px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 992px) {
  .rg-section-resouces-people-rel {
    background-image: none !important;
  }
}
.share-toolbar-wrapper {
  min-height: 500px;
}

.share-toolbar {
  color: #484f48;
}

.share-toolbar-header {
  font-weight: 600;
  font-size: 12px;
}

.share-toolbar ul.footer-social-menu li {
  padding: 0 4px;
}

.share-toolbar ul.footer-social-menu li:first-child {
  padding-left: 0;
}

.share-toolbar ul.footer-social-menu li a {
  border: 1px solid #484F48;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.share-toolbar ul.footer-social-menu li i {
  font-size: 18px;
  color: #484f48;
}

.share-toolbar ul.footer-social-menu li a:hover {
  background-color: #484F48;
}

.share-toolbar ul.footer-social-menu li a:hover i {
  color: #fff;
}

.share-toolbar.share-toolbar-sticky {
  background-color: #FAF9F7;
  top: 20px;
  left: 20px;
  position: absolute;
  margin-bottom: 20px;
}

.share-toolbar.share-toolbar-sticky ul.footer-social-menu li {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}

@media (max-width: 1350px) {
  .share-toolbar.share-toolbar-sticky {
    display: none;
  }
}
@media (min-width: 1350px) {
  .share-toolbar.share-toolbar-static {
    display: none;
  }
}
/* -------------------------------
----------- 2. FOOTER ------------
--------------------------------*/
footer#footer-main {
  font-size: 14px;
}

footer#footer-main,
#footer-subpage .footer-subpage-bottom {
  background-color: #212721;
}

#footer-subpage .footer-subpage-top,
#footer-subpage-mobile {
  background-color: #484F48;
}

footer#footer-main,
#footer-subpage .footer-subpage-top,
#footer-subpage .footer-subpage-bottom,
#footer-subpage-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer#footer-main,
footer#footer-main a,
footer#footer-subpage,
footer#footer-subpage a,
footer#footer-subpage-mobile,
footer#footer-subpage-mobile a {
  color: #ffffff;
}

#footer-subpage .footer-subpage-top .footer-subpage-top-menu.strong,
#footer-subpage .footer-subpage-top .footer-subpage-top-menu li.strong,
#footer-subpage .footer-subpage-top .footer-subpage-contact-details strong,
#footer-subpage .footer-subpage-top .footer-subpage-contact-details .strong {
  font-weight: 600 !important;
}

ul.footer-menu-bottom,
ul.footer-menu-bottom li,
ul.footer-social-menu,
ul.footer-social-menu li,
ul.footer-subpage-top-menu,
ul.footer-subpage-top-menu li,
ul.footer-subpage-mobile-menu,
ul.footer-subpage-mobile-menu li,
ul.footer-subpage-mobile-menu li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-menu-bottom li {
  display: inline-block;
  padding: 0 10px;
}

ul.footer-menu-bottom li:first-child {
  padding-left: 0;
}

.footer-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #857E76;
  opacity: 0.5;
}

ul.footer-social-menu li {
  display: inline-block;
  padding: 0 8px;
}

ul.footer-social-menu li:last-child {
  margin-right: -8px;
}

@media (max-width: 992px) and (min-width: 768px) {
  ul.footer-social-menu li {
    display: inline-block;
    padding: 0 2px;
  }
  ul.footer-social-menu li:last-child {
    margin-right: -2px;
  }
}
ul.footer-social-menu li a {
  border: 1px solid #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-decoration: none;
}

ul.footer-social-menu li a:hover {
  text-decoration: none;
  color: #212721 !important;
  background-color: #E7DFD6;
  border-color: #E7DFD6;
}

ul.footer-social-menu li i {
  font-size: 24px;
}

.footer-logo-wrapper p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(133, 126, 118, 0.5);
}

.footer-logo-tagline {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
}

.copyright {
  color: #B5ADA5;
  font-size: 14px;
}

@media (max-width: 768px) {
  ul.footer-menu-bottom li {
    width: 49%;
    padding: 5px 10px 5px 0;
  }
  ul.footer-social-menu li:first-child {
    padding-left: 0;
  }
}
#footer-subpage .footer-subpage-top {
  padding-top: 60px;
}

#footer-subpage .footer-subpage-top .footer-subpage-top-menu li {
  margin-bottom: 15px;
}

#footer-subpage .footer-subpage-top .footer-separator {
  margin-top: 40px;
  margin-bottom: 40px;
}

#footer-subpage .footer-subpage-top .footer-subpage-contact-details .rg-col > div:first-child {
  border-right: 2px solid rgba(133, 126, 118, 0.5);
}

@media (max-width: 1200px) {
  #footer-subpage .footer-subpage-top .footer-subpage-contact-details .rg-col > div:first-child {
    border-right: none;
  }
}
#footer-subpage .footer-subpage-top .footer-subpage-contact-details .ico-circle {
  width: 50px;
  height: 50px;
}

#footer-subpage .footer-subpage-top ul.footer-social-menu {
  margin-left: 16px;
}

.footer-subpage-mobile-menu li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 10px 30px 10px 0;
  border-bottom: 1.5px solid rgba(133, 126, 118, 0.5);
  position: relative;
}

.footer-subpage-mobile-menu li .dcjq-parent .dcjq-icon:before {
  font-family: "fontAwesome";
  content: "\f078";
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10;
}

.footer-subpage-mobile-menu li .dcjq-parent.active .dcjq-icon:before {
  content: "\f077";
}

/* Injury (yellow) */
ul.hp-helplist li.themeA a {
  border-left-color: #CCCF19;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeA:before {
  background-color: #CCCF19;
}

/* Family (Orange) */
ul.hp-helplist li.themeB a {
  border-left-color: #E5A812;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeB:before {
  background-color: #E5A812;
}

/* Property (Lt. Blue) */
ul.hp-helplist li.themeC a {
  border-left-color: #00AAE7;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeC:before {
  background-color: #00AAE7;
}

/* Disputes (Magenta) */
ul.hp-helplist li.themeD a {
  border-left-color: #AC0871;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeD:before {
  background-color: #AC0871;
}

/* Wills (Teal) */
ul.hp-helplist li.themeE a {
  border-left-color: #0090A1;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeE:before {
  background-color: #0090A1;
}

/* Business (Dk. Blue) */
ul.hp-helplist li.themeF a {
  border-left-color: #005BAA;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeF:before {
  background-color: #005BAA;
}

/* Crime (Red) */
ul.hp-helplist li.themeG a {
  border-left-color: #FF0000;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeG:before {
  background-color: #FF0000;
}

/* Conveyancing (Navy Blue) */
ul.hp-helplist li.themeH a {
  border-left-color: #000080;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeH:before {
  background-color: #000080;
}

/* Insurance (Green) */
ul.hp-helplist li.themeI a {
  border-left-color: #66B400;
}

.rg-megamenu-expertise-tab-links.nav-pills .nav-link.themeI:before {
  background-color: #66B400;
}

/* RG Wills Form -- from v1 theme */
.rg_gf_list_fmobile .ginput_container table.gfield_list thead {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.rg_gf_list_fmobile .ginput_container table.gfield_list tbody tr.gfield_list_group {
  margin: 16px 0;
  padding-top: 12px;
  display: block;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
  border-bottom: 4px solid #ccc;
}

.rg_gf_list_fmobile .ginput_container table.gfield_list tbody tr.gfield_list_group td.gfield_list_cell {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
}

.rg_gf_list_fmobile .ginput_container table.gfield_list tbody tr.gfield_list_group td.gfield_list_cell + td.gfield_list_cell {
  padding: 4px 0 0 0;
}

.rg_gf_list_fmobile .ginput_container table.gfield_list tbody tr.gfield_list_group td.gfield_list_icons {
  display: block;
  width: 100% !important;
  padding: 0 4px 4px 4px !important;
  background-color: #eee;
  border-bottom: 0;
  margin: 16px 0 0 0 !important;
}

.rg_gf_list_fmobile .ginput_container table.gfield_list tbody tr.gfield_list_group td.gfield_list_cell:after,
.rg_gf_list_fmobile .ginput_container table.gfield_list tbody tr.gfield_list_group td.gfield_list_icons:after {
  margin: 3px 0 8px 8px;
  content: attr(data-label);
  font-size: 0.875em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
  display: block;
  clear: both;
}

hr.hr-xs {
  border-width: 2px;
  border-color: #FAF9F7;
  width: 40px;
  margin-left: 0;
}

.rg-tab-wills-products .uabb-tabs-style-bar > nav > ul li {
  margin: 0 !important;
}

.rg-tab-wills-products .uabb-tabs-style-bar > nav > ul li a {
  background-color: #ffffff;
}

.rg-tab-wills-products .uabb-tabs-style-bar > nav > ul li:first-child a {
  border-radius: 50px 0 0 50px;
}

.rg-tab-wills-products .uabb-tabs-style-bar > nav > ul li:last-child a {
  border-radius: 0 50px 50px 0;
}

@media (min-width: 768px) {
  .steps-dashed-line-left:before,
  .steps-dashed-line-right:after {
    content: "";
    display: block;
    height: 10px;
    width: calc(50% - 60px);
    margin: 0 2px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 2px dashed #979797;
    z-index: -1;
  }
  .steps-dashed-line-left:before {
    left: 0;
    top: 45px;
  }
  .steps-dashed-line-right:after {
    right: 0;
    bottom: 25px;
  }
}
.rg-wills-grid-item .rg-btn {
  padding: 14px 5px;
  min-height: auto;
}

.rg-wills-grid-item ul li .fa,
.rg-wills-grid-item ul li .fas {
  font-size: 14px;
  color: #B5ADA5;
}

/* END OF: RG Wills Form -- from v1 theme */
/* RG WILLS GFORM */
.gform_wrapper.rg_wills_form_wrapper {
  margin-top: 0px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield:not(.rg_hidden) + .gfield.rg_hidden {
  margin-top: 2.7em !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield .gfield_label {
  font-weight: 600;
  color: #857E76;
  margin-bottom: 0px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield .gfield_radio [type=radio] {
  width: 1.2em !important;
  height: 1.35em;
  margin-top: 1px !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield .gfield_checkbox [type=checkbox] {
  width: 1em !important;
  height: 1em;
  margin-top: -1px !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield .ginput_container.ginput_container_radio {
  margin-top: 16px !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.rginput_percentage .ginput_container::after {
  content: "%";
  padding: 0px 10px 0px 0px;
  margin-top: -2.15em;
  float: right;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.rginput_percentage .ginput_container > input[type=text] {
  text-align: right;
  padding-right: 30px !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error {
  margin-top: 16px;
  padding-top: 0;
  border: none;
  background-color: transparent;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error.gf_first_quarter, .gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error.gf_second_quarter, .gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error.gf_third_quarter, .gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error.gf_fourth_quarter {
  padding-right: 16px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error > .validation_message {
  padding-top: 5px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error > .gfield_label {
  margin-top: 0;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error > .ginput_container {
  margin-top: 8px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error > .ginput_container.ginput_container_radio {
  margin-top: 16px !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error > .ginput_container.ginput_container_radio > ul.gfield_radio {
  margin-bottom: 0;
  line-height: 1.4;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gfield.gfield_error > .ginput_container.ginput_container_radio > ul.gfield_radio + .validation_message {
  padding-top: 0;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gform_body {
  padding: 0 30px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form > .gform_footer {
  padding: 30px 0 0 0;
  margin: 60px 30px 30px 30px;
  border-top: 2px dotted #e2e2e2;
  width: auto;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gform_body .gfield.gsection .gsection_title {
  color: #857E76;
  display: list-item;
  list-style-type: disc;
  margin-left: 20px !important;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gform_body .gform_page_footer {
  margin-top: 60px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps {
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 0px;
  border-radius: 10px 10px 0 0;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #ddd;
  margin-top: 13px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps::-webkit-scrollbar-track {
  background-color: #ddd;
  margin-top: 13px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bbb;
  border: 2px solid #bbb;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step {
  margin: 0;
  margin-left: -2px;
  padding: 30px 10px 30px 25px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step {
    width: auto;
    display: inline-block;
  }
}
.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step .gwmpn-page-link {
  text-decoration: none;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_last {
  padding: 30px 25px 30px 25px;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step + .gf_step {
  border-style: solid;
  border-width: 0px 0px 0px 30px;
  -o-border-image: url("/wp-content/uploads/2020/07/arrow-border.svg") 25 stretch;
  border-image: url("/wp-content/uploads/2020/07/arrow-border.svg") 25 stretch;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step .gf_step_number {
  font-weight: bold;
  font-size: 16px;
  height: 35px;
  width: 35px;
  background-color: #f2e5dc;
  border-radius: 35px;
  padding: 9px 0px;
  text-align: center;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_active {
  background-color: #212721;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_active + .gf_step {
  border-style: solid;
  border-width: 0px 0px 0px 30px;
  -o-border-image: url("/wp-content/uploads/2020/07/arrow-border-dark.svg") 25 stretch;
  border-image: url("/wp-content/uploads/2020/07/arrow-border-dark.svg") 25 stretch;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #fff;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_completed {
  background-color: #857E76;
  opacity: 1;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  color: #857E76;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_completed .gf_step_label {
  color: #f2e5dc;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_completed + .gf_step_active {
  border-style: solid;
  border-width: 0px 0px 0px 30px;
  -o-border-image: url("/wp-content/uploads/2020/07/arrow-border-between.svg") 25 stretch;
  border-image: url("/wp-content/uploads/2020/07/arrow-border-between.svg") 25 stretch;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_pending {
  opacity: 1;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .rg-wills-cc-field {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .gform_wrapper.rg_wills_form_wrapper .rg_wills_form .rg-wills-cc-field {
    width: 100%;
  }
}
.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .rg-wills-cc-field .ginput_container_creditcard .gfield_description.validation_message {
  padding-top: 5px !important;
  margin-bottom: 16px !important;
}

/* RG WILLS GFORM END */
/* JQUERY UI - autocomplete */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 300px;
  overflow-y: auto;
}

.ui-autocomplete.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-autocomplete.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  max-width: 450px;
}

.ui-autocomplete.ui-front {
  z-index: 100;
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-autocomplete .ui-menu-item {
  padding: 3px 10px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
  background-color: #f2e5dc;
}

.gfield_html .separator-h {
  font-weight: bold;
  overflow: hidden;
}

.gfield_html .separator-h:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #c1beb9;
}

.gfield_html .separator-h-dashed {
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  color: #857E76;
}

.gfield_html .separator-h-dashed:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px dashed #c1beb9;
}

.gfield_html .wills-html-label {
  font-weight: 600;
  color: #857E76;
  font-size: 16px;
  margin-top: 16px;
}

span.ui-helper-hidden-accessible[role=status] {
  display: none;
}

/* JQUERY UI - autocomplete - END */
.rg_copy_addr {
  margin-bottom: -40px;
}

.rg_copy_addr .ginput_container_checkbox .gfield_checkbox {
  text-align: right;
  padding-right: 16px;
}

.rg_copy_notice {
  margin-top: -16px !important;
  margin-bottom: 16px;
}

.rg_hidden {
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -2.7em !important;
  z-index: -3 !important;
}

.rg_hidden.gfield_error {
  visibility: visible !important;
}

.page-id-2609 .ui-helper-hidden-accessible {
  display: none;
  height: 0;
  width: 0;
}

.page-id-2609 > .ui-datepicker.ui-widget.ui-widget-content {
  display: none;
}

.gform_wrapper.rg_wills_form_wrapper .rg_wills_form .gf_page_steps .gf_step.gf_step_hidden {
  display: inline-block;
}

.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  border-radius: 2px;
}

.wechat-qrcode-caption {
  text-align: center;
  margin-bottom: 12px;
}

.page-id-2146 #site-filter-xs-controller,
.page-id-2146 #site-filter-body {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.sticky-wechat_qr_code {
  position: fixed;
  display: inline-block;
  right: 20px;
  bottom: 0%;
  padding: 20px 0px 20px 20px;
  z-index: 99;
}
.sticky-wechat_qr_code a {
  text-decoration: none;
  font-size: 24px;
  background: #fff;
  border: 1px solid #484F48;
  color: #484F48;
  border-radius: 24px;
  width: 46px;
  height: 46px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(72, 79, 72, 0.2509803922);
          box-shadow: 2px 2px 4px 0px rgba(72, 79, 72, 0.2509803922);
}
.sticky-wechat_qr_code a:hover {
  background: #484F48;
  color: #fff;
}

.popover-sticky-wechat_qr_code {
  right: 15px !important;
  left: unset !important;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  top: unset !important;
  bottom: 75px;
  position: fixed !important;
}
.popover-sticky-wechat_qr_code .arrow {
  left: unset !important;
  right: 15px !important;
}

.classtoolTipsCustomShortCode {
  border-bottom: 2px dotted #888;
}

.td-tooltip {
  border-bottom: 2px dotted #888;
}

.td-tooltip-box {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}
.td-tooltip-box .tooltip-inner {
  max-width: 350px;
  text-align: start;
  background-color: #212721;
  padding: 0.75rem;
}

/* -------------------------------
---------- PEOPLE ----------------
--------------------------------*/
.rg_cpt_people-template-single-rg_cpt_people_2 .h3, .rg_cpt_people-template-single-rg_cpt_people_2 .h3 h2.fl-heading {
  font-size: 28px !important;
  line-height: 1.28 !important;
  margin-bottom: 0 !important;
}
.rg_cpt_people-template-single-rg_cpt_people_2 p:last-child {
  margin-bottom: 0;
}

.page-banner-md.hero .page-banner-md-content {
  padding-top: 80px !important;
  height: inherit !important;
  min-height: inherit !important;
}
@media screen and (max-width: 1024px) {
  .page-banner-md.hero .page-banner-md-content {
    padding-top: 40px !important;
  }
}
.page-banner-md.hero h1 {
  font-size: 50px !important;
}
@media screen and (max-width: 1199px) {
  .page-banner-md.hero h1 {
    font-size: 34px !important;
  }
}
.page-banner-md.hero .position {
  font-size: 18px;
  font-weight: 700;
}
.page-banner-md.hero .accreditation-badge {
  width: 50px !important;
}
.page-banner-md.hero .page-banner-md-oval {
  background-size: 1200px 600px !important;
  left: -10% !important;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .page-banner-md.hero .page-banner-md-oval {
    background-size: 1200px 345px !important;
    left: -30% !important;
  }
}
@media (max-width: 767px) {
  .page-banner-md.hero .page-banner-md-oval {
    background-size: 800px 400px !important;
    background-position: left bottom !important;
    left: 0 !important;
  }
}
.page-banner-md.hero .page-banner-md-content .btn:hover {
  text-decoration: underline !important;
}
.page-banner-md.hero .border-bottom {
  margin-bottom: 40px !important;
  padding-bottom: 40px !important;
  border-bottom-color: #212721 !important;
}
@media screen and (max-width: 1199px) {
  .page-banner-md.hero .border-bottom {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-banner-md.hero .border-bottom {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
}
.page-banner-md.hero .btn {
  padding: 10px;
  border-radius: 8px;
  border-width: 1px;
  min-height: inherit;
  text-decoration: none;
}
.page-banner-md.hero .btn i {
  width: 16px;
}

.people-single h2, .people-single .h2 {
  font-size: 34px !important;
  line-height: 1.35 !important;
}

.ul-circle {
  margin: 0;
  padding: 0;
}
.ul-circle li {
  position: relative;
  display: block;
  padding-left: 30px;
}
.ul-circle li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #B5ADA5;
  border-radius: 50%;
}

.publication-item img {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2) !important;
}

.read-more {
  font-weight: 700;
  text-decoration: none;
}
.read-more i {
  font-size: 18px !important;
}

.read-more:hover {
  text-decoration: underline;
}

.rg-home-wills {
  background: url("library/images/themes/wills/header-main-wills.svg") no-repeat bottom left 20px;
}

@media only screen and (max-width: 1600px) {
  .rg-home-wills {
    background: url("library/images/themes/wills/header-main-wills.svg") no-repeat bottom left -20vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-home-wills {
    background-size: 90%;
    background-position: bottom center;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .rg-home-wills {
    background-position: bottom -75%;
  }
}
@media screen and (max-width: 1024px) {
  .rg-home-wills {
    background-size: 80%;
    background-position: bottom center;
    padding-bottom: 0;
  }
}
/** Header Dec 12 2023  **/
.hdr_topbar {
  margin: 0;
  padding: 0;
}

.hdr_topbar li {
  display: inline-block;
  position: relative;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
}

.hdr_topbar li:nth-last-of-type(1) {
  padding-right: 0;
}

.hdr_topbar li:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d3d3d3;
}

.hdr_topbar li:nth-last-of-type(1):after {
  display: none;
}

.hdr_topbar i {
  margin-right: 10px;
}

.hdr-main-menu-wrapper ul {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-main-wrapper li, .header-main-wrapper li a {
  background-color: transparent !important;
  padding: 0;
  border: 0;
}

.header-main-wrapper .sub-menu {
  top: 109px !important;
  left: 0;
  width: 340px;
}

.header-main-wrapper .sub-menu li {
  display: inherit !important;
  padding: 0;
}

.header-main-wrapper .sub-menu li:after {
  display: none;
}

.header-main-wrapper .sub-menu li a {
  padding: 12px 30px;
  background-color: #222822 !important;
  color: #fff !important;
  border-bottom: 1px solid #4d4b4b;
}

.header-main-wrapper .sub-menu li:hover a {
  background-color: #fff !important;
  color: #222822 !important;
}

.header-main-wrapper .sub-menu li a:after {
  content: "\f178";
  position: absolute;
  right: 30px;
  font-family: "fontAwesome";
  font-weight: 300;
}

.header-main-wrapper .sub-menu li:nth-last-of-type(1) a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 0;
}

@media (min-width: 1921px) {
  ul.header-main-menu li {
    padding: 41px 20px;
  }
}/*# sourceMappingURL=style.css.map */