body {
  font-family: Arial, sans-serif;
}

button {
  background-color: #0068FF;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

h1 {
  font-size: 24px;
  font-family: "Gotham", helvetica, arial, sans-serif;
  font-weight:200;
}

button:hover, button:active {
  color: #FAF000;
}

button:active {
  font-size: 11px;
}
.label {
  color: #0D2A4D;
  position: absolute;
  margin-left: 10px;
  top: 35px;
}

body{
  margin:0px;
}

#ad{
   display: block;
   border: rgb(238,124,41) 1px solid;
   overflow:hidden;
   width: 298px;
   height: 248px;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#banner{
  position:absolute;
  display: block;
  width: 298px;
  height: 248px;
  background-image:url(images/wind_final_300x250.jpg);
  background-color: #FFF;
  overflow: hidden;
}
.buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.button {
  height: 26px;
  width: 108px;
}
.label {
	font-size: 14px;
	top: 65px;
}

.collapsed .buttons {
	bottom: 30px;
	left: 10px;
}

div#scrollBox { 
  position: relative; 
  font-size: 0; 
  opacity:1;
  position: relative; font-size: 0;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
div#scrollBox img { 
  width: 100%; 
  height: auto; 
}
div#background {
  background-image: url(images/vancouver_300x250.jpg);
  position: absolute;
  top: 0; left: 0; height: 100%;
  width: 50%;
  z-index:1;
  background-size: cover;
}
div#overlay_arrow {
  position: absolute;
  background-size: cover;
  left:150px;
  z-index:10;
  height:250px;
  width:54px;
  margin-left: -27px;
  cursor:pointer;
}
.overlay_arrow_inactive {
  background-image: url(images/overlay_arrow.png);

}
.overlay_arrow_active {
  background-image: url(images/overlay_line.png);
  -webkit-transition: background-image 500ms;
  -moz-transition: background-image 500ms;
  -o-transition: background-image 500ms;
  transition: background-image 500ms;
}
div#arrow_left {
  position: absolute;
  top: 117px;
  left: 12px;  
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
div#arrow_right {
  position: absolute;
  top:117px;
  right:12px;
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.arrow_left_animation {
  -webkit-animation: pulse_left 1s infinite; /* Chrome, Safari, Opera */
  animation: pulse_left 1s infinite;
}
.arrow_right_animation {
  -webkit-animation: pulse_right 1s infinite; /* Chrome, Safari, Opera */
  animation: pulse_right 1s infinite;
}
.hide {
  opacity: 0;
  visibility:hidden;
}
div#logo {
  background-image: url(images/wind_logo.png);
  width:0px;
  height:55px;
  position: absolute;
  z-index:50;
  bottom:10px;
  right:0;
}
div#final_overlay {
  background-image: url(images/transparent_white.png);
  z-index:100;
  height:250px;
  width:300px;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  display:none;

  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
div#cta {
  height:40px;
  width:150px;
  background:#ee7c29;
  border-radius:5px;
  position:absolute;
  top:105px;
  left:75px;
  color:#fff;
  line-height:44px;
  text-align:center;
  font-size:14px;
  letter-spacing:2px;
  font-family: "Gotham", helvetica, arial, sans-serif;
  cursor:pointer;
}
div#final_overlay:hover { 
  opacity: 1; 
}
div#headline {
  background-image: url(images/WIND_Works_Here.png);
  background-repeat:no-repeat;
  background-position:center;
  position:absolute;
  margin-top: 30px;
  height:25px;
  width:300px;
  z-index:20;
  pointer-events: none;
}
div#final_headline {
  background-image: url(images/Now_Coverage_Across_Canada.png);
  background-repeat:no-repeat;
  background-position:center;
  position:absolute;
  margin-top: 85px;
  height: 55px;
  width:300px;
  z-index:20;
  opacity:0;
  display: none;
  pointer-events: none;
}

/* Animated keyframes */

@-webkit-keyframes pulse_left {
    from {left: 12px;}
    to {left: 4px;}
}

@-webkit-keyframes pulse_right {
    from {right: 12px;}
    to {right: 4px;}
}

@keyframes pulse_left {
    from {left: 12px;}
    to {left: 4px;}
}

@keyframes pulse_right {
    from {right: 12px;}
    to {right: 4px;}
}