/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title:hover {
  text-decoration: none;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}
section.systemsadmin-wrapper {
    max-width: 100%;
    padding: 0;
}
.systemsadmin-page .system-wrap {
    display: flex;
    flex-wrap: wrap;
    min-height: 700px;
}
.systemsadmin-page .system-wrap>div {
    max-width: 50%;
    width: 100%;
}
.system-wrap .systems-left {
    background-image: url(https://3489653.fs1.hubspotusercontent-na1.net/hubfs/3489653/meet-team-banner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 10rem 8rem;
    position: relative;
}
.system-wrap .systems-left::before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 0;
}
.systems-left-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.system-wrap .systems-left h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 1.5rem;
    max-width: 40rem;
    position: relative;
    z-index: 1;
}
.system-wrap .systems-left p {
  color: #fff;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    z-index: 1;
}
.system-wrap .systems-right {
    padding: 9rem 2rem 2rem;
    text-align: center;
}
.system-wrap .systems-right .mapple-logo {
    margin: 0 0 30px;
}
.system-wrap .systems-right .mapple-logo img {
    margin: 0;
    max-width: 238px;
    width: 100%;
}
.system-wrap .form-container form label {
    color: #181818;
    font-weight: 600;
    text-align: left;
}
.system-wrap .form-container form .hs-form-field {
    margin: 0;
    position: relative;
}
.system-wrap .form-container form input[type='password'], 
.system-wrap .form-container form input[type='email'],
.system-wrap .form-container form input[type='text'] {
    border: 1px solid #8f8f92;
    border-radius: 5px;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 12px 15px;
    width: 100%;
}
.system-wrap .right-inner-wrap {
    margin: 0 auto;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.system-wrap .form-container form .hs-error-msgs li label {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin: 0;
    text-transform: none;
}
.system-wrap .form-container form input[type=password]#hs-register-widget-password,
.system-wrap .form-container form input[type=text]#hs-register-widget-password,
.system-wrap .form-container form input[type=password]#hs-reset-widget-password,
.system-wrap .form-container form input[type=text]#hs-reset-widget-password {
    margin: 0 0 5px;
}
.system-wrap .form-container form .hs-form-field p {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    color: #181818;
    margin: 0 0 20px;
}
.system-wrap .right-inner-wrap a.hs-register-widget-show-password,
.system-wrap .right-inner-wrap a.hs-reset-widget-show-password {
    font-size: 0 !important;
    height: 41px;
    position: absolute;
    right: 0;
    width: 30px;
}
.system-wrap .form-container form input[type=password],
.system-wrap .form-container form input[type=text] {
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-right: 40px;
}
.system-wrap .right-inner-wrap a.hs-register-widget-show-password+input[type=password],
.system-wrap .right-inner-wrap a.hs-reset-widget-show-password+input[type=password] {
    background-image: url(https://3489653.fs1.hubspotusercontent-na1.net/hubfs/3489653/show-password-icon.png);
}
.system-wrap .right-inner-wrap a.hs-register-widget-show-password+input[type=text],
.system-wrap .right-inner-wrap a.hs-reset-widget-show-password+input[type=text] {
    background-image: url(https://3489653.fs1.hubspotusercontent-na1.net/hubfs/3489653/hide-password-icon.png);
}
.system-wrap .form-container form input[type=password]::placeholder, 
.system-wrap .form-container form input[type=text]::placeholder,
.system-wrap .form-container form input[type=email]::placeholder {
    color: #636364;
}
.system-wrap .form-container form #hs-membership-password-requirements {
    margin-bottom: 16px;
}
.system-wrap .form-container form input#hs-reset-widget-password-confirm {
    margin-bottom: 0;
}
.system-wrap .form-container form label#hs-register-widget-checkbox-consent {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    text-align: left;
    width: calc(100% - 32px);
    margin: 0;
    text-transform:none;
}
.system-wrap .form-container form input[type=checkbox] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: -6px;
}
.system-wrap .form-container form .actions input[type=submit] {
    background: #f86a1f;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: block;
    font-size: 16px!important;
    font-weight: 600;
    line-height: 21px;
    margin: 18px 0 0;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}
.system-wrap .form-container form .actions input[type=submit]:hover,
.system-wrap .form-container form .actions input[type=submit]:focus {
    background: #000;
}
.system-wrap .form-container form .form-input-error {
    border: 1px solid #f2545b!important;
    margin-bottom: 6px!important;
}
.system-wrap .form-container form input:focus-visible {
    outline: none;
}
.membership-register-support {
    margin-top: 20px;
}

.membership-register-support p {
    color: #181818;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px;
    font-weight: 500;
}

.membership-register-support a {
    color: #ff671d;
    text-decoration: underline;
}

.membership-register-support__divider {
    align-items: center;
    display: flex;
    gap
gap
gap: 14px;
    justify-content: center;
    margin: 10px 0;
}

.membership-register-support__divider::before,
.membership-register-support__divider::after {
    background: #D0D0D0;
    content: "";
    flex: 1;
    height: 1px;
    max-width: 120px;
}
.membership-register-support__divider span {
    color: #636364;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.system-wrap .form-container form .hs-error-msgs li label.hs-error-msg {
    color: red;
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}
.systems-right .form-paraline {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #181818;
    font-weight: 500;
}
.system-wrap .form-container .hs_cos_wrapper_type_password_reset_request form .actions input[type=submit] {
    margin: 0;
}
.systems-page.system-content-page {
    padding: 12rem 0 5rem;
    text-align: center;
}
.system-content-page p.home-btn {
    margin: 0;
}
p.home-btn a {
    display: inline-block;
    background: #f86a1f;
    color: #fff;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 15px;
}
p.home-btn a:hover {
    background: #000;
}
.systems-right h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px;
}
.verify-registration-content p,
.registration-confirmation-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 4px;
}
.checkimg {
    margin: 0 0 20px;
}
.registration-confirmation-content a.hs-button {
    background: #f86a1f;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: block;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 21px;
    margin: 18px 0 0;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}
.registration-confirmation-content a.hs-button:hover {
 background: #000000;
}
.content-wrapper.search-result-page {
    max-width: 100%;
    padding: 0;
}
.search-result-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.search-result-banner {
    background-image: url('https://3489653.fs1.hubspotusercontent-na1.net/hubfs/3489653/search-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
}
.search-result-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.6) 35%,
    rgba(54, 54, 54, 0.4) 50%
  );
    z-index: 1;
}
.search-banner-content {
    padding: 12rem 0 6rem;
    position: relative;
    text-align: center;
    z-index: 2;
}
.search-banner-content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 12px;
}
.search-result-content {
    padding: 100px 0;
}
.search-result-content .search-results-container {
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.search-result-content .hs-search-results__listing {
   gap: 15px;
}
.search-result-content li.hs-search-results__listing__item {
    border: 1px solid #EAE3E3;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    display: block;
}
.search-result-meta {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.search-result-meta .search-result-icon {
    background: rgb(248 106 31 / 20%);
    color: #F86A1F;
    width: 32px;
    height: 32px;
    display: flex;
    text-align: center;
    line-height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.search-result-content .search-result-tag {
    padding: 3px 9px;
    border-radius: 999px;
    background: rgb(248 106 31 / 20%);
    color: #F86A1F;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

/* Search Results Page V2 - Hero Banner */
.search-hero-banner {
    background-image: url('https://3489653.fs1.hubspotusercontent-na1.net/hubfs/3489653/meet-team-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 500px;
}

.search-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.7) 35%,
        rgba(54, 54, 54, 0.5) 50%
    );
    z-index: 1;
}

.search-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.search-hero-text h1 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.search-hero-text p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 400;
}

.search-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

/* Search Input Form Styling */
.search-form-hero .hs-search-field {
    position: relative;
    margin-bottom: 20px;
}

.search-form-hero .hs-search-field__input {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    color: #333;
    transition: all 0.3s ease;
}

.search-form-hero .hs-search-field__input:focus {
    outline: none;
    border-color: #f86a1f;
    box-shadow: 0 0 0 3px rgba(248, 106, 31, 0.1);
}

.search-form-hero .hs-search-field__button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #f86a1f;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-form-hero .hs-search-field__button:hover {
    background: #000;
}

/* Keywords Styling */
.search-keywords {
    text-align: center;
    margin: 20px 0 0;
    font-size: 14px;
    color: #fff;
}

.keyword-tag {
    font-weight: 600;
    margin-right: 8px;
}

.keyword {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 4px 8px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Search Results Container */

.search-form-secondary {
    margin-bottom: 40px;
}

.search-form-secondary .hs-search-field {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.search-form-secondary .hs-search-field__input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 22px;
    background: #fff;
    color: #333;
}

.search-form-secondary .hs-search-field__button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: #f86a1f;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* Search Results Listing */
.hs-search-results__listing {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hs-search-results__listing__item {
    transition: all 0.3s ease;
}

.hs-search-results__listing__item:hover {
    border-color: #f86a1f;
    box-shadow: 0 4px 12px rgba(248, 106, 31, 0.1);
}

.hs-search-results__title {
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 26px;
    margin: 0 0 8px;
    display: block;
}

.hs-search-results__title:hover {
    color: #f86a1f;
}

.hs-search-results__description {
    color: #666;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.hs-search-results__url {
    color: #999;
    font-size: 13px;
    margin-top: 8px;
    display: block;
}

/* Page Count */
.search-results__page-count {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0 0 24px;
}

/* Pagination */
.hs-search-results__pagination {
    text-align: center;
    margin-top: 40px;
}

.hs-search-results__pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #d5dbe2;
    border-radius: 8px;
    color: #203040;
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    font-weight: 700;
    min-width: 38px;
    height: 34px;
}
.hs-search-results__pagination a:hover,
.hs-search-results__pagination .hs-search-results__pagination-current,
.hs-search-results__pagination a.hs-search-results__pagination__link--active {
    background: #f86a1f;
    border-color: #f86a1f;
    color: #fff;
}

/* No Results Message */
.hs-search-results__no-results {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.hs-search-results__no-results h3 {
    color: #141414;
    font-size: 24px;
    margin-bottom: 16px;
}

.hs-search-results__no-results p {
    font-size: 16px;
    line-height: 24px;
}
.hs-search-results__pagination__link--first, 
.hs-search-results__pagination__link--prev,
.hs-search-results__pagination__link--last, 
.hs-search-results__pagination__link--next {
    font-size: 0 !important;
}
@media (max-width: 1499px) {
    .system-wrap .systems-left {
        padding: 10rem 4rem;
    }    
}
@media (max-width: 1299px) {
    .system-wrap .systems-right {
        padding: 8rem 2rem 3rem;
    }
    .systems-page.system-content-page {
      padding: 10rem 0 4rem;
  }
}
@media (max-width: 1199px) {
  .system-wrap .systems-left h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 1rem;
  }
  .system-wrap .systems-left p {
    font-size: 18px;
    line-height: 26px;
  }
  .systems-page.system-content-page {
    padding: 8rem 0 4rem;
}
}
@media (max-width: 1023px) {
  .system-wrap .systems-left h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 1rem;
  }
  .system-wrap .systems-right .mapple-logo img {
    max-width: 200px;
  }
  .system-wrap .systems-right .mapple-logo {
    margin: 0 0 24px;
  }  
  .system-content-page h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 10px;
}
.system-content-page .hs_cos_wrapper_type_rich_text p {
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 20px;
}
}
@media (max-width: 991px) {  
  .system-wrap .systems-left {
    padding: 8rem 2rem;
}
}

@media (max-width: 767px) {
  .systemsadmin-page .system-wrap > div {
    max-width: 100%;
  }
  .system-wrap .systems-left h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .system-wrap .systems-left {
    padding: 8rem 1rem 2rem;
  }
  .system-wrap .systems-left p {
    font-size: 16px;
    line-height: 22px;
  }
  .system-wrap .systems-right {
    padding: 2rem 1rem 3rem;
  }
  .system-content-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .system-content-page p {
      font-size: 15px;
  }

  /* Search Results Mobile Responsive */
  .search-hero-banner {
    min-height: 400px;
  }

  .search-hero-content {
    padding: 60px 15px;
  }

  .search-hero-text h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 12px;
  }

  .search-hero-text p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
  }

  .search-form-wrapper {
    max-width: 100%;
  }

  .search-form-hero .hs-search-field__input {
    padding: 14px 16px;
    font-size: 15px;
  }

  .search-form-hero .hs-search-field__button {
    padding: 8px 12px;
    font-size: 13px;
    right: 6px;
  }

  .search-keywords {
    font-size: 13px;
  }

  .keyword {
    font-size: 11px;
    padding: 3px 10px;
    margin: 0 3px 6px 0;
  }

  .search-results-container {
    padding: 40px 15px;
  }

  .hs-search-results__listing__item {
    padding: 20px;
    margin-bottom: 12px;
  }

  .hs-search-results__title {
    font-size: 16px;
    line-height: 24px;
  }

  .hs-search-results__description {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-search-results__url {
    font-size: 12px;
  }

  .search-form-secondary .hs-search-field__input {
    padding: 12px 15px;
    font-size: 14px;
  }

  .search-form-secondary .hs-search-field__button {
    padding: 7px 12px;
    font-size: 12px;
  }
 }