@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
}



a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

a:hover {
	opacity: 0.3;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

img {
	-webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}



/** -------- YNWA Colours --------

Primary
RED: rgba(227,27,35,1.0);
TEAL: rgba(0,161,142,1.0);
GOLD: rgba(177,149,58,1.0);

Secondary
DARK RED: rgba(171, 15, 21, 1.0);
SILVER: rgba(190,192,194,1.0);
YELLOW: rgba(255,244,83,1.0);


-------- YNWA Colours-------- **/





/** -------- Fonts -------- **/

h1 {
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial Black", sans-serif;
	font-size: 68px;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 68px;
	margin-bottom: 5px;
}

h2 {
	font-family: "Arial", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 5px;
}

h3 {
	font-family: "Arial Black", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.folio-light {
	font-weight: 200;
}

.folio-conts {
	text-align: center;
	color: rgba(0,161,142,1.0);
}

.folio-conts h3 {
	font-size: 20px;
	line-height: 0;
}

h4 {
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 0px;
}

h5 {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
}

p {
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial" sans-serif;
	font-size: 21px;
	color: rgba(60,60,60,1.00);
	opacity: 1.0;
	line-height: 41px;
}

.ans-bold {
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial", sans-serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: 900;
	font-style: italic;
	
}

.firstcharacter {
	float: left;
	color: rgba(171, 15, 21, 1.0);
	font-size: 100px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
}

@media only screen and (max-width: 1024px) {
.firstcharacter {
	font-size: 60px;
	line-height: 20px;
	padding-right: 2px;
	padding-top: 0px;
}
}

.quote {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 50px;
}

.question {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 30px;
	background-color: rgba(190,192,194,.2);
	color: rgba(190,192,194,1.0);
	padding: 5px 10px;
	line-height: 48px;
	display: inline;
	box-shadow: 10px 0 0 rgba(190,192,194,.2), -10px 0 0 rgba(190,192,194,.2);
	box-decoration-break: clone;
}

@media only screen and (max-width: 1024px) {
.question {
	font-size: 26px;
	line-height: 42px;
}
}

@media only screen and (max-width: 768px) {
.question {
	width: 20px;
}
}


.highlight {
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial", sans-serif;
	font-size: 20px;
	color: rgba(227,27,35,1.0);
}

.highlight-text {
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial", sans-serif;
	font-size: inherit;
	font-weight: 900;
	color: rgba(0,161,142,1.0);
}

.highlight-red {
	color: rgba(227,27,35,1.0);
	font-weight: 900;
}


.dropcap {
	float: left;	
	font-size: 100px;
	line-height: 60px;
	padding-top: 18px;
	padding-right: 8px;
	-webkit-font-smoothing: antialiased !important;
	font-family: "Arial", sans-serif;
	color: rgba(0,161,142,1.0);
}


@media only screen and (max-width: 768px) {
h1 {
	font-size: 60px;
}

h2 {
	font-size: 17px;
	line-height: 22px;
}

h4 {
	font-size: 15px;
}

p {
	font-size: 20px;
	line-height: 34px;
}
}

/** -------- Fonts -------- **/






/** -------- Navigation -------- **/

.nav-bar {
	width: 100%;
	height: 70px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 12;
	background: -webkit-linear-gradient(rgba(227,27,35,1.0), rgba(171, 15, 21, 1.0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(227,27,35,1.0), rgba(171, 15, 21, 1.0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(227,27,35,1.0), rgba(171, 15, 21, 1.0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(227,27,35,1.0), rgba(171, 15, 21, 1.0)); /* Standard syntax */
	-webkit-box-shadow: 0px -2px 24px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px -2px 24px rgba(50, 50, 50, 0.50);
    box-shadow: 0px -2px 24px rgba(50, 50, 50, 0.50);
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
	
	overflow: hidden;
}

/**
.nav-bar:hover {
	height: 90px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 1.0;
}
**/

@media only screen and (max-width: 768px) {
	.nav-bar {
		opacity: inherit;
	}
	.nav-bar:hover {
		height: 70px;
	}
}

.nav-bar ul {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding: 4px 0 0 0;
}


.nav-bar li {
	display: inline-block;
	width: 60px;
	height: 60px;
	
	margin: 0 40px;
	padding: 0;
}

.nav-bar li a {
	width: 60px;
	height: 60px;
}



@media only screen and (max-width: 768px) {
.nav-bar ul li {
	margin-left: 20px;
	margin-right: 20px;
}
}


/** -------- End Navigation -------- **/



/** -------- Folio -------- **/

.folio {
	position: absolute;
	width: 100%;
	height: 60px;
}

.folio h3 {
	color: #fff;
	margin-left: 5%;
	text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
}


/** -------- Folio -------- **/




/** -------- Main content -------- **/

.container {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;	
	background-color: rgba(245,245,245,1.00);
}

.container-two {
	width: 100%;
	padding-top: 10px;	
	background-color: rgba(245,245,245,0.40);
}

.container-three {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;	
	background-color: rgba(245,245,245,0.40);
}

.container-lead {
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	background-color: rgba(171, 15, 21, 1.0);
  	background-position: center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: #fff;
}


.container-fowler {
	width: 100%;
	min-height: 100vh;
	padding-top: 1px;
	padding-bottom: 20px;
	background-color: rgba(171, 15, 21, 1.0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(227, 0, 0, 0)), color-stop(50%, rgba(227, 0, 0, 0.4)), color-stop(75%, rgba(227, 0, 0, 1))), url(../images/05_ladies/bronze.png) no-repeat;
	background: -moz-linear-gradient(top, rgba(227,0,0,0), rgba(227,0,0,0.4), rgba(227,0,0,1) 100%), url(../images/05_ladies/#.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/#.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/#.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/#.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/#.jpg) no-repeat;
	background-position: top;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: #fff;
}

.container-wwc {
	width: 100%;
	min-height: 100vh;
	padding-top: 1px;
	padding-bottom: 20px;
	background-color: rgba(171, 15, 21, 1.0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(227, 0, 0, 0)), color-stop(50%, rgba(227, 0, 0, 0.4)), color-stop(75%, rgba(227, 0, 0, 1))), url(../images/05_ladies/bronze.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(227,0,0,0), rgba(227,0,0,0.4), rgba(227,0,0,1) 100%), url(../images/05_ladies/bronze.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/bronze.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/bronze.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/bronze.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/05_ladies/bronze.jpg) no-repeat;
	background-position: top;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: #fff;
}

.container-anfield {
	width: 100%;
	min-height: 100vh;
	padding-top: 1px;
	padding-bottom: 20px;
	background-color: rgba(171, 15, 21, 1.0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(227, 0, 0, 0)), color-stop(50%, rgba(227, 0, 0, 0.4)), color-stop(75%, rgba(227, 0, 0, 1))), url(../images/12_anfield/intro1_future.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(227,0,0,0), rgba(227,0,0,0.4), rgba(227,0,0,1) 100%), url(../images/12_anfield/intro1_future.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/12_anfield/intro1_future.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/12_anfield/intro1_future.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/12_anfield/intro1_future.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(227, 0, 0, 0) 40%, rgba(227, 0, 0, 0.4) 50%, rgba(227, 0, 0, 1.0) 75%), url(../images/12_anfield/intro1_future.jpg) no-repeat;
	background-position: center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: #fff;	
}

.container-competition1 {
	width: 100%;
	height: 30vh;
	padding-bottom: 20px;
	background-color: rgba(171, 15, 21, 1.0);
	background-image: url(../images/07_foundation/FullSizeRender.jpg);
	background-position: center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: #fff;	
}

.container-tour1 {
	width: 100%;
	height: 70vh;
	padding-bottom: 20px;
	background-color: rgba(171, 15, 21, 1.0);
	background-image: url(../images/06_tour/480564042.jpg);
	background-position: center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: #fff;	
}

.container-tour2 {
	width: 100%;
	min-height: 20vh;
	padding-top: 1px;
	padding-bottom: 20px;
	background-color: rgba(171, 15, 21, 1.0);
	color: #fff;	
	text-align: center;
}

.container-two {
	width: 100%;
	padding-top: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

.container-mignolet-parlx-1 {
	width: 100%;
	height: 50vh;
	background-color: rgba(190,192,194,1.0);
	padding-top: 20px;
	margin-bottom: 20px;
	background-image: url(Sports%20Digital/Images/mignolet-two.jpg);
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

.container-anfield-parlx-1 {
	width: 100%;
	height: 20vh;
	background-color: rgba(190,192,194,1.0);
	padding-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/12_anfield/part2_trailer.jpg);
  	background-position: top;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

@media only screen and (max-width: 1024px) {
.container-anfield-parlx-1 {
	  background-attachment: scroll;
	  background-position: center;
}
}


@media only screen and (max-width: 1024px) {
.container-parlx {
	background-position: center;
	background-attachment: inherit
}
}

.content {
	width: 60%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.content-tc {
	width: 60%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	color: rgba(0,0,0,0.50);
}

.content-tc p {
	font-size: 12px;
	line-height: 14px;
}

.content-lead {
	width: 30%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70vh;
	text-align: center;
}

.content-lead-two {
	width: 50%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

.content-lead-two h1 {
	color: rgba(227,27,35,1.0);
}

.content-lead-two h2 {
	color: rgba(0,161,142,1.0);
}

.gold h1 {
	color: rgba(177,149,58,1.0);
}

.gold h2 {
	color: rgba(177,149,58,1.0);
}



@media only screen and (max-width: 2000px) {
.content-lead {
	width: 40%;
}

.content-lead-two {
	width: 80%;
}

}

@media only screen and (max-width: 1500px) {
.content-lead {
	width: 50%;
}
}


@media only screen and (max-width: 1024px) {
.content {
	width: 80%;
}

.content h1 {
	font-size: 40px;
	line-height: 34px;
}


.content-tc {
	width: 80%;
	color: rgba(0,0,0,0.50);
}


.content-lead {
	width: 80%;
	margin-top: 70vh;
}
}

@media only screen and (max-width: 768px) {
.content {
	width: 85%;
}

.content-tc {
	width: 85%;
	color: rgba(0,0,0,0.50);
}

.content-lead {
	width: 90%;
	margin-top: 70vh;
}

.content-lead-two h1 {
	font-size: 50px;
	line-height: 45px;
}
}

.container-image-small {
	width: 10%;
	margin: auto auto;
}

.container-image-large {
	width: 100%;
}

.container-image-ladies {
	width: 100%;
}

.container-image-lead {
	width: 100%;
	background-color: rgba(171, 15, 21, 1.0);
}

.container-image-mighty {
	width: 100%;
	background-color: rgba(0,161,142,1.0);
}

.container-image-mighty img {
	display: block;
	width: 50%;
	margin: auto auto;
}

@media only screen and (max-width: 768px) {
.container-image-mighty img {
	width: 70%;
}	
}

.container-image-large img {
	display: block;
	width: 60%;
	margin: auto auto;
}

.container-image-ladies img {
	display: block;
	width: 60%;
	margin: auto auto;
}

@media only screen and (max-width: 600px) {
.container-image-ladies {
	display: none;
}
}

.container-image-lead img {
	display: block;
	width: 60%;
	margin: auto auto;
}

.container-image-envelope {
	width: 100%;
	background-color: rgba(227,27,35,1.0);
}

.container-image-envelope img {
	display: block;
	width: 45%;
	margin: auto auto;
}

@media only screen and (max-width: 1100px) {
	.container-image-envelope {
	width: 100%;
}

.container-image-envelope img {
	display: block;
	width: 80%;
	margin: auto auto;
}
}


@media only screen and (max-width: 500px) {
.content-lead-two h1 {
	font-size: 30px;
	line-height: 25px;
}

}

@media only screen and (max-width: 1024px) {
.container-image-large img {
	display: block;
	width: 90%;
	margin: auto auto;
}

.container-image-lead img {
	display: block;
	width: 100%;
	margin: auto auto;
}
}

.content img {
	width: 300px;
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
}



@media only screen and (max-width: 1100px) {
.content img {
	width: 100%;	
	padding-left: 20px;
	padding-bottom: 20px;
}	
}

.content-2col {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; /** --clears float-- **/
}

.side-image img {
	width: 45%;
	float: left;
	padding-top: 30px;
}

.main-area{
	width: 55%;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}


@media only screen and (max-width: 1600px) {
.content-2col {
	width: 90%;
	margin-top: 50px;
	margin-bottom: 40px;	
	margin-left: 10%;
	margin-right: 10%;
}

.side-image img {
	width: 40%;
	padding-bottom: 0px;
	padding-right: 30px;
}

.main-area{
	width: 90%;
	padding-top: 0px;
	float: none;
}
}

@media only screen and (max-width: 1024px) {
.content-2col {
	width: 100%;
	margin: 0;
	
}

.side-image img {
	width: 100%;
	padding-bottom: 40px;
}

.main-area {
	width: 80%;
	margin: auto auto;
	padding: 0;
}
}


@media only screen and (max-width: 768px) {
	.main-area {
	width: 85%;
	margin: auto auto;
	padding: 0;
}
}
.content-3col {
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content-3col img {
	width: 40%;
}

@media only screen and (max-width: 1100px) {
.content-3col img {
	width: 80%;
}
}




.didyouknow-container {
	width: 100%;
	background-color: rgba(171, 15, 21, 1.0);
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: rgba(89,87,87,0.5) 0px -1px 7px 2px;
}

.didyouknow-content {
	width: 60%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 70px;	
}

.didyouknow-content img {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,1.00);
}

@media only screen and (max-width: 1100px) {
.didyouknow-content img {
	width: 100%;
}
}

@media only screen and (max-width: 1024px) {
.didyouknow-content {
	width: 80%;
}

}

@media only screen and (max-width: 768px) {
.didyouknow-content {
	width: 85%;
}
}

.didyouknow-content h3 {
	color: rgba(255,244,83,1.0);
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 800;
}

.didyouknow-content p {
	color: rgba(255,255,255,1.00);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	opacity: 1.0;
}


/** -------- Main Feature -------- **/

.mainfeature-quote {
	margin-top: 40px;
	width: 40%;
	float: right;
	text-align: right;
	margin-right: 10%;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
.mainfeature-quote {
	margin-right: 5%;
}

.quote {
	line-height: 40px;
}
}

@media only screen and (max-width: 768px) {
.quote {
	font-size: 25px;
	line-height: 35px;
}
}

.trailer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 100px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.trailer h3 {
	font-weight: 900;
	color: rgba(0,161,142,1.0);
}

@media only screen and (max-width: 1024px) {
.trailer {
	width: 100%;
}
.trailer h3 {
	margin: auto auto;
	width: 60%;
}
}




/** -------- Main Feature -------- **/



/** -------- Cover -------- **/

.container-cover {
	width: 100%;
	top: 20px;
	min-height: 98vh;
	padding-top: 1px;
	background-color: rgba(190,192,194,1.0);
	background-image: url(../images/01_cover/cover_benteke.jpg);
  	background-position: top;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
}

.container-back-cover {
	width: 100%;
	top: 20px;
	height: 96vh;
	padding-top: 1px;
	background-color: rgba(190,192,194,1.0);
	background-image: url(../images/14_sign_off/sign_off_anfield.jpg);
  	background-position: center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-cover: cover;
}



/** -------- Cover -------- **/





/* Entry Points */

.entry-lead {
	height: 450px;
	width: 100%;
	position: absolute;
	bottom: 200px;
	background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.5), rgba(255,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.5), rgba(255,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.5), rgba(255,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.5), rgba(255,0,0,1)); /* Standard syntax (must be last) */
	text-align: center;
	margin: auto auto;
}


.entry-crest {
	width: 100%;
	bottom: 315px;
	position: absolute;
	z-index: 100;
	text-align: center;
	margin: auto auto;
}

.entry-crest img {
	width: 130px;
	padding-right: 610px;
	
}

.entry-lead h1 {
	font-size: 180px;
	letter-spacing: -10px;	
	text-align: center;
	color: #fff;
	text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	line-height: 0px;
	padding-top: 120px;
	padding-left: 110px;
}

.entry-lead h5 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 60px;
	text-align: center;
	color: #f5f5f5;
	text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	padding-left: 140px;
	letter-spacing: 2px;
}


@media only screen and (max-width: 1200px) {
.entry-lead {
	bottom: 100px;
}


.entry-crest {
	bottom: 255px;
}

.entry-crest img {
	width: 100px;
	padding-right: 480px;
	
}

.entry-lead h1 {
	font-size: 144px;
	letter-spacing: -5px;
	padding-right: 0px;
}

.entry-lead h5 {
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 100px;
}

}


@media only screen and (max-width: 800px) {

.entry-lead {
	bottom: 0px;
}

.entry-crest {
	bottom: 205px;
}

.entry-crest img {
	width: 70px;
	padding-right: 340px;
	
}

.entry-lead h1 {
	font-size: 100px;
	letter-spacing: -5px;
	padding-right: 50px;
}

.entry-lead h5 {
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-left: 75px;
}
	
}



@media only screen and (max-width: 500px) {

.entry-lead {
	bottom: 0px;
}

.entry-crest {
	bottom: 240px;
}

.entry-crest img {
	width: 50px;
	padding-right: 225px;
	
}

.entry-lead h1 {
	font-size: 70px;
	letter-spacing: -5px;
	padding-left: 80px;
}

.entry-lead h5 {
	font-size: 8px;
	letter-spacing: 0px;
	padding-top: 15px;
	padding-left: 50px;
}
	
}



.mast-issue {
	font-weight: 100;
	color: rgba(255,244,83,1.0);
}

.entry-points {
 	width: 100%;
	border-top: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);	
	z-index: 10;
	bottom: 70px;
	box-sizing: border-box;
	padding: 0;
	position: absolute;
}


.entry-points ul {
  	overflow: hidden;
  	margin: 0;
  	padding: 0;
}

.entry-points li {
	list-style: none;
	float: left;
	text-align: center;
	border-right: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	width: 25%; /* fallback for non-calc() browsers */
	width: calc(100% / 4);
	height: 200px;
	box-sizing: border-box;
	display: block;
  	text-decoration: none;
  	color: #f5f5f5;
}



@media only screen and (max-width: 800px) {
	.entry-points li {
	display: none;
}
}


.entry-points-contents {
 	width: 80%;	
	z-index: 10;
	margin-top: 100px;
	box-sizing: border-box;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.entry-points-contents p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 0;
}

.entry-points-contents ul {
  	overflow: hidden;
  	margin: 0;
  	padding: 0;
}

.entry-points-contents li {
	list-style: none;
	float: left;
	text-align: center;
	border: 8px solid #f5f5f5;
	background-color: rgba(171, 15, 21, 1.0);
	width: 25%; /* fallback for non-calc() browsers */
	width: calc(100% / 4);
	height: 190px;
	box-sizing: border-box;
	display: block;
  	text-decoration: none;
  	color: #f5f5f5;
}


@media only screen and (max-width: 1200px){
.entry-points li {
	height: 140px;
}

.entry-points-contents li {
	width: 50%; /* fallback for non-calc() browsers */
	width: calc(100% / 2);
}

}


@media only screen and (max-width: 600px) {

.entry-points-contents li {
	width: 100%; /* fallback for non-calc() browsers */
	width: calc(100% / 1);
}

}

.entry-points li:nth-child(1) {
    border-left: 0px;
}

.entry-points li:nth-child(4) {
    border-right: 0px;
}


.point img {
	width: 110%;
}

.point {
overflow: hidden;
}





.back-cov-lead {
	min-height: 400px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.8), rgba(255,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.8), rgba(255,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.8), rgba(255,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0.8), rgba(255,0,0,1)); /* Standard syntax (must be last) */
	text-align: center;
	margin: auto auto;
}


.back-cov-crest {
	width: 100%;
	bottom: 400px;
	position: absolute;
	z-index: 9999;
	text-align: center;
	margin: auto auto;
}

.back-cov-crest img {
	width: 120px;
	
}

.back-cov-lead h3 {
	color: rgba(255,244,83,1.0);
	margin: auto auto;
	padding-top: 10px;
}

.back-cov-lead h2 {
	padding-top: 20px;
	max-width: 600px;
	font-family: "Arial", sans-serif;
	font-size: 19px;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	color: #f5f5f5;
	margin: auto auto;
	letter-spacing: 1px;
}

@media only screen and (max-width: 800px) {

.back-cov-lead {
	min-height: 300px;
	width: 100%;
	position: absolute;
	bottom: 55px;
}

.back-cov-lead h2 {
	font-size: 14px;
	max-width: 300px;
}

.back-cov-lead h3 {
	font-size: 12px;
	max-width: 300px;
	line-height: 2;
}

.back-cov-crest {
	width: 100%;
	bottom: 230px;
	position: absolute;
	z-index: 9999;
	text-align: center;
	margin: auto auto;
}

.back-cov-crest img {
	display: none;
	
}

}


.high-link {
	font-weight: 400;
	text-decoration: underline;
}





/* End Cover boxes */

/* Contents */

.container-contents {
	background: -webkit-linear-gradient(rgba(190,192,194,1.0), rgba(255,255,255,1.00)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(190,192,194,1.0), rgba(255,255,255,1.00)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(190,192,194,1.0), rgba(255,255,255,1.00)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(190,192,194,1.0), rgba(255,255,255,1.00)); /* Standard syntax */	
	width: 100%;
	min-height: 98vh;
	padding-top: 1px;
}

.contents-points {
 	width: 100%;
	border-top: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);	
	z-index: 10;
	bottom: 70px;
	box-sizing: border-box;
	padding: 0;
	position: absolute;
}


.contents-points ul {
  	overflow: hidden;
  	margin: 0;
  	padding: 0;
}

.contents-points li {
	list-style: none;
	float: left;
	text-align: center;
	border-right: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	width: 25%; /* fallback for non-calc() browsers */
	width: calc(100% / 4);
	height: 175px;
	box-sizing: border-box;
	display: block;
  	text-decoration: none;
  	color: #f5f5f5;
}

@media only screen and (max-width: 1200px) {
.contents-points li{
	height: 140px;
}
}

.contents-points li:nth-child(1) {
    border-left: 0px;
}

.contents-points li:nth-child(4) {
    border-right: 0px;
}


.container-edge {
	text-align: center;
	width: 100%;
	padding-bottom: 60px;
}

@media only screen and (max-width: 1025px) {
	#EdgeID_desktop {
	display: none;
}
	
}

.red {
	color: rgba(227,27,35,1.0);
}

/** Competition styles 

RED: rgba(227,27,35,1.0);
TEAL: rgba(0,161,142,1.0);
GOLD: rgba(177,149,58,1.0);

**/

.win {
	font-style: italic;
	color: rgba(177,149,58,1.0);
}

.details-list li {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: rgba(60,60,60,1.00);
}

.comp-headline {
	color: rgba(227,27,35,1.0);
}

.comp-subhead {
	color: rgba(0,161,142,1.0);
	line-height: auto;
	font-weight: 600;
	letter-spacing: -1px;
}

.comp-subhead2 {
	color: rgba(227,27,35,1.0);
	line-height: auto;
	font-weight: 600;
	letter-spacing: -1px;
}


.question-bar { 
	background-color: rgba(0,161,142,1.0);
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto auto;
	color: rgba(255,255,255,1.00);
	width: 100%;
	text-align: center;
}

.question-bar2 { 
	background-color: rgba(227,27,35,1.0);
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto auto;
	color: rgba(255,255,255,1.00);
	width: 100%;
	text-align: center;
}

.question-details { 
	color: rgba(0,161,142,1.0);
}

.question-details2 { 
	color: rgba(227,27,35,1.0);
}

.answer-list ul {
}

.answer-list li{
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	list-style: none;
	margin-right: 20px;
	padding-right: 40px;
}

.question-container {
	width: 60%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;	
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.comp-text {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 40px;
	text-transform: none;
	color: rgba(60,60,60,1.00);
}

.comp-text-sml {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: none;
	opacity: 0.5;
}

.instruct-text {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: none;
	opacity: 0.5;
	text-align: center;
	margin: auto auto;
}

@media only screen and (max-width: 1024px) {
.question-container {
	width: 80%;
}


}

@media only screen and (max-width: 768px) {
.question-container {
	width: 85%;
}
}

.inset img {
	float: right;
	clear: both;
}

#video1 {
    position: relative;
    height: 0;
    overflow: hidden;
}

.comp-tops {
	margin: 0;
	padding: 0;
	text-align: center;
}

.comp-tops img {
	width: 100%;
}

.comp-tops li {
	list-style: none;
	display: inline-block;	
}

#video2 {
    position: relative;
    height: 0;
    overflow: hidden;
}

.interactive-mob {
	display: none;
}

.interactive-desk {
	width: 980px;
	margin: auto auto;
}

.instruct-text {
	display: none;
}

@media only screen and (max-width: 959px) {

.interactive-desk {
	display: none;
}
	
.interactive-mob {
	display: block;
	width: 340px;
	margin: auto auto;
	padding: 0;
}

.instruct-text {
	display: block;
}
}

.point h4 {
	font-size: 15px;
}