/*-----------------------------------------------------------------------------------

    Theme Name: Healthcare Base
    Description: New theme for special sites in the network
    Author: Healthcare Media
    Version: 1.01



---------------------------------------------------------------------------------- */

* {
  -webkit-boxgrid-sizing: border-box;
  -moz-boxgrid-sizing: border-box;
  box-sizing: border-box;
}


@font-face {
  font-family: "Avenir Next";
  font-display: swap;
  src: local("AvenirNext-DemiBold"), url("./cssfiles/fonts/AvenirNext-DemiBold.otf") format("opentype"), /* Open Type Font */
  url("./cssfiles/fonts/AvenirNext-DemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
  url("./cssfiles/fonts/AvenirNext-DemiBold.woff") format("woff"), /* Modern Browsers */
  url("./cssfiles/fonts/AvenirNext-DemiBold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  font-display: swap;
  src: local("Avenir-Book"), url("./cssfiles/fonts/AvenirNext-Regular.otf") format("opentype"), /* Open Type Font */
  url("/wp-content/themes/healthcare-new/cssfiles/fonts/AvenirNext-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
  url("/wp-content/themes/healthcare-new/cssfiles/fonts/AvenirNext-Regular.woff") format("woff"), /* Modern Browsers */
  url("/wp-content/themes/healthcare-new/cssfiles/fonts/AvenirNext-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: system;
  src: local(".SFNSText"), local(".HelveticaNeueDeskInterface"), local(".LucidaGrandeUI"), local("Ubuntu"), local("Segoe UI"), local("Roboto"), local("DroidSans"), local("Tahoma");
}

.wp-video {
  margin-bottom: 20px;
}

/* clerafix----------------------------------------------------------- */

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.group {
  clear: both;
}

* html .group {
  height: 1%;
}

.group {
  display: block;
}

/* Grid */

[class*="boxgrid-"] {
  display: block;
  width: 100%;
}

[class*="boxgrid-"] img {
  max-width: 100%;
  height: auto;
}

.boxgrid-100 {
  width: 100%;
}

.boxgrid-90 {
  width: 90%;
}

.boxgrid-80 {
  width: 80%;
}

.boxgrid-75 {
  width: 75%;
}

.boxgrid-70 {
  width: 70%;
}

.boxgrid-66 {
  width: 66.6666666666666665%;
}

.boxgrid-65 {
  width: 65%;
}

.boxgrid-60 {
  width: 60%;
}

.boxgrid-50 {
  width: 50%;
}

.boxgrid-45 {
  width: 45%;
}

.boxgrid-40 {
  width: 40%;
}

.boxgrid-35 {
  width: 35%;
}

.boxgrid-33 {
  width: 33.3333333333333332%;
}

.boxgrid-30 {
  width: 30%;
}

.boxgrid-25 {
  width: 25%;
}

.boxgrid-20 {
  width: 20%;
}

.boxgrid-10 {
  width: 10%;
}

@media only screen and (max-width: 700px) {
  .boxgrid-100-mobile {
    width: 100%;
  }
}

/* Typography 
* hmtl { font-size: 100%; }
* body { font-size: 16px; font-size: 1rem; line-height: 1; }
* 4px    	0.25rem
* 8px		0.5rem
* 12px		0.75rem
* 14px		0.875rem
* 16px		1rem
* 18px		1.125rem
* 20px		1.25rem
* 22px		1.375rem
* 24px		1.5rem
* 32px		2rem
* 36px		2.25rem
* 48px		3rem
* 64px		4rem
* 72px		4.5rem
*/

html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  height: 100%;
  background-color: #f3f4f9;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-size-adjust: 0.5;
}

img {
  text-decoration: none;
  border: 0px;
}

strong {
  font-weight: 700;
}

a {
  color: #1290de;
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.5;
  font-weight: 400;
  margin: 0.5% 0 2% 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
  display: none;
}

h1 {
  font-size: 2.8125rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.45rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

@media only screen and (max-width: 700px) {
  h2 {
    font-size: 1.5rem;
    position: relative;
    margin: 0;
    padding-top: 10px;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1.1rem;
  } .page-template {
    margin-top: 60px;
  } .focus-theme {
    margin-top: 30px;
  }
}

b {
  font-weight: 700;
}

blockquote {
  margin: 16px 0;
  padding: 3% 5%;
  background-color: transparent;
  border-left: 3px solid var(--main-color);
  clear: both;
}

blockquote p {
  font-weight: 600;
  font-style: normal;
  color: var(--main-color) !important;
  margin: 0;
  font-size: 30px;
}

hr {
  color: #f0f1f8;
  background-color: #f0f1f8;
  height: 2px;
  border: 0;
}

ul {
  color: inherit;
}

.hidden {
  display: none !important;
}

.line {
  border-top: 1px solid #e9e9e9;
  clear: both;
}

.image-holder img {
  max-width: 100%;
}

/* wp-core */

.wp-caption {
  max-width: 100%;
}

.blogpost-image {
  color: #222;
  text-decoration: none;
  clear: both;
}

.alignnone {
  margin: 5px 0px 20px 0;
}

.alignright {
  float: right;
  margin: 2% 0 2% 2%;
}

.alignleft {
  float: left;
  margin: 2% 2% 2% 0;
}

.article .alignright {
  float: right;
  margin: 6px 0 15px 15px;
}

.article .alignnone {
  margin: 6px 0px 15px 0;
}

.article .alignleft {
  float: left;
  margin: 6px 15px 15px 0;
}

@media only screen and (max-width: 700px) {
  .alignnone, .alignright, .alignleft, .article .alignright, .article .alignleft, .article .alignnone {
    float: none;
    display: block;
    margin: 15px 0;
  }
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */

/* 1 */

.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1px;
}

.wp-caption p .wp-caption-text:empty {
  display: none;
}

.blogpost-image .wp-caption {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.blogpost-image .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 0;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

/*******************************************************************
Arrows
*******************************************************************/

/* Arrow right */

.arrow-right {
  position: relative;
}

/*.arrow-right:after {
  content: "";
  height: 100%;
  position: absolute;
  left: calc(100% - 31px);
  top: 0;
  width: 21px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("cssfiles/images/icons/arrow_right.svg");
}
*/

.arrow-right:hover:after {
  animation: arrowright 0.2s forwards;
}

@keyframes arrowright {
  100% {
    transform: translate(2px, 0);
  }
}

/* In menu */

.arrow-right-in-menu a {
  position: relative;
}

/*.arrow-right-in-menu a:after {
  content: "";
  height: 100%;
  position: absolute;
  left: calc(100% - 31px);
  top: 0;
  width: 21px;
  opacity: 0.8;
  background-color: var(--main-color);

  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(cssfiles/images/icons/arrow_right.svg);

  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(cssfiles/images/icons/arrow_right.svg);
}
*/

@media only screen and (max-width: 700px) {
  .arrow-right-in-menu a:after {
    left: 0px;
    width: 8px;
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='13px' viewBox='0 0 8 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Artboard' transform='translate(-1218.000000, -1127.000000)' stroke='%2322A2F1'  stroke-width='2'%3E%3Cpolyline id='Path-Copy' transform='translate(1219.374852, 1133.448718) rotate(45.000000) translate(-1219.374852, -1133.448718) ' points='1215.64678 1129.72065 1223.10292 1129.72065 1223.10292 1137.17679'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='13px' viewBox='0 0 8 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Artboard' transform='translate(-1218.000000, -1127.000000)' stroke='%2322A2F1'  stroke-width='2'%3E%3Cpolyline id='Path-Copy' transform='translate(1219.374852, 1133.448718) rotate(45.000000) translate(-1219.374852, -1133.448718) ' points='1215.64678 1129.72065 1223.10292 1129.72065 1223.10292 1137.17679'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.arrow-right-in-menu a:hover:after {
  animation: arrowrightinmenu 0.2s forwards;
}

.old-sidebar .arrow-right-in-menu a:after {
  left: calc(100% - 25px);
  display: none;
}

@keyframes arrowrightinmenu {
  100% {
    transform: translate(3px, 0);
  }
}

.arrow-medium a:after {
  background-size: 90%;
}

/* Inline */

.arrow-right-in-menu.inline a:after {
  content: "";
  top: 4px;
  width: 21px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: static;
  height: 21px;
  margin-left: 17px;
  margin-top: 0px;
  position: relative;
  left: 0;
  background-size: 90%;
}

@media only screen and (max-width: 700px) {
  .arrow-right-in-menu.inline a:after {
    background-size: 67%;
    position: absolute;
    height: 17px;
    width: 8px;
    top: 6px;
    margin-left: 0px;
  }
  .arrow-right-in-menu a:hover:after {
    animation: none;
  }
}

/*******************************************************************
Section General
*******************************************************************/

.section {
  width: 100%;
}

.section-inner {
  max-width: 1300px;
  /* !!: this sets the width of the whole site... */
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}

body.home.premium .section-inner {
  max-width: 1390px;
}

.section-h2 {
  font-size: 19px;
  color: #6d6d75;
  line-height: 3rem;
  margin: 0;
  font-weight: 300;
  padding: 8px 0 7px;
}

.section-h2 a {
  color: inherit;
  text-decoration: none;
}

.section-h2 a:hover {
  text-decoration: underline;
}

.section-text p {
  font-size: 1.125rem;
  margin: 5px 0 20px 0;
  line-height: 1.8375rem;
}

.read-more-button {
  background-color: var(--main-color-lighter);
  display: inline-block;
  display: inline-flex;
  padding: 12px 19px 12px 19px;
  border-radius: 40px;
  color: var(--main-color);
  line-height: 1;
  flex-wrap: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
}

.read-more-button.right {
  float: right;
}

.read-more-button.no-background {
  padding-left: 0;
  background-color: transparent;
}

@media only screen and (max-width: 700px) {
  .section-inner {
    padding: 0;
  }
  .section-h2 {
    font-size: 15px;
    color: #484848;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    padding: 10px 15px 5px;
    margin-bottom: 5px;
    border-top: 1px solid #e5e5e5;
    height:30px;
  }
  .read-more-button {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .read-more-button.right {
    float: none;
  }
}

/********************************************************************
Header
********************************************************************/

.header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}

.header .section-inner {
  display: flex;
  align-items: center;
}

.header-top {
  width: 100%;
  display: flex;
  border-top: 1px solid #e5e5e5;
}

.new-logo-link {
  text-decoration: none;
}

h2.new-logo-text {
  font-size: 2.2rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2b4f69;
  padding-top: 0;
  line-height: 1;
  color: #6c87ad;
}

.logo-wrap {
  width: 35%;
}

.search-and-menu {
  width: 65%;
  display: flex;
}

.logo-link {
  display: flex;
}

.logo-holder {
  line-height: 0;
}

.logo {
  width: auto;
  height: 50px;
}

.section.section-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0.015;
  height: 6px;
  background: #000;
  z-index: -1;
}

@media only screen and (max-width: 700px) {
  .header {
    height: 60px;
    padding: 0 15px;
    position: fixed;
    top: 0;
    z-index: 50;
  }

  .page-template-default, .single-nyhetsinlagg, .post-type-archive, .category-artiklar, .category-fakta {
    margin-top: 60px; /* fixed menu */
  }
  .logo-wrap {
    width: 70%;
    display: flex;
    align-items: center;
  }

  .logo {
    width: auto;
    height: 36px;
    max-width: 100%;
  }
  h2.new-logo-text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 700px) {
  .search-and-menu {
    width: 30%;
  }

}

/********************************************************************
Header Menu
********************************************************************/

.section-menu {
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}

.header-menu-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.header-menu ul {
  padding: 0;
  margin: 0;
  display: block;
  padding-left: 7px;
  width: 100%;
}

.header-menu ul li {
  float: left;
  list-style: none;
  display: block;
  position: relative;
}

.header-menu ul li a {
  padding: 12px 18px;
  font-size: 15.7px;
  display: block;
  color: #3e4c58;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: none;
}

.header-menu ul li a:hover {
  background-color: #fafafa;
}

.header-menu ul li .sub-menu {
  position: absolute;
  display: none;
  min-width: 300px;
  background-color: #fff;
  border-radius: 0px;
  margin-top: 0px;
  z-index: 100;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.13), 0 10px 10px rgba(0, 0, 0, 0.07);
  padding: 5px 0;
}

.header-menu ul li .sub-menu li {
  width: 100%;
}

.header-menu ul li .sub-menu li a {
  padding: 10px 20px;
}

.header-menu ul li:hover>.sub-menu {
  display: block;
}

.header-menu ul li.current_page_item:after {
  position: absolute;
  width: 60%;
  margin: 0 20%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--main-color);
  content: "";
}

.header-menu ul.sub-menu li.current_page_item:after {
  height: 0;
}

@media only screen and (max-width: 700px) {
  .header-menu {
    display: none;
  }
}

/*********************************************************************
Card
*********************************************************************/

.card-link {
  text-decoration: none;
  color: inherit;
}

.card {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  overflow: hidden;
  width: auto;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.card-large {
  width: auto;
  padding-bottom: 18px;
}

.card-large ul {
  margin: 10px 0;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
}

.card-large ul li::before {
  content: "\2022";
  color: var(--main-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.card h2 {
  padding: 12px 13px 5px;
  font-size: 20px;
}

.card h2:hover {
  text-decoration: underline;
}

.card p {
  padding: 0 13px 13px;
  margin: 0;
  font-size: 16px;
}

.card-large h2 {
  padding: 15px 18px 10px;
  font-size: 38px;
}

.card-large h2:hover {
  text-decoration: underline;
}

.card-large p {
  padding: 0 18px 0;
  margin: 0;
  line-height: 1.7;
  font-size: 18px;
}

.cardimageholder {
  padding-bottom: 50%;
  width: 100%;
  height: 0;
  position: relative;
}

.cardimageholderinner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fafafa;
}

.cardimage {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.card-short-text {
  display: none;
}

.cardcontent .card_date {
  display:none;
}

@media only screen and (max-width: 1100px) {
  .card {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .card {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .card {
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 12px;
  }
  .card-large {
    padding: unset;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 12px;
  }
  .card:hover {
    box-shadow: none;
  }
  .card-large h2, .card h2 {
    font-size: 25px;
    color: inherit;
    margin: 0;
    margin: 10px 0 6px;
    line-height: 1.2;
    padding: 0 15px;
  }
  .card-large p, .card p {
    padding: 0 15px;
    line-height: 1.3;
    font-size: 17px;
  }
  .card-long-text {
    display: none;
  }
  .card-short-text {
    display: unset;
  }

  .cardimagecontainer {
    width:30% !important;
    float:left;
    display:block;
    padding:7px;


  } .cardcontent {
    width:67%;
    float:right;
    display:block;

  } .card {
    display:block;
  } .cardcontent h2 {
    font-size: 15px;
    margin: 5px 0 6px 0;
    line-height: 1.2;
    padding: 0 15px 0 0;

  }  .cardcontent p {
    display:none;
 
  } .cardcontent .card_date {
    font-style: italic;
    font-size: 13px;
    display:block;
  } .cardcontent .card_date img {
    max-width: 10px;
    margin: 3px 3px 0px 2px;
    display: block;
    float: left;
  }

}

/*********************************************************************
Featured Cards
*********************************************************************/

.featured-cards .card1 {
  display: block;
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
  height: 660px;
}

.featured-cards .card2, .featured-cards .card3, .featured-cards .card4, .featured-cards .card5 {
  display: block;
  width: 25%;
  float: left;
  height: 320px;
  margin-bottom: 20px;
  width: calc(25% - 20px);
  margin-right: 20px;
}

@supports (display: grid) {
  .featured-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    float: unset;
  }
  .featured-cards .card1 {
    grid-area: 1 / 1 / 3 / 3;
    width: unset;
    height: unset;
    margin: 0;
  }
  .featured-cards .card2 {
    grid-area: 1 / 3 / 2 / 4;
    width: unset;
    height: unset;
    margin: 0;
  }
  .featured-cards .card3 {
    grid-area: 1 / 4 / 2 / 5;
    width: unset;
    height: unset;
    margin: 0;
  }
  .featured-cards .card4 {
    grid-area: 2 / 3 / 3 / 4;
    width: unset;
    height: unset;
    margin: 0;
  }
  .featured-cards .card5 {
    grid-area: 2 / 4 / 3 / 5;
    width: unset;
    height: unset;
    margin: 0;
  }
  @media only screen and (max-width: 1100px) {
    .featured-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
    .featured-cards .card1 {
      grid-area: 1 / 1 / 2 / 3;
    }
    .featured-cards .card2 {
      grid-area: 2 / 1 / 3 / 2;
    }
    .featured-cards .card3 {
      grid-area: 2 / 2 / 3 / 3;
    }
    .featured-cards .card4 {
      grid-area: 3 / 1 / 4 / 2;
    }
    .featured-cards .card5 {
      grid-area: 3 / 2 / 4 / 3;
    }
  }
  @media only screen and (max-width: 700px) {
    .featured-cards {
      display: flex;
      flex-direction: column;
    }
  .card5 .card {
    border-bottom:0;
  }
  }
}

/*********************************************************************
News Cards
*********************************************************************/

.news-cards .card1, .news-cards .card2, .news-cards .card3, .news-cards .card4 {
  display: block;
  width: 25%;
  float: left;
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.news-cards .card1 {
  grid-area: 1 / 1 / 2 / 2;
  width: unset;
}

.news-cards .card2 {
  grid-area: 1 / 2 / 2 / 3;
  width: unset;
}

.news-cards .card3 {
  grid-area: 1 / 3 / 2 / 4;
  width: unset;
}

.news-cards .card4 {
  grid-area: 1 / 4 / 2 / 5;
  width: unset;
}

@media only screen and (max-width: 1100px) {
  .news-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .news-cards .card1, .news-cards .card2, .news-cards .card3, .news-cards .card4 {
    float: none;
  }
  .news-cards .card1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .news-cards .card2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .news-cards .card3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .news-cards .card4 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media only screen and (max-width: 700px) {
  .news-cards {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .header .search {
    width: 50%;
    flex: 0 0 50%;
  }
  .searchField {
    opacity: 0;
  }
  .searching .searchField {
    opacity: 1;
  }
  .searching .logo-wrap {
    display: none;
  }
  .searching .search-and-menu {
    width: 100%;
  }
  .searching .search {
    flex: 1 1 100%;
  }
  .searching .menu-button-holder {
    flex: 0 0 55px;
    
  }
}

/*********************************************************************
Form
**********************************************************************/

.wpcf7 {
  margin-top: 10px;
}

.wpcf7 input {
  border: 0;
  background-color: #eceef3;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  margin-top: 5px;
}

.wpcf7 textarea {
  border: 0;
  background-color: #eceef3;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  margin-top: 5px;
}

input.wpcf7-submit {
  -webkit-appearance: none;
  background-color: #ff5454;
  border: 0;
  color: #fff;
  padding: 20px;
}

.wpcf7 label {
  font-size: 0.95rem;
  margin-bottom: 3px;
  font-weight: 600;
}


.author_image {
  margin-right: 10px;

}

/**********************************************************************
Menu Button
**********************************************************************/

.menu-button-holder {
  width: 50%;
  flex: 1 1 35%;
  display:none;
}

.menu-button {
  float: right;
  -webkit-appearance: none;
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-family: "Avenir Next", "Avenir", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  border: 0;
  border-radius: 50px;
  outline: none;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
}

.big-menu-open .menu-button {
  opacity: 0;
}

.menu-button svg {
  margin-left: 10px;
}

.menu-button:hover, .menu-button:focus {
  background-color: var(--main-color-gray);
}

.menu-button-close {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-family: "Avenir Next", "Avenir", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  border: 0;
  border-radius: 50px;
  outline: none;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: var(--main-color-gray);
  margin-bottom: 10px;
}

.menu-button-close:hover {
  background-color: #f7f7f7;
}

.menu-button-close svg {
  margin-left: 10px;
}

.menu-button-close svg #burger {
  fill: var(--main-color);
}

@media only screen and (max-width: 700px) {
  .menu-button-holder {
    flex: 0 0 50%;
    display: block;
  }
  .menu-button {
    margin-top: 4px;
    padding: 10px;
    font-size: 0.95rem;
    color: #0b0b0d;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
  }
  .menu-button-close {
    padding: 8px 15px;
    font-size: 0.95rem;
    color: #0b0b0d;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--main-color-gray);
  }
  .menu-button-close svg {
    width: 17px;
    height: 10.2px;
  }
  .menu-button-text {
    display: none;
  }
}

/* Big Menu */

.big-menu {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  z-index: 2147483641;
  overflow-y: auto;
  transition: all 0.2s ease-in;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  max-width: 500px;
  box-shadow: 0 15px 35px rgba(5, 22, 70, 0.08), 0 3px 4px rgba(20, 29, 41, 0.08);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.big-menu-open {
  pointer-events: none;
  overflow: hidden;
}

.big-menu-open .big-menu {
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.big-menu-open .big-menu {
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 15px 35px rgba(5, 22, 70, 0.08), 0 3px 4px rgba(20, 29, 41, 0.08);
}

.big-menu-blackbox {
  visibility: hidden;
  transition: all 0.2s;
  opacity: 0;
}

.big-menu-open .big-menu-blackbox {
  pointer-events: all;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 100000;
  background-color: #000000;
}

.big-menu .section-inner {
  padding-top: 24px;
  padding-bottom: 40px;
}

.big-menu ul {
  padding: 0;
  margin: 0;
}

.big-menu ul li {
  list-style: none;
}

.big-menu ul li a {
  padding: 3px 0;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.big-menu ul li a:hover {
  text-decoration: underline;
}

.big-menu ul .headline, .big-menu ul .headline-link a {
  font-size: 1.15rem;
  color: var(--main-color);
  line-height: 1;
  font-family: "Avenir Next", "Avenir", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 32px 0 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.big-menu nav {
  padding-bottom: 200px;
}

.big-menu ul.sub-menu {
  margin-left: 15px;
}

@media only screen and (max-width: 700px) {
  .big-menu ul.sub-menu {
    display: none;
  }
}

.big-menu ul li.menu-item-has-children {
  margin-top: 2px;
}

@media only screen and (max-width: 700px) {
  .big-menu {
    max-width: 96%;
  }
  .big-menu .section-inner {
    padding: 20px;
  }
}

/**********************************************************************
Article
**********************************************************************/

.article-header-featured {
  display: flex;
  justify-content: center;
  padding: 15px 0 0 0;
}

.article-header-featured-mobile {
  display: none;
  margin-left: -20%;
}

.article-header-featured-mobile img {
  max-width: 120%;
  height: auto;
}

.article-header-wrap {
  float: left;
  width: 100%;
}

.article-header {
  /*max-width: 960px; /* HCM-693 */
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}

.article-header-label {
  background-color: var(--main-color-light);
  font-size: 15px;
  display: inline-block;
  padding: 6px 18px 5px 15px;
  margin-bottom: 22px;
  margin-top: 20px;
}

.article-h1 {
  font-size: 2rem;
  color: #212121;
  line-height: 3.375rem;
  margin: 0;
  margin-bottom: 14px;
  padding-right: 20px;
}

.article-lead {
  padding-right: 20px;
}

.article-lead, .article-lead p {
  font-size: 1.5rem;
  line-height: 2.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: "Avenir Next", "Avenir", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
font-weight: bold;
}

.article-lead:empty {
  display: none;
}

.article-content p, .article-content {
  color: #231f20;
  line-height: 1.95rem;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-and-sidebar {
  display: flex;
  justify-content: center;

} .tac-box {
  padding-right: 20px;
  width: 29%;

}

.manual-article-and-sidebar {
  margin-top: 30px;
}

.article {
  /*  width: 57.0212%; /* already defaults to 70% w/ boxgrid-70*/
  width: 68%;
  /*margin-right: 6.3829%; /* 70+30+6.3... */
  /*width: 68%; /* let it expand */
  margin-right: 2em;
}

.sidebar {
  /*width: 36.5957%;*/
  /* already defaults to 30% */
  width: 30%;
  position: relative;
  max-width: 320px;
  min-width: 320px;
  /* ? */
}

@media only screen and (max-width: 1200px) {
  .article {
    width: 57%;
    max-width: 750px;
    margin-right: 2em;
  }
  .sidebar {
    width: 38%;
    /*already defaults to 30% with boxgrid-30*/
    position: relative;
  }
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 12px 0 0 0;
}

.article h2 {
  margin: 0;
  padding-top: 25px;
  color: #0b4f57
}

h3 {
  font-size: 1.3rem;
}

.article h2:target:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 10px;
  height: calc(100% - 10px);
  width: 3px;
  background-color: var(--main-color);
}

@media only screen and (max-width: 700px) {
  .article-content {
    padding: 0 15px;
  }
  .article-header-wrap {
    padding: 0;
  }
  .article-lead {
    padding-right: 0;
  }
  .article-lead, .article-lead p {
    font-size: 21px;
    line-height: 1.45;
    margin-bottom: 0px;
  }
  .article-h1 {
    padding-right: 0;
    font-size: 26px;
    line-height: 1.3;
  }
  .article-and-sidebar {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .article-header {
    max-width: none;
    padding-right: 0;
  }
  .article-header-featured {
    display: none;
  }
  .article-header-featured-mobile {
    display: block;
  }
  .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0 15px;
    max-width: 100%;
    /*not limited to 320px on mobile*/
  }
  .article {
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-right: 0;
  } .article-content p, .article-content {
    line-height: 1.5rem;
    font-size: 16px;
  }
}

.article-footer-test {
  background-color: #fff1ef;
  padding: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.article-footer-test-label {
  background-color: #ff8a8a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 8px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

#article-footer-test-iframe {
  border: 0;
  min-height: 300px;
  background: transparent;
  width: 1px;
  min-width: 100%;
}

.lander-testteaser .sponsored-label {
  background-color: #ff8a8a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  padding: 4px 12px;
  margin-bottom: 30px;
}

/*******************************************************************
Next Article
********************************************************************/

.next-article-wrap {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 16px 0px;
  color: inherit;
  line-height: 1;
  display: block;
}

.next-article {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.next-article-a {
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-weight: normal;
}

/********************************************************************
Breadcrumbs
********************************************************************/

.breadcrumbs {
  font-size: 14px;
  overflow: auto;
  margin-left: -45px;

} .breadcrumbs ol {
  overflow: auto;
  margin:0;

} .breadcrumbs li{
  list-style: none;
  float:left;
  display:block;
  padding:0 5px;

}  .breadcrumbs img {
  height: 13px;
  margin-top: 10px;

} .breadcrumb-cat-page {
  display:none;
}

.breadcrumbs-empty {
  display: none;

} .breadcrumbs a{
  color:black;
  text-decoration: none;
} 

.breadcrumb-link-current {
  color: #364a5b;
  font-size: 0.875rem;
  display: none;
}

.breadcrumb-link {
  color: #848484;
  font-size: 0.875rem;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-arrow {
  margin: 0 6px 0 8px;
}

.breadcrumb-arrow g {
  stroke: #ec5932;
  stroke: var(--main-color);
}

@media only screen and (max-width: 700px) {
  .breadcrumbs {
  }
  .breadcrumbs-empty {
    display: none;
  
  } .breadcrumb-cat-page {
    display:block;
  } 
}

/*********************************************************************
Author Profile
*********************************************************************/

.author-header-wrap {
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3125rem;
  color: #212121;
  padding: 10px 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-header-wrap.no_author {
  display: none;
}

.author-header-wrap img {
  display: none;
}

.author-header-reviewer {
  font-style: italic;
}

.author-header-date {
  display: none;
}

.author-header-title strong {
  color: #212121;
}

.author-header-share {
  flex: 0 0 auto;
}

.author-footer-wrap {
  clear: both;
  width: 100%;
  margin: 25px 0 20px;
  line-height: 1.4;
}

.author-footer-header {
  display: flex;
  width: 100%;
}

.author-footer-image {
  display: none;
}

.author-footer-name {
  color: inherit;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 0;
}

.author-footer-title {
  font-style: italic;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.author-footer-preamble {
  font-size: 0.9rem;
  line-height: 1.35rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.author-footer-details {
  font-size: 1rem;
  margin-top: 9px;
}

.author-footer-source {
  margin-top: 5px;
}

.author-footer-source a {
  color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 700px) {
  .author-footer-image {
    display: none;
  }
}

/*********************************************************************
Anchor Menu
*********************************************************************/

.anchor-menu {
  padding: 20px 30px 40px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(5, 22, 70, 0.08), 0 3px 4px rgba(20, 29, 41, 0.08);
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top: 3px solid #ff8282;
  margin-bottom: 20px;
}

h4.anchor-menu-heading {
  color: #415567;
  font-size: 1.1rem;
  margin: 0 0 10px;
}

.anchor-menu ul {
  padding: 0;
  margin: 0;
}

.anchor-menu li {
  list-style: none;
  display: flex;
  align-items: center;
}

.anchor-menu li a {
  list-style: none;
  line-height: 1.5;
  font-size: 1rem;
  padding: 8px 12px 8px 29px;
  color: #314352;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: relative;
}

.anchor-menu li a:hover {
  text-decoration: underline;
}

.anchor-menu-icon {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url("cssfiles/images/icons/arrow_left.svg");
  float: left;
  vertical-align: middle;
  margin-right: 13px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 13px;
}

.anchor-menu-icon.standard {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url("cssfiles/images/icons/bracket_right.svg");
  float: left;
  vertical-align: middle;
  margin-right: 13px;
  background-size: 60%;
  position: absolute;
  left: 0;
  top: 13px;
}

@media only screen and (max-width: 700px) {
  .anchor-menu {
    display: none;
  }
  .anchor-menu-icon {
    display: none;
  }
}

/*********************************************************************
Anchor Menu mobile
*********************************************************************/

.anchor-menu-mobile {
  display: none;
}

.anchor-menu-mobile ul {
  margin: 0;
  padding: 0;
}

.anchor-menu-mobile li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.anchor-menu-mobile a {
  text-decoration: none;
  line-height: 1;
  font-size: 1.0625rem;
  position: relative;
  padding-left: 15px;
  color: #222;
}

.anchor-menu-mobile a:before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 700px) {
  .anchor-menu-mobile {
    display: block;
    /*float: left; /* why! */
    width: 100%;
    margin: 10px 0 5px;
  }
}

/***************************************************************
Newsbox on News Page
***************************************************************/

.newsbox {
  margin-bottom: 25px;
  width: 100%;
  /*  float: left; /* interfere with ads */
}

.newsbox h3 {
  border-top: 2px solid var(--main-color);
  color: #212121;
  font-size: 15px;
  padding: 12px 0 11px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}  .every_other_h3 {
border-top: 2px solid var(--main-color);
color: #212121;
font-size: 15px;
padding: 12px 0 11px;
font-weight: 600;
border-bottom: 1px solid #e5e5e5;
}
.newsbox h3.alt {
  color: var(--main-color);
  font-size: 16px;
  padding: 15px 0 15px;
  font-weight: 600;
  border-top: 0;
}

.newsbox h3 a {
  text-decoration: none;
  color: inherit;
}

.newsbox h3 a:hover {
  text-decoration: underline;
}

.newsbox ul {
  margin: 0;
  padding: 0;
}

.newsbox ul li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}

.newsbox ul li a {
  text-decoration: none;
  color: #212121;
  font-size: 16px;
  display: flex;
  position: relative;
  padding: 5px 0px;
  line-height: 1.5;
}

.newsbox ul li a:hover {
  text-decoration: underline;
}

.newsbox .newsbox-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
}

.newsbox-heading h2 {
  font-size: 18px;
}

.newsbox .image-holder {
  flex: 0 0 auto;
  width: 82px;
  height: 62px;
  margin-right: 4%;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}

.newsbox .image-holder-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.newsbox img {
  width: 82px;
  height: auto;
  border-radius: 1px;
}

@media only screen and (max-width: 700px) {
  .newsbox.newsbox-padding {
    padding: 0 15px;
  }
}

/**********************************************************************
Archive
**********************************************************************/

h1.archive-heading {
  margin: 0;
  margin-bottom: 20px;
  color: #212121;
  font-size: 15px;
  padding: 12px 11px 11px;
  font-weight: 600;
  border-left: 4px solid var(--main-color);
  background: var(--main-color-lighter);
}

/*********************************************************************
Lander - Hero
*********************************************************************/

.section.hero {
  background-color: #f9fbff;
  float: left;
  width: 100%;
}

.section.hero-with-image {
  position: relative;
  float: left;
  width: 100%;
  height: 522px;
  display: flex;
  flex-direction: column;
}

.hero-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.hero-image-mobile {
  display: none;
}

.section.hero-with-image .section-inner {
  display: flex;
  margin-top: auto;
}

.hero-with-image-content {
  width: 65%;
  flex: 0 0 65%;
  display: flex;
  padding-bottom: 40px;
}

.lander-lead p {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.lander-lead a {
  text-decoration: none;
  color: inherit;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.lander-lead a:hover {
  text-decoration: underline;
}

.hero-title {
  font-size: 3.5rem;
  margin: 0 0 14px;
  color: #fff;
  line-height: 4rem;
}

@media only screen and (max-width: 1450px) {
  .section.hero-with-image {
    height: 480px;
  }
}

@media only screen and (max-width: 1000px) {
  h1.archive-heading {
    margin: 0 10px 10px;
  }
  .hero-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 700px) {
  .section.hero-with-image .section-inner {
    padding-bottom: 10px;
  }
  .hero-image {
    display: none;
  }
  .hero-image-mobile {
    display: unset;
    max-width: 100%;
    height: auto;
  }
  .hero-content {
    padding: 0 15px 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .hero-with-image-content {
    width: 100%;
    flex: 0 0 100%;
    padding-bottom: 0;
  }
  .lander-lead p {
    font-size: 1.05rem;
    line-height: 1.5rem;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
  }
  .lander-lead p a {
    padding-left: 15px;
    line-height: 1.1;
    padding: 6px 0 6px 15px;
  }
  .section.hero-with-image {
    height: auto;
  }
  .lander-lead a {
    font-size: inherit;
  }
  .hero-title {
    font-size: 25px;
    color: inherit;
    margin: 0;
    margin: 10px 0 6px;
    line-height: 1.3;
  }
}

/*********************************************************************
Lander - LinkList
*********************************************************************/

.text-and-links {
  float: left;
  width: 100%;
}

.text-and-links .section-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-and-links .content {
  max-width: 745px;
  width: 56%;
  flex: 0 0 56%;
  padding-right: 10.5%;
  float: left;
}

.text-and-links .aside {
  width: 43%;
  flex: 0 0 43%;
  float: left;
}

.text-and-links .content .text {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #415567;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: "Avenir Next", "Avenir", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-and-links .content .text p {
  margin: 5px 0 20px 0;
  line-height: 1.8375rem;
}

.text-and-links .aside-inner {
  margin: 0;
  padding: 0;
  padding: 20px 33px 33px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(5, 22, 70, 0.08), 0 3px 4px rgba(20, 29, 41, 0.08);
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top: 3px solid #ff8282;
}

.text-and-links .aside h3 {
  color: #415567;
  font-size: 1rem;
  margin: 9px 0;
  font-weight: 600;
}

.text-and-links .aside ul {
  margin: 0;
  padding: 0;
}

.text-and-links .aside ul li {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebecef;
}

.text-and-links .aside ul li:last-child {
  border-bottom-width: 0px;
}

.text-and-links .aside ul li a {
  text-decoration: none;
  color: #415567;
  font-size: 1rem;
  display: block;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 21px 10px 5px;
}

.text-and-links .aside ul li a:hover {
  text-decoration: underline;
}

.text-and-links .aside img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  float: left;
}

@media only screen and (max-width: 1000px) {
  .text-and-links .content {
    padding-right: 5%;
  }
  .text-and-links .aside-inner {
    padding: 20px 20px 25px;
  }
}

@media only screen and (max-width: 700px) {
  .text-and-links .section-inner {
    display: flex;
    flex-flow: column;
  }
  .text-and-links .content {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    padding-top: 18px;
  }
  .text-and-links .aside {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .text-and-links .content .text p {
    font-size: 1rem;
  }
  .text-and-links .aside-inner {
    padding: 10px 15px 20px;
  }
}

/****************************************************************************
Footer
****************************************************************************/

footer {
  border-top: 1px solid rgba(212, 212, 212, 0.5);
  float: left;
  width: 100%;
  margin-top: 50px;
  background: var(--main-color-gray);
}

footer .section-inner {
  display: flex;
}

.publisher:empty() {
  display: none;
}

footer .content {
  /*  padding-right: 20px;*/
  flex: 0 0 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

footer .content #footer-logo {
  position: relative;
  width: 100%;
  min-height: 62px;
}

footer .content #footer-logo img {
  width: 320px;
  height: 62px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-contact h3, footer .publisher h3 {
  padding-top: 0;
  font-size: 16px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-contact {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.big-menu .footer-contact {
  clear: both;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.footer-contact a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1rem;
  color: #222;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-contact-contact {
  padding-right: 50px;
}

.big-menu .footer-contact-contact {
  padding-right: 0;
  padding-bottom: 15px;
}

.footer-contact-publisher {
  padding-right: 50px;
}

.big-menu .footer-contact-publisher {
  padding-right: 0;
  padding-bottom: 15px;
}

.footer-contact-publisher span {
  font-size: 15px;
  color: #222;
}

.footer-footer {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 100%;
}

.footer-footer a {
  color: #fff;
  text-decoration: none;
}

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

@media only screen and (max-width: 1000px) {
  footer .content {
    flex: 0 0 100%;
  }
  footer .section-inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .footer-contact-contact, .footer-contact-publisher {
    padding-right: 0;
    margin-bottom: 15px;
  }
  footer .content {
    flex: 0 0 100%;
    padding: 0 15px;
    margin: 10px 0;
  }
  .footer-contact {
    flex-direction: column;
  }
  footer {
    margin-top: 30px;
  }
}



/* UPDATED FOOTER*/

.footer-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  position: relative;

}

.footer-template .col-1 {
  float: left;
  padding: 10px;
  width: unset;

}

.footer-template .col-1 .logo-holder {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-template .col-2 {
  float: right;
  padding: 10px;
  width: unset;

}

.footer-template .col-2 p {
  font-weight: bold;
}

.footer-template .col-2 li {
  list-style: none;
  margin-bottom:5px;

} .footer-template .col-2 ul {
  padding-left: 4px;
} 
@media only screen and (max-width: 700px) {
  .footer-template {
    display: flex;
    flex-direction: column;
  }  .footer-template .col-1 {
    display:none;
  }.footer-template .col-1 .logo-holder {
    position: relative;
    -ms-transform: none;
    transform: none;
  }
}
/****************************************************************************
Page infobox
****************************************************************************/

.page-infobox {
  margin: 0;
  padding: 0;
  padding: 20px 30px 44px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(5, 22, 70, 0.08), 0 3px 4px rgba(20, 29, 41, 0.08);
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 40px;
}

.page-infobox-content p {
  color: #231f20;
  line-height: 30px;
  font-size: 15px;
}

.page-infobox-content {
  padding-top: 3px;
}

.page-infobox-content h2 {
  font-size: 20px;
  margin: 7px 0;
}

.page-infobox-heading {
  color: var(--main-color);
  font-size: 1rem;
  margin: 0 0 10px 0;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 17px 0;
}

.info-box-half {
  width: 50%;
  float: right;
  margin: 20px 0 20px 20px;
  padding: 25px;
  background-color: var(--main-color-lighter);
}

.info-box-full {
  width: 100%;
  margin: 20px 0;
  padding: 25px;
  background-color: var(--main-color-lighter);
}

/*************************************************************************
Archive page - News
*************************************************************************/

.archive-wrap {
  padding-top: 20px;
}

@media only screen and (max-width: 700px) {
  .archive-wrap {
    padding-top: 0;
  }
}

.archive-holder {
  width: 100%;
  max-width: 960px;
  padding: 20px 0;
}

.archive-list-item {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: inherit;
}

.archive-list-image {
  width: 25%;
  max-width: 150px;
  border-radius: 3px;
}

.archive-list-image img {
  border-radius: 3px;
}

.archive-list-text h2 {
  font-size: 1.6rem;
  padding-top: 0;
}

.archive-list-text {
  width: 75%;
  padding-left: 20px;
}

.archive-list-item:hover .archive-list-text h2 {
  text-decoration: underline;
}

/***********************************************************
AutoLander
***********************************************************/

.factbox-color {
  background-color: #f9fbff;
}

.factbox-hero {
  float: left;
  width: 100%;
}

.factbox-hero-hero {
  padding-top: 66px;
  padding-bottom: 51px;
}

.factbox-hero .section-inner {
  display: flex;
}

.factbox-hero .content {
  width: 61%;
  flex: 0 0 61%;
  padding-right: 5%;
}

.factbox-hero .aside {
  width: 39%;
  flex: 0 0 39%;
}

.factbox-lead p {
  font-size: 1.5rem;
  color: #3d5467;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: "Avenir Next", "Avenir", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.factbox-links {
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: var(--main-color-lighter);
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
}

.old-sidebar .factbox-links {
  border-radius: 4px;
  margin-bottom: 5px;
}

.factbox-links.nudge-upward {
  top: -20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

.factbox-links-inner {
  padding: 15px 20px 20px;
}

.old-sidebar .factbox-links-inner {
  padding: 12px 15px 13px;
}

.sidebar-links .factbox-links-inner {
  padding-top: 3px;
}

.factbox-links ul li a:hover {
  text-decoration: underline;
}

.factbox-links h3 {
  font-size: 1rem;
  font-weight: 400;
  bottom: 100%;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  left: 0;
  padding: 12px 17px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #6d8eda;
  background-color: var(--main-color);
}

.old-sidebar .factbox-links h3 {
  padding: 10px 17px;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--main-color);
  background-color: var(--main-color);
}

.factbox-links.sidebar-links h3 {
  font-size: 1rem;
  font-weight: 600;
  bottom: 100%;
  background-color: #ffffff;
  width: 100%;
  color: #415567;
  font-size: 1.1rem;
  border-top: 3px solid #6e8eda;
  left: 0;
  padding: 25px 38px 7px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.factbox-links.nudge-upward h3 {
  position: absolute;
}

.factbox-links ul {
  margin: 0;
  padding: 0;
}

.factbox-links ul li {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
}

.factbox-links ul li a {
  text-decoration: none;
  color: #314352;
  font-size: 1rem;
  display: block;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 10px;
}

.old-sidebar .factbox-links ul li a {
  padding: 8px 21px 8px 0;
}

.factbox-links ul li.current-menu-item a {
  font-weight: 600;
  border-radius: 4px;
}

.factbox-text {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #415567;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.factbox-text p {
  margin: 5px 0 20px 0;
  line-height: 1.8375rem;
}

@media only screen and (max-width: 1000px) {
  .factbox-links-inner {
    top: 2px;
    padding: 20px 20px 33px;
  }
}

@media only screen and (max-width: 700px) {
  .factbox-hero .section-inner {
    flex-flow: column;
  }
  .factbox-hero-hero {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .factbox-color {
    flex-flow: column;
    background-color: #f2f5fb;
  }
  .factbox-hero .content {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .factbox-lead p {
    font-size: 1.2rem;
  }
  .factbox-hero .aside {
    width: 100%;
    flex: 0 0 100%;
  }
  .factbox-links {
    margin-top: 20px;
  }
  .factbox-links-inner {
    top: 0;
    padding: 15px 19px 20px;
  }
  .factbox-links.sidebar-links h3 {
    padding: 21px 24px 10px;
  }
  .factbox-links.nudge-upward h3 {
    position: static;
  }
  .factbox-links ul li a {
    padding: 10px 10px 10px 20px;
  }
}

/**************************************************
Related domains
**************************************************/

.related-domains-wrap {
  /*float: left; */
  float: none;
  /* undo [class*="boxgrid-"] which conflicts w/ holid*/
  width: 100%;
  margin-bottom: 24px;
}

.related-domains-wrap ul {
  margin: 0;
  padding: 0;
}

.related-domains-wrap li {
  list-style: none;
}

.related-domains-wrap a {
  text-decoration: none;
  color: inherit;
  padding: 5px 0;
  display: block;
}

.related-domains-header {
  color: #212121;
  color: var(--main-color);
  font-size: 16px;
  padding: 0 0 5px;
  font-weight: 600;
}

.hc-hearth {
  position: absolute;
  top: -2px;
  left: 34px;
  width: 17px;
  height: 17px;
}

.hc-letter {
  width: 55px;
  height: 68px;
}

.ie .hc-letter {
  display: none;
}

/*************************************************
Contact Page
*************************************************/

/* Contact form */

.contact-form input {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1em;
}

.contact-form textarea {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1em;
  width: 90%;
  height: 250px;
}

.contact-form input.send-button {
  background-color: #f1491c;
  padding: 20px;
  border: 0;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.contact-form input.send-button:hover {
  background-color: #cb2b00;
}

.error {
  color: red;
}

.success {
  color: green;
  font-size: 1.25em;
}

/***********************************************
Old Startpage
***********************************************/

.old-startpage {
  display: flex;
  padding-top: 32px;
}

.old-content {
  margin-right: 10px;
  min-width: 340px;
  /* fit ads.. */
}

.old-sidebars {
  display: flex;
  margin-left: 15px;
}

.old-sidebar {
  margin-right: 10px;
  width: 320px;
  min-width: 320px;
  /* fit ads */
}

.old-sidebar-extra {
  margin-left: 15px;
  width: calc(49.5% - 15px);
  min-width: 320px;
  /* fit ads */
}

.old-underline {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1200px) {
  .old-content {
    margin-right: 10px;
    width: calc(67% - 10px);
  }
  .old-startpage {
    display: flex;
    padding-top: 10px;
  }
  .old-sidebars {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    /*width: calc(33% - 15px);*/
  }
}

@media only screen and (max-width: 700px) {
  .old-sidebar {
    padding: 0 15px;
  }
}

.old-card-large {
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.old-card-small {
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.old-card-large h2, .old-card-large h1 {
  padding: 10px 0 8px;
  font-size: 32px;
  margin: 0;
}

.old-card-large p {
  padding: 0 0 10px;
  font-size: 1em;
  margin: 0;
}

.old-card-small h2, .old-card-small h1 {
  padding: 0 13px 5px;
  font-size: 21px;
}

.old-card-small h2:hover, .old-card-small h1:hover {
  text-decoration: underline;
}

.old-card-large h2:hover, .old-card-large h1:hover {
  text-decoration: underline;
}

.old-card-small p {
  padding: 0px 13px 5px;
  font-size: 1em;
  margin: 0;
}

.old-card-small .image {
  flex: 0 0 30%;
  margin-bottom: 15px;
}

.old-card-small .cardimageholder {
  padding-bottom: 75%;
}

.old-card-small .content {
  flex: 0 0 70%;
}

.genre {
  color: var(--main-color);
  padding-right: 6px;
  font-weight: 600;
  text-transform: capitalize;
}

.genre:empty {
  display: none;
}

.old-card-small p strong, .old-card-large p strong {
  color: var(--main-color);
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (max-width: 700px) {
  .old-card-large h2, .old-card-large h1 {
    padding: 10px 15px 5px;
    color: #222;
    font-size: 25px;
    margin: 0;
  }
  .old-card-small h2, .old-card-small h1 {
    padding: 0 13px 5px;
    color: #222;
    font-size: 20px;
  }
  .old-card-large p, .old-card-small p {
    padding: 0 15px 0 13px;
  }
  .old-card-large, .old-card-small {
    padding-bottom: 11px;
    margin-bottom: 10px;
  }
  .old-card-small .image {
    padding-left: 15px;
  }
  .old-content {
    margin-right: 0px;
    width: 100%;
  }
  .old-sidebars {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .old-startpage {
    display: block;
    padding-top: 0;
  }
}

/********************************************************************
News from the network
*********************************************************************/

.latest {
  background-color: transparent;
  margin-top: 0;
  clear: both;
}

.latest-list {
  padding: 15px 15px 0;
}

.latest .content {
  width: 57.3%;
  float: left;
  padding-right: 40px;
}

.latest .aside {
  width: 42.7%;
  float: left;
}

.latest .section-h2 {
  margin-top: 24px;
}

.latest .text {
  font-size: 1.125rem;
  line-height: 1.8375rem;
  color: #415567;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.latest .publisher {
  margin-top: 10px;
  font-size: 1.2rem;
}

.latest .latest-inner {
  margin: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 4px;
}

.latest h3 {
  padding: 13px 17px 11px;
  border-bottom: 1px solid #f1f1f3;
  color: #484848;
  font-size: 15px;
  font-weight: 600;
}

.latest .topplista {
  display: flex;
}

.latest .topplista-a {
  margin-bottom: 10px;
  text-decoration: none;
}

.latest .topplista-date {
  color: #415567;
  font-size: 0.85rem;
  display: none;
}

.latest .box-25 {
  float: left;
  width: 20%;
  flex: 0 0 20%;
  background-color: #fafafa;
  line-height: 0;
}

.latest br {
  display: none;
}

.latest .box-25 img {
  max-width: 100%;
  border-radius: 1px;
  height: auto;
}

.latest .box-75 {
  float: left;
  width: 80%;
  flex: 0 0 80%;
}

.latest .topplista h5 {
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  display: flex;
  position: relative;
  padding: 0 0 0 10px;
  line-height: 1.5;
  font-weight: 500;
}

.latest .healthcare-logo {
  width: 180px;
  height: 80px;
  margin: 0px 0 0px 17px;
  width: 180px;
  height: 80px;
  margin: 0px 0 0px 17px;
  margin-top: 0px;
}

@media only screen and (max-width: 700px) {
  .latest {
    padding: 0 15px;
  }
}

/* ------------------------------------------------------------------ */

.holidAds {
  text-align: center;
  margin: 1em auto;
  /* center */
}

.article-header-wrap .holidAds {
  margin: 10px auto;
}

.old-startpage .old-content .holidAds {
  margin-bottom: 15px;
}

.adholder .parent .scale-this .holidAds {
  /* no margin when already inside .adholder (backfill) */
  margin-top: 0;
  margin-bottom: 0;
}

/* ------------------------------------------------------------------ */

#ad-mobile-320x320-1, #ad-mobile-320x320-2, #ad-desktop-320x320-1, #ad-desktop-320x320-2 {
  margin: 0 auto;
  /* center; no vertical margin because it looks ugly when empty */
}

#ad-desktop-320x320-1 {
  margin-top: 0;
  /* sidebar top */
}

#ad-desktop-320x320-2 {
  float: left;
  /* workaround float mess */
}

#ad-panorama-top, #ad-panorama-bottom {
  /*width:980px;
  min-height: 240px;*/
  /* no fixed sizes for now */
  overflow:hidden;
}

#ad-desktop-RON-750x180, #ad-desktop-750x180-1, #ad-desktop-750x180-2 {
  margin: 0 auto;
  /* center; no vertical margin because it looks ugly when empty */
}

.adholder iframe {
  margin: 1em auto;
  /* give the margin to the iframe; only when it's present.. */
}

.holidAds[role="box"] {
  /*width: 320px; /*300px;*/
  /*height: 320px; /* 250px; */
  margin-left: auto;
  margin-right: auto;
}

.holidAds[role="widescreen"] {
  width: 100%;
  /*height: 240px;*/
}

@media only screen and (max-width: 700px) {
  #ad-desktop-RON-750x180, #ad-desktop-320x320-1, #ad-desktop-320x320-2, #ad-desktop-750x180-1, #ad-desktop-750x180-2, #ad-panorama-top, #ad-panorama-bottom {
    display: none;
  }
}

@media only screen and (min-width: 700px) {
  #ad-mobile-RON, #ad-mobile-320x320-1, #ad-mobile-320x320-2 {
    display: none;
  }
}

/* ------------------------------------------------------------------ */

.section .article-header-wrap .section-inner {
  padding-left: 0px;
}

.author-header-wrap {
  display: inline-flex;
  width: 100%;
}

.toc {
  position: sticky;
  top: 20px;
  z-index: 99;
  margin: 0;
  width: 100%;
  padding: 0;
  border-radius: 12px;
  margin-bottom: 20px;
}

.toc:focus {
  outline: none;
}

.toc h3 {
  font-size: 1rem;
  font-weight: 400;
  bottom: 100%;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  left: 0;
  padding: 12px 17px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #6d8eda;
  background-color: var(--main-color);
}

.toc .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 19px 20px;
  box-sizing: border-box;
  background-color: var(--main-color-lighter);
}

.toc a {
  width: 100%;
  padding: 10px 0px;
  text-decoration: none;
}

.toc a.active {
  font-weight: bold;
}
@media (max-width: 1200px) {
.toc, .tac-box {
display:none;
}
}
@media (max-width: 700px) {
  .tac-box {
    display:block;
  }
  .toc h3 {
    display: flex;
    cursor: pointer;
    transition: all .3s;
    position: relative;
  }
  .toc h3:after {
    display: inline-block;
    content: "\00d7";
    font-size: 18px;
    font-weight: bolder;
    right: 20px;
    position: absolute;
    color: white;
  }
  .toc.closed h3 span {
    flex: auto;
  }
  .toc h3 span {
    display: inline-block;
    flex: unset;
    text-align: center;
    transition: all .3s;
  }
  .toc {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    transition: all .3s;
    display:block;
  }
  .toc.closed {
    bottom: -35px;
  }
  .toc.closed h3 {
    border-radius: 500px;
    margin: 0px 10px 4px 10px;
    width: calc(100% - 20px);
    text-align: center;
  }
  .toc.closed h3:after {
    color: transparent;
  }
  .toc .content {
    transition: height .3s;
    height: 0px;
  }
}

.slick-slider-frontpage {
  max-width: 1340px;
  margin: 10px auto;
  min-height:500px;
} .slick-slider-frontpage > .slick-slide:not(:first-child) {
      display: none;

}

.slick-slider-frontpage .slick-hero {
  width: 100%;
  background-size: 100%;
  position: unset;
  background-color: #fff;
  width: 100%;
  position: relative;

} @media (max-width: 700px) {
  .slick-slider-frontpage {
    min-height:450px;
  }
} 

.slick-slider-frontpage .slick-hero:hover {
  opacity: 0.6;
}

.slick-slider-frontpage .slick-text-box {
  margin-top: -140px;
  background: white;
  max-width: 1000px;
  overflow: auto;
  float: left;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 transparent, 0 1px 2px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 2.375rem 5.625rem 1rem;
  font-size: 1rem;
  line-height: 1.83em;
  width: 90%;
  margin-bottom: 5px;
}

.slick-slider-frontpage .slick-text-box p {
  word-wrap: break-word;
  overflow: hidden;
  height: 113px;
}

.slick-slider-frontpage a {
  text-decoration: none;
}

.slick-slider-frontpage .slick-text-box h2 {
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  color: var(--main-color);
}

.slick-slider-frontpage h2:hover {
  opacity: 0.6;
}

.slick-slider-frontpage .left-arrow-box {
  float: left;
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 40px;
}

.slick-slider-frontpage .right-arrow-box {
  float: right;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 40px;
}

.slick-slider-frontpage .left-arrow-box img, .slick-slider-frontpage .right-arrow-box img {
  color: var(--main-color-lighter);
}

.slick-slider-frontpage .left-arrow-box img:hover, .slick-slider-frontpage .right-arrow-box:hover {
 opacity:0.6;
 cursor: pointer;
}


.slick-slider-frontpage .left-arrow-box img, .slick-slider-frontpage .right-arrow-box img {
  position: absolute;
  top: 50%;
}

.slick-slider-frontpage .slick-dots {
  margin-top: 0px !important;
  position: absolute !important;
  bottom: 337px !important;
  width: 100% !important;
  left: 0 !important;
  height: 30px !important;
  color: white !important;
}

.slick-slider-frontpage .slick-dots li button::before { 
  color: white !important;

}
.slick-slider-frontpage .slick-dots li.slick-active button::before {
  color: white;
}

.slick-slider-frontpage .cta-button, .every_other .cta-buttonm, .half_page_block .cta-button, .cta-button {
  margin: 0 auto;
  display: block;
  width: 129px;
  overflow: auto;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 30px;
  margin-top: 20px;
  font-weight: bold;
}

.slick-slider-frontpage .cta-button:hover {
  opacity: 0.6;
}

.slick-dots li.slick-active button::before {}

.slick-slider-frontpage .slick-dots li button::before {
  font-size: 17px !important;
}

.slick-slider-frontpage .slick-dots li button {
  width: 35px !important;
  height: 35px !important;
}

.slick-slider-frontpage .slick-dotted.slick-slider-frontpage {
  margin-bottom: 10px!important;
}

.slick-slider-frontpage {
  background: url(loader.gif);
}

.slick-slider-frontpage .slick-slide {
  opacity: 0;
  position: absolute;
}

.slick-slider-frontpage.slick-initialized {
  background: none;
}

.slick-slider-frontpage.slick-initialized .slick-slide {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in;
}

@media (max-width: 700px) {
  .slick-slider-frontpage .slick-text-box {
    padding: 2.375rem 5.625rem 1rem;
  }
  .slick-slider-frontpage .left-arrow-box, .slick-slider-frontpage .right-arrow-box {
    display: none !important;
  }
  .slick-slider-frontpage .slick-text-box h2 {
    font-size: 1.7em;
    line-height: 1em;
  }
  .slick-slider-frontpage .slick-text-box {
    margin-top: -50px;
    transform: translateX(-50%);
    box-shadow: 0 0 0 transparent, 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 1.375rem 1.625rem 1rem;
    font-size: 1rem;
    line-height: 1em;
    max-width: 90%;
  }
  .slick-slider-frontpage .slick-dots {
    bottom: 310px !important;
  
  } .slick-slider-frontpage p {
    height: 290px;
    word-wrap: break-word;
    overflow: hidden;
    height: 236px;
  }

  .slick-slider-frontpage .cta-button {
    margin-top: 25px;

  }
}

.slick-arrow {
  color: #000;
  background:none;

} .slick-prev::before, .slick-next::before {
  color: #000 ;
 
} .every_other_rows .slick-prev::before, .every_other_rows .slick-next::before {
  color:var(--main-color);
  font-weight:900;

}

.featured-cards-five-header {
  display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 5px;
grid-row-gap: 5px;
float: unset;
margin-top: 20px;

} .featured-cards-five-header-marginal {
grid-column-gap: 50px;
grid-row-gap: 50px;

} 

.featured-cards-five-header .card1,  .featured-cards-five-header .card2,  .featured-cards-five-header .card3,  .featured-cards-five-header .card4,  .featured-cards-five-header .card5 {
  background:black;
  position:relative;
}
 .featured-cards-five-header .card1 img{
  opacity:0.8;
  
} .featured-cards-five-header .card1 img, .featured-cards-five-header .card2 img, .featured-cards-five-header .card3 img, .featured-cards-five-header .card4 img, .featured-cards-five-header .card5 img{
  height:100%;
  opacity:0.8;



} .featured-cards-five-header-marginal .card1,  .featured-cards-five-header-marginal .card2,  .featured-cards-five-header-marginal .card3,  .featured-cards-five-header-marginal .card4,  .featured-cards-five-header-marginal .card5 {
  display: flex;
  flex-direction: column;
  background-color: unset;
  border-radius: 5px;
-webkit-border-radius: 5px;
  opacity:1;

} .featured-cards-five-header-marginal img{ 
opacity: 1;
border-radius: 5px;
-webkit-border-radius: 5px;


} .featured-cards-five-header-marginal .card1 img{ 
opacity: 0.8;

}
.featured-cards-five-header h2 {
  color: white;
padding: 0px 10px;
opacity: 1;
position: absolute;
font-weight: 700;
margin-top: -63px;
font-size: 22px;
  

}  .featured-cards-five-header-marginal h2 {
  color: black;
position: relative;
font-weight: 700;
margin-top: 5px;
font-size: 17px;
  font-style: normal;
  line-height: 1em;
  padding:0;

}   .featured-cards-five-header .card1 h2  {
  font-size:30px;

}  .featured-cards-five-header-marginal .card1  {
  background:black;

}  .featured-cards-five-header-marginal .card1 h2{ 
  position: absolute; 
  bottom:0;
  color:white;
  font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    padding: 10px;
  
}  @media (max-width: 700px) {
  .featured-cards-five-header-marginal h2 {
    position: absolute; 
    bottom:0;
    color:black;
    font-size: 22px;
      font-weight: 800;
      line-height: 42px;
      padding: 10px;
    
  }
}

.featured-cards-five-header a {
  text-decoration: none;
  

} 

.featured-cards-four-header .mobile_size, .featured-cards-five-header-marginal .mobile_size {
  display:none;

} .featured-cards-four-header .standard_size, .featured-cards-five-header-marginal .standard_size  {
  display:block;
} 

@media only screen and (max-width: 1100px) {
  .featured-cards-five-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .featured-cards-five-header .card1 {
    grid-area: 1 / 1 / 3 / 3;
  }
  .featured-cards-five-header .card2 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .featured-cards-five-header .card3 {
    grid-area: 1 / 4 / 2 / 5;
  }
  .featured-cards-five-header .card4 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .featured-cards-five-header .card5 {
    grid-area: 2 / 4 / 3 / 5;
  }

}



.featured-cards-four-header {
  display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 5px;
grid-row-gap: 5px;
float: unset;
margin-top: 20px;

} .featured-cards-four-header .card1,  .featured-cards-four-header .card2,  .featured-cards-four-header .card3,  .featured-cards-four-header .card4,  .featured-cards-four-header .card5 {
  background:black;
  position:relative;
}
 .featured-cards-four-header .card1 img{
  opacity:0.8;
  
} .featured-cards-four-header .card1 img, .featured-cards-four-header .card2 img, .featured-cards-four-header .card3 img, .featured-cards-four-header .card4 img, .featured-cards-four-header .card5 img{
  height:100%;
  opacity:0.8;



} .featured-cards-four-header h2 {
  color: white;
padding: 0px 10px;
opacity: 1;
position: absolute;
font-weight: 700;
margin-top: -63px;

}  .featured-cards-four-header h2 {
  font-size: 22px;
  

} .featured-cards-four-header .card1 h2  {
  font-size:30px;

}  .featured-cards-four-header a {
  text-decoration: none;
  

} .featured-cards-four-header .card1 {
  grid-area: 1 / 1 / 3 / 3;
  width: unset;
  height: unset;
  margin: 0;
} .featured-cards-four-header .card2 {
  grid-area: 1 / 3 / 2 / 5;

} .featured-cards-four-header .card3 {
  grid-area: 2 / 3 / 3 / 4;
}
.featured-cards-four-header .card4 {
  grid-area:2 / 4 / 3 / 5;
}

@media only screen and (max-width: 700px) {
  .featured-cards-five-header, .featured-cards-four-header {
    display: flex;
    flex-direction: column; 
    margin-top: 10px;

  }
    .featured-cards-five-header .card1 h2 {
      font-size: 22px;
      color:black;
 
    } .featured-cards-four-header .mobile_size, .featured-cards-five-header-marginal .mobile_size {
      display:block;

    } .featured-cards-four-header .standard_size, .featured-cards-five-header-marginal .standard_size{
      display:none;
    } 
}
/* FRONT PAGE FEATURE CARDS */
.featured-cards-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  float: unset;

}

.three_thumbnails {
  margin-top: 20px;
}

.thumb {
  width: unset;
  height: unset;
  margin: 0;
  font-size: 0.9rem;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  text-decoration: none;
  color: #000;
  position: relative;
}

.sponsored_post {
  background: red;
  width: auto;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000;
  background-color: var(--main-color);
  border-radius: 5px;
  color:#fff;
  padding:3px;

}

.thumb:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

}

.thumb p {
  padding: 10px;
}

.thumb h2 {
  font-size: 1.5rem;
  text-align: center;
}

.thumb-1 {
  grid-column: 1/5;
  grid-row: 1/6;

}

.thumb-1 h2 {
  font-size: 4.2rem;
  text-align: center;

}

.thumb-1 p {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.4;
}


.thumb-2 {
  grid-column: 5/7;
  grid-row: 1/3;

}

.thumb-3 {
  grid-column: 5/7;
  grid-row: 3/6;


}

.round_image_row {
  overflow:auto;
  
}
.round_image_row .round_image_post {
  width:33%;
  padding:3%;
  float:left;
  font-size: 13px;
}.round_image_row .round_image_post a {
  text-decoration: none;


} .round_image_row .round_image_post a:hover { 
  opacity: 0.6;
}
  .round_image_row .round_image_post h2 {
  text-decoration: none;
  text-align:center;
  margin-bottom: 7px;
  font-size: 21px;

} .round_image_row .round_image_post img {
  border-radius: 50%;
  padding: 10px 105px;


} .every_other_rows {
  padding:20px 0;
  margin:20px 0;

} .every_other_container {
  border-radius:5px;

}.every_other {
  overflow:auto;
  padding: 0 55px;
  margin-bottom:30px;

} .every_other .left_container {
  width:45%;
  float:left;
  padding: 0 0 0 8%;

} .every_other .right_container {
  width:45%;
  float:right;
  padding: 0 8% 0px 0;

} .every_other h2 {
  margin-top:33px;
  margin-bottom:10px;

} .every_other_container .slick-dots li button:before {
  font-size: 24px;

} .sidebar .every_other {
  padding:0;
  margin-bottom:0;
} .sidebar .every_other_container {
margin-bottom:55px;

}

.selected_text_box {
overflow: auto;

} .selected_text_wrapper {
  padding:15px;
  padding-top:0;

} .selected_text_box .read-more a {
  display:none;

}

.chevron {
  width: 100%;
  float:left;
}
.chevron::before, .every_other_rows .slick-prev::before, .every_other_rows .slick-next::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
  
}

.chevron.right:before, .every_other_rows .slick-next::before{
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before, .every_other_rows .slick-prev::before {
	left: 0.25em;
	transform: rotate(-135deg);

}  .every_other_rows .slick-prev::before {
  margin-right:10px;

}  .every_other .cta-button {
  display:none;
} .every_other a {
  text-decoration: none;
} .half_page_block_block {
  width:50%;
  float:left;
  padding:5%;

} .half_page_block_block img{
  padding:10%;

} .half_page_block_block a {
  text-decoration: none;
} .half_page_block_block h2 {
  text-align: center;
} 

@media only screen and (max-width: 700px) {

  .half_page_block_block {
    width:100%;
  }

  .every_other_rows {
    margin:0;
    padding:0;
  }
  .selected_text {
    margin:0;
    padding:0;
  } .selected_text_wrapper {
    padding-bottom:0;
    line-height: 1.3;
    font-size: 17px;
  }
  .selected_text_box {
    max-height: 300px;
    position: relative;
    overflow: hidden;

  } .selected_text_box .read-more a {
    width: 129px;
    overflow: auto;
    color: var(--main-color);
    text-align: center;
    padding: 5px 20px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: 700;
    display:block;
    margin: 0 auto;
  }
  
  .selected_text_box .read-more { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: center; 
    margin: 0; 
    padding: 30px 0 0; 
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff 5%, #fff 100%);
  }
  
  

  .every_other .left_container, .every_other .right_container {
    width:100%;
    line-height: 1.3;
    font-size: 17px;
    padding:0 10px;
  
  } .every_other {
    padding: 0;
    margin-top:0px;
  
  } 
  .featured-cards-thumbs {
    display: flex;
    flex-direction: column;
    } 
} .every_other .cta-button, .half_page_block .cta-button {
    display:block;
    text-decoration: none;
    margin-bottom:20px;
  
  } 

  .thumb h2  {
  
    font-size: 25px;
  } .thumb p {
    font-size: 17px;
  }

  .round_image_row .round_image_post {
    width:100%;
    padding:1%;
    float:left;
    font-size: 13px;
  }
  
  .round_image_row .round_image_post img {
    border-radius: 50%;
    padding: 10px 23%;
  }
  

.single-feature-post {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  width: 100%;
  overflow: auto;
  display: block;
  margin-top: 20px;


}

.single-feature-post img {
  float: left;
  width: 33%;

}

.single-feature-post .single-feature-content {
  float: right;
  width: 66%;

}


#popup-iframe-60bdd918daf2fc0c0f9a19b7 {
  height: 750px;
}


/* Sticky top-banner */
.sticky-top-banner {
  width: 10px;
  top: 0;
  background-attachment: red;
  position: absolute;
  right: 0;
  background: red;
  height: 19px;
}

.sticky-top-banner {
  z-index: 500;
  position: fixed !important;
  top: 0px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  height: 70px;
  background-color: var(--main-color);
  color: #fff;
  width: 100%;
  padding: 10px;
  display: none;
  height: auto;
  z-index: 100000;

}

.sticky-top-banner p {
  margin-bottom: 0;
  float: left;
  margin-top: 4px;

}

.sticky-top-banner .text-box {
  max-width: 370px;
  margin: 0 auto;

}

.sticky-top-banner .close-banner {
  width: 18px;
  height: 40px;
  position: absolute;
  top: 00px;
  right: 20px;
  font-size: 31px;


} .sticky-top-banner .sticky-top-banner-button {
  float: right;
  margin: 0 auto;
  display: block;
  width: fit-content;
  overflow: auto;
  background-color: var(--main-color-light);
  color: var(--main-color);
  text-align: center;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 30px;
  margin-top: 0px;
  font-weight: bold;
  text-decoration: none;

} .sticky-top-banner .close-banner, .sticky-top-banner .sticky-top-banner-button:hover {
  cursor:pointer;
}
.app-banner {
  width:100%;
  margin:15px 0;
  display: none;
  float: left;

} 


/*
Sticky footer
*/

.sticky-footer-banner {
  z-index: 9999999999;
  position: fixed !important;
  top: 0px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: var(--main-color);
  color: #fff;
  width: 100%;
  padding: 10px;
  display: none;
  height: 68px;
  

}

.sticky-footer-banner .sponsor-text {
  width: 100%;
  font-size: 11px;
  margin-top: -4px;
  text-align: center;
}

.sticky-footer-banner img {
  height: 100%;
  float: left;
}

.sticky-footer-banner .close-banner {
  width: auto;
  height: 100%;
  float: left;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 6px;
  font-size: 21px;

}

.sticky-footer-banner .close-banner:hover {
  opacity: 0.6;
  cursor: pointer;

}

.sticky-footer-banner span {
  font-weight: bold;
  font-size: 20px;

}

.sticky-footer-banner p {
  font-size: 13px;
  margin-top: -2px;

}

.sticky-footer-banner span,
.sticky-footer-banner p {
  display: block;

}

.sticky-footer-banner .text-box {
  float: left;
  width: auto;
}

.sticky-footer-banner .sticky-footer-banner-button {
  float: right;
  margin: 0 auto;
  display: block;
  width: fit-content;
  overflow: auto;
  background-color: var(--main-color-light);
  color: var(--main-color);
  text-align: center;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 30px;
  margin-top: 12px;
  font-weight: bold;
  text-decoration: none;

}


.sticky-next-article {
  z-index: 9999999999;
  position: fixed !important;
  bottom: 0px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 12px 10px 10px 10px;
  display: block;
  height: 68px;
  display:none;

}

.sticky-next-article .sponsor-text {
  width: 100%;
  font-size: 11px;
  margin-top: -15px;
    text-align: center;
  color:var(--main-color);
  
}

.sticky-next-article img {
  height: auto;
  float: left;
  width: 46px;
  height: 33px;
  margin-right: 5px;
}

.sticky-next-article .close-banner {
  width: auto;
  height: 100%;
  float: left;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 6px;
  font-size: 21px;

}

.sticky-next-article .close-banner:hover {
  opacity: 0.6;
  cursor: pointer;

}

.sticky-next-article span {
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  white-space: normal;
}

.sticky-next-article p {
  font-size: 13px;
  margin-top: -2px;

} .sticky-next-article .text-box {
  width:70%;
  float: left;

}

.sticky-next-article span,
.stickysticky-next-article p {
  display: block;

}


.sticky-next-article .sticky-footer-banner-button {
  float: right;
  margin: 0 auto;
  display: block;
  width: fit-content;
  overflow: auto;
  background-color: var(--main-color-light);
  color: var(--main-color);
  text-align: center;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 30px;
  margin-top: 12px;
  font-weight: bold;
  text-decoration: none;

} .progress_bar {
  height: 3px;
  width: 100%;
  margin-bottom: 11px;
  margin-left: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
background-color:rgba(149,149,149,.18);
}  .progress_bar_inner {
  background:var(--main-color);
  height:100%;
  width:0;
}

@media only screen and (max-width: 700px) {
  .app-banner {
    display: block;
  } 
}

@media only screen and (max-width: 400px) {
  .sticky-footer-banner .close-banner {
      padding: 5px;
      padding-top: 8px;
      padding-right: 8px;
      padding-bottom: 12px;
      padding-left: 3px;
  }

  .sticky-footer-banner span {
      font-size: 18px;
  }

  .sticky-footer-banner p {
      font-size: 11px;
      margin-top: -2px;
  }

  .sticky-footer-banner .sticky-footer-banner-button {
      padding: 5px 8px;
      margin-top: 5px;
  }

}

.author-footer-details table {
  width:100%;

}
.author-footer-details table th {
  text-align:left;
  border-bottom: 1px solid var(--main-color-gray);
  padding:10px;

} .author-footer-details table td {
  border-bottom: 1px solid var(--main-color-gray);
  padding:10px;

} .author_image {
  max-height: 47px;
  margin-right: 16px;
  display: block;
  float: left;

} .author_profile_image{
  margin: 10px auto !important;
  display: block;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  width: 200px;

} .author_social_media {
  max-width: 40px;
  margin: 0 15px 0px 0;
  float: left;
}

.social_media_icons_footer {
  max-height: 50px;
  width: 75%;
} .social_media_icons_footer img {
  height:100%;
  float:right;
  margin-left: 10px;
  max-width: 35px;

} .social_media_icons_footer img:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 700px) {
  .social_media_icons_footer img {
    margin-top:10px;
    float:left;
  }  .social_media_icons_footer img {
    margin-left: 0px;
    margin-right: 10px;

  }  .article-h1 {
    margin:0 !important;
  }

}

@media only screen and (max-width: 400px) {
  .author-footer-details table {
  font-size:0.9rem;
  }
  .author-footer-details table th {
    padding:3px;
  
  } .author-footer-details table td {
    padding:3px;
  
  }

}

/*
CTA-button
*/

.woc-cta-button {
  background: var(--main-color);
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: fit-content;

} .woc-cta-button:hover {
  opacity: 0.6;
}


/**/
.tag_card {
  width:100%;
  float:left;
  padding:10px;

} .tag_card .card {
  display:block;
  min-height: 0;
} .tag_card .cardimagecontainer {
  float:left;
  width:40%;

} .tag_card .cardcontent {
  float:right;
  width:60%;

} .post_tags {
  margin-top:20px;

} .post_tags .tag {
    padding: 5px 10px;
    margin-right: 10px;
    text-decoration: none;
    border-radius:5px;
    background-color: #ebedf0;
    font-size: 0.9em;
    color: #424242;
    font-weight: 600;
    
} .post_tags .tag:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 700px) {
  .post_tags .tag {
    padding: 0px 6px;
    margin-right: 0px;
    margin-top:5px;
    float:left;
  }
}