/*Body and Font Stuff*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  font-family: "Muli", sans-serif;
  background-color: #f9fcff;
  color: #222e37;
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
}
.content {
  max-width: 1024px;
  width: 75%;
  margin: auto;
  display: block;
}
.case-study-preview {
  margin-left: 100px;
  width: 800px;
}
img.responsive {
  max-width: 100%;
}
img.absolute {
  position: absolute;
}
img.relative {
  position: relative;
  max-width: 100%;
}
img.case-study-height {
  min-height: 400px;
  max-height: 400px;
}
.details {
  display: inline-block;
  display: none;
}
.quarter-col {
  width: 24%;
  display: inline-block;
  position: relative;
  margin: auto;
  line-height: normal;
}
.half-col {
  width: 48%;
  display: inline-block;
  position: relative;
  margin: auto;
  line-height: normal;
}
.third-col {
  width: 72%;
  display: inline-block;
  position: relative;
  margin: auto;
  line-height: normal;
  padding: 20px;
}

.third-dark{
  width: 32%;
  display: inline-block;
  position: relative;
  margin-right:10px;
  line-height: normal;
  color:#ffffff;
padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	padding-right: 10px;
}

.third-dark:after {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-top: 3px solid #2d87c0;
}


.third-light{
  width: 32%;
  display: inline-block;
  position: relative;
  margin-right:10px;
  line-height: normal;
padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.third-light:after {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-top: 3px solid #2d87c0;
}

.full-col{
	width:100%;
	display: inline-block;
  position: relative;
  margin: auto;
  line-height: normal;
	text-align: center;
}
.role{
	margin-top: -42px;
}
/*Narrow*/
.quarter-col-narrow {
  width: 10%;
  display: inline-block;
  position: relative;
  margin: auto;
  margin-left: 5px;
  line-height: normal;
}
.third-col-narrow {
  width: 85%;
  display: inline-block;
  position: relative;
  margin: auto;
  line-height: normal;
}
.v-middle {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
  vertical-align: text-top;
}
ul.no-bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
li.check {
background: url('../images/check.svg') no-repeat left top 16px;

padding-left: 36px;
padding-top: 8px;
font-size: 18px;
line-height: 32px;
font-weight: 600;
}

.preview-text {
  position: relative;
}
.preview-text::before {
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.preview-text p {
  display: inline-block;
  vertical-align: middle;
}
.clrflt {
  float: none;
  clear: both;
}
p {
  font-size: 18px;
  line-height: 32px;
}
a {
  color: #727272;
}
a:hover {
  transition: 0.6s ease-in-out;
}
a.link {
  color: #ef6767;
  text-decoration: none;
  width: 75%;
}
a.link:hover {
  color: #011a21;
  text-decoration: underline;
}
h1, h2, h3, h4, p {
  margin: 4px 0px;
  padding: 4px 0px;
}
h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #222e37;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
h1:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #2d87c0;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
}
h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

p.large {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  margin: 8px 0px;
  color: #222e37;
}
p.med {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
p {
  font-size: 16px;
  line-height: 28px;
}
.caption {
  width: 49%;
  padding-left: 20px;
  border-left: 1px solid #dadada;
  margin: 52px auto;
}
.caption p {
  color: #ef6767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
#moreProcessBtn {
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 8px;
  border: 2px solid #2d87c0;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #2d87c0;
}
#moreProcessBtn:hover {
  background-color: #65B9EF;
  color: #ffffff;
  border: 2px solid #65B9EF;
}
#collapseText {
  /*background-color: #eff7fd;
  color: #2d87c0;
  margin-left: -200px;
  margin-right: -200px;*/
}

.padding-top-bottom{
	padding-top:20px;
	padding-bottom: 20px;
}
.padding-left{
	padding-left: 16px;
}

.no-padding{
	padding:0px !important;
}

.margin-top-bottom{
	margin-top:20px;
	margin-bottom: 20px;
}



a.button {
  text-align: center;
  padding: 10px 8px;
  border: 2px solid #2d87c0;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #2d87c0;
  border-radius: 5px;
}
a.button:hover {
  background-color: #65B9EF;
  color: #ffffff;
  border: 2px solid #65B9EF;
}
/*Header*/

.header {
  position: relative;
  color: #222e37;
}
.title {
  width: 19%;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding-top: 32px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #222e37;
}
.title a {
  color: #222e37;
}
.title a:hover {
  color: #011a21;
  opacity: 1;
}

.footer-title a{
	font-size: 20px;
	font-weight: 700;
	color: #222e37;

}
.about-text {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: left;
  color: #011a21;
  position: relative;
  display: inline-block;
}
.page-title{
	margin-bottom: 80px;
}
.nav {
  width: 79%;
  display: inline-block;
  position: relative;
  text-align: right;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.header a, .nav ul a {
  color: #222e37;
  text-decoration: none;
}
.nav ul a {
  opacity: 0.5;
}
.nav ul a.active {
  opacity: 1;
  font-weight: 600;
}
.nav ul a:hover {
  opacity: 1;
}
.nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 8px;
  font-size: 16px;
}
.about-text a {
  text-decoration: none;
  font-weight: 400;
  color: #000d12;
}
.about-text a:hover {
  color: #ffffff;
}
.more a {
  text-decoration: none;
  color: #ffffff;
}

.brief{
	padding-top: 40px;
}



/*new sub-nav*/

.sub-nav {
  width: 100%;
  position: absolute;
}
.sub-title {
  width: 30%;
  text-align: left;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.menu {
  width: 180px;
	padding-top:100px;
	
}
.menu nav {
  width: 100%;
  text-align: left;
  position: relative;
  display: block;
}
.menu ul li {
  list-style: none;
  display: block;
	height: 30px;
}
.menu ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0px 6px;
	color: #2D87C0;
}


.nav-active {
	text-decoration: underline !important;
}



.off-canvas-icon {
  display: none;
  width: 8%;
  text-align: right;
  margin-top: 30px;
}
.off-canvas-icon:hover {
cursor: pointer;
}
	
.off-canvas-case-study{
	position:absolute !important;
	right: 0px;
	top: 0px;
	
	text-align: right;
	z-index: 1;
	}

.sidenav h4 {
  text-indent: 32px;
  margin: 5px 0px 0px 0px;
 
}
.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-left: 1px solid #cecece;
  overflow-x: hidden;
  padding-top: 30px;
  transition: 0.5s;
  box-shadow: -1px 1px 1px #cecece;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222e37;
  display: block;
  transition: 0.3s;
	opacity: 0.5;
}
.sidenav a:hover, .offcanvas a:focus {
  color: #ef6767;
	opacity: 1;

}
.sidenav a.active {
  text-align: right;
  margin: 10px 40px;
	font-weight: 700;
	opacity: 1;
	  color: #222e37;


}
.sidenav a.current {
   color: #222e37;
	opacity: 1;
	font-weight: 700;

}
.sidenav-info ul li a, .sidenav-info ul li {
  font-size: 14px;
  line-height: 36px;
  padding: 0px;
  list-style: none;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}
.spacer {
  height: 53px;
  display: block;
  position: relative;
}
.spacer-contact {
  height: 275px;
  display: block;
  position: relative;
}
/*Case Studies*/
#case-ota {
  background-color: #eff7fd;
  z-index: 10;
}
#case-hs {
  background-color: #163741;
  z-index: 9;
}

#case-hs2 {
  background-color: #163741;
  z-index: 9;
}
#case-ss {
  background-color: #ffffff;
  z-index: 8;
}
#case-wh {
  background-color: #2b365f;
  z-index: 8;
}
#case-ta {
  background-color: #ffffff;
  z-index: 7;
}
.cus-div {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.case-study-div {
  width: 100%;
  position: relative;
}
.cus-div:after, .case-study-div:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  bottom: 0;
  content: "";
}
#case-hs:after, #case-wh:after {
  transform-origin: left bottom;
  transform: skewY(-3deg);
}
#case-hs2:after, #case-wh:after {
  transform-origin: left bottom;
  transform: skewY(3deg);
}


#case-ota:after {
  transform-origin: left bottom;
  transform: skewY(3deg);
}

#case-ss:after, #case-ta:after {
  transform-origin: right bottom;
  transform: skewY(-3deg);
}

#case-ss .content{
	
	margin-top:120px;
	margin-bottom: 120px;
}


/*Solution Showcase Area*/

.solution{
	
	padding-bottom: 40px;
}

#solution-showcase {
  z-index: 7;
	padding-top: 40px;
	padding-bottom: 40px;
}
#solution-showcase:after {
  transform-origin: top right;
  transform: skewY(3deg);
}

.CaseStudyPreviewText {
  color: #ffffff;
}
.CaseStudyTitleDark {
  color: #65b9ef;
}
/*Case Study Pages*/
#case-wh .header a, #case-wh .header, #case-hs .header a, #case-hs .header, #case-hs2 .header a, #case-hs2 .header {
  color: #ffffff;
}
.timeline-circle-left {
  position: relative;
  margin-left: -33px;
  margin-top: -5px;
  padding-right: 10px;
}
.timeline-circle-right {
  position: relative;
  margin-right: -10%;
  margin-top: -5px;
  padding-left: 10px;
}
.line-right h2 {
  text-align: right;
}
.line-left {
  border-left: 3px solid #b1e1ff;
  height: auto;
  width: 100%;
}
.line-left-bottom {
  border-left: 3px solid #b1e1ff;
  border-bottom: 3px solid #b1e1ff;
  border-radius: 0px 20px;
  height: auto;
  min-height: 60px;
  width: 90%;
}
.line-left-top {
  border-left: 3px solid #b1e1ff;
  border-top: 3px solid #b1e1ff;
  border-radius: 20px 0px;
  margin-top: -3px;
  height: auto;
  min-height: 60px;
  width: 90%;
}
.line-right {
  border-right: 3px solid #b1e1ff;
  height: auto;
  margin-top: -3px;
  margin-left: 16px;
  width: 100%;
}
.line-right-bottom {
  border-right: 3px solid #b1e1ff;
  border-bottom: 3px solid #b1e1ff;
  border-radius: 20px 0px;
  height: auto;
  min-height: 60px;
  margin-top: -3px;
  margin-left: 16px;
  width: 100%;
}
.line-right-top {
  border-right: 3px solid #b1e1ff;
  border-top: 3px solid #b1e1ff;
  border-radius: 0px 20px;
  height: auto;
  min-height: 60px;
  margin-top: -3px;
  margin-left: 16px;
  width: 100%;
}
/*Footer and Contact*/
.contact {
  height: 650px;
}
.contact-info, .credits-info {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  position: relative;
}
.contact-info ul, .credits-info ul {
  list-style: none;
  line-height: 28px;
  text-indent: -40px;
}
.credits-info ul .me {
  text-decoration: underline;
}
.contact-info ul li a {
  text-decoration: underline;
  color: #000d12;
}
.contact-info ul li a:hover {
  color: #ef6767;
}
.footer {
  background-color: #f0f4f7;
  width: 100%;
  padding: 48px 0px;
}
.footer a {
  text-decoration: none;
}

.mySidenav h4{
	padding-left: 34px;
}

/*Card*/

.card{
	
background-color: #ffffff;
padding: 20px;
border-radius: 2px;
border: 1px solid #CFDCE6;
margin-right: 10px;
min-height: 300px;
display: inline-block;
}


/*Breakpoints keep in*/
@media screen and (max-width: 1024px) {
  .title {
    width: 29%;
  }
  .nav {
    width: 68%;
  }
	
	.third-dark, .third-light{
		margin-right: 5px;
	}
	
	.third-col, .half-col, .quarter-col{
		width: 100%;
	}
	
	.timeline-circle-right {
		margin-right: -4.5%;
	}
	
	.preview-text{
		margin-top: 48px;
		margin-bottom: 48px;
		width: 75%;
	}
	
	.case-study-preview {
  margin-left: 300px;
  width: 85%;
}
	.quarter-col-narrow{
		margin-left: 20px;
		width: 5%;
	}
	
	.sub-nav {
    display: none;
  }

	
}
@media screen and (max-width: 768px) {
  .title {
    width: 39%;
  }
  .nav {
    width: 58%;
  }
 
  .title {
    width: 80%;
  }
  .nav {
    display: none;
  }
  .off-canvas-icon {
    display: inline-block;
  }
  .about-text {
    width: 90%;
  }
  .content {
    width: 90%;
  }
  img.responsive, img.relative {
    min-height: inherit;
    max-height: inherit;
  }
  .phase {
    margin-bottom: 50px;
  }
  .sub-nav {
    display: none;
  }
  .home-page {
    display: block;
    background-image: none;
    border-right: 3px solid #ef6767;
    margin-top: -80px;
    width: 95%;
  }
  
  .case-studies, .contact, .phase, .hero {
    height: inherit;
  }
  
  .hero-copy {
    margin-top: 72px;
  }
 
  
  .caption {
    width: 90%;
  }
  .contact-info ul .light {
    display: none;
  }
  .footer .title, .footer .colophon {
    width: 90%;
    text-align: center;
    display: block;
  }
  .spacer-contact {
    height: 32px;
  }
  .research, .journey, .vision, .design, .brand {
    height: inherit;
  }
  .research h2, .journey h2, .vision h2, .design h2, .brand h2 {
    margin-top: 50px;
  }
  .text {
    padding: 16px 0px 16px 16px;
  }
  .home-page h1 {
    padding-top: 72px;
  }
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
 
  .details {
    display: none;
  }
  .reveal {
    display: block;
  }
  
	.third-col{
		padding-top: 20px;
		padding-left: 0px;
		padding-bottom: 20px;
		padding-right: 0px;

	}
	
	.preview-text{
		width: 90%;
	}
	.case-study-preview{
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}
	
	.cus-div{
		/*margin-top: 50px;
		margin-bottom: 50px;*/
	}
	.contact{
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.role{
		margin-top: 0px;
	}
	
	#case-ss .content{
	
	margin-top:50px;
	margin-bottom: 50px;
}
	
.timeline-circle-right, .timeline-circle-left {
  display: none;
}
.line-right h2 {
  text-align: left;
}
.line-left, .line-left-bottom, .line-left-top, .line-right, .line-right-bottom, .line-right-top {
	border: 0px;
	margin-left: 0px;
}
	
	.line-left-bottom, .line-left-top,.line-right-bottom, .line-right-top{
		display: none;
	}
	
	.third-dark, .third-light{
		width: 100%;
	}
	
	#moreProcessBtn{
		margin-left: 0px;
	}

	
}