p {
margin-top: 0px !Important;
margin-bottom: 1.4rem !Important;}

.mobile-padding.secondary-section-color-h2 {
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 9rem;
    padding-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .mobile-padding.secondary-section-color-h2 {}
    padding-top: 7rem ;
    padding-bottom: 3rem ;
}



/* Error pages */
.error-page h1 {
margin-bottom:0px;}
.error-page p {
margin-bottom:6px;
}


.error-page h1 span {
  font-size: 14rem;
  color: #dd4b4b;}

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  max-width:600px;
  margin-right: auto;
  margin-left: auto;
}

.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.form {
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.2), 0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 0px 0px 1px rgba(16, 24, 40, 0.2);
    margin: 2rem auto;
    max-width:576px; 
    background-color: white;
    }

@media only screen and (max-width: 576px) {
 .systems-page.form {
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.2), 0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 0px 0px 1px rgba(16, 24, 40, 0.2);
    margin: 0rem auto;

}
  .error-page h1 span {
  font-size: 5rem;
  color: #dd4b4b;}
}



.systems-page {
  margin: 0 auto;
  padding: 3rem 2rem;
}

@media only screen and (max-width: 576px) {
.systems-page {
  padding: 3rem 1rem;
}
}


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

.systems-page--search-results h1 {
  text-align:center;
}

.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;
}

.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 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

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

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* 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;
  width: 100% !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;
}

{
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.2), 0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 0px 0px 1px rgba(16, 24, 40, 0.2);
}




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


.content-wrapper.unsubscribe {
padding:0rem !important;

}

.systems-page.unsubscribe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    min-height: auto;
    align-items: center;
    padding: 0rem;
    margin: 0;
    width: 100%;
    column-gap:1rem;
}
 




.absolute-image {
display: flex;
align-content: stretch;
position: absolute;
left: 0;
min-width: 50%;
max-width: 50%;
max-height: 100%;
min-height: 100%;}

.absolute-image img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 960px) {
  .absolute-image img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100% !important;
}
  
}
}
.mobile-padding {
    display: flex;
    justify-content: center;
    padding-right: 1rem;}



.mobile-padding.secondary-section-color-h2 input[type='submit']{
  margin-top: 2rem;
}

.mobile-padding.secondary-section-color-h2 .Subscribe_form input[type='submit'] {
 margin-top: 0rem;
 font-weight:bold;}

@media only screen and (max-width: 940px) {
  .mobile-padding.secondary-section-color-h2 p {
    font-weight: bold; }
  .mobile-padding.secondary-section-color-h2 {
    font-weight: bold; 
    display: flex;
    flex-direction: column;
    align-items: center;}
  
  .absolute-image {
    display: flex;
    align-content: stretch;
    position: absolute;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;}
  
    .absolute-image img{
      
      opacity: 0.15;
     
    margin: 0rem;

    }
  
  .systems-page.unsubscribe {
     display: grid;
  grid-template-columns: 1fr;
  position: relative;
  min-height:auto ;
  align-items: center
}

  .mobile-padding {
  padding: 1rem;
  display: block;
  
  }
  .mobile-padding input[type='submit']{
  margin-right: auto !important;
  margin-left: auto !important;
}
  .mobile-padding input[type='email']{
  margin-right: auto !important;
  margin-left: auto !important;
  display:flex;
  width: 100%;
}
}

.systems-pages.unsubscribe.full {
grid-template-columns: 1fr 1fr;}


select#hs-localization-select {
    margin-bottom: 1.4rem;
}


  .error-page .button {
    border: 0;
    background: none;
}