.topic-header {
  position: relative;
}

.topic-header__content {
  padding: 1.2em 0.8em 0 0.8em;
}

@media (max-width: 767px) {
  .topic-header__content {
    padding: 1.2em 3em 0 2em;
  }
}

@media (min-width: 980px) {
  .topic-header__content {
    padding: 1.2em 2em;
  }
}

.topic-header__content .btn-collapse {
  margin: 2em auto;
}

.topic-header .content-type {
  color: #ED8B00;
  text-transform: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.topic-header__figure {
  display: block;
  max-width: 1000px;
  width: 100%;
}

.topic-header__figure img {
  display: block;
  width: 100%;
}

.topic-header__figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
}

.internal-audit-reports {
  background: #fff;
  padding: 25px 0 0 0;
}

.internal-audit-reports h2 {
  margin-bottom: 25px;
}

.internal-audit-reports table {
  margin: 0;
}

.internal-audit-reports table tr {
  background: none !important;
}

.internal-audit-reports table tr th {
  padding: 15px 15px;
  background: none;
  font-size: 16px;
  font-weight: 300;
}

.internal-audit-reports table tr td {
  padding: 18px 15px;
  background: none;
  font-size: 14px;
  vertical-align: middle;
}

.internal-audit-reports table tr td:nth-child(1) {
  text-align: left;
}

.internal-audit-reports table tr td:nth-child(2) {
  text-align: left;
}

.internal-audit-reports table tr td a {
  color: #f7941e;
  font-size: 18px;
  font-weight: 700;
}

/*Tabs structure theme2*/
.tabs-theme-02 .nav li {
  width: auto;
  padding: 0 20px;
}

@media (max-width: 575px) {
  .tabs-theme-02 .nav li {
    padding-left: 0;
    margin-bottom: 5px;
  }
}

.tabs-theme-02 .nav li:first-child {
  padding-left: 0;
}

.tabs-theme-02 .nav li a {
  font-size: 19px;
  padding: 15px 0;
}

@media (max-width: 575px) {
  .tabs-theme-02 .nav li a {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 3px solid transparent !important;
  }
}

.tabs-theme-02 .nav li.active a {
  background: none;
  color: #000;
  font-weight: 600;
}

@media (max-width: 575px) {
  .tabs-theme-02 .nav li.active a {
    border-bottom: 3px solid #f7941e !important;
  }
}

.tabs-theme-02 .nav li.active a::after {
  background: #f7941e;
}

.yellow-arrow {
  display: inline-block;
  background: url("../../images/arrow-right.svg") no-repeat 0 0/cover;
  width: 19px;
  height: 19px;
}

.reports-blk {
  padding: 60px 0 0 0;
  background-color: #fcfbf7;
}

.report-data {
  padding: 0;
}

@media (max-width: 575px) {
  .report-data {
    padding: 0 25px;
  }
}

.report-data .blk {
  background: #fff;
  padding: 25px;
  margin: 15px 0;
  -webkit-box-shadow: 0px 0px 20px #e0ded4;
  box-shadow: 0px 0px 20px #e0ded4;
}

.report-data .blk h4 {
  margin: 0 0 13px;
}

.report-data .blk h4 a {
  color: #000000;
}

.report-data .blk h4 a:hover {
  color: #4a8bcd;
}

.report-data .blk p {
  font-size: 15px;
  margin: 0 0 20px;
}

.report-data .blk a.link {
  color: #f7941e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.report-data .blk a.link i {
  float: right;
  margin: 2px 0 0 7px;
}

.report-data .blk .blk-in-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  position: relative;
  max-width: 86%;
  font-size: 15px;
}

.report-data .blk .blk-in-row .lbl {
  margin-right: 35px;
  margin-bottom: 0;
  color: #666666;
}

.report-data .blk .blk-in-row .lbl strong {
  color: #000000;
}

.report-data .blk .blk-in-row .lbl .audit-rating-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #CCC;
  border-radius: 50%;
  position: relative;
  bottom: -3px;
}

.report-data .blk .blk-in-row a.link {
  position: absolute;
  right: -17%;
}

@media (max-width: 575px) {
  .report-data .blk .blk-in-row a.link {
    position: relative;
    right: auto;
  }
}

.resources-blk {
  padding: 50px 0 60px;
}

.resources-blk .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resources-blk .row .card {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resources-blk .row .card .card-body {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 15px 20px 50px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.resources-blk .row .card .card-body label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #f7941e;
}

.resources-blk .row .card .card-body h4 {
  font-size: 20px;
  margin-bottom: 15px;
  min-height: 70px;
}

.resources-blk .row .card .card-body h4 a {
  color: #000000;
}

.resources-blk .row .card .card-body h4 a:hover {
  color: #4a8bcd;
}

.resources-blk .row .card .card-body a.link {
  color: #f7941e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.resources-blk .row .card .card-body a.link i {
  float: right;
  margin: 2px 0 0 7px;
}

.report-data.audit-report {
  padding: 0;
}

.report-data.audit-report .blk:nth-of-type(even) {
  background-color: #f2f2f2;
}

.tabs.tabs-theme-02 {
  width: 100%;
}

.report-data.resource-card {
  padding: 0;
}

@media (max-width: 575px) {
  .page-content {
    padding-top: 0;
  }

  .topic-header__content .container {
    padding-left: 0;
  }

  .article__card-body .topic .col-md-12 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .emergencies-section.shadow {
    margin-top: 0;
  }
}

.lang-fr .tabs-theme-02 .nav li {
  padding: 0 25px 0 0;
}

.lang-fr .tabs-theme-02 .nav li a {
  font-size: 18px;
}

@media (max-width: 480px) {
  .lang-fr .tabs-theme-02 .nav li {
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .lang-fr .tabs-theme-02 .nav li a {
    width: 100%;
  }
}