/* Generic Overwrites */
tbody td, tbody th {
    padding: 0.05rem;
}

.top-bar input {
    max-width: unset !important;
}

/* Header*/
.no-js .top-bar {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}

.footer .top-bar {
    background-color: #fff;
    border-top: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-bottom: none;
    padding: .45rem;
}

[data-sticky] {
    width: 100%;
}

.sticky-container {
    z-index: 5;
}

.social a {
    padding-left: 5px;
}

.top-bar {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

/* 
    Nav Buttons 
*/

.nav-light {
    background-color: white;
}

.show-for-medium.btn-glass {
    flex-grow: unset;
    background-color: #fff;
}

.btn-glass {
    flex-grow: 1;
    text-align: center;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: Lato;
    font-weight: 300;
    border: 1px dotted transparent;
    letter-spacing: 0.98pt;
    text-transform: uppercase;
    -moz-transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    -o-transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    -webkit-transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    position: relative;
    background-attachment: fixed, scroll;
    background-size: 100vw 100vh, cover;
    background-position: center center, 0 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
}

    .btn-glass:hover {
        background-position: -100vw 0, 0 0;
        color: rgba(255, 255, 255, 0.7);
        border-color: #000000;
        background-color: #fff;
    }

    .btn-glass:active {
        background-position: -75vw 0, 0 0;
        border-style: solid;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 1em 0.5ex rgba(17, 17, 17, 0.5);
    }


    .btn-glass.btn-primary {
        color: #828282;
        background-color: rgb(10, 10, 10);
    }

        .btn-glass.btn-primary:hover {
            color: rgba(255, 255, 255, 0.7);
            border-color: #767575;
            background-color: #828282;
        }

        .btn-glass.btn-primary:active {
            position: relative;
            z-index: 1;
            box-shadow: 0 0 1em 0.5ex rgba(200, 200, 200, 0.50);
        }

        .btn-glass.btn-primary a {
            color: rgba(255,255,255,.7);
            background-color: rgba(42, 143, 189, 0);
        }

            .btn-glass.btn-primary a:hover {
                color: rgba(255, 255, 255, 0.7);
                border-color: #767575;
                background-color: #828282;
            }


    .btn-glass.btn-info:hover {
        color: rgba(255, 255, 255, 0.7);
        border-color: #767575;
        background-color: #828282;
    }
/* 
    Hero Full Screen
*/
.hero-full-screen {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background: url("../images/homebg.jpg") center center no-repeat;
    background-size: cover;
}

    .hero-full-screen .middle-content-section {
        padding-top: 15%;
        text-align: center;
        color: #000308;
        width: 100%;
    }

    .hero-full-screen .top-content-section {
        width: 100%;
    }

    .hero-full-screen .bottom-content-section {
        padding: 1rem;
    }

        .hero-full-screen .bottom-content-section svg {
            height: 3.75rem;
            width: 3.75rem;
            fill: #fefefe;
        }

    .hero-full-screen .top-bar {
        background: transparent;
    }

        .hero-full-screen .top-bar .menu {
            background: transparent;
        }

        .hero-full-screen .top-bar .menu-text {
            color: #fefefe;
        }

        .hero-full-screen .top-bar .menu li {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }

        .hero-full-screen .top-bar .menu a {
            color: #fefefe;
            font-weight: bold;
        }


/* Flip Cards*/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cards {
    padding-top: 10px;
}

    .cards .row {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .cards .columns {
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
    }

    .cards .card {
        height: 322px;
        position: relative;
        -moz-transition: all 750ms ease-out;
        -o-transition: all 750ms ease-out;
        -webkit-transition: all 750ms ease-out;
        transition: all 750ms ease-out;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        border: 0;
        background: transparent;
        border-radius: 5%;
    }

    .cards figure {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 100%;
        margin: 0 0;
        position: absolute;
        text-align: center;
        width: 100%;
        border-radius: 5%;
    }

        .cards figure frontfigcaption {
            margin: auto;
            position: relative;
            z-index: 1;
            width: 100%;
            height: 3rem;
            text-align: center;
            background: rgba(254, 254, 254, 0.8);
            padding: 0.25rem 0;
            font-size: 1.25rem;
            font-weight: bold;
        }

        .cards figure figcaption {
            margin: auto;
            padding: 2rem;
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .cards figure h3 {
            font-weight: bold;
            color: inherit;
            margin: 0 0;
        }

    .cards .front {
        z-index: 2;
    }

        .cards .front:before {
            bottom: 0;
            content: ' ';
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

    .cards .back {
        background: #d5d8dd;
        height: 20rem;
    }
/*.cards .card .front {
    background: url("/images/new-future-technology-concept-abstract-background-for-business-solution.jpg") center no-repeat;
    align-items: center;
}
*/
/*FlipCard Backgrounds*/
.card-api {
    background: url("/images/new-future-technology-concept-abstract-background-business-solution-53543173.jpg") center no-repeat;
}

.card-reviews {
    background: url("/images/27419923-future-internet-technology-concept.jpg") center no-repeat;
}

.card-bespoke {
    background: url("/images/depositphotos_13383349-stock-photo-future-technology-touch-button-inerface.jpg") center no-repeat;
}

.card-architecture {
    background: url("/images/new-future-technology-concept-abstract-background-for-business-solution.jpg") center no-repeat;
}



.full-screen {
    min-height: 100vh;
}

.full-screen-projects {
    height: 100vh;
    display: block;
    background-color: #dedee6;
}

.container {
    max-width: 75rem;
    margin: 0 auto;
}


/* people  - porfolio */
.portfolio-resume-headshot {
    margin-bottom: 2rem;
    width: 60%;
    border-radius: 50%;
}

.portfolio-resume-header {
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    margin-bottom: 1rem;
}

.portfolio-resume-contact-info {
    margin-bottom: 0.75rem;
}

    .portfolio-resume-contact-info a {
        color: #0a0a0a;
    }

    .portfolio-resume-contact-info .fa .fab {
        font-size: 1.4rem;
        padding-right: 0.8rem;
        vertical-align: middle;
        color: #0a0a0a;
    }

/* contact panel */

.contact-panel-button {
    background: #0a0a0a;
    color: #fefefe;
    width: auto;
    padding: 0.25rem 1.25rem;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 20px;
    -moz-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}

    .contact-panel-button:after {
        content: "⥣";
        margin-left: 5px;
    }

    .contact-panel-button:hover {
        background: #242424;
        color: #f0f0f0;
    }

.is-active .contact-panel-button:after {
    content: "⥥";
}

.contact-panel {
    padding: 1rem;
    z-index: 1;
    background: #0a0a0a;
    width: 350px;
    height: 125px;
    position: fixed;
    bottom: -125px;
    right: 20px;
    -moz-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
}

    .contact-panel label {
        color: #fefefe;
        width: 100%;
    }

    .contact-panel input[type="text"],
    .contact-panel input[type="email"],
    .contact-panel textarea {
        background: #303030;
        border: #0a0a0a;
        -moz-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        -webkit-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

        .contact-panel input[type="text"]:focus,
        .contact-panel input[type="email"]:focus,
        .contact-panel textarea:focus {
            background: #fefefe;
        }

    .contact-panel .contact-panel-actions {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact-panel .submit-button {
        margin-bottom: 0;
    }

    .contact-panel .cancel-button {
        margin-bottom: 0;
        padding: 0.75rem 1rem;
        color: #fefefe;
        -moz-transition: background 0.25s ease-in-out;
        -o-transition: background 0.25s ease-in-out;
        -webkit-transition: background 0.25s ease-in-out;
        transition: background 0.25s ease-in-out;
    }

        .contact-panel .cancel-button:hover {
            background: #242424;
            color: #f0f0f0;
        }

    .contact-panel.is-active {
        bottom: 0;
    }

/* time line */
.timeline .timeline-item::after, .timeline .timeline-item::before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.timeline {
    margin: 30px auto;
    padding: 0 10px;
    position: relative;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    width: 100%;
}

    .timeline::before {
        background: #cacaca;
        content: '';
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 3px;
    }

    .timeline::after {
        clear: both;
        content: '';
        display: table;
        width: 100%;
    }

    .timeline a {
        color: #fefefe;
        font-weight: bold;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

        .timeline a:hover {
            box-shadow: 0 1px 0px 0px #fefefe;
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
        }

    .timeline .timeline-item {
        margin-bottom: 50px;
        position: relative;
    }

        .timeline .timeline-item .timeline-icon {
            background: #cacaca;
            border-radius: 50%;
            height: 50px;
            left: 50%;
            margin-left: -23px;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 50px;
        }

            .timeline .timeline-item .timeline-icon img,
            .timeline .timeline-item .timeline-icon svg {
                left: 14px;
                position: relative;
                top: 11px;
            }

            .timeline .timeline-item .timeline-icon svg {
                top: 14px;
            }

        .timeline .timeline-item .timeline-content {
            padding: 20px;
            text-align: right;
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
            width: 45%;
            background: transparent;
        }

            .timeline .timeline-item .timeline-content p {
                color: #0a0a0a;
            }

            .timeline .timeline-item .timeline-content p {
                font-size: 16px;
                line-height: 1.4;
                margin-bottom: 0;
            }

            .timeline .timeline-item .timeline-content .timeline-content-date {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 0;
            }

            .timeline .timeline-item .timeline-content .timeline-content-month {
                font-size: 0.875rem;
                text-transform: uppercase;
                font-weight: 400;
            }

            .timeline .timeline-item .timeline-content.right {
                float: right;
                text-align: left;
            }


.quote-inline-wrap-article-content {
    max-width: 100%;
    position: relative;
}

.quote-inline-wrap {
    float: left;
    max-width: 21.875rem;
    padding: 0 1rem 1rem 0;
}

    .quote-inline-wrap .quote-inline-marks {
        font-size: 6.25rem;
        color: #8a8a8a;
        line-height: 1rem;
    }

    .quote-inline-wrap .quote-inline-testimonial {
        border-radius: 5px;
    }

        .quote-inline-wrap .quote-inline-testimonial p {
            font-weight: 300;
        }

    .quote-inline-wrap .quote-inline-person {
        margin-bottom: 1.5rem;
    }

        .quote-inline-wrap .quote-inline-person .quote-inline-photo img {
            border-radius: 50%;
            width: 4.375rem;
            height: 4.375rem;
            float: left;
            margin-right: 1rem;
        }

        .quote-inline-wrap .quote-inline-person p {
            position: relative;
            top: 5px;
        }

            .quote-inline-wrap .quote-inline-person p:nth-child(2) {
                font-size: 1rem;
                font-weight: 500;
                margin-bottom: 0;
            }

            .quote-inline-wrap .quote-inline-person p:nth-child(3) {
                font-size: 0.875rem;
                font-weight: 400;
                color: #8a8a8a;
            }

/* Services */
.marketing-site-content-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .marketing-site-content-section .button.round {
        border-radius: 5000px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .marketing-site-content-section .marketing-site-content-section-img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

        .marketing-site-content-section .marketing-site-content-section-img img {
            width: 100%;
        }

@media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-img {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.marketing-site-content-section .marketing-site-content-section-block {
    padding: 1rem;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #fefefe;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-block {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 2rem;
    }
}

.marketing-site-content-section-block-header {
    font-size: 24px;
}

.marketing-site-content-section-block-subheader {
    font-size: 13px;
}


@media screen and (max-width: 39.9375em) {
    .contact-panel {
        width: 100%;
        right: 0;
    }

    .timeline {
        margin: 30px;
        padding: 0;
        width: 90%;
    }

        .timeline::before {
            left: 0;
        }

        .timeline .timeline-item .timeline-content {
            float: right;
            text-align: left;
            width: 90%;
        }

            .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
                border-left: 0;
                border-right: 7px solid #fefefe;
                left: 10%;
                margin-left: -6px;
            }

        .timeline .timeline-item .timeline-icon {
            left: 0;
        }
}
