@charset "utf-8";

/*---- Reset ----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*---- HTML5 display-role reset for older browsers ----*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img, 
object {
	border: none;
	width: auto;
    max-width: 100%;
    height: auto;
	transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -webkit-transition:all .2s ease-in-out;
}
map area {
    outline: none;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

html, body, .container, .predictionHeader {
	height: 100%;
}
/*---- Basic Styles ----*/
body {
	background: #fff;
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	font-family: 'KantarBrownWeb-Light', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	padding: 0px;
	margin: 0px auto;
}
a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ffffff;
}
h1 {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 95px;
    line-height: 90px;
    text-transform: uppercase;
    color: #333333;
}
span.predictionsBoldFont {
	font-family: "KantarBrownWeb-Bold", Arial, Helvetica, sans-serif !important;
}
h2 {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 55px;
    line-height: 50px;
    padding: 0px 0px 15px 0px;
    color: #333333;
}
h3 {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 40px;
    padding: 0px 0px 15px 0px;
    color: #333333;
}
p {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 0px 15px 0px;
    color: #333333;
}
.morePredictionsNav p {
	padding: 0px !important;
	margin: 0px !important;
	text-align: center;
}
/*---- Container Styles ----*/
.predictionContainer {
	background: #beca00;
	color: #333333;
}
/*---- Header ----*/
.predictionHeader {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.predictionImg {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.predictionImg img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.predictionsTitle {
	z-index: 1000;
	padding: 0px;
	width: 100%;
}
.revealContent {
	z-index: 1000;
}
/* To Navigation Style */
.mainNavBar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 40px 15px 40px;
	z-index: 10000;
	background-color: #333333;
}
.predictionsLogo {
	float: left;
	width: 313px;
}
.nav-collapse {
	float: right;
	padding: 0px;
	position: relative;
	font-family: "KantarBrownWeb-Regular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.nav-collapse ul {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
}
.nav-collapse ul li  {
	color: #ffffff;
	float: left;
	margin: 8px 10px 0px 0px;
}
.nav-collapse ul li a {
	opacity: 0.7;
	color: #ffffff;
}
.nav-collapse a:hover,
.nav-collapse a.activeNav {
	opacity: 1;
	border-bottom: 3px solid #ffffff;
}
.nav-collapse ul li.navButton {
	margin: 0px 0px 0px 40px !important;
}
.nav-collapse a.downloadButton {
	font-family: "KantarBrownWeb-Regular", Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    background-color: #2e7de1;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
	opacity: 1;
}
.nav-collapse a.downloadButton:hover,
.nav-collapse a.downloadButton.current-demo {
	border-bottom: none;
	cursor: pointer;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: visible;
  zoom: 1;
  
}

.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: right;
  margin-top: 5px;
}

/*---- Download Form----*/
.predictionForm {
    width: 100%;
    height: 650px;
	z-index: 100000;
}

/*---- Trigger Button ----*/
button.revealPrediction {
    z-index: 5000;
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 20px;
    cursor: pointer;
	margin: 0 auto;
}
.container:not(.notrans) button.revealPrediction {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}
.container.modify:not(.notrans) button.revealPrediction {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	height: 0px;
}
button.revealPrediction::before {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    padding: 0.8em;
    width: 300%;
    color: #fff;
    content: attr(data-info);
    font-size: 18px;
    line-height: 22px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
button.revealPrediction:focus {
	outline: none;
}
button.revealPrediction span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
button.revealPrediction span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: "˅";
	text-transform: none;
	font-family: 'KantarBrownWeb-Light', Arial, sans-serif;
	font-size: 40px;
	line-height: 1;
	speak: none;
}
/*---- Content ----*/
.predictionsContent {
	margin: 0 auto;
	padding: 0 0 0px;
}
.predictionsContent > div:not(.predictionsTitle) {
	margin: 0px auto;
	max-width: 900px;
	padding: 0 0px;
}
/* -------------------------- */
/* Side Fixed */
/* -------------------------- */
.intro-effect-sidefixed:not(.notrans) .predictionImg::before {
	-webkit-transition-property: background-color;
	transition-property: background-color;
}
.intro-effect-sidefixed:not(.notrans) .predictionImg::after {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.intro-effect-sidefixed:not(.notrans) .predictionsTitle p {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.intro-effect-sidefixed:not(.notrans) .predictionsContent > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}
.intro-effect-fadeout:not(.notrans) .predictionsTitle h1, 
.intro-effect-fadeout:not(.notrans) .predictionsTitle h2 {
	-webkit-transition-property: color;
	transition-property: color;
}
.intro-effect-sidefixed:not(.notrans) .predictionImg::before,
.intro-effect-sidefixed:not(.notrans) .predictionImg::after,
.intro-effect-sidefixed:not(.notrans) .predictionsTitle p,
.intro-effect-sidefixed:not(.notrans) .predictionsContent > div {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.intro-effect-sidefixed .predictionHeader {
	position: absolute;
}
.intro-effect-sidefixed .predictionImg {
	position: fixed;
}
.intro-effect-sidefixed .predictionImg img {
	left: auto;
	right: 0;
}
.intro-effect-sidefixed .predictionImg::before,
.intro-effect-sidefixed .predictionImg::after {
	content: '';
	position: absolute;
	z-index: 100;
}
/*Sets the overlay Color/Size */
.intro-effect-sidefixed .predictionImg::after {
	background-color: rgba(190,202,0,0.7);
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.intro-effect-sidefixed.modify .predictionImg::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.intro-effect-sidefixed .predictionsTitle {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}
.intro-effect-sidefixed .predictionsTitle h1,
.intro-effect-sidefixed .predictionsTitle h2 {
	color: #ffffff;
	text-shadow: 0px 0px 27px rgba(0, 0, 0, .5);
}
.intro-effect-sidefixed.modify .predictionsTitle h1,
.intro-effect-sidefixed.modify .predictionsTitle h2 {
	color: #333333;
	text-shadow: none !important;
}
.intro-effect-sidefixed.modify .predictionsTitle {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.intro-effect-sidefixed .predictionsTitle p {
	opacity: 0;
	height: 0px;
	display: none;
}
.intro-effect-sidefixed.modify .predictionsTitle p {
	opacity: 1;
}
.intro-effect-sidefixed .predictionsContent {
	width: 60%;
	margin-left: 40%;
	padding: 140px 6% 50px 6%;
}
.intro-effect-sidefixed .predictionsContent div {
	position: relative;
	margin: 0px 0;
}
.intro-effect-sidefixed .predictionsContent div:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}
.intro-effect-sidefixed.modify .predictionsContent div:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/* Delays */
.intro-effect-sidefixed:not(.notrans) .predictionsTitle,
.intro-effect-sidefixed:not(.notrans) .predictionImg::before,
.intro-effect-sidefixed:not(.notrans) .predictionImg::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.intro-effect-sidefixed.modify:not(.notrans) .predictionsTitle,
.intro-effect-sidefixed.modify:not(.notrans) .predictionImg::before,
.intro-effect-sidefixed.modify:not(.notrans) .predictionImg::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.intro-effect-sidefixed.modify:not(.notrans) .predictionsContent div:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/* Share */
.predictionsShare {
	margin: 0px 0px 15px 0px !important;
}
/* Media Queries */
@media screen and (max-width: 1380px) {
	.intro-effect-sidefixed .predictionsContent {
		width: 80%;
		margin-left: 20%;
	}
	.intro-effect-sidefixed .predictionImg::after {
		width: 80%;
	}
}
@media screen and (max-width: 1060px) {
	.intro-effect-sidefixed .predictionsContent {
		width: 85%;
		margin-left: 15%;
		padding: 90px 5% 20px 5% !important;
	}
	.intro-effect-sidefixed .predictionImg::after {
		width: 85%;
	}
	/* Font Styles */
	h1 {
		font-size: 90px;
		line-height: 80px;
	}
}
@media screen and (max-width: 913px) {
	.nav-collapse {
		float: none;
	}
	.nav-collapse ul {
		float: none;
		overflow: auto;
	 	margin-right: 0px;
	}
	.nav-collapse ul li  {
		float: none;
		margin: 8px 0px 0px 0px !important;
	}
	.nav-collapse ul li.navButton {
		margin: 8px 0px 0px 0px !important;
	}
	.nav-collapse ul li a {
		float: left;
		margin: 0px 20px 10px 0px;
	}
	.nav-collapse a.downloadButton {
		display: block;
		text-align: center;
		clear: left;
	}
	.nav-collapse a:hover,
	.nav-collapse a.current-demo {
		opacity: 1;
		border-bottom: none;
	}
	.js .nav-collapse {
		clear: both;  
	}
	h1 {
		font-size: 80px;
		line-height: 70px;
	}
	h2 {
		font-size: 40px;
		line-height: 35px;
	}
	h3 {
		font-size: 30px;
		line-height: 35px;
	}
	p {
		font-size: 16px;
		line-height: 20px;
	}
	button.revealPrediction::before {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 812px) {
	.intro-effect-sidefixed .predictionsContent {
		width: 90%;
		margin-left: 10%;
		padding: 90px 5% 20px 5% !important;
	}
	.intro-effect-sidefixed .predictionImg::after {
		width: 90%;
	}
	/* Font Styles */
	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	h2 {
		font-size: 35px;
		line-height: 35px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
}

@media screen and (max-width: 480px) {
	.intro-effect-sidefixed .predictionsContent {
		width: 95%;
		margin-left: 5%;
		padding: 90px 3% 20px 3% !important;
	}
	.intro-effect-sidefixed .predictionImg::after {
		width: 95%;
	}
	.mainNavBar {
		position: fixed;
		padding: 15px 20px 15px 20px;
	}
	.predictionsLogo {
		width: 220px;
		height: 18px;
	}	
	.nav-toggle {
		margin-top: 0px;
	}
	.nav-collapse a.downloadButton {
		width: 100%;
	}
	.nav-collapse ul li a {
		margin: 0px 7px 10px 0px;
	}
	/* Font Styles */
	h1 {
		font-size: 35px;
		line-height: 35px;
	}
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
	h3 {
		font-size: 20;
		line-height: 25px;
	}
}
@media screen and (min-width: 913px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
@media screen and (max-height: 414px) {
	.intro-effect-sidefixed .predictionsTitle {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	.intro-effect-sidefixed.modify .predictionsTitle {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-effect-sidefixed .predictionsContent {
		padding-top: 90px;
	}
	.intro-effect-sidefixed .predictionsContent div:nth-child(2) {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	.intro-effect-sidefixed.modify .predictionsContent div:nth-child(2) {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}