
/* Disable font boosting on mobile browsers */
body * {
  max-height: 1000000em; /* Chrome for Android */
  -moz-text-size-adjust: none; /* Firefox Mobile */
}

input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
}

body {
 font-family: Arial, Helvetica, sans-serif, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "PMingLiU", "MingLiU", "新細明體", "細明體";
}

:lang(zh-Hant-HK) body, :lang(zh-Hans-HK) body, :lang(en) body a[lang^="zh"] {
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, Arial, "Microsoft YaHei", "Heiti TC", "PMingLiU", "MingLiU", "新細明體", "細明體", sans-serif, Roboto, "Segoe UI", "Helvetica Neue", "Noto Sans", "Segoe UI Symbol";
}


a {
  -webkit-text-decoration-skip: none; 
  text-decoration-skip-ink: none;
  text-underline-offset: 1.5px;
   color: #0026ff;
}

.main-text-zone {
  padding-bottom: 1rem;
  /* min-height: 640px; */
  min-height: 300px;
}
@media (min-width: 768px) {
  .main-text-zone {
    /* min-height: 880px; */
    min-height: 960px;
  }
}


@media (max-width: 767.98px) {
  .main-text-zone {
    font-size: 1.25rem;
  }
  .main-text-zone.keepsize {
    font-size: 1rem;
  }
}

.main-text-zone ol.ol-dba {
  counter-reset: o-counter1;
  list-style: none;
  padding-left: 3em;
}
.main-text-zone ol.ol-dba > li {
  counter-increment: o-counter1;
  position: relative;
}
.main-text-zone ol.ol-dba > li::before {
  content: "(" counter(o-counter1, lower-alpha) ")";
  position: absolute;
  text-align: left;
  width: 2em;
  left: -2em;
}


.main-text-zone ol.ol-dbc {
  counter-reset: o-counter1;
  list-style: none;
  padding-left: 4em;
}
.main-text-zone ol.ol-dbc > li {
  counter-increment: o-counter1;
  position: relative;
}
.main-text-zone ol.ol-dbc > li::before {
  content: "(" counter(o-counter1, lower-alpha) ")";
  content: "（" counter(o-counter1, cjk-ideographic) "）";
  position: absolute;
  width: 4em;
  left: -4em;
  text-align: left;
}


.main-text-zone ol.ol-dbr {
  counter-reset: o-counter1;
  list-style: none;
  padding-left: 3em;
}
.main-text-zone ol.ol-dbr > li {
  counter-increment: o-counter1;
  position: relative;
}
.main-text-zone ol.ol-dbr > li::before {
  content: "(" counter(o-counter1, lower-roman) ")";
  position: absolute;
  text-align: left;
  width: 2em;
  left: -2em;
}

.main-text-zone ol.ol-dbn {
  counter-reset: o-counter1;
  list-style: none;
  padding-left: 3em;
}
.main-text-zone ol.ol-dbn > li {
  counter-increment: o-counter1;
  position: relative;
}
.main-text-zone ol.ol-dbn > li::before {
  content: "(" counter(o-counter1) ")";
  position: absolute;
  text-align: left;
  width: 2em;
  left: -2em;
}


#content-zone {
  padding: 1.5rem 15px 0.5rem 15px;
}

@media (min-width: 768px) {
  #content-zone {
    padding: 1.5rem 2.5rem 1rem 2.5rem;
  }
}


#banners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}
#banners > div {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
}

@media (min-width: 1000px) {
  #banners > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#banners-dt {
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#banners-dt > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  #banners {
    display: none;
  }
  #banners-dt {
    display: flex;
  }
}

.footer-text {
  margin-top: 1rem;
}

.footer-text-item {
  white-space: nowrap;
}

.footer-text-item a {
  color: #212529;
}

.footer-text-item a:hover, .footer-text-item a:active, .footer-text-item a:focus {
  color: #0056bf;
}

.footer-text-item:after {
  content: "  |  ";
  white-space: pre;
  width: 1rem;
  height: 1rem; 
  font-size: 12px;
  position: relative;
  top: -0.2rem;
}

.text-revision-date {
  white-space: nowrap;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.navbar .navbar-toggler {
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar .navbar-toggler {
  margin-bottom: 0.5rem;
}


.submenu {
  background-color: #9fc8d1;
}

.submenu .nav-link {
  color: #12120D !important;
}

.submenu .nav-item:last-of-type {
  border-bottom: none !important;
}


.navbar .nav-item ul.submenu {
  border-top: 5px solid #008599;
  border-bottom: 4px solid #008599;
}


.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-item {
  border-bottom: 1.5px solid #DCDAE2;
}


.navbar-dark .navbar-nav .submenu .nav-item {
  border-bottom: 1.5px solid #008599;
}


@media (max-width: 767.98px) {
  .navbar li.nav-item:first-child:not(.navbar-nav .submenu li.nav-item) {
    border-top: 1.5px solid #CBC8D9;
  }
}


.submenu .nav-link:hover, .submenu .nav-link:focus {
  color: #FFFFFF;
  background-color: #F07B42 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #FFFFFF;
  background-color: #00536b;
}

/*
.navbar-dark .navbar-nav .nav-link:focus {
  color: #FFFFFF;
  background-color: #00536b;
}
*/

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler:focus {
  border-radius: 0;
}


.nav-menu {
  background-color: #008599;
}

.navbar-nav {
  background-color: #008599;
}

.nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1000px) {
  body {
     background-color: #dcf0e8;
  }
  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
  }
}


.with-submenu {
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}


.with-submenu:after {
  content: "";
  height: 17px;
  width: 17px;
  background-size: 100% 100%;
  background: url(../images/sm-arrow-15x15.svg) no-repeat center center;
  display: block;
}


@media (min-width: 768px) {
  .with-submenu:after {
    min-width: 11%;
  }
}


.with-submenu[aria-expanded="true"]:after {
  transform: rotate(-90deg);
}

.with-submenu:after  {
  transition: 0.3s;
}




@media (min-width: 768px) {
  .main-container {
    display: flex;
  }
  .navbar {
    display: block;
    padding-top: 0;
  }
  .nav-menu {
    width: 230px;
    min-width: 230px;
  }
  .navbar .navbar-nav {
    padding-top: 0 !important;
  }
  .with-submenu {
    padding-right: 0.5rem !important;
  }
}



.option a {
  color: #ffffff;
}

.option a:hover, .option a:focus {
	text-decoration: underline;
	color: #FFFFE6 !important;
}

.opt-item {
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  border-left: 1px solid #ffffff;
}


.toolbar .opt-item:first-of-type {
  border-left: none;
}



.option {
  display: inline-block;
}
.form-block {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  align-items: flex-end;
}

.toolbar-md {
  display: none;
}
.toolbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-evenly;
  background-color: #008599;
  color: #ffffff;
  height: 80px;
}

@media (min-width: 768px) {
  .toolbar {
    display: none;
  }
  .toolbar-md {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #008599;
    color: #ffffff;
    height: 40px;
  }
}


label {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  white-space: nowrap;
}

#searchform, #searchform-m {
  display: flex;
  height: 1.5rem;
  padding-right: 0.5rem;
}

#searchform button, #searchform-m button {
  background-color: transparent;
  border: 0;
}

.searchform {
  display: flex;
  height: 1.5rem;
  padding-right: 0.5rem;
}

.searchform button {
  background-color: transparent;
  border: 0;
}

.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px dashed;
}

#query, #query-m {
  border: none;
}

#query-m {
  max-width: 30%;
}

@media (min-width: 200px) {
  #query-m {
    max-width: 40%;
  }
}

@media (min-width: 300px) {
  #query-m {
    max-width: 70%;
  }
}

.searchbutton {
  height: 100%;
  width: 28px;
  background: url("../images/search-white.svg") no-repeat scroll center center #e8e8e8;
  background-origin: content-box;
}


@media (max-width: 767.98px) {
  .navbar-nav-scroll {
    max-height: 88vh;
    overflow-y: auto;
  }
}


/* Skip to main content */
#skiptocontent a {
	position: absolute;
	left: 10px;
	top: -100px;
	color: #ffffff;
	background: #231958;
	background: purple;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	z-index: 9100;
	text-decoration: underline;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#skiptocontent a:focus {
	left: 10px;
	top: 10px;
	-webkit-transition: top .15s ease-in;
	transition: top .15s ease-in;
	box-shadow: 0 0 0.2rem 0.3rem blue;
}


.page-heading {
  padding-top: 0;
  padding-bottom: 0.2rem;
  border-bottom: 2.75px solid #008599;
  text-align: center;
  margin-bottom: 24px;
}


.sector-brief-icon {
  width: 26px;
}

.color-sector1 {
  color: #565756 !important;
}

.color-sector2 {
  color: #52436F !important;
}

.color-sector3 {
  color: #456D66 !important;
}

.color-sector4 {
  color: #0F4E77 !important;
}

.color-sector5 {
  color: #C8544E !important;
}


h1 { 
  display: block;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  color: #008599;
}
h2 {
    display: block;
    font-size: 1.20rem;
    margin-top: 0.83rem;
    margin-bottom: 0.83rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #181b1e;
}
h3 { 
    display: block;
    font-size: 1.10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #000;
}
h4 { 
    display: block;
    font-size: 1rem;
    margin-top: 1.33rem;
    margin-bottom: 1.33rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #000;
}
h5 { 
    display: block;
    font-size: .83rem;
    margin-top: 1.67rem;
    margin-bottom: 1.67rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #000;
}
h6 { 
    display: block;
    font-size: .67rem;
    margin-top: 2.33rem;
    margin-bottom: 2.33rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #000;
}

.navbar .nav-item .nav-link {
  font-size: 16px;
}

:lang(en) .navbar .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



ul.custom-bullet {
  position: relative;
  list-style: none;
  border: 1px solid red;
}
ul.custom-bullet li {
  margin-bottom: 0.5rem;
}

ul.custom-bullet > li::before { 
  content: "";
  border-color: transparent #197389;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.1em;
  position: relative;
}


ul.cs {
  position: relative;
  list-style: none;
  border: 1px solid red;
}
ul.cs li {
  margin-bottom: 0.5rem;
}

ul.cs > li::before { 
  content: "";
  display: block;
  position: relative;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  background-color: blue;
  border-color: blue;
  border-style: solid;
  border-width: 0.2em;
  border-radius: 50%;
}


.sector-icon-number {
  height: 60px;
  display: flex;
}
.sector-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 30px;
}
.sector-number {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1.6px solid;
  padding-left: 16px;
}

.sector-desc {
  padding: 8px 2px 8px 46px;
}

nav a.activeMenuItem {
  background-color: #00536b;
}

nav .submenu a.activeMenuItem {
  background-color: #EAF1F5;
}


.home-poster {
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.poster-shadow {
  box-shadow: 4px 4px 8px grey;
}


/* Style for ethnic table on the homepage */

#ethnic-table {
  font-family: Arial, sans-serif, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "PMingLiU", "MingLiU", "新細明體", "細明體", "Segoe UI", "Helvetica Neue", "Noto Sans";
}

#ethnic-table a {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  color: #FFFFFF;
}

#ethnic-table .heading a {
  padding: 8px;
}

#ethnic-table a:hover, #ethnic-table a:focus {
  text-decoration: none;
  color: #0056BF;
}


.flexrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-3s, .col-4s, .col-8s, .col-9s, .col-md-4s, .col-md-4sx, .col-md-4sr {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4s {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (min-width: 1000px) {
  .col-4m {
    -ms-flex: 0 0 36.833333%;
    flex: 0 0 36.833333%;
    max-width: 36.833333%;
  }
  .col-4l {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }
  .col-4a {
    -ms-flex: 0 0 32.9%;
    flex: 0 0 32.9%;
    max-width: 32.9%;
  }
}

.col-8s {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

@media (min-width: 1000px) {
  .col-md-4s {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-cw-3s {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .col-cw-3s2 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }
  .col-cw-9s {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
  .col-md-4sx {
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%;
  }
  .col-md-4sr {
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
  }
}

.ctr {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 3.6em;
  line-height: 1.3;
  background-color: #00536b;
}
.ctr:hover, .ctr:focus, .ctr a:focus {
  background-color: #FFE2C2;
}


.br {
  border-right: 2px solid #FDEDF5;
}
.bb {
  border-bottom: 2px solid #FDEDF5;
}

@media (min-width: 1000px) {
  .ctr {
    min-height: 55px;
  }
  .ctr * {
    font-size: 12px;
  }
  .bb {
    border-bottom: none;
  }
  .bs {
    border-right: 1px solid #FDEDF5;
  }
  #ethnic-table a {
    padding: 2px;
  }
  #ethnic-table .heading a {
    padding: 4px;
  }
}

.btlr {
  border-top-left-radius: 12px;
}
.bblr {
  border-bottom-left-radius: 12px;
}

.btrr {
  border-top-right-radius: 12px;
}
.bbrr {
  border-bottom-right-radius: 12px;
}

@media (min-width: 1000px) {
  .not-lg-btrr {
    border-top-right-radius: 0;
  }
}

@media (min-width: 1000px) {
  .lg-btrr {
    border-top-right-radius: 12px;
  }
}

.main-text-zone ol {
  counter-reset: o-counter1;
  list-style: none;
  padding-left: 3em;
}
.main-text-zone ol > li {
  counter-increment: o-counter1;
  position: relative;
}
.main-text-zone ol > li::before {
  content: counter(o-counter1) ".";
  position: absolute;
  text-align: right;
  left: -2.625em;
  width: 2em;
}

.main-text-zone ol ol {
  counter-reset: o-counter2;
}
.main-text-zone ol ol > li {
  counter-increment: o-counter2;
}
.main-text-zone ol ol > li::before {
  content: "(" counter(o-counter2, decimal) ")";
}

.main-text-zone ol ol ol {
  counter-reset: o-counter3;
}
.main-text-zone ol ol ol > li {
  counter-increment: o-counter3;
}
.main-text-zone ol ol ol > li::before {
  content: "(" counter(o-counter3, lower-alpha) ")";
}

.tbl-polling-arrangement th, .tbl-polling-arrangement td {
  vertical-align: top;
  padding-bottom: 1em;
}
.tbl-polling-arrangement th {
  padding-right: .5em;
}

.tbl-sector-composition {
  border-spacing: 0 1em;
  border: 1px solid black;
  border-collapse: collapse;
  vertical-align: top;
}

.tbl-sector-composition caption {
  caption-side: top;
  color: #212529;
  font-weight: 700;
  font-size: 1rem !important;
}


.tbl-sector-composition th, .tbl-sector-composition td {
  border: 1px solid black;
  padding: 4px 10px;
}

.tbl-sector-composition tfoot th, .tbl-sector-composition tfoot td {
  padding: 8px 10px;
}

.tbl-less-padding td {
  padding: 4px 4px 4px 4px;
}

.tbl-less-padding th {
  padding: 4px 8px 4px 8px;
}

@media (max-width: 440px) {
  .tbl-less-padding-2 th, .tbl-less-padding-2 td {
    padding: 4px 6px;
  }
   .tbl-less-padding-2 tfoot th, .tbl-less-padding-2 tfoot td {
    padding: 8px 6px;
  }
}

.tbl-sector-composition td:last-of-type {
  /* padding: 10px 20px; */
  /* text-align: center; */
}

@media (min-width: 992px) {
  .tbl-sector-composition tbody th:first-of-type {
    padding-right: 2em;
  }
}

.tbl-sector-composition tfoot th {
  text-align: right;
}

.tbl-sector-composition tfoot td {
  font-weight: 700;
}

tr.bg-shaded th {
  background-color: #E2EFD9;
}

tr.bg-shaded-centered th {
  background-color: #E2EFD9;
  text-align: center;
}

.tbl-center-col1 td:nth-child(1) {
  text-align: center;
}
.tbl-center-col2 td:nth-child(2) {
  text-align: center;
}
.tbl-center-col3 td:nth-child(3) {
  text-align: center;
}
.tbl-center-col4 td:nth-child(4) {
  text-align: center;
}
.tbl-center-col5 td:nth-child(5) {
  text-align: center;
}
.tbl-center-col6 td:nth-child(6) {
  text-align: center;
}
.tbl-center-td td {
  text-align: center;
}

ul.link-list {
  position: relative;
  list-style: none;
}
ul.link-list li {
  margin-bottom: 0.1rem;
}
ul.link-list > li::before { 
  content: "";
  display: block;
  position: relative;
  border-color: transparent #008599;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  height: 0;
  width: 0;
  left: -1.2em;
  top: 1.1em;
}

@media (max-width: 767.98px) {
  ul.link-list {
    padding-left: 30px;
  }
}

ul.innerpage-link-list {
  position: relative;
  list-style: none;
  padding-left: 24px;
}
ul.innerpage-link-list li {
  margin-bottom: 0;
}
ul.innerpage-link-list > li::before { 
  content: "";
  display: block;
  position: relative;
  border-color: transparent #008599;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  height: 0;
  width: 0;
  left: -1.2em;
  top: 1.1em;
  margin: 0;
}

.css_table {
    display: table;
  }
.css_tr {
    display: table-row;
  }
.css_td {
    display: table-cell;
}
.contact .css_td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.simpleTable {
  margin-top: 1rem;
}
.simpleTable table, .simpleTable th, .simpleTable td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  min-width: 120px;
}
@media (min-width: 768px) {
  .simpleTable {
    margin-left: auto;
    margin-right: auto;
  }
  .simpleTable table, .simpleTable th, .simpleTable td {
    padding: 5px 20px 5px 20px;
  }
}

/* li a:not(.no-icon)[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  background: url('../images/pdf_file_icon.svg');
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 19px;
  height: 22px;
  margin-left: 8px;
  vertical-align: top;
}

li a:not(.no-icon)[href$=".pdf');"]::after {
  display: inline-block;
  content: "";
  background: url('../images/pdf_file_icon.svg');
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 19px;
  height: 22px;
  margin-left: 8px;
  vertical-align: top;
}

a:not(.no-icon)[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  background: url('../images/pdf_file_icon.svg');
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 19px;
  height: 22px;
  margin-left: 8px;
  vertical-align: top;
} */


.ch-m {
  vertical-align: middle !important;
  text-align: center;
}
.ch-n {
  width: 10%;
  vertical-align: middle !important;
}
.th-desc {
  text-align: left !important;
}


table.tbl-sectors .tbl-subheading {
  font-weight: 700;
  text-align: left;
  padding: 0.5rem;
  background-color: #EAF1DD;
}
.table-cell-center th, .table-cell-center td {
  text-align: center;
  vertical-align: middle !important;
}
.table-cell-center {
  text-align: center;
  vertical-align: middle !important;
}
table.tbl-sectors {
  width: 100%;
  margin-bottom: 1rem;
}
table.tbl-sectors th {
  font-weight: 400;
}
table.tbl-sectors thead th {
  font-weight: 700;
  background-color: #D6E3BC;
}
table.tbl-sectors tfoot * {
  font-weight: 700;
}
table.tbl-sectors th, table.tbl-sectors td {
  padding: 0.25rem;
  vertical-align: top;
  border: 1px solid grey;
}


/* Override BS4 Default */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.underlineContent {
  text-decoration: underline;
}

.boldContent {
  font-weight: 700;
}

.invisible-heading {
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}


ul.topindex-vertical {
  padding-left: 20px;
}

section {
  padding-top: 1px;
}

.publicity-item {
  padding-bottom: 1.5rem;
}

.publicity-item-tn {
  width: 130px;
  min-width: 130px;
}

.publicity-item-desc {
  vertical-align: middle;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
}

.publicity-group h2 {
  margin-bottom: 0.25rem;
}

.br-500 {
  display: none;
}
@media (min-width: 500px) {
  .br-500 {
    display: inline;
  }
}

#posterModal .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0;
}

#posterModal .modal-footer {
  border-top: none;
}

#posterModal .modal-xl {
    max-width: 960px !important;
}

.tnw {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .tnw-768 {
    white-space: nowrap;
  }
}
@media (min-width: 800px) {
  .tnw-800 {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .tnw-992 {
    white-space: nowrap;
  }
}

.accessible {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.pdf-link-icon {
  margin-left: 6px;
  width: 15px;
  vertical-align: text-bottom;
}
@media (max-width: 767.98px) {
  .pdf-link-icon {
    vertical-align: baseline;
  }
}

#btn-BackToTop {
  position: fixed;
  display: none;
  margin: 0;
  bottom: 2vw;
  right: 4vw;
  bottom: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  #btn-BackToTop {
    bottom: 40px;
    right: 40px;
  }
}

#btn-BackToTop a {
  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;
  width: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background: #007CBF;
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  -webkit-transition:all .1s ease;
  transition:all .1s ease;
  opacity: .6;
}

@media (min-width: 1024px) {
  #btn-BackToTop a {
    opacity: .8;
  }
}

#btn-BackToTop a:after {
  content: "";
  display: block;
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px;
}

#btn-BackToTop a:hover, #btn-BackToTop a:focus {
  text-decoration: none;
  opacity: 1;
  background-color: #0072b3;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}