@charset "UTF-8";
/* CSS Document */
/*
#story pre code {
overflow: scroll;
background-color: hsla(249,100%,30%,1.00);
color: aquamarine;
}
*/
/*:target {
  scroll-margin-top: 300px;
  scroll-snap-margin-top: 300px;
}*/

#projectInfoContainer {
}

section {
margin: 0;
padding: 100px 0 0 0;
width: auto;
}


section#intro {
padding: 0;
}

#storyTopLayer h3 {
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 700;
font-size: 23px;
line-height: 32px;
margin-top: 0;
margin-bottom: 2px;
padding: 0;
}

#projectRole .groupOfOne, #projectFor .groupOfOne {
display: inline-block;
vertical-align: middle;
width: 50px;
height: 50px;
margin-bottom: 3px;
}

#projectRole .groupOfThree {
display: inline-block;
vertical-align: middle;
width: 170px;
height: 50px;
margin-bottom: 3px;
}


#projectRole .groupOfOne .wrapper, #projectFor .groupOfOne .wrapper, #projectRole .groupOfThree .wrapper {
position: relative;
}

#projectRole .groupOfOne  svg, #projectFor .groupOfOne  svg  {
display:block;
width: 130px;
height: 80px;
position: absolute;
top: -30px;
left: -40px;
}

#projectRole .groupOfThree svg {
display:block;
width: 240px;
height: 80px;
position: absolute;
top: -30px;
left: -40px;
}





#projectRole {
display: inline-block;
margin-left: 60px;
}


#storyHead {
  background-image: linear-gradient(#1049EB, #1030BB);
  min-height: 330px;
  margin-bottom: 100px;
}




#hRole, #hFor {
font-size: 18px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 400;
padding-left: 110px;
text-transform: uppercase;
color: #FFF;
vertical-align: text-bottom;
}

#hRole {
display: flex;
align-items: center;
}

#hRole svg {
width: 40px;
height:40px;
}

#hRole span {
padding-right: 8px;
}

#hRole svg {
padding-right: 4px;
}

#hRole svg text{
font-size:34px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 700;
text-transform: none;
fill:#fff;
}


#hRole svg circle {
fill:none;
stroke:#fff;
stroke-miterlimit:10;
stroke-width:1.5px;
}


#navBack {
text-align: center;
margin-top:30px;
padding-bottom: 55px;

}

#navBack a{
display: inline-block;
border-radius: 20px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 24px;
font-weight: 400;
color: white;
text-decoration: none;
padding-top: 2px;
padding-bottom: 4px;
padding-left: 18px;
padding-right: 18px;
border-style: solid;
border-color: #484848;
border-width: 1px;
background-color: hsla(0,0%,0%,1.00);
}

#navBack a:hover {
background-color: #6A6A6A;
}


#portfolioMenuButton {
display: inline-block;
border-radius: 14px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 16px;
font-weight: 400;
float: right;
color: #D8D8D8;
text-decoration: none;
padding-top: 2px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
margin-right:10px;
border-style: solid;
border-color: #484848;
border-width: 1px;
}
#portfolioMenuButton:hover {
background-color: #6A6A6A;
}


.chapter {
position: relative;
}

.chapter a {
position: absolute;
top: -70px;
}
/*
#ui {
background-image: url("../img/ui.svg");
}

#ux {
background-image: url("../img/ux.svg");
}

*/
#content {
overflow: hidden;
}


	.userflowTxt{
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
 font-size:14px;
 text-transform: uppercase;
 }
   

#storyTopLayer section h2 {
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 400;
font-size: 29px;
line-height: 32px;
margin-top: 0px;
margin-bottom: 40px;
padding: 0;
text-transform: uppercase;
text-align: center;
color: rgba(158,158,158,1.00);
}

#storyTopLayer section#intro h2 {
margin-top: 0px;
margin-bottom: 15px;
}

.firstHeading {
padding-top: 0px;
}

.rightIllustration {
float: right;
width: 50%;
box-sizing: border-box;
padding-left: 20px;
padding-bottom: 25px;
padding-top:20px;
}

.rightIllustration:after {
  content: "";
  display: table;
  clear: both;
}

.rightIllustration img, .rightIllustration svg {
width: 100%;
}

.deviceScreens {
display: flex;
justify-content: space-around;
padding-top: 14px;
box-sizing: content-box;
max-height: 500px;
}

.deviceScreens video {
padding-bottom: 14px;
max-width: 40%;
}


/*===scroll===*/
.parent{
width:90%;
border:5px solid red;
overflow-x: hidden; 
float:left;
}
.child{
width:1000px;
float:left;
font-size:15px;
font-family:arial;
padding:10px;
cursor: pointer;
}
/*===scroll===*/


              
.centerIllustration, .centerVideo, .centerScroll {
position: relative;
margin-bottom: 20px;
width: 100%;
background-color: #F4F4F4;
}

.centerScroll {
background-color: #2046dd;
}





.centerIllustration img, .centerIllustration svg { 
width:80%;
margin-right: auto;
margin-left: auto;
display: block;
}

/*Overrride*/
#mindMap img, #wireFlow img {
width: 100%;
}




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

 
  .scrollingIllus {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }
  
  
  .scrollingIllus img {
  display: block;
  margin-top: 14px;
  margin-bottom: 10px;
  height: 500px;
  
user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;

  }
  

  .scrollingIllus.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }



.centerIllustration .caption, .centerVideo .caption, .centerScroll .caption {
 width: 170px;
  background-color: white;
  /* Center vertically and horizontally */
  position: absolute;
  top: 25px;
  right: -190px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
.centerIllustration .caption span, .centerVideo .caption span, .centerScroll .caption span {
display: block;
box-sizing: border-box;
width: 100%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 22px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 8px;
padding-right: 10px;
}

.centerIllustration .caption span strong, .centerVideo .caption span strong,  .centerScroll .caption span strong {
display: block;
font-weight: 700;
padding-bottom: 7px;
}


/* begin top caption */
.topCaption {
position:relative;
margin-right: 100px;
}

.topCaption div {
 width: 170px;
  background-color: white;
  /* Center vertically and horizontally */
  position: absolute;
  /*top: 320px;*/
  top: 400px;
  right: -190px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  z-index: 10;
}
.topCaption div span {
display: block;
box-sizing: border-box;
width: 100%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-style: italic;
font-weight: 300;
font-size: 18px;
line-height: 22px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 8px;
padding-right: 10px;
}

.topCaption div span strong {
display: block;
font-weight: 700;
padding-bottom: 7px;
}
/* end top caption */

#contentMargin {
max-width: 1450px;
margin-right: auto;
margin-left: auto;
}

.graphicMargin {
position: relative;
max-width: 1450px;
margin-right: auto;
margin-left: auto;
}


#projectInfo {
padding: 0;
margin-bottom: 50px;
text-align: center;
overflow: hidden;
}


#projectInfo ol {
box-sizing: border-box;
display: flex;
list-style: none;
margin: 0;
padding: 0;
width: 50%;
float:left;
}

#projectInfo ol li {
box-sizing: border-box;
background-color: rgba(255,255,255,0.6);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
flex: 3;
padding-top: 15px;
padding-bottom: 18px;
margin: 0;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-right-style: none;

font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 400;
font-size: 22px;
}


#projectInfo ol li.active {
background-color: rgba(255,255,255,0.80);
font-style: italic;
}



#projectInfo ol li:hover {
background-color: rgba(255,255,255,0.88);
cursor: pointer;
}


#projectInfo ol .piSelected, #projectInfo ol .piSelected:hover {
background-color: rgba(209,255,0,0.83);
}



#projectInfo ol:first-child li:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}


#projectInfo ol:last-child li:last-child {
border-right: 1px solid black;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}



/*
#projectInfo img {
width: 50px;
vertical-align: middle;
padding-top: 6px;
padding-bottom: 6px;
}
*/

#projectInfoContainer {
position: relative;
top: 20px;
}

#projectInfoContainer.sticky {
  position: fixed;
  max-width: 1028px;
  width: calc(100% - 452px);
  top: 52px;
  z-index: 10;
  padding-bottom: 0;
  transition: all 0.5s ease-out;
}

#projectInfoContainer.sticky #projectInfo ol li {
padding-bottom: 15px;
  transition: all 0.5s ease-out;
}

#projectInfoContainer.sticky #topGraphic, #projectInfoContainer.sticky #topGraphic2, #projectInfoContainer.sticky #topGraphic2b {
opacity: 0 ;
  transition: all 0.5s ease-out;
}

#projectInfoContainer.sticky #projectInfo ol {
}

#projectInfoContainer.sticky #projectInfo {
margin-bottom: 0;
  transition: all 0.5s ease-out;
}

#projectFor {
display: inline-block;
margin-left: 60px;
padding-left: 60px;
padding-right: 60px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: black;
border-left-style: solid;
border-left-width: 1px;
border-left-color: black;
}

#projectLabel {
height: 100%;
display: inline-block;
}


.leftWrpr {
margin-left: 110px;
}

.rightWrpr {
margin-right: 110px;
}



#topGraphic3 {
position: absolute;
top: 180px;
background-color: blue;
width: 100%;
}

#topGraphic3 img {
position: absolute;
right: -18%;
display: block;
width: 30%;
}


#storyTopLayer {
position: relative;
top: 0;
left: 0;
/*padding-right: 110px;
padding-left: 110px;*/
padding-top: 0;
padding-bottom: 0;
border: solid;
border-width: 1px;
border-color: black;
background-color: hsla(0,0%,100%,0.76);
}

#storyTopLayer p {
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-size: 23px;
line-height: 32px;
margin-top: 0;
margin-bottom: 20px;
}

#storyTopLayer p a {
color: black;
text-decoration-thickness: 3px;
text-decoration-color: hsla(0,0%,86%,1.00);
}

#storyTopLayer p a:hover {
text-decoration-color: hsla(46,100%,68%,1.00);
}


#story #storyTopLayer #storyHead h2 {
display: block;
width: 53%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 700;
box-sizing: border-box;
position: relative;
font-size: 35px;
padding-top: 20px;
margin-top: 0;
padding-left: 110px;
color: white;
padding-bottom: 0;
margin-bottom: 0;
}

#story #storyTopLayer #storyHead h3 {
display: block;
width: 53%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-style: normal;
box-sizing: border-box;
position: relative;
font-size: 20px;
line-height: 24px;
padding-top: 0;
margin-top: 0;
padding-left: 110px;
color: white;
margin-bottom: 12px;
}

#hArea {
min-height: 340px;
}



#topGraphic2 {
display: block;
position: absolute;
left: -35%;
width: 60%;
bottom: -30px;
animation: loginScreenDrop 2s 1 linear backwards;                    

}


@keyframes loginScreenDrop {
    0%  {  transform: translateY(-300px);
           opacity: 0;}
    15% { opacity: .9;}
    40% { transform: translateY(25px);}
    55% { transform: translateY(-20px);
          opacity: .9;}
    70% { transform: translateY(10px);}
    85% { transform: translateY(-3px);}
    100% { transform: translateY(0px);
           opacity: 1;}
}


#topGraphic2b {
display: block;
position: absolute;
left: 28%;
width: 35%;
bottom: 20px;
animation: homeScreenDrop 2.5s 1 linear backwards;                    

}


@keyframes homeScreenDrop {
    0%  {  transform: translateY(-300px);
           opacity: 0;}
    15% { opacity: .9;}
    40% { transform: translateY(20px);}
    55% { transform: translateY(-20px);
          opacity: .9;}
    70% { transform: translateY(10px);}
    85% { transform: translateY(-3px);}
    100% { transform: translateY(0px);
           opacity: 1;}
}


#topGraphic {
/*Default Style*/
position: absolute;
display: block;
width: 55%;
/*top: -470px;*/
bottom: 20%;
right: -210px;

animation: logoDrop 1.5s 1 linear backwards;                    

}


@keyframes logoDrop {
    0%  {  transform: translateY(-300px);
           opacity: 0;}
    15% { opacity: .9;}
    40% { transform: translateY(20px);}
    55% { transform: translateY(-20px);
          opacity: .9;}
    70% { transform: translateY(10px);}
    85% { transform: translateY(-3px);}
    100% { transform: translateY(0px);
           opacity: 1;}
}




.right {
float: right;
}
.container {
position: relative;
}

.callout {
background-color: white;
border-style: solid;
border-width: 1px;
border-color: black;
width: 250px;
position:absolute;
right:-175px;
}



#content h1 {
box-sizing: content-box;
padding-right: 100px;
padding-left: 100px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 700;
font-size: 64px;
line-height: 60px;
max-width: 1250px;
margin-right: auto;
margin-left: auto;
margin-bottom: 4px;
margin-top: 20px;
color: white;  
text-transform: uppercase;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}


#backgroundLayer {
  background-color:#484848;

}


#footer {
  color:#898989;
  }
  
  


#story {
box-sizing: border-box;
background-color: white;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 100px;
margin-left: 100px;
}



@media screen and (max-width:1420px) {

#projectInfo ol li {
font-size: 18px;
}

}/*End Max Width 1420*/



@media screen and (max-width: 1200px) {

#projectInfo ol li {
font-size: 15px;
}

#topGraphic3 {
top: 290px;
}

#topGraphic3 img {
position: absolute;
right: -11%;
display: block;
width: 20%;
}
}


@media screen and (max-width: 1165px) {

#story #storyTopLayer #storyHead h2, #story #storyTopLayer #storyHead h3 {
width: 70%;
}

#content h1 {
font-size: 58px;
line-height: 58px;
}


#projectFor {
border-left-style: none;
padding-left: 0px;
margin-left: 0px;
}
#projectLabel {
display: none;
}

#topGraphic {
bottom: 45px;
right: -160px;
/*width: 78%;*/
}

/*#topGraphic2 {
bottom: -20px;
left: -45%;
}*/

.centerIllustration img, .centerIllustration svg {
width:100%;
}





}


@media screen and (max-width: 1000px) {

  .scrollingIllus img {
  height: 350px;
  }

#hRole, #hFor {
font-size: 14px;
padding-left: 52px;

}

#hRole svg {
width: 30px;
height:30px;
}



#story #storyTopLayer #storyHead h2, #story #storyTopLayer #storyHead h3 {
padding-left: 52px;
width: 60%;
}

#content h1 {
font-size: 50px;
line-height: 50px;
}



#projectInfoContainer.sticky {
  width: calc(100% - 332px);
}


.leftWrpr {
margin-left: 50px;
}

.rightWrpr {
margin-right: 50px;
}

#story h2 {
padding-left: 50px;
}





.centerIllustration .caption, .centerVideo .caption, .centerScroll .caption  {
width: auto;
background-color: #F4F4F4;
position: static;
border-style: none;
font-style: italic;
}
.centerIllustration .caption span, .centerVideo .caption span, .centerScroll .caption span {
padding-bottom: 16px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
margin-top: 0;
padding-top: 16px;
}

.centerIllustration .caption span strong, .centerVideo .caption span strong, .centerScroll .caption span strong {
font-style: normal;
display: inline-block;
margin-top: 0;
padding-top: 0;
padding-right: 5px;
padding-bottom: 0;
padding-left: 0;
}

.centerIllustration .caption span strong::after, .centerVideo .caption span strong::after, .centerScroll .caption span strong::after { 
  content: ":  ";
}




/*.codeVersion .caption {
display: none;
}*/

}


@media screen and (max-width: 900px) {
#story {
margin-right: 10px;
margin-left: 10px;
}


#projectInfoContainer.sticky {
  width: calc(100% - 152px);
}


#topGraphic {
bottom: 110px;
right: -12%;
width: 45%;
}



#topGraphic2 {
width: 35%;
left: -12%;
bottom: 45px;
}



#topGraphic2b {
left: 25%;
width: 41%;
bottom: 30px;
}




#content h1 {
padding-right: 10px;
padding-left: 10px;
font-size: 50px;
line-height: 40px;
}


#story #storyTopLayer #storyHead h2, #story #storyTopLayer #storyHead h3 {
padding-left: 52px;
width: 65%;
}


}


@media screen and (max-width: 800px) {


.rightIllustration {
float: none;
width: 100%;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-top:10px;
}






#projectInfo ol li {
padding-top: 11px;
padding-bottom: 14px;
}


#story #storyTopLayer #storyHead h2 {
font-size: 30px;
line-height: 32px;
}

#story #storyTopLayer #storyHead h3 {
font-size: 20px;
line-height: 22px;
}


}

@media screen and (max-width: 700px) {

#hRole, #hFor {
padding-left: 22px;
}


#topGraphic3 {
display: none;
}

.leftWrpr {
margin-left: 20px;
}

.rightWrpr {
margin-right: 20px;
}

#projectInfoContainer.sticky {
  width: calc(100% - 92px);
}




#story #storyTopLayer #storyHead h2, #story #storyTopLayer #storyHead h3  {
padding-left: 22px;
}






#content h1 {
font-size: 45px;
line-height: 35px;
}

}


@media screen and (max-width: 675px) {

  .scrollingIllus img {
  height: 275px;
  }


.deviceScreens {
display: block;
padding-top: 14px;
max-height: none;
}

.deviceScreens video {
display: block;
max-width: 90%;
max-height: 450px;
margin-right: auto;
margin-left: auto;

}


}


@media screen and (max-width: 650px) {
section {
padding: 60px 0 0 0;
}


#topGraphic {
display: none;
/*position: static;
margin-right: auto;
margin-left: auto;*/
}

#projectInfoContainer.sticky {
position: relative;
width: auto;
max-width: unset;
}

#projectInfoContainer, #projectInfoContainer.sticky {
padding-top: 0;
margin-top: 0;
top: 40px;
}




#topGraphic2b {
display: none;
}

#storyTopLayer section .firstHeading {
margin-top: 50px;
}



#projectInfo ol li:hover {
background-color: rgba(255,255,255,0.95);
}


#projectInfo ol {
width: auto;
float:none;
}

#projectInfo ol li {
padding-top: 9px;
padding-bottom: 11px;
background-color: rgba(255,255,255,0.8);
}

#projectInfo ol:first-child li:first-child {
border-top-left-radius: 10;
border-bottom-left-radius: 0px;
}

#projectInfo ol:last-child li:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 10px;
}


#projectInfo ol:first-child li:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 0px;
border-right: 1px solid black;

}

#projectInfo ol:last-child li:last-child {
border-top-right-radius: 0px;
border-bottom-right-radius: 10px;
}


#projectInfo ol:first-child li {
border-bottom-style: none;
}



#projectInfoContainer.sticky #topGraphic2 {
opacity: 1;
}




#topGraphic2,  #projectInfoContainer.sticky #topGraphic2 {
width: 150%;
margin-top: -55px;
position: static;
margin-left: -18%;
}

#hArea {
min-height: auto;
}

#storyHead {
  min-height: auto;
  }

#story #storyTopLayer #storyHead h2, #story #storyTopLayer #storyHead h3 {
width: auto;
text-align: center;
padding-right: 20px;
padding-left: 20px;
}

#hRole, #hFor {
font-size: 15px;
padding-left: 20px;
padding-right: 20px;
margin-left:0;
text-transform: uppercase;
text-align: center;
width: auto;
}


#hRole {
justify-content: center;
width: auto;
margin: 0;
padding-top: 6px;
}



/*#hRole {
display: flex;
align-items: center;
}*/



#content h1 {
text-align: center;
}

#projectInfo{
margin-top: -30px;
margin-bottom: 9px;}
}

@media screen and (max-width: 580px) {
#storyTopLayer p {
font-size: 20px;
line-height: 29px;
}


#story h2 {
font-size: 24px;
line-height: 25px;
}
#content h1 {
font-size: 30px;
line-height: 30px;
margin-bottom: 4px;
padding-right: 10px;
padding-left: 10px;
margin-top: 12px;
margin-right:0;
margin-left:0;
}




#projectFor {
display: none;
}
#projectRole {
margin-left: 0;
}

.leftWrpr {
margin-left: 10px;
}

.rightWrpr {
margin-right: 10px;
}

#story h2 {
padding-left: 10px;
}
}


@media screen and (max-width: 500px) {
#story {
margin-right: 2px;
margin-left: 2px;
}

#content  {
  padding-right: 5px;
  padding-left: 5px;
  }

}

