ul.list-style-star {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style-star li {
  position: relative;
  padding-left: 20px;
}

ul.list-style-star li::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  content: '*';
}

#logo {
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #logo {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#coverlogo {
  max-width: 350px;
  margin: 0;
}

@media (max-width: 768px) {
  #coverlogo {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#breadcrumb-management h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-management {
  background: linear-gradient(90deg, #6283c2 0%, rgba(98,131,194,0.5));
}

#breadcrumb chapter2-title {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #3b3f92;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .management-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #007cc5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .chapter1-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #743ba0;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .chapter8-top-heading {
  font-weight: bold;
  font-size: 27px;
  color: #00587a;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}

#breadcrumb .chapter7-top-heading {
  font-weight: bold;
  font-size: 27px;
  color: #276f6f;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}

#breadcrumb .chapter6-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #d3343c;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .chapter5-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #eb6100;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .chapter4-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #e22486;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .chapter3-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #497f1f;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb .chapter2-top-heading {
  font-weight: bolder;
  font-size: 27px;
  color: #0292ad;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb h2 {
  font-weight: bolder;
  font-size: 27px;
  color: #3b3f92;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

#breadcrumb {
  background: #fff;
  border-radius: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#breadcrumb a {
  color: #fff;
}

#footer {
}

#pdflist {
  margin: 0;
  padding: 5px 0 5px 30px;
  list-style: none;
  background-image: url('../../assets/img/pdf.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-left: -30px;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 40px;
  background-color: #fff !important;
  font-size: 18px;
  font-weight: bolder;
  padding: 14px 30px;
}

@media (min-width: 576px) {
  .btn:not(:disabled):not(.disabled) {
    border-radius: 40px;
    background-color: #fff !important;
    font-size: 1rem;
    padding: 14px 22px;
  }
}

.footer-link {
  color: #000 !important;
  text-decoration: underline !important;
}

.footer-link:hover {
  color: #3b3f92 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #3b3f92;
}

.navbar-light .navbar-nav .nav-link {
  color: #3b3f92;
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.ofca-link:hover {
  color: #39b54a;
}

.ofca-link {
  color: #3b3f92;
  text-decoration: underline;
}

.highlight {
  color: #eb0000;
}

strong .ptitle {
  font-size: 20px;
}

.ptitle strong {
  font-size: 20px !important;
}

.ofca-paragraph strong {
}

@media (min-width: 992px) {
  .ofcapagetitle {
    background-image: url(../../assets/img/header.png) !important;
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: right;
    text-shadow: 2px 2px #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.ofcapagetitle {
  background-image: none;
  background-size: 400px auto;
  background-repeat: no-repeat;
  background-position: right;
  text-shadow: 2px 2px #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #3b3f92;
}

.form-control.ofca-search-input:focus.ofca-search-submit {
  outline: none;
  border-color: #333;
}

.form-control.ofca-search-input:focus.ofca-search-submit {
  border-color: #333;
}

.form-control.ofca-search-input:focus {
  outline: none;
  border-color: #3b3f92;
}

.form-control.ofca-search-input {
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  padding: 0 46px 0 10px;
  border-color: #3b3f92;
  border-radius: 35px;
  border-width: 2px;
  margin-top: 15px;
  color: #333;
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ofca-search-form {
  overflow: hidden;
  position: relative;
}

.ofca-search-input-wrapper {
  padding: 0 66px 0 0;
  overflow: hidden;
}

.ofca-search-wrapper {
  height: auto;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  margin: 0;
  position: static;
}

.form-control.ofca-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  margin-top: 10px;
  margin-right: 5px;
  background: transparent;
  color: #3b3f92;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 60px;
}

.form-control.ofca-search-submit:hover {
  color: #3b3f92;
  cursor: pointer;
}

@media (min-width: 992px) {
  .ofca-home-ver-wrapper {
    margin-top: 60px !important;
  }
}

.ofca-home-ver-wrapper {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .ofca-home-title-h3 {
    font-size: 28px !important;
  }
}

.ofca-home-title-h3 {
  font-size: 22px;
  margin: 10px 10px 20px 10px;
  border-bottom: 2px solid #3b3f92;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .container.ofcapagetitle h1 {
    font-size: 28px !important;
  }
}

@media (min-width: 1200px) {
  .container.ofcapagetitle h1 {
    font-size: 28px;
  }
}

.container.ofcapagetitle h1 {
  font-size: 22px;
}

.navbar-light .navbar-toggler-icon .ofca-hamburger {
  border: none;
}

.navbar-light .navbar-toggler {
  position: absolute;
  top: 22px;
  right: 15px;
  border: none !important;
  outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon .fa {
  display: block;
  margin-top: -5px;
  font-size: 40px;
  color: #0087a4;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../../assets/img/hamburger.png);
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon .fa {
  display: none;
}

.ofca-circle-heading {
  background-color: #000;
}

h5 .ofca-heading-divider {
  border-bottom: 2px;
  border-color: #000;
}

ofca-heading-divider {
  border-bottom: 5px dotted;
  border-color: #000;
}

.ofca-heading-divider {
  border: rgba(0,0,0,0.05);
}

.ofca-heading-divider.ofca-heading-divider-green {
  color: #2A8436;
  font-size: 1.5rem;
}

.ofca-heading-divider.ofca-heading-divider-blue {
  color: #0F6285;
  font-size: 1.5rem;
}

.ofca-heading-divider.ofca-heading-divider-purple {
  color: #92278f;
  font-size: 1.5rem;
}

.ofca-heading-divider.ofca-heading-divider-red {
  color: #f15a29;
  font-size: 1.5rem;
}

.col.ofac-column-gap {
  margin-bottom: 20px;
}

.team-clean .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.ofca-chapter7-heading {
  color: #276f6f;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-profile-name {
  color: #007cc5;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.team-clean .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-clean p {
  color: #000;
}

.ofca-profile-title {
  font-size: 1rem;
  color: #000;
}

.team-clean {
  color: #313437;
  background-color: #fff;
}

.team-clean .item {
  text-align: center;
  padding-top: 50px;
}

#breadcrumb-chapter1 H2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter1 {
  background: linear-gradient(90deg, #743ba0 0%, rgba(116,59,160,0.5));
}

.breadcrumb-chapter1-img {
  width: 150px;
  display: block;
  margin-left: 50px;
  margin-right: auto;
}

.breadcrumb-chapter2-img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

.breadcrumb-chapter3-img {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

.breadcrumb-chapter4-img {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

.breadcrumb-chapter5-img {
  width: 110px;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

.breadcrumb-chapter6-img {
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

#breadcrumb-chapter2 H2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter2 {
  background: linear-gradient(90deg, #6cb82d 0%, rgba(108,184,45,0.4));
}

#breadcrumb-chapter3 h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter3 {
  background: linear-gradient(90deg, #497f1f 0%, rgba(73,127,31,0.5));
}

#breadcrumb-chapter4 h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter4 {
  background: linear-gradient(90deg, #e22486 0%, rgba(226,36,134,0.5));
}

#breadcrumb-chapter5 h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter5 {
  background: linear-gradient(90deg, #eb6100 0%, rgba(235,97,0,0.5));
}

#breadcrumb-chapter6 h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter6 {
  background: linear-gradient(90deg, #d3343c 0%, rgba(211,52,60,0.5));
}

#breadcrumb-chapter7 h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter7 {
  background: linear-gradient(90deg, #276f6f 0%, rgba(39,111,111,0.5));
}

#breadcrumb-chapter8 h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#breadcrumb-chapter8 {
  background: linear-gradient(90deg, #00587a 0%, rgba(0,88,122,0.5));
}

.ofca-chapter1-heading {
  color: #743ba0;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter1-subheading h4 {
  color: #9e6900;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter1-subheading {
  color: #743ba0;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.ofca-index {
  margin-bottom: 4px;
}

.col.ofca-list-gap {
  margin-bottom: 4px;
}

.img-fluid.ofca-img-wrap-left {
  width: 350px;
  float: left;
  padding: 10px;
}

.img-fluid.ofca-img-wrap-right {
  width: 350px;
  float: right;
  padding: 10px;
}

.ofca-btn {
  color: #3b3f92;
  border: solid 2px;
  border-color: #3b3f92;
  margin: 10px;
}

.ofca-btn:hover {
  border-color: #3b3f92;
}

.ofca-chapter3-heading {
  color: #497f1f;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter6-heading {
  color: #d3343c;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter8-heading {
  color: #00587a;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter5-heading {
  color: #eb6100;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter4-heading {
  color: #e22486;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter2-heading {
  color: #0292ad;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading-italic h4 {
  color: #e02447;
  margin-top: 7px;
  font-size: 1.15rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading-italic {
  color: #497f1f;
  margin-top: 7px;
  font-size: 1.15rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.ofca-chapter5-subheading {
  color: #eb6100;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.ofca-chapter4-subheading {
  color: #e22486;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.ofca-chapter3-subheading h4 {
  color: #e02447;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading {
  color: #497f1f;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.ofca-chapter2-subheading h4 {
  color: #497f1f;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter2-subheading {
  color: #0292ad;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-paragraph-sub {
  font-size: small;
  margin-bottom: 0;
}

.col-md-12.ofca-hr-rule {
  width: 70%;
}

.ofca-hr-rule {
  margin-top: 30px;
  margin-left: 0;
}

.ofca-img-single-600 {
  width: 600px;
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.ofca-img-single {
  width: 400px;
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.ofca-chapter4-caption {
  font-size: small;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000;
}

.ofca-chapter5-caption {
  font-size: small;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}

.ofca-chapter6-caption {
  font-size: small;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}

.ofca-caption-img {
  padding-top: 10px;
  padding-bottom: 10px;
}

@page {
  size: auto;
}

.ofca-index-sub {
}

body:lang(zh-Hans), p:lang(zh-Hans) {
  font-family: Poppins, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}

.fa.fa-close.mda-mobile-close {
  color: #3b3f92 !important;
}

.container.mda-footer-border {
  border-top: 1px solid #000;
  padding-top: 10px !important;
  margin-top: 50px;
}

.breadcrumb.chapter2-title h1 {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #212529;
}

.breadcrumb.site-title h1 {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #212529;
}

.breadcrumb.chapter2-title {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  margin: 0;
}

.breadcrumb.site-title {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  margin: 0;
}

.mda-index-list a {
  color: #3b3f92;
}

.mda-index-list a {
  color: #3b3f92;
}

.mda-index-list a {
  color: #3b3f92;
}

.mda-index-list a {
  color: #3b3f92;
  font-weight: bolder;
}

.mda-index-list a:hover {
  color: #39b54a;
  text-decoration: none;
}

.mda-index-list {
  margin-left: 20px;
}

.mda-index-list li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mda-home-footer-border {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
}

.ofca-chapter7-table-divider {
  border-bottom: solid 3px #276f6f;
  font-size: 0.9rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ofca-chapter4-subheading-italic {
  color: #276f6f;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bolder;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.ofca-chapter8-table em {
  color: #00587a;
  font-style: normal;
}

.ofca-chapter8-table td, .ofca-chapter8-table th {
  border-top: 0;
  padding: 10px;
  border-bottom: 2px solid #00587a;
}

.ofca-chapter7-title {
  font-size: 20px;
  font-weight: bolder;
}

.ofca-chapter-title {
  color: #fff;
  font-weight: inherit;
}

.ofca-chapter-title:hover {
  color: #fff;
}

.ofca-chapter7-title:hover {
  color: #fff;
  font-weight: inherit;
}

.ofca-chapter-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
}

.ofca-chapter7-table-row {
  background-color: #276f6f;
  color: #fff;
}

ofca-chapter7-table-heading-cell {
  border-top: 0;
  border-bottom: 0;
}

.ofca-cell-2019 {
  font-weight: 100;
}

.ofca-cell-2019 {
  font-weight: lighter;
}

.ofca-cell-2019 {
  color: #000 !important;
  border-bottom: 0;
  border-top: 0;
}

.ofca-table-heading-cell {
  font-weight: normal;
  padding: 5px;
}

.ofca-table-cell-padding {
  border-top: 0 !important;
  padding: 5px 5px 5px 30px !important;
}

.ofca-table-cell {
  border-top: 0 !important;
  padding: 5px !important;
}

.ofca-table-row {
  border-bottom: 0;
  border-top: 0;
}

.ofca-ol {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}

.ofca-ul-hyphen ul {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}

.ofca-ul {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}

.ofca-cell-double-line2 {
  text-align: right;
}

.ofca-cell-double-line {
  text-align: right;
}

.ofca-cell-single-line2 {
  text-align: right;
}

.ofca-cell-single-line {
  text-align: right;
}

.ofca-cell-double-line2::after {
  content: '';
  border-width: 2px;
  border-style: solid none solid none;
  border-color: #276f6f;
  display: block;
  height: 5px;
  margin-right: -5px;
  margin-left: -5px;
}

.ofca-cell-double-line::after {
  content: '';
  border-width: 2px;
  border-style: solid none solid none;
  border-color: #276f6f;
  display: block;
  height: 5px;
}

.ofca-cell-single-line2::after {
  content: '';
  border-width: 2px;
  border-style: none none solid none;
  border-color: #000;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
}

.ofca-cell-single-line::after {
  content: '';
  border-width: 2px;
  border-style: none none solid none;
  border-color: #000;
  display: block;
}

.ofca-table-cell-chapter7-2020 {
  background: #aad4d0;
  font-weight: bold;
}

.ofca-ol-heading {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.ofca-ol-heading strong {
  color: #00998e;
  /*font-size: large;*/
}

.ofca-ol-latin li:before {
 /* content: "(" counter(listStyle, lower-alpha) ")";*/
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}

.ofca-ol-latin li {
  counter-increment: listStyle;
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
}

.ofca-ol-latin:before {
  position: absolute;
  left: 0;
  top: 0;
}

.ofca-ol-latin {
  list-style-type: none;
  counter-reset: listStyle;
  padding: 0;
  margin: 0 0 30px 0;
}

.ofca-chapter7-subheading {
  color: #276f6f;
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.ofca-chapter7-color-paragraph {
  color: #276f6f;
  margin-top: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.ofca-ul-hyphen li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.ofca-ul-hyphen li {
  padding-left: 12px;
  position: relative;
  counter-increment: listStyle;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ofca-ul-hyphen {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: listStyle;
}

.ofca-chapter8-table thead th {
  border-bottom: 0;
  padding: 10px;
  margin: 0;
  background-color: #;
  color: #00587a;
}

.ofca-chapter8c-table thead th {
  padding: 10px;
  margin: 0;
  border: 0;
  background: #96b5d1;
}

.ofca-chapter8c-table td {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #00587a;
  border-top: 0;
  border-right: 1px solid #00587a;
}

.ofca-chapter8c-table-title {
  background: #00587a;
  color: #fff;
  font-weight: bold;
}

.ofca-chapter8c-table {
  font-size: 0.85rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

.ofca-chapter8c-table-2020 {
  background: #dde8f5;
  border-right: 0 !important;
}

.ofca-chapter8c-table-heading {
  font-weight: bold;
  color: #00587a;
}

.ofca-chapter8c-table-ul3 {
  margin-left: 15px;
  margin-bottom: 0;
  list-style-type: disc;
}

.ofca-chapter8c-table-ul2 {
  margin-left: 5px;
  margin-bottom: 0;
  list-style-type: disc;
}

.ofca-chapter8c-table-ul {
  margin-left: -30px;
  margin-bottom: 0;
  list-style-type: none;
}

.ofca-chapter8c-table-subheading {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.ofca-chapter8c-table-list {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.ofca-chapter8c-table-list-bottom {
  border-bottom: 1px solid #00587a !important;
}

.ofca-chapter8-note strong {
  color: #00587a;
}

.ofca-chapter8-table {
  margin-bottom: 30px;
  margin-top: 20px;
}

.ofca-chapter8d-table {
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.ofca-chapter8d-table thead th {
  border: 0;
  color: #fff;
  padding: 10px;
}

.ofca-chapter8d-table td {
  border: 0;
  padding: 10px;
}

.ofca-chapter8d-table-bottom {
  border-bottom: rgba(0,0,0,0.05);
  padding-bottom: 30px !important;
}

.ofca-chapter8d-table-total {
  background: #96b5d1;
}

.ofca-chapter7-table-col-width {
  width: 90px;
}

.ofca-chapter8-table-heading {
  font-size: 24px;
}

.ofca-chapter8-note {
  font-size: 13px;
}

.ofca-index-sub {
  list-style-type: none;
}

.ofca-next {
  right: 0;
  margin-right: 0;
}

.ofca-next {
  float: right;
  text-decoration: underline;
}

.ofca-previous a {
  float: left;
}

.ofca-next a:hover {
  color: #39b54a;
  text-decoration: none;
}

.ofca-previous a:hover {
  color: #39b54a;
  text-decoration: none;
}

.ofca-next a {
  color: #3b3f92;
}

.ofca-previous a {
  color: #3b3f92;
  text-decoration: underline;
}

.ofca-previous {
  float: left;
}

.ofca-pagination {
  margin-top: 10px;
}

.ofca-index-sub-ch7 {
  margin-left: 35px;
}

.ofca-index-sub-ch8 {
  margin-left: 37px;
}

.ofca-index-sub-ch7-sc {
  margin-left: 13px;
}

ofca-index-sub-ch7-sc {
}

.ofca-text-size-ttile {
  font-size: 20px;
  text-align: left;
}

.mda-pagination {
  padding: 25px 0 0 0;
}

.mda-index-ttile {
  width: 65%;
  margin-top: 60px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .mda-index-ttile {
    width: 65%;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.mda-general-banner {
  padding-top: 20px;
}

.ofca-chapter8d-table-bkg {
}

.ofca-chapter8d-tabl-header {
  background: #00587a;
}

.ofca-management-list {
  font-size: 1.5rem;
  color: #007cc5;
  line-height: 1rem;
  border-bottom: 1px solid;
}

.ofca-management-list li {
  margin-bottom: 1rem;
}

.ofca-management-list ol {
  margin-bottom: 1.5rem;
  color: #007cc5;
  line-height: 1.5rem;
}

.ofca-chapter1-intro {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 5px solid #743ba0;
  border-radius: 30px;
  background: #eae5f0;
}

ofca-chapter1-intro-lead {
  font-weight: bolder;
  color: #743ba0;
}

.ofca-chapter1-intro-quote {
  font-size: 1.5rem;
  margin-top: 20px;
}

.ofca-chapter1-intro-text {
  color: #743ba0;
}

