<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  
  #print-preview {
      display: none !important;
  }
  
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_1{
      visibility: hidden !important;
    }

    #form-element-wrapper_2{ display:none;}
    
/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
ul,ol{
    margin-right: 20px;
}
  
    .header_container {
      display: flex;
      justify-content: space-between;
      column-gap: 30px !important;
  }
label{
    padding-bottom:0;
}
  .greyboxsmall {
    background-color: #e5e5e5;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin-inline-start: 3px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  /*----------------- Box ---------------------*/
.box {
  
    background-color: #e5e5e5;
    margin-bottom: 20px;
    width: 45%;
    height: 100px;
    margin-top: 0%;
    border: 0px solid #ccc;
}
.box1 {
  
    background-color: #e5e5e5;
    margin-bottom: 20px;
    width: 65% !important;
    height: 100px;

    border: 0px solid #ccc;
}
.phonenumbers {
    width: 42% !important;
    margin-top: 0px;
}
.return-to-container {
    display: flex;  /* Aligns items side by side */
    align-items: center;  /* Vertically centers the label and box */
    gap: 0px;  /* Adds space between label and box */
    width:585px;
  }
  .divTableCellP {
    display: table-cell;
    width: 60%;
    padding: 2px;
    white-space: nowrap;
}
  .return-to-label {
    margin-right: 10px !important;  /* Space between the label and the box */
  }

.mailDate{
    margin-top: 0% !important;
}
.mailDate1{
    margin-top: 0% !important;
}
.form-field {
    display: flex !important
;
    align-items: end;
    margin-bottom: 5px;
}
.divTableCell4 {
    display: block;
    padding-top: 5px !important;
    width: 100%;
}
.chkbx {
    width: 21% !important;
    align-content: end;
    padding-inline-start: 5px;
    padding-bottom: 10px;
}
.divTableCell3 {
    display: block
;
    padding-bottom: 10px;
    width: 100%;
}.grid-container {
    display: grid !important
;
    gap: 0.5rem;
    grid-template-columns: 17% 24.6% 32.2% 23.8%;
    padding-bottom: 10px;
    /* padding: 1rem; */
}
.grid-container1 {
    display: grid !important
;
    gap: 0.65rem;
    grid-template-columns: 42% 32% 24%;
    padding-bottom: 10px;
    /* padding: 1rem; */
}
.c1text {
    display: block;
    padding-left: 24px;
    margin-right: 24px;
    margin-top: -21px;
  
}
.checkbox-item {
    display: flex
;
    align-items: center;
    gap: 0.5rem;
}
.blank-lineM {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 75px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:200px;
}
.blank-line2{
    display: inline-block; 
    border-bottom: 1px solid black;
    width:75px;
    margin-inline-end: 5px;
    margin-inline-start: 5px;
    height: 18px;
}
.blank-line1p {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:150px;
}
.checktext {
    margin-top: -9px;
    padding-left: 5px;
    padding-right: 5px;
}
.divTableRowW {
    display: table-row;
}
.divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 15px;
    padding-bottom: 0px;
}
.form-fieldW .halflineW {
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: -3px;
    display: inline-block;
}


.form-fieldW div {
  text-align: left;
    margin-top: 1px;
}
.Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   }  
   
.divTableRow {
    display: table-row;
    }
    .divTableCellN {
        display: table-cell;
        padding-top: 6px;
        padding-right: 3px;
        text-align: left;
    }
    .divTableCellW {
        display: table-cell;
        padding-right: 10px;
    
        width: 5%;
   
        padding-bottom: 0px;
    }
  
    .form-fieldW div {
       
        margin-top: 1px;
    }
    .blank-line {
        /*display: inline-block; */
        border-bottom: 1px solid black;
        width:300px;
        padding-top:11.25px;
    }
    .greyboxsmall1{
        background-color: #e5e5e5;
        padding: 55px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        margin-inline-start: 3px !important;
    }
    .form-field1 {
        display: flex
    ;
        align-items: center;
        margin-bottom: 5px;
        flex-wrap: wrap;
        padding-left: 96px;
    padding-right: 96px;
    }
    .form-field1 .text {
        white-space: nowrap;
        padding-bottom:10px;
    }
    .form-field1 .line {
        flex-grow: 0.55;
        border-bottom: 1.5px solid #000;
    }
    .line150{
       
            flex-grow: 1;
            border-bottom: 1.5px solid #000;
            height: 10px;
            margin-left: 5px !important;
            margin-right: 5px !important;
        }
        .line151{
       
            flex-grow: 0.37;
            border-bottom: 1.5px solid #000;
            height: 10px;
            margin-left: 5px !important;
            margin-right: 5px !important;
        }
        .line152{
       
            flex-grow: 0.55;
            border-bottom: 1.5px solid #000;
            height: 10px;
            margin-left: 5px !important;
            margin-right: 5px !important;
        }
        .line153 {
            flex-grow: 0.56;
            border-bottom: 1.5px solid #000;
            height: 10px;
            margin-left: 5px !important;
            margin-right: 5px !important;
        }
  
        .jtext {
            display: block;
            margin-top: 0px;
            margin-inline-start: 35px;
            padding-bottom: 0px;
            margin-left: 0px;
            margin-right: 0px;
        }
              .jtext {
            display: block;
            margin-top: 0px;
            margin-inline-start: 35px;
            padding-bottom: 0px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .DeclareTable {
            display: table;
            width: 100%;
            border-collapse: collapse;
        }

    @media only screen and (max-width: 768px) {
 
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
        .return-to-container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
        .phonenumbers {
            width: 85% !important;
            margin-top: 0px;
        }
        .divTableCell4 {
           
            padding-top: 10px !important;
            
        }
    .box{
        width:90%;
    }
    .return-to-label {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    .box1 {
    
        width: 54% !important;
    }
    .chkbx {
        width: 75% !important;
    }
    .form-fieldW .halflineW {
       
        width: 100% !important;
       
    }  
    .grid-container {
        grid-template-columns: 1fr;
        padding-bottom: 5px;
    }
    .grid-container1{
        grid-template-columns: 1fr;
        padding-bottom: 5px;
    }
    .mailDate1 {
        margin-top: 5% !important;
    } 
    .form-field1 .text {
        white-space: nowrap;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    .form-field1 {
        display: contents !important;

        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .form-field {
        display: block !important;
        align-items: end;
        margin-bottom: 5px;
    }
    }
    
  /* Media Query for iPad Mini */
  @media only screen 
  and (min-width: 768px) 
  and (max-width: 768px) 
  and (min-height: 1024px) 
  and (max-height: 1024px)
  {
  
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .box{
        width:50%;
    }
    .form-fieldW .halflineW {
       
        width: 50%;
       
    }   
    .phonenumbers {
        width: 42% !important;
        margin-top: 0px;
    }
    .box1 {
        width: 60% !important;
    }
}

</pre></body></html>