/*--------------------------- Sam's Club Case Study ------------------------*/



/* Brand Colors

blue   #008ad5
dark   #005194
green  #519136

*/

.title_section {
  margin: 0 auto;
  width: 100%;
  background-color: #005194;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 25px;
  background-image: linear-gradient(to right, rgba(0,81,148,0) 2%,rgba(0,81,148,0.01) 1%,rgba(0,81,148,0.48) 40%,rgba(0,81,148,0.75) 62%,rgba(0,81,148,0.75) 100%), url(/hubfs/samsclub/sams-location-3.jpg), url(/hubfs/samsclub/sams-location-4.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right, top left, right;
  background-size: auto 120%, auto 115%, auto 115%;
  background: -moz-linear-gradient(left, rgba(0,81,148,,0) 2%, rgba(0,81,148,0.01) 1%, rgba(0,81,148,0.48) 40%, rgba(0,81,148,0.75) 62%, rgba(0,81,148,0.75) 100%), -webkit-linear-gradient(left, rgba(0,81,148,,0) 2%, rgba(0,81,148,0.01) 1%, rgba(0,81,148,0.48) 40%, rgba(0,81,148,0.75) 62%,rgba(0,81,148,0.75) 100%), linear-gradient(to right, rgba(0,81,148,,0) 2%, rgba(0,81,148,0.01) 1%,rgba(0,81,148,0.48) 40%,rgba(0,81,148,0.75) 62%,rgba(0,81,148,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f58220', endColorstr='#bff58220',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width: 1500px) {
  .title_section {
    background-image: linear-gradient(to right, rgba(0,81,148,0.3) 0%, rgba(0,81,148,0.75) 38%,rgba(0,81,148,1) 50%,rgba(0,81,148,1) 67%,rgba(0,81,148,0.5) 100%), url(/hubfs/samsclub/sams-location-3.jpg), url(/hubfs/samsclub/sams-location-4.jpg);
    background: -moz-linear-gradient(left, rgba(0,81,148,0.3) 0%, rgba(0,81,148,0.75) 38%, rgba(0,81,148,1) 50%, rgba(0,81,148,1) 67%, rgba(0,81,148,0.5) 100%), -webkit-linear-gradient(left, rgba(0, 81,148,0.3) 0%, rgba(0, 81,148,0.75) 38%, rgba(0, 81,148,1) 50%, rgba(0, 81,148,1) 67%, rgba(0, 81,148,0.5) 100%), linear-gradient(to right, rgba(0, 81,148,0.3) 0%, rgba(0,81,148,0.75) 38%, rgba(0,81,148,1) 50%,rgba(0,81,148,1) 67%, rgba(0,81,148,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005194', endColorstr='#005194',GradientType=1 ); /* IE6-9 */
  }
}

@media screen and (max-width: 1200px) {
  .title_section {
    background-image: linear-gradient(to right, rgba(0,81,148,0.3) 0%,rgba(0,81,148,0.75) 42%,rgba(0,81,148,1) 65%,rgba(0,81,148,1) 100%), url(/hubfs/samsclub/sams-location-3.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: right, top left;
    background-size: auto 120%, auto 115%;
    background: -moz-linear-gradient(left, rgba(0,81,148,0.3) 0%, rgba(0,81,148,0.75) 38%, rgba(0,81,148,1) 50%, rgba(0,81,148,1) 67%, rgba(0,81,148,0.5) 100%), -webkit-linear-gradient(left,  rgba(0,81,148,0.3) 0%, rgba(0,81,148,0.75) 38%, rgba(0,81,148,1) 50%, rgba(0,81,148,1) 67%, rgba(0,81,148,0.5) 100%), linear-gradient(to right, rgba(0,81,148,0.3) 0%, rgba(0,81,148,0.75) 42%,  rgba(0,81,148,1) 65%,rgba(0,81,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df58220', endColorstr='#f58220',GradientType=1 ); /* IE6-9 */
  }
}

@media screen and (max-width: 850px) {
  .title_section {
    background-image: linear-gradient(to right, rgba(0,81,148,0.75) 0%, rgba(0,81,148,0.75) 100%), url(/hubfs/samsclub/sams-location-3.jpg);
    background-position: right, top center;
    background: -moz-linear-gradient(left, rgba(0,81,148,0.75) 0%, rgba(0,81,148,0.75) 100%), -webkit-linear-gradient(left, rgba(0,81,148,0.75) 0%, rgba(0,81,148,0.75) 100%), linear-gradient(to right,  rgba(0,81,148,0.75) 0%, rgba(0,81,148,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff58220', endColorstr='#bff58220',GradientType=1 ); /* IE6-9 */
  }
}

.title_section h1 {
  font-size: 6em;
  font-weight: 200;
  margin-bottom: 10px;
  color: #ffffff;
}

@media screen and (max-width: 595px) {
  .title_section h1 {
    font-size: 3.2em;
  }
}

.title_section h2 {
  margin-top: 12px;
  color: #ffffff;
}

@media screen and (max-width: 560px) {
  .title_section h2 {
    font-size: 1.4em;
  }
}

.title_section hr {
  noshade: noshade;
  margin: 3em auto;
  height: 4px;
  background-color: #fff;
  border-color: #fff;
  border: 0;
}

.title_section p {
  margin: 2em auto;
}

.title_section .largequote {
  font-weight: 800;
  position: absolute;
  font-size: 12em;
  margin-top: -140px;
  margin-left: -24px;
  opacity: 0.1;
}

.title_section .mainquote {
  font-size: 1.2em;
}

.title_content {
  max-width: 970px;
  margin: 0 auto;
}

.grey_section {
  background-color: #f2f2f2;
}

.chart_section {
  background: #f2f2f2 url(/hubfs/samsclub/pe.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.dark_section p,
.dark_section h3 {
  color: #ffffff;
}

.dark_section {
  background-color: #555555;
  color: #fff;
}

.green_section {
  background-color: #7cc000;
  color: #fff;
}
.green_section h3 {
  color: #ffffff;
}

.blue_section {
  color: #fff;
  background-color: #005194;
}

.blue_section h3 {
  color: #fff; 
}

.grey_section h1,
.grey_section h2,
.grey_section h3,
.blue_section h1,
.blue_section h2,
.blue_section h3,
.chart_section h3,
.success-bg h3 {
  margin-top: 0;
}
.success-bg h3 {
   color: #fff;  
}

.body_content {
  max-width: 970px;
  margin: 0 auto;
  padding: 55px 15px 55px 15px;
}

.body_content img {
  min-width: 320px;
  display: block;
  margin: 15px auto;
}

@media screen and (max-width: 500px) {
  .body_content img {
    width: 100%;
  }
}

.body_content iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 970px) {
  .body_content iframe {
    width: 640px;
    height: 360px;
  }
}

.body_content .list1 {
  font-size: 2em;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 970px) {
  .body_content .list1 {
    font-size: 1.2em;
    line-height: normal;
  }
}

/* New */

.body_content {
  margin: 3em 0;
  padding-top: 2em !important;
  padding-bottom: 1em !important;
}

.container-fluid {
  border-bottom: 0px solid #ddd;
  overflow-x: hidden;
}

h3:first-child, h4:first-child {
  margin-top: 0 !important;
}

h4 {
  margin-top: 2em;
}

.image {
  font-size: 13px;
  color: #777;
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  border: #ddd;
  margin: 3em auto;
  padding: 80px;
  border: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}

.no-margin {
  margin-bottom: 0 !important;
}

.project-container {
  padding-bottom: 0 !important;
}
.presenting {
  background-image: url('https://www.bitovi.com/hubfs/samsclub/presenting-1.jpg'), url('https://www.bitovi.com/hubfs/samsclub/presenting-2.jpg');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right, top left, top;
  background-size: auto 100%, auto 150%;
  background-color: #266aa2;
  color: #fff;
  height: 350px;
  margin: 0 0 2em 0;
  background: linear-gradient(to left, rgba(0,81,148,,0) 2%, rgba(0,81,148,0.01) 1%,rgba(0,81,148,0.48) 40%,rgba(0,81,148,0.75) 62%,rgba(0,81,148,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f58220', endColorstr='#bff58220',GradientType=1 ); /* IE6-9 */
}
.sams-phases {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.ux-improvements {
    background: -moz-linear-gradient(top,  rgba(238,238,238,0) 0%, rgba(238,238,238,.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(238,238,238,.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(238,238,238,0) 0%,rgba(238,238,238,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1200px) {
  .presenting {
    background-color: #266aa2;
    background-image: url('https://www.bitovi.com/hubfs/samsclub/presenting-2.jpg');
    background-position: top left;
    background-size: auto 150%;
    height: 350px;
    background: linear-gradient(to left, rgba(0,81,148,,0) 2%, rgba(0,81,148,0.01) 1%,rgba(0,81,148,0.48) 40%,rgba(0,81,148,0.75) 62%,rgba(0,81,148,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f58220', endColorstr='#bff58220',GradientType=1 ); /* IE6-9 */
  }
}
@media screen and (max-width: 850px) {
  .presenting {
    background-color: #266aa2;
    background-image: url('https://www.bitovi.com/hubfs/samsclub/presenting-2.jpg');
    background-position: top left;
    background-size: auto 150%;
    height: 250px;
    background: linear-gradient(to left, rgba(0,81,148,,0) 2%, rgba(0,81,148,0.01) 1%,rgba(0,81,148,0.48) 40%,rgba(0,81,148,0.75) 62%,rgba(0,81,148,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f58220', endColorstr='#bff58220',GradientType=1 ); /* IE6-9 */
  }
}

.horizontal-scroll-wrapper {
  background-image: url('https://www.bitovi.com/hubfs/samsclub/different-phases.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 1600px;
  height: 300px;
  background-size: 1600px;
  overflow: scroll;
}

.wrap-contact-form {
  background: -moz-linear-gradient(bottom,  rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 ); /* IE6-9 */
}

.success-bg {
  background: #005194 url('https://www.bitovi.com/hubfs/samsclub/code-bg.jpg') no-repeat;
  background-position: top left;
  transition: background-position 6s ease-in-out;
  color: #fff;
}

.slow-up {
  background-position: bottom left;
}

/*-- Animation/Image Customizations --*/
.custom-timeline-wrapper {
    height: 30vh;
    min-height: 240px; /* matches banner min-height */
    overflow: hidden;
}
.custom-timeline-banner {
    height: 180%;
    position: relative;
	top: -60%;
}

.performance-wrapper {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.performance-wrapper .performance-stage {
  display: inline-block;
  width: 16%;
  min-width: 0;
  opacity: 0;
  margin: 0 10px 0 0;
  transition: opacity .8s ease;
}
.performance-wrapper .performance-stage:last-of-type {
    margin-right: 0;
}
.performance-wrapper .performance-timeline {
  display: block;
  width: 95%;
  position: absolute;
  bottom: 48%;
  margin: 0;
  min-width: 0;
}

.performance-stage.fade-in {
  transition: opacity .8s ease;
  opacity: 1;
}
.fade-in.two {
  transition-delay: .6s;
}
.fade-in.three {
  transition-delay: 1.3s;
}
.fade-in.four {
  transition-delay: 2.2s;
}
.fade-in.five {
  transition-delay: 3.1s;
}

.resolution-images-wrapper {
    position: relative;
    width: 100%;
    margin: 30px 0 0;
    padding-top: 60%; /*locking a responsive height*/
}
.resolution-images-wrapper > * {
  transform: translate3d(100vw, 0, 0);
}
.resolution-images-wrapper .resolution-images {
    display: inline-block;
    position: absolute;
    height: auto;
    min-width: 0;
}
.resolution-images.desktop {
    width: 75%;
    bottom: 20px;
}
.resolution-images.tablet {
    width: 30%;
    margin-left: 60%;
    bottom: 10px;
}
.resolution-images.mobile {
    width: 12%;
    margin-left: 85%;
    bottom: 0;
}
.slide-in {
  animation: ease-in-out slideIn 1.5s; /*cubic-bezier(0.175, 0.885, 0.600, 1.140)*/
  animation-fill-mode: forwards;
}
.slide-in.tablet {
  animation-delay: .2s;
}
.slide-in.mobile {
  animation-delay: .4s;
}

@keyframes slideIn {
  0% {
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

#agile-flow {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  overflow-x: scroll;
  width: 95%;
}
#agile-flow .box{
  opacity: 0;
  transition: all .75s ease-in-out;
}
#agile-flow .box.box-fade{
    opacity: 1;
    transition-timing-function: ease;
}
#agile-flow .box.box-fade.design-01{
    transition-delay: .3s;
}
#agile-flow .box.box-fade.design-02{
    transition-delay: .6s;
}
#agile-flow .box.box-fade.design-03, #agile-flow .box.box-fade.dev-01{
    transition-delay: .9s;
}
#agile-flow .box.box-fade.design-04, #agile-flow .box.box-fade.dev-02{
    transition-delay: 1.2s;
}
#agile-flow .box.box-fade.design-05, #agile-flow .box.box-fade.dev-03{
    transition-delay: 1.5s;
}
#agile-flow .box.box-fade.design-06, #agile-flow .box.box-fade.dev-04{
    transition-delay: 1.8s;
}
#agile-flow .box.box-fade.design-07, #agile-flow .box.box-fade.dev-05{
    transition-delay: 2.1s;
}
#agile-flow .box.box-fade.design-08, #agile-flow .box.box-fade.dev-06{
    transition-delay: 2.4s;
}
#agile-flow .box.box-fade.design-09, #agile-flow .box.box-fade.dev-07{
    transition-delay: 2.7s;
}
#agile-flow .box.box-fade.dev-08{
    transition-delay: 2.7s;
}
#agile-flow .box.box-fade.dev-09{
    transition-delay: 3.0s;
}
#agile-flow .box.box-fade.dev-10{
    transition-delay: 3.3s;
}
@media screen and (max-width: 850px) {
    #agile-flow {
        margin-left: 10px;
        margin-right: 10px;
    }
    .scroll-wrapper {
        width: 1000px;
    }
}
.scroll-wrapper {
    min-width: 1000px;
    max-width: 1680px;
    margin: 0 auto;
}
#agile-boxes {
    min-width: 1000px;
    max-width: 1680px;
  position: absolute;
  top: 0;
}


.sams-apps-wrapper {
    position: relative;
    width: 100%;
    padding-top: 55%; /*locking a responsive height*/
    overflow: hidden;
}
.white-fade {
    background-image: linear-gradient(to top, white 40%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    height: 80px;
    width: 100%;
    z-index: 100;
    margin-top: -80px;
}
.sams-apps-wrapper .old-app {
  display: inline-block;
  position: absolute;
  height: auto;
  min-width: 0;
  bottom: -100%;
}
.old-app.desktop {
    width: 75%;
}
.old-app.ipad {
    width: 45%;
    margin-left: 37%;
}
.old-app.samsung {
    width: 23%;
    margin-left: 21%;
}
.old-app.iphone {
    width: 19%;
    margin-left: 67%;
}
.slide-up {
  animation: ease-in-out slideUp 1.2s; /*cubic-bezier(0.175, 0.885, 0.650, 1.110)*/
  animation-fill-mode: forwards;
}
.slide-up.ipad {
  animation-delay: .2s;
}
.slide-up.samsung {
  animation-delay: .4s;
}
.slide-up.iphone {
  animation-delay: .5s;
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 100vw, 0);
    bottom: -100%;
  }
  100% {
    transform: translate3d(0, 25px, 0);
    bottom: 0;
  }
}

.user-testing-wrapper {
    width: 100%;
    height: 170px;
    position: relative;
    padding-top: 1%;
}
.user-testing-wrapper ul {
  position: absolute;
  padding: 0;
  width: 800%;
  margin: 0;
  font-size: 0;
}
.user-testing-wrapper li {
    list-style-type: none;
    display: inline-block;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}
.user-testing-wrapper li:first-of-type {
    border-left: 8px solid black;
}
.user-testing-wrapper li:last-of-type {
    border-right: 8px solid black;
}
.user-testing-wrapper img {
    width: 150px;
    min-width: 0;
    margin: 0;
    display: inline-block;
    border-right: 6px solid black;
}


.open-sign {
    transform: rotate3d(1, 0, 1, -6deg);
    transform-origin: center top;
}
.open-sign.swing {
  animation: infinite cubic-bezier(0.535, -0.030, 0.445, 1.035) signSwing alternate 3s;
  animation-fill-mode: both;
}
@keyframes signSwing {
  0% {
    transform:  rotate3d(1, 0, 1, -6deg);
  }
  100% {
    transform: rotate3d(1, 0, 1, 6deg);
  }
}


.bug-repair-wrapper {
  width:100%;
  max-height: 633px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.bug-repair-wrapper .bug-convo {
  max-width: 580px;
  display: block;
  opacity: .2;
  margin-top: 100%;
  margin-bottom: 0;
  transition: margin 1s ease-in-out, opacity .5s linear;
}
.bug-convo.add-up {
  margin-top: 0;
  opacity: 1;
  transition: margin 1s ease-in-out, opacity .5s linear;
}
.add-up.two {
  transition-delay: .4s;
}
.add-up.three {
  transition-delay: .8s;
}
.add-up.four {
  transition-delay: 1.2s;
}
.add-up.five {
  transition-delay: 1.6s;
}
.add-up.six {
  transition-delay: 2s;
}

.smart-search-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 32%;
  margin-bottom: 20px;
}

.smart-search-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 10vw;
}

