.newsletterAnonymousSignup input[type='email'] {
        border-color: var(--accent-color);
        padding: 4px;
    }
.newsletterAnonymousSignup .error input[type='email'] {
    border-color: red;
}
.newsletterAnonymousSignup .valid input[type='email'] {
    border-color: green;
}
.newsletterAnonymousSignup .newsletterValidation, .newsletterAnonymousSignup .signupError {display:none;color:red;font-size:10px;font-weight:bold;}
.newsletterAnonymousSignup .error .newsletterValidation {display:flex;}
.newsletterAnonymousSignup .newsletterErrors {
    color:red;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}
.newsletterAnonymousSignup {
    overflow: hidden;
    background: #fff;
    width:100%;display:block;
    /*max-height: 250px;*/
    transition: max-height 0.25s ease-in;
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,0.08);
    font-family: var(--font-community-sans);
    border: 1px solid rgba(0,0,0,0.15);
}
.newsletterAnonymousSignup.sticky {
    position:sticky;
    bottom:0;
    transition: bottom 0 ease-in;
}
.newsletterAnonymousSignup.hidden {
    max-height: 0;
    transition: max-height 0.15s ease-out;
}
.newsletterAnonymousSignup .anonymousDisclaimer {
    padding: 4px 24px;
    background-color: #f8f8f8;
    border-top: solid 1px rgba(0,0,0,0.15);
    position: relative;
    z-index:20;
}
.userMessaging {
    display:block;
    position:fixed;
    z-index: 1100;
    bottom: 200px;
    right: 100px;
    width: 250px;
    min-height:150px;
    max-height:300px;
    overflow-y:scroll;
    height:fit-content;
    background-color:#fff;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s east-out;
}
.userMessaging.hidden{
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.userMessaging.displayed{
    opacity: 1;
    transition: opacity 0.5s east-in;
}

    
.newsletterPage{
    position: relative;
    margin-bottom: -28px;
}
 .newsletterAnonymousSignup{
    text-align: center;

}
 .newsletterAnonymousSignup.displayed{
   /* bottom: 0;
    position:sticky;*/
   padding: 24px 0 22px;
}
.newsletterAnonymousSignup .known {
    color: #666;
    text-align: left;
    margin: 15px auto;max-width: 800px
}
 .newsletterAnonymousSignup h4{
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
     color: rgb(51, 51, 51);
}
 .newsletterAnonymousSignup label{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px
}
 .newsletterAnonymousSignup input[type="checkbox"]{
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-top: 0px
}
 .anonymousInfo{
    display: grid;
    column-gap: 10px;   
    width: 600px;
    margin:4px auto 15px;
    grid-template-columns: auto 180px
}

.newsletterAnonymousSignup .anonymousDisclaimer a {
    color: var(--accent-color);
}
 #anonymousEmail{
    height: 3.35rem;
    padding: 18.5px 14px;
    font-size: 1.1876em;
    font-weight: 400;
    width: 100%;
    height: 54px;
    border:1px solid #000;
    border-radius: 5px;
    color: #000
}
 #anonymousEmail > div{
    width: 100% 
}
 #anonymousSubscribe{
    height: 54px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(0, 110, 210);
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 16px
}
 #anonymousSubscribe:hover{
    background-color: rgb(0, 81, 131);
}
 .newsletterValidation{
    margin-top: 5px
}
 #allNewsletterGroups, #featuredGroup{
    max-width: 1228px;
    margin:0 auto;
    padding:0 15px
}
 .newsletterPageTitle{
    max-width: 1228px;
    margin:0 auto;
    text-align: center;
    padding:4px 15px 0
}
 .newsletterPageTitle h1{
    font-size: 36px;
    margin-bottom: 32px;
}
 .newsletterPageDescription{
    max-width: 1228px;
    margin:0 auto;
    text-align: center;
    padding:0 15px;
    font-size: 18px;
    padding-bottom: 4px;
}
 .newsletterGroupHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: .07px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #686868;
    padding-bottom: 0px;
    padding-top: 6px;
    font-weight: 700;
    margin-bottom: 23px;
    line-height: 1.5;
    margin-top: 0;
    grid-column: span 4
}
 .newsletterGroupAction{
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    color: #686868;
}
.newsletterGroupAction.blue {color:#0065a4} 
.newsletterGroup{
    display: grid;
    grid-template-columns:repeat(4,1fr);
    gap:48px 0;
    margin-bottom: 48px 
}
.slide .newsletterGroup{
    gap:48px 32px;
    margin-bottom: 32px 
}
.newsletterInfo{
    max-width: 175px
}
.newsletterGroupItem{
    display: grid;
    grid-template-columns:30px auto;
    column-gap: 16px 
}

 .newsletterSelector input.newsletterSelectionTrigger{
    font-size: 14px !important;
    width: 24px;
    height: 24px;
}
 .newsletterFrequency{
    letter-spacing: .08px;
    font-size: 12px;
    color: #333;
}
 .newsletterTitle{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .09px;
    margin-bottom: 8px;
    color: #333;
}
 .newsletterDescription{
    line-height: 1.43;
    color: #686868;
    font-size: 14px;
}


#featuredGroup {
    padding: 0 15px;
}
#featuredGroup .newsletterGroup{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap:48px 0;
    margin-bottom: 48px 
}
#featuredGroup  .newsletterTitle{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .09px;
    margin-bottom: 8px;
    color: #333;
}
#featuredGroup .newsletterInfo {
    max-width: 100%;
}
#featuredGroup .newsletterDescription{
    line-height: 1.43;
    color: #686868;
    font-size: 16px;
}

/* desktop */
@media (min-width: 767px) {
    .newsletterPageTitle h1{
        font-size: 31px;
        margin-bottom: 20px;
    }
}

/*mobile*/
 @media (max-width: 768px){
     .newsletterGroup, .featuredGroup{
        grid-template-columns:repeat(2,1fr);
        row-gap:20px
    }
    
    #tncms-region-index-full-one-top + .row.row-one,
    #tncms-region-index-full-one-bottom + .row.equal-height,
    #tncms-region-index-full-one-top,
    #tncms-region-index-full-one-bottom {
        display: none;
    }
    
    #featuredGroup .newsletterGroup {
        grid-template-columns: repeat(2,1fr);
        row-gap: 20px;
    }
    
    #featuredGroup .newsletterDescription {
        font-size: 12px;
    }
    
     .newsletterGroupHeader{
        grid-column: span 2;
        flex-direction: column;
        border: 0;
        margin-bottom: 0
    }
     .newsletterGroupTitle{
        border-bottom: 1px solid #686868;
        width: 100% !important;
        text-align: center;
        padding-bottom: 10px;
        font-size: 16px
    }
     .newsletterFrequency{
        font-size: 10px
    }
     .newsletterTitle{
        font-size: 12px
    }
     .newsletterDescription{
        font-size: 12px;
    }
     .newsletterAnonymousSignup h4{
        font-size: 18px
    }
     .newsletterAnonymousSignup label{
        font-size: 12px
    }
     .anonymousInfo{
        display: flex;
        flex-direction: column;
        max-width: 600px;
        width: auto !important;
        row-gap:20px
    }
    
    .newsletterAnonymousSignup.displayed {
        display:block;
        max-height: 295px;

    }
    .newsletterPageTitle{padding-top: 0}
    .newsletterPageTitle h1{
    font-size: 22px;
    margin-bottom: 18px;
    }
    .newsletterPageDescription{
    font-size:12px;
    padding-bottom:12px
    }
    .newsletterAnonymousSignup .known {
        margin: 0 10px;
    }
    .newsletterGroupActions span:last-child {padding-right: 0;}
    #anonymousEmail{margin-left: 25px;margin-right: 25px;width: 100%;max-width: calc(100% - 50px)}
    #anonymousSubscribe{height: 30px;min-width: 150px;margin:0 auto}
    .newsletterAnonymousSignup input[type="checkbox"]{margin-left: 10px}
    .newsletterAnonymousSignup label{text-align: left !important;padding-right: 10px}
    .newsletterGroupItem{column-gap: 4px}
    .newsletterGroupHeader{margin: 0 -15px}
    #allNewsletterGroups{padding:0 5px}
    .newsletterGroup{column-gap: 20px}
}

/* Sign in spinner */
     .buttonSpin {
      position: relative;
    }
    
    .buttonSpin__text {
      color: #ffffff;
      transition: all 0.2s;
    }
    
    .buttonSpin--loading .buttonSpin__text {
      visibility: hidden;
      opacity: 0;
    }
    
    .buttonSpin--loading::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border: 4px solid transparent;
      border-top-color: #ffffff;
      border-radius: 50%;
      animation: buttonSpin-loading-spinner 1s ease infinite;
    }
    
    @keyframes buttonSpin-loading-spinner {
      from {
        transform: rotate(0turn);
      }
    
      to {
        transform: rotate(1turn);
      }
    }
    
  /* TSP-3412 */
  .newsletterSubscriberOnly {
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  font-size: 10px;
  font-family: "Merriweather Sans";
  font-weight: 800;
  line-height: 12px;
  padding: 5px;
  text-align: center;
  display: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 8px;
  margin-top: 4px;
}
/* TSP-3412 ends */