/* blocks.css */

/**
Layout.
**/
.entry-content {
    min-height: calc(100vh - 138px);
}

.wp-block-column {
    padding: 30px;
    margin: 0 !important;
}

.wp-block-column .mapping-hero {
    overflow: hidden;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.s-top-15 {
    padding-top: 15px;
}

.s-top-30 {
    padding-top: 30px;
}

.s-top-60 {
    padding-top: 60px;
}

.s-top-90 {
    padding-top: 90px;
}

.s-top-120 {
    padding-top: 120px;
}

.s-bot-15 {
    padding-bottom: 15px;
}

.s-bot-30 {
    padding-bottom: 30px;
}

.s-bot-60 {
    padding-bottom: 60px;
}

.s-bot-90 {
    padding-bottom: 90px;
}

.s-bot-120 {
    padding-bottom: 120px;
}

/**
Colors.
**/
.has-blue-color {
    color: #074ba2 !important;
}

.has-dark-blue-color {
    color: #24385a !important;
}

.has-gray-color {
    color: #eeeeee !important;
}

.has-dark-gray-color {
    color: #222222 !important;
}

.has-white-color {
    color: #ffffff !important;
}

.has-blue-background-color {
    background-color: #074ba2 !important;
}

.has-dark-blue-background-color {
    background-color: #24385a !important;
}

.has-gray-background-color {
    background-color: #eeeeee !important;
}

.has-dark-gray-background-color {
    background-color: #222222 !important;
}

.has-white-background-color {
    background-color: #ffffff !important;
}

/**
Hover colors.
**/
.has-blue-color-hover:hover {
    color: #074ba2 !important;
}

.has-dark-blue-color-hover:hover {
    color: #24385a !important;
}

.has-gray-color-hover:hover {
    color: #eeeeee !important;
}

.has-dark-gray-color-hover:hover {
    color: #222222 !important;
}

.has-white-color-hover:hover {
    color: #ffffff !important;
}

.has-blue-background-color-hover:hover {
    background-color: #074ba2 !important;
}

.has-dark-blue-background-color-hover:hover {
    background-color: #24385a !important;
}

.has-gray-background-color-hover:hover {
    background-color: #eeeeee !important;
}

.has-dark-gray-background-color-hover:hover {
    background-color: #222222 !important;
}

.has-white-background-color-hover:hover {
    background-color: #ffffff !important;
}

/**
Text.
**/
.mapping-block h1,
.mapping-block h2, 
.mapping-block h3, 
.mapping-block h4, 
.mapping-block h5, 
.mapping-block h6,
.mapping-block p {
    margin: 0;
    font-family: 'Heebo', serif;
}

.mapping-block h1,
.mapping-block h2, 
.mapping-block h3, 
.mapping-block h4, 
.mapping-block h5, 
.mapping-block h6 {
    font-weight: bold;
}

.mapping-block h1 {
    font-size: clamp(30px,5vw,40px);
}

.mapping-block h2 {
    font-size: clamp(26px,5vw,32px);
}

.mapping-block h3 {
    font-size: clamp(22px,5vw,28px);
}

.mapping-block h4 {
    font-size: clamp(18px,5vw,24px);
}

.mapping-block h5 {
    font-size: clamp(16px,5vw,22px);
}

.mapping-block h5 {
    font-size: 16px;
}

.mapping-block {
    font-size: 18px;
}

/**
Buttons.
**/
a.primary-button, a.secondary-button {
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 2px;
    position: relative;
    bottom: 0;
}

a.animated-button:hover {
    bottom: 2px;
}

/**
Hero.
**/
h1.hero-title {
    font-size: clamp(24px,5vw,38px);
    margin: 0;
}

.hero-content, .hero-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-right img {
    max-width: 400px;
}

.hero-buttons {
    margin-top: 30px;
}

.hero-text-content {
    margin-top: 15px;
}

.hero-inner {
    min-height: 50vh;
}

.hero-right img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    max-width: 60vw;
    margin-left: -10vw;
    z-index: 1;
}

div.mapping-hero {
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: auto;
    padding: 20px;
}

.hero-left {
    align-items: center;
    justify-content: center;
    display: flex;
}

/**
Image.
**/
.mapping-image img {
    max-width: 100%;
}

/**
Card.
**/
.mapping-card {
    height: 100%;
    display: flex;
}

.mapping-card-inner {
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 5px 10px -8px rgb(0 0 0 / 50%);
    width: 100%;
}

.mapping-fa-icon {
    font-size: clamp(30px,5vw,50px);
    margin-bottom: 15px;
}

.mapping-icon.mapping-image-icon, .mapping-icon.mapping-image-icon img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */;
}

.mapping-icon.mapping-image-icon {
    margin-bottom: 15px;
}

h4.card-heading, .card-content {
    margin-bottom: 15px;
}

.card-button {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-button a.primary-button {
    margin: 0;
    text-align: center;
    font-size: 16px;
    width: auto;
}

.card-button.card-button-center {
    align-items: center;
}

.card-button.card-button-left {
    align-items: flex-start;
}

.card-button.card-button-right {
    align-items: flex-end;
}

a.primary-button span.button-icon, a.secondary-button span.button-icon {
    font-size: 12px;
    position: relative;
    left: -15px;
    opacity: 0;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

a.primary-button:hover span.button-icon, a.secondary-button:hover span.button-icon {
    left: 0px;
    opacity: 1;
    width: 15px;
    margin-left: 5px;
}

/**
Articles.
**/
.mapping-article-single-stack {
    display: flex;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mapping-article-single-stack > div {
    flex: 1;
}

.mapping-article-single-stack .mapping-article-single-image-inner {
    max-width: 250px;
    margin-right: 20px;
}

.mapping-article-single-stack img {
    max-width: 100%;
}

.mapping-article-category {
    font-size: 16px;
}

h3.mapping-article-title a {
    text-decoration: none;
}

.mapping-article-meta {
    font-size: 14px;
}

span.mapping-article-meta-author a {
    text-decoration: none;
}

.mapping-article-excerpt {
    margin: 10px 0;
    font-size: 16px;
}

.mapping-article-button {
    margin-top: 15px;
}

.mapping-article-button a {
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
}

.mapping-articles-list-grid {
    display: grid;
    grid: auto-flow dense / 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 0px;
}

.mapping-articles-list-grid .mapping-article-single-image-inner img {
    max-width: 100%;
}

.mapping-articles-list-grid .mapping-article-single-image-inner img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.mapping-article-single-image-inner {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.mapping-article-single-grid {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 15px;
}

.mapping-article-meta > span {
    margin-right: 10px;
}

.mapping-article-meta > span:last-child {
    margin-right: 0;
}

.mapping-pagination {
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.mapping-pagination a, .mapping-pagination span {
    background: #074ba2;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.mapping-pagination span {
    opacity: 0.5;
}

.mapping-pagination a:hover {
    background: #222;
}

.mapping-articles-heading-border-1 h1, 
.mapping-articles-heading-border-1 h2,
.mapping-articles-heading-border-1 h3,
.mapping-articles-heading-border-1 h4,
.mapping-articles-heading-border-1 h5,
.mapping-articles-heading-border-1 h6 {
    border-bottom: 4px solid;
}

.mapping-articles-heading-border-2 h1, 
.mapping-articles-heading-border-2 h2,
.mapping-articles-heading-border-2 h3,
.mapping-articles-heading-border-2 h4,
.mapping-articles-heading-border-2 h5,
.mapping-articles-heading-border-2 h6 {
    position: relative;
    padding-left: 30px;
}

.mapping-articles-heading-border-2 h1:after, 
.mapping-articles-heading-border-2 h2:after,
.mapping-articles-heading-border-2 h3:after,
.mapping-articles-heading-border-2 h4:after,
.mapping-articles-heading-border-2 h5:after,
.mapping-articles-heading-border-2 h6:after {
    background: #074ba2;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    transform: skewX(-10deg);
    transform-origin: 100%;
    z-index: -1;
}

form#mapping-search {
    text-align: right;
    margin: 0 0 30px;
}

form#mapping-search input[type="text"] {
    border: none;
    border-bottom: 2px solid #222;
    font-size: 16px;
    padding: 5px;
    background: none;
    color: #222;
}

form#mapping-search input[type="submit"] {
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    background: #24385a;
    color: #fff;
    border: none;
    cursor: pointer;
}

form#mapping-search input[type="submit"]:hover {
    background: #074ba2;
}

.widget h3.mapping-article-title {
    font-size: clamp(16px,5vw,18px);
}

/**
Visual.
**/
.mapping-container {
    position: relative;
}

.mapping-controls {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

a#node-view {
    cursor: pointer;
    font-size: 16px;
    background: #074ba2;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
    position: relative;
}

a#node-view svg {
    width: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a#node-view:hover svg {
    width: auto;
    margin-left: 10px;
}

span#reset-view {
    cursor: pointer;
    font-size: 16px;
    background: #222;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
}

span#expand-view {
    cursor: pointer;
    font-size: 16px;
    background: #24385a;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
}

span#expand-view .fa-compress-arrows-alt {
    display: none;
}

span#expand-view svg {
    font-size: 12px;
}

div#mappingNetwork {
    background: #fff;
    height: calc(40vh - 121px);
}

.etl_group-sub-label {
    font-weight: bold;
    color: rgb(0 0 0 / 50%);
}

.group-col-2, .etl_group-sub-data {
    display: grid;
    grid: auto-flow dense / 1fr 1fr;
    grid-gap: 30px;
}

.etl_group-sub-data {
    grid-gap: 15px;
}

.etl_group-information {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 15px 30px;
    margin: 0 0 30px;
}

.etl_group-sub-data {
    font-size: 14px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-top: 10px;
    padding-bottom: 10px;
}

.etl_group-website.etl_group-sub-data {
    grid: auto-flow dense / 1fr 2fr;
}

.etl_group-sub-data:first-child {
    margin-top: 0;
}

.etl_group-sub-data:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

@media screen and (max-width: 767px) {

    .group-col-2 {
        grid: auto-flow dense / 1fr;
        grid-gap: 0;
    }

    .etl_group-website.etl_group-sub-data {
        grid: auto-flow dense / 1fr 1fr;
    }

}

@media screen and (max-width:350px) {

    .etl_group-website.etl_group-sub-data, .etl_group-sub-data {
        grid: auto-flow dense / 1fr;
        grid-gap: 10px;
    }

}

.site-top-footer-inner {
    display: grid;
    grid: auto-flow dense / 2fr 1fr 1fr 1fr;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    grid-gap: 30px;
}

.footer-social-inner a {
    font-size: 22px;
    text-align: center;
}

.footer-social-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social {
    justify-content: center;
}

footer#colophon {
    padding: 10px 30px 30px;
}

.footer-logo {}

h3.footer-title {
    color: #fff;
    margin: 0 0 5px;
}

.footer-column p, .footer-column a {
    margin: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
}

.footer-column a:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {

    .site-top-footer-inner {
        grid: auto-flow dense / 1fr 1fr;
        padding: 30px 15px;
    }
    
}

@media screen and (max-width: 550px) {

    .site-top-footer-inner {
        grid: auto-flow dense / 1fr;
        padding: 30px 15px;
    }
    
}