.page-banner {
  margin-top: 80px;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-banner .bg-black-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-banner .text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  text-align: center;
  color: #FFFF;
}

.page-banner .text-overlay h1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
}

.page-banner .text-overlay p {
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
}

.policy-section {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.policy-section .container {
  width: 100%;
  max-width: 1164px;
  padding: 10px;
  position: relative;
}

.policy-section .container .policy-tab-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.policy-section .container .policy-tab-header .policy-header {
  width: 180px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid grey;
  border-bottom: none;
  cursor: pointer;
  text-align: center;
  background-color: #dad6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.policy-section .container .policy-tab-header .policy-header h1 {
  font-size: 16px;
}

.policy-section .container .policy-tab-header .tab-header-focused {
  background-color: white;
  -webkit-box-shadow: 5px -2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 5px -2px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.policy-section .container .policy-tab-body {
  background-color: white;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.policy-section .container .policy-tab-body .policy-body {
  width: 100%;
  padding: 40px;
  z-index: 2;
}

.policy-section .container .policy-tab-body .body-1 {
  display: none;
}

.policy-section .container .policy-tab-body .body-2 {
  display: none;
}

.policy-section .container .policy-tab-body .body-3 {
  display: none;
}

@media screen and (max-width: 768px) {
  .policy-section {
    margin: 20px 0;
  }
  .policy-section .container {
    margin: 10px;
  }
  .policy-section .container .policy-tab-header .policy-header {
    width: 32%;
    padding: 8px 10px;
  }
  .policy-section .container .policy-tab-header .policy-header h1 {
    font-size: 14px;
  }
  .policy-section .container .policy-tab-header .header-1 {
    left: 0;
  }
  .policy-section .container .policy-tab-header .header-2 {
    left: 150px;
  }
  .policy-section .container .policy-tab-header .header-3 {
    left: 300px;
  }
  .policy-section .container .policy-tab-body {
    width: 100%;
    background-color: white;
  }
  .policy-section .container .policy-tab-body .policy-body {
    width: 97%;
    margin: 0;
    padding: 20px;
    z-index: 2;
  }
  .policy-section .container .policy-tab-body .body-1 {
    display: none;
  }
  .policy-section .container .policy-tab-body .body-2 {
    display: none;
  }
  .policy-section .container .policy-tab-body .body-3 {
    display: none;
  }
}
/*# sourceMappingURL=policy_page.css.map */