@charset "utf-8";
/* CSS Document */

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    height: 100%;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.5;
    font-size: 1.1em;
    color: #333;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

.page {
    display: none;
    margin-top: 80px;
}

.appear {
    animation-name: appear;
    animation-duration: .4s;
    
}

@keyframes appear {
    0%   {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }

h1 {
    font-size: 34px;
    font-weight: 300;
    margin-top: 0px;
    color: #57A773;
    color: #834bad;
    color: #006635;
    color: #333;
}

h2 {
    margin-bottom: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    
}

.letter-spacing {
    letter-spacing: 1.25px;
}

h1.highlight, h2.highlight {
    color: #00a355;
}

a {
    color: #53B3F3;
    text-decoration: none;
    color: #0b57d0;
}

a:hover {
    color: #016aad;
    color: #008CDF;
}

.btn,
a.btn {
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    background-color: #834bad;
    border-radius: 8px;
    transition: all .2s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
    font-size: .85rem;
    background-color: #404040;
}

.btn:hover,
a.btn:hover {
    background-color: #171717;
    color: #fff;
}

ul {
    margin-top: 6px;
    margin-bottom: 0px;
}

div.bullet-sm {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

div.bullet-sm:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #834bad;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.separator {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #888;
}

section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.gray-bg {
    background-color: #f6f4f8;
    background-color: #f9f7fa;
    background-color: #f5f5f5;
}



#page-samples > section:nth-child(odd) {
    background-color: #f5f5f5;
}

.beige-bg {
    background-color: #e8e7e1;
}

.blue-bg {
    background-color: #ebfdff;
}

.green-bg {
    background-color: #26ad5c;
    color: #fff;
}



.page-padding {
    max-width: 1100px;
    width: 100%;
    padding: 80px 40px;
}

.page-padding.compact {
    padding: 25px 40px;
}

#page-case-study .page-padding {
    padding: 50px 40px;
}

.row {
    display: flex;
    gap: 80px;
}

.detail-body {
    line-height: 1.7em;
}

.detail-body p {
}

.detail-body .btn-row {
    padding-top: 20px;
}

.tag {
    background-color: rgba(220,220,220,.5);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 14px;
}

.tags {
    display: flex;
    flex-direction: row;
    gap: 6px;
}




/* Header */


.header {
    color: #000;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 60000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.header-content {
    max-width: 1020px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
.mainNav {
    font-size: .85em;
    margin-left: 50px;
    position: relative;
}

.navItem {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;
    font-weight: 500;
    transition: all .2s ease;
    cursor: pointer;
}

.navItem:hover {
    color: #834bad;
    color: #006635;
}

.navSlider {
    transition: all .4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #834bad;
    background-color: #00d66f;
    border-radius: 5px;
    width: 0px;
    bottom: -5px;
    margin-left: 5px;
}

div.bullet2 {
    padding-left: 36px;
    margin-bottom: 16px;
    position: relative;

}

div.bullet2:before {
    content: "✤";
    content: "◆";
    content: "●";
    color: #26ad5c;
    color: #834bad;
    color: #999;
    display: block;
    position: absolute;
    left: 0px;
    line-height: 1;
    font-size: 24px;
    
}

.hero {
    /* background: linear-gradient(130deg, #ebffff 0, #efebff 45%); */
    color: #333;
    background-color: #eaeaea;
}



/* Panel */

.row-of-panels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
    padding: 0 40px;
}

@media (max-width: 1100px) { 
    .row-of-panels {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}


.panel {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border: 0px;
    text-align: left;
    gap: 18px;
    transition: all .3s ease;
    color: #333;
    width: 1 1 auto;
}

.panel.clickable {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    cursor: pointer;
    flex-direction: column;
}

.panel.clickable:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.panel .image-plus-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.panel .image-area {
    background-color: transparent;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.panel .image-area img {
    opacity: .5;
    width: 40px;
}

.panel .image-area svg {
    stroke: #d8c5e6;
    stroke-width: 2px;
    width: 46px;
    stroke: #d4d4d4;
}

.panel-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    color: #333;
}

.panel-description {
    font-size: .85em;
    line-height: 1.5;
    padding-left: 10px;
}

.panel-footer {
    padding-top: 12px;
    margin-top: auto;
    font-size: .85em;
    font-weight: bold;
    display: none;
}




/* Samples Page */

.bigSampleColumn {
    flex: 0 0 500px;
    position: relative;
}

.bigSample {
    display: inline-block;
    overflow: visible;
    border: 1px #ccc solid;
    -moz-box-shadow: 0px 3px 6px 3px #eaeaea;
    -webkit-box-shadow: 0px 3px 6px 3px #eaeaea;
    box-shadow: 0px 3px 6px 3px #eaeaea;
    border-radius: 6px;
    border-radius: 0;
    background-color: #fff;
    position: relative;


}


.beforeAfterContainer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: .85rem;
    line-height: 1;
}

.showBefore,
.showAfter,
.showDuring {
    background-color: transparent;
    color: #888;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    z-index: 5;
    background-clip: padding-box;

    background-color: #e5e5e5;
    color: #333;
    
}

.showBefore {
    border-radius: 4px 0 0 4px;
}

.showAfter {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.showDuring {
    border-left: 1px #DBDADC solid;
    border-right: 1px #DBDADC solid;
}

.showBefore span,
.showAfter span {}

.beforeAfterContainer .selected {
    color: #fff;
    background-color: #777;
    background-color: #ebfff3;
    background-color: #f4eff8;
    border: 1px solid #26ad5c;
    border: 1px solid #834bad;
    color: #1c994e;
    color: #834bad;
    color: #fff;
    background-color: #008545;
    border-color: #008545;
    z-index: 10;
}

/* Resume */

.resume-summary {
    font-size: 14px;
    line-height: 1.5em;
}

.resume-summary h1 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}

.resume-summary h1:not(:first-child) {
    margin-top: 30px;
}

.resume-summary .bullet {
    padding-bottom: 10px;
}

.resume {
    font-size: 14px;
    flex: 1 1 auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
}

.resume-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.resume .name {
    font-size: 24px;
}

.resume-section {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.resume-section:last-of-type {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.resume-section h1 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: inherit;
    font-weight: 400;
}

.resume-experience-item {
    margin-bottom: 36px;
}

.resume-company-plus-title {
    display: flex;
    flex-wrap: wrap;
}

.resume-job-header {
    display: flex;
    align-items: center;
    align-items: baseline;
}

.resume-company-name {
    font-weight: 600;
    font-size: 1.08rem;
}

.resume-job-title {
    font-weight: 600;
    font-size: 1.08rem;
    
}

.resume-job-title:before {
    content: "/";
    padding-left: 12px;
    padding-right: 12px;
    color: #888;
    font-weight: 400;

}

.resume-dates {
    margin-left: auto;
    white-space: nowrap;
}

.resume-job-description {
    margin-top: 0px;
}

.resume-job-description p {
    margin-bottom: 0;
    margin-top: 12px;
}
.resume-job-description p + p {
    margin-top: 12px;
}

/* Email Form */

.form-area {
    display: none;
}

#form {
    width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

#email-form .form-field {
    margin-bottom: 8px;
}

#email-form input,
#email-form textarea {
    border-radius: 4px;
    padding: 8px;
    font-size: inherit;
    font-family: inherit;
    outline: none;
    appearance: none;
    box-shadow: none;
    border: 2px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

#email-form input:focus,
#email-form textarea:focus {
    outline: none;
    border-color: #53B3F3;
    -moz-box-shadow: 0px 0px 0px 1px #53B3FA;
    -webkit-box-shadow: 0px 0px 0px 1px #53B3FA;
    box-shadow: 0px 0px 0px 1px #53B3FA;

}

#submitted {
    padding: 10px;
    background-color: #FEF3B1;
    border-radius: 6px;
}

/* Case Study */

.description-list {
    font-size: .85rem;
}

.description-list > div {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.description-list > div > div:first-child {
    flex: 0 0 100px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    font-weight: 600;

}

.smallSample {
    display: inline-block;
    width: 400px;
    height: 320px;
    overflow: hidden;
    margin-left: 0px;
    padding-left: 0px;
    box-shadow: 0px 3px 6px 3px #eaeaea;
    position: relative;
}

.sample-grid > div {
    flex: 0 0 auto;
}

.sample-grid > div > div {}


.num {
    display: flex;
    background-color: #eaeaea;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: transparent;
    font-size: 28px;
    color: #999;
    font-weight: 100;
    margin-right: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

.num:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #eaeaea;
    margin-left: 18px;
}

.item-name {
    font-size: 16px;
}



.annotation {
    position: absolute;
    font-size: 12px;
    width: 170px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
}

.annotation-left {
    border-right: 1px solid #a3a3a3;
    padding-right: 30px;
    text-align: right;
    left: 0px;
}

.annotation-right {
    border-left: 1px solid #a3a3a3;
    padding-left: 30px;
    text-align: left;
    right: 0px;
}







/* END */

.container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.container.compact .container-body {
    padding: 40px 0px;
}
.container-body {
    max-width: 1100px;
    padding: 80px 0;
}













#caseStudy h1 {
    font-size: 30px;
}


#email-form input.btn-send,
#email-form input.btn-send:enabled {
    background-color: #38A2E7;
    color: #fff;
    border-color: #38A2E7;
    cursor: pointer;
}


#email-form input.btn-send:hover {
    background-color: #3B7DB2;
    border-color: #3B7DB2;
}


.content-area {
    position: relative;
}

.detailPanel {
    padding: 0px 20px 20px 20px;
    color: #555;
    width: 750px;
}


.thumbnail_box {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15), 0 0px 2px rgba(0, 0, 0, .35);
    border: 1px solid #555;
    border: 1px solid rgba(0,0,0,.3);
    cursor: pointer;
    height: 234px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.thumbnail_box:hover, .thumbnail_box.hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .25);
}

.thumbnail_box.active {
}


.thumbnail_image {
    width: 320px;
}

.thumbnail_box.panelHover {
    border-color: #777;
}

.main-image {
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.triptych {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.triptych > div {
    text-align: center;
    cursor: pointer;
    flex: 0 0 320px;
}


#image_goals,
#image_prototypes,
#image_wireframes {
    position: absolute;
    top: 50px;
    transition: all .2s ease;
}

#image_goals.no-animation,
#image_prototypes.no-animation,
#image_wireframes.no-animation {
    transition: none;
}

#image_goals {
    left: 0px;
}

#image_wireframes {
    left: 389px;
}

#image_prototypes {
    left: 778px;
}


#image_goals.selected,
#image_wireframes.selected,
#image_prototypes.selected {
    left: 0px;
    top: 0px;
}



.triptych_label {

    font-size: 26px;
    color: #666;
    font-weight: 300;
    margin-top: 20px;
}




.infoArea {
    margin-top: 30px;
    font-size: .85em;
}




.btn-area {
    position: absolute;
    top: 0px;
    right: 44px;
}

.section {
    margin-bottom: 40px;
}

.section:last-child {
    margin-bottom: 0;
}

a.invisible-link {
    color: #888;
    text-decoration: none;
}

a.invisible-link:hover {
    text-decoration: underline;
}

.font-sm {
    font-size: .8em;
}

div.bullet {
    background: url(../images/chevrondd.png) no-repeat center left;
    padding-left: 17px;
    margin-top: 3px;
    margin-bottom: 3px;
}











.indent {
    padding-left: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
}


.padding-top {
    padding-top: 10px;
}

.linkBold {
    font-size: 18px;
}

/* Page framework */

.contentArea {
    padding-top: 150px;
}







.detailBody2 {
    margin-bottom: 12px;
}

.detailBody2:last-of-type {
    margin-bottom: 0px;
}


/* Resume */

.resume_frame {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-left: 310px;
    font-size: .9em;
    line-height: 1.5em;
}

.experience td {
    padding: 26px 0px;
    border-bottom: 1px #eaeaea solid;
}



.jobTitle {
    font-weight: bold;
    padding-top: 6px;
    margin-bottom: 6px;
}

.resume_dates,
.resume_location {
    font-size: 88%;
}


.resume_location,
.resume_dates {
    color: #999;

}

.resume_location:before {
    content: "/";
    padding-left: 12px;
    padding-right: 12px;

}

.resume_dates {
    width: 160px;
}



.viewLarger {
    padding-top: 4px;
}

.contentSection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contentSection:nth-child(even) {
    background-color: #F9F9F9;
}


#caseStudy .contentSection {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

#caseStudy .section {
    margin-bottom: 0px;
    position: relative;
    border-radius: 6px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#caseStudy .section:nth-of-type(odd) {}


#caseStudy .text-block {
    padding-top: 80px;
    padding-bottom: 80px;
}



.projectTitle {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    font-family: arial, Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

.case-study-col1 {
    flex: 1 1 auto;
    margin-right: 100px;
}

.case-study-col2 {
    flex: 0 0 400px;
    margin-left: auto;
}



.tPanelOff {
    top: 100px;
}

#buttonStyles img {
    vertical-align: middle;
}

#buttonStyles {
    text-align: center;
    display: none;
    margin-bottom: 20px;
    position: relative;
    top: 6px;
    background-color: #eaeaea;
    border-radius: 8px;
    padding-top: 24px;
}

.sampleOverlay span {
    font-size: 20px;
    color: #333;
    line-height: 26px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 170px;
    width: 250px;
    padding: 0px 20px;
    z-index: 2;
    position: relative;
}

.sampleOverlay span.footnote {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 170px;
    margin-top: 0px;
}









.smallerSample {
    display: inline-block;
    width: 300px;
    height: 230px;
    overflow: hidden;
    margin-left: 0px;
    padding-left: 0px;
    border: 1px #ccc solid;
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, .1);
    border-radius: 6px;
    background-color: #fff;
    float: left;
    position: relative;


}




.bigSample img {
    width: 500px;
}

.smallSample img {
    width: 400px;
}

.smallerSample img {
    width: 300px;
}

.before,
.after {}

.before,
.during {
    display: none;
}





.stepper {
    display: flex;
    margin-bottom: 60px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    background-color: #424664;
    border: 1px solid #424664;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
    color: #fff;
}

.btn-circle:hover {
    color: #fff;
    background-color: #08B2E3;
    border-color: #08B2E3;
    background-color: #EE6352;
    border-color: #EE6352;

    transition: all .3s ease;

}

.btn-circle svg {
    fill: #fff;

    transition: all .2s ease;

}

.btn-circle.btn-done svg {
    fill: #fff;
}

.btn-circle:hover svg {
    fill: #fff;

    transition: all .3s ease;
}

.close-x {
    position: absolute;
    top: 130px;
    right: 30px;
    opacity: .3;
    cursor: pointer;

}

.close-x:hover {
    opacity: .7;
}





