    form {
        width: 100%;
    }
    
    .newsletter2goContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
          font-size: 18px;
        line-height: 30px;
        letter-spacing: normal;
    }
    
    .newsletter2goRow{
        width: 100%;
    }
      
    @media (min-width: 992px){
        .newsletter2goRow{
            width: 50%;
        }
    }
      
    .newsletter2goRow:last-of-type {
        width: 100%;
        text-align: center;
    }
    
    .newsletter2goDetail input{
        border: 0px solid !important;
        border-bottom: 1px solid black !important;
        border-radius: 0px !important;
        padding: 0px !important;
        background-color: transparent;
    }
    
    div.newsletter2goDetail {
        width: 100%;
        padding: 8px
    }  
      
    .newsletter2goRow label {
        display: none;
    }
    
    .newsletter2goRow.checkbox-inline label {
        display: contents;
    }
      
    .newsletter2goDetail input:focus {
        background-color: transparent;
        outline: none;
    }
      
    .newsletter2goDetail input[type="checkbox"] {
        margin-right: 15px;
    }
    
    .newsletter2goDetail button {
        background-color: black !important;
        border-radius: 0px !important;
        padding: 10px 20px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 80px;
        cursor: pointer;
        font-size: 18px !important;
    }
    
    .newsletter2goDetail button:hover {
        opacity: 0.75
    }
    
    .newsletter2goContainer a {
        color: #000000;
    }
    
    .newsletter2goContainer a:hover {
        opacity: 0.75;
        text-decoration: none;
    }

    h3.c7n-newslettertitle {
        padding: 0px 8px;
    }
    
    .newsletter2goContainer a {
        font-weight: bolder;
    }