main {
    top: 22px !Important;
    background: #FFFFFF !Important;
    border-radius: 0 !important;
}

table.basic-table {
    width: 100%;
}

.privacy_text {
  padding: 55px 0 63px;
}
.privacy_nav.bd_two {
  margin-top: 4px;
}
.privacy_nav ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.privacy_nav ul li:before {
  content: unset; 
}
.privacy_nav ul li {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
.privacy_nav ul li:after {
  background: url(https://f.hubspotusercontent30.net/hubfs/20293139/benevity_main_assets_2021/global_assets/arrow-dark.svg) 100% 50% no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 12px;
  margin-right: 10px;
  width: 6px;
}
.privacy_nav ul li:last-child:after{
  content:none;
}
.privacy_nav ul li:first-child a {
  font-weight: 700;
  line-height: 27px;
  padding-right: 2px;
}
.privacy_nav ul li:last-child a {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 400;
  pointer-events: none;
  line-height: 27px;
}
.privacy_policy_title h2,.privacy_policy_title h1 {
  line-height: 1.1666;
  font-weight: 500;
  margin-bottom: 54px;
}
.privacy_content {
  /*   max-width: 795px;
  margin: 0 auto; */
}
.privacy_content p {
  margin-bottom: 25px;
}
.privacy_content a {
  font-weight: 400;
}
.privacy_content em {
  color: inherit;
}
.privacy_content h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 25px;
}
.privacy_policy_title h1{
  color: #001a61;
}
.privacy_content ul {
  padding-left: 11px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.666;
}
.privacy_content ul li {
  font-size: 18px;
  line-height: 30px;
  text-indent: -22px;
  padding-left: 22px;
  text-align: left;
  margin-bottom: 10px;
}
.privacy_content iframe#grnhse_iframe {
  width: 100% !important;
  max-width: 100% !important;
}
@media(min-width: 768px) {
  .privacy_policy_title {
    /*     margin-top: -19px; */
  } 
  .privacy_content h3 {
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 25px;
  }
}

@media(max-width: 1025px) {
  .privacy_text {
    padding: 21px 0 60px;
  }
  .privacy_policy_title {
    margin-top: 25px;
  }
}

@media(max-width: 992px) {
  .privacy_text {
    padding: 23px 0 60px;
  }
  .privacy_policy_title {
    margin-top: 22px;
  }
}

@media (max-width: 1199px) and (min-width: 320px) {
  .privacy_content ul li{
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  }
}
@media(max-width:767px){
  .privacy_nav li.hs-menu-item.hs-menu-depth-1{
    display: none;
  }
  .privacy_nav.bd_one ul li.hs-menu-item.hs-menu-depth-1{
    display:block;
  }
  .privacy_nav.bd_two ul li.hs-menu-item.hs-menu-depth-1:first-child{
    display:block;
  }
  .privacy_nav.bd_three ul li.hs-menu-item.hs-menu-depth-1:nth-child(2){
    display:block;
  }
  .privacy_nav.bd_more ul li.hs-menu-item.hs-menu-depth-1:nth-child(3){
    display:block;
  }
  .privacy_nav ul li:before {
    background: url(https://f.hubspotusercontent30.net/hubfs/20293139/benevity_main_assets_2021/global_assets/arrow-dark.svg) 100% 50% no-repeat;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 0px;
    margin-right: 10px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    width: 6px;
  }
  .privacy_nav ul li:after{
    content:none;
  }
  .privacy_policy_title {
    margin-top: 0px;
  }
}

body.terms_of_use .body-container--terms-of-use .three_col_text_section .three_col_text_item h3{
  margin-bottom:25px;
  line-height: 1.25;
}
body.terms_of_use .body-container--terms-of-use .three_col_text_section .three_col_text_item p{
  line-height: 1.666;
}
body.terms_of_use .body-container--terms-of-use .three_col_text_section .three_col_text_item li{
  line-height: 1.666;
  font-size:18px;
}
body.terms_of_use .body-container--terms-of-use .three_col_text_section .three_col_text_fix.two .three_col_text_item {
  flex-basis: 46.6%;
  margin-right: 6.8%;
}
@media (max-width: 1199px) and (min-width: 320px){

  body.terms_of_use .body-container--terms-of-use .three_col_text_section .three_col_text_item li{
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  }
}
}


/* Table css >>> */
.table-responsive table.basic-table.table-headers thead {
  background-color: #e5e5e5 !important;
}
.table-responsive table.basic-table.table-headers tr th {
  background-color: #d0e2ff !important;
  font-size:16px;
  white-space: nowrap;
}
.table-responsive table.basic-table.table-headers tr th {
  text-align: left;
  border: 1px solid #494a52;
  color: #001A61;
}
.table-responsive table.basic-table tbody tr td {
  border: 1px solid #494a52;
  font-size:16px;
}
.table-responsive table.basic-table.table-headers tbody tr td:nth-child(3) {
  max-width: 520px;
}
.table-responsive table.basic-table.table-headers tbody tr{

}

.table-responsive .basic-table.table-headers.table-xl tr td:nth-child(2) {
  width: 20%;
}
.table-responsive .basic-table.table-headers.table-xl tr tr td:nth-child(3) {
  width: 30%;
}
.basic-table.table-headers.table-xl tr tr td:nth-child(4) {
  width: 9%;
}

/*  */
table.basic-table.table-headers.table-xl tbody tr td:nth-child(1) {
  width: 10%;
}
table.basic-table.table-headers.table-xl tbody tr td:nth-child(2) {
  width: 20%;
}
table.basic-table.table-headers.table-xl tbody tr td:nth-child(3) {
  width: 13%;
}
table.basic-table.table-headers.table-xl tbody tr td:nth-child(4) {
  width: 10%;
}
table.basic-table.table-headers.table-xl tbody tr td:nth-child(4) {
  width: 10%;
}
table.basic-table.table-headers.table-xyz tbody tr:nth-child(1) td:nth-child(2) {
  width: 9%;
}


@media(max-width:767px) {
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }

  .table-responsive table.basic-table tbody tr td {
    border: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    font-size: 14px;
    text-align: left!important;
  }
  tr:nth-child(odd) {
    background: #d0e2ff;
}

  td:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
  .table-responsive table.basic-table.table-headers tbody tr td:nth-child(3),
   table.basic-table.table-headers.table-xyz tbody tr:nth-child(1) td:nth-child(2),
   table.basic-table.table-headers.table-xl tbody tr td:nth-child(1),
  .table-responsive .basic-table.table-headers.table-xl tr td:nth-child(2),
   table.basic-table.table-headers.table-xl tbody tr td:nth-child(4){
     max-width: 100%;
     width: 100%;
  }

  td:nth-of-type(1):before { content: "HOST"; }
  td:nth-of-type(2):before { content: "NAME"; }
  td:nth-of-type(3):before { content: "PURPOSE"; }
  td:nth-of-type(4):before { content: "RETENTION"; }
  td:nth-of-type(5):before { content: "PARTY"; }

}
.privacy_text .has-search-toolbar ucs-search-bar {
    padding-top: 120px !Important;
}