/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  

  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  
  .limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-table100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .wrap-table100 {
    width: 960px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .table {
    width: 100%;
    display: table;
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    .table {
      display: block;
    }
  }
  
  .tabrow {
    display: table-row;
    background: #fff;
  }
  
  .tabrow.header {
    color: #000;
    background: #eee;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
    .tabrow {
      display: block;
    }
  
    .tabrow.header {
      padding: 0;
      height: 0px;
    }
  
    .tabrow.header .cell {
      display: none;
    }
  
    .tabrow .cell:before {
      font-family: Poppins-Bold;
      font-size: 12px;
      color: #808080;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: unset !important;
  
      margin-bottom: 13px;
      content: attr(data-title);
      min-width: 98px;
      display: block;
    }
  }
  
  .cell {
    display: table-cell;
  }
  
  @media screen and (max-width: 768px) {
    .cell {
      display: block;
    }
  }
  
  .tabrow .cell {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;
  
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .tabrow.header .cell {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: unset !important;
  
    padding-top: 19px;
    padding-bottom: 19px;
  }
  
  .tabrow .cell:nth-child(1) {
     width: 240px;
    padding-left: 40px;
  }
  
  .tabrow .cell:nth-child(2) {
    width: 240px;
  }
  
  .tabrow .cell:nth-child(3) {
    width: 250px;
  }
  
  .tabrow .cell:nth-child(4) {
    width: 190px;
  }
  
  
  .table, .tabrow {
    width: 100% !important;
  }
  
  .tabrow:hover {
    background-color: #eee;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .tabrow {
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 18px;
      padding-top: 30px;
      padding-right: 15px;
      margin: 0;
    }
    
    .tabrow .cell {
      border: none;
      padding-left: 30px;
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .tabrow .cell:nth-child(1) {
      padding-left: 30px;
    }
    
    .tabrow .cell {
      font-family: 'Open Sans';
      font-size: 18px;
      color: #555555;
      line-height: 1.2;
      font-weight: unset !important;
    }
  
    .table, .tabrow, .cell {
      width: 100% !important;
    }
  }


  /* GF SELECT */
select {
  text-transform: unset !important;
}
.gform_wrapper.gravity-theme #gform_2 .chosen-container-single .chosen-single {
  border: none;
  background: whitesmoke;
  box-shadow: none;
  border-radius: 5px;
}

.gform_wrapper.gravity-theme #gform_2 .chosen-container .chosen-drop {
  border: none;
  box-shadow:none;
  background: #e7e7e7;
}

.gform_wrapper.gravity-theme #gform_2 .chosen-container .chosen-results li.highlighted {
  background-color:#0055c8;
  background-image:none;
  color:#fff
}

input.chosen-search-input {
  background: #fff !important;
}

#field_2_17 input.chosen-search-input,
#field_2_18 input.chosen-search-input,
#field_2_20 input.chosen-search-input,
#field_2_24 input.chosen-search-input,
#field_2_23 input.chosen-search-input
 {
  display: none;
}

#gform_2 input, 
#gform_2 textarea,
#gform_2 select {
  font-family: 'Open Sans', sans-serif;
}

.gform_wrapper.gravity-theme #gform_2 .gfield_label {
  font-family: 'Rubik', 'Open Sans', sans-serif;
}

#gfrom_2 .gfield {
  margin-bottom: 40px;
}


span.remaining {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #0055c8;
  letter-spacing: 0.5px;
  margin-left: 40px;
}