html {
 scroll-behavior: smooth;
}

.legal-main {
 padding-top: 60px;
}

.hdr-scn {
 width: 100%;
 display: flex;
 flex-flow: row wrap;
 min-height: 60px;
 align-items: center;
 border-bottom: #cccc 1px solid;
 padding: 0px 25px;
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: 9;
 background-color: #fff;
 justify-content: space-between;
}

.legal-container {
 display: flex;
 align-items: flex-start;
 align-content: flex-start;
}

.page-tree-container {
 background: #fff;
 padding: 10px 0px 0px 0px;
 border-radius: 0;
 height: calc(100vh - 112px);
 overflow-y: auto;
 width: 23%;
 position: sticky;
 top: 60px;
 background-color: #ededea;
 border-right: #ccc 1px solid;
}

.page-tree-container>div {
 margin: 0px !important;
}

.page-tree-container>div h4 {
 margin: 0px !important;
}

.page-tree-container>div h4 a {
 padding: 15px 10px 15px 25px;
 font-weight: normal !important;
 font-size: 18px;
 display: inline-block;
 line-height: 1.3;
 width: 100%;
 text-transform: uppercase;
}

.page-tree-container>div h4 a.selected, .page-tree-container>div h4 a:hover {
 background-color: #263040;
 color: #fff;
}

/* Separator */
.separator {
 width: 1px;
 background-color: #ddd;
}

/* Right content */
.legal-page-content {
 width: 77%;
 padding: 50px 50px 80px 50px;
}

/* Menu links */
.page-tree-container a {
 color: #000;
 text-decoration: none !important;
}

.page-tree-container a.selected {
 color: #0073aa;
 font-weight: bold;
}

.page-tree-container a:hover {
 text-decoration: underline;
 color: #005177;
}

.legal-page-content h1 {
 font-size: 45px;
 margin-bottom: 10px;
}

.legal-page-content h2 {
 font-size: 38px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h3 {
 font-size: 35px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h4 {
 font-size: 30px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h5 {
 font-size: 26px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h6 {
 margin-top: 15px;
 display: inline-block;
 width: 100%;
 font-size: 20px;
}

.legal-page-content {
 font-size: 18px;
 line-height: 1.4;
 font-weight: normal;
}

.legal-page-content p {
 margin-bottom: 12px;
 font-size: 18px;
}

.legal-page-content a {
 color: #066bf0;
 text-decoration: none;
}

.legal-page-content a:hover {
 text-decoration: underline;
}

.legal-page-content ul {
 list-style: disc;
 padding-left: 20px;
 margin-bottom: 10px;
}

.legal-page-content ul li {
 padding: 3px 0px;
}

.legal-page-content ol {
 list-style: decimal;
 padding-left: 20px;
 margin-bottom: 10px;
}

.legal-page-content ol li {
 padding: 3px 0px;
}

.legal-page-content b, .legal-page-content strong {
 font-weight: 600;
}

.legal-page-content table {
 border-collapse: collapse;
 width: 100%;
 margin-bottom: 20px;
}

.legal-page-content td, .legal-page-content th {
 border: 1px solid #ddd;
 padding: 10px;
 letter-spacing: normal;
 font-size: 16px;
}

.legal-page-content tr:first-child {
 background-color: #263040;
 color: #fff;
}

.legal-page-content tr:nth-child(odd) {
 background-color: #f2f2f2;
}

footer.footer {
 position: fixed;
 background-color: #fff;
 border-top: #ccc 1px solid;
 z-index: 99;
 bottom: 0px;
 width: 100%;
 margin: 0px;
 gap: 0px;
 padding: 15px;
}

@media(max-width:1700px) {
 .page-tree-container {
  width: 25%;
 }

 .legal-page-content {
  width: 75%;
  padding: 40px 30px 60px 40px;
 }

}

@media(max-width:1500px) {
 .page-tree-container>div h4 a {
  padding: 14px 20px;
  font-size: 16px;
 }

 .page-tree-container {
  width: 26%;
 }

 .legal-page-content {
  width: 74%;
  padding: 40px 30px 70px 30px;
 }

}

@media(max-width:1400px) {
 .legal-page-content h1 {
  font-size: 40px;
 }

 .legal-page-content h2 {
  font-size: 34px;
 }

 .legal-page-content h3 {
  font-size: 28px;
 }

 .legal-page-content h4 {
  font-size: 26px;
 }

 .legal-page-content h5 {
  font-size: 22px;
 }

 .legal-page-content h6 {
  font-size: 18px;
 }

}

@media(max-width:1200px) {
 .page-tree-container {
  width: 31%;
 }

 .page-tree-container>div h4 a {
  padding: 10px 14px;
  font-size: 15px;
 }

 .legal-page-content {
  font-size: 16px;
 }

 .legal-page-content p {
  font-size: 16px;
 }

 .legal-page-content {
  width: 69%;
  padding: 30px 20px 60px 20px;
 }

}

@media(max-width:767px) {
 .legal-page-content h1 {
  font-size: 28px;
 }

 .legal-page-content h2 {
  font-size: 24px;
 }

 .legal-page-content h3 {
  font-size: 20px;
 }

 .legal-page-content h4 {
  font-size: 17px;
 }

 .legal-page-content h5 {
  font-size: 15px;
 }

 .legal-page-content h6 {
  font-size: 14px;
 }

 .legal-container {
  flex-flow: row wrap;
 }

 .legal-page-content {
  width: 100%;
  padding: 20px 15px 65px 15px;
  height: auto;
 }

 .page-tree-container {
  width: 100%;
  height: auto;
 }

 .legal-page-content {
  font-size: 15px;
 }

 .legal-page-content p {
  font-size: 15px;
 }

 footer.footer {
  text-align: center;
  width: 100%;
  padding: 8px;
 }

 .footer p {
  text-align: center;
  width: 100%;
  margin: 2px 0px;
 }

 .page-tree-container {
  display: none;
 }

 .page-tree-container.mobile-nav {
  display: block;
 }

 .mobileToggle {
  display: none;
 }

 .mobileToggle {
  display: block;
  display: block;
  width: 28px;
  height: 20px;
  margin-right: 0px;
  border-top: #000 2px solid;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
 }

 .mobileToggle:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 7px;
 }

 .mobileToggle:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
 }

}

.mobileToggle.mobile-show {
 border-top: none;
}

.mobileToggle.mobile-show:before {
 top: 9px;
 transform: rotate(45deg);
}

.mobileToggle.mobile-show:after {
 bottom: 9px;
 transform: rotate(-45deg);
}

.hdr-scn {
 padding-left: 15px;
 padding-right: 15px;
}

}