:root {
    --light-grey-border: #b4bcc2;
    --overlay-color: rgba(7, 159, 215, .25);
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}

* {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color: var(--light-grey-border) transparent;
}

html, body {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    min-width: 1024px;
    color: rgb(31, 51, 77);
    background-color: #FFF;
}

a {
    position: relative;
    text-decoration: none;
    color: inherit;
    opacity: initial;
}

a[href^="tel:"] {
    font-weight: 600;
}

    a[href^="tel:"]::after {
        content: "\260e";
        margin-left: 10px;
        color: inherit;
    }

    a {
        display: inline-block;
        text-decoration: none;
    }
    
    a:not(.bubble-transparent)::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #a4bcdb;
        transition: width .2s;
    }

    a:hover::after {
        width: 100%;
    }

input[type=button] {
    cursor: pointer;
    padding: 6px 12px 6px 12px;
    border-radius: 25px;
    font-weight: 600;
    border: solid 1px var(--light-grey-border);
    background-color: transparent;
    font-size: 1rem;
    &:hover {
        background-color: #a4bcda;
        border-color: #a4bcda;
        color: #fff;
        box-shadow: 1px 1px 2px #000;
    }
}

.page-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    color: #FFF;
    text-align: right;
}

    .page-nav a {
        font-size: .9rem;
        display: inline-block;
        padding: 3px 16px 5px 16px;
        margin-left: 10px;
    }

    .page-nav a.bubble-transparent:hover {
        box-shadow: 2px 2px 4px #000;
    }

    .page-nav-logo {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 0;
        width: 300px;
        height: 30px;
        background: url("../img/cl-hd-white.png") center no-repeat;
        background-size: contain;
        opacity: .33;
    }

.page-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
}

    .page-top-bg-img {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../img/tech_bg.png") center no-repeat;
        background-size: cover;
        opacity: .30;
    }

    .page-slide-box {
        position: absolute;
        z-index: 10;
        top: 70px;
        color: #fff;
        text-align: center;
        bottom: 0;
        width: 100%;
        max-width: 1300px;
        left: 50%;
        transform: translateX(-50%);
        overflow: clip;
    }

.page-contact {
    position: relative;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: center;
    margin-top: 500px;
    background-color: #FFF;
}

    .page-contact h1 + p {
        margin-top: -16px;
    }

    .page-contact-scroll {
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        height: 20px;
        width: 20px;
        background: url("../img/page-nav.png") center no-repeat;
        background-size: contain;
    }

.page-links {
    position: relative;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: center;
    background-color: #FFF;
}

.page-footer {
    position: relative;
    text-align: center;
    font-size: .75rem;
    margin: 10px 0 10px 0;
    color: #a4bcdb;
    word-spacing: 20px;
    background-color: #FFF;
}

.page-copyright {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .60rem;
    padding: 10px;
    margin-top: 10px;
    color: #c9d7e8;
    background-color: #FFF;
    box-sizing: border-box;
}

/* MISC STYLES */

.bold-white {
    color: #fff;
    font-weight: 600;
}

.bubble {
    background-color: rgb(93, 161, 235);
    border-radius: 16px;
}

.bubble-transparent {
    background-color: rgba(93, 161, 235, .75);
    border-radius: 16px;
}

.margin-top-default {
    margin-top: 20px;
}

.med-header {
    font-weight: 600;
}

.nav-careers {
    position: relative;
    height: 50%;
    width: 50%;
    margin: 50% 0 0 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../img/chart-careers-fff.png") center no-repeat;
    background-size: contain;
    opacity: .70;
}

.nav-contact {
    position: relative;
    height: 50%;
    width: 50%;
    margin: 50% 0 0 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../img/chart-tree-fff.png") center no-repeat;
    background-size: contain;
    opacity: .70;
}

.nav-inbound-sales {
    position: relative;
    height: 50%;
    width: 50%;
    margin: 50% 0 0 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../img/chat-arrow-grow-fff.png") center no-repeat;
    background-size: contain;
    opacity: .70;
}

.nav-box-outer {
    position: relative;
    display: inline-block;
    padding: 20px 0 60px 0;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

    .nav-box-outer:hover {
        box-shadow: 2px 2px 4px #000;
    }

    .nav-box-outer:hover > div {
        box-shadow: 2px 2px 4px #000;
    }

.nav-box {
    position: relative;
    height: 170px;
    width: 170px;
    display: inline-block;
    margin: 0 30px 0 30px;
    border-radius: 50%;
    border: solid 1px rgba(35, 62, 92, 1);
    text-align: center;
    line-height: 170px;
    background: url("../img/tech_bg.png") -40px 0 no-repeat;
    opacity: .90;
}

.page-border {
    border: dotted 1px rgba(35, 62, 92, .30);
}

.page-border-bottom {
    border-bottom: dotted 1px rgba(35, 62, 92, .10);
}

.page-gradient {
    background-image: linear-gradient(to right, rgb(90, 158, 231), rgb(35, 62, 92));
}

.page-gradient-transparent {
    background-image: linear-gradient(to right, rgba(90, 158, 231, .60), rgba(35, 62, 92, .60));
}

.page-gradient-light {
    background-image: linear-gradient(to right, rgba(90, 158, 231, .85), rgba(35, 62, 92, .85));
}

.shadow-text {
    text-shadow: 2px 2px 4px #000;
}

.small-globe {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-block;
    background: url("../img/GlobeNoBG.png") center no-repeat;
    background-size: contain;
}

/* X-SLIDE */

.x-slide {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    left: -100%;
    transition: left 0.5s ease-in-out;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

    .x-slide.show {
        left: 0;
    }

    .x-slide-left {
        position: relative;
        padding: 0 10px 4px 10px;
        border-left: dotted 1px #a4bcda;
        width: 50%;
    }

    .x-slide-link {
        padding: 6px 20px 8px 20px; 
        display: inline-block;
        background-color: rgba(31, 51, 77, .75);
    }

        .x-slide-link:hover {
            box-shadow: 2px 2px 4px #000;
        }

    .x-slide-img {
        position: absolute; 
        z-index: 2; 
        top: 0; 
        right: -100%;
        transition: right 0.5s ease-in-out;
        bottom: 0; 
        height: 500px; 
        width: auto; 
        opacity: .80;
		pointer-events: none;
    }

    .x-slide-img.show {
        right: 0;
    }

/* SERVICES */

.services {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--overlay-color);
    z-index: 10;
    
    h1, h2, h3, h4, h5, h6 {
        color: rgb(32, 61, 100);
    }
    
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;

}

.services-show {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
}

.services-box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    box-shadow: 2px 2px 4px #000;
    height: 80%;
    width: 80%;
    max-width: 900px;
    text-align: left;
    box-sizing: border-box;
    padding: 0%;
    margin: 0;
    border-radius: 12px 0 12px 0;
    display: grid;
    grid-template-rows: auto 60px;
    font-size: 1rem;

    div:nth-child(1) {
        padding: 0 20px 0 20px;
        overflow-x: hidden;
        overflow-y: auto;
        p {
            font-size: 1.1rem;
        }
    }

    div:nth-child(2) {
        text-align: center;
        align-items: center;
        align-content: center;
    }

    &::before {
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url( "../img/GlobeNoBG.png" ) -400px 0 no-repeat;
        opacity: .15;
    }

}

/* MISC */

.about-p {
    text-align: justify;
    text-indent: 20px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
}

.about-h {
    text-align: left; width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: dotted 1px rgba(35, 62, 92, .50);
    padding-bottom: 4px;
}

.about-h,
.about-p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.core-careers,
.core-services  {
    & > * {
        pointer-events: none;
    }
}
