h3 {
	color: #515053;
}

body a,a:hover {
	color: #E30613;
}

a.button.ghost.dark {
	border-color: #E30613 !important;
	color: #E30613 !important;
}

a.button.ghost {
	background: transparent !important;
}

#header {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
	padding-top: 10px;
}

#header img {
	width: 200px
}


#hero {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	
	position: relative;
	height: 550px;
	background: #000;
	color: #FFF;
}

hr.full {
	margin: 0;
	border: 3px solid #F6F6F6;
}

hr.full + .primary-content:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	pointer-events: none;
	background: #FFF;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
opacity: 0.2;
}

.down {
	display: block;
	margin: 30px auto 0;
	width: 40px;
}

.arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	height: 28px;
	margin-top: -17px;
	left: -25px;
	display: none;
	cursor: pointer;
}

.arrow + .arrow {
	left: auto;
	right: -25px;
}

.can-left .arrow {
	display: block;
}

.can-left .arrow + .arrow {
	display: none;
}

.can-right .arrow + .arrow {
	display: block;
}

.carousel {
	display: none;
}

.paragraph ul.gform_fields {
	margin-left: 0;
}

.ginput_container_fileupload {
	position: relative;
	overflow: hidden;
	height: 46px;
}
 
.ginput_container_fileupload:after {
	background: #E30613;
	content: "Choose a file to upload";
	padding: 10px 20px !important;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.ginput_container_fileupload input[type=file] {
	width: 100%;
	opacity: 0;
	height: 46px;
}

.gform_confirmation_message {
	text-align: center;
}

.gform_footer .button {
	width: auto;
	min-width: 200px;
}

.gform_wrapper select:focus, .gform_wrapper textarea:focus, .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper .gfield_select[multiple=multiple]:focus {
	border-color: #000 !important;
	outline: none;
}

.gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gfield_select[multiple=multiple], .gform_wrapper .gfield select {
	height: 35px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.gform_wrapper textarea {
	-webkit-border-radius: 0 !important;
	        border-radius: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
	padding-bottom: 3px;
}

.gfield_required {
	color: #E30613 !important;
}

.form-wrapper {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.question:not(.active) {
	display: none;
}

.question img {
	width: auto;
	height: 90px;
}

.question h2 {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/*.question input {
	opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}*/

.question .toggle {
	position: relative;
	 margin-left: auto;
	 margin-right: auto;
  width: 120px;
  height: 20px;
  -webkit-appearance: none;
  outline: none;
	background: #EBEBEB;
  -webkit-border-radius: 10px;
          border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1) inset;
            box-shadow: 0 0 6px rgba(0,0,0,0.1) inset;
}

::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: #E30613;
  cursor: pointer;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background: #E30613;
  cursor: pointer;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

#tracker {
	display: inline-block;
	position: relative;
}

#tracker .dot {
	display: inline-block;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
    background: #EBEBEB;
    width: 10px;
    height: 10px;
    margin: 12px;
}

#tracker .dot.answered {
    cursor: pointer;
	background: #4F4F51;
}

#tracker .dot.active {
    cursor: default !important;
	background: #E30613;
}

#responses .tile {
	display: inline-flex;
}

#responses .wrapper {
	padding: 40px 30px;
	height: 100%;
	min-height: 250px;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.17);
	        box-shadow: 0 0 9px rgba(0,0,0,0.17);
}

#responses .wrapper:after {
	content: "";
	width: 100px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 50%;
	background: #FFF;
	margin-left: -50px;
}

#responses .wrapper:before {
	width: 80px;
	height: 80px;
	background: #FFF;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.17);
	        box-shadow: 0 0 9px rgba(0,0,0,0.17);
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
}

#responses .wrapper img {
	position: absolute;
	left: 50%;
	top: -25px;
	z-index: 20;
	width: 50px;
	margin-left: -25px;
}

#carousel:not(.active) {
	visibility: hidden;
}

#carousel {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}

#photographs {
	position: relative;
	overflow: hidden;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	height: 0;
	padding-bottom: 38%;
}

#photographs:before {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content: "";
	background: #000;
	opacity: 0.3;
	z-index: 4;
}

#photographs.transparent {
	opacity: 0.2;
}

#photographs #placeholder {
	opacity: 0;
}

#photographs #cover {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}

#photographs .square-format {
	width: 12.5%;
	height: 0;
	padding-bottom: 12.5%;
	position: relative;
	overflow: hidden;
	filter: grayscale(100%);
	margin: 0;
}

#photographs .thumb {
	
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#timeline .button {
	border: 2px solid #E30613;
}

#timeline .button:hover {
	background: #515053 !important;
	border-color: #515053;
}

#timeline .button.active {
	background: #FFF !important;
	color: #E30613 !important;
}

#timeline .slide {
	padding-top: 40px;
	padding-bottom: 20px;
	/*width: 45vw;*/
}

.slide .content {
	width: 300px;
	background: #FFF;
	text-align: left;
	margin: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	font-size: 14px;
}

.slide .content > *:not(div) {
	margin-left: 15px;
	margin-right: 15px;
}

.slide .content > p:last-child {
	/*padding-bottom: 12px;*/
	background: #E30613;
	color: #fff;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	padding: 8px 12px;
	line-height: 1.4em;
	font-size: 14px;
}

.slide .content > p:last-child a {
	text-transform: uppercase;
	color: #FFF;
}

.slide .image-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 60%;
}

.slide .image-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#timeline .slick-next, #timeline .slick-prev {
	height: 40px;
}

#timeline .slick-next:before, #timeline .slick-prev:before {
	opacity: 1;
}

#timeline .slick-prev {
	background: url('img/ArrowLeft.svg') center no-repeat;
    background-size: 100%;
    left: 50%;
    margin-left: -200px;
    z-index: 200;
}

#timeline .slick-next {
	background: url('img/ArrowRight.svg') center no-repeat;
    background-size: 100%;
    right: auto;
    left: 50%;
    margin-left: 180px;
    z-index: 200;
}

#timeline .slick-prev:before,
#timeline .slick-next:before {
	content: "";
}

.bg-grey {
	background: #EEE;
}

  body {
    transform: none !important;
    background: #fff !important;
  }

  .text-center img {
  	margin-left: auto;
  	margin-right: auto;
  }
   

#flyout {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background-color: #E30613;
  padding: 16px 20px 16px 0;
  z-index: 20;
  -webkit-transition: 0.5s transform;
     -moz-transition: 0.5s transform;
      -ms-transition: 0.5s transform;
       -o-transition: 0.5s transform;
          transition: 0.5s transform;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

#flyout .button {
	width: auto;
}

#flyout #close {
  	right: 0;
  	position: absolute;
    top: 50%;
    font-size: 26px;
    margin-top: -0.5em;
    cursor: pointer;
}

#flyout .container {
	padding-right:30px;
	padding-left: 30px;
}

#flyout #close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#flyout #close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


#flyout h3 {
	color: #fff;
  padding-right: 25px;
line-height: 1.2;
display: inline-block;
vertical-align: middle;
margin: 5px;
}

#flyout .button {
	vertical-align: middle;
}

#flyout.hidden {
  display: none !important;
}

#flyout.visible {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

#flyout.visible + footer {
	padding-bottom: 90px;
}

@media only screen and (min-width:769px){
	h1 {
		font-size: 80px;
		max-width: 900px;
	}
}

@media only screen and (min-width:768px){
	.question .tile:nth-child(2) {
		-webkit-order: 3;
		    -ms-order: 3;
		        order: 3;
	}

	.question .tile:nth-child(3) {
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	}
}

@media only screen and (max-width: 640px) {
    #hero {
    	height: 450px;
    }
    #flyout h3 {
        font-size: 16px;
        padding-right: 0;
    }
}