:root {
  --color-default: #387C8A;
  --color-hot-topic-trending: #F9D412;
  --color-arts-and-culture: #594364;
  --color-business: #1A455F;
  --color-politics: #576B6F;
  --color-justice: #96311F;
  --color-health: #C65310;
  --color-environment: #427B63;
  --color-sports: #435FA7;
  --color-education: #B65483;
  --color-jobs-notices-tenders: #000000;
  --color-unassigned-1: #845431;
  --color-unassigned-2: #64BAA8;
  --color-unassigned-3: #7AB95C;
  --color-unassigned-4: #ACD314;

  --font-serif: 'Merriweather';
  --font-sans: 'Open Sans';

}

.category,
.news,
.nunatsiaq50 {          color: var(--color-default); }
.hot-topic-trending {   color: var(--color-hot-topic-trending); }
.arts-and-culture {     color: var(--color-arts-and-culture); }
.business {             color: var(--color-business); }
.politics {             color: var(--color-politics); }
.justice, 
.crime {                color: var(--color-justice); }
.health {               color: var(--color-health); }
.environment {          color: var(--color-environment); }
.sports {               color: var(--color-sports); }
.education {            color: var(--color-education); }
.jobs {                 color: var(--color-jobs-notices-tenders); }
.tenders {              color: var(--color-jobs-notices-tenders); }
.notices {              color: var(--color-jobs-notices-tenders); }
.category.archive {     color: initial; }

.title-on-line,
.title-on-top-full {
  font-size: 100%;
}
.title-on-line > span,
.title-on-top-full {
  color: white;
}

.title-on-top-full {          
  border: none;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: var(--color-default);
  font-weight: 600;
  font-size: 210%;
  font-family: var(--font-serif);
  padding: 0 10px;
  margin-bottom: 50px;
  width: 100%;
}

.title-on-top-full.news,
.title-on-line.news > span,
.title-on-top-full.nunatsiaq50
.title-on-line.nunatsiaq50 > span {          background-color: var(--color-default); }

.title-on-top-full.hot-topic-trending,
.title-on-line.hot-topic-trending > span {   background-color: var(--color-hot-topic-trending); }

.title-on-top-full.arts-and-culture,
.title-on-line.arts-and-culture > span {     background-color: var(--color-arts-and-culture); }

.title-on-top-full.business,
.title-on-line.business > span {             background-color: var(--color-business); }

.title-on-top-full.politics,
.title-on-line.politics > span {             background-color: var(--color-politics); }

.title-on-top-full.justice,
.title-on-line.justice > span, 
.title-on-top-full.crime,
.title-on-line.crime > span {                background-color: var(--color-justice); }

.title-on-top-full.health,
.title-on-line.health > span {               background-color: var(--color-health); }

.title-on-top-full.environment,
.title-on-line.environment > span {          background-color: var(--color-environment); }

.title-on-top-full.sports,
.title-on-line.sports > span {               background-color: var(--color-sports); }

.title-on-top-full.education,
.title-on-line.education > span {            background-color: var(--color-education); }

.title-on-top-full.jobs,
.title-on-line.jobs > span {                 background-color: var(--color-jobs-notices-tenders); }

.title-on-top-full.tenders,
.title-on-line.tenders > span {              background-color: var(--color-jobs-notices-tenders); }

.title-on-top-full.notices,
.title-on-line.notices > span {              background-color: var(--color-jobs-notices-tenders); }

/*
fonts available

Merriweather: 400,700
Open+Sans: 400,600,800

*/

a {
  color: inherit;
}
/* Resets */

*, 
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body{
  font-size: 62.5%;
  font-family: var(--font-sans);
  font-weight: 400;
  list-style-type: none;
  line-height: 1.25;
}
img {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  font-weight: 400;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: 100%;
}

.content, .excerpt, .footer {
  font-family: var(--font-serif);
}
/* Containers */

.wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  text-align: left;
}

.archive .wrapper-bottom {
  padding-bottom: 60px;
}

.archive .title-on-top-full .wrapper {
  padding-bottom: 0;
  text-align: center;
}


.wo { 
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .wo { 
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .wo { 
    padding-left: 15px;
    padding-right: 15px;
  }
}


.layer2023 {
  padding-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .layer2023 {
    padding-bottom: 30px;
  }
}




/* Grid */


/* .grid {
  display: flex;
  margin: 0 -20px;
} */

.column {
  display: inline-block;
  /* padding: 0 20px; */
}

/* .column-1of2 {
  width: 50%;
} */

/* .column-1of4 {
  width: 25%;
} */

.row {
  display: flex;
  padding-bottom: 20px;
}


/* Default Content */
/* byline */
.byline,
.post .byline {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
  display: block;
  font-family: "open sans";

  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;


  font-weighT: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
  line-height: 1.25 !important;
}
.byline .comments-count,
.post .byline .comments-count {
  font-size: 144%;
}
.byline .category,
.layer2023-trending .category {
  font-size: 190%;
  font-weighT: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.byline .category:hover,
.layer2023-trending .category:hover {
  text-decoration: underline;
}

.more-link {
  text-decoration-line: underline;
}
.more-link:hover {
  text-decoration: none;
}

.headline a:hover {
  text-decoration: underline;
}

.comments-count {
  margin-left: 10px;
 float: right;
 text-decoration: none;
 font-weight: 600;
 text-decoration: none !important;

 font-family: "open sans";
 font-size: 144%;
 font-weight: 600;
 text-transform: uppercase;
 margin-bottom: 5px !important;
}
.comments-count:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 3px;

  line-height: 1.1em;
  font-size: 90%;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;

  background-image: url('img/comment-alt-solid.svg');
  background-size: 15px 15px;
  background-position: top left;
  background-repeat: no-repeat;

  width: 15px;
  height: 15px;
  vertical-align: middle;

  margin-top: -3px;
  
}
.comments-count.view-count:after {
  background-image: url('img/comment-read.svg');
  
}
a.comments-count {
  color: black;
  
}

a.comments-count.none {
  color: transparent;
}
.comments-count.none:after {
  opacity: 0.3;

  
}

.comments-count {
  opacity: 0.6;
}
.comments-count:hover,
.comments-count.none:after {
  opacity: 1;
}
a.comments-count:hover {
  text-decoration: underline !important;
}
.comments-label {
 displaY: none;
}
.feed .post .post .byline,
.single .post .post .byline {
   font-family: "open sans";
   font-size: 144%;
   font-weight: 600;
   text-transform: uppercase;
   margin-top: 15px;
   margin-bottom: 5px !important;
}
.feed .post.photo {
  padding: 15px 15px;
  margin: 15px 0;
}
.single-post .post .time {
  font-size: 190%;
  padding-left: 5px;
}


.post .time {
  display: inline-block;
}


.headline, h2, h3 {
  font-size: 230%;
}

/* topBar */

.topBar {
  background: #EFEFEF;
}

.topBar .wrapper .ad-aligncenter {
  margin: 0;
}

.topBar .wrapper .ad-aligncenter .ad-row a img {
  max-width: 100%;
  height: auto;
}


/* tiel on line  */
.title-on-line {
  border-top: solid #6E6E6E 2px;
  font-family: var(--font-serif);
  font-weight: 700;
  position: relative;
}
.title-on-line a {
  position: absolute;
  top: 6px;
  right: 0;
}
.title-on-line > span {
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 40px;

  background-color: var(--color-default);

  font-weight: 600;
  font-size: 180%;

  padding: 0 10px;
  margin-bottom: 30px;
}

.title-on-line.advertisement > span {
  font-size: 140%;
  height: 26px;
  line-height: 26px;
  background: #EFEFEF;
  color: #6B6B6B;
  /* identical to box height */
}

.title-on-line.hot-topic-trending > span { 
  background-color: var(--color-hot-topic-trending);
  color: black;
}

.title {
  /* color: var(--color-default); */
  font-weight: bold;
}


/* Layer Content */

/* .topBar {

}


/* Ads Layer */

.layer2023-ads .ad-row,
.layer2023-ads.two .ad-row,
.layer2023-ads.three .ad-row {
  display: flex;
  justify-content: space-between !important;
}

.layer2023-ads.three .ad-row > div {
  width: 31.08333333333333%;
  text-align: center;
}
.layer2023-ads.two  .ad-row  > div {
  width: 48%;
  text-align: center;
}
.layer2023-ads.one  .ad-row  > div {
  width: 100%;
  text-align: center;
}

.layer2023-ads .ad-row div,
.layer2023-ads .ad-alignnone .ad-row div {
  display: block !important;
  margin: 0 !important;
  margin-right: 0 !important;
}
.layer2023-ads a img {
  width: 100%;
}
.wrapper .ad-aligncenter {
  margin: 20px 0;
}
.wrapper .ad-aligncenter .ad-row a img {
  max-width: 373px;
}
.ad-aligncenter .ad-row, .ad-alignleft .ad-row, .ad-alignnone .ad-row, .ad-alignright .ad-row {
  flex-wrap: nowrap;
}

.post .wp-caption .adsanity-inner img,
.post .wp-caption.alignright .adsanity-inner img {
  float: none !important;
  width: 100% !important;
}


@media screen and (max-width: 1024px) {
  .layer2023-ads.three .ad-row > div {
      width: 48.33333333333333%;
      text-align: center;
  }
  .layer2023-ads.three .ad-row > div:nth-child(3) {
      display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .ad-aligncenter .ad-row, .ad-alignleft .ad-row, .ad-alignnone .ad-row, .ad-alignright .ad-row {
    flex-wrap: wrap;
  }
  .layer2023-ads.three .ad-row > div,
  .layer2023-ads.two .ad-row > div {
      width: 100%;
      text-align: center;
  }
  .layer2023-ads.three .ad-row > div:nth-child(2),
  .layer2023-ads.two .ad-row > div:nth-child(2) {
      display: none !important;
  }

}



/*Front Cover */

/* .layer2023-front-cover {
  
} */
.layer2023-front-cover img {
  max-width: 100%;
  height: auto;
}
.layer2023-front-cover .wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 40px;
}
.layer2023-front-cover .post.first {
  grid-template-columns: repeat(16, 1fr);
  grid-column-start: 1;
  grid-column-end: 9;
  displaY: grid;
  grid-auto-flow: dense;
  gap: 0 20px;
}
.layer2023-front-cover .post.first .byline {
  margin-bottom: 17px;
}
.layer2023-front-cover .post.first > .text {
  grid-column-start: 1;
  grid-column-end: 6;
}
.layer2023-front-cover .post.first > a {
  grid-column-start: 6;
  grid-column-end: 17;
}
.layer2023-front-cover .post.first > .text .headline {
  font-size: 260%;
}
.layer2023-front-cover .post.first > .text .subhead{
  font-family: 'Open Sans';
  font-size: 180%;
  line-height: 1.39;
}

.layer2023-front-cover .more-updates {
  grid-column-start: 9;
  grid-column-end: 13;
  position: relative;
  
}
.layer2023-front-cover .more-updates:after,
.layer2023-hot-topic .more-updates:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 1px solid #CFCFCF;
}
.layer2023-front-cover .more-updates .post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-auto-flow: dense;
  border-top: 1px solid #CFCFCF;
  padding: 20px 0;

}
.layer2023-front-cover .more-updates .post:first-child {

  border-top: none;
  padding-top: 0;

}
.layer2023-front-cover .more-updates .post:last-child {
  padding-bottom: 0;

}
.layer2023-front-cover .more-updates .post > a {
  grid-column-start: 3;
  grid-column-end: 5;
}
.layer2023-front-cover .more-updates .post .text {
  grid-column-start: 1;
  grid-column-end: 3;
}
.layer2023-front-cover .more-updates .post .text .headline {
  font-size: 180%;
  line-height: 1.39;
  font-weighT: 400;
}
.layer2023-front-cover .time {
  display: none;
}

.layer2023-front-cover--large-title .post.first > .text .headline,
.layer2023-front-cover--half .post.first > .text .headline,
.layer2023-front-cover--title-above .post.first > .text .headline,
.layer2023-front-cover--title-below .post.first > .text .headline,
.layer2023-front-cover--no-image .post.first > .text .headline {
  font-size: 360%;
}

.layer2023-front-cover--large-title .post.first > .text .headline,
.layer2023-front-cover--half .post.first > .text .headline {
  margin-bottom: 10px;
}

.layer2023-front-cover--title-above .post.first > .text .headline,
.layer2023-front-cover--no-image .post.first > .text .headline  {
  margin-bottom: 18px;
}

.layer2023-front-cover--title-below  .post.first > .text .headline {
  margin-top: 30px;
}

.layer2023-front-cover--title-below  .post.first > .text .subhead {
  margin-bottom: 0;
}

.layer2023-front-cover--large-title .post.first > .text .subhead,
.layer2023-front-cover--half .post.first > .text .subhead,
.layer2023-front-cover--no-image .post.first > .text .subhead  {
  font-size: 210%;
}

.layer2023-front-cover--no-image .post.first > .text .subhead {
  margin-bottom: 40px;
}

.layer2023-front-cover--half .post.first {
  grid-template-columns: repeat(16, 1fr);
}

.layer2023-front-cover--half .post.first > a{
  grid-column-start: 9;
  grid-column-end: 17;
}

.layer2023-front-cover--title-below .post.first > a{
  grid-column-start: 1;
  grid-column-end: 6;
}

.layer2023-front-cover--title-below .post.first > a img {
  width: 100%;
}

.layer2023-front-cover--half .post.first > .text{
  grid-column-start: 1;
  grid-column-end: 8;
}

.layer2023-front-cover--title-above  .post.first ,
.layer2023-front-cover--title-below  .post.first,
.layer2023-front-cover--no-image  .post.first {
  display: block;
}

.layer2023-front-cover--no-image  .post.first .excerpt,
.layer2023-front-cover--half  .post.first .excerpt {
  display: block;
  font-size: 18px;
  margin-top: 18px;
  font-family:  var(--font-serif);
}

.layer2023-front-cover--no-image .read-more{
  color: var(--color-default);
  font-size: 182%;
  font-family: var(--font-serif);
  font-weight: bold;
}

/* .layer2023-regions {
  
} */

.layer2023-regions img {
  max-width: 100%;
  margin-bottom: 15px;
  
}

.layer2023-regions .column {
  position: relative;
}
.layer2023-regions .column:after {
  content: "";
  displaY: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: -20px;
  border-right: solid 1px #CFCFCF;
}
.layer2023-regions .column:first-child:after {
  displaY: none;
}



.layer2023-regions .row {
  padding: 15px 0;
  border-bottom: solid 1px #CFCFCF;
  display: block;
}

.layer2023-regions .row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.layer2023-regions .column:last-of-type {
  border-right: none;
}
.layer2023-regions .grid {
  gap: 40px;
  display: grid;
  
}

.layer2023-regions .grid-of-3 { grid-template-columns: repeat(3,1fr); }
.layer2023-regions .grid-of-4 { grid-template-columns: repeat(4,1fr); }
.layer2023-regions .grid-of-5 { grid-template-columns: repeat(5,1fr); }

@media screen and (max-width: 1000px) {
  .layer2023-regions .grid-of-4,
  .layer2023-regions .grid-of-5 {
    gap: 30px 30px;
  }

  .layer2023-regions .grid-of-4 {
    grid-template-columns: repeat(2,1fr);
  }

  .layer2023-regions .grid-of-5 {
    grid-template-columns: repeat(3,1fr);
  }

  .layer2023-regions .grid-of-5 .column:after,
  .layer2023-regions .grid-of-4 .column:after {
    left: -15px;
  }

  .layer2023-regions .grid-of-4 .column:nth-child(3):after {
    displaY: none;
  }
  
}
@media screen and (max-width: 600px) {
  .layer2023-regions .grid {
    grid-template-columns: 1fr;
    gap: 30px 30px;
  }
  .layer2023-regions .column:after {
    displaY: none;
  }
  .layer2023-regions .regions-title {
    font-size: 230%;
  }
  .layer2023-regions .headline {
    font-size: 160%;
  }
  .layer2023-regions img {
    padding-bottom: 0;
  }


}
.regions-title {
  font-size: 300%;
  font-family: var(--font-serif);
  padding-bottom: 20px;
}

/* Layer Hot Topic */

.layer2023-hot-topic.style2 {
  padding-bottom: 0;

}
.layer2023-hot-topic.style2 .wrapper {
  background: radial-gradient(50% 98.06% at 50% 50%, #FFFFFF 0%, #F8F8F8 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  mix-blend-mode: normal;

  padding-bottom: 35px;

}
.layer2023-hot-topic.style2 .more-updates {
  padding-right: 18px;
}
.layer2023-hot-topic > .wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 40px;
}
  .layer2023-hot-topic .title-on-line {
    grid-column-start: 1;
    grid-column-end: 13;
  }
  .layer2023-hot-topic img {
    max-width: 100%;
    height: auto;
  }
  .layer2023-hot-topic .post.first {
    grid-column-start: 1;
    grid-column-end: 9;
    displaY: grid;
    grid-auto-flow: dense;
    gap: 0 40px;
  }
    .layer2023-hot-topic .post.first > a {
      grid-column-start: 4;
      grid-column-end: 9;
    }
    .layer2023-hot-topic .post.first > .text {
      grid-column-start: 1;
      grid-column-end: 4;
    }
    .layer2023-hot-topic .post.first > .text .headline {
      font-size: 230%;
      line-height: 1.25;
      padding-bottom: 10px;
    }
    .layer2023-hot-topic .post.first > .text .subhead{
      font-size: 160%;
      line-height: 1.375;
      padding-bottom: 10px;
    }
  .layer2023-hot-topic .more-updates {
    grid-column-start: 9;
    grid-column-end: 13;
    position: relative;
  }
    .layer2023-hot-topic .more-updates .post {

      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;  
      grid-auto-flow: dense;
      margin-bottom: 15px;
    }
    .layer2023-hot-topic .more-updates .post img {
      height: 100%;
      object-fit: cover;
      max-height: 61px;
    }
    .layer2023-hot-topic .more-updates .post > a {
      grid-column-start: 1;
      grid-column-end: 2;
    }
    .layer2023-hot-topic .more-updates .post .text {
      grid-column-start: 2;
      grid-column-end: 5;

      border-top: 1px solid #CFCFCF;
      padding-top: 10px;
    }
    .layer2023-hot-topic .more-updates .post .headline {
      font-size: 160%;
    }
    .layer2023-hot-topic .more-updates .post h3 {
      margin: 0;
      padding: 0;
    }
  .layer2023-hot-topic .byline .comments {
    float: right;
    margin-left: 10px;
  }
  .layer2023-hot-topic .byline .comments-label {
    display: none;
  }
  .layer2023-hot-topic .more-updates .headline {
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }
  .more-link.hot-topic-trending {
    color: black;
  }
  .layer2023-hot-topic .more-link {
    font-size: 240%;

    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 180%;

    display: flex;
    align-items: flex-end;
    margin-top: 25px;

  }


.layer2023-trending .title-on-line > span {
  background-color: var(--color-hot-topic-trending);
  color: black;
}
.layer2023-trending .text {
text-align: left;
}

.layer2023-in-photos,
.layer2023-trending,
.layer2023-jobs-notices-tenders,
.layer2023-in-photos + .layer2023-ads {
  border-top: solid #000000 1px;
}

.layer2023-in-photos .title-on-line,
.layer2023-trending .title-on-line,
.layer2023-jobs-notices-tenders .title-on-line,
.layer2023-in-photos + .layer2023-ads .title-on-line{
  border-top: none;
}

.layer2023-in-photos {
  background-color: #ECECEC;
  font-family: var(--font-serif);
  padding-bottom: 50px;
}

.layer2023-in-photos .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.layer2023-in-photos h2 {
  padding-bottom: 20px;
  font-size: 240%;
}

.layer2023-in-photos img {
  max-width: 100%;
  padding-bottom: 20px;
}

.layer2023-in-photos .column {
  border-right: solid 1px #CFCFCF;
  padding-right: 20px;
}

.layer2023-in-photos .column:last-of-type {
  border-right: none;
  padding-right: 0;
}

.layer2023-in-photos .row img {
  width: 65%;
  padding-bottom: 0;
}

.layer2023-in-photos .row .in-photos-caption {
  padding-left: 20px;
  font-size: 160%;
  line-height: 1.25;
  margin-top: 0;
}

.layer2023-in-photos .row {
  border-bottom: solid 1px #CFCFCF;
  padding-bottom: 0;
}

.layer2023-in-photos .row:first-of-type {
  padding-bottom: 20px;
}

.layer2023-in-photos .row:last-of-type {
  border-bottom: none;
  padding-top: 20px;
}


.layer2023-in-photos .more-updates .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.layer2023-in-photos .more-updates .row img {
  width: 100%;
  height: auto;
}

.layer2023-in-photos .more-updates .row a {
  grid-column-start: 1;
  grid-column-end: 5;
}

.layer2023-in-photos .more-updates .row .in-photos-caption {
  grid-column-start: 5;
  grid-column-end: 7;
  padding-left: 20px;
}

/* .in-photos-caption-bottom - styles if we decide to place the remaining caption text beneath the image */

/* .layer2023-in-photos .more-updates .row p.in-photos-caption {
  margin-bottom: 0;
}

.layer2023-in-photos .more-updates .row p.in-photos-caption:last-child {
  margin-bottom: 20px;
}

.layer2023-in-photos .more-updates .row .in-photos-caption-bottom {
  grid-column-start: 1;
  margin-top: 0;
} */

/* end .in-photos-caption-bottom */

.layer2023-in-photos .more-link {
  padding-top: 25px;
  display: block;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 180%;
  color: var(--color-default);
}

@media screen and (max-width: 1000px) {
    .layer2023-in-photos {
      padding-bottom: 40px;
    }   
}

.in-photos-caption {
  font-size: 160%;
}

/* Layer Trending */
.layer2023-trending .grid{
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.layer2023-trending .row {
  align-items: flex-start;
  gap: 20px;
 }
.layer2023-trending .row img {
  width: 100px;
  height: 100%;
  max-width: none;
}
.layer2023-trending h2 {
  padding-bottom: 30px;
  font-size: 240%;
}
.layer2023-trending .row:last-child {
  padding-bottom: 0;
}
.layer2023-trending h3:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 5px;

  line-height: 1.1em;
  font-size: 100%;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;

  background-image: url('img/comment-alt-solid.svg');
  background-size: 24px 24px;
  background-position: top left;
  background-repeat: no-repeat;

  width: 24px;
  height: 24px;
  vertical-align: middle;


}
.layer2023-trending h3.most-read:before {


  background-image: url('img/comment-read.svg');

}

  

.layer2023-trending h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 230%;

  display: flex;
  align-items: center;
}

.layer2023-trending .text {
  border-top: 1px #CFCFCF solid;
  padding-top: 15px;
  width: 100%;
}
.layer2023-trending .text a {
  text-decoration: none; 
  display: inline-block;
}
.layer2023-trending .text a:hover {
  text-decoration: underline; 
}
.layer2023-trending .text .title {
  padding-bottom: 7px;

}
.layer2023-trending .text .body{
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 200%;
  line-height: 150%;
}

.layer2023-trending .text .body a:hover{
  text-decoration: underline;
}


/* Layer Jobs, Notices, Tenders */
.layer2023-jobs-notices-tenders {
  background: #FAFAFA;
  padding-bottom: 60px;
 }

 .layer2023-jobs-notices-tenders a:hover {
  text-decoration: underline;
 }

 .layer2023-jobs-notices-tenders .languages a:hover {
  text-decoration: none;
 }

.layer2023-jobs-notices-tenders .grid {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.layer2023-jobs-notices-tenders .row {
  flex-direction: column;
  padding-bottom: 35px;
}
.layer2023-jobs-notices-tenders .row:last-child {

  padding-bottom: 0;
}
.layer2023-jobs-notices-tenders .row .title {
  text-transform: uppercase;
}
.layer2023-jobs-notices-tenders .title-on-line {
  border-top: 0;
}

.layer2023-jobs-notices-tenders .title-on-line > span {
  background-color: var(--color-jobs-notices-tenders);
  color: #FFFFFF;
}

.layer2023-jobs-notices-tenders .title,
.layer2023-jobs-notices-tenders .body,
.layer2023-jobs-notices-tenders .languages a {
  line-height: 1.2;
}

.layer2023-jobs-notices-tenders .title {
  color: #000000;
  padding-bottom: 2px;
  font-size: 155%;
  font-family: var(--font-sans);
  font-weight: 800;

}

.layer2023-jobs-notices-tenders .body {
  color: #000000;
  padding-bottom: 12px;
  font-size: 150%;

}

.layer2023-jobs-notices-tenders .languages a {
  color: #000000;
  padding: 7px 0;
  margin-right: 3px;
  text-decoration: underline;
  
  font-size: 125%;
  letter-spacing: 0.01em;
  font-weight: 800;
  text-transform: uppercase;

  /* recommended */
  background: #eee;
  padding: 3px 7px;
  padding-left: 7px;
  border-radius: 5px;
  text-decoration: none;

}
.layer2023-jobs-notices-tenders .languages a:hover {

  /* recommended */
  background: #ddd;

}

/* .layer2023-jobs-notices-tenders .languages li:first-of-type a {
  padding-left: 0;
} */
.layer2023-jobs-notices-tenders li {
  display: inline;
}
.ad-space img,
.post img,
.row img {
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .layer2023-jobs-notices-tenders {
    padding-bottom: 40px;
  }
}




@media only screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topBar .wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  /* .grid {
    margin: 0;
    flex-flow: row wrap;
  } */
  /* .column-1of2 {
    width: 100%;
  } */
  .layer2023-front-cover .post.first,
  .layer2023-hot-topic .post.first,
  .layer2023-in-photos .more-updates .row,
  .layer2023-trending .grid,
  .layer2023-jobs-notices-tenders .grid,
  .layer2023-in-photos .grid {
    display: block;
  }
  .layer2023-hot-topic .post.first > .text .headline {
    padding-top: 10px;
  }
  .layer2023-trending h3.most-read,
  .layer2023-jobs-notices-tenders .column.notices-tenders {
    padding-top: 50px;
  }

  .layer2023-in-photos .column.more-updates {
    padding-top: 18px;
  }
  .layer2023-in-photos .more-updates .row .in-photos-caption {
    padding-left: 0;
  }
  .layer2023-in-photos .column {
    border-right: none;
    padding: 0;
  }
  .layer2023-in-photos .row:last-of-type {
    padding-top: 0;
  }
  .layer2023-in-photos .more-updates .row img {
    padding-top: 30px;
  }
  .layer2023-in-photos .more-updates .row .in-photos-caption {
    padding-top: 18px;
    padding-left: 0;
  }

  .layer2023-trending .text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  /* .column-1of4 {
    width: 50%;
  } */
  .layer2023-front-cover .wrapper,
  .layer2023-front-cover .post.first,
  .layer2023-front-cover .more-updates,
  .layer2023-hot-topic .wrapper,
  .layer2023-hot-topic .post.first,
  .layer2023-hot-topic .more-updates {
    display: block;
  }
  .layer2023-hot-topic.style2 .post.first .text,
  .layer2023-hot-topic .post.first > .text {
    padding-top: 18px;
    padding-left: 0;
  }

  .layer2023-front-cover .post.first {
    padding-bottom: 30px;
  }
  .layer2023-front-cover .wrapper .post.first .byline {
    margin-top: 17px;
  }
  .layer2023-front-cover .more-updates .post:first-child {
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
  }
  .layer2023-front-cover .more-updates:after,
  .layer2023-hot-topic .more-updates:after {
    display: none;
  }
  .layer2023-regions .column {
    padding-bottom: 0;
    border-right: none;
  }
  .layer2023-trending .column { 
    padding: 0;
  }
  .layer2023-regions img {
    width: 100%;
  }
  .archive .wrapper {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) { 
  .grid {
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
  .single-post .post .time {
    display: block;
    padding-left: 0;
  }
  .layer2023-jobs-notices-tenders .languages a {
    /* fix collapse */
    display: inline-block;
    /* add space below items */
    margin-bottom: 5px;
  }
  .layer2023-jobs-notices-tenders .row {
    /* reduce from 25px to compensate */
    padding-bottom: 30px;
  }
}




/* Subscribe Form Custom CSS (found this is site-footer.php */
/* #newsletters-1-form {
}

#newsletters-1-form .control-label {
}

#newsletters-1-form .has-error .control-label, #newsletters-1-form .has-error .form-control, #newsletters-1-form .has-error .alert, #newsletters-1-form .has-error .help-block {
} */

#newsletters-1-form .form-control {
    background-color: #ffffff;
    color: #555555;
    border-radius: 4px;
    padding: 6px;
    box-sizing: border-box;
    max-width: 100%;
}

/* #newsletters-1-form .help-block {
} */

#newsletters-1-form .btn {
    border-width: 1px;
    border-radius: 4px;
}

#newsletters-1-form .btn-primary {
    background-color: var(--color-default);
}

#newsletters-1-form .btn-primary.active, 
#newsletters-1-form .btn-primary.focus, 
#newsletters-1-form .btn-primary:active, 
#newsletters-1-form .btn-primary:focus, 
#newsletters-1-form .btn-primary:hover {
    background-color: var(--color-default);
}

#newsletters-1-form i.newsletters-loading-icon {
    color: #ffffff !important;
}

#newsletters-1-form .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border-radius: 4px;
}

#newsletters-1-form .select2-container .select2-selection--single .select2-selection__rendered {
    color: #555555;
}
/* End - Subscribe Form Custom CSS */


#footer .right > p {
  font-family: var(--font-serif);
  font-size: 200%;
  padding-bottom: 15px;
  line-height: 1.25;
}



.sType .search-results {
  list-style-type: none;
  padding-left: 0;
}
.sType .search-results li {
  font-size: 100% !important;
  padding-top: 10px;
  border-top: 1px solid #CFCFCF;
  margin-top: 10px;
}
.sType .search-results li a {
  font-size: 180%;
  font-family: var(--font-serif);
  line-height: 1.39;
  font-weighT: 600;
}
.sType .search-results li p {
font-family: 'Open Sans';
font-size: 160%;
line-height: 1.39;
margin-bottom: 0;
padding-bottom: 0;
margin-top: 7px;
line-height: 1.5;
}
.sType .search-results li .time {

  font-family: var(--font-sans);
  font-size: 144%;
  font-weight: 600;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.search h1 {
  margin-bottom: 30px;
}
.search em {
  font-style: normal;
  background: #E9FCFF;
  border-radius: 3px;
  outline: 1px solid #C4E6EB;
  padding: 2px 2px;
}

.simpay-embedded-heading {
  display: none;
}