body {
  background: #FC6261;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 13px;
}

/*"Source Sans Pro"*/

body,
html {
  height: 100%;
}

html.touch div#content-wrapper {
    min-width: 700px;
}
.scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 650px;
    width: 100%
}
.scrollContent {
    position: relative;
    /*height: 100%;*/
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4 {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: bold;
}

/* font-family: "Josefin Slab", serif;*/

h1 {
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

.noselect * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 100%;
  text-align: center;
}

#content-wrapper {
  height: 100%;
  min-height: 500px;
  width: 100%;
}

.scroll-magic-section {
  height: 100%;
}

#pin {
  overflow: hidden;
  width: 100%;
}

h3 {
  margin: -40px 0 0 0;
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  color: #FFFFFF;
}


/* arrows bounce */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px);
  }
}

.arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -5px;
  background-size: contain;
  z-index: 1000;
}

.bounce {
  -moz-animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
}

/* end arrows bounce */


#intro {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  background: #ffffff;
}

#intro h3.first {
  color: #414042;
    margin: -20% 0 0 0;
    position: absolute;
        top: 50%;
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    max-width: 560px;
}

#intro h3.second {
  color: #414042;
    margin: -20% 0 0 0;
    position: relative;
    top: 50%;
    font-size: 25px;
    line-height: 32px;
    text-align: right;
    max-width: 560px;
	float: right;
}

.pac {
vertical-align: middle;
text-align: center;
  margin: auto;
   -webkit-transform: translateX(210%);
      -ms-transform: translateX(210%);
          transform: translateX(210%);

}

#second-wipe {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  background: #FF6A6A;
}

#designthink {
  height: 100%;
  position: absolute;
  top: -200%;
  width: 100%;
  background: #bbbbbb;
}

.followup{
 width: 100%;
position: relative;
    display: inline-block;
    margin-top: -10%;
}

img.designthink {
  width: 100%;
    bottom: -52%;
    position: absolute;
}



#designthink h3.designthink {
  color: #414042;
    margin: -20% 0 0 0;
    position: relative;
    top: 50%;
    font-size: 25px;
    line-height: 32px;
    text-align: right;
    max-width: 560px;
	float: right;
}



#designthink h3.designthink2 {
  color: #414042;
    margin: -20% 0 0 0;
    position: absolute;
    top: 50%;
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    max-width: 100%;
	float: left;
}

.arrow:hover .tooltip {
    display:block;
}

.tooltip {
    display: none;
    color: white;
    bottom: -30px;
    left: -100%;;
    width: 85px;
    height: 30px;
    position: absolute;
    z-index: 1000;
	font-family: "Titillium Web", Arial, sans-serif;
    font-weight: bold;
	font-size: 11px;
}



#needs {
  height: 100%;
  position: absolute;
  top: -150%;
  width: 110%;
  background: #A7DEE2;
transform: rotate(-17deg);
-webkit-transform: rotate(-10deg) translate(-10%);
-moz-transform: rotate(-10deg) translate(-10%);
-o-transform: rotate(-10deg) translate(-10%);
-ms-transform: rotate(-10deg) translate(-10%);
}


#needs h3 {
  position: absolute;
  width: 100%;
  color: white;
}

#needs .followup {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: -.5%;
}

#slide-dos {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  background: tan;
}

#unpin {
  height: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #BABABA;
}

#or{
  height: 100%;
  position: absolute;
  top: -100%;
  width: 100%;
  background: #953543;
}

#orr{
  height: 100%;
  position: absolute;
  top: -100%;
  width: 100%;
  background: #3883d9;
  margin-top: 64px;
}

.waves{
   background-repeat: repeat-x;
    background-image:url("../waves.png");
    width:100%;
	background-position: 500px 0;
  position: static;
  top: -100%;
  height: 64px;
  margin-top: -64px;
}

#unpin3{
  height: 100%;
  position: absolute;
  top: -100%;
  width: 100%;
  background: #3883d9;
}


#tickertape {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #FC6261;
}

h3.tickertape1, h3.tickertape2, h3.tickertape3,  {
  margin: 200px 0 0 0;
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  color: #FFFFFF;
}

/*h3.tickertape{
  padding-left: 80%;
 white-space: nowrap ;
}
*/


#unpin2 {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #BABABA;
}

#pinContainer {
		width: 100%;
		height: 100%;
		overflow: hidden;
		-webkit-perspective: 1000px;
		        perspective: 1000px;
	}

#slideContainer {
	width: 400%; /* to contain 4 panels, each with 100% of window width */
	height: 100%;
	position: relative;
	}

.panel {
	height: 100%;
	width: 25%; /* relative to parent -> 25% of 400% = 100% of window width */
	float: left;
	}

img.primary, img.flight, img.wordmark, img.blankuni, img.homeuni{
vertical-align: middle;
text-align: center;
margin: 0 auto;
}

img.primary, img.blankuni, img.homeuni{
display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top: 0;
  margin:auto;
}


.innerpanel{
  height: 100%;
  position: relative;
  float: none;
  margin: 0 auto;
}

.panel h3{
width: 25%;
}

.firstly {
  background-color: #FC6261;
}

.secondly {
  background-color: #A7DEE2;
}

.thridly {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

h3.darktype {
color:#A7DEE2;
}

.fourthly {
  background-color: #FC6261;
}



