/*
Theme Name:   HybridCoE 2020
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Twenty Twenty child theme
Author:       Markus Aranko, Teemu Eskola
Author URI:   http://exove.com
Template:     twentytwenty
Version:      1.0.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hybridcoe2020
*/

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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

body {
   background: #ffffff;
   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
   letter-spacing: 0;
}
body.custom-background {
   background: #fff !important;
}

#site-content {
   padding-top: 84px;
}
@media (min-width: 1000px) {
   #site-content {
	   padding-top: 76px;
   }
}

/* Fonts ------------------------------------- */

/* ----------------------------------------------
Lato font.
---------------------------------------------- */
@font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url('./assets/fonts/lato/lato-v16-latin-regular.woff2') format('woff2');
}
@font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('./assets/fonts/lato/lato-v16-latin-700.woff2') format('woff2');
}
@font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url('./assets/fonts/lato/lato-v16-latin-900.woff2') format('woff2');
}


/* ----------------------------------------------
Gratimo font.
---------------------------------------------- */
@font-face {
 font-family: "GratimoClassic-Regular";
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Regular.eot');
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Regular.eot?#iefix') format('embedded-opentype'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Regular.woff2') format('woff2'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: "GratimoClassic-Medium";
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Medium.eot');
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Medium.eot?#iefix') format('embedded-opentype'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Medium.woff2') format('woff2'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Medium.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: "GratimoClassic-Bold";
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Bold.eot');
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Bold.eot?#iefix') format('embedded-opentype'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Bold.woff2') format('woff2'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Bold.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}


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

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
   letter-spacing: normal;
   line-height: 1.33;
   margin: 3.5rem 0 2rem;
   font-family: "GratimoClassic-Medium";
   font-weight: normal;
}

h1,
.heading-size-1 {
   font-size: 4.2rem;
   line-height: 1.33;
}

h2,
.heading-size-2 {
   font-size: 2.9rem;
}

h3,
.heading-size-3 {
   font-size: 3.2rem;
}

h4,
.heading-size-4 {
   font-size: 2.9rem;
}

h5,
.heading-size-5 {
   font-size: 1.8rem;
}

h6,
.heading-size-6 {
   font-size: 1.6rem;
   letter-spacing: 0;
   text-transform: uppercase;
}

hr {
   border-color: #979797;
}

a {
   color: #009DE3;
}

.list-unstyled {
   padding-left: 0;
 list-style: none;
   margin-left: 0;
   margin-bottom: 2rem;
}

.list-unstyled li {
   margin: 0;
}

b, strong {
   font-family: "GratimoClassic-Medium";
   font-weight: normal;
}


/* Inputs ------------------------------------ */

fieldset {
   border-color: #979797;
}
input[type="checkbox"] {
   border-color: #979797;
}
input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
input,
textarea {
   border-color: #979797;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:visited,
.button:visited,
.faux-button:visited,
.wp-block-button__link:visited,
.wp-block-file .wp-block-file__button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
   background: #7FD1EF;
   border: none;
   border-radius: 0.5rem;
   font-size: 1.3rem;
   letter-spacing: 0;
   line-height: 1.33;
   padding: 1.3rem 3rem;
   text-transform: none;
   color: black;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus
button:active,
.button:active,
.faux-button:active,
.wp-block-button__link:active,
.wp-block-file .wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
   color: black;
   text-decoration: underline;
   background-color: #009DE3;
}

.button a {
   color: white;
   text-decoration: none;
}

.wp-block-button {
   margin-top: 0;
}

.no-readmore .wp-block-button {
   display: none;
}

/* Tables ------------------------------------ */

table,
th,
td {
   border-color: #979797;
}
caption {
   background: #979797;
}

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

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Sections ---------------------------------- */

.section-inner {
   max-width: 180rem;
   height: 100%;
   position: relative;
}

.page-header .section-inner  {
   width: 100%;
}

/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
   color: #009DE3;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
   background-color: #009DE3;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
   border-color: #009DE3;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
   fill: #009DE3;
}

.fill-children-current-color,
.fill-children-current-color * {
   fill: currentColor;
}


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

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

#site-header {
   box-shadow: 0 4px 3px -4px rgba(0,0,0,0.5);
   width: 100%;
   position: fixed;
   background-color: white;
   z-index: 98;
}

.header-inner {
   max-width: 144rem;
   padding: 0;
   z-index: 100;
}
@media (min-width: 1000px) {
   .header-inner {
	   padding: 1.5rem 0;
   }
}

.site-logo.faux-heading{
   margin: 2.5rem 1.125rem;
}
@media (min-width: 1000px) {
   .site-logo.faux-heading{
	   margin: 1rem 0 0 2.4rem;
   }
}

.site-logo img {
   object-fit: contain;
   max-height: 48px;
   image-rendering: -webkit-optimize-contrast;
}


/* Header Toggles ---------------------------- */

.nav-toggle .toggle-inner {
   padding-top: 0;
}

.toggle-inner .toggle-text {
   top: 2rem;
}

.toggle-inner {
   height: 2.5rem;
}

/* Search Toggle ----------------------------- */

.search-toggle .toggle-text {
   display: none;
}

.search-toggle .toggle-icon, .search-toggle svg {
   height: 1.5rem;
   width: 1.4rem;
   margin-top: 0.5rem;
}

@media (max-width: 782px) {
   .search-toggle .toggle-icon {
	   overflow: visible;
   }
}

.header-inner .toggle-wrapper::before {
   height: 1.8rem;
   margin-top: 0.5rem;
}

/* Primary Menu ---------------------------- */

.primary-menu li {
   font-size: 1.5rem;
   font-family: "GratimoClassic-Medium";
}


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

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.entry-categories {
   display: flex;
}

.entry-categories .post-categories {
   margin: 0;
   list-style: none;
}

.entry-categories .post-categories li {
   margin: 0;
}

.entry-categories > span {
   width: calc(34% + 4rem);
}
.entry-categories a,
.post-tags a {
   border-width: 0;
   background-color: #7FD1EF;
   border-radius: 0.5rem;
   color: #000;
   font-size: 1.3rem;
   letter-spacing: 0;
   padding: 1.3rem 1.5rem;
   margin: 0 0 1rem 1rem;
   text-decoration: none;
   text-transform: none;
   width: 100%;
}
.entry-categories-inner {
   justify-content: left;
}
@media ( min-width: 700px ) {
   .entry-categories-inner {
	   margin-left: 0;
   }
}

article:not(.page) .entry-header-inner, article:not(.page) .entry-header-inner.medium {
   text-align: left;
   max-width: 90rem;
   width: calc(100% - 5rem);
   margin: 0 auto;
	   margin-bottom: 5rem;
}
.singular article:not(.page) .entry-header {
   padding: 5rem 0 0 0;
}
.post-meta-wrapper {
   margin: 0;
   max-width: none;
   width: 100%;
}
.post-meta-single-top .post-meta {
   justify-content: left;
}

.post-inner {
   padding-top: 0rem;
   padding-bottom: 0rem;
}

.single .post-inner {
   padding-top: 0;
   padding-bottom: 5rem;
}

h1.entry-title,
h2.entry-title {
   font-size: 3.2rem;
   font-weight: 400;
}

/* Page Header ------------------------------- */

.page-header {
   position: relative;
   padding: 0 !important;
   height: 540px;
}

.page-header > .-inner {
   width: 100%;
   height: 100%;
}

.page-header img {
   position: absolute;
   top: 0;
   right: 0;
   margin: 0 auto;
   height: 100%;
   width: 48%;
   max-width: 180rem;
   object-fit: cover;
}

.page-header-texts {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   color: #000;
   overflow: visible;
   height: 100%;
   text-align: left;
   vertical-align: middle;
   z-index: 1;
   padding-left: 15rem;
	   padding-bottom: 5rem;
	   max-width: 144rem;
	   margin-left: auto;
	   margin-right: auto;
}


.page-header-texts:before {
   content: " ";
   position: absolute;
   top: 0;
   left: -18rem;
   width: 1200px;
   height: 540px;
 background-image: radial-gradient(circle at 1400px 270px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 400px, #00b4e1 40px);
 color: #FFF;
   z-index: -1;
}

.page-header-texts .entry-title.page-title {
   max-width: 800px; /* fit inside :before pattern */
}

.page-header-texts .intro-text {
   margin: 0;
}

.page-header-texts h1:before {
   content: url('./assets/img/hybrid-circles-large.svg');
   position: absolute;
   margin-left: -9rem;
}

.page-header-texts--no-image {
   color: black
}
.page-header-texts--no-image::before {
   background-color: transparent;
   background: none;
   content: none;
}

@media (max-width: 782px) {
   .page-header-texts {
	   padding-left: 7.5rem;
   }
   .page-header-texts h1:before {
	   content: url('./assets/img/hybrid-circles-small.svg');
	   margin-left: -5rem;
	   margin-top: -0.8rem;
   }
}


h1.entry-title.page-title,
h2.entry-title.page-title {
   font-size: 4.2rem;
}

.page-header-texts .page-title {
   margin-bottom: 2.5rem;
}

.page-header .intro-text {
   font-size: 2.2rem;
   max-width: 72rem;
   padding-right: 5rem;
}

.intro-text p {
   margin-bottom: 2.5rem;
}

.listing-header {
   height: 220px;
   margin-top: 2.5rem;
}

.intro-text__icon {
   display: none;
}

.intro-text__button,
.intro-text__button:visited {
   border: none;
   color: #000;
   background-color: #fff;
}

.intro-text__button:hover,
.intro-text__button:focus,
.intro-text__button:active {
   color: black;
   text-decoration: underline;
   background-color: #009DE3;
}

.page-header .wp-block-button {
   margin-bottom: 0;
}

/* POST META */

.post-meta {
   color: #000000;
   font-size: 2.2rem;
   font-weight: 400;
}

/* Featured Media ---------------------------- */

.singular .featured-media-inner {
   width: 100%;
}
.singular .featured-media-inner img {
   max-height: 40rem;
   width: 100rem;
   object-fit: cover;
}

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

/*	10. Blocks
/* -------------------------------------------------------------------------- */

/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover-image p,
.entry-content .wp-block-pullquote {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

/* Block: Base Margins ----------------------- */
.wp-block-columns:not(.alignwide):not(.alignfull) {
   margin-top: 0;
   margin-bottom: 0;
}

/* Block: Columns */
.wp-block-column {
   margin-bottom: 0;
}



/* Block: Shared Media Styles ---------------- */
.page .entry-content p:first-child {
   margin-top: 5rem;
}

.page .hcoe2020-liftup-grid ~ p,
.page .hybridcoe2020-cta ~ p {
   margin-top: 5rem;
}

.wp-block-embed figcaption,
.wp-block-image figcaption {
   color: #000000;
   font-size: 1.4rem;
   font-weight: 500;
   text-align: left;
}

.hcoe2020-columns,
.wp-block-columns.hcoe2020-columns {
   clear: both;
   flex-wrap: wrap;
   max-width: 144rem;
   margin-left: auto;
   margin-right: auto;
}

.hcoe2020-columns,
.alignfull .wp-block-columns.hcoe2020-columns {
   padding-left: 0;
   padding-right: 0;
}

.alignfull {
   max-width: calc(100vw - 4rem);
}

.entry-content .hcoe2020-column--lg .hcoe2020-column--lg__title {
   margin-top: 5rem;
   margin-left: 5rem;
}
.hcoe2020-column--lg__title::before {
   content: '';
   position: relative;
   width: 56px;
   height: 19px;
   display: block;
   background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijk0IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgOTQgMzIiPgo8dGl0bGU+aGNvZV9kb3RzXzI8L3RpdGxlPgo8cGF0aCBmaWxsPSIjZmYyYzAxIiBkPSJNMzIgMTZjMCA4LjgzNy03LjE2MyAxNi0xNiAxNnMtMTYtNy4xNjMtMTYtMTZjMC04LjgzNyA3LjE2My0xNiAxNi0xNnMxNiA3LjE2MyAxNiAxNnoiPjwvcGF0aD4KPHBhdGggZmlsbD0iIzAwOWRlMyIgZD0iTTY0IDE2YzAgOC44MzctNy4xNjMgMTYtMTYgMTZzLTE2LTcuMTYzLTE2LTE2YzAtOC44MzcgNy4xNjMtMTYgMTYtMTZzMTYgNy4xNjMgMTYgMTZ6Ij48L3BhdGg+CjxwYXRoIGZpbGw9IiNmZjJjMDEiIGQ9Ik05NC4zMTYgMTZjMCA4LjgzNy03LjE2MyAxNi0xNiAxNnMtMTYtNy4xNjMtMTYtMTZjMC04LjgzNyA3LjE2My0xNiAxNi0xNnMxNiA3LjE2MyAxNiAxNnoiPjwvcGF0aD4KPC9zdmc+Cg==);
   background-size: 56px;
   margin-bottom: 2.5rem;
}
.hcoe2020-column--lg.hcoe2020-liftup-news > *{
   margin-left: 5rem;
   margin-right: 5rem;
   margin-bottom: 2.5rem;
}
.hcoe2020-column--lg .hcoe2020-column--lg__button {
   margin-bottom: 5rem;
}

@media ( min-width: 700px ) {
   .wp-block-columns:not(.alignwide):not(.alignfull) {
	   margin-top: 0;
	   margin-bottom: 0;
	   gap: 1rem;
   }
   .wp-block-columns:not(.alignwide):not(.alignfull).hybridcoe2020-cta {
	   gap: 0;
   }
}

@media (min-width: 782px) {
   .hcoe2020-column,
   .wp-block-column.hcoe2020-column {
	   flex-basis: 20%;
	   max-width: 25%;
	   margin-left: 0;
	   margin-right: 0;
   }
   .wp-block-column.hcoe2020-column--lg {
	   flex-basis: 45%;
	   max-width: 50%;
   }

   .hcoe2020-column--lg .hcoe2020-column--lg__button {
	   margin-bottom: 5rem;
   }
}
@media (max-width: 781px) and (min-width: 600px) {
   .hcoe2020-column,
   .wp-block-column.hcoe2020-column {
	   flex-basis: 50%;
	   max-width: 50%;
	   margin-left: 0;
   }
}

.image-container {
   padding-top: 67%;
   position: relative;
}
.image-container img {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.entry-content .hcoe2020-liftup-grid__section-title {
   display: inline-block;
   margin: 0;
   margin-bottom: 2.5rem;
}
@media (min-width: 782px) {
   .entry-content .hcoe2020-liftup-grid__section-title {
	   margin-bottom: 0;
   }
}

@media (min-width: 782px) {
   .hcoe2020-liftup-grid__select {
	   position: absolute;
	   right: 0rem;
	   top: 50%;
	 transform: perspective(1px) translateY(-50%);
   }
}
.hcoe2020-liftup-item {
   border: 1px solid #707070;
}

@media (max-width: 782px) {
   .hcoe2020-liftup-item {
	   margin-bottom: 2rem;
   }
}

.hcoe2020-liftup-expert {
   display: flex;
}

.hcoe2020-liftup-expert__name {
   margin-bottom: 0 !important;
}

.hcoe2020-liftup-expert .image-container {
   width: 40%;
   padding-top: 50%;
}

.hcoe2020-liftup-expert .hcoe2020-liftup-meta {
   width: 60%;
   padding: 2.5rem;
}

.hcoe2020-liftup-link {
   background-color: rgba(0, 157, 214, 0.05);
   padding-top: 5rem;
}

.hcoe2020-liftup-link__hashtag {
   color: #009DE3;
   padding: 0rem 0.5rem 0 0;
   display: inline-block;
}

.hcoe2020-liftup-link__date {
   margin-top: 2rem;
   margin-bottom: 2rem;
}

.hcoe2020-liftup-meta {
   position: relative;
   min-height: 25rem;
   display: flow-root;
   padding: 5rem;
}

.hcoe2020-liftup-link .hcoe2020-liftup-meta {
   height: auto;
}

.hcoe2020-liftup-item .hcoe2020-liftup-meta h4 {
   margin-top: 0;
   font-size: 1.9rem;
}

.hcoe2020-liftup-item .hcoe2020-liftup-meta a {
   font-size: 1.4rem;
}
.hcoe2020-liftup-meta .entry-categories {
   position: absolute;
   top: -2.2rem;
   left: 3.5rem;
   margin: 0;
   min-width: 20rem;
}

@media (max-width: 1080px) {
   .hcoe2020-liftup-meta .entry-categories {
	   min-width: 15rem;
   }
}

.hcoe2020-liftup-meta .entry-categories a {
   display: block;
   margin: 0;
}

.entry-content .hcoe2020-themegrid {
   max-width: 100% !important;
   width: 100% !important;
   padding-left: 2.5rem;
   padding-right: 2.5rem;
   background-color: rgba(0, 157, 214, 0.05);
}

.entry-content .hcoe2020-themegrid > * {
   max-width: 144rem;
   margin-left: auto;
   margin-right: auto;
}

.entry-content .hcoe2020-themegrid > h2:before {
   margin-left: 0;
}


.entry-content .hcoe2020-themegrid > *:first-child {
   margin-top: 0;
   padding-top: 6rem;
}

.hcoe2020-themegrid .wp-block-column {
   display: flex;
   padding-left: 6rem;
   padding-right: 2rem;
}

@media (max-width: 782px) {
   .hcoe2020-themegrid .wp-block-column {
	   padding-left: 2rem;
   }
}

.wp-block-column.hcoe2020-themegrid-column {
   margin: 0;
   margin-bottom: 4rem;
}

@media (min-width: 782px) {
   .hcoe2020-themegrid .wp-block-columns {
	   flex-wrap: wrap;
   }
   .wp-block-column.hcoe2020-themegrid-column {
	   width: 100%;
   max-width: 100%;
	   flex-basis: 100%;
	   margin: 0;
	   margin-bottom: 5rem;
   }
}
@media (min-width: 1220px) {
   .hcoe2020-themegrid .wp-block-columns {
	   flex-wrap: nowrap;
   }
   .wp-block-column.hcoe2020-themegrid-column {
	   width: 33%;
   max-width: 33%;
	   flex-basis: 33%;
   }

   .wp-block-column.hcoe2020-themegrid-column:not(:last-child) {
	   margin-right: 4rem;
   }

}

.hcoe2020-themegrid .wp-block-column h4 {
   padding-left: 30px;
   margin: auto 0;
   font-size: 2.3rem;
}
.hcoe2020-themegrid h4 a {
   display: block;
   margin-top: 1rem;
   font-size: 1.4rem;
}
.hcoe2020-themegrid .round-image {
   position: relative;
 min-width: 116px;
 width: 116px;
 height: 116px;
 overflow: hidden;
   border-radius: 116px;
}
.hcoe2020-themegrid .round-image:after {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0,157,227,0.5);
}
.hcoe2020-themegrid .round-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.hybridcoe2020-cta {
   max-width: 144rem !important;
   width: 100% !important;
}

.hybridcoe2020-cta .wp-block-column h1,
.hybridcoe2020-cta .wp-block-column h2 {
   margin-top: 2rem;
   margin-bottom: 2.5rem;
   margin-left: 5.5rem
}

.hybridcoe2020-cta h1::before {
   content: " ";
   background: url('./assets/img/hybrid-circles-small.svg');
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
   display: inline-block;
   width: 40px;
   height: 12px;
   position: relative;
   top: -1rem;
   margin-right: 1.2rem;
   margin-left: -5.3rem;
}

.page .hybridcoe2020-cta p {
   margin-bottom: 2.5rem;
   margin-left: 5.5rem;
   font-family: "GratimoClassic-Medium";
}

.page .hybridcoe2020-cta .wp-block-button {
   margin-left: 5.5rem;
}

.hybridcoe2020-cta img {
   width: 100%;
}

@media (min-width: 782px) {
   .hybridcoe2020-cta .wp-block-column {
	   flex-basis: 50%;
	   max-width: 50%;
	   margin-left: 0;
	   margin-right: 0;
	   display: flex;
	   flex-direction: column;
	   justify-content: center;
   }
}

.hybridcoe2020-cta .wp-block-column > * {
   padding: 0 5rem;
}

@media (max-width: 782px) {
   .hybridcoe2020-cta .wp-block-column > h1,
   .hybridcoe2020-cta .wp-block-column > h2,
   .hybridcoe2020-cta .wp-block-column > p,
   .hybridcoe2020-cta .wp-block-column > .wp-block-buttons {
	   padding-left: 2rem;
	   padding-right: 2rem;
	   margin-bottom: 2rem;
   }
   .hybridcoe2020-cta .wp-block-column > h1,
   .hybridcoe2020-cta .wp-block-column > h2 {
	   font-size: 4rem;
   }
}

.hybridcoe2020-cta .wp-block-column img,
.hybridcoe2020-cta .wp-block-column iframe {
   padding: 0;
}

.hybridcoe2020-cta .wp-block-column div.embed-ratio {
   position:relative;
   padding: 0;
   padding-top:75%;
}

.hybridcoe2020-cta .wp-block-column .embed-ratio iframe {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}

/* full width background image: */

.hybridcoe2020-cta.fullwidth {
   width: 100vw !important;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw;
   max-width: none !important;
   background-color: black;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) {
   position: relative;
   z-index: 2;
   height: 100%;
   color: white;
   font-size: 2rem;
   margin: 20px;
   max-width: none;
}
@media (min-width: 1080px) {
   .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) {
	   font-size: 2.4rem;
	   margin: 100px 100px 100px auto;
	   max-width: 750px;
   }
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(2) {
   position: absolute;
   height: 100%;
   width: 100%;
   max-width: 100%;
   margin-left: 0;
}

.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) > *,
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) .wp-block-button {
   margin-left: 0;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1,
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h2 {
   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
   line-height: 1.4;
   font-size: 4rem;
}
@media (min-width: 1080px) {
   .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1,
   .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h2 {
	   font-size: 5rem;
   }
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1:before {
   display:none;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) p {
   line-height: 1.4;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) .wp-block-button__link {
   background-color: white;
}

.hybridcoe2020-cta.fullwidth img {
   height: 100%;
   object-fit: cover;
}

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

/*	11. Entry Content
/* -------------------------------------------------------------------------- */

/* Font Families ----------------------------- */

.entry-content {
   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
   font-size: 1.8rem;
   max-width: 180rem;
   margin: 0 auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content h2:before,
.hcoe2020-section-title h4:before {
   content: " ";
   background: url('./assets/img/hybrid-circles-small.svg');
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
   display: inline-block;
   width: 40px;
   height: 12px;
   position: relative;
   top: -0.5rem;
   margin-right: 1rem;
   margin-left: -5rem;
}

.entry-content > * {
   margin-bottom: 2.5rem;
}

.entry-content > *:last-child {
   margin-bottom: 5rem;
}

@media (min-width: 782px) {
   .entry-content > * {
	   margin-bottom: 4rem;
   }
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   max-width: 90rem;
   width: calc(100% - 5rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   max-width: 90rem;
}

@media ( min-width: 700px ) {
   .entry-content > .alignwide:first-child,
   .entry-content > .alignfull:first-child {
	   margin-bottom: 0;
   }
}

@media ( min-width: 1220px ) {
   .entry-content > .alignfull,
   .entry-content > .alignfull:not(.wp-block-group.has-background) {
	   margin-bottom: 3rem;
	   margin-top: 0;
   }
}

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

/*	15.	Widgets
/* -------------------------------------------------------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary,
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}



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

/*	16. Site Footer
/* -------------------------------------------------------------------------- */

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
   margin-top: 0;
}
@media ( min-width: 700px ) {
   .footer-top-visible .footer-nav-widgets-wrapper,
   .footer-top-hidden #site-footer {
	   margin-top: 0;
   }
}

.footer-widgets-wrapper {
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 144rem;
   width: 100%;
}

.footer-widgets {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   margin-left: 0;
   gap: 0 40px;
}
.footer-widgets .widget {
   flex-basis: 100%;
   flex-grow: 1;
   margin-top: 3rem;
}
@media (min-width: 782px) {
   .footer-widgets .widget {
	   flex-basis: 0;
	   margin-top: 0;
   }
   .footer-widgets .widget:nth-child(3) {
	   flex-basis: 100%;
   }
   .footer-widgets .widget:nth-child(n+5) {
	   flex-basis: content;
	   max-width: calc(1440px/7);
	   margin-bottom: 40px;
   }
}
.footer-widgets .widget:nth-child(4) {
   flex-basis: 100%;
   margin-bottom: 40px;
}
ul.social-icons {
   display: flex;
   justify-content: center;
}
@media (min-width: 1400px) {
   .footer-widgets .widget:nth-child(4) {
	   flex-basis: 20%;
   }
   ul.social-icons {
	   justify-content: flex-start;
   }
}
.widget.widget_text:not(.widget_custom_html) {
   display: flex;
}
@media (min-width: 782px) {
   .widget.widget_text:not(.widget_custom_html) {
	   justify-content: flex-end;
   }
}
.widget.widget_text:not(.widget_custom_html) .widget-content {
   font-size: 15px;
   max-width: 50rem;
}
.widget.widget_text:not(.widget_custom_html) .widget-content a {
   color: black;
}

.widget.widget_media_image .widget-content {
   height: 80px;
}

.widget.widget_media_image img {
   height: 100% !important;
   width: auto !important;
}

.widget.widget_text hr {
   margin: 40px 0;
   border-color: #000000;
}

.footer-widgets.column-two {
   border-top: 1px solid #A6A6A6;
   margin-right: 6rem;
   margin-top: 2rem;
   padding-top: 2rem;
}

@media (min-width: 782px) {
   .footer-widgets.column-two .widget .widget-content {
	   display: flex;
	   width: 100%;
   }
   .footer-widgets.column-two .widget .widget-title {
	   color: #fff;
	   width: 16.6%;
   }
   .footer-widgets.column-two .widget .widget-content > nav {
	   width: 83.4%;
   }
   .footer-widgets.column-two .widget .menu {
	   display: flex;
   }
   .footer-widgets.column-two .widget .menu-item {
	   width: 20%;
	   line-height: 23px;
	   margin: 0;
   }
}

.footer-widgets li {
   line-height: 1;
}
.widget	ul.footer-social li {
   margin: 1rem 0 0 1rem;
}

.footer-social {
   justify-content: center;
   padding-top: 0;
}
.footer-social a {
   background: none;
   color: black;
   width: 3rem;
   height: 3rem;
}
.footer-social a svg {
   width: 100%;
}

.footer-nav-widgets-wrapper.header-footer-group {
   background-color: rgba(0, 157, 214, 0.3);
   color: black;
}
.footer-widgets-outer-wrapper {
   border: none;
}

.footer-widgets .widget .widget-title, .footer-widgets .widget .menu .menu-item a {
   font-family: "GratimoClassic-Regular";
	   font-weight: normal;
   color: black;
   font-size: 15px;
}

.footer-widgets.column-one .widget .widget-title, .footer-widgets.column-one .widget .menu .menu-item:first-child a {
	   font-family: "GratimoClassic-Bold";
   color: black;
}

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

/*	Publications
/* -------------------------------------------------------------------------- */

.single-hcoe20_experts .post-inner {
   display: flex;
   flex-wrap: wrap;
}

.single-hcoe20_experts .entry-content {
   flex: 0 100%;
   order: 2;
}

.single-hcoe20_publications aside.hcoe20-aside {
   max-width: 90rem;
   width: calc(100% - 5rem);
   margin: 0 auto;
   margin-top: 5rem;
   text-align: center;
   padding-top: 5rem;
   padding-bottom: 5rem;
   border-top: 1px solid #979797;
   border-bottom: 1px solid #979797;
}

.single-hcoe20_experts aside.hcoe20-aside {
   flex: 0 100%;
   order: 1;
   padding-top: 0;
   border-top: none;
   border-bottom: none;
   margin-bottom: 5rem;
}

@media (min-width: 782px) {
   .single-hcoe20_publications .post-inner,
   .single-hcoe20_experts .post-inner {
	   display: flex;
	   max-width: 90rem;
	   width: calc(100% - 5rem);
	   margin: 0 auto;
	   align-items: flex-start;
   }

   .single-hcoe20_publications .entry-content,
   .single-hcoe20_experts .entry-content {
	   max-width: 66%;
   }

   .single-hcoe20_publications .entry-content > *,
   .single-hcoe20_experts .entry-content > * {
	   margin-left: 0;
	   margin-right: 0;
   }
}

@media (min-width: 782px) {
   .single-hcoe20_publications aside.hcoe20-aside,
   .single-hcoe20_experts.has-post-thumbnail aside.hcoe20-aside {
	   margin-top: 0;
	   max-width: 34%;
   }

   .single-hcoe20_experts.has-post-thumbnail .entry-content > * {
	   margin-left: 5rem;
   }
}

.publication-icon-container {
   background-color: #99C9C7;
   color: #fff;
   width: 12rem;
   height: 12rem;
   margin: 0 auto;
   margin-bottom: 2rem;
   border-radius: 50%;
   position: relative;
   transform-style: preserve-3d;
}

.publication-icon {
   position: relative;
 top: 50%;
 transform: perspective(1px) translateY(-50%);
}

.publication-icon svg {
   width: 3rem;
   margin: 0 auto;
   fill: #fff;
}

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

/*	Listing page
/* -------------------------------------------------------------------------- */

.hcoe2020-filters,
.hcoe2020-section-title {
   padding: 5rem 5rem 3rem 5rem;
 max-width: 144rem;
   margin: 0 auto;
   overflow: hidden;
   transform-style: preserve-3d;
   position: relative;
}

@media (min-width: 782px) {
   .hcoe2020-section-title p {
	   margin-bottom: 0;
	   max-width: 80rem;
	   font-size: 1.5rem;
	   font-family: "GratimoClassic-Medium";
   }
}
@media (max-width: 1200px) {
   .hcoe2020-section-title p {
	   max-width: 40rem;
   }
}

.hcoe2020-filters__reset {
   margin-top: 2rem;
}
@media (min-width: 782px) {
   .hcoe2020-filters__reset {
	   margin-top: 0;
	   position: absolute;
	   right: 5rem;
	   top: 50%;
	 transform: perspective(1px) translateY(-50%);
   }
}

.hcoe2020-listing__content {
   clear: both;
 max-width: 144rem;
   margin: 0 auto;
}

.template-listing-page .wp-block-columns.hcoe2020-listing__columns {
   margin-top: 0;
   margin-bottom: 0;
}

.hcoe2020-listing__more {
   width: 100%;
   margin: 0 auto;
   text-align: center;
   margin-top: 5rem;
   margin-bottom: 5rem;
}

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

/*	Facets
/* -------------------------------------------------------------------------- */

.facetwp-type-dropdown {
   display: inline-block;
   margin-right: 5rem;
}

.page .facetwp-facet {
   margin-bottom: 0;
}

.hcoe2020-liftup-grid__select {
   background-color: #7FD1EF;
   border-radius: 0.5rem;
}

.hcoe2020-liftup-grid__select:after {
   content: "⌄";
   position: absolute;
   width: 20px;
   height: 20px;
   right: 1rem;
   top: 0.5rem;
}

@media (max-width: 782px) {
   .hcoe2020-liftup-grid__select:after {
	   top: unset;
	   bottom: 5rem;
	   right: 5rem;
   }
}

.select-css {
   width: 255px;
   min-width: 255px;
   margin-right: 5rem;
   display: block;
   font-size: 1.3rem;
   color: #000;
   line-height: 1.5;
   padding: 1.4rem 1.5rem;
   box-sizing: border-box;
   margin: 0;
   border: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   background: none;
   font-family: "GratimoClassic-Medium";
}

.select-css::-ms-expand {
   display: none;
}
.select-css:hover {
   border-color: #009CE6;
}
.select-css:focus {
   border-color: #aaa;
   box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
   box-shadow: 0 0 0 3px -moz-mac-focusring;
   color: #222;
   outline: none;
}
.select-css option {
   font-weight:normal;
}

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

/*	Experts
/* -------------------------------------------------------------------------- */

@media (min-width: 782px) {
   .hcoe2020-experts-grid .hcoe2020-section-title {
	   margin-bottom: 5rem;
   }

   .hcoe2020-experts-grid .wp-block-columns.hcoe2020-columns {
   }

   .hcoe2020-liftup-expert .hcoe2020-liftup-meta h4 {
	   margin-top: 9rem;
   }
   .hcoe2020-liftup-expert .hcoe2020-liftup-meta li {
	   font-weight: normal;
	   font-size: 1.5rem;
   }

}

.hcoe2020-column.hcoe2020-liftup-expert,
.wp-block-column.hcoe2020-column.hcoe2020-liftup-expert {
   width: calc(100% - 5rem);
   max-width: calc(100% - 5rem);
   flex-basis: 100%;
   margin: 0;
   margin-bottom: 2.5rem;
   padding: 1.5rem;
}

@media (min-width: 782px) {
   .hcoe2020-column.hcoe2020-liftup-expert,
   .wp-block-column.hcoe2020-column.hcoe2020-liftup-expert {
	   width: calc(50% - 5rem);
	   max-width: calc(50% - 5rem);
	   flex-basis: 50%;
	   margin-bottom: 5rem;
   }
}

@media (min-width: 1080px) {
   .hcoe2020-column.hcoe2020-liftup-expert,
   .wp-block-column.hcoe2020-column.hcoe2020-liftup-expert {
	   max-width: calc(33.3% - 1rem);
	   flex-basis: 33.3%;
   }
}

.hcoe20-expert-details {
   margin-bottom: 5rem;
}
[root@hcoe-wp hybridcoe2020]# git diff master style.css
diff --git a/themes/hybridcoe2020/style.css b/themes/hybridcoe2020/style.css
index c10910f..d9137fb 100644
--- a/themes/hybridcoe2020/style.css
+++ b/themes/hybridcoe2020/style.css
@@ -5,7 +5,7 @@
 Author:       Markus Aranko, Teemu Eskola
 Author URI:   http://exove.com
 Template:     twentytwenty
- Version:      1.0.3
+ Version:      1.0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hybridcoe2020
@@ -703,7 +703,7 @@ h2.entry-title.page-title {
.hcoe2020-columns,
.wp-block-columns.hcoe2020-columns {
	   clear: both;
-       flex-wrap: wrap !important;
+       flex-wrap: wrap;
	   max-width: 144rem;
	   margin-left: auto;
	   margin-right: auto;
@@ -756,7 +756,7 @@ h2.entry-title.page-title {
@media (min-width: 782px) {
	   .hcoe2020-column,
	   .wp-block-column.hcoe2020-column {
-               flex-basis: 20% !important;
+               flex-basis: 20%;
			   max-width: 25%;
			   margin-left: 0;
			   margin-right: 0;
@@ -772,8 +772,8 @@ h2.entry-title.page-title {
}
@media (max-width: 781px) and (min-width: 600px) {
	   .hcoe2020-column,
-       .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.hcoe2020-column {
-               flex-basis: calc(50% - 1em)!important;
+       .wp-block-column.hcoe2020-column {
+               flex-basis: 50%;
			   max-width: 50%;
			   margin-left: 0;
	   }
@@ -999,7 +999,8 @@ h2.entry-title.page-title {
	   width: 100% !important;
}

-.hybridcoe2020-cta .wp-block-column h1 {
+.hybridcoe2020-cta .wp-block-column h1,
+.hybridcoe2020-cta .wp-block-column h2 {
	   margin-top: 2rem;
	   margin-bottom: 2.5rem;
	   margin-left: 5.5rem
@@ -1052,13 +1053,15 @@ h2.entry-title.page-title {

@media (max-width: 782px) {
	   .hybridcoe2020-cta .wp-block-column > h1,
+       .hybridcoe2020-cta .wp-block-column > h2,
	   .hybridcoe2020-cta .wp-block-column > p,
	   .hybridcoe2020-cta .wp-block-column > .wp-block-buttons {
			   padding-left: 2rem;
			   padding-right: 2rem;
			   margin-bottom: 2rem;
	   }
-       .hybridcoe2020-cta .wp-block-column > h1 {
+       .hybridcoe2020-cta .wp-block-column > h1,
+       .hybridcoe2020-cta .wp-block-column > h2 {
			   font-size: 4rem;
	   }
}
@@ -1122,13 +1125,15 @@ h2.entry-title.page-title {
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) .wp-block-button {
	margin-left: 0;
}
-.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1 {
+.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1,
+.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h2 {
	   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	   line-height: 1.4;
	font-size: 4rem;
}
@media (min-width: 1080px) {
-    .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1 {
+    .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1,
+    .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h2 {
		font-size: 5rem;
	}
}
[root@hcoe-wp hybridcoe2020]# cat style.css
/*
Theme Name:   HybridCoE 2020
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Twenty Twenty child theme
Author:       Markus Aranko, Teemu Eskola
Author URI:   http://exove.com
Template:     twentytwenty
Version:      1.0.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hybridcoe2020
*/

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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

body {
   background: #ffffff;
   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
   letter-spacing: 0;
}
body.custom-background {
   background: #fff !important;
}

#site-content {
   padding-top: 84px;
}
@media (min-width: 1000px) {
   #site-content {
	   padding-top: 76px;
   }
}

/* Fonts ------------------------------------- */

/* ----------------------------------------------
Lato font.
---------------------------------------------- */
@font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url('./assets/fonts/lato/lato-v16-latin-regular.woff2') format('woff2');
}
@font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('./assets/fonts/lato/lato-v16-latin-700.woff2') format('woff2');
}
@font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url('./assets/fonts/lato/lato-v16-latin-900.woff2') format('woff2');
}


/* ----------------------------------------------
Gratimo font.
---------------------------------------------- */
@font-face {
 font-family: "GratimoClassic-Regular";
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Regular.eot');
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Regular.eot?#iefix') format('embedded-opentype'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Regular.woff2') format('woff2'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: "GratimoClassic-Medium";
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Medium.eot');
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Medium.eot?#iefix') format('embedded-opentype'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Medium.woff2') format('woff2'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Medium.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: "GratimoClassic-Bold";
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Bold.eot');
 src: url('./assets/fonts/gratimo/Gratimo-Classic-Bold.eot?#iefix') format('embedded-opentype'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Bold.woff2') format('woff2'),
   url('./assets/fonts/gratimo/Gratimo-Classic-Bold.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}


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

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
   letter-spacing: normal;
   line-height: 1.33;
   margin: 3.5rem 0 2rem;
   font-family: "GratimoClassic-Medium";
   font-weight: normal;
}

h1,
.heading-size-1 {
   font-size: 4.2rem;
   line-height: 1.33;
}

h2,
.heading-size-2 {
   font-size: 2.9rem;
}

h3,
.heading-size-3 {
   font-size: 3.2rem;
}

h4,
.heading-size-4 {
   font-size: 2.9rem;
}

h5,
.heading-size-5 {
   font-size: 1.8rem;
}

h6,
.heading-size-6 {
   font-size: 1.6rem;
   letter-spacing: 0;
   text-transform: uppercase;
}

hr {
   border-color: #979797;
}

a {
   color: #009DE3;
}

.list-unstyled {
   padding-left: 0;
 list-style: none;
   margin-left: 0;
   margin-bottom: 2rem;
}

.list-unstyled li {
   margin: 0;
}

b, strong {
   font-family: "GratimoClassic-Medium";
   font-weight: normal;
}


/* Inputs ------------------------------------ */

fieldset {
   border-color: #979797;
}
input[type="checkbox"] {
   border-color: #979797;
}
input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
input,
textarea {
   border-color: #979797;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:visited,
.button:visited,
.faux-button:visited,
.wp-block-button__link:visited,
.wp-block-file .wp-block-file__button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
   background: #7FD1EF;
   border: none;
   border-radius: 0.5rem;
   font-size: 1.3rem;
   letter-spacing: 0;
   line-height: 1.33;
   padding: 1.3rem 3rem;
   text-transform: none;
   color: black;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus
button:active,
.button:active,
.faux-button:active,
.wp-block-button__link:active,
.wp-block-file .wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
   color: black;
   text-decoration: underline;
   background-color: #009DE3;
}

.button a {
   color: white;
   text-decoration: none;
}

.wp-block-button {
   margin-top: 0;
}

.no-readmore .wp-block-button {
   display: none;
}

/* Tables ------------------------------------ */

table,
th,
td {
   border-color: #979797;
}
caption {
   background: #979797;
}

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

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Sections ---------------------------------- */

.section-inner {
   max-width: 180rem;
   height: 100%;
   position: relative;
}

.page-header .section-inner  {
   width: 100%;
}

/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
   color: #009DE3;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
   background-color: #009DE3;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
   border-color: #009DE3;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
   fill: #009DE3;
}

.fill-children-current-color,
.fill-children-current-color * {
   fill: currentColor;
}


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

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

#site-header {
   box-shadow: 0 4px 3px -4px rgba(0,0,0,0.5);
   width: 100%;
   position: fixed;
   background-color: white;
   z-index: 98;
}

.header-inner {
   max-width: 144rem;
   padding: 0;
   z-index: 100;
}
@media (min-width: 1000px) {
   .header-inner {
	   padding: 1.5rem 0;
   }
}

.site-logo.faux-heading{
   margin: 2.5rem 1.125rem;
}
@media (min-width: 1000px) {
   .site-logo.faux-heading{
	   margin: 1rem 0 0 2.4rem;
   }
}

.site-logo img {
   object-fit: contain;
   max-height: 48px;
   image-rendering: -webkit-optimize-contrast;
}


/* Header Toggles ---------------------------- */

.nav-toggle .toggle-inner {
   padding-top: 0;
}

.toggle-inner .toggle-text {
   top: 2rem;
}

.toggle-inner {
   height: 2.5rem;
}

/* Search Toggle ----------------------------- */

.search-toggle .toggle-text {
   display: none;
}

.search-toggle .toggle-icon, .search-toggle svg {
   height: 1.5rem;
   width: 1.4rem;
   margin-top: 0.5rem;
}

@media (max-width: 782px) {
   .search-toggle .toggle-icon {
	   overflow: visible;
   }
}

.header-inner .toggle-wrapper::before {
   height: 1.8rem;
   margin-top: 0.5rem;
}

/* Primary Menu ---------------------------- */

.primary-menu li {
   font-size: 1.5rem;
   font-family: "GratimoClassic-Medium";
}


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

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.entry-categories {
   display: flex;
}

.entry-categories .post-categories {
   margin: 0;
   list-style: none;
}

.entry-categories .post-categories li {
   margin: 0;
}

.entry-categories > span {
   width: calc(34% + 4rem);
}
.entry-categories a,
.post-tags a {
   border-width: 0;
   background-color: #7FD1EF;
   border-radius: 0.5rem;
   color: #000;
   font-size: 1.3rem;
   letter-spacing: 0;
   padding: 1.3rem 1.5rem;
   margin: 0 0 1rem 1rem;
   text-decoration: none;
   text-transform: none;
   width: 100%;
}
.entry-categories-inner {
   justify-content: left;
}
@media ( min-width: 700px ) {
   .entry-categories-inner {
	   margin-left: 0;
   }
}

article:not(.page) .entry-header-inner, article:not(.page) .entry-header-inner.medium {
   text-align: left;
   max-width: 90rem;
   width: calc(100% - 5rem);
   margin: 0 auto;
	   margin-bottom: 5rem;
}
.singular article:not(.page) .entry-header {
   padding: 5rem 0 0 0;
}
.post-meta-wrapper {
   margin: 0;
   max-width: none;
   width: 100%;
}
.post-meta-single-top .post-meta {
   justify-content: left;
}

.post-inner {
   padding-top: 0rem;
   padding-bottom: 0rem;
}

.single .post-inner {
   padding-top: 0;
   padding-bottom: 5rem;
}

h1.entry-title,
h2.entry-title {
   font-size: 3.2rem;
   font-weight: 400;
}

/* Page Header ------------------------------- */

.page-header {
   position: relative;
   padding: 0 !important;
   height: 540px;
}

.page-header > .-inner {
   width: 100%;
   height: 100%;
}

.page-header img {
   position: absolute;
   top: 0;
   right: 0;
   margin: 0 auto;
   height: 100%;
   width: 48%;
   max-width: 180rem;
   object-fit: cover;
}

.page-header-texts {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   color: #000;
   overflow: visible;
   height: 100%;
   text-align: left;
   vertical-align: middle;
   z-index: 1;
   padding-left: 15rem;
	   padding-bottom: 5rem;
	   max-width: 144rem;
	   margin-left: auto;
	   margin-right: auto;
}


.page-header-texts:before {
   content: " ";
   position: absolute;
   top: 0;
   left: -18rem;
   width: 1200px;
   height: 540px;
 background-image: radial-gradient(circle at 1400px 270px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 400px, #00b4e1 40px);
 color: #FFF;
   z-index: -1;
}

.page-header-texts .entry-title.page-title {
   max-width: 800px; /* fit inside :before pattern */
}

.page-header-texts .intro-text {
   margin: 0;
}

.page-header-texts h1:before {
   content: url('./assets/img/hybrid-circles-large.svg');
   position: absolute;
   margin-left: -9rem;
}

.page-header-texts--no-image {
   color: black
}
.page-header-texts--no-image::before {
   background-color: transparent;
   background: none;
   content: none;
}

@media (max-width: 782px) {
   .page-header-texts {
	   padding-left: 7.5rem;
   }
   .page-header-texts h1:before {
	   content: url('./assets/img/hybrid-circles-small.svg');
	   margin-left: -5rem;
	   margin-top: -0.8rem;
   }
}


h1.entry-title.page-title,
h2.entry-title.page-title {
   font-size: 4.2rem;
}

.page-header-texts .page-title {
   margin-bottom: 2.5rem;
}

.page-header .intro-text {
   font-size: 2.2rem;
   max-width: 72rem;
   padding-right: 5rem;
}

.intro-text p {
   margin-bottom: 2.5rem;
}

.listing-header {
   height: 220px;
   margin-top: 2.5rem;
}

.intro-text__icon {
   display: none;
}

.intro-text__button,
.intro-text__button:visited {
   border: none;
   color: #000;
   background-color: #fff;
}

.intro-text__button:hover,
.intro-text__button:focus,
.intro-text__button:active {
   color: black;
   text-decoration: underline;
   background-color: #009DE3;
}

.page-header .wp-block-button {
   margin-bottom: 0;
}

/* POST META */

.post-meta {
   color: #000000;
   font-size: 2.2rem;
   font-weight: 400;
}

/* Featured Media ---------------------------- */

.singular .featured-media-inner {
   width: 100%;
}
.singular .featured-media-inner img {
   max-height: 40rem;
   width: 100rem;
   object-fit: cover;
}

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

/*	10. Blocks
/* -------------------------------------------------------------------------- */

/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover-image p,
.entry-content .wp-block-pullquote {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

/* Block: Base Margins ----------------------- */
.wp-block-columns:not(.alignwide):not(.alignfull) {
   margin-top: 0;
   margin-bottom: 0;
}

/* Block: Columns */
.wp-block-column {
   margin-bottom: 0;
}



/* Block: Shared Media Styles ---------------- */
.page .entry-content p:first-child {
   margin-top: 5rem;
}

.page .hcoe2020-liftup-grid ~ p,
.page .hybridcoe2020-cta ~ p {
   margin-top: 5rem;
}

.wp-block-embed figcaption,
.wp-block-image figcaption {
   color: #000000;
   font-size: 1.4rem;
   font-weight: 500;
   text-align: left;
}

.hcoe2020-columns,
.wp-block-columns.hcoe2020-columns {
   clear: both;
   flex-wrap: wrap;
   max-width: 144rem;
   margin-left: auto;
   margin-right: auto;
}

.hcoe2020-columns,
.alignfull .wp-block-columns.hcoe2020-columns {
   padding-left: 0;
   padding-right: 0;
}

.alignfull {
   max-width: calc(100vw - 4rem);
}

.entry-content .hcoe2020-column--lg .hcoe2020-column--lg__title {
   margin-top: 5rem;
   margin-left: 5rem;
}
.hcoe2020-column--lg__title::before {
   content: '';
   position: relative;
   width: 56px;
   height: 19px;
   display: block;
   background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijk0IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgOTQgMzIiPgo8dGl0bGU+aGNvZV9kb3RzXzI8L3RpdGxlPgo8cGF0aCBmaWxsPSIjZmYyYzAxIiBkPSJNMzIgMTZjMCA4LjgzNy03LjE2MyAxNi0xNiAxNnMtMTYtNy4xNjMtMTYtMTZjMC04LjgzNyA3LjE2My0xNiAxNi0xNnMxNiA3LjE2MyAxNiAxNnoiPjwvcGF0aD4KPHBhdGggZmlsbD0iIzAwOWRlMyIgZD0iTTY0IDE2YzAgOC44MzctNy4xNjMgMTYtMTYgMTZzLTE2LTcuMTYzLTE2LTE2YzAtOC44MzcgNy4xNjMtMTYgMTYtMTZzMTYgNy4xNjMgMTYgMTZ6Ij48L3BhdGg+CjxwYXRoIGZpbGw9IiNmZjJjMDEiIGQ9Ik05NC4zMTYgMTZjMCA4LjgzNy03LjE2MyAxNi0xNiAxNnMtMTYtNy4xNjMtMTYtMTZjMC04LjgzNyA3LjE2My0xNiAxNi0xNnMxNiA3LjE2MyAxNiAxNnoiPjwvcGF0aD4KPC9zdmc+Cg==);
   background-size: 56px;
   margin-bottom: 2.5rem;
}
.hcoe2020-column--lg.hcoe2020-liftup-news > *{
   margin-left: 5rem;
   margin-right: 5rem;
   margin-bottom: 2.5rem;
}
.hcoe2020-column--lg .hcoe2020-column--lg__button {
   margin-bottom: 5rem;
}

@media ( min-width: 700px ) {
   .wp-block-columns:not(.alignwide):not(.alignfull) {
	   margin-top: 0;
	   margin-bottom: 0;
	   gap: 1rem;
   }
   .wp-block-columns:not(.alignwide):not(.alignfull).hybridcoe2020-cta {
	   gap: 0;
   }
}

@media (min-width: 782px) {
   .hcoe2020-column,
   .wp-block-column.hcoe2020-column {
	   flex-basis: 20%;
	   max-width: 25%;
	   margin-left: 0;
	   margin-right: 0;
   }
   .wp-block-column.hcoe2020-column--lg {
	   flex-basis: 45%;
	   max-width: 50%;
   }

   .hcoe2020-column--lg .hcoe2020-column--lg__button {
	   margin-bottom: 5rem;
   }
}
@media (max-width: 781px) and (min-width: 600px) {
   .hcoe2020-column,
   .wp-block-column.hcoe2020-column {
	   flex-basis: 50%;
	   max-width: 50%;
	   margin-left: 0;
   }
}

.image-container {
   padding-top: 67%;
   position: relative;
}
.image-container img {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.entry-content .hcoe2020-liftup-grid__section-title {
   display: inline-block;
   margin: 0;
   margin-bottom: 2.5rem;
}
@media (min-width: 782px) {
   .entry-content .hcoe2020-liftup-grid__section-title {
	   margin-bottom: 0;
   }
}

@media (min-width: 782px) {
   .hcoe2020-liftup-grid__select {
	   position: absolute;
	   right: 0rem;
	   top: 50%;
	 transform: perspective(1px) translateY(-50%);
   }
}
.hcoe2020-liftup-item {
   border: 1px solid #707070;
}

@media (max-width: 782px) {
   .hcoe2020-liftup-item {
	   margin-bottom: 2rem;
   }
}

.hcoe2020-liftup-expert {
   display: flex;
}

.hcoe2020-liftup-expert__name {
   margin-bottom: 0 !important;
}

.hcoe2020-liftup-expert .image-container {
   width: 40%;
   padding-top: 50%;
}

.hcoe2020-liftup-expert .hcoe2020-liftup-meta {
   width: 60%;
   padding: 2.5rem;
}

.hcoe2020-liftup-link {
   background-color: rgba(0, 157, 214, 0.05);
   padding-top: 5rem;
}

.hcoe2020-liftup-link__hashtag {
   color: #009DE3;
   padding: 0rem 0.5rem 0 0;
   display: inline-block;
}

.hcoe2020-liftup-link__date {
   margin-top: 2rem;
   margin-bottom: 2rem;
}

.hcoe2020-liftup-meta {
   position: relative;
   min-height: 25rem;
   display: flow-root;
   padding: 5rem;
}

.hcoe2020-liftup-link .hcoe2020-liftup-meta {
   height: auto;
}

.hcoe2020-liftup-item .hcoe2020-liftup-meta h4 {
   margin-top: 0;
   font-size: 1.9rem;
}

.hcoe2020-liftup-item .hcoe2020-liftup-meta a {
   font-size: 1.4rem;
}
.hcoe2020-liftup-meta .entry-categories {
   position: absolute;
   top: -2.2rem;
   left: 3.5rem;
   margin: 0;
   min-width: 20rem;
}

@media (max-width: 1080px) {
   .hcoe2020-liftup-meta .entry-categories {
	   min-width: 15rem;
   }
}

.hcoe2020-liftup-meta .entry-categories a {
   display: block;
   margin: 0;
}

.entry-content .hcoe2020-themegrid {
   max-width: 100% !important;
   width: 100% !important;
   padding-left: 2.5rem;
   padding-right: 2.5rem;
   background-color: rgba(0, 157, 214, 0.05);
}

.entry-content .hcoe2020-themegrid > * {
   max-width: 144rem;
   margin-left: auto;
   margin-right: auto;
}

.entry-content .hcoe2020-themegrid > h2:before {
   margin-left: 0;
}


.entry-content .hcoe2020-themegrid > *:first-child {
   margin-top: 0;
   padding-top: 6rem;
}

.hcoe2020-themegrid .wp-block-column {
   display: flex;
   padding-left: 6rem;
   padding-right: 2rem;
}

@media (max-width: 782px) {
   .hcoe2020-themegrid .wp-block-column {
	   padding-left: 2rem;
   }
}

.wp-block-column.hcoe2020-themegrid-column {
   margin: 0;
   margin-bottom: 4rem;
}

@media (min-width: 782px) {
   .hcoe2020-themegrid .wp-block-columns {
	   flex-wrap: wrap;
   }
   .wp-block-column.hcoe2020-themegrid-column {
	   width: 100%;
   max-width: 100%;
	   flex-basis: 100%;
	   margin: 0;
	   margin-bottom: 5rem;
   }
}
@media (min-width: 1220px) {
   .hcoe2020-themegrid .wp-block-columns {
	   flex-wrap: nowrap;
   }
   .wp-block-column.hcoe2020-themegrid-column {
	   width: 33%;
   max-width: 33%;
	   flex-basis: 33%;
   }

   .wp-block-column.hcoe2020-themegrid-column:not(:last-child) {
	   margin-right: 4rem;
   }

}

.hcoe2020-themegrid .wp-block-column h4 {
   padding-left: 30px;
   margin: auto 0;
   font-size: 2.3rem;
}
.hcoe2020-themegrid h4 a {
   display: block;
   margin-top: 1rem;
   font-size: 1.4rem;
}
.hcoe2020-themegrid .round-image {
   position: relative;
 min-width: 116px;
 width: 116px;
 height: 116px;
 overflow: hidden;
   border-radius: 116px;
}
.hcoe2020-themegrid .round-image:after {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0,157,227,0.5);
}
.hcoe2020-themegrid .round-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.hybridcoe2020-cta {
   max-width: 144rem !important;
   width: 100% !important;
}

.hybridcoe2020-cta .wp-block-column h1,
.hybridcoe2020-cta .wp-block-column h2 {
   margin-top: 2rem;
   margin-bottom: 2.5rem;
   margin-left: 5.5rem
}

.hybridcoe2020-cta h1::before {
   content: " ";
   background: url('./assets/img/hybrid-circles-small.svg');
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
   display: inline-block;
   width: 40px;
   height: 12px;
   position: relative;
   top: -1rem;
   margin-right: 1.2rem;
   margin-left: -5.3rem;
}

.page .hybridcoe2020-cta p {
   margin-bottom: 2.5rem;
   margin-left: 5.5rem;
   font-family: "GratimoClassic-Medium";
}

.page .hybridcoe2020-cta .wp-block-button {
   margin-left: 5.5rem;
}

.hybridcoe2020-cta img {
   width: 100%;
}

@media (min-width: 782px) {
   .hybridcoe2020-cta .wp-block-column {
	   flex-basis: 50%;
	   max-width: 50%;
	   margin-left: 0;
	   margin-right: 0;
	   display: flex;
	   flex-direction: column;
	   justify-content: center;
   }
}

.hybridcoe2020-cta .wp-block-column > * {
   padding: 0 5rem;
}

@media (max-width: 782px) {
   .hybridcoe2020-cta .wp-block-column > h1,
   .hybridcoe2020-cta .wp-block-column > h2,
   .hybridcoe2020-cta .wp-block-column > p,
   .hybridcoe2020-cta .wp-block-column > .wp-block-buttons {
	   padding-left: 2rem;
	   padding-right: 2rem;
	   margin-bottom: 2rem;
   }
   .hybridcoe2020-cta .wp-block-column > h1,
   .hybridcoe2020-cta .wp-block-column > h2 {
	   font-size: 4rem;
   }
}

.hybridcoe2020-cta .wp-block-column img,
.hybridcoe2020-cta .wp-block-column iframe {
   padding: 0;
}

.hybridcoe2020-cta .wp-block-column div.embed-ratio {
   position:relative;
   padding: 0;
   padding-top:75%;
}

.hybridcoe2020-cta .wp-block-column .embed-ratio iframe {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}

/* full width background image: */

.hybridcoe2020-cta.fullwidth {
   width: 100vw !important;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw;
   max-width: none !important;
   background-color: black;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) {
   position: relative;
   z-index: 2;
   height: 100%;
   color: white;
   font-size: 2rem;
   margin: 20px;
   max-width: none;
}
@media (min-width: 1080px) {
   .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) {
	   font-size: 2.4rem;
	   margin: 100px 100px 100px auto;
	   max-width: 750px;
   }
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(2) {
   position: absolute;
   height: 100%;
   width: 100%;
   max-width: 100%;
   margin-left: 0;
}

.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) > *,
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) .wp-block-button {
   margin-left: 0;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1,
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h2 {
   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
   line-height: 1.4;
   font-size: 4rem;
}
@media (min-width: 1080px) {
   .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1,
   .hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h2 {
	   font-size: 5rem;
   }
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) h1:before {
   display:none;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) p {
   line-height: 1.4;
}
.hybridcoe2020-cta.fullwidth .wp-block-column:nth-child(1) .wp-block-button__link {
   background-color: white;
}

.hybridcoe2020-cta.fullwidth img {
   height: 100%;
   object-fit: cover;
}

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

/*	11. Entry Content
/* -------------------------------------------------------------------------- */

/* Font Families ----------------------------- */

.entry-content {
   font-family: "GratimoClassic-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
   font-size: 1.8rem;
   max-width: 180rem;
   margin: 0 auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content h2:before,
.hcoe2020-section-title h4:before {
   content: " ";
   background: url('./assets/img/hybrid-circles-small.svg');
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
   display: inline-block;
   width: 40px;
   height: 12px;
   position: relative;
   top: -0.5rem;
   margin-right: 1rem;
   margin-left: -5rem;
}

.entry-content > * {
   margin-bottom: 2.5rem;
}

.entry-content > *:last-child {
   margin-bottom: 5rem;
}

@media (min-width: 782px) {
   .entry-content > * {
	   margin-bottom: 4rem;
   }
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   max-width: 90rem;
   width: calc(100% - 5rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   max-width: 90rem;
}

@media ( min-width: 700px ) {
   .entry-content > .alignwide:first-child,
   .entry-content > .alignfull:first-child {
	   margin-bottom: 0;
   }
}

@media ( min-width: 1220px ) {
   .entry-content > .alignfull,
   .entry-content > .alignfull:not(.wp-block-group.has-background) {
	   margin-bottom: 3rem;
	   margin-top: 0;
   }
}

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

/*	15.	Widgets
/* -------------------------------------------------------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary,
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
   font-family: "GratimoClassic-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}



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

/*	16. Site Footer
/* -------------------------------------------------------------------------- */

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
   margin-top: 0;
}
@media ( min-width: 700px ) {
   .footer-top-visible .footer-nav-widgets-wrapper,
   .footer-top-hidden #site-footer {
	   margin-top: 0;
   }
}

.footer-widgets-wrapper {
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 144rem;
   width: 100%;
}

.footer-widgets {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   margin-left: 0;
   gap: 0 40px;
}
.footer-widgets .widget {
   flex-basis: 100%;
   flex-grow: 1;
   margin-top: 3rem;
}
@media (min-width: 782px) {
   .footer-widgets .widget {
	   flex-basis: 0;
	   margin-top: 0;
   }
   .footer-widgets .widget:nth-child(3) {
	   flex-basis: 100%;
   }
   .footer-widgets .widget:nth-child(n+5) {
	   flex-basis: content;
	   max-width: calc(1440px/7);
	   margin-bottom: 40px;
   }
}
.footer-widgets .widget:nth-child(4) {
   flex-basis: 100%;
   margin-bottom: 40px;
}
ul.social-icons {
   display: flex;
   justify-content: center;
}
@media (min-width: 1400px) {
   .footer-widgets .widget:nth-child(4) {
	   flex-basis: 20%;
   }
   ul.social-icons {
	   justify-content: flex-start;
   }
}
.widget.widget_text:not(.widget_custom_html) {
   display: flex;
}
@media (min-width: 782px) {
   .widget.widget_text:not(.widget_custom_html) {
	   justify-content: flex-end;
   }
}
.widget.widget_text:not(.widget_custom_html) .widget-content {
   font-size: 15px;
   max-width: 50rem;
}
.widget.widget_text:not(.widget_custom_html) .widget-content a {
   color: black;
}

.widget.widget_media_image .widget-content {
   height: 80px;
}

.widget.widget_media_image img {
   height: 100% !important;
   width: auto !important;
}

.widget.widget_text hr {
   margin: 40px 0;
   border-color: #000000;
}

.footer-widgets.column-two {
   border-top: 1px solid #A6A6A6;
   margin-right: 6rem;
   margin-top: 2rem;
   padding-top: 2rem;
}

@media (min-width: 782px) {
   .footer-widgets.column-two .widget .widget-content {
	   display: flex;
	   width: 100%;
   }
   .footer-widgets.column-two .widget .widget-title {
	   color: #fff;
	   width: 16.6%;
   }
   .footer-widgets.column-two .widget .widget-content > nav {
	   width: 83.4%;
   }
   .footer-widgets.column-two .widget .menu {
	   display: flex;
   }
   .footer-widgets.column-two .widget .menu-item {
	   width: 20%;
	   line-height: 23px;
	   margin: 0;
   }
}

.footer-widgets li {
   line-height: 1;
}
.widget	ul.footer-social li {
   margin: 1rem 0 0 1rem;
}

.footer-social {
   justify-content: center;
   padding-top: 0;
}
.footer-social a {
   background: none;
   color: black;
   width: 3rem;
   height: 3rem;
}
.footer-social a svg {
   width: 100%;
}

.footer-nav-widgets-wrapper.header-footer-group {
   background-color: rgba(0, 157, 214, 0.3);
   color: black;
}
.footer-widgets-outer-wrapper {
   border: none;
}

.footer-widgets .widget .widget-title, .footer-widgets .widget .menu .menu-item a {
   font-family: "GratimoClassic-Regular";
	   font-weight: normal;
   color: black;
   font-size: 15px;
}

.footer-widgets.column-one .widget .widget-title, .footer-widgets.column-one .widget .menu .menu-item:first-child a {
	   font-family: "GratimoClassic-Bold";
   color: black;
}

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

/*	Publications
/* -------------------------------------------------------------------------- */

.single-hcoe20_experts .post-inner {
   display: flex;
   flex-wrap: wrap;
}

.single-hcoe20_experts .entry-content {
   flex: 0 100%;
   order: 2;
}

.single-hcoe20_publications aside.hcoe20-aside {
   max-width: 90rem;
   width: calc(100% - 5rem);
   margin: 0 auto;
   margin-top: 5rem;
   text-align: center;
   padding-top: 5rem;
   padding-bottom: 5rem;
   border-top: 1px solid #979797;
   border-bottom: 1px solid #979797;
}

.single-hcoe20_experts aside.hcoe20-aside {
   flex: 0 100%;
   order: 1;
   padding-top: 0;
   border-top: none;
   border-bottom: none;
   margin-bottom: 5rem;
}

@media (min-width: 782px) {
   .single-hcoe20_publications .post-inner,
   .single-hcoe20_experts .post-inner {
	   display: flex;
	   max-width: 90rem;
	   width: calc(100% - 5rem);
	   margin: 0 auto;
	   align-items: flex-start;
   }

   .single-hcoe20_publications .entry-content,
   .single-hcoe20_experts .entry-content {
	   max-width: 66%;
   }

   .single-hcoe20_publications .entry-content > *,
   .single-hcoe20_experts .entry-content > * {
	   margin-left: 0;
	   margin-right: 0;
   }
}

@media (min-width: 782px) {
   .single-hcoe20_publications aside.hcoe20-aside,
   .single-hcoe20_experts.has-post-thumbnail aside.hcoe20-aside {
	   margin-top: 0;
	   max-width: 34%;
   }

   .single-hcoe20_experts.has-post-thumbnail .entry-content > * {
	   margin-left: 5rem;
   }
}

.publication-icon-container {
   background-color: #99C9C7;
   color: #fff;
   width: 12rem;
   height: 12rem;
   margin: 0 auto;
   margin-bottom: 2rem;
   border-radius: 50%;
   position: relative;
   transform-style: preserve-3d;
}

.publication-icon {
   position: relative;
 top: 50%;
 transform: perspective(1px) translateY(-50%);
}

.publication-icon svg {
   width: 3rem;
   margin: 0 auto;
   fill: #fff;
}

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

/*	Listing page
/* -------------------------------------------------------------------------- */

.hcoe2020-filters,
.hcoe2020-section-title {
   padding: 5rem 5rem 3rem 5rem;
 max-width: 144rem;
   margin: 0 auto;
   overflow: hidden;
   transform-style: preserve-3d;
   position: relative;
}

@media (min-width: 782px) {
   .hcoe2020-section-title p {
	   margin-bottom: 0;
	   max-width: 80rem;
	   font-size: 1.5rem;
	   font-family: "GratimoClassic-Medium";
   }
}
@media (max-width: 1200px) {
   .hcoe2020-section-title p {
	   max-width: 40rem;
   }
}

.hcoe2020-filters__reset {
   margin-top: 2rem;
}
@media (min-width: 782px) {
   .hcoe2020-filters__reset {
	   margin-top: 0;
	   position: absolute;
	   right: 5rem;
	   top: 50%;
	 transform: perspective(1px) translateY(-50%);
   }
}

.hcoe2020-listing__content {
   clear: both;
 max-width: 144rem;
   margin: 0 auto;
}

.template-listing-page .wp-block-columns.hcoe2020-listing__columns {
   margin-top: 0;
   margin-bottom: 0;
}

.hcoe2020-listing__more {
   width: 100%;
   margin: 0 auto;
   text-align: center;
   margin-top: 5rem;
   margin-bottom: 5rem;
}

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

/*	Facets
/* -------------------------------------------------------------------------- */

.facetwp-type-dropdown {
   display: inline-block;
   margin-right: 5rem;
}

.page .facetwp-facet {
   margin-bottom: 0;
}

.hcoe2020-liftup-grid__select {
   background-color: #7FD1EF;
   border-radius: 0.5rem;
}

.hcoe2020-liftup-grid__select:after {
   content: "⌄";
   position: absolute;
   width: 20px;
   height: 20px;
   right: 1rem;
   top: 0.5rem;
}

@media (max-width: 782px) {
   .hcoe2020-liftup-grid__select:after {
	   top: unset;
	   bottom: 5rem;
	   right: 5rem;
   }
}

.select-css {
   width: 255px;
   min-width: 255px;
   margin-right: 5rem;
   display: block;
   font-size: 1.3rem;
   color: #000;
   line-height: 1.5;
   padding: 1.4rem 1.5rem;
   box-sizing: border-box;
   margin: 0;
   border: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   background: none;
   font-family: "GratimoClassic-Medium";
}

.select-css::-ms-expand {
   display: none;
}
.select-css:hover {
   border-color: #009CE6;
}
.select-css:focus {
   border-color: #aaa;
   box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
   box-shadow: 0 0 0 3px -moz-mac-focusring;
   color: #222;
   outline: none;
}
.select-css option {
   font-weight:normal;
}

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

/*	Experts
/* -------------------------------------------------------------------------- */

@media (min-width: 782px) {
   .hcoe2020-experts-grid .hcoe2020-section-title {
	   margin-bottom: 5rem;
   }

   .hcoe2020-experts-grid .wp-block-columns.hcoe2020-columns {
   }

   .hcoe2020-liftup-expert .hcoe2020-liftup-meta h4 {
	   margin-top: 9rem;
   }
   .hcoe2020-liftup-expert .hcoe2020-liftup-meta li {
	   font-weight: normal;
	   font-size: 1.5rem;
   }

}

.hcoe2020-column.hcoe2020-liftup-expert,
.wp-block-column.hcoe2020-column.hcoe2020-liftup-expert {
   width: calc(100% - 5rem);
   max-width: calc(100% - 5rem);
   flex-basis: 100%;
   margin: 0;
   margin-bottom: 2.5rem;
   padding: 1.5rem;
}

@media (min-width: 782px) {
   .hcoe2020-column.hcoe2020-liftup-expert,
   .wp-block-column.hcoe2020-column.hcoe2020-liftup-expert {
	   width: calc(50% - 5rem);
	   max-width: calc(50% - 5rem);
	   flex-basis: 50%;
	   margin-bottom: 5rem;
   }
}

@media (min-width: 1080px) {
   .hcoe2020-column.hcoe2020-liftup-expert,
   .wp-block-column.hcoe2020-column.hcoe2020-liftup-expert {
	   max-width: calc(33.3% - 1rem);
	   flex-basis: 33.3%;
   }
}

.hcoe20-expert-details {
   margin-bottom: 5rem;
}