@charset "UTF-8";
/*
Theme Name: ICT/Magazine v1
Author: Coen van Eenbergen
Author URI: http://www.dolphin.pub
Description: Techzine Desktop and Tablet styling
Version: 11.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ictmagazinev1
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Frontpage
# Search
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "IBM Plex Sans Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/IBMPlexSansCondensed-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSansCondensed-Regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/IBMPlexSansCondensed-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSansCondensed-SemiBold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  line-height: 150%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.h1, h1 {
  font-size: 46px;
}

h1.page-title {
  font-size: 72px;
  line-height: 90px;
}

.h2, h2 {
  font-size: 36px;
}

h2.page-subtitle {
  font-size: 46px;
  line-height: 50px;
}

.h3, h3 {
  font-size: 26px;
}

.h4, h4 {
  font-size: 20px;
}

.h5, h5 {
  font-size: 18px;
}

p {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  line-height: 150%;
}

body {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.theme-dark body {
  background-color: #3b4346;
  color: #EDEBE4;
}
.theme-light body {
  background-color: #edebe4;
  color: #3b4346;
}

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

.none {
  display: none;
}

.flex {
  display: flex;
}

.show {
  display: flex !important;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

img.tzpixel, picture.tzpixel {
  position: absolute;
  bottom: 0;
  left: 0;
}

img.cover, picture.cover {
  object-fit: cover;
}

blockquote {
  margin: 1rem 0;
}

input {
  font-family: "IBM Plex Sans Condensed";
  font-weight: 400;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.theme-dark a {
  color: #ffffff;
}
.theme-light a {
  color: #000000;
}

.theme-dark a:visited {
  color: #888888;
}
.theme-light a:visited {
  color: #888888;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.theme-dark a:hover,
.theme-dark a:focus,
.theme-dark a:active {
  color: #1877FD;
}
.theme-light a:hover,
.theme-light a:focus,
.theme-light a:active {
  color: #0245A3;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.theme-dark .screen-reader-text:focus {
  background-color: #3b4346;
  color: #EDEBE4;
}
.theme-light .screen-reader-text:focus {
  background-color: #edebe4;
  color: #3b4346;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#content {
  min-height: 700px;
  position: relative;
  padding: 0 0 96px 0;
}

body.home #content div.container:first-child {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

*, :before, :after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.column {
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.cli-barmodal-open {
  overflow: visible !important;
}

h2.section-link {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  padding: 0 16px 8px 16px;
}
.theme-dark h2.section-link {
  color: #EDEBE4;
  border-bottom: 1px solid #9B9E9F;
}
.theme-light h2.section-link {
  color: #3b4346;
  border-bottom: 1px solid #6d7274;
}

h2.section-link a {
  display: flex;
  text-decoration: none;
}
.theme-dark h2.section-link a {
  color: #EDEBE4;
}
.theme-light h2.section-link a {
  color: #3b4346;
}

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

h2.section-link span {
  width: 24px;
  height: 24px;
  content: "";
  margin: 2px 8px 0 0;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTEuMjA1IDE1LjM4NVY0Ljc5NWgydjEwLjU5bDUuNzktNS44IDEuNDIgMS40Mi04LjIxIDguMi04LjIxLTguMiAxLjQyLTEuNDIgNS43OSA1Ljh6IiBmaWxsPSIjM2I0MzQ2Ii8+PC9zdmc+");
}
.theme-dark h2.section-link span {
  background-color: #EDEBE4;
}
.theme-light h2.section-link span {
  background-color: #3b4346;
}

section.timeline h2.section-link, section.article-feature h2.section-link {
  margin-bottom: 32px;
}

section.article-feature article.article-featured img.cover, section.article-feature article.article-featured picture.cover {
  height: 200px;
}

div.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

div.grid.grid-2 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

div.insights_view {
  width: 100%;
}

article.insight-list {
  width: 100%;
  position: relative;
}

article.insight-list a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

article.insight-list a:after {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: "";
  border-radius: 8px;
}
.theme-dark article.insight-list a:after {
  background: linear-gradient(180deg, transparent 30%, #131B1E);
}
.theme-light article.insight-list a:after {
  background: linear-gradient(180deg, transparent 30%, #131B1E);
}

article.insight-list a img, article.insight-list a picture {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}

article.insight-list div {
  position: absolute;
  z-index: 15;
  bottom: 0;
  padding: 32px 16px 16px;
  gap: 8px;
}

article.insight-list a h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}
.theme-dark article.insight-list a h2 {
  color: #EDEBE4;
}
.theme-light article.insight-list a h2 {
  color: #EDEBE4;
}

article.insight-list a:hover h2 {
  text-decoration: underline;
}
article.insight-list div p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.theme-dark article.insight-list div p {
  color: #EDEBE4;
}
.theme-light article.insight-list div p {
  color: #EDEBE4;
}

span.poweredby {
  float: right;
  max-width: 250px;
  max-height: 80px;
  display: flex;
}

span.poweredby img, span.poweredby picture {
  max-width: 100%;
  max-height: 100%;
}

div.divider {
  margin: 32px 0;
}
.theme-dark div.divider {
  border-top: 1px solid #9B9E9F;
}
.theme-light div.divider {
  border-top: 1px solid #6d7274;
}

article.article-list {
  display: flex;
  flex-direction: row;
  position: relative;
}

article.article-list:hover div.content a h2 {
  text-decoration: underline;
}

article.article-list img.cover, article.article-list picture.cover {
  width: 174px;
  height: 100%;
  border-radius: 85px 0 85px 85px;
  transition: border-radius 0.5s;
}

article.article-list:hover img.cover, article.article-list:hover picture.cover {
  border-radius: 0px 8px 8px 0px;
  border-radius: 85px 0 0 85px;
  transition: border-radius 0.5s;
}
.theme-dark article.article-list:hover img.cover, .theme-dark article.article-list:hover picture.cover {
  background-color: #1B1B1B;
}
.theme-light article.article-list:hover img.cover, .theme-light article.article-list:hover picture.cover {
  background-color: #ffffff;
}

article.article-list div.content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
  border-left: 5px solid transparent;
}

.theme-dark article.article-list:hover div.content {
  background-color: #1B1B1B;
}
.theme-light article.article-list:hover div.content {
  background-color: #ffffff;
}

article.article-list.news div.content {
  border-left-width: 0;
}

article.article-list span.article-type {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.theme-dark article.article-list span.article-type {
  color: #9B9E9F;
}
.theme-light article.article-list span.article-type {
  color: #6d7274;
}

article.article-list span.article-type a {
  text-decoration: none;
}

article.article-list span.article-type a:hover {
  text-decoration: underline;
}
article.article-list a h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.theme-dark article.article-list a h2 {
  color: #EDEBE4;
}
.theme-light article.article-list a h2 {
  color: #3b4346;
}

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

article.article-list h3 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
}
.theme-dark article.article-list h3 {
  color: #9B9E9F;
}
.theme-light article.article-list h3 {
  color: #6d7274;
}

article.article-list p.entry-content {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.theme-dark article.article-list p.entry-content {
  color: #9B9E9F;
}
.theme-light article.article-list p.entry-content {
  color: #6d7274;
}

article.article-list p.entry-content::after {
  clear: none;
}

article.article-list div.meta {
  clear: none;
  justify-content: normal;
}

section.timeline.notype article.article-list, section.timeline.notype article.article-list:hover {
  border-left: 0;
  margin-left: 0;
}

section.timeline.notype article.article-list span.article-type {
  display: none;
}

div.article-spotlight {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 16px;
  gap: 8px;
}
.theme-dark div.article-spotlight {
  border-bottom: 1px solid #9B9E9F;
}
.theme-light div.article-spotlight {
  border-bottom: 1px solid #6d7274;
}

div.article-spotlight.hero {
  flex-direction: column;
}

.theme-dark div.article-spotlight:hover {
  background-color: #1B1B1B;
}
.theme-light div.article-spotlight:hover {
  background-color: #ffffff;
}

div.article-spotlight:hover div.content a h2 {
  text-decoration: underline;
}
.theme-dark div.article-spotlight:hover div.content a h2 {
  color: #EDEBE4;
}
.theme-light div.article-spotlight:hover div.content a h2 {
  color: #3b4346;
}

div.article-spotlight img.cover, div.article-spotlight picture.cover {
  width: 75px;
  max-height: 75px;
  border-radius: 37px 0 37px 37px;
}

div.article-spotlight.video-article img.cover {
  width: 150px;
  aspect-ratio: 16/9;
  max-height: none;
  border-radius: 8px;
}

div.article-spotlight.video-article:not(.hero) .video-thumbnail .video-play-button {
  width: 30px;
  height: 30px;
}

div.article-spotlight.video-article:not(.hero) .video-thumbnail .video-play-button::before {
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

div.article-spotlight.hero img.cover {
  width: 100%;
  max-height: none;
  aspect-ratio: 16/9;
  border-radius: 100px 100px 100px 0;
}

div.article-spotlight div.content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

div.article-spotlight a h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.theme-dark div.article-spotlight a h2 {
  color: #EDEBE4;
}
.theme-light div.article-spotlight a h2 {
  color: #3b4346;
}

div.article-spotlight a:hover h2 {
  text-decoration: underline;
}

div.article-spotlight h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.theme-dark div.article-spotlight h3 {
  color: #9B9E9F;
}
.theme-light div.article-spotlight h3 {
  color: #6d7274;
}

div.article-spotlight p.entry-content {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.theme-dark div.article-spotlight p.entry-content {
  color: #9B9E9F;
}
.theme-light div.article-spotlight p.entry-content {
  color: #6d7274;
}

div.article-spotlight p.entry-content::after {
  clear: none;
}

div.article-spotlight div.meta {
  clear: none;
  justify-content: normal;
}

article.article-byte {
  display: flex;
  margin: 20px 0;
  padding: 20px 15px;
}
.theme-dark article.article-byte {
  background-color: #1B1B1B;
}
.theme-light article.article-byte {
  background-color: #ffffff;
}

article.article-byte div.article-summary {
  width: 100%;
}

article.article-byte div.entry-content {
  margin: 0px;
  font-size: 16px;
  line-height: 1.3;
}

article.article-byte div.entry-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

article.article-byte div.entry-content p:first-child {
  margin-top: 0;
}

article.article-byte div.entry-content p a {
  text-decoration: none;
}
.theme-dark article.article-byte div.entry-content p a {
  color: #1877FD;
}
.theme-light article.article-byte div.entry-content p a {
  color: #0245A3;
}

article.article-byte div.entry-content p a:hover {
  text-decoration: underline;
}
.theme-dark article.article-byte div.entry-content p a:hover {
  color: #1877FD;
}
.theme-light article.article-byte div.entry-content p a:hover {
  color: #0245A3;
}

article.article-byte div.entry-content figure {
  margin: 0;
  padding: 0;
}

article.article-byte div.entry-content img, article.article-byte div.entry-content picture {
  margin: 0;
  margin-top: 10px;
}

article.article-byte div.meta {
  clear: none;
  justify-content: normal;
  margin-bottom: 10px;
}

article.article-byte a {
  text-decoration: none;
}

article.article-byte a h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0px;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

article.article-byte span.article-type {
  font-size: 11px;
  writing-mode: vertical-lr;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  position: relative;
  margin: auto 15px auto 0;
  text-orientation: sideways;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.theme-dark article.article-byte span.article-type {
  color: #9B9E9F;
  border-left: 2px solid #0245A3;
}
.theme-light article.article-byte span.article-type {
  color: #6d7274;
  border-left: 2px solid #0245A3;
}

article.article-featured {
  display: flex;
  flex-direction: column;
  position: relative;
}

.theme-dark article.article-featured:hover div.content {
  background-color: #1B1B1B;
}
.theme-light article.article-featured:hover div.content {
  background-color: #ffffff;
}

article.article-featured:hover div.content a h2 {
  text-decoration: underline;
}

article.article-featured img.cover, article.article-featured picture.cover {
  width: 100%;
  height: 340px;
  aspect-ratio: 16/9;
  border-radius: 200px 200px 200px 0px;
  transition: border-radius 0.5s;
}

article.article-featured:hover img.cover, article.article-featured:hover picture.cover {
  border-radius: 100px 100px 0 0;
  transition: border-radius 0.5s;
}

article.article-featured div.content {
  border-left: 5px solid;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
}

article.article-featured.news div.content {
  border-left: 0;
}

article.article-featured span.article-type {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.theme-dark article.article-featured span.article-type {
  color: #9B9E9F;
}
.theme-light article.article-featured span.article-type {
  color: #6d7274;
}

article.article-featured span.article-type a {
  text-decoration: none;
}

article.article-featured span.article-type a:hover {
  text-decoration: underline;
}

article.article-featured a h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.theme-dark article.article-featured a h2 {
  color: #EDEBE4;
}
.theme-light article.article-featured a h2 {
  color: #3b4346;
}

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

article.article-featured h3 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
}
.theme-dark article.article-featured h3 {
  color: #9B9E9F;
}
.theme-light article.article-featured h3 {
  color: #6d7274;
}

article.article-featured p.entry-content {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.theme-dark article.article-featured p.entry-content {
  color: #9B9E9F;
}
.theme-light article.article-featured p.entry-content {
  color: #6d7274;
}

article.article-featured p.entry-content::after {
  clear: none;
}

article.article-featured div.meta {
  clear: none;
  justify-content: normal;
}

/** section colors **/
article.news {
  border-left-width: 0;
  margin-left: 0;
}
article.news span.article-type {
  display: none;
}

.theme-dark div.insider article.blogs div.content, .theme-dark section.timeline article.blogs div.content, .theme-dark .spotlight-block article.blogs div.content, .theme-dark .latest article.blogs div.content {
  border-left-color: #FF485C;
}
.theme-light div.insider article.blogs div.content, .theme-light section.timeline article.blogs div.content, .theme-light .spotlight-block article.blogs div.content, .theme-light .latest article.blogs div.content {
  border-left-color: #F03B4F;
}
.theme-dark div.insider article.blogs span.article-type a, .theme-dark section.timeline article.blogs span.article-type a, .theme-dark .spotlight-block article.blogs span.article-type a, .theme-dark .latest article.blogs span.article-type a {
  color: #FF485C;
}
.theme-light div.insider article.blogs span.article-type a, .theme-light section.timeline article.blogs span.article-type a, .theme-light .spotlight-block article.blogs span.article-type a, .theme-light .latest article.blogs span.article-type a {
  color: #F03B4F;
}
div.insider article.blogs:hover a h2, section.timeline article.blogs:hover a h2, .spotlight-block article.blogs:hover a h2, .latest article.blogs:hover a h2 {
  text-decoration: underline;
}
.theme-dark div.insider article.blogs:hover a h2, .theme-dark section.timeline article.blogs:hover a h2, .theme-dark .spotlight-block article.blogs:hover a h2, .theme-dark .latest article.blogs:hover a h2 {
  color: #FF485C;
}
.theme-light div.insider article.blogs:hover a h2, .theme-light section.timeline article.blogs:hover a h2, .theme-light .spotlight-block article.blogs:hover a h2, .theme-light .latest article.blogs:hover a h2 {
  color: #F03B4F;
}

.theme-dark div.insider article.reviews div.content, .theme-dark section.timeline article.reviews div.content, .theme-dark .spotlight-block article.reviews div.content, .theme-dark .latest article.reviews div.content {
  border-left-color: #2C98CE;
}
.theme-light div.insider article.reviews div.content, .theme-light section.timeline article.reviews div.content, .theme-light .spotlight-block article.reviews div.content, .theme-light .latest article.reviews div.content {
  border-left-color: #2C98CE;
}
.theme-dark div.insider article.reviews span.article-type a, .theme-dark section.timeline article.reviews span.article-type a, .theme-dark .spotlight-block article.reviews span.article-type a, .theme-dark .latest article.reviews span.article-type a {
  color: #2C98CE;
}
.theme-light div.insider article.reviews span.article-type a, .theme-light section.timeline article.reviews span.article-type a, .theme-light .spotlight-block article.reviews span.article-type a, .theme-light .latest article.reviews span.article-type a {
  color: #2C98CE;
}
.theme-dark div.insider article.reviews:hover a h2, .theme-dark section.timeline article.reviews:hover a h2, .theme-dark .spotlight-block article.reviews:hover a h2, .theme-dark .latest article.reviews:hover a h2 {
  color: #2C98CE;
}
.theme-light div.insider article.reviews:hover a h2, .theme-light section.timeline article.reviews:hover a h2, .theme-light .spotlight-block article.reviews:hover a h2, .theme-light .latest article.reviews:hover a h2 {
  color: #2C98CE;
}

.theme-dark div.insider article.howtos div.content, .theme-dark section.timeline article.howtos div.content, .theme-dark .spotlight-block article.howtos div.content, .theme-dark .latest article.howtos div.content {
  border-left-color: #2C98CE;
}
.theme-light div.insider article.howtos div.content, .theme-light section.timeline article.howtos div.content, .theme-light .spotlight-block article.howtos div.content, .theme-light .latest article.howtos div.content {
  border-left-color: #2C98CE;
}
.theme-dark div.insider article.howtos span.article-type a, .theme-dark section.timeline article.howtos span.article-type a, .theme-dark .spotlight-block article.howtos span.article-type a, .theme-dark .latest article.howtos span.article-type a {
  color: #2C98CE;
}
.theme-light div.insider article.howtos span.article-type a, .theme-light section.timeline article.howtos span.article-type a, .theme-light .spotlight-block article.howtos span.article-type a, .theme-light .latest article.howtos span.article-type a {
  color: #2C98CE;
}
.theme-dark div.insider article.howtos:hover a h2, .theme-dark section.timeline article.howtos:hover a h2, .theme-dark .spotlight-block article.howtos:hover a h2, .theme-dark .latest article.howtos:hover a h2 {
  color: #2C98CE;
}
.theme-light div.insider article.howtos:hover a h2, .theme-light section.timeline article.howtos:hover a h2, .theme-light .spotlight-block article.howtos:hover a h2, .theme-light .latest article.howtos:hover a h2 {
  color: #2C98CE;
}

.theme-dark div.insider article.experts div.content, .theme-dark section.timeline article.experts div.content, .theme-dark .spotlight-block article.experts div.content, .theme-dark .latest article.experts div.content {
  border-left-color: #FFC100;
}
.theme-light div.insider article.experts div.content, .theme-light section.timeline article.experts div.content, .theme-light .spotlight-block article.experts div.content, .theme-light .latest article.experts div.content {
  border-left-color: #F6A234;
}
.theme-dark div.insider article.experts span.article-type a, .theme-dark section.timeline article.experts span.article-type a, .theme-dark .spotlight-block article.experts span.article-type a, .theme-dark .latest article.experts span.article-type a {
  color: #FFC100;
}
.theme-light div.insider article.experts span.article-type a, .theme-light section.timeline article.experts span.article-type a, .theme-light .spotlight-block article.experts span.article-type a, .theme-light .latest article.experts span.article-type a {
  color: #F6A234;
}
.theme-dark div.insider article.experts:hover a h2, .theme-dark section.timeline article.experts:hover a h2, .theme-dark .spotlight-block article.experts:hover a h2, .theme-dark .latest article.experts:hover a h2 {
  color: #FFC100;
}
.theme-light div.insider article.experts:hover a h2, .theme-light section.timeline article.experts:hover a h2, .theme-light .spotlight-block article.experts:hover a h2, .theme-light .latest article.experts:hover a h2 {
  color: #F6A234;
}

.theme-dark div.insider article.whitepapers div.content, .theme-dark section.timeline article.whitepapers div.content, .theme-dark .spotlight-block article.whitepapers div.content, .theme-dark .latest article.whitepapers div.content {
  border-left-color: #9B9E9F;
}
.theme-light div.insider article.whitepapers div.content, .theme-light section.timeline article.whitepapers div.content, .theme-light .spotlight-block article.whitepapers div.content, .theme-light .latest article.whitepapers div.content {
  border-left-color: #6d7274;
}
.theme-dark div.insider article.whitepapers span.article-type a, .theme-dark section.timeline article.whitepapers span.article-type a, .theme-dark .spotlight-block article.whitepapers span.article-type a, .theme-dark .latest article.whitepapers span.article-type a {
  color: #9B9E9F;
}
.theme-light div.insider article.whitepapers span.article-type a, .theme-light section.timeline article.whitepapers span.article-type a, .theme-light .spotlight-block article.whitepapers span.article-type a, .theme-light .latest article.whitepapers span.article-type a {
  color: #6d7274;
}
.theme-dark div.insider article.whitepapers:hover a h2, .theme-dark section.timeline article.whitepapers:hover a h2, .theme-dark .spotlight-block article.whitepapers:hover a h2, .theme-dark .latest article.whitepapers:hover a h2 {
  color: #9B9E9F;
}
.theme-light div.insider article.whitepapers:hover a h2, .theme-light section.timeline article.whitepapers:hover a h2, .theme-light .spotlight-block article.whitepapers:hover a h2, .theme-light .latest article.whitepapers:hover a h2 {
  color: #6d7274;
}

section.spotlight-block {
  margin-bottom: 32px;
  position: relative;
}

.theme-dark section#techzinetalks h2.section-link {
  border-bottom: 2px solid #FF485C;
}
.theme-light section#techzinetalks h2.section-link {
  border-bottom: 2px solid #F03B4F;
}
section#techzinetalks h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMjAgMTMuMThWMTFhOCA4IDAgMCAwLTgtOCA4IDggMCAwIDAtOCA4djIuMThBMyAzIDAgMCAwIDIgMTZ2MWEzIDMgMCAwIDAgMyAzaDJhMiAyIDAgMCAwIDItMnYtM2EyIDIgMCAwIDAtMi0ySDZ2LTJhNiA2IDAgMCAxIC44MS0zbC4wNy4wNWExIDEgMCAwIDAgMS4yNy0uMjRBNSA1IDAgMCAxIDEyIDZhNSA1IDAgMCAxIDMuODUgMS44MSAxIDEgMCAwIDAgMS4yNy4yNGwuMDctLjA1YTYgNiAwIDAgMSAuODEgM3YyaC0xYTIgMiAwIDAgMC0yIDJ2M2EyIDIgMCAwIDAgMiAyaDJhMyAzIDAgMCAwIDMtM3YtMWEzIDMgMCAwIDAtMi0yLjgyek03IDE1djNINWExIDEgMCAwIDEtMS0xdi0xYTEgMSAwIDAgMSAxLTFoMnptMTMgMmExIDEgMCAwIDEtMSAxaC0ydi0zaDJhMSAxIDAgMCAxIDEgMXYxeiIgZmlsbD0iI2ZmYzEwMCIvPjwvc3ZnPg==");
}
.theme-dark section#techzinetalks h2.section-link span {
  background-color: #FF485C;
}
.theme-light section#techzinetalks h2.section-link span {
  background-color: #F03B4F;
}
.theme-dark section#techzinetalks div.article-spotlight:hover {
  background-color: #F0969F;
}
.theme-light section#techzinetalks div.article-spotlight:hover {
  background-color: #F0969F;
}
.theme-dark section#techzinetalks div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-light section#techzinetalks div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-dark section#techzinetalks div.article-spotlight:last-child {
  border-bottom: 2px solid #FF485C;
}
.theme-light section#techzinetalks div.article-spotlight:last-child {
  border-bottom: 2px solid #F03B4F;
}

.theme-dark section#boolean h2.section-link {
  border-bottom: 2px solid #9547FA;
}
.theme-light section#boolean h2.section-link {
  border-bottom: 2px solid #9547FA;
}
section#boolean h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAxMyIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMiIgZmlsbD0iIzExMTUxNyIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuNjU4IDExLjE5NmMtMi42OCAwLTQuODUzLTIuMTczLTQuODUzLTQuODUzczIuMTczLTQuODUzIDQuODUzLTQuODUzIDQuODUzIDIuMTczIDQuODUzIDQuODUzLTIuMTczIDQuODUzLTQuODUzIDQuODUzem0wLTExLjE5NWMtMy41MDMgMC02LjM0MyAyLjg0LTYuMzQzIDYuMzQzczIuODQgNi4zNDMgNi4zNDMgNi4zNDNTMjQgOS44NDYgMjQgNi4zNDMgMjEuMTYgMCAxNy42NTggMHptMi42MTMgNy44ODRjLjA4LjA4LjA4LjIxIDAgLjI5bC0uNzgyLjc4MmMtLjA4LjA4LS4yMS4wOC0uMjkgMGwtNC4xNTYtNC4xNTZjLS4wOC0uMDgtLjA4LS4yMSAwLS4yOWwuNzgyLS43ODJjLjA4LS4wOC4yMS0uMDguMjkgMGw0LjE1NiA0LjE1NnoiLz48cGF0aCBkPSJNMTYuMTE2IDguOTU3Yy0uMDguMDgtLjIxLjA4LS4yOSAwbC0uNzgyLS43ODJjLS4wOC0uMDgtLjA4LS4yMSAwLS4yOUwxOS4yIDMuNzI5Yy4wOC0uMDguMjEtLjA4LjI5IDBsLjc4Mi43ODJjLjA4LjA4LjA4LjIxIDAgLjI5bC00LjE1NiA0LjE1NnptLTkuNzczIDIuMjM5Yy0yLjY4IDAtNC44NTMtMi4xNzMtNC44NTMtNC44NTNTMy42NjIgMS40OSA2LjM0MyAxLjQ5czQuODUzIDIuMTczIDQuODUzIDQuODUzLTIuMTczIDQuODUzLTQuODUzIDQuODUzek02LjM0MyAwQzIuODQgMCAwIDIuODQgMCA2LjM0M3MyLjg0IDYuMzQzIDYuMzQzIDYuMzQzIDYuMzQzLTIuODQgNi4zNDMtNi4zNDNTOS44NDUgMCA2LjM0MyAwem0uMzIgNy45OTJjLjA1OC4wNTguMDQxLjE3LS4wMzguMjQ5bC0uNzc1Ljc3NWMtLjA3OS4wNzktLjE5MS4wOTYtLjI0OS4wMzhMMi41NzYgNi4wM2MtLjA1OC0uMDU4LS4wNDEtLjE3LjAzOC0uMjQ5bC43NzUtLjc3NWMuMDc5LS4wNzkuMTkxLS4wOTYuMjQ5LS4wMzhsMy4wMjUgMy4wMjV6Ii8+PHBhdGggZD0iTTUuODI3IDkuMDEyYS4yMS4yMSAwIDAgMS0uMjk3IDBsLS44MDEtLjgwMWEuMjEuMjEgMCAwIDEgMC0uMjk3bDQuMjU2LTQuMjU2YS4yMS4yMSAwIDAgMSAuMjk3IDBsLjgwMS44MDFhLjIxLjIxIDAgMCAxIDAgLjI5N0w1LjgyNyA5LjAxMnoiLz48L3N2Zz4=");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark section#boolean h2.section-link span {
  background-color: #9547FA;
}
.theme-light section#boolean h2.section-link span {
  background-color: #9547FA;
}
.theme-dark section#boolean div.article-spotlight:hover {
  background-color: #CBA4FF;
}
.theme-light section#boolean div.article-spotlight:hover {
  background-color: #CBA4FF;
}
.theme-dark section#boolean div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-light section#boolean div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-dark section#boolean div.article-spotlight:last-child {
  border-bottom: 2px solid #9547FA;
}
.theme-light section#boolean div.article-spotlight:last-child {
  border-bottom: 2px solid #9547FA;
}

img.tzeffect, svg.tzeffect {
  position: absolute;
  left: -125px;
  top: -35px;
}

.theme-dark body.page section#popular-stories h2.section-link, .theme-dark body.home div.editorpicks h2.section-link {
  color: #131B1E;
}
.theme-light body.page section#popular-stories h2.section-link, .theme-light body.home div.editorpicks h2.section-link {
  color: #131B1E;
}
.theme-dark body.page section#popular-stories h2.section-link span, .theme-dark body.home div.editorpicks h2.section-link span {
  background-color: #131B1E;
}
.theme-light body.page section#popular-stories h2.section-link span, .theme-light body.home div.editorpicks h2.section-link span {
  background-color: #131B1E;
}
.theme-dark body.page section#popular-stories div.article-spotlight a h2, .theme-dark body.home div.editorpicks div.article-spotlight a h2 {
  color: #131B1E;
}
.theme-light body.page section#popular-stories div.article-spotlight a h2, .theme-light body.home div.editorpicks div.article-spotlight a h2 {
  color: #131B1E;
}
.theme-dark body.page section#popular-stories p.entry-content, .theme-dark body.page section#popular-stories h3.subtitle, .theme-dark body.home div.editorpicks p.entry-content, .theme-dark body.home div.editorpicks h3.subtitle {
  color: #131B1E;
  opacity: 0.6;
}
.theme-light body.page section#popular-stories p.entry-content, .theme-light body.page section#popular-stories h3.subtitle, .theme-light body.home div.editorpicks p.entry-content, .theme-light body.home div.editorpicks h3.subtitle {
  color: #131B1E;
  opacity: 0.6;
}
.theme-dark body.page section#popular-stories div.article-spotlight:hover, .theme-dark body.home div.editorpicks div.article-spotlight:hover {
  background-color: #9B9E9F;
}
.theme-light body.page section#popular-stories div.article-spotlight:hover, .theme-light body.home div.editorpicks div.article-spotlight:hover {
  background-color: #6d7274;
}

body.page section#popular-stories {
  margin-top: -64px;
}

section#techzine {
  max-width: 100vw;
  margin-top: 64px;
  height: 620px;
}
section#techzine h2.section-link {
  padding-top: 24px;
  position: relative;
  z-index: 1;
}
.theme-dark section#techzine h2.section-link {
  color: #EDEBE4;
  border-bottom: 1px solid #131B1E;
}
.theme-light section#techzine h2.section-link {
  color: #3b4346;
  border-bottom: 1px solid #131B1E;
}
section#techzine h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzRweCIgaGVpZ2h0PSI3NHB4IiB2aWV3Qm94PSIwIDAgNzQgNzQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5CZWVsZG1lcms8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iQmVlbGRtZXJrIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTG9nbyI+CiAgICAgICAgICAgIDxnIGlkPSJCZWVsZG1lcmsiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtOSIgZmlsbD0iI0ZGNDg1QyIgcG9pbnRzPSItNy4xMDU0MjczNmUtMTUgOS42NDE0IC03LjEwNTQyNzM2ZS0xNSAyOC45MjU0IDE2LjcwMiAzOC41Njg0IDMzLjQwMiAyOC45MjU0IDMzLjQwMiA5LjY0MTQgMTYuNzAyIDAuMDAwNCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtMTAiIGZpbGw9IiNGRkMxMDAiIHBvaW50cz0iMzkuODIzMiA5LjY0MTQgMzkuODIzMiAyOC45MjU0IDU2LjUyNTIgMzguNTY4NCA3My4yMjUyIDI4LjkyNTQgNzMuMjI1MiA5LjY0MTQgNTYuNTI1MiAwLjAwMDQiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTExIiBmaWxsPSIjM0JBQkVCIiBwb2ludHM9IjE5Ljg5ODEgNDQuMTMzOSAxOS44OTgxIDYzLjQxNzkgMzYuNjAwMSA3My4wNjE5IDUzLjMwMDEgNjMuNDE3OSA1My4zMDAxIDQ0LjEzMzkgMzYuNjAwMSAzNC40OTI5Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 24px;
}
.theme-dark section#techzine h2.section-link span {
  background-color: #EDEBE4;
}
.theme-light section#techzine h2.section-link span {
  background-color: #3b4346;
}
.theme-dark section#techzine div.article-spotlight {
  border-bottom: 1px solid #131B1E;
}
.theme-light section#techzine div.article-spotlight {
  border-bottom: 1px solid #131B1E;
}
.theme-dark section#techzine div.article-spotlight:hover {
  background-color: #1B1B1B;
}
.theme-light section#techzine div.article-spotlight:hover {
  background-color: #ffffff;
}
.theme-dark section#techzine div.article-spotlight:hover a h2 {
  color: #EDEBE4;
}
.theme-light section#techzine div.article-spotlight:hover a h2 {
  color: #3b4346;
}
section#techzine div.article-spotlight:last-child {
  margin-bottom: 64px;
}
.theme-dark section#techzine div.article-spotlight:last-child {
  border-bottom: 2px solid #131B1E;
}
.theme-light section#techzine div.article-spotlight:last-child {
  border-bottom: 2px solid #131B1E;
}

.theme-dark section#whitepapers h2.section-link, .theme-dark section#experts h2.section-link {
  border-bottom: 2px solid #FFC100;
}
.theme-light section#whitepapers h2.section-link, .theme-light section#experts h2.section-link {
  border-bottom: 2px solid #F6A234;
}
section#whitepapers h2.section-link span, section#experts h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuMDQ0IDEuMjlhMy44NCAzLjg0IDAgMCAwLTUuNDIgMEwxLjQxMyAxMS41MS4wNjMgMTguMjdsNi43Ni0xLjM1IDEwLjIyLTEwLjIxYTMuODQgMy44NCAwIDAgMCAwLTUuNDJ6bS0xMS4yIDEzLjc5bC0zLjI0LjY1LjY1LTMuMjQgNy4wOC03LjA4TDEyLjkyNCA4bC03LjA4IDcuMDh6bTkuNzgtOS43OWwtMS4yOSAxLjNMMTEuNzQ0IDRsMS4zLTEuMjljLjM0Mi0uMzQyLjgwNi0uNTM0IDEuMjktLjUzNHMuOTQ4LjE5MiAxLjI5LjUzNC41MzQuODA2LjUzNCAxLjI5LS4xOTIuOTQ4LS41MzQgMS4yOXoiIGZpbGw9IiMzYjQzNDYiLz48L3N2Zz4=");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark section#whitepapers h2.section-link span, .theme-dark section#experts h2.section-link span {
  background-color: #FFC100;
}
.theme-light section#whitepapers h2.section-link span, .theme-light section#experts h2.section-link span {
  background-color: #F6A234;
}
.theme-dark section#whitepapers div.article-spotlight:hover, .theme-dark section#experts div.article-spotlight:hover {
  background-color: #F9DA78;
}
.theme-light section#whitepapers div.article-spotlight:hover, .theme-light section#experts div.article-spotlight:hover {
  background-color: #F9DA78;
}
.theme-dark section#whitepapers div.article-spotlight:hover a h2, .theme-dark section#experts div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-light section#whitepapers div.article-spotlight:hover a h2, .theme-light section#experts div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-dark section#whitepapers div.article-spotlight:last-child, .theme-dark section#experts div.article-spotlight:last-child {
  border-bottom: 2px solid #FFC100;
}
.theme-light section#whitepapers div.article-spotlight:last-child, .theme-light section#experts div.article-spotlight:last-child {
  border-bottom: 2px solid #F6A234;
}

.theme-dark section#insight h2.section-link, .theme-dark section#techzinetv h2.section-link {
  border-bottom: 2px solid #9547FA;
  color: #EDEBE4;
}
.theme-light section#insight h2.section-link, .theme-light section#techzinetv h2.section-link {
  border-bottom: 2px solid #9547FA;
  color: #3b4346;
}
section#insight h2.section-link span, section#techzinetv h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2I0MzQ2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTEyIDQuMjVDNC41IDQuMjUgMS41IDEyIDEuNSAxMnMzIDcuNzUgMTAuNSA3Ljc1UzIyLjUgMTIgMjIuNSAxMnMtMy03Ljc1LTEwLjUtNy43NXoiLz48cGF0aCBkPSJNMTIgMTVhMyAzIDAgMSAwIDAtNiAzIDMgMCAxIDAgMCA2eiIvPjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark section#insight h2.section-link span, .theme-dark section#techzinetv h2.section-link span {
  background-color: #9547FA;
}
.theme-light section#insight h2.section-link span, .theme-light section#techzinetv h2.section-link span {
  background-color: #9547FA;
}
.theme-dark section#insight div.article-spotlight:hover, .theme-dark section#techzinetv div.article-spotlight:hover {
  background-color: #606161;
}
.theme-light section#insight div.article-spotlight:hover, .theme-light section#techzinetv div.article-spotlight:hover {
  background-color: #d3d4d5;
}
.theme-dark section#insight div.article-spotlight:last-child, .theme-dark section#techzinetv div.article-spotlight:last-child {
  border-bottom: 2px solid #9547FA;
}
.theme-light section#insight div.article-spotlight:last-child, .theme-light section#techzinetv div.article-spotlight:last-child {
  border-bottom: 2px solid #9547FA;
}
section#insight div.poweredby, section#techzinetv div.poweredby {
  font-weight: 600;
  padding: 8px 16px;
}
section#insight div.poweredby span, section#techzinetv div.poweredby span {
  float: right;
}
section#insight div.poweredby img, section#insight div.poweredby picture, section#techzinetv div.poweredby img, section#techzinetv div.poweredby picture {
  max-height: 30px;
}

section#insight.spons div.article-spotlight:last-child {
  border: 0;
}

.theme-dark section#jobs h2.section-link {
  border-bottom: 2px solid #2C98CE;
}
.theme-light section#jobs h2.section-link {
  border-bottom: 2px solid #2C98CE;
}
section#jobs h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZmlsbD0iIzFlMzA1MCIgZD0iTTE4NCA0OEgzMjhjNC40IDAgOCAzLjYgOCA4Vjk2SDE3NlY1NmMwLTQuNCAzLjYtOCA4LTh6bS01NiA4Vjk2SDY0QzI4LjcgOTYgMCAxMjQuNyAwIDE2MHY5NkgxOTIgMzIwIDUxMlYxNjBjMC0zNS4zLTI4LjctNjQtNjQtNjRIMzg0VjU2YzAtMzAuOS0yNS4xLTU2LTU2LTU2SDE4NGMtMzAuOSAwLTU2IDI1LjEtNTYgNTZ6TTUxMiAyODhIMzIwdjMyYzAgMTcuNy0xNC4zIDMyLTMyIDMySDIyNGMtMTcuNyAwLTMyLTE0LjMtMzItMzJWMjg4SDBWNDE2YzAgMzUuMyAyOC43IDY0IDY0IDY0SDQ0OGMzNS4zIDAgNjQtMjguNyA2NC02NFYyODh6Ii8+PC9zdmc+");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark section#jobs h2.section-link span {
  background-color: #2C98CE;
}
.theme-light section#jobs h2.section-link span {
  background-color: #2C98CE;
}
.theme-dark section#jobs div.article-spotlight:hover {
  background-color: #A2D3F4;
}
.theme-light section#jobs div.article-spotlight:hover {
  background-color: #A2D3F4;
}
.theme-dark section#jobs div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-light section#jobs div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-dark section#jobs div.article-spotlight:last-child {
  border-bottom: 2px solid #2C98CE;
}
.theme-light section#jobs div.article-spotlight:last-child {
  border-bottom: 2px solid #2C98CE;
}

.theme-dark section#events h2.section-link {
  border-bottom: 2px solid #2C98CE;
}
.theme-light section#events h2.section-link {
  border-bottom: 2px solid #2C98CE;
}
section#events h2.section-link span {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMiIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNOSA5Yy0uMjY1IDAtLjUyLS4xMDUtLjcwNy0uMjkzUzggOC4yNjUgOCA4VjRjMC0uMjY1LjEwNS0uNTIuMjkzLS43MDdTOC43MzUgMyA5IDNzLjUyLjEwNS43MDcuMjkzUzEwIDMuNzM1IDEwIDR2MWgzdjJoLTN2MWMwIC4yNjUtLjEwNS41Mi0uMjkzLjcwN1M5LjI2NSA5IDkgOXptOCA5Yy4yNjUgMCAuNTItLjEwNS43MDctLjI5M1MxOCAxNy4yNjUgMTggMTd2LTVINnY1YzAgLjI2NS4xMDUuNTIuMjkzLjcwN1M2LjczNSAxOCA3IDE4aDEwem0wLTEzYy43OTYgMCAxLjU1OS4zMTYgMi4xMjEuODc5UzIwIDcuMjA0IDIwIDh2OWMwIC43OTYtLjMxNiAxLjU1OS0uODc5IDIuMTIxUzE3Ljc5NiAyMCAxNyAyMEg3Yy0uNzk2IDAtMS41NTktLjMxNi0yLjEyMS0uODc5UzQgMTcuNzk2IDQgMTdWOGMwLS43OTYuMzE2LTEuNTU5Ljg3OS0yLjEyMVM2LjIwNCA1IDcgNXYyYy0uMjY1IDAtLjUyLjEwNS0uNzA3LjI5M1M2IDcuNzM1IDYgOHYyaDEyVjhjMC0uMjY1LS4xMDUtLjUyLS4yOTMtLjcwN1MxNy4yNjUgNyAxNyA3aC0xdjFjMCAuMjY1LS4xMDUuNTItLjI5My43MDdTMTUuMjY1IDkgMTUgOXMtLjUyLS4xMDUtLjcwNy0uMjkzUzE0IDguMjY1IDE0IDhWNGMwLS4yNjUuMTA1LS41Mi4yOTMtLjcwN1MxNC43MzUgMyAxNSAzcy41Mi4xMDUuNzA3LjI5M1MxNiAzLjczNSAxNiA0djFoMXoiIGZpbGw9IiMzYjQzNDYiLz48L3N2Zz4=");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark section#events h2.section-link span {
  background-color: #2C98CE;
}
.theme-light section#events h2.section-link span {
  background-color: #2C98CE;
}
.theme-dark section#events div.article-spotlight:hover {
  background-color: #A2D3F4;
}
.theme-light section#events div.article-spotlight:hover {
  background-color: #A2D3F4;
}
.theme-dark section#events div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-light section#events div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-dark section#events div.article-spotlight:last-child {
  border-bottom: 2px solid #2C98CE;
}
.theme-light section#events div.article-spotlight:last-child {
  border-bottom: 2px solid #2C98CE;
}

.theme-dark section#topstories h2.section-link {
  border-bottom: 2px solid #FF485C;
}
.theme-light section#topstories h2.section-link {
  border-bottom: 2px solid #F03B4F;
}
.theme-dark section#topstories h2.section-link span {
  background-color: #FF485C;
}
.theme-light section#topstories h2.section-link span {
  background-color: #F03B4F;
}
.theme-dark section#topstories div.article-spotlight:hover {
  background-color: #F0969F;
}
.theme-light section#topstories div.article-spotlight:hover {
  background-color: #F0969F;
}
.theme-dark section#topstories div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-light section#topstories div.article-spotlight:hover a h2 {
  color: #131B1E;
}
.theme-dark section#topstories div.article-spotlight:last-child {
  border-bottom: 2px solid #FF485C;
}
.theme-light section#topstories div.article-spotlight:last-child {
  border-bottom: 2px solid #F03B4F;
}

div.meta {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
  gap: 8px;
  opacity: 0.8;
  align-items: center;
  clear: both;
}
.theme-dark div.meta {
  color: #9B9E9F;
}
.theme-light div.meta {
  color: #6d7274;
}

div.meta span.divider {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNyA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMS45OTk3OVY1Ljk5OTc5TDMuNDY0NDMgOEw2LjkyODQ0IDUuOTk5NzlWMS45OTk3OUwzLjQ2NDQzIDBMMCAxLjk5OTc5WiIgZmlsbD0iIzZENzI3NCIvPgo8L3N2Zz4K");
  width: 7px;
  height: 8px;
}
.theme-dark div.meta span.divider {
  background-color: #9B9E9F;
}
.theme-light div.meta span.divider {
  background-color: #6d7274;
}

div.meta a {
  text-decoration: none;
}
.theme-dark div.meta a {
  color: #9B9E9F;
}
.theme-light div.meta a {
  color: #6d7274;
}

div.meta a:hover {
  text-decoration: underline;
}
.theme-dark div.meta a:hover {
  color: #EDEBE4;
}
.theme-light div.meta a:hover {
  color: #3b4346;
}

article.event-listing div.meta, article.job-listing div.meta {
  display: flex;
  justify-content: space-between;
}

article.event-listing div.meta span.date, article.job-listing div.meta span.time, article.event-listing div.meta span.location, article.job-listing div.meta span.location {
  display: flex;
}

article.event-listing div.meta span.date:before {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMiIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNOSA5Yy0uMjY1IDAtLjUyLS4xMDUtLjcwNy0uMjkzUzggOC4yNjUgOCA4VjRjMC0uMjY1LjEwNS0uNTIuMjkzLS43MDdTOC43MzUgMyA5IDNzLjUyLjEwNS43MDcuMjkzUzEwIDMuNzM1IDEwIDR2MWgzdjJoLTN2MWMwIC4yNjUtLjEwNS41Mi0uMjkzLjcwN1M5LjI2NSA5IDkgOXptOCA5Yy4yNjUgMCAuNTItLjEwNS43MDctLjI5M1MxOCAxNy4yNjUgMTggMTd2LTVINnY1YzAgLjI2NS4xMDUuNTIuMjkzLjcwN1M2LjczNSAxOCA3IDE4aDEwem0wLTEzYy43OTYgMCAxLjU1OS4zMTYgMi4xMjEuODc5UzIwIDcuMjA0IDIwIDh2OWMwIC43OTYtLjMxNiAxLjU1OS0uODc5IDIuMTIxUzE3Ljc5NiAyMCAxNyAyMEg3Yy0uNzk2IDAtMS41NTktLjMxNi0yLjEyMS0uODc5UzQgMTcuNzk2IDQgMTdWOGMwLS43OTYuMzE2LTEuNTU5Ljg3OS0yLjEyMVM2LjIwNCA1IDcgNXYyYy0uMjY1IDAtLjUyLjEwNS0uNzA3LjI5M1M2IDcuNzM1IDYgOHYyaDEyVjhjMC0uMjY1LS4xMDUtLjUyLS4yOTMtLjcwN1MxNy4yNjUgNyAxNyA3aC0xdjFjMCAuMjY1LS4xMDUuNTItLjI5My43MDdTMTUuMjY1IDkgMTUgOXMtLjUyLS4xMDUtLjcwNy0uMjkzUzE0IDguMjY1IDE0IDhWNGMwLS4yNjUuMTA1LS41Mi4yOTMtLjcwN1MxNC43MzUgMyAxNSAzcy41Mi4xMDUuNzA3LjI5M1MxNiAzLjczNSAxNiA0djFoMXoiIGZpbGw9IiMzYjQzNDYiLz48L3N2Zz4=");
  mask-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.theme-dark article.event-listing div.meta span.date:before {
  background-color: #9B9E9F;
}
.theme-light article.event-listing div.meta span.date:before {
  background-color: #6d7274;
}

article.job-listing div.meta span.time:before {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDRWMmg2djJIOXptMyAxMGExIDEgMCAwIDEtMS0xVjhoMnY1YTEgMSAwIDAgMS0xIDF6bTAgNWE2IDYgMCAwIDAgNS41NDMtMy43MDQgNiA2IDAgMCAwLTEuMzAxLTYuNTM5IDYgNiAwIDAgMC02LjUzOS0xLjMwMUE2IDYgMCAwIDAgNiAxM2E2IDYgMCAwIDAgNiA2em01Ljg1LTExLjQ0YTggOCAwIDAgMS0uMDY5IDEwLjk1MiA4IDggMCAwIDEtMTAuOTM1LjYyQTggOCAwIDAgMSA1LjU0IDguMjU4IDggOCAwIDAgMSAxNi4zMSA2LjI3bDItMiAxLjQyIDEuNDItMS44OCAxLjg3eiIgZmlsbD0iIzNiNDM0NiIvPjwvc3ZnPg==");
  mask-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.theme-dark article.job-listing div.meta span.time:before {
  background-color: #9B9E9F;
}
.theme-light article.job-listing div.meta span.time:before {
  background-color: #6d7274;
}

article.event-listing div.meta span.location:before, article.job-listing div.meta span.location:before {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyA4LjcyYTEgMSAwIDAgMS0uNjE3LjkyNCAxIDEgMCAwIDEtMS4wOS0uMjE3IDEgMSAwIDAgMS0uMjE3LTEuMDlBMSAxIDAgMCAxIDEyIDcuNzJhMSAxIDAgMCAxIDEgMXptLTEgMTIuNTZsLS43Ny0uOTJDMTEgMjAuMSA2IDE0IDYgOC43MmE2IDYgMCAwIDEgNi02IDYgNiAwIDAgMSA2IDZjMCA1LjMtNSAxMS4zOC01LjIzIDExLjY0bC0uNzcuOTJ6bTAtMTYuNTZhNCA0IDAgMCAwLTQgNGMwIDMuNDMgMi42NSA3LjUxIDQgOS4zNSAxLjM1LTEuODUgNC01LjkyIDQtOS4zNWE0IDQgMCAwIDAtNC00eiIgZmlsbD0iIzNiNDM0NiIvPjwvc3ZnPg==");
  mask-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.theme-dark article.event-listing div.meta span.location:before, .theme-dark article.job-listing div.meta span.location:before {
  background-color: #9B9E9F;
}
.theme-light article.event-listing div.meta span.location:before, .theme-light article.job-listing div.meta span.location:before {
  background-color: #6d7274;
}

div.paging {
  text-align: center;
  margin: 50px auto;
}

div.paging a, div.paging span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  text-decoration: none;
}
.theme-dark div.paging a, .theme-dark div.paging span {
  background-color: #1B1B1B;
  color: #ffffff;
}
.theme-light div.paging a, .theme-light div.paging span {
  background-color: #ffffff;
  color: #000000;
}

.theme-dark div.paging span.current {
  background-color: #0245A3;
}
.theme-light div.paging span.current {
  background-color: #0245A3;
}

.theme-dark div.paging a:hover {
  background-color: #1877FD;
}
.theme-light div.paging a:hover {
  background-color: #0245A3;
}

.theme-dark div.paging a.prev {
  background-color: #1B1B1B;
}
.theme-light div.paging a.prev {
  background-color: #ffffff;
}

div.paging a.prev {
  position: relative;
}
.theme-dark div.paging a.prev {
  background-color: #1B1B1B;
}
.theme-light div.paging a.prev {
  background-color: #ffffff;
}

div.paging a.prev:before {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTkuNCAyMzMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNsMTYwIDE2MGMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMHMxMi41LTMyLjggMC00NS4zTDEwOS4yIDI4OCA0MTYgMjg4YzE3LjcgMCAzMi0xNC4zIDMyLTMycy0xNC4zLTMyLTMyLTMybC0zMDYuNyAwTDIxNC42IDExOC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwbC0xNjAgMTYweiIvPjwvc3ZnPg==");
  mask-size: 18px;
  mask-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 8px;
}
.theme-dark div.paging a.prev:before {
  background-color: #EDEBE4;
}
.theme-light div.paging a.prev:before {
  background-color: #3b4346;
}

div.paging a.next {
  position: relative;
}
.theme-dark div.paging a.next {
  background-color: #1B1B1B;
}
.theme-light div.paging a.next {
  background-color: #ffffff;
}

div.paging a.next:before {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDI3OC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wzMzguOCAyMjQgMzIgMjI0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDMwNi43IDBMMjMzLjQgMzkzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MHoiLz48L3N2Zz4=");
  mask-size: 18px;
  mask-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 8px;
}
.theme-dark div.paging a.next:before {
  background-color: #EDEBE4;
}
.theme-light div.paging a.next:before {
  background-color: #3b4346;
}

.theme-dark div.paging a.prev:hover, .theme-dark div.paging a.next:hover {
  background-color: #1877FD;
  text-decoration: none;
}
.theme-light div.paging a.prev:hover, .theme-light div.paging a.next:hover {
  background-color: #0245A3;
  text-decoration: none;
}

.mobile-elm {
  display: none;
}

div.paccount {
  position: relative;
  max-width: 750px;
  margin: 50px auto;
}

div.paccount h2 {
  margin-top: 30px;
}

ul.tabbar {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0 16px;
  gap: 16px;
}

ul.tabbar li a {
  display: block;
  padding: 8px 16px;
  min-width: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
}
.theme-dark ul.tabbar li a {
  color: #EDEBE4;
  border: 1px solid #131B1E;
  border-bottom-width: 0;
}
.theme-light ul.tabbar li a {
  color: #3b4346;
  border: 1px solid #131B1E;
  border-bottom-width: 0;
}

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

.theme-dark ul.tabbar li a.active {
  background-color: #131B1E;
  color: #EDEBE4;
}
.theme-light ul.tabbar li a.active {
  background-color: #131B1E;
  color: #EDEBE4;
}

div.crwebform div.gform_confirmation_message {
  padding: 30px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.theme-dark div.crwebform div.gform_confirmation_message {
  border: 1px solid #9B9E9F;
}
.theme-light div.crwebform div.gform_confirmation_message {
  border: 1px solid #6d7274;
}

div.crwebform_wrapper {
  padding: 30px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.theme-dark div.crwebform_wrapper {
  border: 1px solid #9B9E9F;
}
.theme-light div.crwebform_wrapper {
  border: 1px solid #6d7274;
}

div.crwebform_wrapper .gform_required_legend {
  display: none;
}

div.crwebform_wrapper h2, div.crwebform_wrapper h3, div.crwebform_wrapper h4 {
  margin: 0;
}

div.crwebform_wrapper fieldset {
  border: 0;
  padding: 0;
}

div.crwebform_wrapper .gfield {
  margin: 16px 0;
}

div.crwebform_wrapper .gfield_label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

div.crwebform_wrapper .ginput_container input, div.crwebform_wrapper .ginput_container select {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 30px;
}
.theme-dark div.crwebform_wrapper .ginput_container input, .theme-dark div.crwebform_wrapper .ginput_container select {
  border: 1px solid #fff;
}
.theme-light div.crwebform_wrapper .ginput_container input, .theme-light div.crwebform_wrapper .ginput_container select {
  border: 1px solid #fff;
}

div.crwebform_wrapper .ginput_container input:focus, div.crwebform_wrapper .ginput_container select:focus {
  outline: 0;
}

fieldset.critpro div.gfield_radio, fieldset.critorg div.gfield_radio {
  display: flex;
  flex-direction: row;
  padding-top: 4px;
}

fieldset.critpro div.gchoice, fieldset.critorg div.gchoice {
  display: flex;
  flex-direction: row;
}

fieldset.critpro div.gchoice input, fieldset.critorg div.gchoice input {
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 100px;
  background-color: #fff;
  appearance: none;
  padding: 0;
  margin-right: 16px;
}

.theme-dark fieldset.critpro div.gchoice input:checked, .theme-dark fieldset.critorg div.gchoice input:checked {
  background-color: #131B1E;
  border: 6px solid #1877FD;
}
.theme-light fieldset.critpro div.gchoice input:checked, .theme-light fieldset.critorg div.gchoice input:checked {
  background-color: #131B1E;
  border: 6px solid #0245A3;
}

fieldset.critpro div.gchoice label, fieldset.critorg div.gchoice label {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

fieldset.critpro div.gchoice:last-child, fieldset.critorg div.gchoice:last-child {
  margin-left: 40px;
}

div.crwebform_wrapper fieldset.newsletter .gfield_label, div.crwebform_wrapper fieldset.terms .gfield_label {
  display: none;
}

div.crwebform_wrapper fieldset.newsletter div.gchoice, div.crwebform_wrapper fieldset.terms div.gchoice {
  display: flex;
}

div.crwebform_wrapper input[type=checkbox] {
  margin-right: 16px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 8px;
}
.theme-dark div.crwebform_wrapper input[type=checkbox] {
  border: 1px solid #fff;
}
.theme-light div.crwebform_wrapper input[type=checkbox] {
  border: 1px solid #fff;
}

.theme-dark div.crwebform_wrapper input[type=checkbox]:checked {
  accent-color: #1877FD;
}
.theme-light div.crwebform_wrapper input[type=checkbox]:checked {
  accent-color: #0245A3;
}

div.crwebform_wrapper fieldset.newsletter label, div.crwebform_wrapper fieldset.terms label {
  font-size: 20px;
  line-height: 24px;
}

div.crwebform_wrapper .gform_button {
  border: 0;
  border-radius: 8px;
  padding: 0px 10px;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
}
.theme-dark div.crwebform_wrapper .gform_button {
  background-color: #FEB39C;
  color: #131B1E;
}
.theme-light div.crwebform_wrapper .gform_button {
  background-color: #FEB39C;
  color: #131B1E;
}

div.crwebform_wrapper .gform_button:hover {
  cursor: pointer;
}
.theme-dark div.crwebform_wrapper .gform_button:hover {
  background-color: #1877FD;
}
.theme-light div.crwebform_wrapper .gform_button:hover {
  background-color: #1877FD;
}

div.crwebform_wrapper input:disabled, div.crwebform_wrapper select:disabled {
  background-color: #f1f1f1;
}

div.crwebform_wrapper h2.gform_submission_error {
  font-size: 18px;
}
.theme-dark div.crwebform_wrapper h2.gform_submission_error {
  color: #FF485C;
}
.theme-light div.crwebform_wrapper h2.gform_submission_error {
  color: #F03B4F;
}

div.subscribe_block {
  position: relative;
  padding: 16px;
  margin-bottom: 32px;
}
.theme-dark div.subscribe_block {
  color: #EDEBE4;
}
.theme-light div.subscribe_block {
  color: #EDEBE4;
}

div.crsubscribe_wrapper div.header_placeholder {
  position: relative;
  height: 40px;
}

div.crsubscribe_wrapper h4#subscribeTitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
}
.theme-dark div.crsubscribe_wrapper h4#subscribeTitle {
  color: #EDEBE4;
}
.theme-light div.crsubscribe_wrapper h4#subscribeTitle {
  color: #EDEBE4;
}

div.crsubscribe_wrapper .hide_summary {
  display: none;
}

div.crsubscribe_wrapper form {
  display: flex;
  flex-direction: row;
}

div.crsubscribe_wrapper .gfield {
  border: 0;
}

div.crsubscribe_wrapper .gform_heading {
  display: none;
}

div.crsubscribe_wrapper .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

div.crsubscribe_wrapper .cremail {
  width: 100%;
}

div.crsubscribe_wrapper .cremail label {
  display: none;
}

div.crsubscribe_wrapper .cremail input {
  width: 100%;
  height: 36px;
  font-size: 16px;
  padding: 8px 16px;
  line-height: 1.5;
  border: 0;
  outline: 0;
}
.theme-dark div.crsubscribe_wrapper .cremail input {
  color: #EDEBE4;
  background-color: #3b4346;
}
.theme-light div.crsubscribe_wrapper .cremail input {
  color: #3b4346;
  background-color: #edebe4;
}

.theme-dark div.crsubscribe_wrapper .cremail input::placeholder {
  color: #9B9E9F;
}
.theme-light div.crsubscribe_wrapper .cremail input::placeholder {
  color: #6d7274;
}

div.crsubscribe_wrapper .cremail input:active {
  outline: 0;
}

div.crsubscribe_wrapper .cremail .validation_message {
  position: relative;
}

div.crsubscribe_wrapper fieldset.crlists legend {
  display: none;
}

div.crsubscribe_wrapper fieldset.crlists {
  margin: 0;
  padding: 0;
}

div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox {
  display: flex;
  flex-direction: row;
  gap: 8px;
  line-height: 24px;
}

div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice {
  display: flex;
  gap: 8px;
}

div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice input {
  width: 18px;
  height: 18px;
  border-radius: 8px;
  outline: 0;
  box-shadow: none;
  outline: 0;
  margin: 0;
  margin-top: 3px;
  position: relative;
}
.theme-dark div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice input {
  background-color: #3b4346;
}
.theme-light div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice input {
  background-color: #edebe4;
}

.theme-dark div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice input:checked {
  accent-color: #1877FD;
}
.theme-light div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice input:checked {
  accent-color: #0245A3;
}

div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice label {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
.theme-dark div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice label {
  color: #EDEBE4;
}
.theme-light div.crsubscribe_wrapper fieldset.crlists .gfield_checkbox .gchoice label {
  color: #EDEBE4;
}

div.crsubscribe_wrapper .gform_footer.top_label {
  position: absolute;
  right: 16px;
  top: 12px;
}

div.crsubscribe_wrapper .gform_footer .gform_button {
  position: relative;
  top: 36px;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 10px;
  outline: 0;
  box-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.theme-dark div.crsubscribe_wrapper .gform_footer .gform_button {
  background-color: #FEB39C;
  color: #131B1E;
}
.theme-light div.crsubscribe_wrapper .gform_footer .gform_button {
  background-color: #FEB39C;
  color: #131B1E;
}

div.crsubscribe_wrapper .gform_footer .gform_button:hover {
  cursor: pointer;
}
.theme-dark div.crsubscribe_wrapper .gform_footer .gform_button:hover {
  background-color: #1877FD;
}
.theme-light div.crsubscribe_wrapper .gform_footer .gform_button:hover {
  background-color: #1877FD;
}

div.crsubscribe div.gform_confirmation_message {
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
.theme-dark div.crsubscribe div.gform_confirmation_message {
  color: #EDEBE4;
}
.theme-light div.crsubscribe div.gform_confirmation_message {
  color: #EDEBE4;
}

.gform_validation_container {
  display: none;
}

.validation_message {
  margin-top: 5px;
  font-size: 15px;
}
.theme-dark .validation_message {
  color: #FF485C;
}
.theme-light .validation_message {
  color: #F03B4F;
}

/*--------------------------------------------------------------
# Navigation (header)
--------------------------------------------------------------*/
header#header {
  width: 100%;
  height: 295px;
}

header#header div.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

header#header div.header-wrapper div.container {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
  border-top-width: 0;
}
.theme-dark header#header div.header-wrapper div.container {
  background-color: rgba(58, 66, 69, 0.8);
  border: 1px solid #0245A3;
}
.theme-light header#header div.header-wrapper div.container {
  background-color: rgba(237, 235, 228, 0.8);
  border: 1px solid #0245A3;
}
.theme-dark header#header div.header-wrapper div.container {
  border: 1px solid #fff;
  border-top-width: 0;
}

header#header div#logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header#header div#logo a {
  display: block;
  width: 270px;
  height: 40px;
  background: url(/wp-content/themes/ictmagazinev1/img/layout/logo.svg) no-repeat;
  background-size: 270px;
  background-position: left center;
  margin-left: 25px;
}

.theme-dark header#header div#logo a {
  background: url(/wp-content/themes/ictmagazinev1/img/layout/logo-white.svg) no-repeat;
  background-size: 270px;
  background-position: left center;
}

header#header div#logo a h1, header#header div#logo a span {
  visibility: hidden;
}

div.blue-header {
  position: relative;
}

div.blue-header div.placeholder-left {
  position: absolute;
  width: 50%;
  height: 237px;
}
.theme-dark div.blue-header div.placeholder-left {
  background-color: #0245A3;
}
.theme-light div.blue-header div.placeholder-left {
  background-color: #0245A3;
}

div.blue-header div.placeholder-right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 327px;
}
.theme-dark div.blue-header div.placeholder-right {
  background-color: #0245A3;
}
.theme-light div.blue-header div.placeholder-right {
  background-color: #0245A3;
}

div.blue-header div.container {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.theme-dark div.blue-header div.container {
  background-color: #3b4346;
}
.theme-light div.blue-header div.container {
  background-color: #edebe4;
}

div.blue-header div.container div.split-50 {
  width: 50%;
  position: relative;
}
.theme-dark div.blue-header div.container div.split-50 {
  background-color: #3b4346;
}
.theme-light div.blue-header div.container div.split-50 {
  background-color: #edebe4;
}

header#header div.header-left {
  width: 100%;
  height: 237px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjA1IiBoZWlnaHQ9IjIzNyIgdmlld0JveD0iMCAwIDYwNSAyMzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBINDI0QzQ1OC44NDQgNjYuNjY3NiA2MDkgNTUuNSA2MDQgMTAyQzU5OSAxNDguNSA0NDcgMTg2IDMxMC41IDE5MS41QzE3NCAxOTcgMjA0LjcyNCAyMzcgMTQwIDIzN0M0NyAyMzcgNzkuNSAyMzcgMCAyMzdWMFoiIGZpbGw9IiMwMjQ1QTMiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  font-size: 12px;
  position: relative;
  top: 0px;
  z-index: 1000;
}

header#header div.header-left div#logo-large a {
  display: block;
  width: 400px;
  height: 80px;
  background: url(/wp-content/themes/ictmagazinev1/img/layout/logo-white.svg) no-repeat;
  background-size: 400px;
  background-position: left center;
  left: 50px;
  top: 60px;
  position: relative;
}

header#header div.header-left div#logo-large a span {
  visibility: hidden;
}

header#header div.header-right {
  width: 100%;
  height: 295px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg0IiBoZWlnaHQ9IjI5NSIgdmlld0JveD0iMCAwIDc4NCAyOTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMzcuNSAwSDc4NEw3ODQgMjk1Qzc4NCAyOTUgNzcwIDI5NSA3NDAuNSAyOTVDNjk5LjE0MyAyOTQuNjU3IDYyNy40NzMgMjkzLjU4OSA1MjIgMjkxLjYwNUMxMzAuNSAyOTEuNjA1IC04Ni42NDk4IDIyMC4zOTYgMzMuNDk5NiAxNzkuNUMyNDYuNSAxMDcgMjM3LjUgMCAyMzcuNSAwWiIgZmlsbD0iIzAyNDVBMyIvPgo8L3N2Zz4K");
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg0IiBoZWlnaHQ9IjI5NSIgdmlld0JveD0iMCAwIDc4NCAyOTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMzcuNSAtMC41SDc4NFYyOTVDNzg0IDI5NSA3NDQgMjk1IDc0MC41IDI5NUM2OTkuMTQzIDI5NSA2MjcuNDczIDI5NSA1MjIgMjk1QzEzMC41IDI5NSAtODYuNjQ5OCAyMTkuODk2IDMzLjQ5OTYgMTc5QzI0Ni41IDEwNi41IDIzNy41IC0wLjUgMjM3LjUgLTAuNVoiIGZpbGw9IiMwMjQ1QTMiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  position: relative;
  top: 0px;
}
header#header div.header-right div.subscribe_block {
  background-color: transparent;
  position: relative;
  width: 60%;
  top: 70px;
  left: 40%;
  z-index: 200;
}

#breadcrumbs {
  display: none;
}

header#header div#menu {
  display: flex;
  flex-grow: 1;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

header#header div#menu div.button.navbar-toggle {
  /* only mobile has a menu button */
  display: none;
}

nav#site-navigation {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.theme-dark nav#site-navigation {
  border-right: 1px solid #EDEBE4;
}
.theme-light nav#site-navigation {
  border-right: 1px solid #3b4346;
}

nav#site-navigation .mobilesearch {
  display: none;
}

nav#site-navigation ul#menu-master {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 32px 0 0;
  list-style: none;
}

nav#site-navigation ul#menu-master li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

nav#site-navigation li a.nav-link {
  display: flex;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 16px;
}
.theme-dark nav#site-navigation li a.nav-link {
  color: #EDEBE4;
}
.theme-light nav#site-navigation li a.nav-link {
  color: #3b4346;
}

.theme-dark nav#site-navigation li a.nav-link[aria-expanded=true] {
  background-color: #606161;
  height: 51px;
}
.theme-light nav#site-navigation li a.nav-link[aria-expanded=true] {
  background-color: #d3d4d5;
  height: 51px;
}

.theme-dark nav#site-navigation .nav-link:visited {
  color: #EDEBE4;
}
.theme-light nav#site-navigation .nav-link:visited {
  color: #3b4346;
}

nav#site-navigation .nav-link:hover {
  cursor: pointer;
}
.theme-dark nav#site-navigation .nav-link:hover {
  color: #1877FD;
}
.theme-light nav#site-navigation .nav-link:hover {
  color: #1877FD;
}

header#header div.search-toggle {
  position: relative;
  margin-left: 6px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

header#header div.search-toggle:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMjAuNzEgMTkuMjlsLTUuMTEtNS4xMWE3IDcgMCAwIDAtMS4wMjgtOS40ODEgNyA3IDAgMCAwLTkuNTMxLjM0MyA3IDcgMCAwIDAtLjM0MyA5LjUzMUE3IDcgMCAwIDAgMTQuMTggMTUuNmw1LjExIDUuMTFhMSAxIDAgMCAwIC43MS4yOTYgMSAxIDAgMCAwIC43MS0uMjk2IDEgMSAwIDAgMCAuMjk2LS43MSAxIDEgMCAwIDAtLjI5Ni0uNzF6TTEwIDE1YTUgNSAwIDAgMS00LjYxOS0zLjA4NyA1IDUgMCAwIDEgMS4wODQtNS40NDkgNSA1IDAgMCAxIDUuNDQ5LTEuMDg0QTUgNSAwIDAgMSAxNSAxMGE1IDUgMCAwIDEtNSA1eiIgZmlsbD0iIzNiNDM0NiIvPjwvc3ZnPg==");
  mask-size: 30px 30px;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.theme-dark header#header div.search-toggle:before {
  background-color: #EDEBE4;
}
.theme-light header#header div.search-toggle:before {
  background-color: #3b4346;
}

.theme-dark header#header div.search-toggle[aria-expanded=true] {
  background-color: #606161;
  height: 51px;
}
.theme-light header#header div.search-toggle[aria-expanded=true] {
  background-color: #d3d4d5;
  height: 51px;
}

.theme-dark header#header div.search-toggle:hover:before {
  background-color: #1877FD;
}
.theme-light header#header div.search-toggle:hover:before {
  background-color: #1877FD;
}

header#header div.lights-out {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.theme-dark header#header div.lights-out {
  background-color: #EDEBE4;
}
.theme-light header#header div.lights-out {
  background-color: #3b4346;
}

.theme-light header#header div.lights-out {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxMSIgdmlld0JveD0iMCAwIDM1MiA1MTIiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZmlsbD0iIzFlMzA1MCIgZD0iTTE3NiA4MGMtNTIuOSAwLTk2IDQzLjEtOTYgOTYgMCA4LjggNy4yIDE2IDE2IDE2czE2LTcuMiAxNi0xNmMwLTM1LjMgMjguNy02NCA2NC02NCA4LjggMCAxNi03LjIgMTYtMTZzLTcuMi0xNi0xNi0xNnpNOTYuMSA0NTkuMmMwIDMuMi45IDYuMiAyLjcgOC44bDI0LjUgMzYuOGMzIDQuNSA4IDcuMSAxMy4zIDcuMWg3OC45YzUuNCAwIDEwLjQtMi43IDEzLjMtNy4xbDI0LjUtMzYuOGMxLjctMi42IDIuNy01LjcgMi43LTguOGwuMS00My4ySDk2djQzLjJ6TTE3NiAwQzczLjcgMCAwIDgzIDAgMTc2YzAgNDQuNCAxNi41IDg0LjkgNDMuNiAxMTUuOCAxNi42IDE5IDQyLjcgNTguOCA1Mi40IDkyLjJ2LjFoNDh2LS4xYzAtNC44LS43LTkuNS0yLjItMTQuMS01LjYtMTcuOC0yMi44LTY0LjgtNjIuMi0xMDkuN0M1OS4xIDIzNi44IDQ4LjEgMjA3IDQ4IDE3Ni4xYy0uMi03My42IDU5LjctMTI4IDEyOC0xMjggNzAuNiAwIDEyOCA1Ny40IDEyOCAxMjggMCAzMS0xMS4yIDYwLjktMzEuNyA4NC4xLTM5LjEgNDQuNi01Ni40IDkxLjUtNjIuMSAxMDkuNUE0Ny41IDQ3LjUgMCAwIDAgMjA4IDM4NHYuMWg0OHYtLjFjOS43LTMzLjQgMzUuOC03My4yIDUyLjQtOTIuMkMzMzUuNiAyNjAuOSAzNTIgMjIwLjQgMzUyIDE3NiAzNTIgNzguOCAyNzMuMiAwIDE3NiAweiIvPjwvc3ZnPg==");
  mask-size: 26px 26px;
  mask-position: center center;
  mask-repeat: no-repeat;
}

.theme-dark header#header div.lights-out {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0xMTIgMTkyYTI0IDI0IDAgMCAwLTI0LTI0SDI0YTI0IDI0IDAgMCAwIDAgNDhoNjRhMjQgMjQgMCAwIDAgMjQtMjR6bS00LjkyIDk1LjIybC01NS40MiAzMmEyNCAyNCAwIDEgMCAyNCA0MS41Nmw1NS40Mi0zMmEyNCAyNCAwIDAgMC0yNC00MS41NnptMjQtMjMybC01NS40Mi0zMmEyNCAyNCAwIDEgMC0yNCA0MS41Nmw1NS40MiAzMmEyNCAyNCAwIDEgMCAyNC00MS41NnpNNTIwLjk0IDEwMGEyMy44IDIzLjggMCAwIDAgMTItMy4yMmw1NS40Mi0zMmEyNCAyNCAwIDAgMC0yNC00MS41NmwtNTUuNDIgMzJhMjQgMjQgMCAwIDAgMTIgNDQuNzh6TTYxNiAxNjhoLTY0YTI0IDI0IDAgMCAwIDAgNDhoNjRhMjQgMjQgMCAwIDAgMC00OHptLTI3LjY2IDE1MS4yM2wtNTUuNDItMzJhMjQgMjQgMCAxIDAtMjQgNDEuNTZsNTUuNDIgMzJhMjQgMjQgMCAwIDAgMjQtNDEuNTZ6TTMyMCAwQzIxNy43MiAwIDE0NCA4MyAxNDQgMTc2YTE3NSAxNzUgMCAwIDAgNDMuNTYgMTE1Ljc4YzE2LjYzIDE5IDQyLjc1IDU4LjggNTIuNDEgOTIuMTZ2LjA2aDQ4di0uMTJhNDcuNjcgNDcuNjcgMCAwIDAtMi4xMy0xNC4wN0MyODAuMjUgMzUyIDI2MyAzMDUuMDYgMjIzLjY2IDI2MC4xNWExMjcuNDggMTI3LjQ4IDAgMCAxLTMxLjYtODQuMTVDMTkxLjg0IDEwMi4zNiAyNTEuNzIgNDggMzIwIDQ4YTEyNy45MSAxMjcuOTEgMCAwIDEgOTYuMzQgMjEyLjE1Yy0zOS4wOSA0NC42MS01Ni40IDkxLjQ3LTYyLjA5IDEwOS40NmE1Ni43OCA1Ni43OCAwIDAgMC0yLjI1IDE0LjMxdi4wOGg0OCAwYzkuNjktMzMuMzcgMzUuNzgtNzMuMTggNTIuNDEtOTIuMTVBMTc1LjkzIDE3NS45MyAwIDAgMCAzMjAgMHptMCA4MGE5Ni4xMSA5Ni4xMSAwIDAgMC05NiA5NiAxNiAxNiAwIDAgMCAzMiAwIDY0LjA4IDY0LjA4IDAgMCAxIDY0LTY0IDE2IDE2IDAgMCAwIDAtMzJ6bS03OS45NCAzNzkuMTlhMTYgMTYgMCAwIDAgMi42OSA4Ljg0bDI0LjUgMzYuODNhMTYgMTYgMCAwIDAgMTMuMzEgNy4xNGg3OC44NWExNiAxNiAwIDAgMCAxMy4zNC03LjE0bDI0LjUtMzYuODZhMTYuMiAxNi4yIDAgMCAwIDIuNjktOC44NEw0MDAgNDE2SDI0MHoiLz48L3N2Zz4=");
  mask-size: 26px 26px;
  mask-position: center center;
  mask-repeat: no-repeat;
}

.theme-dark header#header div.lights-out:hover {
  background-color: #1877FD;
}
.theme-light header#header div.lights-out:hover {
  background-color: #1877FD;
}

header#header div.lang-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}
.theme-dark header#header div.lang-toggle {
  color: #EDEBE4;
}
.theme-light header#header div.lang-toggle {
  color: #3b4346;
}

.theme-dark header#header div.lang-toggle[aria-expanded=true] {
  background-color: #606161;
  height: 51px;
}
.theme-light header#header div.lang-toggle[aria-expanded=true] {
  background-color: #d3d4d5;
  height: 51px;
}

.theme-dark header#header div#menu div.lang-toggle:hover {
  color: #1877FD;
}
.theme-light header#header div#menu div.lang-toggle:hover {
  color: #1877FD;
}

header#header div#menu div.lang-toggle span {
  display: block;
  margin: 10px 0 0 0;
  cursor: pointer;
}

header#header div#menu div.lang-toggle span:before {
  content: "EU";
}

header#header div#menu div.lang-toggle.techzinenet span:before {
  content: "XX";
}

header#header div#menu div.lang-toggle.techzineeu span:before {
  content: "EU";
}

header#header div#menu div.lang-toggle.techzinenl span:before {
  content: "NL";
}

header#header div#menu div.lang-toggle.techzinebe span:before {
  content: "BE";
}

header#header div#menu div.lang-toggle.ictmagazinenl span:before {
  content: "NL";
}

header#header div#menu div.lang-toggle.ictmagazinebe span:before {
  content: "BE";
}

header#header div.lang-toggle:after {
  display: flex;
  margin: -5px auto 0 auto;
}

.dropdown-toggle:after {
  content: "";
  width: 24px;
  height: 24px;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTguMzQgMTAuNDhsLTYuMTcgNS42MUw2IDEwLjQ4IDcuMzQgOWw0LjgzIDQuMzlMMTcgOWwxLjM0IDEuNDh6IiBmaWxsPSIjM2I0MzQ2Ii8+PC9zdmc+");
}
.theme-dark .dropdown-toggle:after {
  background-color: #EDEBE4;
}
.theme-light .dropdown-toggle:after {
  background-color: #3b4346;
}

.theme-dark .dropdown-toggle:hover:after {
  background-color: #1877FD;
}
.theme-light .dropdown-toggle:hover:after {
  background-color: #1877FD;
}

div#search_menu, div#lang {
  top: 51px;
}

body.admin-bar div#search_menu, body.admin-bar div#lang {
  top: 51px;
}

nav#site-navigation ul#menu-master li ul.dropdown-menu {
  top: 51px;
}

body.admin-bar nav#site-navigation ul#menu-master li ul.dropdown-menu {
  top: 51px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  list-style: none;
}

nav#site-navigation ul#menu-master li ul.dropdown-menu {
  flex-direction: column;
  left: auto;
  right: 0px;
  width: 200px;
  border: 0;
  margin: 0;
  padding: 32px 0px 16px 0px;
}
.theme-dark nav#site-navigation ul#menu-master li ul.dropdown-menu {
  background-color: #606161;
}
.theme-light nav#site-navigation ul#menu-master li ul.dropdown-menu {
  background-color: #d3d4d5;
}

nav#site-navigation ul#menu-master li ul.dropdown-menu li:last-child {
  border: 0;
}

nav#site-navigation ul#menu-master li ul.dropdown-menu li a {
  display: block;
  font-size: 16px;
  padding: 6px 16px;
  text-decoration: none;
}
.theme-dark nav#site-navigation ul#menu-master li ul.dropdown-menu li a {
  color: #EDEBE4;
}
.theme-light nav#site-navigation ul#menu-master li ul.dropdown-menu li a {
  color: #3b4346;
}

nav#site-navigation ul#menu-master li ul.dropdown-menu li a:hover, nav#site-navigation ul#menu-master li ul.dropdown-menu li a:active {
  text-decoration: underline;
}
.theme-dark nav#site-navigation ul#menu-master li ul.dropdown-menu li a:hover, .theme-dark nav#site-navigation ul#menu-master li ul.dropdown-menu li a:active {
  color: #EDEBE4;
  background-color: #1877FD;
}
.theme-light nav#site-navigation ul#menu-master li ul.dropdown-menu li a:hover, .theme-light nav#site-navigation ul#menu-master li ul.dropdown-menu li a:active {
  color: #EDEBE4;
  background-color: #1877FD;
}

.dropdown-item.active {
  background-color: transparent;
}

.search_menu_container {
  position: relative;
}

div#search_menu {
  right: 0px;
  width: 334px;
  padding: 32px 16px 16px 16px;
  border: 0;
}
.theme-dark div#search_menu {
  background-color: #606161;
}
.theme-light div#search_menu {
  background-color: #d3d4d5;
}

div#search_menu form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div#search_menu form input#s {
  border: 0;
  padding: 8px 16px;
  width: 250px;
  height: auto;
  font-family: "IBM Plex Sans Condensed";
  font-size: 16px;
  font-style: italic;
  line-height: normal;
}
.theme-dark div#search_menu form input#s {
  color: #EDEBE4;
  background-color: #9B9E9F;
}
.theme-light div#search_menu form input#s {
  color: #EDEBE4;
  background-color: #6d7274;
}

.theme-dark div#search_menu form input#s::placeholder {
  color: #131B1E;
}
.theme-light div#search_menu form input#s::placeholder {
  color: #131B1E;
}

div#search_menu form input#s:focus {
  outline: 0;
  border-color: inherit;
  box-shadow: none;
}

div#search_menu form button.search_icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  border: 0;
}
.theme-dark div#search_menu form button.search_icon {
  background-color: #FEB39C;
}
.theme-light div#search_menu form button.search_icon {
  background-color: #FEB39C;
}

div#search_menu form button.search_icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMjAuNzEgMTkuMjlsLTUuMTEtNS4xMWE3IDcgMCAwIDAtMS4wMjgtOS40ODEgNyA3IDAgMCAwLTkuNTMxLjM0MyA3IDcgMCAwIDAtLjM0MyA5LjUzMUE3IDcgMCAwIDAgMTQuMTggMTUuNmw1LjExIDUuMTFhMSAxIDAgMCAwIC43MS4yOTYgMSAxIDAgMCAwIC43MS0uMjk2IDEgMSAwIDAgMCAuMjk2LS43MSAxIDEgMCAwIDAtLjI5Ni0uNzF6TTEwIDE1YTUgNSAwIDAgMS00LjYxOS0zLjA4NyA1IDUgMCAwIDEgMS4wODQtNS40NDkgNSA1IDAgMCAxIDUuNDQ5LTEuMDg0QTUgNSAwIDAgMSAxNSAxMGE1IDUgMCAwIDEtNSA1eiIgZmlsbD0iIzNiNDM0NiIvPjwvc3ZnPg==");
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark div#search_menu form button.search_icon:before {
  background-color: #131B1E;
}
.theme-light div#search_menu form button.search_icon:before {
  background-color: #131B1E;
}

.theme-dark div#search_menu form button.search_icon:hover {
  background-color: #1877FD;
}
.theme-light div#search_menu form button.search_icon:hover {
  background-color: #1877FD;
}

div#search_menu form button.search_icon:focus {
  outline: 0;
}

div#lang {
  width: 225px;
  margin: 0;
  padding: 0;
}
.theme-dark div#lang {
  background-color: #606161;
}
.theme-light div#lang {
  background-color: #d3d4d5;
}

div#lang ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 32px 0px 16px 0px;
}

div#lang ul li a {
  display: block;
  font-size: 16px;
  padding: 6px 16px;
  text-decoration: none;
}
.theme-dark div#lang ul li a {
  color: #EDEBE4;
}
.theme-light div#lang ul li a {
  color: #3b4346;
}

div#lang ul li a:hover {
  text-decoration: underline;
}
.theme-dark div#lang ul li a:hover {
  background-color: #1877FD;
  color: #EDEBE4;
}
.theme-light div#lang ul li a:hover {
  background-color: #1877FD;
  color: #EDEBE4;
}

.theme-dark div#lang ul li a.tzlink:hover {
  background-color: #FFC100;
  color: #131B1E;
}
.theme-light div#lang ul li a.tzlink:hover {
  background-color: #F6A234;
  color: #131B1E;
}

div.orange.container {
  position: relative;
}

img.orange_shape, picture.orange_shape {
  position: absolute;
  width: 820px;
  height: 741px;
}

@media (min-width: 1024px) and (max-width: 1199.9px) {
  header#header {
    height: 250px;
  }

  header#header div.header-wrapper div.container {
    max-width: 100%;
    padding: 0;
  }

  header#header div#menu {
    gap: 0;
  }

  nav#site-navigation ul#menu-master {
    padding: 0;
  }

  nav#site-navigation li a.nav-link {
    padding: 13px 8px;
  }

  div.blue-header div.placeholder-left {
    height: 158px;
    z-index: 1000;
    width: 12%;
  }

  header#header div.header-left {
    width: 403px;
    height: 158px;
  }

  header#header div.header-left div#logo-large a {
    left: 10px;
    top: 30px;
    width: 350px;
    background-size: 350px;
  }

  div.blue-header div.placeholder-right, header#header div.header-right {
    height: 250px;
  }

  header#header div.header-right div.subscribe_block {
    top: 60px;
  }

  img.orange_shape, picture.orange_shape {
    top: -100px;
    right: -140px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header#header div.header-wrapper div.container {
    max-width: 100%;
    padding: 0;
  }

  header#header div#menu {
    gap: 0;
  }

  nav#site-navigation ul#menu-master {
    padding: 0;
  }

  div.blue-header div.placeholder-left {
    height: 200px;
    z-index: 1000;
    width: 12%;
  }

  header#header div.header-left {
    width: 510px;
    height: 200px;
  }

  header#header div.header-left div#logo-large a {
    left: 20px;
    top: 50px;
  }

  div.blue-header div.placeholder-right, header#header div.header-right {
    height: 295px;
  }

  header#header div.header-right div.subscribe_block {
    top: 80px;
  }

  img.orange_shape, picture.orange_shape {
    top: -100px;
    right: -80px;
  }
}
@media (min-width: 1400px) {
  header#header div.header-left {
    width: 605px;
    height: 237px;
  }

  div.blue-header div.placeholder-left {
    height: 237px;
  }

  div.blue-header div.placeholder-right, header#header div.header-right {
    height: 295px;
  }

  img.orange_shape, picture.orange_shape {
    top: -120px;
    right: -50px;
  }
}
/*--------------------------------------------------------------
## Frontpage
--------------------------------------------------------------*/
main#main > div.container {
  display: flex;
  flex-direction: row;
}

main#main > div.container.column {
  flex-direction: column;
}

div.home_columns section.timeline {
  width: 50%;
  margin: 0;
  z-index: 1;
}

/*
div.home_columns.container:nth-child(1) .left_column {
	margin-top: 32px;
}
div.left_column article.status-publish:last-child {
	margin-bottom: 0!important;
}*/
div.home_columns aside.right_column {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 145px;
}

div.spread {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/*
body.page div.right_column > section, body.archive div.right_column > section {
	margin-bottom: 200px;
}
body.page div.right_column > div, body.archive div.right_column > div {
	margin-bottom: 200px;
}
 */
section#subscribe {
  position: relative;
  width: 100%;
}
div.loadTechzineTalks {
  height: 210px;
  margin-bottom: 30px;
}

section#techzine-talks-insight {
  margin: 30px auto;
  max-width: 700px;
}

section#big-stories article {
  margin: 0;
}

div.insider {
  display: flex;
  width: 59%;
  flex-direction: column;
  margin-bottom: 64px;
}

div.editorpicks {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  width: 41%;
  padding-left: 32px;
  margin-bottom: 64px;
}

div.editorpicks div.article-spotlight div.content {
  margin: auto 0;
}

div.editorpicks div.article-spotlight p.entry-content {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.insider article.article-featured {
  margin-left: 0;
  border-left-width: 0;
  height: 589px;
}
.theme-dark div.insider article.article-featured {
  border-bottom: 1px solid #9B9E9F;
}
.theme-light div.insider article.article-featured {
  border-bottom: 1px solid #6d7274;
}

div.insider article.article-featured a:first-child {
  display: block;
  height: calc(100% - 185px);
}

div.insider article.article-featured img.cover, div.insider article.article-featured picture.cover {
  border-radius: 200px 200px 200px 0px;
  transition: border-radius 0.5s;
  height: 100%;
  aspect-ratio: auto;
}

div.insider article.article-featured:hover {
  border-left-width: 0;
}

div.insider article.article-featured:hover img.cover, div.insider article.article-featured:hover picture.cover {
  border-radius: 100px 100px 0 0;
  transition: border-radius 0.5s;
}

div.insider article.article-featured:hover div.content {
  transition: background 0.7s;
}

div.insider article.article-featured div.content {
  height: 185px;
  transition: background 0.7s;
}

div.insider article.article-featured div.content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.single main#main > article, body.page main#main > article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

main#main.page div.columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

main#main.page div.container {
  margin: 32px auto;
}

main#main.page div.page-block {
  display: flex;
  flex-direction: row-reverse;
}

main#main.page div.page-description {
  width: 41%;
  padding-right: 64px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

main#main.page div.page-description p:first-child {
  margin-top: 0;
}

main#main.page div.container:first-child {
  margin-top: 0;
}

main#main.page div.columns section.timeline {
  width: 50%;
}

main#main.page div.columns aside.right_column {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 145px;
}

div.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 64px auto;
}

header.entry-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 64px;
}

body.page header.entry-header {
  margin-bottom: 12px;
}

header.entry-header figure.article-image {
  width: 60%;
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  order: 3;
  padding-left: 32px;
  margin: 0;
}

header.entry-header figure.article-image img, header.entry-header figure.article-image picture {
  border-radius: 200px 300px 300px 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

header.entry-header .header_title {
  display: flex;
  flex-direction: column;
  padding: 8px 0 16px 0;
  gap: 16px;
  width: 40%;
  order: 1;
}

header.entry-header .header_title div.meta {
  opacity: 1;
}

header.entry-header h1.entry-title {
  width: 100%;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}
.theme-dark header.entry-header h1.entry-title {
  color: #EDEBE4;
}
.theme-light header.entry-header h1.entry-title {
  color: #3b4346;
}

header.entry-header h2.subtitle {
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}
.theme-dark header.entry-header h2.subtitle {
  color: #9B9E9F;
}
.theme-light header.entry-header h2.subtitle {
  color: #6d7274;
}

header.entry-header h3.insight {
  display: flex;
  font-size: 20px;
  line-height: 28px;
}
.theme-dark header.entry-header h3.insight {
  color: #9B9E9F;
}
.theme-light header.entry-header h3.insight {
  color: #6d7274;
}

header.entry-header h3.insight:before {
  width: 24px;
  height: 24px;
  content: "";
  margin: 2px 8px 0 0;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2I0MzQ2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTEyIDQuMjVDNC41IDQuMjUgMS41IDEyIDEuNSAxMnMzIDcuNzUgMTAuNSA3Ljc1UzIyLjUgMTIgMjIuNSAxMnMtMy03Ljc1LTEwLjUtNy43NXoiLz48cGF0aCBkPSJNMTIgMTVhMyAzIDAgMSAwIDAtNiAzIDMgMCAxIDAgMCA2eiIvPjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark header.entry-header h3.insight:before {
  background-color: #9B9E9F;
}
.theme-light header.entry-header h3.insight:before {
  background-color: #6d7274;
}

header.entry-header h3.insight a {
  text-decoration: none;
}
.theme-dark header.entry-header h3.insight a {
  color: #9B9E9F;
}
.theme-light header.entry-header h3.insight a {
  color: #6d7274;
}

header.entry-header h3.insight a:hover {
  text-decoration: underline;
}

header.entry-header .header_meta {
  position: relative;
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 40%;
  font-size: 14px;
  justify-content: space-between;
  padding: 16px 0;
  order: 2;
}
.theme-dark header.entry-header .header_meta {
  color: #9B9E9F;
}
.theme-light header.entry-header .header_meta {
  color: #6d7274;
}
.theme-dark header.entry-header .header_meta {
  border-bottom: 1px solid #9B9E9F;
}
.theme-light header.entry-header .header_meta {
  border-bottom: 1px solid #6d7274;
}
header.entry-header .header_meta .author {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
header.entry-header .header_meta .author img, header.entry-header .header_meta .author picture {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  filter: grayscale(100%);
}
header.entry-header .header_meta .author:hover img, header.entry-header .header_meta .author:hover picture {
  filter: grayscale(0%);
}
header.entry-header .header_meta .author .info {
  display: flex;
  flex-direction: column;
}
.theme-dark header.entry-header .header_meta .author .info {
  color: #9B9E9F;
}
.theme-light header.entry-header .header_meta .author .info {
  color: #6d7274;
}
header.entry-header .header_meta .author .info .author {
  text-transform: uppercase;
  font-weight: 600;
}
.theme-dark header.entry-header .header_meta .author .info .author {
  color: #EDEBE4;
}
.theme-light header.entry-header .header_meta .author .info .author {
  color: #3b4346;
}
header.entry-header .header_meta .author .info .guest_description {
  font-size: 12px;
  display: block;
}
header.entry-header .header_meta .author .info .updated {
  display: none;
}
header.entry-header .header_meta .info a {
  text-decoration: none;
}
.theme-dark header.entry-header .header_meta .info a {
  color: #9B9E9F;
}
.theme-light header.entry-header .header_meta .info a {
  color: #6d7274;
}
header.entry-header .header_meta .info a:hover {
  text-decoration: underline;
}
header.entry-header .header_meta .info a .author {
  text-decoration: none;
}
.theme-dark header.entry-header .header_meta .info a .author {
  color: #EDEBE4;
}
.theme-light header.entry-header .header_meta .info a .author {
  color: #3b4346;
}
header.entry-header .header_meta .info a:hover .author {
  text-decoration: underline;
}
.theme-dark header.entry-header .header_meta .info a:hover .author {
  color: #1877FD;
}
.theme-light header.entry-header .header_meta .info a:hover .author {
  color: #0245A3;
}
header.entry-header .header_meta span.readers {
  display: none;
}

header.entry-header.noimage {
  height: auto;
}

header.entry-header.noimage .header_title, header.entry-header.noimage .header_meta {
  width: 55%;
}

div#primary {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 0 64px 0;
  position: relative;
}

aside#secondary {
  width: 50%;
  min-width: 300px;
  position: relative;
  padding-left: 145px;
  margin: 0;
}

div#primary main {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
}

div#primary main.page {
  flex-direction: column;
}

body.single-bytes div#primary {
  width: 100%;
}

body.single-bytes div.container.article {
  max-width: 600px;
}

.entry-content {
  font-family: "IBM Plex Sans Condensed";
  font-size: 18px;
  Line-height: 26px;
  font-weight: normal;
}
.theme-dark .entry-content {
  color: #EDEBE4;
}
.theme-light .entry-content {
  color: #3b4346;
}

.entry-content p {
  line-height: 26px;
  margin: 32px 0;
}

.entry-content p:first-child {
  margin-top: 0;
}

.entry-content p:first-child b, .entry-content p:first-child strong {
  font-family: "IBM Plex Sans Condensed";
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.entry-content a {
  text-decoration: none;
}
.theme-dark .entry-content a {
  color: #1877FD;
}
.theme-light .entry-content a {
  color: #0245A3;
}

.entry-content a:hover {
  text-decoration: underline;
}

.theme-dark .entry-content a:visited {
  color: #1877FD;
}
.theme-light .entry-content a:visited {
  color: #0245A3;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
  margin-top: 20px;
}

.entry-content img, .entry-content picture {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}

.entry-content figcaption {
  margin-top: -16px;
  margin-bottom: 0;
  font-style: italic;
  text-align: center;
  font-size: 16px;
}

.entry-content ul {
  margin: 30px 0;
}

.entry-content blockquote:before {
  content: "”";
  width: 50px;
  margin-right: 30px;
  font-family: "IBM Plex Sans Condensed";
  font-size: 80px;
  line-height: 100px;
}
.theme-dark .entry-content blockquote:before {
  color: #0245A3;
}
.theme-light .entry-content blockquote:before {
  color: #0245A3;
}

.entry-content blockquote, .entry-content blockquote h2, .entry-content blockquote h3, .entry-content blockquote h4 {
  display: flex;
  flex-direction: row;
  font-family: "IBM Plex Sans Condensed";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: normal;
  margin-left: -100px;
}
.theme-dark .entry-content blockquote, .theme-dark .entry-content blockquote h2, .theme-dark .entry-content blockquote h3, .theme-dark .entry-content blockquote h4 {
  color: #EDEBE4;
}
.theme-light .entry-content blockquote, .theme-light .entry-content blockquote h2, .theme-light .entry-content blockquote h3, .theme-light .entry-content blockquote h4 {
  color: #3b4346;
}

.wp-block-group {
  padding: 20px 30px;
}

.wp-block-techzine-review-scoreblock {
  position: relative;
  margin-top: 60px;
  color: #000;
}

.wp-block-techzine-review-scoreblock div.score {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  line-height: 60px;
  color: #000;
  font-size: 32px;
  border: 5px solid #fff;
  border-radius: 60px;
  z-index: 10;
  text-align: center;
}
.theme-dark .wp-block-techzine-review-scoreblock div.score {
  background-color: #0245A3;
  color: #EDEBE4;
}
.theme-light .wp-block-techzine-review-scoreblock div.score {
  background-color: #0245A3;
  color: #EDEBE4;
}

.wp-block-techzine-review-scoreblock div.score:after {
  border-radius: 60px;
  width: 70px;
  height: 70px;
  content: " ";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.theme-dark .wp-block-techzine-review-scoreblock div.score:after {
  border: 2px solid #0245A3;
}
.theme-light .wp-block-techzine-review-scoreblock div.score:after {
  border: 2px solid #0245A3;
}

.wp-block-techzine-review-scoreblock div.plusmin {
  display: flex;
  min-height: 150px;
}

.wp-block-techzine-review-scoreblock div.plusmin > div {
  width: 50%;
  padding: 35px 10px 20px 35px;
  height: 100%;
  min-height: 200px;
}

.wp-block-techzine-review-scoreblock div.plusmin > div.plus {
  position: relative;
  background-color: #edffef;
  margin-right: 15px;
}

.wp-block-techzine-review-scoreblock div.plusmin > div:before {
  position: absolute;
  content: "+";
  background-color: #b0e8b6;
  color: #000;
  font-weight: 100;
  font-size: 30px;
  line-height: 30px;
  left: 15px;
  top: 0px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.wp-block-techzine-review-scoreblock div.plusmin > div.min {
  position: relative;
  background-color: #f9e8df;
  margin-left: 15px;
}

.wp-block-techzine-review-scoreblock div.plusmin > div.min:before {
  background-color: #fca877;
  content: "—";
  left: auto;
  right: 0;
}

div.multipage-nextpagelink {
  position: relative;
  margin: 25px 0;
  text-align: right;
}

div.multipage-nextpagelink a {
  display: inline-flex;
  flex-direction: column;
  text-align: right;
  font-size: 26px;
  line-height: 1.23;
}

div.multipage-nextpagelink a:hover {
  text-decoration: none;
}

.theme-dark .entry-content div.multipage-nextpagelink a:visited {
  color: #888888;
}
.theme-light .entry-content div.multipage-nextpagelink a:visited {
  color: #888888;
}

div.multipage-nextpagelink a span.next {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-right: 55px;
}
.theme-dark div.multipage-nextpagelink a span.next {
  color: #9B9E9F;
}
.theme-light div.multipage-nextpagelink a span.next {
  color: #6d7274;
}

div.multipage-nextpagelink a span.title {
  margin-right: 55px;
}
.theme-dark div.multipage-nextpagelink a span.title {
  color: #ffffff;
}
.theme-light div.multipage-nextpagelink a span.title {
  color: #000000;
}

div.multipage-nextpagelink a:hover span.title {
  text-decoration: underline;
}
.theme-dark div.multipage-nextpagelink a:hover span.title {
  color: #1877FD;
}
.theme-light div.multipage-nextpagelink a:hover span.title {
  color: #0245A3;
}

div.multipage-nextpagelink a span.arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-position: center center;
  background-size: 44px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTMxMC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xOTIgMTkyYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyNDIuNyAyNTYgNzMuNCA4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJ6Ii8+PC9zdmc+");
}

div.multipagenav {
  padding: 20px 15px;
  margin: 25px 0;
}
.theme-dark div.multipagenav {
  border-top: solid 2px #9B9E9F;
  border-bottom: solid 2px #9B9E9F;
  background-color: #1B1B1B;
}
.theme-light div.multipagenav {
  border-top: solid 2px #6d7274;
  border-bottom: solid 2px #6d7274;
  background-color: #ffffff;
}

div.multipagenav h3 {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: -1px;
}

div.multipagenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.multipagenav ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.theme-dark div.multipagenav ul li a {
  color: #ffffff;
}
.theme-light div.multipagenav ul li a {
  color: #000000;
}

.theme-dark div.multipagenav ul li a:hover {
  color: #1877FD;
}
.theme-light div.multipagenav ul li a:hover {
  color: #0245A3;
}

section#tags {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.theme-dark section#tags {
  border-bottom: 1px solid #9B9E9F;
}
.theme-light section#tags {
  border-bottom: 1px solid #6d7274;
}

aside#tags h4 {
  display: inline-block;
  margin-right: 8px;
}

aside#tags p {
  margin: 0;
  display: inline-block;
}

aside#related {
  padding: 15px 0;
}

aside#latest {
  width: 100%;
  overflow: hidden;
}

aside#latest h2.section-link {
  font-size: 46px;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 32px;
}

aside#latest h2.section-link span {
  width: 42px;
  height: 42px;
  mask-size: 42px;
}

div.latest {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}

div.latest article {
  min-width: calc(25% - 12px);
  border-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

div.latest article .article-type {
  display: none;
}

div.latest article img.cover, div.latest article picture.cover {
  width: 100%;
  height: 200px;
}

div.latest article:hover img.cover, div.latest article:hover picture.cover {
  border-radius: 8px 8px 0 0;
}

.video-article .video-thumbnail {
  position: relative;
  margin: 0;
}
.video-article .video-thumbnail .video-no-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}
.video-article .video-thumbnail .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(156, 123, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.video-article .video-thumbnail .video-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 3px;
}
.video-article .video-thumbnail:hover .video-play-button {
  background-color: rgba(181, 144, 255, 0.9);
}

aside#services div.container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 64px;
}

aside#services div.container div.spread {
  width: calc(33% - 20px);
}

div.share-buttons {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 8px;
}

div.share-buttons div {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.theme-dark div.share-buttons div {
  background-color: #1B1B1B;
}
.theme-light div.share-buttons div {
  background-color: #ffffff;
}

div.share-buttons div:last-child {
  display: none;
}

.theme-dark div.share-buttons div:hover {
  background-color: #1877FD;
}
.theme-light div.share-buttons div:hover {
  background-color: #1877FD;
}

div.share-buttons a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark div.share-buttons a {
  background-color: #EDEBE4;
}
.theme-light div.share-buttons a {
  background-color: #3b4346;
}

div.chimney {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
}

main#main.page div.container.chimney {
  margin: 0 auto;
}

div.container.chimney > div > div {
  margin: 32px auto 96px auto;
}

div.chimney > div {
  margin: 0 auto;
}

.right_column .chimney {
  position: relative;
  text-align: center;
}

.right_column .chimney > div > div {
  margin: 0 auto 32px auto;
  height: 250px;
}

#secondary .chimney {
  position: relative;
  flex: 2;
  margin: 0 auto 32px auto;
  text-align: center;
  align-items: center;
}

/*--------------------------------------------------------------
	## Sidebar
	--------------------------------------------------------------*/
#secondary div.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#secondary div.sidebar > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

/** FOOTER **/
footer.site-footer {
  position: relative;
  padding: 32px;
}
.theme-dark footer.site-footer {
  background-color: #131B1E;
  color: #EDEBE4;
}
.theme-light footer.site-footer {
  background-color: #131B1E;
  color: #EDEBE4;
}

footer.site-footer div.container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0;
}

footer.site-footer div.container > div {
  padding: 0 32px;
}

footer.site-footer h3 {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

footer.site-footer h3 span.icon {
  position: absolute;
  top: -45px;
  left: -20px;
  width: 74px;
  height: 74px;
  mask-image: url("/wp-content/themes/ictmagazinev1/img/layout/icon.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  cursor: pointer;
  z-index: 100;
}
.theme-dark footer.site-footer h3 span.icon {
  background-color: #1877FD;
}
.theme-light footer.site-footer h3 span.icon {
  background-color: #1877FD;
}

footer.site-footer div.site-info {
  width: 48%;
}

footer.site-footer div.site-info h3 {
  padding-left: 55px;
}

footer.site-footer div.site-info p {
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0;
}

footer.site-footer div.follow-us {
  width: 27%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer.site-footer div.social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 16px 0;
}

footer.site-footer div.social div {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.theme-dark footer.site-footer div.social div {
  background-color: #FEB39C;
}
.theme-light footer.site-footer div.social div {
  background-color: #FEB39C;
}

footer.site-footer div.social a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-dark footer.site-footer div.social a {
  background-color: #131B1E;
}
.theme-light footer.site-footer div.social a {
  background-color: #131B1E;
}

.theme-dark footer.site-footer div.social div:hover {
  background-color: #1877FD;
}
.theme-light footer.site-footer div.social div:hover {
  background-color: #1877FD;
}

footer.site-footer div.social a span {
  visibility: hidden;
}

footer.site-footer div.social a {
  mask-repeat: no-repeat;
  mask-position: center center;
}

a.twitter {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTMuNzEyIDEwLjYyMkwyMC40MTMgM2gtMS41ODhsLTUuODE4IDYuNjE4TDguMzYgM0gzbDcuMDI3IDEwLjAwN0wzIDIxaDEuNTg4bDYuMTQ0LTYuOTg5TDE1LjY0IDIxSDIxbC03LjI4OC0xMC4zNzhoMHptLTIuMTc1IDIuNDc0bC0uNzEyLS45OTZMNS4xNiA0LjE3aDIuNDM5bDQuNTcyIDYuMzk5LjcxMi45OTcgNS45NDMgOC4zMThoLTIuNDM5bC00Ljg1LTYuNzg4aDB6IiBmaWxsPSIjM2I0MzQ2Ii8+PC9zdmc+");
  mask-size: 24px;
}

a.linkedin {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0iIzNiNDM0NiIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMiA0YTIgMiAwIDEgMCAwLTQgMiAyIDAgMSAwIDAgNHptMTIgMS41Yy0zIDAtNCAxLjUtNCAxLjV2LS41YS41LjUgMCAwIDAtLjUtLjVoLTNhLjUuNSAwIDAgMC0uNS41djExYS41LjUgMCAwIDAgLjUuNWgzYS41LjUgMCAwIDAgLjUtLjVWMTBhMy44NiAzLjg2IDAgMCAxIDIuNS0xQzE0IDkgMTQgMTEgMTQgMTF2Ni41YS41LjUgMCAwIDAgLjUuNWgzYS41LjUgMCAwIDAgLjUtLjVWMTBjMC0yLTEtNC41LTQtNC41ek0zLjUgNmgtM2EuNS41IDAgMCAwLS41LjV2MTFhLjUuNSAwIDAgMCAuNS41aDNhLjUuNSAwIDAgMCAuNS0uNXYtMTFhLjUuNSAwIDAgMC0uNS0uNXoiLz48L3N2Zz4=");
  mask-size: 24px;
}

a.youtube {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxOCIgdmlld0JveD0iMCAwIDU3NiA1MTIiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZmlsbD0iIzFlMzA1MCIgZD0iTTU0OS43IDEyNC4xYy02LjMtMjMuNy0yNC44LTQyLjMtNDguMy00OC42QzQ1OC44IDY0IDI4OCA2NCAyODggNjRTMTE3LjIgNjQgNzQuNiA3NS41Yy0yMy41IDYuMy00MiAyNC45LTQ4LjMgNDguNkMxNC45IDE2NyAxNC45IDI1Ni40IDE0LjkgMjU2LjRzMCA4OS40IDExLjQgMTMyLjNjNi4zIDIzLjcgMjQuOCA0MS41IDQ4LjMgNDcuOEMxMTcuMiA0NDggMjg4IDQ0OCAyODggNDQ4czE3MC44IDAgMjEzLjQtMTEuNWMyMy41LTYuMyA0Mi0yNC4yIDQ4LjMtNDcuOCAxMS40LTQyLjkgMTEuNC0xMzIuMyAxMS40LTEzMi4zczAtODkuNC0xMS40LTEzMi4zek0yMzIuMiAzMzcuNlYxNzUuMmwxNDIuNyA4MS4yLTE0Mi43IDgxLjJ6Ii8+PC9zdmc+");
  mask-size: 24px;
}

a.whatsapp {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmZmZmYiIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiB2aWV3Qm94PSIwIDAgMzAuNjY3IDMwLjY2NyIgc3Ryb2tlPSIjZmZmZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0zMC42NjcgMTQuOTM5YzAgOC4yNS02Ljc0IDE0LjkzOC0xNS4wNTYgMTQuOTM4YTE1LjEgMTUuMSAwIDAgMS03LjI3Ni0xLjg1N0wwIDMwLjY2N2wyLjcxNy04LjAxN0MxLjM0NyAyMC40LjU1OCAxNy43NTguNTU4IDE0LjkzOC41NTkgNi42ODggNy4yOTcgMCAxNS42MTMgMHMxNS4wNTQgNi42ODkgMTUuMDU0IDE0LjkzOXpNMTUuNjEgMi4zODJjLTYuOTc5IDAtMTIuNjU2IDUuNjM0LTEyLjY1NiAxMi41NiAwIDIuNzQ4Ljg5NiA1LjI5MiAyLjQxMSA3LjM2MmwtMS41OCA0LjY2MyA0Ljg2Mi0xLjU0NWMyIDEuMzEyIDQuMzkzIDIuMDc2IDYuOTYzIDIuMDc2IDYuOTc5IDAgMTIuNjU4LTUuNjMzIDEyLjY1OC0xMi41NTlTMjIuNTkgMi4zODIgMTUuNjEgMi4zODJ6bTcuNjA0IDE1Ljk5OGMtLjA5NC0uMTUxLS4zNC0uMjQzLS43MDgtLjQyN3MtMi4xODQtMS4wNjktMi41MjEtMS4xODktLjU4Ni0uMTg1LS44MzIuMTgyLS45NTEgMS4xOTEtMS4xNjggMS40MzctLjQzLjI3Ni0uNzk5LjA5NS0xLjU1OS0uNTctMi45NjktMS44MTdjLTEuMDk3LS45NzItMS44MzgtMi4xNjktMi4wNTItMi41MzZzLS4wMjItLjU2NC4xNjEtLjc0NmMuMTY1LS4xNjUuMzY5LS40MjguNTU0LS42NDNzLjI0Ni0uMzY0LjM2OS0uNjA5LjA2LS40NTgtLjAzMS0uNjQzLS44MjktMS45ODQtMS4xMzgtMi43MTctLjYxNC0uNjExLS44My0uNjExLS40NjEtLjAzLS43MDctLjAzYTEuMzUgMS4zNSAwIDAgMC0uOTgzLjQ1NmMtLjMzNy4zNjctMS4yOTEgMS4yNTItMS4yOTEgMy4wNTRzMS4zMjEgMy41NDMgMS41MDYgMy43ODcgMi41NTQgNC4wNjIgNi4zMDUgNS41MjggMy43NTMuOTc2IDQuNDI5LjkxNCAyLjE4NC0uODg1IDIuNDktMS43MzkuMzA4LTEuNTkzLjIxNS0xLjc0NnoiLz48L3N2Zz4=");
  mask-size: 24px;
}

footer.site-footer p.copyright {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

footer.site-footer div.footer-service {
  width: 25%;
}

footer.site-footer ul.footer-links {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

footer ul.footer-links li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.theme-dark footer ul.footer-links li a {
  color: #EDEBE4;
}
.theme-light footer ul.footer-links li a {
  color: #EDEBE4;
}

footer ul.footer-links li a:hover {
  text-decoration: underline;
}
.theme-dark footer ul.footer-links li a:hover {
  color: #1877FD;
}
.theme-light footer ul.footer-links li a:hover {
  color: #1877FD;
}

/*--------------------------------------------------------------
	## SEARCH
--------------------------------------------------------------*/
h1.page.search {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.searchpage_form {
  float: right;
  position: relative;
  z-index: 10;
}
.searchpage_form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 62px;
}
.searchpage_form form input#s {
  border: 0;
  padding: 6px 0.75rem;
  width: 500px;
  height: auto;
  font-family: "IBM Plex Sans Condensed";
  font-size: 24px;
  font-style: italic;
  line-height: normal;
}
.theme-dark .searchpage_form form input#s {
  color: #EDEBE4;
  background-color: #1B1B1B;
}
.theme-light .searchpage_form form input#s {
  color: #3b4346;
  background-color: #ffffff;
}
.searchpage_form form input#s:focus {
  outline: 0;
  border-color: inherit;
  box-shadow: none;
}
.searchpage_form form button.search_icon {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 0;
}
.theme-dark .searchpage_form form button.search_icon {
  background-color: #1B1B1B;
}
.theme-light .searchpage_form form button.search_icon {
  background-color: #ffffff;
}
.searchpage_form form button.search_icon:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMjAuNzEgMTkuMjlsLTUuMTEtNS4xMWE3IDcgMCAwIDAtMS4wMjgtOS40ODEgNyA3IDAgMCAwLTkuNTMxLjM0MyA3IDcgMCAwIDAtLjM0MyA5LjUzMUE3IDcgMCAwIDAgMTQuMTggMTUuNmw1LjExIDUuMTFhMSAxIDAgMCAwIC43MS4yOTYgMSAxIDAgMCAwIC43MS0uMjk2IDEgMSAwIDAgMCAuMjk2LS43MSAxIDEgMCAwIDAtLjI5Ni0uNzF6TTEwIDE1YTUgNSAwIDAgMS00LjYxOS0zLjA4NyA1IDUgMCAwIDEgMS4wODQtNS40NDkgNSA1IDAgMCAxIDUuNDQ5LTEuMDg0QTUgNSAwIDAgMSAxNSAxMGE1IDUgMCAwIDEtNSA1eiIgZmlsbD0iIzNiNDM0NiIvPjwvc3ZnPg==);
  mask-size: 32px;
  mask-repeat: no-repeat;
  mask-position: center center;
}
.theme-dark .searchpage_form form button.search_icon:before {
  background-color: #EDEBE4;
}
.theme-light .searchpage_form form button.search_icon:before {
  background-color: #3b4346;
}
.searchpage_form form button.search_icon:focus {
  outline: 0;
}

#search {
  position: relative;
  margin-bottom: 60px;
}

#search {
  display: flex;
  flex-direction: row;
}

.theme-dark #search h2 {
  text-shadow: 1px 1px 2px #3b4346;
}

#search section#primary {
  width: 70%;
}

#search aside#secondary {
  width: 30%;
  padding: 20px;
  min-width: 250px;
  margin: 0 50px 0 0;
}
.theme-dark #search aside#secondary {
  color: #EDEBE4;
}
.theme-light #search aside#secondary {
  color: #3b4346;
}

h4.more_filters {
  display: none;
}

div.facet-hidden, a.facet-hidden {
  display: none;
}

section.facet-block div.facet-checkbox.disabled {
  font-weight: 300;
}

section.facet-block .facet-counter {
  font-size: 12px;
}
.theme-dark section.facet-block .facet-counter {
  color: #9B9E9F;
}
.theme-light section.facet-block .facet-counter {
  color: #6d7274;
}

section.facet-block input.form-check-input, section.facet-block label.form-check-label, section.facet-block a.facet-toggle {
  cursor: pointer;
}

form#search_filters input#facet-search {
  margin: 20px 0;
  padding: 8px;
  width: 200px;
  height: 25px;
  display: block;
  background-color: #fff;
  border-radius: 5px;
}
.theme-dark form#search_filters input#facet-search {
  border: 1px solid #9B9E9F;
}
.theme-light form#search_filters input#facet-search {
  border: 1px solid #6d7274;
}

form#search_filters select#facet-order {
  margin: 20px 0;
  width: 200px;
  height: 25px;
  display: block;
  background-color: #fff;
  border-radius: 0;
}
.theme-dark form#search_filters select#facet-order {
  border: 1px solid #9B9E9F;
}
.theme-light form#search_filters select#facet-order {
  border: 1px solid #6d7274;
}

div#search .archive_filters {
  width: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
	## Medium SCREENS 1024 - 1200
--------------------------------------------------------------*/
@media screen and (min-width: 1024.1px) and (max-width: 1199.9px) {
  div.article-spotlight a h2 {
    font-size: 17px;
  }

  div.meta {
    font-size: 13px;
  }

  div.home_columns section.timeline {
    width: 55%;
  }

  div.home_columns aside.right_column {
    width: 45%;
    padding-left: 70px;
  }

  main#main.page div.columns section.timeline {
    width: 55%;
  }

  main#main.page div.columns aside.right_column {
    width: 45%;
    padding-left: 70px;
  }

  article.article-list a:first-child {
    margin: auto 0;
  }

  article.article-list img.cover, article.article-list picture.cover {
    width: 134px;
    height: auto;
    aspect-ratio: 4/3;
  }

  article.article-list:hover img.cover, article.article-list:hover picture.cover {
    border-radius: 0;
  }

  div.crsubscribe_wrapper h4#subscribeTitle {
    font-size: 18px;
  }

  div.crsubscribe_wrapper .cremail input {
    width: 66%;
  }

  div.crsubscribe_wrapper .gform_footer .gform_button {
    font-size: 16px;
  }

  div#primary {
    width: 56%;
  }

  aside#secondary {
    width: 44%;
    padding-left: 70px;
  }

  aside#latest div.latest article:last-child {
    display: none;
  }

  aside#latest div.latest article {
    min-width: calc(33% - 16px);
  }

  main#main.page div.page-description {
    padding-right: 24px;
    font-size: 19px;
  }

  footer.site-footer div.site-info {
    width: 45%;
  }

  footer.site-footer div.follow-us {
    width: 30%;
  }

  footer.site-footer div.container > div {
    padding: 0 24px;
  }
}

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