/* 
Theme Name:		 Maptek Workbench Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Maptek Workbench Theme is a child theme of Twenty Sixteen, created by ChildTheme-Generator.com
Author:			 Maptek
Author URI:		 http://childtheme-generator.com/
Template:		 twentysixteen
Version:		 2.0.0
Text Domain:	 maptek-workbench-theme
*/


/*
    Add your custom styles here
*/

.lead {
	font-size: 1.5rem;
}

html.welcome-page {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	background: #E8E8E8;
}

html.welcome-page * {
	font-family: inherit !important;
}

html.welcome-page body {
	background: transparent;
}
html.welcome-page .site {
	background: transparent;
}

html.welcome-page h1, 
html.welcome-page h2, 
html.welcome-page h3, 
html.welcome-page h4, 
html.welcome-page h5, 
html.welcome-page h6 {
	font-weight: 300;
}

html.welcome-page .content-area {
	width: auto;
	float: none;
	margin-right: 0;
}


html.welcome-page .entry-footer {
	display: none;
}

html.welcome-page .entry-header, 
html.welcome-page .post-thumbnail, 
html.welcome-page .entry-content, 
html.welcome-page .entry-summary, 
html.welcome-page .entry-footer, 
html.welcome-page .comments-area, 
html.welcome-page .image-navigation, 
html.welcome-page .post-navigation, 
html.welcome-page .page-header, 
html.welcome-page .page-content, 
html.welcome-page .content-bottom-widgets {
/* 	margin-right: 7.6923%; */
}

html.welcome-page .wp-block-inline-block {
	display: inline-block;
}

html.welcome-page a {
	color: #025829;
}

[id] {
    scroll-margin-top: 2rem;
    scroll-snap-margin-top: 2rem;
}

html.welcome-page .large-caption img {
	margin: 0 1rem;
}
html.welcome-page .large-caption figcaption {
	font-size: 1rem;
}

.icon-nav.icon-nav--geologycore {
	display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}
.icon-nav.icon-nav--geologycore > * {
	width: calc(16.66% - 1rem);
	min-width: 10rem;
	padding: 0 0.5rem;
}

.icon-nav figure {
	position: relative;	
}

.icon-nav a:after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icon-nav a:hover:after {
    border-bottom: 3px solid #4D9D37;
}

/* MDS Welcome Page CSS */

html.welcome-page {
    --mds-page-bg: #f4f4f4;
    --mds-panel-bg: #ffffff;
    --mds-soft-bg: #eeeeee;
    --mds-border: #d7d7d7;
    --mds-text: #2f2f2f;
    --mds-muted: #747474;
    --mds-subtle: #969696;
    --mds-blue-bg: #e6f5fb;
    --mds-blue-border: #8ecce6;
    --mds-blue-text: #4c6670;
    --mds-green: #39a848;
    --mds-max-width: 1200px;
}

html.welcome-page .mds-landing {
    background: var(--mds-page-bg);
    color: var(--mds-text);
    line-height: 1.5;
}

html.welcome-page .mds-wrap {
    width: min(var(--mds-max-width), calc(100% - 120px));
    margin: 0 auto;
}

html.welcome-page .mds-hero {
    padding: 78px 0 52px;
    background: var(--mds-page-bg);
}

html.welcome-page .mds-hero__inner {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

html.welcome-page .mds-hero__logo,
html.welcome-page .mds-logo-fallback {
    width: 112px;
    height: 112px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

html.welcome-page .mds-logo-fallback {
    background: linear-gradient(135deg, #0d617f 0%, #0c5875 42%, #6d38aa 100%);
    position: relative;
}

html.welcome-page .mds-logo-fallback::before,
html.welcome-page .mds-logo-fallback::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border: 5px solid rgba(255, 255, 255, 0.92);
    transform: rotate(45deg);
    top: 37px;
    background: transparent;
}

html.welcome-page .mds-logo-fallback::before {
    left: 26px;
}

html.welcome-page .mds-logo-fallback::after {
    left: 52px;
}

html.welcome-page .mds-hero h1 {
    margin: -6px 0 4px;
    font-size: clamp(48px, 6vw, 74px);
    font-weight: 300;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

html.welcome-page .mds-hero__intro {
    margin: 0 0 34px;
    color: var(--mds-muted);
    font-size: 20px;
    letter-spacing: -0.01em;
}

html.welcome-page .mds-works {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

html.welcome-page .mds-works__label {
    font-size: 14px;
    color: var(--mds-muted);
    text-transform: uppercase;
    letter-spacing: 0.015em;
}

html.welcome-page .mds-app {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mds-muted);
    font-size: 14px;
}

html.welcome-page .mds-app__icon,
html.welcome-page .mds-app__fallback-icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

html.welcome-page .mds-app__fallback-icon {
    background: #14779a;
}

html.welcome-page .mds-app:nth-of-type(3) .mds-app__fallback-icon {
    background: #a32626;
}

html.welcome-page .mds-app__fallback-icon::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    display: block;
}

html.welcome-page .mds-hero__note {
    margin: 0;
    color: var(--mds-subtle);
    font-size: 13px;
    font-style: italic;
}

html.welcome-page .mds-section {
    padding: 56px 0 0;
}

html.welcome-page .mds-section--intro {
    background: #f8f8f8;
    padding-bottom: 22px;
}

html.welcome-page .mds-section h2 {
    margin: 0 0 26px;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 300;
    letter-spacing: -0.055em;
    line-height: 1.1;
}

html.welcome-page .mds-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

html.welcome-page .mds-card,
html.welcome-page .mds-step,
html.welcome-page .mds-resource {
    background: var(--mds-panel-bg);
    border: 1px solid var(--mds-border);
    border-radius: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

html.welcome-page .mds-card {
    min-height: 194px;
    padding: 27px 24px 24px;
}

html.welcome-page .mds-card h3 {
    margin: 0 0 18px;
    color: #696969;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

html.welcome-page .mds-card p,
html.welcome-page .mds-step p,
html.welcome-page .mds-resource p {
    margin: 0;
    color: var(--mds-muted);
    font-size: 15px;
    line-height: 1.5;
}

html.welcome-page .mds-section--steps {
    padding-top: 28px;
    padding-bottom: 52px;
    background: #f8f8f8;
}

html.welcome-page .mds-section__intro {
    margin: -6px 0 42px;
    color: var(--mds-muted);
    font-size: 15px;
}

html.welcome-page .mds-steps {
    display: grid;
    gap: 34px;
}

html.welcome-page .mds-step {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 206px;
    overflow: hidden;
}

html.welcome-page .mds-step__media {
    background: #dedede;
    min-height: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.welcome-page .mds-step__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html.welcome-page .mds-image-placeholder span {
    width: 38px;
    height: 32px;
    display: block;
    position: relative;
    border: 4px solid #565656;
    border-radius: 5px;
}

html.welcome-page .mds-image-placeholder span::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 3px solid #565656;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}

html.welcome-page .mds-image-placeholder span::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border-left: 4px solid #565656;
    border-top: 4px solid #565656;
    transform: rotate(45deg);
    right: 3px;
    bottom: -7px;
}

html.welcome-page .mds-step__body {
    padding: 24px 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html.welcome-page .mds-step__eyebrow {
    margin-bottom: 12px;
    color: var(--mds-subtle);
    font-size: 13px;
    text-transform: uppercase;
}

html.welcome-page .mds-step h3 {
    margin: 0 0 8px;
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

html.welcome-page .mds-callout {
    width: fit-content;
    max-width: 100%;
    margin-top: 14px;
    padding: 12px 18px;
    background: var(--mds-blue-bg);
    border: 1px solid var(--mds-blue-border);
    border-radius: 6px;
    color: var(--mds-blue-text);
    font-size: 13px;
}

html.welcome-page .mds-callout::before {
    content: 'i';
    display: inline-flex;
    width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    background: #1b83aa;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    font-style: normal;
}

html.welcome-page .mds-section--resources {
    background: #eeeeee;
    padding: 56px 0 66px;
}

html.welcome-page .mds-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
    align-items: stretch;
}

html.welcome-page .mds-resource {
    min-height: 112px;
    padding: 19px 28px;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

html.welcome-page .mds-resource:hover,
html.welcome-page .mds-resource:focus-visible {
    border-color: #bdbdbd;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}

html.welcome-page .mds-resource__image,
html.welcome-page .mds-resource .mds-image-placeholder {
    width: 86px;
    height: 72px;
    border-radius: 5px;
    background: #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

html.welcome-page .mds-resource h3 {
    margin: 0 0 3px;
    color: #777;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.035em;
}

html.welcome-page .mds-external-icon {
    color: var(--mds-green);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    vertical-align: 0.08em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    html.welcome-page .mds-wrap {
        width: min(var(--mds-max-width), calc(100% - 48px));
    }

    html.welcome-page .mds-feature-grid {
        gap: 20px;
    }

    html.welcome-page .mds-resource-grid {
        gap: 28px;
    }
}

@media (max-width: 820px) {
    html.welcome-page .mds-hero {
        padding-top: 44px;
    }

    html.welcome-page .mds-hero__inner {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 20px;
    }

    html.welcome-page .mds-hero__logo,
    html.welcome-page .mds-logo-fallback {
        width: 80px;
        height: 80px;
    }

    html.welcome-page .mds-logo-fallback::before,
    html.welcome-page .mds-logo-fallback::after {
        width: 24px;
        height: 24px;
        border-width: 4px;
        top: 27px;
    }

    html.welcome-page .mds-logo-fallback::before {
        left: 18px;
    }

    html.welcome-page .mds-logo-fallback::after {
        left: 37px;
    }

    html.welcome-page .mds-feature-grid,
    html.welcome-page .mds-resource-grid {
        grid-template-columns: 1fr;
    }

    html.welcome-page .mds-step {
        grid-template-columns: 170px minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    html.welcome-page .mds-wrap {
        width: min(var(--mds-max-width), calc(100% - 32px));
    }

    html.welcome-page .mds-hero__inner,
    html.welcome-page .mds-step,
    html.welcome-page .mds-resource {
        grid-template-columns: 1fr;
    }

    html.welcome-page .mds-hero h1 {
        margin-top: 0;
    }

    html.welcome-page .mds-step__media {
        min-height: 180px;
    }

    html.welcome-page .mds-step__body {
        padding: 24px;
    }
}