.collapse-section {
    border-bottom: 1px solid #e0e0e0;
    padding: 1.25rem 1.5rem;
}
.collapse-section button:focus, .collapse-section a:focus {
    outline: auto !important;
}

.collapse-handle {
    display: block;
    position: relative;
    transition: all ease-in-out .2s;
    padding: 0;
    margin: 0 !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.18000000715255737px;
    text-align: left;
}
.collapse-handle::after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 0;
    font-family:'FONT AWESOME 5 PRO';
    transition: all ease-in-out .2s;

}

.collapse-handle.open::after {
    transform: rotate(180deg) !important;
}
.collapse-handle button {
  text-align: left;
}

.collapse-content {
    display: none;
    box-sizing: border-box;
    padding: 10px 30px 0px;
}

.collapse-content.open {
    display: inline;
}

.last {
  margin-bottom: 1.5rem !important;
}

.toTop {
    margin: 2.5rem 0 0 !important;
}
.phone-cols {
display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
html {
 scroll-behavior: smooth;
}


.privacy-menu-inner {
  border-left: 1px solid #E0E0E0;
  background: #fff;
}

.privacy-menu-inner a {
  margin: 0 0 0 -1px;
  padding: .5rem 1rem;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #757575;
  text-decoration: none;
}

.privacy-menu-inner a.active {
  font-weight: bold;
  color: #212121;
  border-left: 1px solid #212121;
}

.stick {
  position: fixed;
  top: 1.25rem;
}

/* sitenav only appears at top of the page */
.top-container.scrolling {
  top: -115px !important;
}

h1.privacy-statement-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.800000011920929px;
}
h1.privacy-statement-title::after {
    content: '';
    display: block;
    border: 1px solid #d9d9d6;
    width: 10%;
    margin: 30px 0;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.7200000286102295px;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.47999998927116394px;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
}

.published {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #616161;
}
.prev-statements {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 1rem;
}


/* Foundation Column push/pull equivalent - doesn't mess with js offsetTop values */
.menu-pull {
  float: left !important;
}
.menu-push {
  float: right !important;
}

.toc {
  display: none;
}

@media screen and (max-width: 768px) { 
  #privacy-menu {
      position: initial;
      width: 100%;
      margin: -2rem 0 0;
      z-index: 9999;
      height: 55px;
      overflow: hidden;
      border: 1px solid #0c2541;
      border-radius: 5px;
      box-sizing: border-box;
      background: #11365F;
      margin-bottom: 2rem;
  }
  #privacy-menu.stick {
      position: fixed;
      top: 1rem;
      left: 0;
      width: 80%;
      margin: 0 10%;
  }
  #privacy-menu.open {
      height: 85vh;
      overflow-y: auto;
  }
  .toc {
    display: block;
    padding: 1rem;
    position: sticky;
    background: #11365F;
    top: 0;
  }
  .toc p {
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .toc p.small {
    font-size: 12px;
    margin-top: -.25rem;
  }
  .toc .section-title {
    font-size: .9rem;
    width: 85%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
  }

  .toc p i {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem !important;
    transition: all ease-in-out .3s;
  }

  #Section1:target,#Section2:target,#Section3:target,#Section4:target,#Section5:target,#Section6:target,#Section7:target,#Section8:target,#Section9:target,#Section10:target,#Section11:target,#Section12:target,#Section13:target,#Section14:target {
    padding-top: 5rem;
  }

  .privacy-menu-inner {
    border: none;
    background: #11365F;
  }
  .privacy-menu-inner a {
    margin: 0;
    font-size: 1rem;
    padding: .75rem 1rem;
    color: #fff;
  }
  .privacy-menu-inner a.active {
    border: none;
    background: #1e599a;
    color: #fff;
    font-weight: normal;
  }
  .collapse-handle button {
    width: 85%;
  }
}
