/*----- MAIN ELEMENTS -----*/

    body {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .header,
    .footer {
      padding-right: 15px;
      padding-left: 15px;
    }


    .header {
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px;
    }

    .header h3 {
       
      font-weight:700;
      padding-bottom: 15px;
      margin-top: 15px;
      margin-bottom: 0;
      line-height: 40px;
    }

    .header .hero-images {
      width: 700px;
      height: auto;
      display: block;
    }

    .header img {
      max-width: 100%;
      width: auto;
    }

    #default-content {
      display: none;
    }

    .col-sm-3 {
      text-align: right;
    }

    .optional-label {
      display: block;
      text-align: right;
      color: #999;
      font-size: 12px;
    }
    
    .required-fields {
      text-align: right;
    }
    .required-fields span {
      color: #a94442;
      font-weight: bold;
    }
    
    .list-group-item label {
      font-weight: normal;
      margin-top: 17px;
    }
      
    .list-group-item label input[type="checkbox"] {
      margin-right: 4px;
    }

    .checkbox-message.error {
      display: block;
    }

    .panel-group {
      height: auto!important;
    }

    .panel-group .panel-title .closed-icon,
    .panel-group .panel-title .open-icon {
      margin-right: 0.5em;
      top: 2px;
    }
          
    .panel-group .panel-title a:hover,
    .panel-group .panel-title a:active {
      text-decoration: none;
    }
    
    .panel-group .panel-title a:hover .text,
    .panel-group .panel-title a:active .text {
      text-decoration: underline;
    }
    
    .panel-group .panel-title .closed-icon { display: none; }
    .panel-group.closed .panel-title .open-icon { display: none; }
    .panel-group.closed .panel-title .closed-icon { display: inline-block; }

    /*FLEX CONTENT ACCORDION*/
    .flex-content {
      display: flex;
      align-items: center;
    }

    .flex-content .left {
      width: 75%;
    }

    .flex-content .left-full {
      width: 100%;
    }

    .flex-content .right {
      width: 25%;
      clear: both;
    }

    .flex-content .right a {
      float: right;
    }

    .flex-content .brand--name {
      display: inline-block;
      margin-left: 25px;
       
      font-weight:700;
    }

    .icon--chevron-right {
      background-image: url('http://www.email.kohler.com/preference-center/images/chevron-right-new.png');
      width: 24px;
      height: 21px;
      display: inline-block;
      vertical-align: middle;
    }

    .icon--chevron-down {
      background-image: url('http://www.email.kohler.com/preference-center/images/chevron-down-new.png');
      width: 24px;
      height: 21px;
      display: inline-block;
      vertical-align: middle;
    }
    
    /*FLEX CONTENT ACCORDION*/

    .btn--gray {
      width: 165px;
      background-color: #dbdbdb;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border: none;
      padding-left: 20px;
      padding-right: 20px;
       
      font-weight:700;
      text-transform: uppercase;
      color: #000;
      line-height: 40px;
      text-align: center;
    }

    .contact-section {
      margin-top: 45px;
    }

    .contact-section p{
       
      font-weight:300;
      color:#777;
    }

    .contact-section p a{
       
      font-weight:700;
      text-transform: uppercase;
      text-decoration: underline;
      color: #000;
    }

    .footer {
      padding-top: 19px;
      padding-left: 0px;
      color: #777;
      border-top: 1px solid #e5e5e5;
    }

    /* Customize container */

    .container {
      max-width: 730px;
    }

    @media (max-width: 768px) {
      .container {
        width: 100%;
      }

      .header .hero-images {
        width: 100%;
      }

      .flex-content {
        display: block;
      }

      .flex-content .left,
      .flex-content .right {
        width: 100%;
      }

      form label,
      form .col-sm-3{
        text-align: left!important;
      }

      .optional-label {
        text-align: left;
        margin-bottom: 5px;
      }
    }


/*----- FORM ELEMENTS -----*/

    form {
      margin-bottom: 18px;
    }

    form label {
       
      font-weight:700;
      font-size: 15px;
      color: #000;
    /*  text-align: right; */
    }

/*  form input {
      clear: both;
      display: block;
      width: 100%;
      box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.02);
      border: 1px solid #dbdbdb;
      height: 40px !important;
    }
*/

    select {
      height: 40px;
    }

    .form-group {
      margin-top: 15px;
      margin-bottom: 25px;
    }

    .check-field {
      display: inline-block;
      position: relative;
      top: -10px;
    }

    .input__value--checkbox {
      height: auto!important;
    }

    .input__value--checkbox + .input__label--paired {
      float: none; 
    }

    .input__value--checkbox:not(:checked),
    .input__value--checkbox:checked {
      font-size: 0/0;
      height: 0;
      opacity: 0;
      margin-bottom: 0 !important; 
    }

    .input__value--checkbox:not(:checked) + .input__label--paired,
    .input__value--checkbox:checked + .input__label--paired {
      color: currentColor;
       
      font-weight:400;
      font-weight: 400;
      font-style: normal !important;
      position: relative;
      padding-top: 0px;
      padding-left: 0px;
      outline: none; 
    }

    .input__value--checkbox:not(:checked) + .input__label--paired:focus:before,
    .input__value--checkbox:checked + .input__label--paired:focus:before {
        border: 1px dotted currentColor;
    }
    
    .input__value--checkbox:not(:checked) + .input__label--paired:before,
    .input__value--checkbox:checked + .input__label--paired:before {
        content: ' ' ;
        position: absolute;
        left: 0;
        top: 0;
        width: 1.1em;
        height: 1.1em;
        border: 2px solid #e8e8e8;
        background-color: #fff;
        border-radius: 4px;
    }
      
    .input__value--checkbox:not(:checked) + .input__label--paired:after,
    .input__value--checkbox:checked + .input__label--paired:after {
        content: "\2713";
        position: absolute;
        top: 0.4em;
        left: .5em;
        font-size: 9px;
        font-weight: bold;
        color: currentColor;
        transition: opacity .15s; 
    }
      
    .input__value--checkbox:not(:checked) + .input__label--paired:disabled, 
    .input__value--checkbox:checked + .input__label--paired:disabled {
        color: #aaa; 
    }
    
    .input__value--checkbox:not(:checked):disabled:before, 
    .input__value--checkbox:checked:disabled:before {
      box-shadow: none;
      background-color: #e8e8e8; 
    }

    .input__value--checkbox:not(:checked):disabled:after,
    .input__value--checkbox:checked:disabled:after {
      color: #e8e8e8; 
    }

    .input__value--checkbox:not(:checked) + .input__label--paired:after {
      opacity: 0; 
    }
  
    .input__value--checkbox:checked + .input__label--paired:before {
      background-color: #e8e8e8;
      background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05)); 
    }

    .check-unsubscribe .input__label--paired {
      text-align: left;
    }

    .check-unsubscribe .input__label--paired span {
      font-size: 12px;
      position: relative;
      top: -5px;
      left: 5px;
    }

    .check-unsubscribe .input__value--checkbox:not(:checked) + .input__label--paired,
    .check-unsubscribe .input__value--checkbox:checked + .input__label--paired {
      padding-left: 20px;
    }

    .control-unsubscribe {
      visibility: hidden;
    }

    .form-actions {
      margin: 25px 0;
    }

    .form-control + .form-control {
      margin-top: 6px;
    }

    /*Fix for IE "x" on inputs*/
    .form-control::-ms-clear {
      display: none;
    }

    /*ERROR MESSAGES + VALIDATION*/
    
    form input.error,
    form input:focus.error {
      border-color: #e50000;
      box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.02), 0 0 3px 0 #e50000;
    }

    form label.error {
       
      font-weight:300;
      color: #e50000;
      font-size: 85%;
    }

    form .checkbox-message {
      display: none;
       
      font-weight:300;
      color: #e50000;
      font-size: 100%;
    }

    .LV_validation_message {
      display: none;
    }
    
  /*ERROR MESSAGES + VALIDATION*/

  /*SELECT STYLE*/
  
  .select--white select {
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
  }

  .select--white select.error {
    border-color: #e50000;
    box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.02), 0 0 3px 0 #e50000; 
  } 

  .occupationOther {
    margin-top: 65px;
  }  
  /*SELECT STYLE*/