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

.page-wrapper {
    overflow: initial;
}
/* 
.container {
    width: 100% !important;
    max-width: 1200px !important;
}

.container {
    box-sizing: border-box !important;
    margin: 0 auto !important;
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
*/

h1 {
	font-size: 45px;
}

h1 span {
	display: block;
}

h1 .subtitle {
	font-size: 1.2em;
	margin-top: 15px;
}

h1 .line2 {
	font-size: 0.7em;
}

h3 {
	color: #515053;
}

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

p sup {
	vertical-align: initial;
}

a.button {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
	color: #E30613;
    font-weight: 700;
    min-width: 200px;
	padding: 12px 20px;
	font-size: 18px;
	border: 2px solid #E30613;
	margin-bottom: 2px;
}

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

#header .container {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

#header .logo {
	width: 160px;
	position: fixed;
	top: 40px;
}

.fixed {
	position: fixed;
}

.full-page-hero {
	position: relative !important;
	height: 3000px;
}

.full-page-hero .hero-image {
	margin: auto;
	display: block;
	width: 550px;
	animation: slide-right-shrink 6s linear infinite;
	animation-play-state: paused;
	animation-delay: calc(var(--scroll) * -6s);
	animation-iteration-count: 1;
	animation-fill-mode: both;
    top: 7%;
    left: 50%;
	left: 0;
    right: 0;
    transform: translateX(-50%);
	position: fixed;
	z-index: 2;
}

.page-slide {
	color: #fff;
	height: 100vh;
	position: relative;
	width: 100%;
}

.page-slide h1 {
	font-size: 105px;
    top: 20%;
    z-index: 3;
    position: fixed;
}

.landing-header {
	opacity: 0;
	animation: fade-in-left 1s linear infinite;
	animation-play-state: paused;
	animation-delay: calc(var(--scroll) * -1s);
	animation-iteration-count: 1;
	animation-fill-mode: both;
}

/* Photo Slide */

.photos {
	min-height: 100vh;
	padding-bottom: 100px;
}

.photo-slide {
	animation-delay: 1s;
	overflow: hidden;
	--max-height: 800px;
	--height: 800px;
	position: fixed;
	top: 0;
}

.photo-slide ul.date-gallery {
	text-align: left;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.photo-slide ul.date-gallery li {
	flex-grow: 1;
	width: 180px;
	height: 180px;
	margin: 2px;
	opacity: 0;
 	transition: all 1.5s ease-in;
}

.photo-slide ul.date-gallery li .gallery-img-actual {
	height: 100%;
	width: 100%;
	display: block;
}

.fade-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 95%);
	z-index: 2;
}

.show-photo {
  opacity: 1 !important;
  transition: all 1.5s ease-in;
  z-index: 1;
  position: relative;
}

/* Hero Subheader */

.tell-us {
	min-height: 200px;
	top: 46%;
    position: fixed;
    z-index: 3;
}

.tell-us h2.landing-sub-header {
	color: #ED2024;
	font-size: 60px;
    width: 700px;
	opacity: 0;
	transition: all 1.5s linear;
}

.fade-in {
	-webkit-animation: fade-in-simple 0.5s linear both;
	animation: fade-in-simple 0.5s linear both;
	animation-delay: 0.6s;
}

.form-section {
	min-height: 600px;
	background: #fff;
    z-index: 4;
    position: relative;
    padding: 40px;
}

.form-section .secondary-logo {
	width: 160px;
	position: relative;
}

.form-section .container {
	/* opacity: 0; */
}

.form-section h3 {
	font-size: 40px;
	color: #ED2024;
	margin-top: 20px;
	max-width: 950px;
    margin: 40px auto 0 auto;
}

.form-section p {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 40px;
}

.filter-section {
	min-height: 600px;
	background: #edeeef;
    z-index: 3;
    position: relative;
    padding: 80px 40px 40px 40px;
	-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.2);
	box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.2);
}

.filter-section h3 {
	font-size: 30px;
}

.filter-section h4 {
	font-size: 40px;
	color: #ED2024;
	margin-top: 20px;
	max-width: 950px;
    margin: 40px auto 0 auto;
}

.find-unimac-section {
	background: #EDEEEF;
	z-index: 3;
    position: relative;
    padding: 80px 40px 200px 40px;
    --min-height: 600px;
    z-index: 4;
}

.find-unimac-section iframe {
	--height: 200px;
}

.find-unimac-section h3 {
	font-size: 40px;
	color: #ED2024;
	margin-top: 20px;
	max-width: 950px;
    margin: 40px auto 0 auto;
}

.find-unimac-section p {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 40px;
}

p.regular-size {
	font-size: 18px;
}

/* Date Tabs */

#date-tabs {
	width: 100%;
	padding-right: 2px;
	margin-top: 60px;
	display:flex;
	justify-content: center;
}

#date-tabs li a {
	cursor:pointer;
}

#date-tabs li {
	list-style-type: none;
	display: flex;
	margin-right: 30px;
	text-align: center;
}

#date-tabs li:last-child {
	margin-right: 0;
}

#date-tabs li a {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration:none;
    outline:none;
    text-transform: uppercase;
    background: #E30613;
    color: #fff;
    font-weight: 700;
    min-width: 200px;
	padding: 12px 20px;
	font-size: 18px;
	border: 2px solid #E30613;
}

#date-tabs li a.active{
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration:none;
    outline:none;
    text-transform: uppercase;
    background: #FFF;
	color: #E30613;
    font-weight: 700;
    min-width: 200px;
	padding: 12px 20px;
	font-size: 18px;
	border: 2px solid #E30613;
}

.date-container {
	clear:both;           
	width:100%; 
	padding: 40px;
	min-height: 550px;
	text-align: center;
}

.date-container ul.date-gallery {
	text-align: left;
}

.date-container ul.date-gallery li {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.date-container ul.date-gallery li:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);	
}

/* Gravity Forms */

.gform_wrapper .gform_body {
    width: 600px !important;
    margin: 60px auto 10px auto;
}

.gform_wrapper .gform_footer {
	width: 600px !important;
	margin: 16px auto 0 auto !important;
}

.gform_button.button {
	/* background: #E30613 !important; */
}

/* Slide Right & Shrink Animation */

@keyframes slide-right {
  0% {
	-webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.80);
    transform: translateX(100%) scale(0.80);
  }
}

@-moz-keyframes slide-right-shrink {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.70);
    transform: translateX(100%) scale(0.70);
  }
}

@-webkit-keyframes slide-right-shrink {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.70);
    transform: translateX(100%) scale(0.70);
  }
}

@-o-keyframes slide-right-shrink {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.70);
    transform: translateX(100%) scale(0.70);
  }
}

@-ms-keyframes slide-right-shrink {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.70);
    transform: translateX(100%) scale(0.70);
  }
}


/* Fade In Left Animation */

@keyframes fade-in-left {
  0% { 
  	opacity: 0;
  	-webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
  	opacity: 1;
  	-webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fade-in-left {
  0% {
  	opacity: 0;
   	-webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
  	opacity: 1; 
   	-webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-in-left {
  0% {
  	opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fade-in-left {
  0% {
  	opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fade-in-left {
  0% {
  	opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade In Simple Animation */

@keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.primary-content {
	padding-top: 65px;
	padding-bottom: 65px;
}

.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.chosen:after {
	content: "Upload a different file";
	background: #515053;
}

.gginput_container_fileupload.chosen:before {
	position: absolute;
	right: 0;
	--top: -30px;
	text-align: right;
	color: #000;
	display: inline-block;
	content: attr(data-file);
}

.ginput_container_fileupload input[type=file] {
	width: 100% !important;
	cursor: pointer;
	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 {
	border-width: 1px;
	-webkit-border-radius: 0 !important;
	        border-radius: 0 !important;
}

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

.gfield_required {
	color: #E30613 !important;
}



/* Overwrite the previous file upload button styles

.ginput_container_fileupload:after {
    top: 35px;
    height: 45px;
}

.ginput_container_fileupload input[type=file] {
    opacity: 1;
    height: 80px;
}
 */


div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


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

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 10px;
}


.optanon-alert-box-wrapper {
	transform: translateY(100%);
}

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

#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,
#photographs.transparent + h2 {
	opacity: 0.2;
}

#photographs #placeholder {
	opacity: 0;
}

#photographs #cover {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	/* This fixes the weird clipping issue for Firefox where the background images were showing behind the edges of the SVG - Trey 4.7.21 */
	-webkit-box-shadow: inset 0px 0px 5px 7px rgba(238,238,238,1);
	-moz-box-shadow: inset 0px 0px 5px 7px rgba(238,238,238,1);
	box-shadow: inset 0px 0px 5px 7px rgba(238,238,238,1);
}

#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%);
}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 10px;
}

.page-section {
	height: auto;
	min-height: 100vh;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index: 5;
}

#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;
	--margin-bottom: 10px;
}

.slide .content > p:last-child {
	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;
	display: none;
}

.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%);
}

.spacer-xl {
	margin-top: 40px;
	padding-top: 40px;
}

#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;
}


#close {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 0px;
	z-index: 200;
}

#flyout {
	background:transparent linear-gradient(123deg, #7A1315 1%, #D52229 50%, #7A1315 100%) 0% 0% no-repeat padding-box;
	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 {
  	position: absolute;
    right: 20px;
    top: 20px;
	z-index: 200;
	margin: 0;
    font-size: 45px;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

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

#flyout h3 {
	color: #FFF;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 30px 5px;
    text-transform: initial;
    font-weight: 600;
}

#flyout img {
	width: 150px;
	margin-top: -120px;
	margin-bottom: 15px;
	display: none;
}

#flyout a.button {
	vertical-align: middle;
	background: #FFF !important;
	color: #E30613 !important;
    border: 0;
}

#flyout a.button:hover {
	background: #515053 !important;
    border-color: #515053 !important;
    color: #FFF !important;
    border: 0;
}

#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;
}

footer {
	z-index: 9999;
	position: relative;
	background-size: cover;
}

.container {
	overflow: visible !important;
}

footer .footer-lineup {
	width: 750px;
	margin-bottom: 40px;
	margin-top: -170px;
}

footer .footer-logo {
	display: block;
}

@media only screen and (max-width: 1470px) {
	.full-page-hero .hero-image {
		width: 38%;
	}

	.page-slide h1 {
	    font-size: 95px;
	}

	.tell-us {
    	top: 44%;
	}

	.tell-us h2.landing-sub-header {
    	font-size: 50px;
    	width: 70%;
	}
}

@media only screen and (max-width: 1199px) {
	.page-slide h1 {
	    font-size: 85px;
	}

	.tell-us {
    	top: 42%;
	}

	.tell-us h2.landing-sub-header {
    	font-size: 45px;
    	width: 70%;
	}
}


@media only screen and (max-width: 991px) {
	.page-slide h1 {
	    font-size: 65px;
	}

	.tell-us {
    	top: 37%;
	}

	.tell-us h2.landing-sub-header {
    	font-size: 35px;
    	width: 70%;
	}

	#date-tabs li a {
	    min-width: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.full-page-hero {
	    height: 1200px;
	    height: 300px;
	}

	.form-section .secondary-logo {
	    margin: auto;
	}

	.date-container {
		min-height: initial;
	}

	#header .logo {
		left: 50%;
    	transform: translateX(-50%);
    	top: 0;
	}

	.full-page-hero .hero-image {
		margin: initial;
    	display: initial;
    	animation: none;
    	animation-play-state: unset;
    	animation-delay: unset;
    	animation-iteration-count: unset;
    	animation-fill-mode: unset;
    	left: 50%;
    	width: 200px;
    	transform: translateX(-50%);
		top: 100px;
	}

	.landing-header {
	    animation: unset;
	    animation-play-state: unset;
	    animation-delay: unset;
	    animation-iteration-count: unset;
	    animation-fill-mode: unset;
	    opacity: 1;
	}

	.page-slide h1 {
	    top: 400px;
	    text-align: center;
	    width: 100%;
	    left: 0;
	    font-size: 50px;
	}

	.tell-us {
		top: 510px;
	}

	.tell-us h2.landing-sub-header {
	    font-size: 25px;
	    width: 100%;
	    text-align: center;
	    opacity: 1;
	}

	.fade-in {
    	-webkit-animation: unset;
    	animation: unset;
    	animation-delay: unset;
	}

	.photo-slide ul.date-gallery li {
	    flex: 1 0 20%;
	    height: 140px;
	}

	.form-section h3 {
	    font-size: 25px;
	}

	.form-section p {
	    font-size: 18px;
	    line-height: 28px;
	}

	.find-unimac-section h3 {
	    font-size: 25px;
	}

	.find-unimac-section p {
	    font-size: 18px;
	    line-height: 28px;
	}

	.gform_wrapper .gform_body {
	    width: 100% !important;
	}

	.gform_wrapper .gform_footer {
	    width: 100% !important;
	}

	.flyout-image-wrapper {
    	min-height: 100px;
	}

	#flyout img {
	    margin-top: -70px;
	    width: 100px;
	}

	#flyout h3 {
	    font-size: 20px;
	}

	#timeline .slick-next {
    	margin-left: 53% !important;
	}

	#timeline .slick-prev {
	    margin-left: -58% !important;
	}

	.slick-next, .slick-prev {
	    width: 15px !important;
	}
}


@media only screen and (max-width: 600px) {
	.photo-slide ul.date-gallery li {
	    height: 130px;
	}
}