@charset "UTF-8";
* {
  box-sizing: border-box; }

body, figure, ul {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

figure, figcaption, header, footer, article, aside, main, nav, section,
menu, details, summary, date, author {
  display: block; }

a {
  outline: none; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

a:visited {
  color: inherit; }

a:hover, a:focus {
  text-decoration: underline;
  color: inherit; }

section.articlepage a {
  text-decoration: underline;
  color: #0e3480;
  outline: none; }

section.articlepage a:visited {
  color: #0e3480ad; }

section.articlepage a:hover, section.articlepage a:focus {
  text-decoration: underline;
  color: #208da4; }

section.articlepage div.calendar a,
section.articlepage header a,
section.articlepage div.downInfo a {
  text-decoration: none;
  color: inherit;
  outline: none; }

section.articlepage div.calendar a:visited,
section.articlepage header a:visited,
section.articlepage div.downInfo a:visited {
  color: inherit; }

section.articlepage div.calendar a:hover, section.articlepage div.calendar a:focus,
section.articlepage header a:hover,
section.articlepage header a:focus,
section.articlepage div.downInfo a:hover,
section.articlepage div.downInfo a:focus {
  text-decoration: none;
  color: inherit; }

.RelatedArticleLi li {
  padding: 0 0 8px; }

.RelatedArticleLi a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 4px;
  color: #0e3480; }

.RelatedArticleLi a:visited {
  color: #208da4; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

figure.cover {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center; }
  figure.cover img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

figure.cover_with_padding {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center; }
  figure.cover_with_padding img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

figure.cover_fix_width {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start; }
  figure.cover_fix_width img {
    width: 100%; }

figure.cover_testing {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start; }
  figure.cover_testing img {
    padding-top: 1vw;
    width: 80%; }

figure.cover_smaller_image {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start; }
  figure.cover_smaller_image img {
    padding-top: 1vw;
    width: 75%; }

figure.cover_width_free {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center; }
  figure.cover_width_free img {
    object-fit: cover;
    height: 100%; }

figure.cover_realsize {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start; }
  figure.cover_realsize img {
    width: 100%; }

figure.align-right {
  overflow: hidden;
  position: relative; }
  figure.align-right img {
    height: 100%;
    position: absolute;
    right: 0; }

figure.align-left {
  display: flex;
  overflow: hidden;
  align-self: left; }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
.ajax-loading {
  background: url("/s/images/common/ajax-loading.gif") 50% 50% no-repeat;
  width: 100%;
  height: 45px; }

.cBBlue {
  color: #204692; }

.cVisibleLink {
  font-size: 12px; }

.geo {
  font-family: Vollkorn, "Times New Roman", Times, serif; }

.downInfo p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 31px; }

.pageheader {
  display: none; }

@media (min-width: 750px) {
  .pageheader {
    padding: 0 0 9px;
    margin: 0;
    display: inherit; }
    .pageheader .outer-container {
      max-width: 1502px;
      margin: 0 auto;
      display: block;
      border-bottom: 1px solid #D3BA91; }
      .pageheader .outer-container:after {
        display: block;
        content: '';
        border-bottom: 2px solid #D3BA91;
        margin-bottom: 2px; }
      .pageheader .outer-container .inner-container {
        height: 107px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 25px; }
        .pageheader .outer-container .inner-container:after {
          clear: both;
          display: block;
          content: ''; }
    .pageheader .logo {
      margin: 0 40px 0 0; }
    .pageheader .search {
      flex-grow: 2; }
      .pageheader .search div {
        display: none; }
    .pageheader .media-menu,
    .pageheader .language {
      display: none; }
    .pageheader .additional-items {
      list-style-type: none;
      margin: 0 0 0 50px;
      padding: 0;
      transition: opacity .3s;
      position: relative; }
      .pageheader .additional-items li {
        float: left; }
        .pageheader .additional-items li + li {
          margin-left: 8px; }
      .pageheader .additional-items a {
        display: block; }
        .pageheader .additional-items a img {
          display: block; } }

@media (min-width: 900px) {
  .pageheader .search > div {
    display: block;
    background: #F6F0D9;
    position: relative;
    padding: 7px 0px;
    max-width: 500px; }
    .pageheader .search > div input {
      font: 21px/30px 'Lora';
      border: none;
      background: none;
      box-sizing: border-box;
      width: 100%;
      outline: none;
      padding: 0 45px 0 15px; }
    .pageheader .search > div button {
      position: absolute;
      right: 10px;
      top: 10px;
      border-style: none;
      background: none;
      cursor: pointer; }
  .pageheader .media-menu {
    display: block;
    margin: 0 30px 0 50px;
    padding: 0;
    list-style-type: none; }
    .pageheader .media-menu li {
      text-align: right; }
      .pageheader .media-menu li a {
        text-transform: uppercase;
        font: 14px/23px 'lora';
        color: #9E660B;
        text-decoration: none; }
        .pageheader .media-menu li a:hover {
          text-decoration: underline; }
  .pageheader .language {
    display: block;
    margin: 0;
    padding: 7px;
    background: none;
    border: 1px solid transparent; }
    .pageheader .language:hover {
      background: #F5EED5;
      border: 1px solid #D3BA91; }
    .pageheader .language img {
      display: block; }
  .pageheader .additional-items {
    display: none; } }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
.pagefooter {
  background: #ECE0C0;
  border-top: 1px solid #D3BA91;
  position: relative;
  margin-top: -1px;
  z-index: 1; }
  .pagefooter .inner-container {
    min-height: 500px; }

.grid6colB {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  padding: 25px;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }

.sitemap_block {
  width: 200px;
  -webkit-flex-basis: 250px;
  /* Safari 6.1+ */
  flex-basis: 250px; }

/*---------------------------------------------*/
.footCopyright {
  width: 1073px;
  margin: 0 auto;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-top: 1px dotted #cbb7a3;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #909090; }

.columnLi a {
  color: #444;
  font-size: 15px;
  font-weight: bold; }

/*.columnDro li.expandWrap{ width:210px; overflow:hidden; }
.grid6col .column.ab .columnDro li.expandWrap{ width:150px; overflow:hidden; }*/
.columnDro a {
  color: #4C3305;
  font-weight: 500;
  display: block;
  font: 14px/1.4 'Lora'; }

.columnDro .lev3 a {
  font: 14px/1.4 'Lora'; }

.lineDown {
  height: 25px;
  width: 103px;
  display: block;
  clear: both;
  background: url(/assets/images/common/huiline2.gif) repeat-x 50% 14px; }

ul.menu a .plusWrap {
  /*width:200px;*/
  width: 20px;
  height: 8px;
  display: inline-block;
  background: url(/assets/images/common/plus.png) no-repeat 0 0;
  margin: 0 0 0 5px;
  cursor: pointer; }

ul.menu a:hover .plusWrap {
  background-position: 0 -8px; }

ul.menu a.active .plusWrap {
  background-position: 0 -16px; }

ul.menu a:hover.active .plusWrap {
  background-position: 0 -24px; }

.lev4 {
  padding-left: 10px; }

ul.acitem1 {
  list-style-type: circle;
  padding: 0 0 0 15px;
  color: #4C3305; }

ul.acitem {
  list-style-type: disc;
  padding: 0 0 0 15px;
  color: #4C3305; }

ul.columnDro {
  list-style-type: square;
  padding: 0 0 0 20px;
  color: #4C3305; }

h4.columnTitle {
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: Bold;
  color: #4C3305;
  font: 20px/1.4 'Lora'; }
  h4.columnTitle a {
    color: #4C3305; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
.calendar_container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  padding: 25px;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  padding-left: 74px; }

.calendar {
  width: 200px;
  -webkit-flex-basis: 250px;
  /* Safari 6.1+ */
  flex-basis: 250px; }

.breadcrumbs .current a, .breadcrumbs .current a:visited, .breadcrumbs .current a:active {
  color: white;
  background: #9e660b; }

.aNavi {
  clear: both;
  width: 980px;
  padding: 0 0 8px;
  overflow: hidden;
  color: #204692; }

.aNavi h2 {
  font-size: 32px;
  font-weight: 300;
  color: #204692;
  float: left;
  display: block; }

.yearNavi {
  float: left;
  display: block;
  padding: 17px 0 0 40px; }

.yearNavi li {
  float: left;
  margin: 0 8px 0 0; }

.yearNavi li.current {
  color: black; }

.yearNavi a {
  font-size: 13px;
  font-weight: 400; }

.yearNavi a:hover, .yearNavi a:active {
  color: black; }

.archiveWrap {
  clear: both;
  padding: 40px 0 0;
  overflow: hidden;
  background: url(/s/images/cate/aShadow.png) no-repeat 50% 0; }

.archiveWrap .box {
  width: 795px;
  margin: 0 auto 32px;
  overflow: hidden; }

.archiveNei {
  width: 900px; }

.calendar {
  background: url(/s/images/cate/tbBackground.png) repeat-x 0 28px; }

.calendar table {
  border-collapse: separate;
  border: 0;
  font-size: 12px;
  font-weight: 300; }

.calendar td, th {
  width: 22px;
  height: 21px;
  padding: 7px 1px 0 0;
  text-align: center;
  vertical-align: middle;
  color: #444;
  position: relative; }

.calendar table th {
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 8px;
  white-space: nowrap; }

.calendar table th .timeTitle {
  text-transform: uppercase;
  padding: 0 10px;
  *padding: 0 !important;
  white-space: nowrap;
  display: inline;
  text-align: center; }

.calendar .aArrow {
  color: #0063ea;
  display: inline; }

.calendar td:hover {
  background: url(/s/images/cate/tdBackground.png) no-repeat 50% 0; }

.calendar td.empty:hover {
  background: none; }

.calendar td.today {
  background: url(/s/images/cate/tdBackground.png) no-repeat 50% 0; }

.calendar td.nextM {
  color: #939393; }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
/* search page
---------------------------------------------*/
/*css pagination*/
.searchResC .firstS .firstSc em {
  color: #204692;
  font-weight: 500;
  font-style: normal; }

.pageNaviBoxNei {
  padding: 3px 0;
  margin: 3px 0;
  font-size: 18px;
  font-weight: 600; }

.pageNaviBoxNei a {
  padding: 2px 11px;
  margin: 2px;
  color: #444;
  text-decoration: none; }

.pageNaviBoxNei a:hover {
  color: #4C3305; }

.pageNaviBoxNei a:active {
  color: #4C3305; }

.pageNaviBoxNei span.current {
  padding: 2px 11px;
  margin: 2px;
  color: #cbb7a3; }

.pageNaviBoxNei span.disabled a {
  padding: 2px 11px;
  margin: 2px;
  color: #204692; }

.pageNaviBoxNei span.disabled a:hover, .pageNaviBoxNei span.disabled a:active {
  color: #cbb7a3; }

.pageNaviBoxNei span.disabled.first a {
  padding: 2px 11px 2px 2px;
  color: #ababab;
  margin-left: -2px; }

.pageNaviBoxNei span.disabled.first a:hover, .pageNaviBoxNei span.disabled.first a:active {
  color: #cbb7a3; }

.pageNaviBoxNei .gap {
  color: #777777; }

.search_bar .search-container {
  float: left; }

.search_bar input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  float: left;
  background-color: #F5EED5; }

.search_bar .search-container button {
  float: left;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #F5EED5;
  font-size: 17px;
  border: none;
  cursor: pointer; }

.search_bar .search-container button:hover {
  background: #D3BA91; }

section.searchpage .search-grid header.category {
  padding-bottom: 15px;
  border-bottom: 1px solid #CEB17A; }

section.searchpage .search-grid p {
  font: 12px 'work sans';
  color: #777;
  line-height: 1.4rem; }

section.searchpage .search-grid article {
  padding: 12px 0 15px 0; }
  section.searchpage .search-grid article date {
    font: 12px 'work sans';
    color: #777;
    line-height: 1.4rem;
    display: block; }
  section.searchpage .search-grid article a.topic {
    font: 12px 'work sans';
    color: #777;
    display: block;
    text-decoration: none; }
    section.searchpage .search-grid article a.topic em {
      color: chocolate;
      font-weight: 500; }
  section.searchpage .search-grid article a.text {
    font: 16px/1.4 'Lora';
    color: #444;
    display: block;
    text-decoration: none; }
  section.searchpage .search-grid article:hover a.text {
    text-decoration: underline; }
  section.searchpage .search-grid article + article {
    border-top: 1px solid #CEB17A; }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
@media (min-width: 750px) {
  .mainmenu-panel {
    border-bottom: 1px solid #D3BA91; }
    .mainmenu-panel > .responsive-container {
      max-width: 1502px;
      margin: 0 auto -1px auto;
      display: flex;
      padding: 0 25px; }
    .mainmenu-panel .mobile-menu-button,
    .mainmenu-panel .mobile-menu-header,
    .mainmenu-panel .search-panel,
    .mainmenu-panel .global-languages,
    .mainmenu-panel .media-menu-items,
    .mainmenu-panel .mobile-menu-footer,
    .mainmenu-panel .logo,
    .mainmenu-panel .additional-items {
      display: none; }
    .mainmenu-panel .menu-items {
      height: 55px;
      margin: 8px 0 0 0;
      padding: 0;
      display: flex;
      overflow: hidden; }
      .mainmenu-panel .menu-items > li {
        border-bottom: 1px solid #D3BA91;
        border-top: 1px solid white;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; }
        .mainmenu-panel .menu-items > li:not(:last-child) {
          margin-right: -1px; }
        .mainmenu-panel .menu-items > li > a {
          color: #4C3305;
          text-decoration: none;
          cursor: default;
          display: block;
          font: 16px/53px 'Lora';
          padding: 0 17px; }
          .mainmenu-panel .menu-items > li > a span {
            position: relative;
            top: -2px;
            white-space: nowrap; }
        .mainmenu-panel .menu-items > li:last-child a {
          color: #4C3305; }
        .mainmenu-panel .menu-items > li:not(.active):hover {
          border: 1px solid #D3BA91;
          padding: 1px; }
          .mainmenu-panel .menu-items > li:not(.active):hover a {
            background: #F5EED5;
            cursor: pointer; }
        .mainmenu-panel .menu-items > li.active {
          border: 1px solid #D3BA91;
          padding: 1px;
          border-bottom: 1px solid #ECE0C0; }
          .mainmenu-panel .menu-items > li.active > a {
            background: #ECE0C0; }
    .mainmenu-panel .additional-items {
      opacity: 0;
      margin: 16px 0 0 0;
      padding: 0;
      transition: opacity .3s; }
      .mainmenu-panel .additional-items li {
        float: left; }
        .mainmenu-panel .additional-items li + li {
          margin-left: 8px; }
      .mainmenu-panel .additional-items a {
        display: block; }
        .mainmenu-panel .additional-items a img {
          display: block; }
  .mainmenu-panel:not(.fixed) .menu-items > li.active:first-child {
    border-bottom: 1px solid #F4EED5; }
    .mainmenu-panel:not(.fixed) .menu-items > li.active:first-child > a {
      background: #F5EED5; }
  .mainmenu-panel.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 2; }
    .mainmenu-panel.fixed + .sticky-glue {
      display: block; }
    .mainmenu-panel.fixed .menu-items {
      display: flex;
      height: 50px; }
      .mainmenu-panel.fixed .menu-items > li > a {
        font: 14px/48px 'Lora';
        padding: 0 15px; }
    .mainmenu-panel.fixed .logo {
      display: block;
      float: left;
      overflow: hidden;
      margin: 12px 8px 0 0;
      width: 40px; }
    .mainmenu-panel.fixed .additional-items {
      display: block;
      opacity: 1;
      z-index: 10;
      margin-left: auto; }
  .sticky-glue {
    display: none;
    height: 68px; } }

@media (min-width: 900px) {
  .mainmenu-panel .menu-items > li > a {
    font-size: 20px;
    padding: 0 22px; }
  .mainmenu-panel.fixed .menu-items > li > a {
    font-size: 15px;
    padding: 0 16px; } }

@media (min-width: 950px) {
  .mainmenu-panel.fixed .logo {
    width: auto;
    overflow: hidden;
    margin: 12px 20px 0 0px; } }

@media (min-width: 1200px) {
  .mainmenu-panel .menu-items > li > a {
    font-size: 24px;
    padding: 0 24px; }
  .mainmenu-panel .additional-items {
    margin-left: auto; }
  .mainmenu-panel.fixed .logo {
    margin: 12px 30px 0 0; }
  .mainmenu-panel.fixed .menu-items > li > a {
    font: 20px/48px 'Lora';
    padding: 0 20px; } }

@media (min-width: 1570px) {
  .mainmenu-panel:not(.fixed) > div {
    padding: 0 !important; } }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
@media (min-width: 750px) {
  .mainmenu-panel.fixed .menu-items > li.active .popup-container {
    display: block; }
    .mainmenu-panel.fixed .menu-items > li.active .popup-container:not(.open) {
      overflow: hidden;
      height: 10px; }
  .mainmenu-panel .popup-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0px;
    border-bottom: 1px solid #d3ba91;
    background: #ece0c0; }
    .mainmenu-panel .popup-container > div {
      max-width: 1502px;
      margin: 0 auto;
      padding: 25px 25px 27px 25px; }
    .mainmenu-panel .popup-container.split ul {
      display: flex;
      flex-wrap: wrap; }
      .mainmenu-panel .popup-container.split ul + ul {
        margin-top: 5px; }
    .mainmenu-panel .popup-container:not(.split) ul, .mainmenu-panel .popup-container:not(.split) li {
      float: left; }
    .mainmenu-panel .popup-container:not(.split) .responsive-container:after {
      clear: both;
      content: '';
      display: block; }
    .mainmenu-panel .popup-container ul li {
      margin-right: 10px;
      margin-bottom: 8px;
      white-space: nowrap;
      border: 1px solid transparent;
      padding: 5px;
      display: flex;
      flex-direction: column; }
      .mainmenu-panel .popup-container ul li figure {
        height: 45px; }
        .mainmenu-panel .popup-container ul li figure:empty {
          display: none; }
      .mainmenu-panel .popup-container ul li a {
        text-decoration: none; }
      .mainmenu-panel .popup-container ul li span {
        display: block;
        height: 20px;
        padding: 0 14px;
        font: 13px/26px 'work sans'; }
      .mainmenu-panel .popup-container ul li:hover {
        border: 1px solid #BDA578; }
      .mainmenu-panel .popup-container ul li:only-child span {
        background: #DDC9A3 !important;
        color: #4C3305 !important; }
      .mainmenu-panel .popup-container ul li.l2 {
        background: #c19c60; }
        .mainmenu-panel .popup-container ul li.l2 span {
          background: #c19c60;
          color: white;
          text-align: center; }
        .mainmenu-panel .popup-container ul li.l2.active span {
          background: #c19c60;
          color: white; }
      .mainmenu-panel .popup-container ul li.l3 {
        background: #DDC9A3; }
        .mainmenu-panel .popup-container ul li.l3 span {
          background: #DDC9A3;
          color: #4C3305;
          text-align: center; }
        .mainmenu-panel .popup-container ul li.l3.active span {
          background: #9E660B;
          color: white; } }

@media (max-width: 749px) {
  .mainmenu-panel .menu-container .menu-items li figure {
    display: none; }
  .mainmenu-panel .popup-container {
    display: none; }
  .mainmenu-panel .menu-container .menu-items li.active > a {
    font-weight: bold; }
  .mainmenu-panel .menu-container .menu-items li.active .popup-container {
    display: block;
    margin-left: 15px; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container a {
      text-decoration: none; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container span {
      font: 16px/50px 'Lora';
      /*height: 50px;*/
      display: block; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container ul + ul li {
      border-top: 1px solid #dcc89c; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container li + li {
      border-top: 1px solid #dcc89c; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container li span {
      overflow: hidden;
      text-overflow: ellipsis; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container li.l2 span {
      color: #4C3305; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container li.l2 + .l3 {
      padding-left: 15px; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container li.l3 span {
      color: #815708;
      font-style: italic; }
    .mainmenu-panel .menu-container .menu-items li.active .popup-container li.l3 + li.l3 {
      margin-left: 15px; }
  .mainmenu-panel > div:not(.mobile-menu-active) .search-panel,
  .mainmenu-panel > div:not(.mobile-menu-active) .menu-container,
  .mainmenu-panel > div:not(.mobile-menu-active) .media-menu-items,
  .mainmenu-panel > div:not(.mobile-menu-active) .mobile-menu-footer {
    display: none; }
  .mainmenu-panel > div.mobile-menu-active .mobile-menu-button li {
    border-bottom: 1px solid #ECE0C0; }
  .mainmenu-panel > div.mobile-menu-active .mobile-menu-button a {
    background: #ECE0C0; }
  .mainmenu-panel > div.mobile-menu-active .mobile-menu-button span.open {
    display: none; }
  .mainmenu-panel > div.mobile-menu-active .mobile-menu-button span.close {
    display: inherit; }
  .mainmenu-panel > div.mobile-menu-active .mobile-menu-header {
    background: #ECE0C0; }
  .mainmenu-panel .logo {
    display: block;
    float: left;
    overflow: hidden;
    margin: 12px 8px 0 14px; }
  .mainmenu-panel .additional-items {
    display: none; }
  .mainmenu-panel .mobile-menu-button {
    float: right;
    padding: 0;
    margin: 12px 14px 0 0; }
    .mainmenu-panel .mobile-menu-button li {
      border: 1px solid #D3BA91;
      border-bottom: 1px solid #F5EED5;
      position: relative;
      margin-bottom: -1px; }
      .mainmenu-panel .mobile-menu-button li a {
        color: #4C3305;
        background: #F5EED5;
        text-decoration: none;
        font: 18px/43px 'Lora';
        text-align: center;
        display: block;
        width: 120px;
        cursor: pointer; }
        .mainmenu-panel .mobile-menu-button li a span {
          position: relative; }
        .mainmenu-panel .mobile-menu-button li a img {
          position: relative;
          top: 6px;
          margin-left: 1em; }
    .mainmenu-panel .mobile-menu-button .close {
      display: none; }
  .mainmenu-panel .mobile-menu-header {
    background: #F5EED5;
    border-top: 1px solid #D3BA91;
    clear: both;
    height: 8px; }
  .mainmenu-panel .search-panel {
    background: white;
    border-top: 1px solid #D3BA91;
    border-bottom: 1px solid #D3BA91; }
    .mainmenu-panel .search-panel input {
      font: 16px/49px 'Lora';
      border: none;
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 0 80px 0 14px; }
    .mainmenu-panel .search-panel img {
      position: absolute;
      right: 39px;
      margin-top: 11px; }
  .mainmenu-panel .menu-container {
    background: #ECE0C0;
    display: flex;
    padding: 0 14px; }
    .mainmenu-panel .menu-container .menu-items {
      flex-grow: 2;
      padding: 10px 0 20px 0; }
      .mainmenu-panel .menu-container .menu-items > li + li {
        border-top: 1px solid #C8A96E; }
      .mainmenu-panel .menu-container .menu-items > li > a {
        text-decoration: none;
        display: block;
        padding-left: 15px;
        height: 50px;
        font: 18px/50px 'Lora';
        color: black; }
        .mainmenu-panel .menu-container .menu-items > li > a:before {
          content: '+';
          display: block;
          position: absolute;
          margin-left: -29px;
          width: 30px;
          text-align: center; }
      .mainmenu-panel .menu-container .menu-items > li.active > a {
        border-bottom: 1px solid #C8A96E; }
        .mainmenu-panel .menu-container .menu-items > li.active > a:before {
          content: '-'; }
    .mainmenu-panel .menu-container .global-languages {
      background: #E4D4AE;
      flex-grow: 0;
      width: 80px;
      padding-top: 15px;
      margin-left: 14px;
      text-align: center; }
      .mainmenu-panel .menu-container .global-languages a {
        font: bold 14px/30px 'Lora';
        color: #4C3305;
        text-decoration: none;
        display: inline-block;
        width: 80px; }
        .mainmenu-panel .menu-container .global-languages a.active:before, .mainmenu-panel .menu-container .global-languages a.active:after {
          display: block;
          font: normal 10px/30px 'work sans';
          position: relative; }
        .mainmenu-panel .menu-container .global-languages a.active:before {
          content: '>';
          float: left;
          margin-left: 10px; }
        .mainmenu-panel .menu-container .global-languages a.active:after {
          content: '<';
          float: right;
          margin-right: 10px; }
  .mainmenu-panel .media-menu-items {
    border-top: 1px solid #D3BA91;
    background: #F0E7CA;
    padding: 5px 0 5px 26px; }
    .mainmenu-panel .media-menu-items li a {
      font: 14px/200% 'Work Sans';
      text-transform: uppercase;
      color: #4C3305;
      text-decoration: none; }
  .mainmenu-panel .mobile-menu-footer {
    border-top: 1px solid #D3BA91;
    border-bottom: 1px solid #d3ba91;
    background: #ECE0C0;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end; }
    .mainmenu-panel .mobile-menu-footer .close {
      display: block;
      padding: 0;
      margin: 0 30px 0 0;
      width: 64px;
      height: 64px;
      background: #e2d1b5;
      text-decoration: none;
      border: none; }
      .mainmenu-panel .mobile-menu-footer .close span {
        display: block;
        width: 64px;
        height: 40px;
        margin-top: 24px;
        font: italic 14px/40px 'Lora';
        text-align: center;
        color: #444; }
      .mainmenu-panel .mobile-menu-footer .close i {
        position: absolute;
        margin-left: 28px;
        margin-top: 10px;
        font-style: normal; }
        .mainmenu-panel .mobile-menu-footer .close i:after {
          content: '»';
          display: block;
          font: 18px/18px 'Lora';
          transform: rotate(-90deg);
          transform-origin: center; } }

.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px; }

.breadcrumbs ol {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 0px 0px;
  background-color: transparent; }
  .breadcrumbs ol > li + li:before {
    content: "";
    padding: 0 5px;
    color: #ccc; }
  .breadcrumbs ol > li.breadcrumb-ellipsis.is-hidden + li:before {
    display: none; }
  .breadcrumbs ol li {
    font: 20px/1.4 'Lora';
    float: left; }
    .breadcrumbs ol li:after {
      content: url("/assets/images/pointer.png");
      margin: 0 12px; }
    .breadcrumbs ol li:before {
      content: ''; }
    .breadcrumbs ol li:last-child:after {
      content: ''; }
    .breadcrumbs ol li a, .breadcrumbs ol li a:visited, .breadcrumbs ol li a:active {
      text-decoration: none;
      color: #9E660B; }
    .breadcrumbs ol li .current a {
      color: #FFFFFF; }
    .breadcrumbs ol li a:hover {
      border-bottom: 1px solid #D3BA91; }

.breadcrumbs ul {
  position: relative;
  overflow: hidden;
  margin-top: 10px; }
  .breadcrumbs ul li {
    font: 20px/1.4 'Lora';
    float: left; }
    .breadcrumbs ul li:after {
      content: url("/assets/images/pointer.png");
      margin: 0 12px; }
    .breadcrumbs ul li:last-child:after {
      content: ''; }
    .breadcrumbs ul li a, .breadcrumbs ul li a:visited, .breadcrumbs ul li a:active {
      text-decoration: none;
      color: #9E660B; }
    .breadcrumbs ul li .current a {
      color: #FFFFFF; }
    .breadcrumbs ul li a:hover {
      border-bottom: 1px solid #D3BA91; }

@media (max-width: 749px) {
  .breadcrumbs ol li {
    font: 16px/1.4 'Lora';
    float: left; } }

section.frontpage {
  padding: 36px 0 60px 0;
  background: #F5EED5;
  border-bottom: 1px solid #d3ba91; }
  section.frontpage + section.frontpage {
    margin-top: 50px;
    border-top: 1px solid #D3BA91; }
  section.frontpage:last-child {
    margin-bottom: 200px; }
  section.frontpage .section-splitter {
    margin-top: 15px;
    height: 35px; }
  section.frontpage .section-separator {
    background: url(/assets/images/separator.png) no-repeat center top;
    height: 23px;
    margin-top: 40px; }

@media (max-width: 749px) {
  section.frontpage {
    padding: 10px 0 10px 0;
    background: #F5EED5;
    border-bottom: 1px solid #d3ba91; }
    section.frontpage + section.frontpage {
      margin-top: 10px;
      border-top: 1px solid #D3BA91; }
    section.frontpage .section-splitter {
      display: none; }
    section.frontpage .section-separator {
      display: none; }
  .twocollum img {
    height: 58px;
    float: left;
    margin: 4px 10px 0px 0px; } }

@media (min-width: 750px) {
  section.frontpage > div {
    max-width: 1502px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative; }
  .twocollum ul li {
    width: 48%; }
  .oldnews_column {
    width: 50%; }
  .twocollum img {
    height: 85px;
    float: left;
    margin: 4px 10px 0px 0px; } }

.onecollum ul li {
  width: 100%; }

/* Clear floats after the columns */
.oldnews_row:after {
  content: "";
  display: table;
  clear: both; }

.onecollum img {
  height: 85px;
  float: left;
  margin: 4px 10px 0px 0px;
  border: 1px solid #000000; }

.twocollum {
  /*helps to determine number of columns, for instance 33.3% displays 3 columns*/
  line-height: 1.4em;
  max-width: 100%;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 7px; }

.twocollum .topicTxt p {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.twocollum :hover {
  text-decoration: none; }

.twocollum {
  list-style-type: disc;
  overflow: hidden; }

.image_text_block {
  display: block;
  overflow: hidden; }

section.frontpage .news-grid > nav {
  display: flex;
  justify-content: space-between; }
  section.frontpage .news-grid > nav h1 {
    color: #4C3305;
    font: 30px/60px 'Lora';
    margin: 0; }

section.frontpage .news-grid .container > div {
  min-width: 0;
  border-top: 2px solid #9E660B; }
  section.frontpage .news-grid .container > div:before {
    display: block;
    content: '';
    border-top: 1px solid #9E660B;
    padding-top: 1px;
    margin-top: 2px; }

section.frontpage .news-grid .container .news-column {
  flex: 1.2; }

section.frontpage .news-grid .container .latest-recommendation-column {
  flex: 1.2; }

section.frontpage .news-grid .container .category-top-featured-column {
  flex: 2; }

section.frontpage .news-grid .container .editor-column {
  flex: .8; }

section.frontpage .news-grid .container .focus-column {
  flex: 1.2; }

section.frontpage .news-grid .container .thumbs-column {
  flex: 2; }

@media (max-width: 749px) {
  section.frontpage .news-grid {
    padding: 0 14px; }
    section.frontpage .news-grid .container .news-column {
      margin: 0 0 40px 0; }
    section.frontpage .news-grid .container .latest-recommendation-column {
      margin: 0 0 40px 0; }
    section.frontpage .news-grid .container .category-top-featured-column {
      margin: 0 0 40px 0; }
    section.frontpage .news-grid .container .editor-column {
      margin: 0 0 40px 0; }
    section.frontpage .news-grid .container .focus-column {
      margin: 20px 0 0 0; }
    section.frontpage .news-grid .container .thumbs-column {
      margin: 20px 0 40px 0; }
    section.frontpage .news-grid > nav h1 {
      color: #4C3305;
      font: 20px/30px 'Lora';
      margin: 0; } }

@media (min-width: 750px) {
  section.frontpage .news-grid .container {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1.2fr .8fr;
    grid-template-columns: 1.2fr .8fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; }
    section.frontpage .news-grid .container .focus-column,
    section.frontpage .news-grid .container .thumbs-column,
    section.frontpage .news-grid .container .latest-recommendation-column,
    section.frontpage .news-grid .container .category-top-featured-column {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-row: 1/2;
      grid-column: 1/3;
      margin-bottom: 40px; }
    section.frontpage .news-grid .container .news-column {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      grid-row: 2/3;
      grid-column: 1/2;
      margin-right: 10px; }
    section.frontpage .news-grid .container .editor-column {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      grid-row: 2/3;
      grid-column: 2/3;
      margin-left: 10px; }
    section.frontpage .news-grid .container > .thumbs-column, section.frontpage .news-grid .container > .editor-column {
      border-top: none; }
      section.frontpage .news-grid .container > .thumbs-column:before, section.frontpage .news-grid .container > .editor-column:before {
        display: none; } }

@media (min-width: 1100px) {
  section.frontpage .news-grid {
    padding: 0 25px; }
    section.frontpage .news-grid .container {
      display: flex;
      margin: 0 -8px; }
      section.frontpage .news-grid .container > div {
        margin: 0 8px; }
      section.frontpage .news-grid .container > .thumbs-column, section.frontpage .news-grid .container > .editor-column {
        border-top: none; }
        section.frontpage .news-grid .container > .thumbs-column:before, section.frontpage .news-grid .container > .editor-column:before {
          display: none; }
      section.frontpage .news-grid .container .news-column {
        order: 2; }
      section.frontpage .news-grid .container .latest-recommendation-column {
        order: 3; }
      section.frontpage .news-grid .container .category-top-featured-column {
        order: 3; }
      section.frontpage .news-grid .container .editor-column {
        order: 4; }
      section.frontpage .news-grid .container .focus-column {
        order: 3; }
      section.frontpage .news-grid .container .thumbs-column {
        order: 5; }
  section.frontpage#world .news-grid .container .focus-column, section.frontpage#about .news-grid .container .focus-column {
    order: 5; }
  section.frontpage#cultivation .news-grid .container .focus-column {
    order: 1; } }

section.frontpage .latest-news-grid > nav {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  section.frontpage .latest-news-grid > nav h1 {
    color: #4C3305;
    font: 30px/60px 'Lora';
    margin: 0; }
  section.frontpage .latest-news-grid > nav ul {
    margin-top: 1em; }
    section.frontpage .latest-news-grid > nav ul li {
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      text-align: center;
      border-left: 1px solid #555; }
    section.frontpage .latest-news-grid > nav ul li:first-child {
      border-left: none; }

section.frontpage .latest-news-grid .container > div {
  min-width: 0;
  border-top: 2px solid #9E660B; }
  section.frontpage .latest-news-grid .container > div:before {
    display: block;
    content: '';
    border-top: 1px solid #9E660B;
    margin-top: 2px; }

section.frontpage .latest-news-grid .container .news-column {
  flex: 2.2; }

section.frontpage .latest-news-grid .container .editor-column {
  flex: .8; }

.latest_news_container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  padding-top: 5px;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: space-between; }

.image_title_block {
  display: block;
  clear: left;
  padding-top: 5px; }

@media (max-width: 749px) {
  section.frontpage .latest-news-grid {
    padding: 0 14px; }
    section.frontpage .latest-news-grid > nav {
      width: 100%; }
      section.frontpage .latest-news-grid > nav h1 {
        color: #4C3305;
        font: 20px/30px 'Lora';
        margin: 0; }
    section.frontpage .latest-news-grid .container .news-column {
      margin: 0 0 40px 0; }
    section.frontpage .latest-news-grid .container .editor-column {
      margin: 0 0 40px 0; }
  .latest_news_block {
    width: 100%;
    -webkit-flex-basis: 100%;
    /* Safari 6.1+ */
    flex-basis: 100%; } }

@media (min-width: 750px) {
  section.frontpage .latest-news-grid > nav {
    width: 100%; }
  section.frontpage .latest-news-grid .container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1.2fr .8fr;
    -ms-grid-rows: auto auto; }
    section.frontpage .latest-news-grid .container .news-column {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-row: 1/2;
      grid-column: 1/2;
      margin-right: 40px; }
    section.frontpage .latest-news-grid .container .editor-column {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-row: 1/2;
      grid-column: 2/3;
      margin-left: 10px; }
    section.frontpage .latest-news-grid .container > .editor-column {
      border-top: none; }
      section.frontpage .latest-news-grid .container > .editor-column:before {
        display: none; }
  .latest_news_block {
    width: 80%;
    -webkit-flex-basis: 90%;
    /* Safari 6.1+ */
    flex-basis: 90%; } }

@media (min-width: 1100px) {
  section.frontpage .latest-news-grid {
    padding: 0 15px; }
    section.frontpage .latest-news-grid > nav {
      width: 60%; }
    section.frontpage .latest-news-grid .container {
      display: flex;
      margin: 0 -8px; }
      section.frontpage .latest-news-grid .container > div {
        margin: 0 8px; }
      section.frontpage .latest-news-grid .container .news-column {
        order: 1; }
      section.frontpage .latest-news-grid .container .editor-column {
        order: 2; }
      section.frontpage .latest-news-grid .container > .editor-column {
        border-top: none; }
        section.frontpage .latest-news-grid .container > .editor-column:before {
          display: none; }
  .latest_news_block {
    width: 47%;
    -webkit-flex-basis: 47%;
    /* Safari 6.1+ */
    flex-basis: 47%; }
  section.frontpage#editor latest-news-grid .container .editor-column {
    order: 2; }
  section.frontpage#latest_news latest-news-grid .container .news-column {
    order: 1; } }

section.frontpage .news-grid .widgets.widget-minghui_international figure, section.frontpage .news-grid .widgets.widget-tianti figure,
section.frontpage .latest-news-grid .widgets.widget-minghui_international figure,
section.frontpage .latest-news-grid .widgets.widget-tianti figure {
  padding: 0 18px;
  width: 85%;
  align-self: left;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto; }

section.frontpage .news-grid .widgets.widget-about figure,
section.frontpage .latest-news-grid .widgets.widget-about figure {
  margin: 25px 15px 0 15px; }

section.frontpage .news-grid .widgets.widget-focus-topic li:last-child,
section.frontpage .latest-news-grid .widgets.widget-focus-topic li:last-child {
  text-align: left; }

section.frontpage .news-grid .widgets a,
section.frontpage .latest-news-grid .widgets a {
  text-decoration: none;
  display: block; }
  section.frontpage .news-grid .widgets a:hover h2,
  section.frontpage .latest-news-grid .widgets a:hover h2 {
    text-decoration: underline; }

section.frontpage .news-grid .widgets article,
section.frontpage .latest-news-grid .widgets article {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 25px;
  position: relative; }
  section.frontpage .news-grid .widgets article figure,
  section.frontpage .latest-news-grid .widgets article figure {
    border: 1px solid #9E660B;
    margin: 0; }
  section.frontpage .news-grid .widgets article figure:empty,
  section.frontpage .latest-news-grid .widgets article figure:empty {
    height: 250px;
    background: url(/assets/images/placeholder.jpg);
    background-size: cover; }
  section.frontpage .news-grid .widgets article h2,
  section.frontpage .latest-news-grid .widgets article h2 {
    font: 28px 'Lora';
    color: #9E660B; }
  section.frontpage .news-grid .widgets article a, section.frontpage .news-grid .widgets article p,
  section.frontpage .latest-news-grid .widgets article a,
  section.frontpage .latest-news-grid .widgets article p {
    color: #444;
    font: 16px/1.4 'Lora'; }
  section.frontpage .news-grid .widgets article date,
  section.frontpage .latest-news-grid .widgets article date {
    font: 12px 'work sans';
    color: #777;
    float: left;
    line-height: 1.4rem;
    position: absolute;
    margin: 0 10px 0 0px;
    left: 0px;
    width: 68px;
    text-align: left; }
  section.frontpage .news-grid .widgets article a.topic,
  section.frontpage .latest-news-grid .widgets article a.topic {
    font: 12px 'work sans';
    color: #555;
    text-transform: uppercase;
    display: block;
    margin: 0 10px 20px 0px;
    text-decoration: none; }
  section.frontpage .news-grid .widgets article a.text,
  section.frontpage .latest-news-grid .widgets article a.text {
    font: 16px/1.4 'Lora';
    color: #4C3305;
    display: block;
    margin: 0 10px 0px 0px;
    text-decoration: none; }
  section.frontpage .news-grid .widgets article:hover a.text,
  section.frontpage .latest-news-grid .widgets article:hover a.text {
    text-decoration: underline; }
  section.frontpage .news-grid .widgets article + article,
  section.frontpage .latest-news-grid .widgets article + article {
    border-top: 1px solid #CEB17A;
    padding-top: 10px; }
  section.frontpage .news-grid .widgets article .quit-ccp-total,
  section.frontpage .latest-news-grid .widgets article .quit-ccp-total {
    color: #ff0505;
    font-weight: bold;
    font-family: Arial, sans-serif; }

section.frontpage .news-grid .widgets,
section.frontpage .latest-news-grid .widgets {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #9E660B;
  margin-top: 5px; }
  section.frontpage .news-grid .widgets:before,
  section.frontpage .latest-news-grid .widgets:before {
    display: block;
    content: '';
    border-top: 1px solid #9E660B;
    padding-top: 1px;
    margin-top: 2px; }
  section.frontpage .news-grid .widgets.widget-news-letter figure,
  section.frontpage .latest-news-grid .widgets.widget-news-letter figure {
    margin: 25px 15px 0 15px;
    width: 250px;
    margin-left: auto;
    margin-right: auto; }
  section.frontpage .news-grid .widgets.widget-flyer figure,
  section.frontpage .latest-news-grid .widgets.widget-flyer figure {
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  section.frontpage .news-grid .widgets.widget-podcast figure,
  section.frontpage .latest-news-grid .widgets.widget-podcast figure {
    width: 68%;
    margin-left: auto;
    margin-right: auto; }
  section.frontpage .news-grid .widgets > h2,
  section.frontpage .latest-news-grid .widgets > h2 {
    font: 20px/30px 'Lora';
    color: #9E660B;
    margin: 5px 0 10px 0; }
  section.frontpage .news-grid .widgets li + li,
  section.frontpage .latest-news-grid .widgets li + li {
    margin-top: 1px; }
  section.frontpage .news-grid .widgets li a,
  section.frontpage .latest-news-grid .widgets li a {
    background: #D3BA91;
    color: black;
    text-decoration: none;
    height: 34px;
    font: 12px/34px 'Work Sans';
    text-transform: uppercase;
    padding: 0 8px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    section.frontpage .news-grid .widgets li a:hover,
    section.frontpage .latest-news-grid .widgets li a:hover {
      background: #9E660B;
      color: white; }
  section.frontpage .news-grid .widgets li:last-child,
  section.frontpage .latest-news-grid .widgets li:last-child {
    text-align: right; }
  section.frontpage .news-grid .widgets .falun-emblem a,
  section.frontpage .latest-news-grid .widgets .falun-emblem a {
    display: flex;
    align-items: center;
    height: 70px; }
  section.frontpage .news-grid .widgets .contact-container,
  section.frontpage .latest-news-grid .widgets .contact-container {
    padding: 0 8px; }
    section.frontpage .news-grid .widgets .contact-container header,
    section.frontpage .latest-news-grid .widgets .contact-container header {
      font: 12px 'work sans';
      color: #777;
      text-transform: uppercase;
      display: block;
      text-decoration: none; }
  section.frontpage .news-grid .widgets form.form input,
  section.frontpage .latest-news-grid .widgets form.form input {
    line-height: 38px;
    height: 38px;
    padding: 0 15px;
    width: 100%;
    background: #f5eed5;
    border: 1px solid #d3ba91;
    font: 16px 'Work Sans';
    margin-top: 7px; }
  section.frontpage .news-grid .widgets form.form button,
  section.frontpage .latest-news-grid .widgets form.form button {
    margin-top: 7px;
    width: 100%;
    background: #9E660B;
    border: none;
    line-height: 38px;
    font: 16px 'Work Sans';
    color: white;
    padding: 0;
    height: 38px;
    outline: none;
    transition-property: background;
    transition-duration: 0.6s;
    transition-delay: 0.1s; }
  section.frontpage .news-grid .widgets form.form button:hover,
  section.frontpage .latest-news-grid .widgets form.form button:hover {
    background: #644106;
    transition-delay: 0s;
    transition-duration: 0.3s; }

@media (max-width: 749px) {
  section.frontpage .news-grid .container .widgets,
  section.frontpage .latest-news-grid .container .widgets {
    margin-top: 30px;
    border-top: none; }
    section.frontpage .news-grid .container .widgets:before,
    section.frontpage .latest-news-grid .container .widgets:before {
      border-top: none; }
    section.frontpage .news-grid .container .widgets.widget-news-letter figure, section.frontpage .news-grid .container .widgets.widget-flyer figure, section.frontpage .news-grid .container .widgets.widget-podcast figure, section.frontpage .news-grid .container .widgets.widget-minghui_international figure, section.frontpage .news-grid .container .widgets.widget-tianti figure,
    section.frontpage .latest-news-grid .container .widgets.widget-news-letter figure,
    section.frontpage .latest-news-grid .container .widgets.widget-flyer figure,
    section.frontpage .latest-news-grid .container .widgets.widget-podcast figure,
    section.frontpage .latest-news-grid .container .widgets.widget-minghui_international figure,
    section.frontpage .latest-news-grid .container .widgets.widget-tianti figure {
      margin: 25px 15px 0 15px;
      width: 55%;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 750px) {
  section.frontpage .news-grid .container .widgets,
  section.frontpage .latest-news-grid .container .widgets {
    margin: 0; }
    section.frontpage .news-grid .container .widgets h2,
    section.frontpage .latest-news-grid .container .widgets h2 {
      padding: 0 0px; }
    section.frontpage .news-grid .container .widgets ul,
    section.frontpage .latest-news-grid .container .widgets ul {
      padding: 0 0px; } }

section.frontpage .phi-grid {
  padding: 0;
  display: -ms-grid;
  display: grid; }

section.frontpage .frontpage_links_flex_container {
  padding: 0;
  margin: 10px 10px 10px 10px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  section.frontpage .frontpage_links_flex_container .link_flex_item {
    margin: 10px;
    flex: 0 0 auto;
    text-align: center; }
  section.frontpage .frontpage_links_flex_container .link_flex_item_archive {
    margin: 10px;
    flex: 0 0 280px;
    text-align: center; }
  section.frontpage .frontpage_links_flex_container .link_flex_item_today {
    margin: 10px;
    flex: 0 0 300px;
    text-align: center; }

@media (min-width: 750px) {
  section.frontpage .phi-grid {
    padding: 0 25px;
    display: -ms-grid;
    display: grid;
    height: 250vw;
    max-height: 125vw;
    -ms-grid-columns: 6.3fr 3.9fr;
    grid-template-columns: 6.3fr 3.9fr;
    -ms-grid-rows: 3fr 3fr 1.5fr 3fr 3fr 3fr 3fr;
    grid-template-rows: 3fr 3fr 1.5fr 3fr 3fr 3fr 3fr; }
    section.frontpage .phi-grid .shifu {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-row: 1/2;
      grid-column: 2/3; }
    section.frontpage .phi-grid .jingwen {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      grid-row: 2/4;
      grid-column: 2/3; }
    section.frontpage .phi-grid .large-news {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      grid-row: 1/4;
      grid-column: 1/2; }
    section.frontpage .phi-grid .large-news-bottom {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-row: 3/4;
      grid-column: 1/2; }
    section.frontpage .phi-grid .medium-news {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      grid-row: 4/6;
      grid-column: 1/2; }
    section.frontpage .phi-grid .small-news-image {
      -ms-grid-row: 6;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      grid-row: 6/8;
      grid-column: 1/2; } }

@media (min-width: 1100px) {
  section.frontpage .phi-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7.0fr 3.55fr 3.55fr;
    grid-template-columns: 7.0fr 3.55fr 3.55fr;
    -ms-grid-rows: 2.4fr 2.4fr 2.4fr 2.4fr 2.4fr 2.4fr;
    grid-template-rows: 2.4fr 2.4fr 2.4fr 2.4fr 2.4fr 2.4fr;
    max-height: 30vw;
    width: 100%; }
    section.frontpage .phi-grid .shifu {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
      grid-row: 1/3;
      grid-column: 3; }
    section.frontpage .phi-grid .jingwen {
      -ms-grid-row: 3;
      -ms-grid-row-span: 4;
      -ms-grid-column: 3;
      grid-row: 3/7;
      grid-column: 3; }
    section.frontpage .phi-grid .large-news {
      -ms-grid-row: 1;
      -ms-grid-row-span: 6;
      -ms-grid-column: 1;
      grid-row: 1/7;
      grid-column: 1; }
    section.frontpage .phi-grid .large-news-bottom {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
      grid-row: 6;
      grid-column: 1; }
    section.frontpage .phi-grid .medium-news {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      grid-row: 1/4;
      grid-column: 2; }
    section.frontpage .phi-grid .small-news-image {
      -ms-grid-row: 4;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      grid-row: 4/7;
      grid-column: 2; } }

section.frontpage .phi-grid .shifu {
  margin: 0 0 0 0; }

section.frontpage .phi-grid .jingwen {
  margin: 0 0 8px 0; }

section.frontpage .phi-grid .large-news {
  margin: 0 10px 0 0; }

section.frontpage .phi-grid .large-news-bottom {
  margin: 0 10px 0 0; }

section.frontpage .phi-grid .medium-news {
  margin: 0 10px 10px 0; }

section.frontpage .phi-grid .small-news-image {
  margin: 10px 10px 0 10px; }

section.frontpage .phi-grid .small-news-caption {
  margin: 0px 0 8px 0; }

@media (max-width: 749px) {
  section.frontpage .phi-grid {
    padding: 0 5px;
    display: -ms-grid;
    display: grid;
    /*.shifu
		{
			-ms-grid-row: 1;
			grid-row: 6/7;
		}
		.jingwen
		{
			-ms-grid-row: 5;
            grid-row: 5/6;
		}
		*/
    /*
		.medium-news
		{
			-ms-grid-row: 3;
			grid-row: 3/4;
		}
		.small-news-image
		{
			-ms-grid-row: 4;
			grid-row: 4/5;
		}
		*/ }
    section.frontpage .phi-grid .shifu {
      display: none; }
    section.frontpage .phi-grid .jingwen {
      display: none; }
    section.frontpage .phi-grid .large-news {
      margin: 10px 10px 0px 10px; }
    section.frontpage .phi-grid .large-news-bottom {
      margin: 0px 10px  0px 10px; }
    section.frontpage .phi-grid .medium-news {
      display: none; }
    section.frontpage .phi-grid .small-news-image {
      display: none; }
    section.frontpage .phi-grid .large-news {
      -ms-grid-row: 1;
      grid-row: 1/2; }
    section.frontpage .phi-grid .large-news-bottom {
      -ms-grid-row: 2;
      grid-row: 2/3; } }

@media (min-width: 750px) {
  section.frontpage .phi-grid .shifu {
    margin: 0 0 0 12px; }
  section.frontpage .phi-grid .jingwen {
    margin: 0 0 8px 12px; }
  section.frontpage .phi-grid .large-news {
    margin: 0 12px 8px 0; }
  section.frontpage .phi-grid .large-news-bottom {
    margin: 0 12px 8px 0;
    display: none; }
  section.frontpage .phi-grid .medium-news {
    margin: 8px 12px 8px 0; }
  section.frontpage .phi-grid .small-news-image {
    margin: 8px 12px 0 0; }
  section.frontpage .phi-grid .small-news-caption {
    margin: 0 12px 0 0; } }

@media (min-width: 1100px) {
  section.frontpage .phi-grid .shifu {
    margin: 0 0 0 12px; }
  section.frontpage .phi-grid .jingwen {
    margin: 0 0 0px 12px; }
  section.frontpage .phi-grid .large-news {
    margin: 0px 12px 0 0; }
  section.frontpage .phi-grid .large-news-bottom {
    margin: 0 12px 0 0; }
  section.frontpage .phi-grid .medium-news {
    margin: 0 12px 8px 12px; }
  section.frontpage .phi-grid .small-news-image {
    margin: 8px 12px 0 12px; }
  section.frontpage .phi-grid .small-news-caption {
    margin: 0 12px 8px 0; } }

@media (min-width: 1400px) {
  section.frontpage .phi-grid {
    max-height: 450px; }
    section.frontpage .phi-grid .shifu {
      margin: 0 0 0 15px; }
    section.frontpage .phi-grid .jingwen {
      margin: 0 0 0px 15px; }
    section.frontpage .phi-grid .large-news {
      margin: 0 15px 0 0; }
    section.frontpage .phi-grid .large-news-bottom {
      margin: 0 15px 0 0; }
    section.frontpage .phi-grid .medium-news {
      margin: 0 15px 10px 15px; }
    section.frontpage .phi-grid .small-news-image {
      margin: 10px 15px 0 15px; }
    section.frontpage .phi-grid .small-news-caption {
      margin: 0 15px 10px 0; } }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
section.frontpage .phi-grid a {
  text-decoration: none; }
  section.frontpage .phi-grid a > figure {
    width: 100%;
    height: 100%; }

section.frontpage .phi-grid .large-news {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative; }
  section.frontpage .phi-grid .large-news figcaption {
    font: 16px/1.2 'Lora';
    color: #4C3305;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(245, 238, 213, 0.8);
    padding: 10px 20px; }

section.frontpage .phi-grid .medium-news,
section.frontpage .phi-grid .small-news-image {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative; }
  section.frontpage .phi-grid .medium-news figcaption,
  section.frontpage .phi-grid .small-news-image figcaption {
    font: 18px/1.4 'Lora';
    color: #4C3305;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(245, 238, 213, 0.8);
    padding: 10px 20px; }

@media (max-width: 749px) {
  section.frontpage .phi-grid .large-news figcaption {
    font: 14px/1.2 'Lora';
    padding: 0px; }
  section.frontpage .phi-grid .large-news h3 {
    font: 14px/1.2 'Lora';
    padding: 4px;
    margin: 0px;
    color: #4C3305; }
  section.frontpage .phi-grid .large-news p {
    font-size: 18px;
    color: #4C3305;
    display: block;
    max-height: 0;
    margin: 0;
    opacity: 0;
    transition: margin 0.6s, opacity 1s, max-height 0.6s;
    overflow: hidden; }
  section.frontpage .phi-grid .large-news-bottom figcaption {
    font: 14px/1.4 'Lora';
    padding: 5px; } }

@media (min-width: 750px) {
  section.frontpage .phi-grid .large-news figcaption {
    font: 16px/1.4 'Lora';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 5px 1px 10px;
    max-width: 100%; }
    section.frontpage .phi-grid .large-news figcaption h3 {
      font-size: 18px;
      font: 18px/1.4 'Lora';
      margin: 4px; }
  section.frontpage .phi-grid .large-news p {
    font-size: 14px;
    color: #4C3305;
    display: block;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    opacity: 0;
    transition: margin 0.6s, opacity 1s, max-height 0.6s;
    padding: 0px 5px 0px 5px; }
  section.frontpage .phi-grid .large-news:hover figcaption p {
    margin: 18px 0 0 0;
    max-height: 500px;
    opacity: 1;
    transition: margin 0.3s, opacity 1s, max-height 0.3s;
    overflow: hidden;
    padding: 0px 5px 0px 5px; }
  section.frontpage .phi-grid .medium-news figcaption,
  section.frontpage .phi-grid .small-news-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 10px 0px 10px; }
    section.frontpage .phi-grid .medium-news figcaption h3,
    section.frontpage .phi-grid .small-news-image figcaption h3 {
      font-size: 16px;
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 4px; }
  section.frontpage .phi-grid .medium-news p,
  section.frontpage .phi-grid .small-news-image p {
    font-size: 16px;
    color: #4C3305;
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: margin 0.6s, opacity 1s, max-height 0.6s; }
  section.frontpage .phi-grid .medium-news:hover figcaption p,
  section.frontpage .phi-grid .small-news-image:hover figcaption p {
    margin: 5px 0 0 0;
    max-height: 500px;
    opacity: 1;
    transition: margin 0.3s, opacity 1s, max-height 0.3s;
    overflow: hidden; } }

@media (min-width: 900px) and (max-width: 1199px) {
  section.frontpage .phi-grid .large-news {
    position: relative; }
    section.frontpage .phi-grid .large-news figcaption {
      font: 18px/1.2 'Lora';
      color: #4C3305;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      padding: 5px 10px 5px 20px;
      max-width: 100%; }
    section.frontpage .phi-grid .large-news p {
      font-size: 16px;
      color: #4C3305;
      display: block;
      max-height: 0;
      margin: 0;
      opacity: 0;
      transition: margin 0.6s, opacity 1s, max-height 0.6s;
      overflow: hidden; }
    section.frontpage .phi-grid .large-news h3 {
      font: 20px/1.4 'Lora';
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 5px 5px 5px 5px; }
    section.frontpage .phi-grid .large-news:hover figcaption p {
      margin: 18px 0 0 0;
      max-height: 500px;
      opacity: 1;
      transition: margin 0.3s, opacity 1s, max-height 0.1s;
      overflow: hidden; }
  section.frontpage .phi-grid .medium-news figcaption, section.frontpage .phi-grid .small-news-image figcaption {
    font: 16px/1.2 'Lora';
    color: #4C3305;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0px 10px 0px 10px;
    max-width: 100%; }
    section.frontpage .phi-grid .medium-news figcaption h3, section.frontpage .phi-grid .small-news-image figcaption h3 {
      font-size: 16px; }
  section.frontpage .phi-grid .medium-news p, section.frontpage .phi-grid .small-news-image p {
    font-size: 18px;
    color: #4C3305;
    display: block;
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    transition: margin 0.6s, opacity 1s, max-height 0.6s; }
  section.frontpage .phi-grid .medium-news:hover figcaption p, section.frontpage .phi-grid .small-news-image:hover figcaption p {
    margin: 5px 0 0 0;
    max-height: 500px;
    opacity: 1;
    transition: margin 0.3s, opacity 1s, max-height 0.3s;
    padding: 0px 10px 0px 10px;
    overflow: hidden; }
  section.frontpage .phi-grid .small-news-image_bak figcaption h3 {
    font-size: 16px; }
  section.frontpage .phi-grid .small-news-image_bak figcaption p {
    font-size: 14px; }
  section.frontpage .phi-grid .small-news-caption h3 {
    font-size: 20px; }
  section.frontpage .phi-grid .small-news-caption p {
    font-size: 19px; } }

@media (min-width: 1200px) {
  section.frontpage .phi-grid .large-news {
    position: relative; }
    section.frontpage .phi-grid .large-news figcaption {
      font: 18px/1.2 'Lora';
      color: #4C3305;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      padding: 5px 10px 5px 20px;
      max-width: 100%; }
    section.frontpage .phi-grid .large-news p {
      font-size: 16px;
      color: #4C3305;
      overflow: hidden;
      max-height: 0;
      margin: 0;
      opacity: 0;
      transition: margin 0.6s, opacity 1s, max-height 0.6s; }
    section.frontpage .phi-grid .large-news h3 {
      font: 20px/1.4 'Lora';
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 5px 5px 5px 5px; }
    section.frontpage .phi-grid .large-news:hover figcaption p {
      margin: 18px 0 0 0;
      max-height: 500px;
      opacity: 1;
      transition: margin 0.6s, opacity 1s, max-height 0.6s;
      overflow: hidden; }
  section.frontpage .phi-grid .medium-news figcaption, section.frontpage .phi-grid .small-news-image figcaption {
    font: 16px/1.2 'Lora';
    color: #4C3305;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0px 10px 0px 10px;
    max-width: 100%; }
    section.frontpage .phi-grid .medium-news figcaption h3, section.frontpage .phi-grid .small-news-image figcaption h3 {
      font-size: 16px; }
  section.frontpage .phi-grid .medium-news p, section.frontpage .phi-grid .small-news-image p {
    font-size: 18px;
    color: #4C3305;
    max-height: 0;
    margin: 0;
    opacity: 0;
    transition: margin 0.6s, opacity 1s, max-height 0.6s;
    overflow: hidden;
    padding: 0px 10px 0px 10px; }
  section.frontpage .phi-grid .medium-news:hover figcaption p, section.frontpage .phi-grid .small-news-image:hover figcaption p {
    margin: 5px 0 0 0;
    max-height: 500px;
    opacity: 1;
    transition: margin 0.3s, opacity 1s, max-height 0.3s;
    padding: 0px 10px 5px 10px;
    overflow: hidden; }
  section.frontpage .phi-grid .small-news-caption h3 {
    font-size: 20px; }
  section.frontpage .phi-grid .small-news-caption p {
    font-size: 19px; } }

/*
@mixin phone-below-600px {
  @media (max-width: 599px) { @content; }
}
@mixin tablet-portrait-only {
  @media (min-width: 600px) and (max-width:899px) { @content; }
}
@mixin tablet-portrait-from-600px {
  @media (min-width: 600px) { @content; }
}
@mixin tablet-landscape-only {
  @media (min-width: 900px) and (max-width:1199px) { @content; }
}
@mixin tablet-landscape-from-900px {
  @media (min-width: 900px) { @content; }
}
@mixin desktop-1200px-up {
  @media (min-width: 1200px) { @content; }
}
@mixin desktop-1570px-up {
  @media (min-width: 1570px) { @content; }
}*/
section.frontpage .phi-grid .shifu,
section.frontpage .latest-news-grid .shifu {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative; }
  section.frontpage .phi-grid .shifu figcaption,
  section.frontpage .latest-news-grid .shifu figcaption {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 20px;
    overflow: hidden;
    background: rgba(245, 238, 213, 0.8);
    width: 100%;
    height: 100%;
    font: 24px/1.4 'Lora';
    color: #444;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity .5s linear .5s; }
    section.frontpage .phi-grid .shifu figcaption h3,
    section.frontpage .latest-news-grid .shifu figcaption h3 {
      font: 16px/1.4 'Lora';
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5); }
    section.frontpage .phi-grid .shifu figcaption p,
    section.frontpage .latest-news-grid .shifu figcaption p {
      font: normal 16px/1.4 'Lora';
      margin: 0; }
  section.frontpage .phi-grid .shifu:hover figcaption,
  section.frontpage .latest-news-grid .shifu:hover figcaption {
    opacity: 1;
    transition-delay: 0s; }

section.frontpage .phi-grid .channel,
section.frontpage .latest-news-grid .channel {
  background: white;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden; }
  section.frontpage .phi-grid .channel h2,
  section.frontpage .latest-news-grid .channel h2 {
    color: #4D3305;
    font: 18px 'Lora';
    padding: 20px 20px 0 20px;
    margin: 0 0 20px 0; }
  section.frontpage .phi-grid .channel article,
  section.frontpage .latest-news-grid .channel article {
    margin: 11px 0; }
    section.frontpage .phi-grid .channel article + article,
    section.frontpage .latest-news-grid .channel article + article {
      padding: 15px 0 0 0; }
    section.frontpage .phi-grid .channel article date,
    section.frontpage .latest-news-grid .channel article date {
      display: block;
      color: #9E660B;
      font: italic 12px 'Lora';
      margin-left: 20px;
      border-bottom: 2px solid #C5A36D;
      width: 68px; }
    section.frontpage .phi-grid .channel article a.text,
    section.frontpage .latest-news-grid .channel article a.text {
      display: block;
      color: #444;
      margin: 7px 10px 0 20px;
      font: 16px/1.2 'Lora';
      text-decoration: none; }
    section.frontpage .phi-grid .channel article:hover a.text,
    section.frontpage .latest-news-grid .channel article:hover a.text {
      text-decoration: underline; }

section.frontpage .phi-grid .light-fader,
section.frontpage .latest-news-grid .light-fader {
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end; }
  section.frontpage .phi-grid .light-fader .more,
  section.frontpage .latest-news-grid .light-fader .more {
    display: block;
    margin-right: 33px;
    margin-bottom: -25px;
    width: 64px;
    height: 64px;
    background: #E2D1B5;
    border: none;
    text-decoration: none;
    transition: background .3s, margin-bottom .3s; }
    section.frontpage .phi-grid .light-fader .more span,
    section.frontpage .latest-news-grid .light-fader .more span {
      display: block;
      width: 64px;
      height: 64px;
      font: 16px/40px 'Lora';
      text-align: center;
      color: #444; }
    section.frontpage .phi-grid .light-fader .more:hover,
    section.frontpage .latest-news-grid .light-fader .more:hover {
      background: #C4A163;
      margin-bottom: 0; }

@media (max-width: 749px) {
  section.frontpage .phi-grid .shifu,
  section.frontpage .latest-news-grid .shifu {
    min-height: auto; }
    section.frontpage .phi-grid .shifu figure,
    section.frontpage .latest-news-grid .shifu figure {
      margin: 0 0 0 0;
      max-height: 255px; }
    section.frontpage .phi-grid .shifu h3,
    section.frontpage .latest-news-grid .shifu h3 {
      font: 13px/1.4 'Lora';
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 2px; }
  section.frontpage .phi-grid .channel,
  section.frontpage .latest-news-grid .channel {
    background: white;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    margin: 10px 10px 10px 10px; }
    section.frontpage .phi-grid .channel figure,
    section.frontpage .latest-news-grid .channel figure {
      height: 16.8vw; }
    section.frontpage .phi-grid .channel h2,
    section.frontpage .latest-news-grid .channel h2 {
      color: #4D3305;
      font: 14px 'Lora';
      padding: 20px 20px 0 20px;
      margin: 0 0 20px 0; }
    section.frontpage .phi-grid .channel article,
    section.frontpage .latest-news-grid .channel article {
      margin: 11px 0; }
      section.frontpage .phi-grid .channel article + article,
      section.frontpage .latest-news-grid .channel article + article {
        padding: 15px 0 0 0; }
      section.frontpage .phi-grid .channel article date,
      section.frontpage .latest-news-grid .channel article date {
        display: block;
        color: #9E660B;
        font: italic 12px 'Lora';
        margin-left: 20px;
        border-bottom: 2px solid #C5A36D;
        width: 68px; }
      section.frontpage .phi-grid .channel article a.text,
      section.frontpage .latest-news-grid .channel article a.text {
        display: block;
        color: #444;
        margin: 7px 10px 0 20px;
        font: 14px/1.2 'Lora';
        text-decoration: none; }
      section.frontpage .phi-grid .channel article:hover a.text,
      section.frontpage .latest-news-grid .channel article:hover a.text {
        text-decoration: underline; } }

@media (min-width: 750px) {
  section.frontpage .phi-grid .shifu,
  section.frontpage .latest-news-grid .shifu {
    min-height: auto; }
    section.frontpage .phi-grid .shifu figure,
    section.frontpage .latest-news-grid .shifu figure {
      margin: 0 0 0 0;
      max-height: 255px; }
    section.frontpage .phi-grid .shifu h3,
    section.frontpage .latest-news-grid .shifu h3 {
      font: 13px/1.4 'Lora';
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 2px; }
  section.frontpage .phi-grid .channel figure,
  section.frontpage .latest-news-grid .channel figure {
    height: 16.8vw; } }

@media (min-width: 1200px) {
  section.frontpage .phi-grid .shifu,
  section.frontpage .latest-news-grid .shifu {
    min-height: auto; }
    section.frontpage .phi-grid .shifu figure,
    section.frontpage .latest-news-grid .shifu figure {
      margin: 0 0 0 0;
      max-height: 205px; }
    section.frontpage .phi-grid .shifu h3,
    section.frontpage .latest-news-grid .shifu h3 {
      font: 16px/1.4 'Lora';
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 2px; }
  section.frontpage .phi-grid .shifu figcaption,
  section.frontpage .latest-news-grid .shifu figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1px;
    max-width: 100%; }
    section.frontpage .phi-grid .shifu figcaption h3,
    section.frontpage .latest-news-grid .shifu figcaption h3 {
      font-size: 16px;
      text-shadow: 0.5px 0 rgba(0, 0, 0, 0.5);
      margin: 4px; }
    section.frontpage .phi-grid .shifu figcaption p,
    section.frontpage .latest-news-grid .shifu figcaption p {
      font-size: 14px; }
  section.frontpage .phi-grid .channel,
  section.frontpage .latest-news-grid .channel {
    overflow: hidden; }
    section.frontpage .phi-grid .channel h2,
    section.frontpage .latest-news-grid .channel h2 {
      font-size: 20px; }
    section.frontpage .phi-grid .channel article date,
    section.frontpage .latest-news-grid .channel article date {
      text-align: right;
      float: left;
      margin: 0;
      margin-left: 0;
      margin-top: 3px; }
    section.frontpage .phi-grid .channel article a.text,
    section.frontpage .latest-news-grid .channel article a.text {
      margin: 0 10px 0 96px; } }

section.frontpage .news-column .latest-view .oldnews_column > h2 {
  font: 20px/30px 'Lora';
  color: #9E660B;
  margin: 10px 0 2px 0px; }

section.frontpage .news-column .latest-view > h2 {
  font: 20px/30px 'Lora';
  color: #9E660B;
  margin: 10px 0 15px 0px; }

section.frontpage .news-column .latest-view article {
  margin-left: 0px;
  padding-left: 3px;
  padding-bottom: 20px;
  position: relative; }
  section.frontpage .news-column .latest-view article date {
    font: 12px 'work sans';
    color: #777;
    float: left;
    line-height: 1.4rem;
    position: absolute;
    left: -25px;
    width: 56px;
    text-align: right; }
  section.frontpage .news-column .latest-view article a.topic {
    font: 14px 'Lora';
    color: #555;
    /*text-transform: uppercase;*/
    display: block;
    margin-left: 0px;
    text-decoration: none;
    text-align: justify; }
  section.frontpage .news-column .latest-view article a.text {
    font: 16px/1.4 'Lora';
    color: #4C3305;
    display: block;
    margin: 0 10px 0 0px;
    text-decoration: none; }
  section.frontpage .news-column .latest-view article a.text_bold {
    font: 16px/1.4 'Lora';
    color: #555;
    font-weight: bold;
    display: block;
    margin: 0 10px 0 0px;
    text-decoration: none; }
  section.frontpage .news-column .latest-view article:hover a.text {
    text-decoration: underline; }
  section.frontpage .news-column .latest-view article + article {
    border-top: 1px solid #CEB17A;
    padding-top: 20px; }

@media (max-width: 749px) {
  section.frontpage .news-column .latest-view article a.topic {
    font: 14px 'Lora';
    color: #555;
    display: block;
    margin-left: 10px;
    text-decoration: none; }
  section.frontpage .news-column .latest-view article a.text {
    font: 16px/1.4 'Lora';
    color: #4C3305;
    display: block;
    margin: 0 10px 0 10px;
    text-decoration: none; } }

section.frontpage .latest-recommendation-column .latest-view > h2, .focus-column .latest-view > h2, .category-top-featured-column .latest-view > h2 {
  font: 20px/30px 'Lora';
  color: #9E660B;
  margin: 10px 0 15px 0px; }

section.frontpage .latest-recommendation-column .latest-view article, .focus-column .latest-view article, .category-top-featured-column .latest-view article {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  position: relative; }
  section.frontpage .latest-recommendation-column .latest-view article date, .focus-column .latest-view article date, .category-top-featured-column .latest-view article date {
    font: 12px 'work sans';
    color: #444;
    float: left;
    line-height: 1.4rem;
    position: absolute;
    left: -25px;
    width: 56px;
    text-align: right; }
  section.frontpage .latest-recommendation-column .latest-view article a.topic, .focus-column .latest-view article a.topic, .category-top-featured-column .latest-view article a.topic {
    font: 14px 'Lora';
    color: #555;
    display: block;
    margin-left: 0px;
    text-decoration: none; }
  section.frontpage .latest-recommendation-column .latest-view article a.text, .focus-column .latest-view article a.text, .category-top-featured-column .latest-view article a.text {
    font: 16px/1.4 'Lora';
    color: #4C3305;
    display: block;
    margin: 0 10px 0 0px;
    text-decoration: none; }
  section.frontpage .latest-recommendation-column .latest-view article:hover a.text, .focus-column .latest-view article:hover a.text, .category-top-featured-column .latest-view article:hover a.text {
    text-decoration: underline; }
  section.frontpage .latest-recommendation-column .latest-view article + article, .focus-column .latest-view article + article, .category-top-featured-column .latest-view article + article {
    border-top: 1px solid #CEB17A;
    padding-top: 20px; }

section.frontpage .editor-column .special-view > h2 {
  font: 20px/30px 'Lora';
  color: #9E660B;
  margin: 10px 0 15px 0px; }

section.frontpage .editor-column .special-view article {
  margin-left: 6px;
  padding-left: 3px;
  padding-bottom: 20px; }
  section.frontpage .editor-column .special-view article a.topic {
    font: 12px 'work sans';
    color: #777;
    text-transform: uppercase;
    display: block;
    text-decoration: none; }
  section.frontpage .editor-column .special-view article a.text {
    font: 16px/1.4 'Lora';
    color: #444;
    display: block;
    margin: 0 10px 0 0px;
    text-decoration: none; }
  section.frontpage .editor-column .special-view article:hover a.text {
    text-decoration: underline; }
  section.frontpage .editor-column .special-view article + article {
    border-top: 1px solid #CEB17A;
    padding-top: 20px; }

section.frontpage .thumbs-column a {
  text-decoration: none;
  display: block; }
  section.frontpage .thumbs-column a:hover h3 {
    text-decoration: underline; }

section.frontpage .thumbs-column article figure {
  border: 1px solid #9E660B;
  margin: 0; }

section.frontpage .thumbs-column article figure:empty {
  height: 175px;
  background: url(/assets/images/placeholder.png);
  background-size: cover; }

section.frontpage .thumbs-column article h3 {
  font: 20px 'Lora';
  color: #9E660B;
  margin: -3px 0 0 0; }

section.frontpage .thumbs-column article p {
  color: #444;
  font: 16px/1.4 'Lora';
  margin: 12px 0 0 0; }

section.frontpage .thumbs-column article a {
  color: #444;
  font: 16px/1.4 'Lora'; }

@media (max-width: 599px) {
  section.frontpage .thumbs-column a {
    margin-top: 20px; }
    section.frontpage .thumbs-column a + a {
      margin-top: 60px; }
  section.frontpage .thumbs-column article figcaption {
    margin-top: 15px; } }

@media (min-width: 600px) {
  section.frontpage .thumbs-column a {
    margin-top: 20px; }
    section.frontpage .thumbs-column a + a {
      margin-top: 35px; }
  section.frontpage .thumbs-column article {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 280px auto;
    height: 175px; }
    section.frontpage .thumbs-column article figcaption {
      overflow: hidden;
      position: relative;
      margin-left: 30px; }
      section.frontpage .thumbs-column article figcaption:after {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f5eed5 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f5eed5 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f5eed5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5eed5',GradientType=0 );
        width: 100%;
        height: 20px;
        display: block;
        content: '';
        position: absolute;
        bottom: 0; } }

@media (min-width: 1100px) {
  section.frontpage .thumbs-column a {
    margin-top: 0; } }

section.frontpage .category-top-featured-column a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }
  section.frontpage .category-top-featured-column a:hover h3 {
    text-decoration: underline; }

section.frontpage .category-top-featured-column article figure:empty {
  height: 180px;
  background: url(/assets/images/placeholder.png);
  background-size: cover; }

section.frontpage .category-top-featured-column article figcaption {
  overflow: hidden; }

section.frontpage .category-top-featured-column article .figcaption_column {
  overflow: hidden; }

section.frontpage .category-top-featured-column article h3 {
  font: 16px/1.5 'Lora';
  color: #4C3305;
  margin: -3px 0 0 0; }

section.frontpage .category-top-featured-column article p {
  color: #555;
  font: 14px/1.4 'Lora';
  margin: 10px 0 0 0;
  text-align: justify; }

section.frontpage .category-top-featured-column article a {
  color: #444;
  font: 16px/1.4 'Lora'; }

@media (max-width: 599px) {
  section.frontpage .category-top-featured-column a {
    margin-top: 20px; }
    section.frontpage .category-top-featured-column a + a {
      margin-top: 60px; }
  section.frontpage .category-top-featured-column article figcaption {
    margin-top: 15px; }
  section.frontpage .category-top-featured-column article figure {
    margin: 0;
    border: 0; } }

@media (min-width: 600px) {
  section.frontpage .category-top-featured-column a {
    margin-top: 20px; }
    section.frontpage .category-top-featured-column a + a {
      margin-top: 40px; }
  section.frontpage .category-top-featured-column article {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 280px auto;
    -ms-grid-columns: 280px auto;
    height: 180px; }
    section.frontpage .category-top-featured-column article .figure_column {
      -ms-grid-column: 1;
      grid-column: 1; }
    section.frontpage .category-top-featured-column article .figcaption_column {
      -ms-grid-column: 2;
      grid-column: 2; }
    section.frontpage .category-top-featured-column article figure {
      margin: 0;
      border: 0;
      height: 180px; }
    section.frontpage .category-top-featured-column article figcaption {
      overflow: hidden;
      position: relative;
      margin-left: 10px;
      height: 180px; }
      section.frontpage .category-top-featured-column article figcaption:after {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f5eed5 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f5eed5 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f5eed5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5eed5',GradientType=0 );
        width: 100%;
        height: 20px;
        display: block;
        content: '';
        position: absolute;
        bottom: 0; } }

@media (min-width: 1100px) {
  section.frontpage .category-top-featured-column a {
    margin-top: 0; } }

section.frontpage .focus-column a {
  text-decoration: none;
  display: block; }
  section.frontpage .focus-column a:hover h2 {
    text-decoration: underline; }

section.frontpage .focus-column article figure {
  border: 1px solid #9E660B;
  margin: 0; }

section.frontpage .focus-column article figure:empty {
  height: 250px;
  background: url(/assets/images/placeholder.jpg);
  background-size: cover; }

section.frontpage .focus-column article h2 {
  font: 28px 'Lora';
  color: #9E660B; }

section.frontpage .focus-column article a, section.frontpage .focus-column article p {
  color: #444;
  font: 16px/1.4 'Lora'; }

@media (max-width: 749px) {
  section.frontpage .focus-column a {
    margin-top: 20px;
    margin-bottom: 40px; } }

@media (min-width: 750px) {
  section.frontpage .focus-column a {
    margin-top: 20px; } }

@media (min-width: 1100px) {
  section.frontpage .focus-column a {
    margin-top: 0; } }

.hottopic_container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  padding: 1px;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  border-top: 2px solid #9E660B;
  margin-top: 5px; }

.hottopic_container:before {
  content: "";
  display: block;
  position: relative;
  margin-top: 1px;
  margin-bottom: 10px;
  padding: 2px;
  width: 100%;
  border-top: 1px solid #9E660B; }

.hot_topic_items {
  width: 230px;
  -webkit-flex-basis: 250px;
  /* Safari 6.1+ */
  flex-basis: 250px; }

.hot_topic_items {
  line-height: 1.2em;
  height: 150px;
  text-decoration: none;
  margin-top: 7px;
  margin-right: 7px;
  align-items: center;
  justify-content: center;
  text-align: center; }

.hot_topic_items ul li a h5 {
  width: 150px;
  height: 22px;
  font-size: 14.5px;
  color: #ffffcb;
  background-color: #bc4800;
  border: 0 solid #ce7936;
  text-align: center;
  font-weight: normal;
  margin: 5px 5px 5px 5px;
  font-family: SimSun, serif; }

.hot_topic_items li img {
  height: 100px; }

.hot_topic_items .topicTxt-block img {
  height: 15px; }

.topicTxt-block {
  display: block;
  /*width:147px; */ }

.topicTxt-block h4 {
  color: #4C3305;
  padding: 0px 0 6px 0;
  line-height: 12px;
  font: 16px/1.2 'Lora';
  -webkit-margin-before: 0px;
  margin-top: 0px;
  -webkit-margin-after: 5px;
  margin-bottom: 5px; }

a:hover .topicTxt-block h4 {
  text-decoration: underline; }

.topicTxtNei-block {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  text-decoration: none !important;
  -webkit-margin-before: 5px;
  margin-before: 5px;
  -webkit-margin-after: 5px;
  margin-after: 5px; }

a .topicTxtNei-block {
  color: #666666;
  text-decoration: none !important; }

section.categorypage .todays-top-featured-column .latest-view {
  max-width: 800px;
  border-top: 2px solid #9E660B; }
  section.categorypage .todays-top-featured-column .latest-view:before {
    display: block;
    content: '';
    border-top: 1px solid #9E660B;
    margin-top: 2px; }

section.categorypage .todays-top-featured-column a {
  text-decoration: none;
  display: block; }
  section.categorypage .todays-top-featured-column a:hover h3 {
    text-decoration: underline; }

section.categorypage .todays-top-featured-column article figure {
  border: 1px solid #9E660B;
  margin: 0;
  width: 300px; }

section.categorypage .todays-top-featured-column article figure:empty {
  height: 175px;
  background: url(/assets/images/placeholder.png);
  background-size: cover; }

section.categorypage .todays-top-featured-column article h3 {
  font: 20px 'Lora';
  color: #9E660B;
  margin: -3px 0 0 0; }

section.categorypage .todays-top-featured-column article p {
  color: #444;
  font: 16px/1.4 'Lora';
  margin: 12px 0 0 0; }

section.categorypage .todays-top-featured-column article a {
  color: #444;
  font: 16px/1.4 'Lora'; }

section.categorypage .todays-top-featured-column article figcaption {
  overflow: hidden;
  position: relative;
  margin-left: 30px; }
  section.categorypage .todays-top-featured-column article figcaption:after {
    width: 100%;
    height: 20px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0; }

section.categorypage .todays-top-featured-column .latest-view > h2 {
  font: 20px/30px 'Lora';
  color: #9E660B;
  margin: 10px 0 15px 0px; }

section.categorypage .todays-top-featured-column .latest-view article {
  margin-left: 6px;
  padding-left: 3px;
  padding-bottom: 20px;
  position: relative; }
  section.categorypage .todays-top-featured-column .latest-view article date {
    font: 12px 'work sans';
    color: #777;
    float: left;
    line-height: 1.4rem;
    position: absolute;
    left: -25px;
    width: 56px;
    text-align: right; }
  section.categorypage .todays-top-featured-column .latest-view article a.topic {
    font: 12px 'work sans';
    color: #777;
    text-transform: uppercase;
    display: block;
    margin-left: 40px;
    text-decoration: none; }
  section.categorypage .todays-top-featured-column .latest-view article a.text {
    font: 16px/1.4 'Lora';
    color: #444;
    display: block;
    margin: 0 10px 0 40px;
    text-decoration: none; }
  section.categorypage .todays-top-featured-column .latest-view article:hover a.text {
    text-decoration: underline; }
  section.categorypage .todays-top-featured-column .latest-view article + article {
    border-top: 1px solid #CEB17A;
    padding-top: 20px; }

section.categorypage .category-grid > .category {
  height: 196px;
  border-bottom: 1px solid #D3BA91;
  background: #F5EED5;
  position: relative;
  overflow: hidden; }
  section.categorypage .category-grid > .category figure {
    position: relative;
    display: inline-block; }
    section.categorypage .category-grid > .category figure.show-placeholder {
      background-size: cover;
      width: 720px;
      height: 195px; }
    section.categorypage .category-grid > .category figure img {
      display: block; }
    section.categorypage .category-grid > .category figure:after {
      display: block;
      content: '';
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 238, 213, 0.8) 50%, rgba(245, 238, 213, 0.95) 80%, #F5EED5 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 238, 213, 0.8) 50%, rgba(245, 238, 213, 0.95) 80%, #F5EED5 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(245, 238, 213, 0.8) 50%, rgba(245, 238, 213, 0.95) 80%, #F5EED5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#F5EED5', GradientType=0 );
      position: absolute;
      width: 100px;
      height: 100%;
      right: 0;
      top: 0; }

section.categorypage .category-grid .container {
  margin-bottom: 100px; }
  section.categorypage .category-grid .container > .category-title h1 {
    color: #4C3305;
    font: 30px/60px 'Lora';
    margin: 0;
    padding-top: 10px; }
  section.categorypage .category-grid .container .category-list {
    max-width: 600px;
    border-top: 2px solid #9E660B; }
    section.categorypage .category-grid .container .category-list:before {
      display: block;
      content: '';
      border-top: 1px solid #9E660B;
      margin-top: 2px; }

@media (max-width: 749px) {
  section.categorypage .category-grid .container {
    padding: 0 14px; }
    section.categorypage .category-grid .container > .category-title h1 {
      color: #4C3305;
      font: 18px/30px 'Lora';
      margin: 0;
      padding-top: 10px; }
  section.categorypage .category-grid > .category figure img {
    display: block;
    left: -200px;
    position: relative; } }

@media (min-width: 750px) {
  section.categorypage .category-grid .container {
    margin-left: 285px;
    padding-left: 35px;
    border-left: 1px solid #D3BA91; } }

section.categorypage .category-grid header.category {
  padding-bottom: 15px;
  border-bottom: 1px solid #CEB17A; }

section.categorypage .category-grid p {
  font: 12px 'work sans';
  color: #777;
  line-height: 1.4rem; }

section.categorypage .category-grid .text p {
  font: 16px/1.6 'Lora';
  color: #444; }

section.categorypage .category-grid article {
  padding: 12px 0 15px 0; }
  section.categorypage .category-grid article date {
    font: 12px 'work sans';
    color: #777;
    line-height: 1.4rem;
    display: block; }
  section.categorypage .category-grid article a.topic {
    font: 12px 'work sans';
    color: #777;
    text-transform: uppercase;
    display: block;
    text-decoration: none; }
  section.categorypage .category-grid article a.text {
    font: 16px/1.4 'Lora';
    color: #444;
    display: block;
    text-decoration: none; }
  section.categorypage .category-grid article:hover a.text {
    text-decoration: underline; }
  section.categorypage .category-grid article + article {
    border-top: 1px solid #CEB17A; }

section.categorypage .sidemenu {
  display: none; }

@media (min-width: 750px) {
  section.categorypage .category-grid:after {
    clear: both;
    content: '';
    display: block; }
  section.categorypage .sidemenu {
    display: block;
    float: left;
    margin: 20px 0 100px 20px;
    padding-right: 50px; }
    section.categorypage .sidemenu figure {
      display: none; }
    section.categorypage .sidemenu .side-menu-items {
      width: 240px; }
      section.categorypage .sidemenu .side-menu-items ul {
        display: none; }
      section.categorypage .sidemenu .side-menu-items a {
        height: 49px;
        text-decoration: none;
        display: block;
        font: 14px/49px 'Lora';
        color: black;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      section.categorypage .sidemenu .side-menu-items li.active a {
        font-weight: bold; }
      section.categorypage .sidemenu .side-menu-items .l2 {
        border-bottom: 1px solid #C8A96E; }
        section.categorypage .sidemenu .side-menu-items .l2.closed:last-of-type {
          border-bottom: none; }
        section.categorypage .sidemenu .side-menu-items .l2 + .l2 {
          border-top: none; }
        section.categorypage .sidemenu .side-menu-items .l2 a {
          padding-left: 15px; }
        section.categorypage .sidemenu .side-menu-items .l2 > a:before {
          display: block;
          position: absolute;
          margin-left: -37px;
          width: 35px;
          text-align: center;
          padding-left: 8px; }
        section.categorypage .sidemenu .side-menu-items .l2.closed > a:before {
          content: '+';
          display: block;
          position: absolute;
          margin-left: -37px;
          width: 35px;
          text-align: center;
          padding-left: 8px; }
        section.categorypage .sidemenu .side-menu-items .l2.open > a:before {
          content: '-'; }
        section.categorypage .sidemenu .side-menu-items .l2.open + ul {
          display: block; }
        section.categorypage .sidemenu .side-menu-items .l2.open + ul + .l2 {
          border-top: 1px solid #C8A96E; }
      section.categorypage .sidemenu .side-menu-items .l3 {
        margin-left: 25px;
        border-bottom: 1px solid #C8A96E; }
        section.categorypage .sidemenu .side-menu-items .l3 + .l3 {
          border-top: none; }
        section.categorypage .sidemenu .side-menu-items .l3 a {
          padding-left: 15px; }
        section.categorypage .sidemenu .side-menu-items .l3 > a:before {
          display: block;
          position: absolute;
          margin-left: -37px;
          width: 35px;
          text-align: center;
          padding-left: 8px; }
        section.categorypage .sidemenu .side-menu-items .l3.closed > a:before {
          content: '+';
          display: block;
          position: absolute;
          margin-left: -37px;
          width: 35px;
          text-align: center;
          padding-left: 8px; }
        section.categorypage .sidemenu .side-menu-items .l3.closed:last-of-type {
          border-bottom: none; }
        section.categorypage .sidemenu .side-menu-items .l3.open > a:before {
          content: '-'; }
        section.categorypage .sidemenu .side-menu-items .l3.open + ul {
          display: block; }
        section.categorypage .sidemenu .side-menu-items .l3.open + ul + .l3 {
          border-top: 1px solid #C8A96E; }
      section.categorypage .sidemenu .side-menu-items .l4 {
        margin-left: 55px; }
        section.categorypage .sidemenu .side-menu-items .l4 + .l4 {
          border-top: 1px solid #dcc89c; }
        section.categorypage .sidemenu .side-menu-items .l4:last-child {
          border-bottom: none; } }

.articlepage {
  /*	footer
	{
		background:#ECE0C0;
		border-top:1px solid #D3BA91;
		min-height:300px;
	}*/ }
  .articlepage .category-title .breadcrumb {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0; }
    .articlepage .category-title .breadcrumb > li + li:before {
      content: url("/assets/images/pointer.png");
      padding: 0 5px;
      color: #ccc; }
    .articlepage .category-title .breadcrumb > li.breadcrumb-ellipsis.is-hidden + li:before {
      display: none; }
    .articlepage .category-title .breadcrumb li a {
      color: #9e660b; }
  .articlepage header,
  .articlepage article > .container {
    padding-left: 14px;
    padding-right: 14px; }
    .articlepage header p.image-container,
    .articlepage article > .container p.image-container {
      text-align: center;
      font-size: 15px;
      font-style: italic;
      font-family: 'Lora'; }
    .articlepage header .section,
    .articlepage article > .container .section {
      display: block;
      margin: 0; }
    .articlepage header p.image-container .section,
    .articlepage article > .container p.image-container .section {
      display: block;
      margin: 12px 0 12px; }
    .articlepage header p.quote,
    .articlepage article > .container p.quote {
      margin-left: 42px; }
    .articlepage header p.justified-quote,
    .articlepage article > .container p.justified-quote {
      margin-left: 42px;
      text-align: justify; }
    .articlepage header h3,
    .articlepage article > .container h3 {
      display: block;
      font-size: 1.17em;
      -webkit-margin-before: 1em;
      -webkit-margin-after: 1em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      font-weight: bold; }
    .articlepage header .copyright-notice .separator,
    .articlepage article > .container .copyright-notice .separator {
      text-align: center; }
    .articlepage header .copyright-notice .copyright-text,
    .articlepage article > .container .copyright-notice .copyright-text {
      font-style: italic;
      font-size: 15px;
      text-align: justify; }
  .articlepage > header {
    background: #F5EED5;
    padding-top: 40px;
    padding-bottom: 10px; }
    .articlepage > header h1 {
      margin-top: 0;
      font: 20px 'Lora';
      color: #4C3305;
      border-bottom: 1px solid #9e660b; }
      .articlepage > header h1:after {
        display: block;
        content: '';
        border-top: 2px solid #9e660b;
        margin-bottom: 2px; }
    .articlepage > header .breadcrumbs:before {
      display: block;
      content: ''; }
    .articlepage > header .breadcrumbs:after {
      display: block;
      content: '';
      margin-bottom: 2px; }
  .articlepage article {
    font: 16px/1.6 'Lora';
    color: #444; }
    .articlepage article > header {
      background: #F5EED5;
      padding-top: 12px;
      border-bottom: 1px solid #D3BA91; }
      .articlepage article > header h1 {
        font: 24px/1.2 'Lora';
        margin: 0 0 0px 0;
        color: #111; }
      .articlepage article > header h2 {
        margin-top: 10px;
        font: 20px/1.2 'Lora';
        margin-bottom: 20px; }
      .articlepage article > header .article-info {
        font: 12px 'work sans';
        color: #777;
        line-height: 1.4rem;
        display: flex;
        flex-direction: column;
        margin: 5px 0; }
        .articlepage article > header .article-info date {
          min-width: 150px;
          text-align: left; }
    .articlepage article figure {
      max-width: 100vw; }
      .articlepage article figure img {
        max-width: 100%; }
    .articlepage article figcaption {
      font: italic 14px/1.4 'Lora';
      max-width: 450px;
      border-left: 2px solid #D3BA91;
      padding-left: 15px;
      margin-left: 15px;
      position: relative; }
      .articlepage article figcaption:before {
        content: '';
        display: block;
        border-left: 1px solid #D3BA91;
        height: 100%;
        position: absolute;
        left: 2px; }
  .articlepage hr {
    border: none;
    height: 1px;
    color: #444;
    background-color: #444; }

@media (min-width: 750px) {
  .articlepage header,
  .articlepage article > .container {
    padding-left: 25px;
    padding-right: 25px; }
  .articlepage header > * {
    max-width: 950px; }
  .articlepage article figure {
    max-width: 500px;
    margin: 0 auto; } }

@media (min-width: 1100px) {
  .articlepage header,
  .articlepage article > .container {
    padding-left: 74px;
    padding-right: 74px;
    flex-direction: row;
    flex-flow: inherit; }
  .articlepage article header .article-info {
    font: 12px 'work sans';
    color: #777;
    line-height: 1.4rem;
    display: flex;
    flex-direction: row;
    margin: 5px 0; }
    .articlepage article header .article-info date {
      width: 150px;
      text-align: left;
      padding-right: 25px; }
    .articlepage article header .article-info author {
      margin-left: 0px; } }

@media (max-width: 749px) {
  .articlepage > header {
    background: #F5EED5;
    padding-top: 10px;
    padding-bottom: 10px; }
  .articlepage article {
    max-width: 974px; }
    .articlepage article > header {
      background: #F5EED5;
      padding-top: 0px;
      border-bottom: 1px solid #D3BA91; }
      .articlepage article > header h1 {
        font: 18px/1.4 'Lora';
        margin: 0 0 10px 0;
        color: #111; }
      .articlepage article > header h2 {
        font: 16px/1.4 'Lora';
        margin: 0 0 10px 0;
        color: #111; }
    .articlepage article nav.previous-article {
      order: 2;
      max-width: 120px; }
    .articlepage article .article-body {
      order: 1;
      max-width: 725px; }
    .articlepage article nav.next-article {
      order: 3;
      max-width: 120px; }
  .articlepage .article-title .date-wrapper {
    flex-direction: row;
    font: 12px 'work sans';
    color: #777;
    line-height: 1.4rem;
    display: flex;
    margin: 5px 0; }
    .articlepage .article-title .date-wrapper .article-date {
      width: 120px;
      text-align: left; }
    .articlepage .article-title .date-wrapper .article-author {
      font-weight: bold;
      margin-left: 25px; } }

code {
  padding: 2px 0px;
  font-size: 90%;
  color: #444;
  background-color: #fff;
  border-radius: 4px; }

.articlepage article > .container {
  position: relative;
  margin-right: 0;
  margin-left: 0; }
  .articlepage article > .container:after {
    clear: both;
    content: '';
    display: block; }
  .articlepage article > .container > nav {
    height: 120px; }
    .articlepage article > .container > nav img {
      display: block;
      margin: 10px auto;
      width: 12px; }
    .articlepage article > .container > nav a, .articlepage article > .container > nav a.visited, .articlepage article > .container > nav a:hover, .articlepage article > .container > nav a:active {
      color: #888;
      text-decoration: none; }
    .articlepage article > .container > nav a, .articlepage article > .container > nav span {
      font: 14px 'Lora';
      text-align: center;
      width: 120px;
      height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .articlepage article > .container > nav span.disabled {
      display: none; }
  .articlepage article > .container nav.previous-article {
    float: left;
    max-width: 120px; }
  .articlepage article > .container nav.next-article {
    float: right;
    max-width: 120px; }
  .articlepage article > .container > div {
    padding: 20px 0px; }
    .articlepage article > .container > div:before {
      display: block;
      content: '';
      border-left: 1px solid #D3BA91;
      height: 125px;
      position: absolute;
      top: 0px;
      margin-left: -45px; }

@media (min-width: 750px) {
  .articlepage article > .container > div {
    max-width: 725px; } }

@media (min-width: 1100px) {
  .articlepage article > .container {
    display: flex;
    position: relative; }
    .articlepage article > .container > nav span.disabled {
      display: flex;
      opacity: .3; }
    .articlepage article > .container nav.previous-article {
      order: 1; }
    .articlepage article > .container nav.next-article {
      order: 3;
      border-left: 1px solid #D3BA91; }
    .articlepage article > .container > div {
      order: 2;
      max-width: 725px;
      padding: 30px 45px; } }

.articlepage .related-articles {
  background: #F5EED5;
  border-top: 1px solid #D3BA91;
  font: 16px/1.4 'Lora';
  padding: 40px 0 60px 0;
  display: flex; }
  .articlepage .related-articles h3 {
    color: #9e660b;
    font-weight: normal;
    margin: 0;
    max-width: 120px;
    margin-left: 74px;
    position: relative;
    text-align: right;
    padding-right: 25px;
    font-size: 20px; }
    .articlepage .related-articles h3:after {
      content: '';
      display: block;
      border-right: 1px solid #D3BA91;
      height: 175px;
      position: absolute;
      top: -40px;
      right: 0; }
  .articlepage .related-articles div {
    padding: 0px 0 0 21px; }
    .articlepage .related-articles div article {
      max-width: 500px;
      margin: 15px 0 15px 0;
      padding-top: 15px;
      border-top: 1px solid #D3BA91; }
      .articlepage .related-articles div article:first-child {
        margin-top: 0px;
        border-top: none;
        padding-top: 0; }
      .articlepage .related-articles div article a, .articlepage .related-articles div article a.visited, .articlepage .related-articles div article a:hover, .articlepage .related-articles div article a:active {
        color: #111;
        text-decoration: none; }
      .articlepage .related-articles div article a:hover {
        text-decoration: underline; }

@media (max-width: 749px) {
  .articlepage .related-articles h3 {
    margin-left: 14px;
    font-size: 16px; }
  .RelatedArticleLi a {
    padding: 0 8px 4px 0; } }

section.searchpage .search-grid {
  padding: 0;
  display: -ms-grid;
  display: grid; }

@media (min-width: 750px) {
  section.searchpage .search-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.9fr 6.3fr 3.9fr;
    grid-template-columns: 3.9fr 6.3fr 3.9fr;
    max-height: 3271px;
    width: 100%; }
    section.searchpage .search-grid .search_bar {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-row: 1/2;
      grid-column: 2/3;
      height: 6vw; }
    section.searchpage .search-grid .left_collumn {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      grid-row: 2/3;
      grid-column: 1/2; }
    section.searchpage .search-grid .results {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      grid-row: 2/3;
      grid-column: 2/3; } }

@media (max-width: 749px) {
  section.searchpage .search-grid {
    padding: 10px 10px 10px 10px; }
    section.searchpage .search-grid .search_bar {
      height: 18vw; } }

@media (min-width: 750px) {
  section.searchpage .search-grid {
    padding: 20px 15px 15px 15px; }
    section.searchpage .search-grid .left_collumn {
      margin-left: 20px;
      padding-left: 15px; }
    section.searchpage .search-grid .results {
      padding-left: 15px;
      border-left: 1px solid #D3BA91; } }

.breadcrumb {
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
  .breadcrumb .is-hidden {
    display: none; }
  .breadcrumb-ellipsis {
    display: inline-block; }
  .breadcrumb-dropdown {
    display: inline-block; }

.breadcrumb > li + li:before {
  content: "";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > li.breadcrumb-ellipsis.is-hidden + li:before {
  display: none; }

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