@charset "UTF-8";
/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
/*
@mixin sb-search-submit{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
@mixin sb-icon-search{
	background: #bb1821;
	color:white;
	z-index: 11;
}
@mixin view-taxonomy-term-row{
	margin: 0 0 0.8em;
	border: 1px #c0b7b7 dashed;
	position:relative;
}
@mixin views-field-title-link{
	padding: 1.6em 1.3em 2.2em;
	color: #222;
	font-size: 1.4em;
	text-decoration: none;
	display:block;
}
@mixin views-field-title-link-hover{
	background-color: #f4f4f4;
	color:#ca0d11;
	opacity: 1;
}
@mixin views-field-created{
	color: #666;
	position:absolute;
	right:1.2em;
	bottom:1em;
}
*/
/****************************************
Start Document
********************/
body {
  font-family: "OpenSans", "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

/****************************************
Generic
********************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 130%;
}

h1 {
  color: #998a85;
  font-size: 2.35em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.4em;
  }
}

h2 {
  color: #cc0500;
  font-size: 1.6em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.3em;
  }
}

h3 {
  font-size: 1.3em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.125em;
  }
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.5em;
}

a {
  color: #B8232E;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #ff0000;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border-top: 1px #e6a88d dashed;
}

p {
  margin: 0 0 1.6em;
}

strong {
  font-family: "Opensans-Bold";
}

.btn {
  font-size: 16px;
}

.highlight {
  color: #cc0500;
}

.center {
  text-align: center;
}

/* Pagination */
.pagination > li > a {
  color: #b50207;
}
@media (max-width: 599px) {
  .pagination > li > a {
    padding: 0.2em 0.4em;
    font-size: 0.8em;
  }
}
.pagination > li > a:hover, .pagination > li > a:focus {
  color: #b50207;
}
@media (max-width: 599px) {
  .pagination > li span {
    padding: 0.2em 0.5em;
    font-size: 0.8em;
  }
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #b50207;
  border-color: #b50207;
}

/* no transition for contextual link over action */
a.contextual-links-trigger {
  -o-transition-property: none;
  -ms-transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
}

/**
 * various customization
 */
a.collapse-link {
  width: 100%;
  text-align: right;
  display: block;
}

#collapseParagraph .well {
  background-color: transparent;
  border-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.summary {
  padding: 1em 1.5em;
  background-color: #e9e4e1;
}

.link_top {
  margin: 0 0 1.5em;
  display: inline-block;
}
@media (max-width: 767px) {
  .link_top {
    margin: 0 0 0.2em;
  }
}

/**
 * Elements to be shown on specific screen size
 */
@media screen and (min-width: 970px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 971px) {
  .desktop-only {
    display: none !important;
  }
}
/**
 * Elements to be shown on specific language.
 */
.show-lang--en {
  position: absolute;
  visibility: hidden;
}
.show-lang--en:lang(en) {
  position: relative;
  visibility: visible;
}

.show-lang--zh-hans {
  position: absolute;
  visibility: hidden;
}
.show-lang--zh-hans:lang(zh-hans) {
  position: relative;
  visibility: visible;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.page-header {
  border-bottom: none;
}

/* Highlight Text Style */
.text-highlight {
  padding: 10px;
  background-color: #eee;
}

blockquote, p.blockquote {
  padding: 10px 20px;
  margin: 0 20px 20px;
  font-size: 19px;
  border-left: 5px solid #AD0101;
}

#node-15615 {
  background: none;
}

blockquote.quote-highlight {
  background-color: #EFFFF7;
  margin-right: 15px;
}

.quote-with-icon {
  width: 50%;
  font-size: 1.3em;
}
.quote-with-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  display: block;
  font-size: 2.9em;
  margin-bottom: 20px;
  color: #AD0101;
}

.block-quote-wrapper {
  display: flex;
  align-items: center;
}
.block-quote-wrapper blockquote {
  flex-basis: 50%;
}
.block-quote-wrapper audio {
  position: relative;
  bottom: 15px;
}

/**
 * A common class to extend. Designed for blocks with "more" link.
 */
.view-block-with-footer-button .view-footer, .block-views-blocklatest-news-block-1 .view-footer {
  margin-top: 2em;
  font-size: 1.3em;
  text-align: right;
}
.view-block-with-footer-button .view-footer a, .block-views-blocklatest-news-block-1 .view-footer a {
  color: white;
  background-color: #BA212B;
  text-decoration: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.view-block-with-footer-button .view-footer a:hover, .block-views-blocklatest-news-block-1 .view-footer a:hover {
  background-color: white;
  color: #BA212B;
  outline: 1px #ddd solid;
}

.views--title-date-list-page .views-row, .view-taxonomy-term.view-display-id-page_1 .views-row, .view-newsletters.view-display-id-page_1 .views-row, .view-newsletters.view-display-id-page_2 .views-row, .view-latest-news.view-display-id-page_3 .views-row, .view-latest-news.view-display-id-page_2 .views-row, .view-latest-news.view-display-id-page_1 .views-row, .view-commentary-and-analysis.view-display-id-page_1 .views-row {
  margin: 0 0 0.8em;
  border: 1px #c0b7b7 dashed;
  position: relative;
  line-height: 180%;
}
.views--title-date-list-page .views-row .views-field-nothing .field-content > a, .view-taxonomy-term.view-display-id-page_1 .views-row .views-field-nothing .field-content > a, .view-newsletters.view-display-id-page_1 .views-row .views-field-nothing .field-content > a, .view-newsletters.view-display-id-page_2 .views-row .views-field-nothing .field-content > a, .view-latest-news.view-display-id-page_3 .views-row .views-field-nothing .field-content > a, .view-latest-news.view-display-id-page_2 .views-row .views-field-nothing .field-content > a, .view-latest-news.view-display-id-page_1 .views-row .views-field-nothing .field-content > a, .view-commentary-and-analysis.view-display-id-page_1 .views-row .views-field-nothing .field-content > a {
  display: block;
  color: #222;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.views--title-date-list-page .views-row .views-field-nothing .field-content > a .title, .view-taxonomy-term.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .title, .view-newsletters.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .title, .view-newsletters.view-display-id-page_2 .views-row .views-field-nothing .field-content > a .title, .view-latest-news.view-display-id-page_3 .views-row .views-field-nothing .field-content > a .title, .view-latest-news.view-display-id-page_2 .views-row .views-field-nothing .field-content > a .title, .view-latest-news.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .title, .view-commentary-and-analysis.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .title {
  display: block;
  font-size: 1.575em;
  line-height: 180%;
  padding: 1.6em 1.3em 2.2em;
  transition: all 0.3s;
}
.views--title-date-list-page .views-row .views-field-nothing .field-content > a .date, .view-taxonomy-term.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .date, .view-newsletters.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .date, .view-newsletters.view-display-id-page_2 .views-row .views-field-nothing .field-content > a .date, .view-latest-news.view-display-id-page_3 .views-row .views-field-nothing .field-content > a .date, .view-latest-news.view-display-id-page_2 .views-row .views-field-nothing .field-content > a .date, .view-latest-news.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .date, .view-commentary-and-analysis.view-display-id-page_1 .views-row .views-field-nothing .field-content > a .date {
  color: #666;
  position: absolute;
  font-size: 1.125em;
  right: 1.45em;
  bottom: 1em;
}
.views--title-date-list-page .views-row .views-field-nothing .field-content > a:hover .title, .view-taxonomy-term.view-display-id-page_1 .views-row .views-field-nothing .field-content > a:hover .title, .view-newsletters.view-display-id-page_1 .views-row .views-field-nothing .field-content > a:hover .title, .view-newsletters.view-display-id-page_2 .views-row .views-field-nothing .field-content > a:hover .title, .view-latest-news.view-display-id-page_3 .views-row .views-field-nothing .field-content > a:hover .title, .view-latest-news.view-display-id-page_2 .views-row .views-field-nothing .field-content > a:hover .title, .view-latest-news.view-display-id-page_1 .views-row .views-field-nothing .field-content > a:hover .title, .view-commentary-and-analysis.view-display-id-page_1 .views-row .views-field-nothing .field-content > a:hover .title {
  background-color: #f4f4f4;
  color: #ca0d11;
}

/**
 * Generics style for frontpage blocks.
 */
.block--frontpage-block .flex-row, .block--bundle--frontpage_block_type_3 .flex-row, .block--bundle--frontpage_block_type_2 .flex-row, .block--bundle--frontpage_block_type_1 .flex-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 970px) {
  .block--frontpage-block .flex-row, .block--bundle--frontpage_block_type_3 .flex-row, .block--bundle--frontpage_block_type_2 .flex-row, .block--bundle--frontpage_block_type_1 .flex-row {
    display: block;
  }
}
.block--frontpage-block .col-primary, .block--bundle--frontpage_block_type_3 .col-primary, .block--bundle--frontpage_block_type_2 .col-primary, .block--bundle--frontpage_block_type_1 .col-primary {
  flex: 1;
}
.block--frontpage-block .col-secondary, .block--bundle--frontpage_block_type_3 .col-secondary, .block--bundle--frontpage_block_type_2 .col-secondary, .block--bundle--frontpage_block_type_1 .col-secondary {
  flex: 1;
  border-left: 2px #ddd dashed;
  padding: 0 0 0 28px;
}
.block--frontpage-block .col-secondary h2, .block--bundle--frontpage_block_type_3 .col-secondary h2, .block--bundle--frontpage_block_type_2 .col-secondary h2, .block--bundle--frontpage_block_type_1 .col-secondary h2 {
  color: #98989A;
  font-size: 2em;
}
@media (max-width: 970px) {
  .block--frontpage-block .col-secondary, .block--bundle--frontpage_block_type_3 .col-secondary, .block--bundle--frontpage_block_type_2 .col-secondary, .block--bundle--frontpage_block_type_1 .col-secondary {
    margin: 2em 0 0;
    border-left: 2px #ddd dashed;
    padding-left: 1.2em;
  }
  .block--frontpage-block .col-secondary h2, .block--bundle--frontpage_block_type_3 .col-secondary h2, .block--bundle--frontpage_block_type_2 .col-secondary h2, .block--bundle--frontpage_block_type_1 .col-secondary h2 {
    font-size: 1.5em;
  }
}
.block--frontpage-block .col-full, .block--bundle--frontpage_block_type_3 .col-full, .block--bundle--frontpage_block_type_2 .col-full, .block--bundle--frontpage_block_type_1 .col-full {
  width: 100%;
}

article .author {
  margin-bottom: 1.8em;
  color: #C3C3C3;
  font-style: italic;
  font-weight: normal;
}

#navbar {
  border-radius: 0;
  border-top: 10px solid #908FA1;
  margin-bottom: 1em;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(66, 66, 66, 0);
  transition: all 0.3s;
}

.toolbar-fixed:not(.toolbar-loading) #navbar {
  top: 39px;
}
.toolbar-fixed:not(.toolbar-loading).toolbar-horizontal.toolbar-tray-open #navbar {
  top: 78px;
}

.scrolled #navbar {
  max-width: none;
  background-color: white;
  box-shadow: 0 1px 2px rgb(66, 66, 66);
  margin-bottom: 90px;
  z-index: 16;
}
.scrolled #navbar .logo {
  margin-top: 0;
  margin-bottom: 6px;
  transform: scale(0.8);
}
@media (max-width: 992px) {
  .scrolled #navbar .logo {
    transform: scale(0.7);
  }
}
.scrolled #navbar .lead {
  overflow: hidden;
  height: 0;
}

.navbar .navbar-toggle {
  position: absolute;
  float: none;
  display: block;
  z-index: 2;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #B8232E;
  width: 23px;
  height: 3px;
}
.navbar .navbar-toggle:hover {
  background-color: #eee;
}
.navbar .navbar-container {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}
.navbar .navbar-container > .row {
  margin-left: 0;
  margin-right: 0;
}

.navbar-toolbox {
  margin: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .navbar-toolbox {
    margin: 0 1em 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-toolbox {
    margin: 0 0.5em 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
}

.navbar-links {
  display: flex;
  color: #fff;
  text-align: center;
  position: relative;
  top: -10px;
}
.navbar-links a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background-color: #908FA1;
  padding: 0.2em 0.5em;
}
.navbar-links a:hover, .navbar-links a:active {
  color: inherit;
  text-decoration: none;
  background-color: #ababb8;
}
.navbar-links a:first-child {
  border-bottom-left-radius: 15px;
}
.navbar-links a:last-child {
  border-bottom-right-radius: 15px;
}
.navbar-links .btn-search {
  font-size: 1.2em;
  padding: 0.2em 0.8em;
}
.navbar-links .lang-btn {
  background-color: #E10000;
  border: none;
  color: inherit;
}
.navbar-links .lang-btn:hover {
  background-color: #ff1515;
}
.navbar-links .lang-btn.active {
  display: none;
}

.navmenu-default {
  border-color: #e6e1dd;
  background-color: white;
}

.navmenu-fixed-right {
  border-width: 0 0 0 8px;
}

.navmenu-default ul {
  margin: 0;
  padding: 0;
}
.navmenu-default ul li {
  margin: 0;
  padding: 0;
}
.navmenu-default ul li a {
  padding: 1em;
  border-bottom: 1px #e6e1dd solid;
  line-height: 120%;
  color: #bb1821;
  display: block;
  text-decoration: none;
}
.navmenu-default ul li a:hover {
  background-color: #ff0000;
  color: white;
  opacity: 1;
}
.navmenu-default ul li a .caret {
  display: none;
}

/* Expend Menu */
.navmenu-default .expanded.dropdown .dropdown-toggle {
  display: flex;
}
.navmenu-default .expanded.dropdown .dropdown-toggle:hover, .navmenu-default .expanded.dropdown .dropdown-toggle:focus {
  background-color: #ff0000;
  color: white;
}
.navmenu-default .expanded.dropdown.open .dropdown-toggle {
  background-color: #E10000;
  color: white;
}
.navmenu-default .expanded.dropdown .dropdown-toggle::after {
  content: "+";
  font-family: "Glyphicons Halflings";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: auto;
}
.navmenu-default .expanded.dropdown .dropdown {
  display: none;
  background-color: #F3F3F3;
}
.navmenu-default .expanded.dropdown .dropdown li a {
  padding-left: 1.7em;
  border-bottom: 5px white solid;
}
.navmenu-default .expanded.dropdown .dropdown li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  margin-right: 10px;
}
.navmenu-default .expanded.dropdown .dropdown li:last-child a {
  border-bottom: 1px #e6e1dd solid;
}
.navmenu-default .expanded.dropdown.open > a {
  background-color: #eeeeee;
  border-bottom: 1px #AAAAAA;
}
.navmenu-default .expanded.dropdown.open > a::after {
  content: "−";
}
.navmenu-default .expanded.dropdown.open .dropdown {
  display: block;
}

.region-header {
  text-align: center;
}
.region-header .logo {
  margin: 1.4em 0 1.2em;
  display: block;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .region-header .logo {
    margin: 0.8em 2em 0.5em 0;
  }
}
@media (max-width: 380px) {
  .region-header .logo {
    transform: scale(0.6);
  }
}
.region-header .lead {
  margin: 0;
  font-size: 1.05em;
  color: #db0000;
  font-family: OpenSans-Light, "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  opacity: 1;
  transition: all 0.2s ease-out;
}

.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-style: none;
}

.footer-first {
  padding: 1.8em 0 2.75em;
  background-color: #F1F1F1;
}
.footer-first .container {
  padding: 0;
}
.footer-first .region-footer-first {
  display: flex;
}
.footer-first .region-footer-first > section {
  flex: 1;
  min-height: 160px;
  padding: 0 22px;
  border-right: 1px #ccc dashed;
  text-align: center;
}
.footer-first .region-footer-first > section:last-child {
  border-right: none;
}
.footer-first .region-footer-first > section .block-title {
  color: inherit;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  text-decoration: none;
  line-height: 130%;
}
.footer-first .region-footer-first > section .field--name-body {
  color: #ad0101;
}
.footer-first .region-footer-first > section .field--name-body p {
  color: inherit;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .footer-first .region-footer-first {
    flex-direction: column;
  }
  .footer-first .region-footer-first > section {
    border-right: none;
    order: 1;
    margin: 1em 0;
    min-height: 0;
  }
  .footer-first .region-footer-first #block-getintouch {
    order: 0;
  }
}

.footer-second {
  padding: 1.8em 0 0;
  color: white;
  background: #ad0101;
  text-align: center;
  position: relative;
}
.footer-second::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px white dashed;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.footer-second a {
  color: inherit;
  text-decoration: none;
}
.footer-second a:hover {
  color: inherit;
  opacity: 0.7;
}
.footer-second .txt-copyright {
  margin: 0.5em 0;
  font-size: 0.875em;
  line-height: 140%;
}

.main-container > .container {
  padding-top: 2.8em;
}
.main-container .region-content {
  margin-bottom: 1em;
}

.region-content .field--name-body {
  font-size: 1.125em;
}
.region-content ul.pagination {
  margin: 2em 0 0;
}
@media (max-width: 767px) {
  .region-content ul.pagination {
    margin: 1em 0 2em;
  }
}
.region-content article ul:not(.contextual-links):not(.pagination) {
  margin: 1em 0 1em 0.5em;
  padding: 0;
  list-style-type: none;
}
.region-content article ul:not(.contextual-links):not(.pagination) li {
  padding: 0 0 0.5em 1.8em;
  position: relative;
}
.region-content article ul:not(.contextual-links):not(.pagination) li::before {
  content: "◼";
  color: #998a85;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.region-title h1, .region-title .section-title {
  margin: 0 auto;
  padding: 1em 0;
  background-color: #bb1821;
  text-align: center;
  border-style: none;
  line-height: 130%;
  color: white;
}
.region-title h1 > span, .region-title .section-title > span {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
}
.region-title .section-title {
  font-size: 2.35em;
}
.region-title > section {
  background-color: #F4F4F4;
}
.region-title .block-content-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.2em;
  padding-bottom: 1.6em;
  padding-left: 4em;
  padding-right: 4em;
  color: black;
  text-align: center;
  line-height: 150%;
  font-size: 1.4em;
  font-family: OpenSans-Light, "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.region-search {
  display: inline-block;
  position: absolute;
  right: 100%;
  overflow: hidden;
  transition: width 0.5s;
  width: 0;
  top: -10px;
}
.region-search.active {
  width: 220px;
}
.region-search .block-clb-search-simple-block {
  display: inline-block;
}
.region-search .block-clb-search-simple-block input[name=keywords] {
  border: none;
  outline: none;
  background: #eee;
  margin: 0;
  z-index: 10;
  padding: 8px 20px 10px;
  font-family: inherit;
  font-size: 1.25em;
  color: #84726b;
}
.region-search .block-clb-search-simple-block button[type=submit] {
  display: none;
}

.region-sidebar-second {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.block-views-blockcommentary-and-analysis-block-1 .form-group, .block-views-blockcommentary-and-analysis-block-2 .form-group {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .block-views-blockcommentary-and-analysis-block-1 .form-group, .block-views-blockcommentary-and-analysis-block-2 .form-group {
    margin: 0;
  }
}
.block-views-blockcommentary-and-analysis-block-1 .view-content, .block-views-blockcommentary-and-analysis-block-2 .view-content {
  display: flex;
  justify-content: space-between;
}
.block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row {
  position: relative;
  width: 33.3333%;
}
.block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row > .views-field-nothing, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row > .views-field-nothing {
  height: 100%;
}
.block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.5em 1em;
  margin: 0 15px;
  transition: all 0.4s;
  height: 100%;
  line-height: 190%;
  color: inherit;
}
.block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a:hover, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a:hover {
  background-color: #ddd;
}
.block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a .views-field-title, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a .views-field-title {
  margin-top: 1em;
  font-size: 1.25em;
  color: #AD0B22;
  line-height: 150%;
}
@media (max-width: 768px) {
  .block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a .views-field-title, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a .views-field-title {
    font-size: 1em;
  }
}
.block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a .views-field-created, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a .views-field-created {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #B2B2B2;
}
@media (max-width: 768px) {
  .block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a .views-field-created, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a .views-field-created {
    font-size: 0.8em;
  }
}
@media (max-width: 991px) {
  .block-views-blockcommentary-and-analysis-block-1 .view-content, .block-views-blockcommentary-and-analysis-block-2 .view-content {
    display: block;
  }
  .block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row {
    width: auto;
  }
  .block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content {
    margin: 0;
  }
  .block-views-blockcommentary-and-analysis-block-1 .view-content > .views-row .field-content > a, .block-views-blockcommentary-and-analysis-block-2 .view-content > .views-row .field-content > a {
    margin: 0 -0.5em !important;
  }
  .block-views-blockcommentary-and-analysis-block-1 .view-content .img-responsive, .block-views-blockcommentary-and-analysis-block-2 .view-content .img-responsive {
    width: 100%;
    height: auto;
  }
}

#views-exposed-form-custom-search-page-1 .form-item-section {
  display: none;
}

.view-search-search-basic .view-header, .view-custom-search.view-display-id-page_2 .view-header, .view-custom-search.view-display-id-page_1 .view-header {
  color: #ad0101;
  padding: 0 0 2.5em;
  font-style: italic;
}
.view-search-search-basic .views-row, .view-custom-search.view-display-id-page_2 .views-row, .view-custom-search.view-display-id-page_1 .views-row {
  margin: 0 0 1.4em;
  padding: 0 0 1.4em;
  border-bottom: 1px #cacaca dashed;
  font-size: 0.875em;
}
.view-search-search-basic .views-row:last-child, .view-custom-search.view-display-id-page_2 .views-row:last-child, .view-custom-search.view-display-id-page_1 .views-row:last-child {
  border-bottom: none;
}
.view-search-search-basic .views-field-title h2, .view-custom-search.view-display-id-page_2 .views-field-title h2, .view-custom-search.view-display-id-page_1 .views-field-title h2 {
  margin-top: 0;
  font-size: 1.4em;
  line-height: 130%;
}
.view-search-search-basic .views-field-title h2 a, .view-custom-search.view-display-id-page_2 .views-field-title h2 a, .view-custom-search.view-display-id-page_1 .views-field-title h2 a {
  color: black;
  text-decoration: none;
}
.view-search-search-basic .views-field-title h2 a:hover, .view-custom-search.view-display-id-page_2 .views-field-title h2 a:hover, .view-custom-search.view-display-id-page_1 .views-field-title h2 a:hover {
  color: #ca0d11;
}
.view-search-search-basic .views-field-created, .view-custom-search.view-display-id-page_2 .views-field-created, .view-custom-search.view-display-id-page_1 .views-field-created {
  text-align: right;
  color: #777;
  display: block;
}

.block-views-blocklatest-news-block-1 .views-row .field-content > a {
  display: flex;
  color: inherit;
  text-decoration: none;
  padding: 1em 0.5em;
  border-bottom: 1px dashed #B2B2B2;
  transition: all 0.4s;
}
.block-views-blocklatest-news-block-1 .views-row .field-content > a span.title {
  display: block;
  flex: 1;
  word-break: break-all;
}
.block-views-blocklatest-news-block-1 .views-row .field-content > a span.date {
  display: block;
  width: 10em;
  color: #B2B2B2;
  text-align: right;
}
.block-views-blocklatest-news-block-1 .views-row .field-content > a:hover {
  background-color: #ddd;
}
.block-views-blocklatest-news-block-1 .views-row .field-content > a:hover span.title {
  color: #b8232e;
}
@media (max-width: 991px) {
  .block-views-blocklatest-news-block-1 .views-row .field-content > a {
    display: block;
  }
  .block-views-blocklatest-news-block-1 .views-row .field-content > a span.date {
    width: 100%;
  }
}
.block-views-blocklatest-news-block-1 .views-row:last-child .field-content > a {
  border-bottom: none;
}
@media (max-width: 991px) {
  .block-views-blocklatest-news-block-1 .more-link {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.listing-unionreports-news, .block-views-blocklatest-news-block-3, .block-views-blocklatest-news-block-2 {
  position: relative;
}
.listing-unionreports-news .block-title, .block-views-blocklatest-news-block-3 .block-title, .block-views-blocklatest-news-block-2 .block-title {
  color: #8C8C8C;
  padding: 0;
  font-size: 1.7em;
  background: none;
  text-decoration: none;
  line-height: 130%;
  padding-bottom: 1em;
}
.listing-unionreports-news .view-header, .block-views-blocklatest-news-block-3 .view-header, .block-views-blocklatest-news-block-2 .view-header {
  position: relative;
  height: 0;
  overflow: visible;
  text-align: right;
}
.listing-unionreports-news .view-header .more-link, .block-views-blocklatest-news-block-3 .view-header .more-link, .block-views-blocklatest-news-block-2 .view-header .more-link {
  position: relative;
  top: -70px;
}
.listing-unionreports-news .report-wrapper, .block-views-blocklatest-news-block-3 .report-wrapper, .block-views-blocklatest-news-block-2 .report-wrapper {
  display: flex;
  text-decoration: none;
  color: inherit;
  border: 0;
  border-bottom: 2px dashed #DEDEDE;
  background: none;
  padding: 1em 0.3em;
}
.listing-unionreports-news .views-row:first-child .report-wrapper, .block-views-blocklatest-news-block-3 .views-row:first-child .report-wrapper, .block-views-blocklatest-news-block-2 .views-row:first-child .report-wrapper {
  border-top: 2px dashed #DEDEDE;
}
.listing-unionreports-news .report-image, .block-views-blocklatest-news-block-3 .report-image, .block-views-blocklatest-news-block-2 .report-image {
  flex: 0 0 20%;
}
.listing-unionreports-news .report-image img, .block-views-blocklatest-news-block-3 .report-image img, .block-views-blocklatest-news-block-2 .report-image img {
  width: 144px;
  height: auto;
}
.listing-unionreports-news .report-content, .block-views-blocklatest-news-block-3 .report-content, .block-views-blocklatest-news-block-2 .report-content {
  flex: 1;
}
.listing-unionreports-news .report-title, .block-views-blocklatest-news-block-3 .report-title, .block-views-blocklatest-news-block-2 .report-title {
  margin: 0;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #B8232E;
}
.listing-unionreports-news .report-date, .block-views-blocklatest-news-block-3 .report-date, .block-views-blocklatest-news-block-2 .report-date {
  text-align: right;
  color: #676767;
  font-size: 0.8em;
}

.view-newsletters.view-display-id-page_1 .view-header, .view-newsletters.view-display-id-page_2 .view-header {
  margin: 0 0 1em;
}
.view-newsletters.view-display-id-page_1 .btn-default, .view-newsletters.view-display-id-page_2 .btn-default {
  padding: 0.3em 1.4em;
  background-color: #8f0100;
  border-radius: 10px;
  border-style: none;
  color: white;
  font-size: 1em;
  text-decoration: none;
}
.view-newsletters.view-display-id-page_1 .btn-default:hover, .view-newsletters.view-display-id-page_2 .btn-default:hover {
  background-color: rgba(143, 1, 0, 0.5);
}

.block-views-blockrecommended-articles-block-1 {
  padding: 0.5em 0.625em 1em;
  list-style-type: none;
}
.block-views-blockrecommended-articles-block-1 .views-row {
  margin: 1em 0;
  line-height: 130%;
}
.block-views-blockrecommended-articles-block-1 .views-row a {
  font-size: 0.875em;
  line-height: 160%;
}
@media (max-width: 767px) {
  .block-views-blockrecommended-articles-block-1 {
    padding: 0.5em 0 0;
  }
}
.block-views-blockrecommended-articles-block-1 h2.block-title {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 0.95em;
  border-bottom: 3px black double;
  display: inline;
}

.view-topics .view-header {
  margin-bottom: 1em;
}
.view-topics .view-header p {
  color: #8D8C9D;
  font-style: italic;
  line-height: 150%;
  margin: 0;
}
.view-topics .col-sm-6, .view-topics .col-xs-6 {
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.view-topics a.topic {
  display: block;
  position: relative;
  padding: 0.5em;
  margin-bottom: 1em;
  transition: all 0.4s;
}
.view-topics a.topic .topic-name {
  position: absolute;
  padding: 0.2em 0.8em;
  bottom: calc(12px + 1em);
  right: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1.2em;
  line-height: 130%;
}
.view-topics a.topic .topic-name:lang(en) {
  font-family: "OpenSans-Light";
}
.view-topics a.topic:hover, .view-topics a.topic:focus {
  background-color: #ddd;
}

.block-views-blockweekly-highlight-block-1 .slick-slide {
  width: 550px;
  margin: 0 30px;
}
.block-views-blockweekly-highlight-block-1 .field-content a {
  display: block;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 581px) {
  .block-views-blockweekly-highlight-block-1 .field-content a {
    max-width: calc(100vw - 30px);
  }
}
.block-views-blockweekly-highlight-block-1 .view-footer {
  text-align: right;
}
.block-views-blockweekly-highlight-block-1 .view-footer a {
  display: inline-block;
  text-align: center;
  margin: 1em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  font-size: 1.2em;
  color: white;
  background-color: #BA212B;
  text-decoration: none;
}
.block-views-blockweekly-highlight-block-1 .view-footer a:hover {
  background-color: white;
  color: #BA212B;
  outline: 1px #ddd solid;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots {
  position: relative;
  bottom: 0;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots li button {
  background-color: #b5c3c4;
  border-radius: 50%;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots li button::before {
  content: "";
  display: none;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots li button:hover {
  opacity: 0.8;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots li::before {
  content: "";
  display: none;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots li.slick-active button {
  background-color: #a00;
}
.block-views-blockweekly-highlight-block-1 ul.slick-dots li.slick-active button::before {
  content: "";
  display: none;
}

.back-top-bar {
  margin: 3em 0 0;
  padding: 1.25em 0 0.1em;
  text-align: center;
}
.back-top-bar a {
  color: #960000;
  text-decoration: none;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-top: 3px solid #E5E5E5;
  padding: 0.5em 1.2em;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
}
.back-top-bar a::after {
  content: "\e093";
  width: 29px;
  height: 29px;
  margin: 0.1em 0 0 0.5em;
  font-family: "Glyphicons Halflings";
  color: #960000;
  display: inline-block;
}
.back-top-bar a:hover, .back-top-bar a:focus {
  background-color: #AF0000;
  color: white;
}
.back-top-bar a:hover::after, .back-top-bar a:focus::after {
  color: white;
}

.breadcrumb-bar {
  background-color: #DE0000;
}
.breadcrumb-bar .breadcrumb {
  height: 27px;
  margin-bottom: 0;
  padding: 0 0 0 4em;
  background-color: transparent;
  background: transparent url("../images/bg-before-breadcrumb.gif") no-repeat;
  border-radius: 0;
  font-size: 0.8em;
  color: white;
}
.breadcrumb-bar .breadcrumb a, .breadcrumb-bar .breadcrumb a:hover, .breadcrumb-bar .breadcrumb > .active {
  color: white;
  text-decoration: none;
}

.map-card-row {
  display: flex;
}

.map-card-wrapper {
  max-width: 386px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  display: -webkit-box;
}
@media screen and (max-width: 780px) {
  .map-card-wrapper {
    padding: 0;
  }
}
@media (min-width: 1157px) {
  .map-card-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media (max-width: 1156px) {
  .map-card-wrapper {
    max-width: none;
  }
}

.map-card {
  padding: 1em;
  background-color: white;
  line-height: normal;
}
@media (min-width: 1157px) {
  .map-card {
    width: 100%;
    height: auto;
  }
}
.map-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.map-card a img {
  transition: all 0.3s;
}
.map-card a:hover, .map-card a:focus {
  opacity: 1;
}
.map-card a:hover img, .map-card a:focus img {
  opacity: 0.6;
}
.map-card h3 {
  margin-top: 0;
  color: #B8232E;
  font-weight: bold;
  font-family: "OpenSans-Semibold", "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 480px) {
  .map-card h3 {
    font-size: 0.8em;
  }
}
.map-card .incident-info {
  justify-content: center;
  padding: 0.5em 1em;
  width: 100%;
  min-height: 103.6px;
}
@media screen and (max-width: 780px) {
  .map-card .incident-info {
    padding: 0.5em;
    display: block;
  }
}
.map-card .incident-num {
  border-bottom: 1px solid #CC0500;
  margin-bottom: 1em;
  text-align: center;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) {
  .map-card .incident-num {
    min-width: 122.05px;
  }
}
@media screen and (max-width: 780px) {
  .map-card .incident-num {
    max-width: none;
    border-right: 0;
  }
}
@media (max-width: 480px) {
  .map-card .incident-num {
    margin-right: 0;
    padding-right: 0;
  }
}
.map-card .incident-num .number {
  font-size: 2em;
  font-weight: bold;
  font-family: "OpenSans-Semibold", "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  color: #464646;
}
@media (max-width: 767px) {
  .map-card .incident-num .number {
    font-size: 1.4em;
  }
}
.map-card .incident-num .text {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: italic;
  color: #B2B2B2;
}
@media (max-width: 480px) {
  .map-card .incident-num .text {
    font-size: 0.7em;
  }
}
.map-card .incident-latest .labels {
  display: flex;
}
@media (max-width: 767px) {
  .map-card .incident-latest .labels {
    font-size: 0.8em;
  }
}
.map-card .incident-latest .labels .title {
  color: black;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .map-card .incident-latest .labels .title {
    margin-top: 1em;
  }
}
.map-card .incident-latest .labels .date {
  color: #B2B2B2;
}
@media screen and (max-width: 767px) {
  .map-card .incident-latest .labels .date {
    display: none;
  }
}
.map-card .incident-latest .content {
  font-size: 0.9em;
  margin-top: 1.5em;
  color: #7F7F7F;
}
@media screen and (max-width: 767px) {
  .map-card .incident-latest .content {
    margin-top: 0.8em;
    font-size: 0.8em;
  }
}
@media (max-width: 480px) {
  .map-card .incident-latest .content {
    font-size: 0.7em;
  }
}

/* Carousel */
.carousel .carousel-control {
  background: none;
}
.carousel .carousel-control .glyphicon-chevron-left::before {
  content: "‹";
}
.carousel .carousel-control .glyphicon-chevron-right::before {
  content: "›";
}
.carousel .carousel-inner {
  text-align: center;
  background-image: url("../images/home-slider-bg.jpg");
  background-repeat: repeat-x;
  background-color: #fff;
}
.carousel .carousel-inner .item-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.carousel .carousel-inner .item-inner:hover img, .carousel .carousel-inner .item-inner:active img {
  opacity: 0.7;
}
.carousel .carousel-inner .item-inner:hover .carousel-caption, .carousel .carousel-inner .item-inner:active .carousel-caption {
  background-color: rgba(185, 34, 64, 0.5);
}
@media (max-width: 991px) {
  .carousel .carousel-inner .item-inner:hover .carousel-caption, .carousel .carousel-inner .item-inner:active .carousel-caption {
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .carousel .carousel-inner .item-inner {
    position: relative;
  }
}
.carousel .carousel-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}
.carousel .carousel-inner .carousel-caption {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
  position: absolute;
  text-shadow: none;
  text-align: left;
  background-color: rgba(25, 22, 15, 0.3);
  left: 0;
  bottom: 0;
  display: flex;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .carousel .carousel-inner .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-inner .carousel-caption {
    padding-top: 10px;
    position: inherit;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .carousel .carousel-inner .carousel-caption {
    padding-bottom: 20px;
  }
}
.carousel .carousel-inner .carousel-caption h3 {
  width: 1150px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1.8em;
  line-height: 130%;
  font-family: "OpenSans", "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .carousel-caption h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  .carousel .carousel-inner .carousel-caption h3 {
    font-size: 1.2em;
  }
}
.carousel .carousel-inner .carousel-caption h3 a {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  .carousel .carousel-inner .carousel-caption h3 a {
    color: #B8232E;
  }
}
.carousel .carousel-inner .carousel-caption h3 a:hover, .carousel .carousel-inner .carousel-caption h3 a:focus {
  opacity: 1;
}
.carousel .carousel-indicators {
  width: 100vw;
  left: auto;
  right: 0;
  bottom: 0;
}
.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 0.1em;
  border-style: none;
  border-radius: inherit;
  background-color: #c0b7b7;
}
.carousel .carousel-indicators li.active, .carousel .carousel-indicators li:hover {
  background-color: white;
}

[data-readmore] {
  transition: height 100ms;
  overflow: hidden;
}

.readmore {
  text-overflow: ellipsis;
}

.readmore-action {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

/**
 * This is for styling the frontpage block
 * "What you need to know about workers in China".
 */
.block--bundle--frontpage_block_type_1 .col-primary {
  display: flex;
  flex: 9;
  padding-right: 2em;
}
@media (max-width: 970px) {
  .block--bundle--frontpage_block_type_1 .col-primary {
    display: block;
    padding-right: 0;
  }
}
.block--bundle--frontpage_block_type_1 .col-secondary {
  flex: 3;
}
.block--bundle--frontpage_block_type_1 .col-secondary h2 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 120%;
}
.block--bundle--frontpage_block_type_1 .field--name-field-feature-image {
  flex-basis: 50%;
  padding: 0 1.5em 0 0;
}
@media (max-width: 970px) {
  .block--bundle--frontpage_block_type_1 .field--name-field-feature-image {
    padding: 0;
    margin: 0 0 0.5em;
  }
}
.block--bundle--frontpage_block_type_1 .field--name-body {
  flex-basis: 50%;
}
.block--bundle--frontpage_block_type_1 .field--name-field-body-secondary ul {
  margin: 0 0 0 2em;
  padding: 0;
}
.block--bundle--frontpage_block_type_1 .field--name-field-body-secondary ul li {
  margin: 0 0 0.6em;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 150%;
}
.block--bundle--frontpage_block_type_1 .field--name-field-body-secondary ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -1.4em;
  top: 0.8em;
}

/**
 * This is for styling the frontpage block
 * "Research Reports".
 */
.block--bundle--frontpage_block_type_2 .block-title, .block--bundle--frontpage_block_type_2 h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.block--bundle--frontpage_block_type_2 .block-content-container {
  display: flex;
}
.block--bundle--frontpage_block_type_2 .col-primary {
  padding-right: 15px;
}
@media (max-width: 970px) {
  .block--bundle--frontpage_block_type_2 .col-primary {
    padding-right: 0;
  }
}
.block--bundle--frontpage_block_type_2 .col-secondary h2 {
  color: #98989A;
}
.block--bundle--frontpage_block_type_2 .col-secondary ul {
  margin: 0 0 0 2em;
  padding: 0;
}
.block--bundle--frontpage_block_type_2 .col-secondary ul li {
  margin: 0 0 0.6em;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 150%;
  margin-bottom: 1.5em;
}
.block--bundle--frontpage_block_type_2 .col-secondary ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -1.4em;
  top: 0.8em;
}
.block--bundle--frontpage_block_type_2 .col-full {
  width: 100%;
}
.block--bundle--frontpage_block_type_2 .actions {
  text-align: right;
}
.block--bundle--frontpage_block_type_2 .actions .more-link {
  display: inline-block;
  width: 35%;
  text-align: center;
  margin: 1em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  font-size: 1.2em;
  color: white;
  background-color: #BA212B;
  text-decoration: none;
}
.block--bundle--frontpage_block_type_2 .actions .more-link:hover {
  background-color: white;
  color: #BA212B;
  outline: 1px #ddd solid;
}
.block--bundle--frontpage_block_type_2 .actions.mobile-only .more-link {
  width: 100%;
  margin: 1em 0;
}

/**
 * This is for styling the frontpage block
 * "What you need to know about workers in China".
 */
.block--bundle--frontpage_block_type_3 .col-primary {
  flex: 7;
  padding-right: 3em;
}
@media (max-width: 970px) {
  .block--bundle--frontpage_block_type_3 .col-primary {
    padding-right: 0;
  }
}
.block--bundle--frontpage_block_type_3 .col-secondary {
  flex: 4;
  padding-left: 3em;
  padding-right: 3em;
}
@media (max-width: 970px) {
  .block--bundle--frontpage_block_type_3 .col-secondary {
    padding-left: 28px;
    padding-right: 0;
  }
}
.block--bundle--frontpage_block_type_3 .col-secondary h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #998A85;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 970px) {
  .block--bundle--frontpage_block_type_3 .col-secondary h2 {
    font-size: 1.2em;
  }
}
.block--bundle--frontpage_block_type_3 .field--name-field-feature-image {
  flex-basis: 50%;
  padding: 0 1.5em 0 0;
}
.block--bundle--frontpage_block_type_3 .field--name-body {
  flex-basis: 50%;
}
.block--bundle--frontpage_block_type_3 .field--name-body ul {
  margin: 0;
  padding: 0;
}
.block--bundle--frontpage_block_type_3 .field--name-body ul li {
  margin: 0 0 25px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  list-style-type: none;
  position: relative;
  line-height: 150%;
  display: flex;
}
.block--bundle--frontpage_block_type_3 .field--name-body ul li::before {
  content: "";
  display: inline-block;
  min-width: 7px;
  height: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: black;
  margin-right: 1em;
  margin-top: 12px;
}
.block--bundle--frontpage_block_type_3 .field--name-body ul li a {
  font-size: 16px;
  text-decoration: none;
}

.block--type-story-highlight {
  margin: 0 0 1em;
  padding: 0.5em 0.625em 1em;
  background-color: #EEEEEE;
}
.block--type-story-highlight .block-title {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 0.95em;
  border-bottom: 3px black double;
  display: inline;
}
.block--type-story-highlight .story-highlight-title {
  margin: 1em 0 1em;
  font-size: 1.05em;
  color: black;
  text-decoration: none;
}
.block--type-story-highlight .story-highlight-link {
  display: block;
  text-decoration: none;
}
.block--type-story-highlight .story-highlight-link:hover {
  text-decoration: none;
}
.block--type-story-highlight .field--name-body {
  margin: 0 0 1.5em;
  padding: 0 0 0 4.5em;
  font-size: 0.875em;
  font-style: italic;
  color: #444;
  background: transparent url("../images/bg-sidebar-quote.gif") no-repeat;
  line-height: 160%;
}
.block--type-story-highlight .field--name-field-image img {
  border: 4px white solid;
}

.block-clb-map-links-block .swiper-pagination {
  width: 100%;
  display: none;
}
@media (max-width: 1067px) {
  .block-clb-map-links-block .swiper-pagination {
    display: block;
  }
}
.block-clb-map-links-block .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  margin-top: 10px;
}
.block-clb-map-links-block .swiper-pagination-bullet-active {
  background-color: #AE2C38;
}
.block-clb-map-links-block .swiper-container .map-card-wrapper .current-card-number {
  background-color: #555;
}
.block-clb-map-links-block .swiper-container .map-card-wrapper:nth-child(1) .current-card-number {
  background-color: #0025A9;
}
.block-clb-map-links-block .swiper-container .map-card-wrapper:nth-child(2) .current-card-number {
  background-color: #B42129;
}
.block-clb-map-links-block .swiper-container .map-card-wrapper:nth-child(3) .current-card-number {
  background-color: #058D09;
}
.block-clb-map-links-block .swiper-container .map-card h3 {
  display: flex;
  width: 100%;
}
.block-clb-map-links-block .swiper-container .map-card h3 .title-text {
  flex: 1;
  text-align: left;
}
.block-clb-map-links-block .swiper-container .map-card h3 .current-card-number {
  color: white;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
}
@media (max-width: 1067px) {
  .block-clb-map-links-block .swiper-container .map-card {
    border: 3px solid #DEDEDE;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .block-clb-map-links-block .swiper-container .map-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .block-clb-map-links-block .swiper-container .map-card {
    width: 100%;
  }
}

.block-clb-map-mini-links-block {
  margin: 0 0 1.6em;
}
.block-clb-map-mini-links-block .row.row-map {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.block-clb-map-mini-links-block .col-sm-4 {
  width: calc(33.3333% - 1.6rem);
  margin: 0 0.8rem;
}
.block-clb-map-mini-links-block .swiper-slide {
  padding-right: 1px;
}
.block-clb-map-mini-links-block .mini-link {
  display: block;
  padding: 0.75em;
  color: #333;
  text-decoration: none;
  border: 1px #eee solid;
  max-height: 235.44px;
  transition: all 0.3s;
}
.block-clb-map-mini-links-block .mini-link:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  opacity: 1;
  cursor: pointer;
}
.block-clb-map-mini-links-block .mini-link--image {
  width: 100%;
  display: block;
  text-align: center;
}
.block-clb-map-mini-links-block .mini-link--title {
  text-align: center;
  padding: 1.25em 0 1.7em;
  display: block;
}
.block-clb-map-mini-links-block .mini-link--title--branding {
  font-size: 0.625em;
}
.block-clb-map-mini-links-block .mini-link--title--title {
  margin: 0;
  font-size: 1.12em;
  line-height: 100%;
  color: #ca0d11;
}
.block-clb-map-mini-links-block .swiper-container .mini-link {
  display: flex;
}
.block-clb-map-mini-links-block .swiper-container .mini-link--image {
  flex: 1;
}
.block-clb-map-mini-links-block .swiper-container .mini-link--title {
  flex: 1;
}
.block-clb-map-mini-links-block .swiper-pagination {
  width: 100%;
  display: none;
}
@media (max-width: 1067px) {
  .block-clb-map-mini-links-block .swiper-pagination {
    display: block;
  }
}
.block-clb-map-mini-links-block .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  margin-top: 10px;
}
.block-clb-map-mini-links-block .swiper-pagination-bullet-active {
  background-color: #AE2C38;
}

.block-clb-map-union-reports-embed-block .block-content-container {
  max-width: none;
  margin: 0;
  padding: 0;
  iframe-min-width: 100%;
  iframe-min-height: 100%;
}

.block-clb-search-advanced-block, .region-title > .block-clb-search-advanced-block {
  background-color: #bb1821;
  color: #fff;
}
.block-clb-search-advanced-block .block-content-container, .region-title > .block-clb-search-advanced-block .block-content-container {
  color: inherit;
  margin: 1.4em auto;
  padding: 1.5em;
  border: 1px #ccc dashed;
  color: white;
}

.block-clb-search-topic-title-block {
  background: white;
  background: linear-gradient(0deg, white 0%, #dff0f7 100%);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.block-clb-search-topic-title-block .block-content-container {
  padding: 0 15px;
}
.block-clb-search-topic-title-block .page-header-wrapper {
  display: flex;
}
.block-clb-search-topic-title-block .topic-thumbnail {
  width: 200px;
}
.block-clb-search-topic-title-block .topic-header {
  flex: 1;
  display: flex;
  align-self: flex-end;
  text-align: left;
  color: #000;
  background-color: transparent;
  font-size: 4rem;
  font-weight: 500;
  padding-left: 1rem;
  padding-bottom: 0.3rem;
}
.block-clb-search-topic-title-block .topic-back {
  width: 200px;
  display: flex;
  align-self: flex-end;
  font-size: 1.8rem;
}
.block-clb-search-topic-title-block .topic-back a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: right;
}
.block-clb-search-topic-title-block .topic-back a::before {
  content: "<< ";
}

.block-simplenews-subscription-block {
  position: relative;
  text-align: center;
  background-color: white;
  padding: 1.4em !important;
  margin: 0 auto;
  max-width: 1170px;
}
.block-simplenews-subscription-block .block-content-container {
  background-color: #AFAFB9;
  padding: 1.5em 1.3em 1.5em;
}
.block-simplenews-subscription-block .desc-mandatory-field {
  width: 630px;
  max-width: 100%;
}
.block-simplenews-subscription-block .field--name-field-name {
  width: 630px;
  max-width: 100%;
}
.block-simplenews-subscription-block .field--name-subscriptions {
  width: 630px;
  max-width: 100%;
}
.block-simplenews-subscription-block .field--name-mail {
  width: 630px;
  max-width: 100%;
}
.block-simplenews-subscription-block .form-actions {
  width: 630px;
  max-width: 100%;
}
.block-simplenews-subscription-block .subscriber-fields-wrapper {
  display: flex;
  width: 630px;
  margin: 0 auto;
  max-width: 100%;
}
.block-simplenews-subscription-block .subscriber-fields-wrapper .field--name-field-name {
  flex: 3.5;
  width: auto;
  max-width: 100%;
  margin-right: 30px;
}
.block-simplenews-subscription-block .subscriber-fields-wrapper .field--name-mail {
  flex: 6.5;
  width: auto;
  max-width: 100%;
}
.block-simplenews-subscription-block .form-group, .block-simplenews-subscription-block .desc-mandatory-field {
  margin-left: auto;
  margin-right: auto;
}
.block-simplenews-subscription-block .form-wrapper.field--widget-email-default .form-group {
  margin-bottom: 0;
}
.block-simplenews-subscription-block .block-title {
  color: #991A21 !important;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.block-simplenews-subscription-block .desc {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.block-simplenews-subscription-block label {
  display: block;
  text-align: left;
}
.block-simplenews-subscription-block legend {
  border: none;
  text-align: left;
  font-size: inherit;
  color: #fff;
  margin-bottom: 5px;
}
.block-simplenews-subscription-block legend .form-required::after {
  background-image: none;
  content: "*";
}
.block-simplenews-subscription-block .form-checkboxes {
  display: block;
  color: #fff;
  text-align: left;
}
.block-simplenews-subscription-block .form-checkboxes > .form-item {
  display: inline-block;
  text-align: left;
  margin: 0 100px 10px 0;
  line-height: 160%;
}
.block-simplenews-subscription-block .form-checkboxes > .form-item:last-child {
  margin-right: 0;
}
.block-simplenews-subscription-block .desc-mandatory-field {
  display: block;
  text-align: right;
  color: yellow;
  font-size: 0.8em;
}
.block-simplenews-subscription-block .form-actions {
  text-align: right;
}
@media screen and (max-width: 650px) {
  .block-simplenews-subscription-block .form-actions {
    text-align: center;
  }
}
.block-simplenews-subscription-block .form-actions button {
  color: white;
  background-color: #BA212B;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0;
}
.block-simplenews-subscription-block .form-actions button:hover {
  background-color: white;
  color: #BA212B;
  outline: 1px #ddd solid;
}
.block-simplenews-subscription-block .form-actions a {
  display: none;
}
.block-simplenews-subscription-block .privacy-remark {
  text-align: center;
  padding-top: 1.5em;
  margin-bottom: -3em;
}
@media screen and (max-width: 650px) {
  .block-simplenews-subscription-block .privacy-remark {
    margin-bottom: 20px;
  }
}
.block-simplenews-subscription-block .privacy-remark a {
  font-size: 0.8em;
  color: white;
  text-decoration: none;
  font-style: italic;
}

.block-social-sharing-buttons-block .social-sharing-buttons {
  margin-top: 0;
  justify-content: space-between;
  max-width: 290px;
}
.block-social-sharing-buttons-block .social-sharing-buttons__button, .block-social-sharing-buttons-block .share-print {
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
  display: block;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.block-social-sharing-buttons-block .social-sharing-buttons__button svg, .block-social-sharing-buttons-block .share-print svg {
  visibility: hidden;
}
.block-social-sharing-buttons-block .social-sharing-buttons__button.share-facebook {
  background-color: #1973bc;
  background-image: url("../images/icon-facebook.png");
}
.block-social-sharing-buttons-block .social-sharing-buttons__button.share-twitter {
  background-color: #00bff9;
  background-image: url("../images/icon-twitter.png");
}
.block-social-sharing-buttons-block .social-sharing-buttons__button.share-email {
  background-color: #ffa100;
  background-image: url("../images/icon-email-forward.png");
}
.block-social-sharing-buttons-block .share-print {
  background-color: #8eb620;
  background-image: url("../images/icon-print.png");
}
.block-social-sharing-buttons-block ul.group-sns-button li a.btn-share-facebook {
  background-color: #1973bc;
  background-image: url("../images/icon-facebook.png");
}

#block-podcastthemeimage {
  background-image: url("../images/theme-podcast.png");
  background-position: center top;
  background-size: cover;
  height: 316px;
}

.theme-podcast {
  position: relative;
  width: 100vw;
}

.field--name-field-tags {
  margin: 2em 0 0;
}
.field--name-field-tags .field--items .field--item {
  display: inline-block;
  margin-right: 0.2em;
}
.field--name-field-tags .field--items .field--item::after {
  content: ",";
}
.field--name-field-tags .field--items .field--item:last-child {
  margin-right: 0;
}
.field--name-field-tags .field--items .field--item:last-child::after {
  content: "";
}

.slick--field-album ul.slick-dots {
  position: relative;
  bottom: 0;
}
.slick--field-album ul.slick-dots li {
  padding: 0 !important;
}
.slick--field-album ul.slick-dots button {
  background-color: #b5c3c4;
  border-radius: 50%;
}
.slick--field-album ul.slick-dots button::before {
  content: "";
  display: none;
}
.slick--field-album ul.slick-dots button:hover {
  opacity: 0.8;
}
.slick--field-album ul.slick-dots li.slick-active button {
  background-color: #a00;
}
.slick--field-album ul.slick-dots li.slick-active button::before {
  content: "";
  display: none;
}
.slick--field-album .slick-list {
  min-height: 80vw;
}
@media (min-width: 1000px) {
  .slick--field-album .slick-list {
    min-height: 800px;
  }
}

.region-content article .slick--field-album ul.slick-dots {
  position: relative;
  bottom: 0;
}
.region-content article .slick--field-album ul.slick-dots li:before {
  content: "";
  display: none;
}

/**
 * Button class to use for footer "Donation" button.
 */
.donation-button {
  display: inline-flex;
  background-color: white;
  color: #AD0101;
  text-decoration: none;
  border-radius: 10px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-top: 1em;
  padding-left: 0.8em;
  padding-right: 5px;
  align-items: center;
  position: relative;
}
.donation-button .donation-target {
  font-size: 1em;
  line-height: 1.5;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.donation-button::after {
  content: "";
  width: 8px;
  height: 10px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #AD0101;
  display: block;
  margin-left: 8px;
  transition: all 0.4s;
}
.donation-button:hover, .donation-button:focus {
  background-color: #AD0101;
  color: white;
  text-decoration: none;
  outline: none;
}
.donation-button:hover::after, .donation-button:hover::after, .donation-button:focus::after, .donation-button:focus::after {
  border-color: transparent transparent transparent white;
}

/**
 * The email circle icon in Chinese "联系我们" block.
 */
.button-email-icon {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
  color: #AD0101;
  position: relative;
  right: 28px;
}
.button-email-icon .email-link {
  width: 51px;
  height: 51px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
  background-image: url("../images/icon-mail-footer.png");
}
.button-email-icon .email-link:hover, .button-email-icon .email-link:active {
  background-image: url("../images/icon-mail-footer_f2.png");
  background-color: #AD0101;
}

/**
 * The email link in the footer "Get in Touch" block.
 */
.button-email-wrapper {
  display: block;
  margin: 20px 0 25px;
}
.button-email-wrapper .button-email {
  text-decoration: none;
  min-height: 51px;
  background-image: url("../images/icon-mail-footer.png");
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
  padding-left: 38px;
}
.button-email-wrapper .button-email:hover {
  text-decoration: underline;
}

/**
 * Style for footer SNS icons.
 */
.group-footer-sns-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group-footer-sns-icons li {
  width: 51px;
  margin: 0 0.625em;
}
.group-footer-sns-icons li a {
  width: 51px;
  height: 51px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
}
.group-footer-sns-icons li a:hover {
  background-color: #AD0101;
}
.group-footer-sns-icons li a.btn-facebook {
  background-image: url("../images/icon-facebook-footer.png");
}
.group-footer-sns-icons li a.btn-facebook:hover {
  background-image: url("../images/icon-facebook-footer_f2.png");
}
.group-footer-sns-icons li a.btn-twitter {
  background-image: url("../images/icon-twitter-footer.png");
}
.group-footer-sns-icons li a.btn-twitter:hover {
  background-image: url("../images/icon-twitter-footer_f2.png");
}
.group-footer-sns-icons li a.btn-instgram {
  background-image: url("../images/icon-instagram-footer.png");
}
.group-footer-sns-icons li a.btn-instgram:hover {
  background-image: url("../images/icon-instagram-footer_f2.png");
}

/**
 * Button style for email subscription form and bottom
 * language switching link.
 */
.button-main-action, .btn-default.button-main-action {
  margin: 0 0 0.5em;
  padding: 0.625em 1.8em;
  border-radius: 8px;
  border-width: 1px;
  border-color: transparent;
  font-size: 1.125em;
  text-decoration: none;
  color: #AD0101;
}
.button-main-action:hover, .button-main-action:focus, .btn-default.button-main-action:hover, .btn-default.button-main-action:focus {
  background-color: transparent;
  border-color: white;
  color: white;
}

#gdpr-popup {
  background-color: #000;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-text p {
  color: #999;
  line-height: 1.8em;
  margin: 0;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
  padding: 5px 0.6em;
  border-radius: 4px;
  background-color: #f6f5f4;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:hover {
  text-decoration: none;
  background-color: #fff;
}

.front-region-with-blue-gradient, .region-front-reports, .region-front-maps {
  background: linear-gradient(0deg, #DFF1F5, white);
}

.front-region-with-grey-background, .region-front-newsletter, .region-front-news {
  background-color: #F6F6F6;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}

.front-sections-container .block-content-container {
  max-width: 1170px;
  margin: 0 auto;
}
.front-sections-container .block-content-container > .row {
  margin-left: 0;
  margin-right: 0;
}
.front-sections-container .block-content-container .views-view-grid .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1170px) {
  .front-sections-container .block-content-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.front-sections-container .block-title {
  color: black;
  font-size: 2.2em;
  margin-bottom: 1em;
}
.front-sections-container .block-title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 970px) {
  .front-sections-container .block-title {
    font-size: 1.6em;
  }
}

.region-front-highlighted .block-content-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.region-front-maps > section {
  padding: 1em 0 4em;
  min-height: 224px;
}

.region-front-news > section {
  padding: 2.5em 0 4em;
  border-bottom: 1px #eee solid;
}
@media (max-width: 992px) {
  .region-front-news > section {
    padding: 0.8em 0;
  }
}

.region-front-analysis > section {
  padding: 3em 0 4em;
  border-bottom: 1px #eee solid;
}
@media (max-width: 992px) {
  .region-front-analysis > section {
    padding: 0.8em 0;
  }
}

.region-front-newsletter {
  padding: 4em 0;
}
.region-front-newsletter > section {
  padding: 3em 0 4em;
}

.region-front-topics > section {
  padding: 3em 0 4em;
  border-bottom: 1px #eee solid;
}
@media (max-width: 992px) {
  .region-front-topics > section {
    padding: 0.8em 0;
  }
}
.region-front-topics .block-title {
  margin: 0.5em auto;
}
.region-front-topics .block-content-container > .row *:first-child {
  padding-left: 0;
}
.region-front-topics .block-content-container > .row *:last-child {
  padding-right: 0;
}

.region-front-reports > section {
  padding: 3em 0;
  border-top: 1px #E3E3E3 solid;
  border-bottom: 1px #E3E3E3 solid;
}
@media (max-width: 992px) {
  .region-front-reports > section {
    padding: 0.8em 0;
  }
}

.region-front-about > section {
  padding: 2em 0 0;
}
@media (max-width: 992px) {
  .region-front-about > section {
    padding: 0.8em 0;
  }
}
.region-front-about .block-title {
  text-align: center;
}

.podcast-item {
  display: flex;
  padding: 1rem;
  margin: 2.2rem 0;
  border: solid 1px #ccc;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.podcast-item:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.podcast-item img {
  display: block;
}
.podcast-item--details {
  flex: 1;
  padding-left: 2.2rem;
}
.podcast-item--details--title {
  color: inherit;
  font-size: 2.1rem;
  margin: 1rem 0 1rem;
}
.podcast-item--details--date {
  color: rgba(0, 0, 0, 0.5);
}

.podcast-links {
  display: inline-block;
  list-style-type: none;
}
.podcast-links li {
  display: inline-block;
}

.podcast-link {
  display: block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 900;
  margin: 0 2rem;
}
.podcast-link:hover {
  text-decoration: none;
}
.podcast-link--icon {
  display: inline-block;
  color: #fff;
  background-color: #ccc;
  border-radius: 0.6rem;
  padding: 0.6rem;
  margin-right: 1rem;
}

.view-podcast .views-row:nth-child(1) .podcast-item {
  margin-top: 0;
}

.block-views-blockpodcast-block-1 {
  margin: 2em 0;
}
.block-views-blockpodcast-block-1 .block-title {
  display: block;
  background-color: #b50207;
  color: #fff;
  font-size: 1.1em;
  line-height: 2.3em;
  padding: 0 0.625em;
  margin: 0 0 0.7em;
}
.block-views-blockpodcast-block-1 .view-content {
  border: solid 1px #ccc;
}

.podcast-item-mini {
  display: flex;
  text-decoration: none;
  color: inherit;
  font-size: 0.8em;
  padding: 0.8em 1em;
}
.podcast-item-mini:hover {
  color: inherit;
  text-decoration: none;
  background-color: rgba(100, 100, 100, 0.1);
}
.podcast-item-mini::before {
  display: block;
  content: " ";
  width: 38px;
  line-height: 2em;
  height: 2em;
  background-image: url("../images/icon-play.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
.podcast-item-mini--title {
  flex: 1;
  height: 2em;
  line-height: 2em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.block-views-blockpodcast-block-1 .views-row:first-child .podcast-item-mini {
  padding-top: 1.2em;
}
.block-views-blockpodcast-block-1 .views-row:last-child .podcast-item-mini {
  padding-bottom: 1.2em;
}

.podcast-listing-top {
  display: block;
  font-size: 1.5em;
  background-color: #f4f4f4;
  margin: 0 0 2.2rem;
}
.podcast-listing-top--text {
  display: block;
  text-transform: uppercase;
  background-color: #b50207;
  color: #fff;
  line-height: 2.5em;
  width: 214px;
  text-align: center;
}

.simplenews-issue {
  width: 620px;
  margin: 0 auto;
  padding: 10px;
  border: 1px #ccc solid;
}
.simplenews-issue .field--name-body {
  font-size: 1em;
}
.simplenews-issue .field-name-field-section-image {
  margin: 1em 0;
}
.simplenews-issue .field--name-field-sections > .field--item {
  margin: 1em 0;
  padding: 0.5em 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.simplenews-issue .field--name-field-sections > .field--item h2 {
  color: #b90000;
  font-size: 1.4em;
  padding: 0 0 0.5em;
}

.page-node-type-simplenews-issue .submitted {
  color: #C3C3C3;
  margin-bottom: 3em;
  display: block;
  font-style: italic;
  font-weight: normal;
}
.page-node-type-simplenews-issue hr {
  display: none;
}
.page-node-type-simplenews-issue .simplenews-feature {
  width: 47%;
}
.page-node-type-simplenews-issue .simplenews-feature.simplewnews-feature-1 {
  float: left;
}
.page-node-type-simplenews-issue .simplenews-feature.simplewnews-feature-2 {
  float: right;
}
.page-node-type-simplenews-issue .simplenews-feature .field-type-text {
  margin: 0 0 0.5em;
  color: #b20000;
  text-align: center;
  font-size: 1.3em;
}
.page-node-type-simplenews-issue .simplenews-feature .field-type-image {
  margin: 0 0 0.8em;
}
.page-node-type-simplenews-issue .simplenews-feature .field-type-image .field-item {
  text-align: center;
}
.page-node-type-simplenews-issue .simplenews-feature .field-type-image .field-item img {
  display: inline-block;
}

.page-node-26 .region-content .block-views {
  font-size: 1.125em;
}
.page-node-26 .region-content .block-views h2 {
  padding: 0.4em 0.75em;
  background-color: #e9e4e1;
  color: #6c554d;
  font-size: 1.2em;
}
.page-node-26 .region-content .block-views .view-content {
  padding: 0 0.5em;
  border: 1px #cbcbcb dashed;
}
.page-node-26 .region-content .block-views .view-content ul {
  margin: 1em 0 1em 0.5em;
  padding: 0;
  list-style-type: none;
}
.page-node-26 .region-content .block-views .view-content li {
  padding: 0 0 0.5em 1.8em;
  position: relative;
}
.page-node-26 .region-content .block-views .view-content li::before {
  content: "◼";
  color: #998a85;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.page-node-14991 .content .page-header {
  margin: 0 0 0.5em;
  padding: 1em 0 0;
  display: block;
  border-top: 1px #ccc dashed;
  border-bottom: none;
  background-color: transparent;
  text-align: left;
  font-size: 1.4em;
}
.page-node-14991 .content .page-header a {
  text-decoration: none;
}

.page-node-15261 .region-title .block-content-container {
  font-size: 1em;
  line-height: 1.8em;
}

.page-node-type-topic h1.page-header:not(.topic-header) {
  display: none;
}

/*
@import 'include/constants';
@import 'include/common';
@import 'include/ie-fix';
@import 'include/responsive';
*/

/*# sourceMappingURL=style.css.map */
