/**** 
yellow #FFF200
light grey #F2F1F0
dark grey #4F4F4F
******/

html,
body {
	font-family: 'Open Sans', sans-serif; 
	color: #4F4F4F;
	font-weight: 300;
}

body {
  	background: #fff;
	line-height: 1.5em;
	font-size: 16px;
}

/**** LOADER ***/

/* Center the loader */
#loader{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background:none;
}

#loader .loading-spin {
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	z-index: 1;
  	width: 50px;
  	height: 50px;
	transform: translate(-50%, -50%);
	margin:-25px 0 0 -25px;


	border: 10px solid #ffffff;
  	border-radius: 50%;
  	border-top: 10px solid #FFF200;

 	-webkit-animation: spin 2s linear infinite;
  	animation: spin 2s linear infinite;
}

#loader .loading-copy {
  position: absolute;
  width:100%;
  top: 50%;
  margin-top:80px;
  z-index: 2;
  color:#4F4F4F;
  font-size:0.7em;
  text-transform:lowercase;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


p,
.content ul,
.content ol,
.content li,
.news-content ul,
.news-content ol,
.news-content li,
.blog-content ul,
.blog-content ol,
.blog-content li,
.heritage-content ul,
.heritage-content ol,
.heritage-content li{
	font-size: 14px;
}

.content ul,
.blog-content ul,
.heritage-content ul {
    padding-left: 1em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:300; 
	text-transform: uppercase; 
	font-family: 'Open Sans', sans-serif; 
}

h1 {font-size:2.2em;}
h2 {font-size:1.7em;}
h3 {font-size:1.5em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


@media screen and (max-width: 63.9375em) {
	h1 {font-size:1.6em;  }
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
	h6 {font-size:1em;}
}

@media screen and (max-width: 39.9375em) {
	h1 {font-size:1.4em;  }
	h2 {font-size:1.3em;}
	h3 {font-size:1.2em;}
	h4 {font-size:1.1em;}
	h5 {font-size:1.05em;}
	h6 {font-size:1em;}
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #FFF200;
    padding-bottom: .5em;
    display: inline-block;
    font-size: 1.7em;
}
h1.subheader {
    margin-bottom: 1.5em;
    border-bottom: none;
    padding-bottom: .5em;
    display: inline-block;
    font-size: 1.7em;
    color:red;
}
.news-video h1{
	border-bottom: none;
	margin-bottom: 1em;
}

h2,
#modular .modular-row h3{
	margin-top:0;
	padding-top: 15px;
	margin-bottom: 15px;
}


h3 {
	margin-top:0;
	padding-top:30px;
}

h4 {
}


a,
a:hover,
a:focus{
   color:#000;
   outline:none !important;
   text-decoration:none;
}

a.no-link:hover {
	text-decoration: none !important;
	color:#000 !important;
	cursor: default !important;
}

.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept{
	background: #FFF200;    
	font-weight: normal;
}

.btn {
	font-size:1em;
}

#main{
	position:relative;
}


.containerwide {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px){
    .containerwide {
        max-width: 750px;
    }
}
@media (min-width: 992px){
    .containerwide {
        max-width: 970px;
    }
}

@media (min-width: 1200px){
    .containerwide {
        max-width: 1170px;
    }
}



/** CAROUSEL TOP */

.top-carousel-holder{
	width:100%;
	position: relative;
	overflow:hidden;
}

.carousel-title-box{
	display: inline-block;
    width: 100%;
    background: none;
    position: absolute;
    top: 30px;
    left: 0%;
	z-index: 100;
	text-align:center;
}

.motorsport-about > .carousel-title-box{
    color:#000;
}

.carousel-title-box{
    width: 40%;
    left: 53%;
    text-align:left;
}

.carousel-section{
	position:absolute !important;
	top:0px;
	left:0px;
	width:100%;
	display:none;
	z-index:2;
}

.carousel-sizer{
	position:relative;
	width:100%;
	z-index:1;
}

.carousel-item{
	width:100%;
	position:relative;
}
.carousel-holder{
	width:100%;
}

.carousel-box{
	display:inline-block;
	width:25%;
	background:none;
	position:absolute;
	top:30px;
	left:70%;
}

.carousel-title,
.carousel-copy,
.carousel-button{
	display:inline-block;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.carousel-title {
    font-size: 2.4em;
    line-height: 1em;
    padding-bottom: 0.25em;
    margin: 0 0 0.25em 0;
    color: #fff;
    border-bottom: 1px solid #FFF200;
    font-weight: 300;
	text-transform: uppercase;
}

.carousel-copy{
	width:100%;
}

.carousel-copy p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0em;
    text-transform: uppercase;
}

.carousel-button {
	background: #FFF200;
	margin: 0;
	margin-top: 1em;
	color: #000;
	font-weight: 500;
	border: 1px solid #FFF200;
	border-radius: 0;
	transition: all 0.35s;
	line-height: 1.2em;	
    font-size: 1.2em;
    padding: 0.5em 1em;
    text-shadow: none;
	text-align: center;
	text-transform: uppercase;
}

.carousel-button:hover,
.carousel-button:focus{
	background:#000; 
	color:#FFF;
	border-color:#FFF200;  
}

.carousel-image{
	width:100%;
	display:block;
}

.carousel-image img{
	width:100%;
}

.carousel-link {
    display: table;
    width: 100%;
    height: 100%;
}

.slick-dots{
    display: table !important;
    width: 100%;
	bottom:7px;
}

.slick-dots li{
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.slick-dots li button{
	background: none;
	background: #FFF200;
    border-radius: 0%;
    opacity: 1;
    width: 95%;
    height: 2px;
    padding: 0;
}

.slick-dots li.slick-active button{
    background: none;
	background: #FFF200;
    border-radius: 0%;
    opacity: 1;
    width: 95%;
    height: 5px;
    padding: 0;
}

@media (max-width: 1200px) {
	.carousel-title {
    	font-size: 1.7em;
    	line-height: 1em;
    	padding-bottom: 0.25em;
    	margin: 0 0 0.25em 0;
	}

	.carousel-copy p {
    	font-size: 0.8em;
    	line-height: 1.4em;
    	text-transform: uppercase;
	}

	.carousel-button {
    	font-size: 0.8em;
    	padding: 0.5em 1em;
		margin-top:0.5em;
	}
}


@media (max-width: 900px) {
	.carousel-title {
    	font-size: 1.5em;
	}
	.carousel-box{
		top:30px !important;
	}
}

@media (max-width: 800px) {

	.carousel-section{
		position:relative!important;
	}
	.carousel-sizer{
		display:none;
	}

	.carousel-box {
    	display: inline-block !important;
    	width: 100% !important;
    	background: #000 !important;
    	position: relative !important;
    	top: 0px !important;
    	left: 0px !important;
		padding:10px 20px;
	}
	.carousel-title {
    	width:100%;
    	color:#fff !important;
	}
	.carousel-copy {
    	width:100%;
	}

	.carousel-item .carousel-title,
	.carousel-item .carousel-copy p{
	   color: #fff  !important;
	}

	.slick-prev, 
	.slick-next {
		display:none !important;
	}

}


@media (max-width: 900px) {
	.top-carousel-holder {
    	margin-bottom: 0px;
	}
	.carousel-title-box {
    	display: inline-block !important;
    	width: 100% !important;
    	background: #000;
    	position: relative !important;
    	top: 0px !important;
    	left: 0px !important;
		padding:10px 20px;
		margin-bottom:20px;
	}
}




/**** HOMEPAGE TOP CAROUSEL ***/

.home .top-carousel-holder{
	background:#FFF200;
	height: 480px;
	transition:height 0.5s easeout;
}

.home .slick-list{
	height: 450px !important;
    overflow: hidden !important;
}

.home .carousel-item{
	background:#FFF200;
}

.carousel-home-holder{
	height:450px;
	background:#FFF200;
}

.carousel-home-image img{
	max-height:420px;
}

.carousel-home-section{
	position:relative !important;
	top:0px;
	left:0px;
	width:100%;
	display:none;
	z-index:2;
	line-height:0;
}

.carousel-home-item{
	width:100%;
	position:relative;
}

.carousel-home-holder{
	width:100%;
	display:table;
	table-layout:fixed;
}

.carousel-home-image{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	height:100%;
	background:#FFF200;
}

.carousel-home-image-holder-outer{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}

.carousel-home-image-holder-inner{
	display:table;
	vertical-align:middle;
	width:100%;
}

.carousel-home-image img{
	display:table-cell !important;
	vertical-align:middle;
	width:auto;
	max-width:100%;
	height:100%;
}

.carousel-home-content-holder{
	display:table-cell;
	width:50%;
	height:100%;
	vertical-align:middle;
	background:#FFF200;
}

.carousel-home-content-holder-outer{
	display:table;
	vertical-align:middle;
	height:100%;
}

.carousel-home-content-holder-inner{
	display:table-cell;
	vertical-align:middle;
	padding: 2% 12%;
	padding-left: 80px;
}

.carousel-home-heading,
.carousel-home-abstract{
	display:inline-block;
	width:100%;
}

.carousel-home-heading {
    font-size: 1.9em;
    line-height: 1em;
    padding-bottom: 0.25em;
    margin: 0 0 0.25em 0;
    color: #000;
    font-weight: 300;
	text-transform: uppercase;
}

.carousel-home-abstract{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0em;
}

.carousel-home-abstract ul{
	padding-left: 1em;
}

.carousel-home-abstract li{
	font-weight:normal !important;
}

.carousel-home-abstract li strong,
.carousel-home-abstract li b{
	font-weight:normal !important;
}

.carousel-home-button {
	display:inline-block;
	background: #fff;
	margin: 0;
	margin-top: 1em;
	color: #4F4F4F;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 0;
	transition: all 0.35s;
	line-height: 1.2em;
	font-size: 0.8em;
	padding: 0.5em 1em;
    text-shadow: none;
	text-align: center;
	text-transform: uppercase;
}

.carousel-home-button:hover,
.carousel-home-button:focus{
	background:#4F4F4F; 
	color:#FFF;
	border-color:#FFF200;  
}

.carousel-home-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home .slick-dots {
    bottom: 0px;
    position: relative;
	background: #FFF200;
}

.home .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.home .slick-dots li.slick-active button {
    background: #000;
}


@media (max-width: 1200px) {
	.carousel-home-heading {
    	font-size: 1.7em;
    	line-height: 1em;
    	padding-bottom: 0.25em;
    	margin: 0 0 0.25em 0;
	}
}


@media (max-width: 960px) {
	.carousel-home-heading {
    	font-size: 1.4em;
	}
	.carousel-home-abstract {
    	font-size: 1em;
	}
}

@media (max-width: 800px) {

	.home .top-carousel-holder,
	.home .slick-list{
		height: auto !important;
	}

	.carousel-home-holder{
		height: auto !important;
	}

	.carousel-home-holder {
    	display: inline-block;
	}

	.carousel-home-section{
		position:relative!important;
	}
	.carousel-home-image {
    	display: inline-block;
    	width: 100%;
   	 	vertical-align: top;
	}
	.carousel-home-image img{
		width:100%;
		height:auto;
		max-height:100%;
		max-width:100%;
	}

	.carousel-home-content-holder {
    	display: inline-block;
    	width: 100%;
    	background: #FFF200;
	}
	.carousel-home-content-holder-outer {
    	display: inline-block;
    	width: 100%;
	}
	.carousel-home-content-holder-inner {
    	display: inline-block;
    	width: 100%;
    	padding: 15px;
	}
	.carousel-home-abstract {
    	display:none;
	}

	.home .slick-dots {
   		display:none !important;
	}	

}


@media (max-width: 900px) {
	.carousel-title-box {
    	display: inline-block !important;
    	width: 100% !important;
    	background: #000;
    	position: relative !important;
    	top: 0px !important;
    	left: 0px !important;
		padding:10px 20px;
		margin-bottom:20px;
	}
}

@media (max-width: 450px) {
	.home .slick-dots {
   		display:none !important;
	}
}

/*** HOME PAGE */

body.home{
	background:#fff;
	color:#000;
}




.carousel-item.carousel1 .carousel-box{
	left:25%;
	top:30px;
}

.carousel-item.carousel1 .carousel-title,
.carousel-item.carousel1 .carousel-copy p{
	   color: #000;
}

.carousel-item.carousel10 .carousel-title,
.carousel-item.carousel10 .carousel-copy p{
	   color: #000;
}

.carousel-item.carousel2 .carousel-box{
	left:10%;
}

.carousel-item.carousel6 .carousel-box{
	left:10%;
	top:70px;
}

.carousel-item.carousel7 .carousel-box{
	left:10%;
	top:40px;
}

.carousel-item.carousel8 .carousel-box{
	left:10%;
	top:40px;
}

.carousel-item.carousel10 .carousel-box{
	left:10%;
	top:40px;
}

.carousel-item.carousel-53  .carousel-box{
	left:65%;
}

.carousel-item.carousel-2019-08-06 .carousel-box{
	left:65%;
}

.carousel-item.carousel-2019-08-08 .carousel-box{
	left:65%;
}

.carousel-item.carousel-2019-09-09 .carousel-box{
	width:350px;
}

.carousel-item.carousel-2019-09-11 .carousel-box{
	left:5%;
	top:30px;
	width:30%;
}

.carousel-item.carousel-range .carousel-box{
	left:5%;
	top:30px;
}


.carousel-item.countdown .carousel-box{
	left:25%;
	top:40px;
}

.countdown-box{
	display:inline-block;
	width:100%;
}

.countdown-item{
	display:inline-block;
	color:#fff;
	margin-right:20px;
}

.countdown-num{
	font-weight:500;
}

.countdown-txt{
	font-size:0.8em;
}

@media (min-width: 1200px) {
	.countdown-box{
		margin-top:10px;
	}
	.countdown-num{
		font-size:2em;
	}

	.countdown-txt{
		font-size:0.8em;
	}

}

@media (max-width: 1200px) {

	.carousel-item.carousel-2019-09-09 .carousel-box{
		width:225px;
	}

}




body.home .content{
	margin-top:20px;
	margin-bottom:20px;
}

body.home h1,
body.home h2,
body.home h3,
body.home p{
	color:#000;
}

body.home .carousel-copy p{
	color:#fff;
}

body.home h1
{
	margin-top:20px;
}

body.home h2{
	margin-bottom: 1.5em;
	border-bottom: 1px solid #FFF200;
	padding-bottom: .5em;
	display:inline-block;
}


body.home h2{
	color: #000;
	border:none;
}
body.home .discover h2{
	color: #fff;
}
.latest{
	background: #F2F1F0;
	padding: 20px 0px;
}

.discover{
	padding: 20px 0px;
}

.home .grid-item,
.home .home-item{
	width:22%;
	width:30%;
	margin-right:3%;
	float: left;
	padding-right:0px;
	border-bottom:8px solid #FFF200;
	line-height: 0em;
}

.home .latest-item{
	position:relative;
}


.home .home-item{
	border-bottom:8px solid #000;
	margin-bottom:20px;
}
.home .home-item.latest-item{
	border-bottom: 8px solid #FFF200;
}

.home .grid-item:nth-child(3n+1),
.home .home-item:nth-child(3n+1){
	margin-right:0%;
}

.home .grid-item a,
.home .home-item a{
	width:100%;
	height:100%;
	display:inline-block;

}
.home .listing-image {
    overflow: hidden;
}

.home .listing-overlay {
	/**display:none;*/
	line-height: 1.5em;
	position: relative;
	margin-top:-1px;
}

.home .listing-image .news-img-holder{
    overflow: hidden;
    min-height: 400px;
    background: #000;
	position: relative;
	transition: all 1s ease-out;
}

.home .latest-item .loading-placeholder{
	position:absolute;
	top:0;
	left:0;
	line-height: normal;
	width:100%;
	height:100%;
	z-index:1;
}

.home .listing-image .news-img-holder img{
	display:none;
	z-index:2;
}

.home .listing-bar {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
	background-color: #4F4F4F;
    opacity: 1;
    z-index: 1;
}

.home .home-item .listing-bar {
    background-color: #4F4F4F;
    opacity: 1;
}


.home .listing-date,
.home .listing-headline,
.home .listing-copy{
	display:inline-block;
	width:80%;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	z-index: 2;
}

.home .home-item .listing-date,
.home .home-item .listing-headline,
.home .home-item .listing-copy{
	color: #fff;
}

.home .listing-date{
	display:none;
}

.home .listing-headline,
.home .listing-copy,
.home .listing-copy p{
	font-size:0.85em;
	line-height:1.4em;
}

.home .listing-copy p{
	font-size:1em;
	color:#fff;
}

.home .listing-readlink {
    position: relative;
    display: inline;
    float: right;
    font-size: 1em;
    color: #FFF200;
    padding: 5px 15px;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
}



@media (max-width: 768px) {
	.home-item{
		width: 48.5%;
		margin-bottom: 15px;
	}
	.home-item:nth-child(2n+1){
		margin-right:0%;
	}
	.home-item:nth-child(2n){
		margin-right:3%;
	}

}

@media (max-width: 450px) {
	.home-item{
		width:100%;
		padding:0;
		height:auto;
	}
}




/*** CONTENT PAGES */

.multipage h1 {font-size:1.7em;}

.multipage h2 {font-size:1.4em;}
.multipage h2 {font-size:1.2em;}

.multipage h3 {font-size:1.2em;}
.multipage h3 {font-size:1em;}

.multipage .content h3,
.content h3{
	font-weight:500;
	font-size:1em;
}

.multipage .csv-table h2{
	font-size:1em;
}
.multipage .csv-table a.no-link{
	font-size:1em;
	font-weight:500;
	color: #4F4F4F !important;
}

.multipage h1 {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #FFF200;
    padding-bottom: .5em;
    display: inline-block;
}

.multipage .modular-row h1 {
	padding-bottom: 0px;
}

.multipage table{
	border:none;
	width:99.5%;
	font-size: 14px;
}

.table-bordered > tbody > tr > td{
	border:none;
}

.multipage table tr:nth-child(odd) {
	background: #f9f9f9;
}

.multipage table tr:nth-child(even){
	background: #f5f5f5;
}

.multipage table td{
	padding:5px 10px;
	border:none;

}

.multipage table td:first-child{
	width:30%;
}

.multipage table td p {
    margin: 0px;
}

.multipage h2.toggle-heading, .multipage h2.non-toggle-heading {
	background: #FFF200;
	margin:0;
	margin-top:20px;
	padding:10px;
	font-size:0.8em;
	cursor:pointer;
	vertical-align:middle;
	margin-right:0.5%;
}

.multipage h2.non-toggle-heading {
	cursor: default;
}

.heritage-multipage h1 {
    padding: 20px;
    background: #000;
    color: #FFF200;
    width: 100%;
    display: inline-block;
    border:none;
}

.heritage-multipage .resources h3 {
    background: #000;
    color: #FFF200;
}

.heritage-multipage h2.toggle-heading, 
.heritage-multipage h2.non-toggle-heading {
    background: #000;
    color: #FFF200;
}

.csv-table table.table-bordered th{
	border: none;
}


.toggle-twistie {
    display: inline-block;
    float: right;
   /** width: 16px;
    height: 16px;*/
}

.toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f054";
	font-size: 0.8em;
}


.toggleArrow .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f078";
	font-size: 0.8em;
}


.filtermenu .toggle-twistie::after{
	content: "+";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f054";
	font-size: 0.8em;
}

.filtermenu .toggleSign .toggle-twistie::after {
    content: "_";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f078";
	font-size: 0.8em;
}


.toggle-section{
	margin-top:10px;
	margin-bottom:30px;
}

.resources {
	margin-top: 20px;
}

.resources .resource-panel{
	margin-bottom:30px;
}

.resources h3{
	background:#FFF200;
	color:#000;
	margin:0;
	padding:0;
	padding:10px;
	margin-bottom:1px;
	font-size: 0.8em;
}

.resources a {
	background:#F2F1F0;
	color:#000;
	margin:0;
	padding:0;
	padding:10px;
	margin-bottom:1px;
	font-size: 0.8em;
	display:inline-block;
	width:100%;
}

.resources a:hover,
.resources a:focus{
	background:#4F4F4F;
	color:#fff;
}

.resources a i{	
	float:right;
	color:#4F4F4F;
}
.resources a:hover i,
.resources a:focus i{	
	color:#fff;
}
.resources .minigallery-panel{
	background:#F2F1F0;
	display:inline-block;
	width:100%;
}

.resources .epa-item-minigallery-bundlelink {
	display:inline-block;
	width:100%;
}

.resources .epa-item-minigallery-thumb{
	width:33.33%;
	float: left;
}

.resources .epa-item-minigallery-thumb a{
	background:none;
}

.resources .epa-item-minigallery-thumb a:hover,
.resources .epa-item-minigallery-thumb a:focus{
	background:#F2F1F0;
}

.resources .epa-item-minigallery-thumb .thumb-holder{
	height:90px;
}

.resources .epa-item-minigallery-thumb img{
	width:100%;
}

.content-header{
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
	background:#F2F1F0;
	margin-bottom:20px;
}

.content-header h1{
	 color: #000;
	 display:inline-block;
	 margin:0;
}

.content-copy{
	margin-right:20px;
}


.multipage .overlay-box{
	display:inline-block;
	width:25%;
	background:none;
	position:absolute;
	top:30px;
	left:20%;
}

.multipage .overlay-box-title,
.multipage .overlay-box-copy {
	display:inline-block;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.multipage .overlay-box-title {
    font-size: 2.4em;
    line-height: 1em;
    padding-bottom: 0.25em;
    margin: 0 0 0.25em 0;
    color: #fff;
    border-bottom: 1px solid #FFF200;
    font-weight: 300;
	text-transform: uppercase;
}

.multipage .overlay-box-copy {
	width:100%;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0em;
    text-transform: uppercase;
	color: #fff;
}


@media (max-width: 990px) {

	.multipage .overlay-box {
		width:50%;
	}

}

@media (max-width: 767px) {
	.content-copy {
		margin-right:0px;
	}

	.resources .epa-item-minigallery-bundlelink {
		display:none;
	}

	.resources .resource-panel{
		padding-top:30px;
	}

	.multipage .overlay-box {
		display:none;
	}

}





/*** SEARCH PAGE */

.search-result {
    border-top: 1px solid #EEE !important;
}

.search-result a{
    color:#000;
}
.search-result a:hover{
    color:#4F4F4F;
}
.search-pager {
    border-top: 1px solid #EEE !important;
}

.search-result .extract,
.search-result .extract p{
	font-sise:0.8em;
}

.content .sisea-highlight {
    color: #FFF200;
    font-size: 1em;
    font-weight: normal;
}


.search h2{
	font-size: 1em;
}

#main .search-result > h3 {
    font-size: 1em;
}

.pagination > li > a, 
.pagination > li > span {
    background-color: #FFF200;
	color:#000;
    border:none;
	margin-left: 2px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #000;
    background-color: #FFF200;
    border:none;
	font-weight: bold;
}
.pagination-sm > li:last-child > a, 
.pagination-sm > li:last-child > span,
.pagination-sm > li:first-child > a, 
.pagination-sm > li:first-child > span{
    border-radius: 0px;
}


span.highlight {
    background: #4F4F4F;
    color: #fff;
}

.search-results-list .search-result {
    padding: 0px;
}

.footer-links,
.footer-copy{
	 font-size: 0.9em;
	 text-align: left;
}

.footer{
	padding: 0.5em 2em 0;
	background: #000;
}

.footer-links{
	text-align:left;
	font-size:0.8em;
	width: 83.33333%;
	float:left;
}

.footer-links a{
	color: #4F4F4F;
	border-right: 1px solid #4F4F4F;
}
.footer-links a:first-child{
	padding-left:0;
}
.footer-links a:last-child{
	border-right:none;
}

.footer-links a:hover,
.footer-links a:focus{
	color:#fff;
}

.footer-copy{
	text-align:right;
	font-size:0.8em;
	float:right;
	color: #fff;
}

.footer-page table td{
	padding:20px;
	border:1px solid #F2F1F0;
}

@media (max-width: 767px) {
	.footer-links,
	.footer-copy{
		float:none;
		text-align:center;
		width:auto;
	}
	.footer-links a:last-child{
		border-right: 1px solid #F2F1F0;
	}

}


@media (max-width: 400px) {

	.footer-links a,
	.footer-copy{
	 	width:100%;
		display:inline-block;
		margin-left:0;
		padding-left:0;
		border-right: none !important;
	}

}

.modular-image-caption {
	background: #F2F1F0 !important;
	color: #4F4F4F !important;
}


.about .modular-image-caption {
	padding:0 !important;
	padding-top:20px !important;
	padding-bottom:20px !important;
	background: none !important;
}

@media (max-width: 990px) {
	.modular-image-caption,
	.about .modular-image-caption{
		height:auto !important;
		padding-bottom:0px !important;
	}
}






/***  NEWS */


.filter-heading{
	background:#F2F1F0;
	margin-bottom:1px;
	padding:10px 10px;
	font-size:0.8em;
}

.filtermenu{
	font-weight:normal;
	font-size:0.8em;
}

.filtermenu .filter-clear,
.filtermenu .filter-models,
.filtermenu .filter-date,
.filtermenu .filter-market,
.filtermenu .filter-topic,
.filtermenu .filter-other div{
	background:#FFF200;
	margin-bottom:1px;
	padding:5px 10px;
}

.filtermenu .filter-models,
.filtermenu .filter-date,
.filtermenu .filter-market,
.filtermenu .filter-topic{
	padding:0px 0px;
}

.filtermenu .filter-clear,
.filtermenu .toggle-filter-heading{
	cursor: pointer;
	padding:8px 10px;
}

.filtermenu .filter-models label,
.filtermenu .filter-date label,
.filtermenu .filter-market label,
.filtermenu .filter-topic label,
.filtermenu .filter-other label{
	font-weight:normal;
}

.filtermenu .filter-date label {
    width: 40%;
}

.filtermenu .filter-clear input,
.filtermenu .filter-models input,
.filtermenu .filter-date input,
.filtermenu .filter-market input,
.filtermenu .filter-topic input,
.filtermenu .filter-other input{
	float:right;
}

.filtermenu .filter-date input {
    width: 60%;
    float: none;
}

.filtermenu .toggle-filter-section div {
    background: #faf19a;
    padding: 5px 10px;
    margin: 0;
	margin-bottom:1px;
    /**border-top: solid thin #fff;*/
}

/**.filtermenu .toggle-filter-section div:last-child {
    border-bottom:none;
}*/


.filtermenu [type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 767px) {

	.newsfilterpage .sidemenu{
		margin-bottom:15px;
	}

	.filter-heading{
		cursor: pointer;
	}
}

#newscontainer{
	display: inline-block;
}


#newscontainer .grid-item{
	background:#F2F1F0;
	margin:0;
	margin-bottom:15px;
	padding:25px;
	display: inline-block;
	width:100%;
	height:auto !important;
	position:relative;
}


#newscontainer a.listing-link{
	display: inline-block;
}

#newscontainer .listing-image{
	max-height:400px;
	overflow: hidden;
}

.newsfilterpage #newscontainer .listing-image{
	max-height:auto;
	overflow: visible;
}

#newscontainer .listing-image img{
	width:45%;
	float:right;
	display: inline-block;
}

#newscontainer .listing-image .listing-overlay{
	width:50%;
	float:left;
	display: inline-block;
	position:relative;
}

#newscontainer .listing-bar{
	display:none;
}

#newscontainer .listing-date{
	color:#4F4F4F;
	font-size:0.7em;
	padding:0;
}

.news-panel .listing-text .news-asset-count,
.news-panel .listing-text .news-asset-count .asset_type_d::before,
.news-panel .listing-text .news-asset-count .asset_type_i::before,
.news-panel .listing-text .news-asset-count .asset_type_v::before{
    color:#4F4F4F;
}

#newscontainer .listing-headline{
	color:#000;
	font-size:1.5em;
	line-height: 1.1em;
}

#newscontainer .listing-abstract{
	color:#4F4F4F;
	font-size:0.85em;
	line-height:1.5em;
}

#newscontainer .listing-readlink{
    background: #FFF200;
    margin: 0;
	margin-top:10px;
    color: #000;
    font-weight: 500;
    border: 1px solid #FFF200;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
	float:none;
}

#newscontainer .listing-readlink i{
	margin-left:5px;
}


#newscontainer .listing-readlink:hover,
#newscontainer .listing-readlink:focus{
	background:#000; 
	color:#FFF;
	border: 1px solid #FFF200;
}

.pageNav{
	padding-top: 10px;
	text-align: right;
}

.pageNav ul{
    display: inline-block;
    padding-left: 0;
	padding-left: 1em;
    margin: 20px 0;
    border-radius: 4px;
}

.pageNav ul > li {
    display: inline;
}

.pageNav ul > li > a{
    background-color: #FFF200;
	color:#000;
    border:none;
	margin-left: 2px;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	float: left;
	line-height: 1.428571429;
	text-decoration: none;
}

.pageNav ul > li > a.active,
.pageNav ul > li > a.active:hover,
.pageNav ul > li > a.active:focus {
    color: #4F4F4F;
    background-color: #FFF200;
    border:none;
	font-weight: bold;
}

@media (max-width: 480px) {
    #newscontainer .listing-image img{
	    width:100%;
	    float:left;
	    margin-bottom:10px;
    }

    #newscontainer .listing-image .listing-overlay{
	    width:100%;
    }
	
}


/**** NEWS STORY */

.news .asset-display h2,
.news .asset-display .epa-section h2{
    background: #FFF200;
    margin: 0;
	margin-bottom:1px;
	margin-top: 20px;
    padding: 0;
    padding: 10px;
    font-size: 0.8em;
	width:99.5%;
	display: inline-block;
	text-transform:uppercase;
    color: #000;
}


.news .asset-display .epa-item-thumb {
    width: 50%;
    padding-right: 0.5%;
    margin-bottom: 0.5%;
}

.news #epa-info-box {
	margin-right:0.5%;
}

.news #epa-info-box .info-box-image-wrapper,
.news #epa-info-box .info-box-action-wrapper{
    width: 100%;
	vertical-align: unset;
}

.news #epa-info-box .info-box-action-wrapper{
    margin-top:20px;
}

.news #epa-info-box,
.news #epa-info-box .info-box-image-wrapper,
.news #epa-info-box .info-box-info{
	text-align:center;
}

.news #epa-info-box {
	padding-left: 0px;
	padding-right: 0px;
}


.news .news-content .info-box-video.video-iframe{
	margin-bottom:10px;
}

@media (max-width: 1024px) {
	.news .asset-display .epa-item-thumb {
   	 	width: 100%;
   	 	padding-right: 0.5%;
		/**margin-bottom: 0.5%;**/
		margin-bottom: 10px;
	}

	.news #epa-info-box {
		padding-top: 0px;
	}

	.news #epa-info-box .info-box-image-wrapper{
		display:none !important;
	}

	.news .epa-item-thumb a.active .info-holder, 
	.news .epa-item-thumb a.active .holder-icons {
    	display: inline-block !important;
	}

	.news #epa-info-box .info-box-buttons .btn{
		min-width:100%;
		font-size: 0.7em;
		padding: 0.5em 0.4em;
	}
}

@media (max-width: 767px) {

	.news #epa-info-box .info-box-buttons .btn{
		min-width:100%;
		font-size: 0.8em;
		padding: 0.5em 1em;
	}
}


@media only screen and (max-device-width: 480px) {
	.news .asset-display .info-box-buttons .btn{
	  font-size: 0.8em;
	}

}



#main.plain-page {
	padding-top:40px;
}


/*** FROM LOTUS **/

.button {background:#FFF200; margin:0; color:#000; font-weight: 500; border:1px solid #FFF200; border-radius:0;
	transition: all 0.35s; line-height: 1.2em;}
.button:hover  {background:#000; color:#FFF !important; border-color:#FFF200;  }

.button.inverse {background:#000; color:#FFF; border:1px solid #000;  }
.button.inverse:hover {background:#FFF200; color:#000 !important;}


a {color:#4F4F4F;}
a:hover {color:#000;}

p a {
     text-decoration:underline;
}

/**.footer {background:#32363F; }
.footer, .footer a {color:#FFF;}
.footer a:hover {color:#FFE800;}*/

.baseline {background: #1E2126;}
.baseline a, .baseline p {font-size:0.8em; font-weight: normal; }
.baseline, .baseline a {color:#999;}
.baseline a:hover {color:#FFF;}


.timeline tr{

}

.timeline td{
	padding:10px;
	vertical-align:top;
}

.timeline tr:first-child td{
	padding-top:0px;
}

.timeline td h3,
.timeline td p{
	padding:0px;
	margin:0px;
	font-size:1em;
	line-height: 1.5em;
}

.timeline td:first-child{
	padding-left:0px;
	padding-right:20px;
	border-right: solid 1px #eee;
}


.overview .content h3:nth-of-type(1) {
	padding-top: 0px;
}

/**** SENIOR MANAGEMENT AND CONTACT PAGES**/

.motorsport-item .toggle-section {
    margin-top: 0px;
}

.contact-item,
.management-item,
.motorsport-item{
	background:#F2F1F0;
	margin:0;
	margin-bottom:15px;
	padding:25px;
	display: inline-block;
	width:100%;
	height:auto !important;
	position:relative;
	/**cursor: pointer;*/
}

.contact-item .contact-text,
.management-item .management-text,
.motorsport-item .motorsport-text{
	width:55%;
	margin-right:2%;
	float:left;
	display: inline-block;
}

.management-item .management-text{
	width:55%;
	margin-right:2%;
}

.contact-item .contact-image,
.management-item .management-image,
.motorsport-item .motorsport-image{
	width:15%;
	margin-right:2%;
	float:left;
	display: inline-block;
}

.contact-item .toggle-twistie,
.management-item .toggle-twistie,
.motorsport-item .toggle-twistie{
	width:20%;
	float:right;
	display: inline-block;
	cursor: pointer;
	text-align:right;
	vertical-align:bottom;
	font-family: "Open Sans",sans-serif;
	font-size:0.85em;
}

.contact-item .contact-image img,
.management-item .management-image img,
.motorsport-item .motorsport-image img{
	width:100%;
}

.contact-item .contact-name,
.management-item .management-name{
	color:#000;
	font-size:1.5em;
	line-height: 1.1em;
}

.contact-item .contact-title,
.management-item .management-title{
	color:#4F4F4F;
	font-size:0.85em;
	line-height:1.5em;
	margin-top: 5px;
}

.contact-item .contact-copy,
.management-item .management-copy,
.motorsport-item .motorsport-copy{
	display: inline-block;
}

.contact-details a:hover,
.contact-details a:focus{
	 color: #000;
}


span.contact-number:before {
	margin-right:10px;
	font-family: "FontAwesome";
   	content: "\f095";
}

.contact-details span.email a:before {
  	margin-right:10px;
   	/**content: "@";**/
	font-family: "FontAwesome";
	content: "\f0e0";
}


@media (max-width: 650px) {
	.contact-item .contact-text,
	.management-item .management-text{
		width:45%;
	}

	.contact-item .contact-image,
	.management-item .management-image{
		width:30%;
	}

	.contact-item .toggle-twistie,
	.management-item .toggle-twistie{
		width:15%;
	}
}

@media (max-width: 500px) {
	.contact-item .contact-text,
	.management-item .management-text{
		width:100%;
		margin-right:0%;
		margin-top:20px;
	}

	.contact-item .contact-image,
	.management-item .management-image{
		width:100%;
		margin-right:0%;
		margin-bottom:10px;
	}

	.contact-item .toggle-twistie,
	.management-item .toggle-twistie{
		width:100%;
		float: left;
		text-align: left;
	}
}


.news-content table td {
    padding: 20px;
    border: 1px solid #ddd;
}

.news-content table td:first-child{
	width:50%;
}

.news-content table.table20210205 td:first-child{
	width:auto !important;
}



/*** MODULAR ***/

.modular .top-carousel-holder{
	width:100%;
	position: relative;
	overflow:hidden;

	margin-bottom:20px;
}

@media (max-width: 900px) {
	.modular .top-carousel-holder {
    	margin-bottom: 0px;
	}
}

#modular .modular-row h1,
.modular #main h1{
	border:none;
	font-weight: 500;
	font-size: 1em;
	margin-top: 20px;

	font-weight: bold;
	font-size: 1.4em;
}

#modular .modular-row h1{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#modular .modular-row:first-child .modular-column:first-child .modular-text-section ul{
	font-size: 1em;
}
#modular .modular-row:first-child .modular-column:first-child .modular-text-section ul li{
	font-size: 1em;
	padding-bottom:0.8em;
}

/**#modular .modular-row:nth-child(2) .modular-column:first-child .modular-text-section p:first-child{
	font-size: 1em;
}**/

#modular .modular-row .resources {
	margin-top:0px;
}

#modular .modular-row .resources h3 {
    background: #FFF200;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    padding: 10px;
    margin-bottom: 1px;
    font-size: 0.8em;
}

#modular .large-image-container-hotspots {
    overflow: hidden;
	position:absolute;
	top:0px;
}

#modular .hotspot-reveal a.hotspots-overlay-close {
     z-index: 100;
}

#modular .modular-hotspot-link {
    color: #FFF200;

	font-size: 25px;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

#modular .modular-hotspot-link.hotspot-link-select, 
#modular .modular-hotspot-link.hotspot-link-selected {
    color: #000;
}

#modular a.hotspots-overlay-close {
    float: right;
    padding: 12px;
	color:#FFF200;
}



.epa-preload-box {
    background: #F2F1F0; 
	color: #4F4F4F;
    padding: 10px;
	margin:0px;
	margin-bottom:20px;
	text-align:left;
}

.news-video .info-box-image{
	display:none;
}

.epa-preload-box .info-box-buttons .btn:nth-child(2){
	float:right;
}






#social{
	background: #FFF200;
	padding: 20px 0px;
	z-index:9999;
}

#social h2,
#social .social-links{
	display:inline-block;
	width:auto;
}

#social .social-links{
	float:right;
}

.social-links .social{
	color:#000;
}

.instagram-item{
	display:inline-block;
	float:left;
	width:20%;
	position: relative;
}

.instagram-item img{
	width:100%;
}

.instagram-item .instagram-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	opacity: 0;
	transition: all 0.5s;
	height: 100%;
	overflow: hidden;
}

.instagram-item:hover .instagram-overlay{
	opacity: 1;
}

.instagram-item .instagram-overlay .instagram-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1em;
	font-size:0.85em;
	text-align:center;
	line-height:1.3em;
}

.instagram-item .instagram-overlay .instagram-content p{
	font-size:0.85em;
	max-height: 190px;
	overflow:hidden;
}

.instagram-item .instagram-overlay .instagram-content .interaction i{
	margin-right:3px;
}
.instagram-item .instagram-overlay .instagram-content .interaction span{
	margin-right:6px;
}

@media (max-width:1199px){
	.instagram-item .instagram-overlay .instagram-content p{
		max-height: 140px;
	}
}


@media (max-width:1024px){
	.instagram-item:nth-child(5){
		display: none !important;
	}
	.instagram-item{
		width:25%;
	}
	.instagram-item .instagram-overlay .instagram-content{
		line-height:1.2em;
	}
	.instagram-item .instagram-overlay .instagram-content p{
		max-height: 190px;
	}
}


@media (max-width:990px){
	.instagram-item:nth-child(4){
		display: none !important;
	}
	.instagram-item{
		width:33.3%;
	}
}

@media (max-width:700px){
	.instagram-item .instagram-overlay .instagram-content p{
		max-height: 170px;
	}
}


@media (max-width:650px){
	.instagram-item:nth-child(3){
		display: none !important;
	}
	.instagram-item{
		width:50%;
	}
}

@media (max-width:450px){
	.instagram-item:nth-child(2){
		display: none !important;
	}
	.instagram-item{
		width:100%;
	}
	.instagram-item .instagram-overlay .instagram-content{
		line-height:1.4em;
	}

	.instagram-item .instagram-overlay{
		opacity: 0.8;
	}
}

.home-social-icon i{
	font-size:2em;
}

.twitter-feed{
	display: inline-block;
	width: 100%;
	margin-top:20px;
}


/*** MOTORSPORT ABOUT PAGE **/

.motorsport-about .carousel-title-box {
    width: 40%;
    left: 10%;
}

.motorsport-about .carousel-title {
    color:#000;
}

.motorsport-about table td:first-child{
	width: 35%;
	width: 20%;
}

.motorsport-about table.calendar td:first-child{
	font-weight:bold;
}
.motorsport-about table.calendar td span{
	font-weight:bold;
}

.motorsport-about table {
    border: none;
    width: 99.5%;
    font-size: 14px;
}

.motorsport-about table tr:nth-child(2n) {
    background:#f5f5f5;
}

.motorsport-about table tr:nth-child(2n+1) {
    background:#f9f9f9;
}

.motorsport-about table td {
    padding: 5px 10px;
    border: none;
}

.motorsport-awards{
	width:100%;
	display:inline-block;
	text-align:center;
	margin-bottom:30px;
	border-bottom: 1px solid #FFE800;
	padding-bottom:20px;
}
.motorsport-awards div{
	display:inline-block;
	float:left;
	width:11.1%;
	padding:5px;
}
.motorsport-awards div img{
	width:100%;
}

.motorsport-about .mobile{
	display:none;
}

@media (max-width:990px){
	.motorsport-awards div{
		width:19%;
		float:none;
	}
}

@media (max-width:768px){
	.motorsport-about .mobile{
		display:inline-block;
	}
	.motorsport-about .desktop{
		display:none;
	}
	.motorsport-about .desktop.leave{
		display:inline-block;
	}
}

@media (max-width:500px){
	.motorsport-awards div{
		width:32%;
		width:19%;
		float:none;
	}
}

#modular .boxed{
	background:#f1f1f1;
	margin: 0;
	padding: 25px;
	margin-bottom:20px;
}

#modular .boxed .modular-image-section div{
	height:50px;
	width:100%;
}

#modular .boxed.elise-trophy .modular-image-section div{
	height:70px;
	width:100%;
}

#modular .boxed img{
	height:100%;
	width:auto;
}

#modular .top-eu-logo img{
	height:50px;
	width:auto;
}


#modular .boxed.elise-trophy p.bottom-elise-logo{
	background-image: url("/theme/img/cms/client/motorsport/association-lotus.png");
	background-repeat: no-repeat;
	/**background-position: 50% 50%;
	background-position: 10px 50%;
	background-color: #fff;***/

	height:70px;
	background-size: 45%;

}

@media (max-width: 738px) {
	#modular .boxed .modular-image-section div{
		height:40px;
	}
	#modular .top-eu-logo img{
		height:40px;
	}
	#modular .boxed.elise-trophy p.bottom-elise-logo{
		background-size: 70%;
		height:100px;
	}
}


/***.motorsport-item .motorsport-image{
	height:50px;
}

.motorsport-item .motorsport-image img{
	height:100%;
	width:auto;
}***/


.motorsport-item .motorsport-text {
    	width: 50%;
		margin-right:2%;
}

.motorsport-item .toggle-twistie{
		width:20%;
}


.motorsport-item .motorsport-image{
	width:25%;
	margin-right:3%;
}

.motorsport-item .motorsport-image img{
	width:100%;
	height:auto;
}


@media (max-width: 990px) {
	.motorsport-item .motorsport-image{
		width:60%;
	}

	.motorsport-item .toggle-twistie{
		width:35%;
	}

	.motorsport-item .motorsport-text {
    	width: 100%;
		margin-right:0%;
		margin-top:20px;
	}
}


/*** ENGINEERING PAGE **/

.engineering .carousel-title-box {
    width: 40%;
    left: 10%;
}

/*** VISION80 PAGE **/

.vision80 .fullwidth-image-container{
	border-bottom: solid thin #000;
	background:#fff;
	text-align:center;
}
.vision80 .fullwidth-image-container img{
	width:50%;
}



/***** BLOG LISTING *****/

.blog .standfirst {
	padding:20px;
	background:#000;
	color:#FFF200;
	margin-bottom:30px;
}

.blog .grid{
	margin-top:30px;
}

.blog .grid-item{
	background:#F2F1F0;
	margin:0;
	margin-bottom:15px;
	padding:25px;
	display: inline-block;
	height:auto;
	position:relative;

	width: 31.33%;
	margin-right: 3%;

	float:left;
}

.blog .grid-item:nth-child(3n) {
    margin-right: 0%;
}
.blog .grid-item:nth-child(3n+1) {
	clear:left;
}

.blog a.listing-link{
	display: inline-block;
	width:100%;
	height: 100%;
	cursor:pointer;
}

.blog .listing-image{

}

.blog .blog-img-holder{
	overflow: hidden;
}

.blog .listing-image img{
	/**width:100%;**/
	display: inline-block;

	width:auto;
	max-width:100%;

}

.blog .listing-image img.center{
	top:50%;
	transform: translateY(-50%);
}

.blog .listing-content,
.blog .listing-overlay{
	width:100%;
	/**display: inline-block;**/
	position:relative;
	padding-top:20px;
	padding-top:10px;
	/***border-top:solid thin #999;***/
	padding-bottom:50px; /*** to account for button ***/
	/**FFE800**/
}

.blog .listing-date{
	color:#4F4F4F;
	font-size:0.7em;
	padding:0;
	width:100%;
	display: inline-block;
}

.blog .listing-headline{
	color:#000;
	font-size:1.5em;
	line-height: 1.1em;
	width:100%;
	display: inline-block;
}

.blog .listing-abstract{
	color:#4F4F4F;
	font-size:0.85em;
	line-height:1.5em;
	width:100%;
	display: inline-block;
}

.blog .listing-readlink{
    background: #FFF200;
    margin: 0;
	margin-top:10px;
    color: #000;
    font-weight: 500;
    border: 1px solid #FFF200;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
	float:none;

	position:absolute;
	left:0px;
	bottom:0px;
}

.blog .listing-readlink i{
	margin-left:5px;
}

.blog .listing-readlink:hover,
.blog .listing-readlink:focus{
	background:#000; 
	color:#FFF;
	border: 1px solid #FFF200;
}


@media (max-width: 768px) {
	.blog .grid-item{
		width: 48.5%;
		margin-bottom: 15px;
	}
	.blog .grid-item:nth-child(3n){
		margin-right:3%;
	}
	.blog .grid-item:nth-child(3n+1){
		clear:none;
	}
	.blog .grid-item:nth-child(2n){
		margin-right:0%;
	}
	.blog .grid-item:nth-child(2n+1){
		clear:left;
	}

}

@media (max-width: 450px) {
	.blog .grid-item{
		width:100%;
		height:auto;
		clear:none;
	}
}



/**** BLOG PAGE ***/

.blog .btn-back{
	background: #FFF200;
    margin: 0;
	margin-top:20px;
    color: #000;
    font-weight: 500;
    border: 1px solid #FFF200;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
	float:none;
}

.blog .btn-back:hover, 
.blog .btn-back:focus {
    background: #000;
    color: #FFF;
    border: 1px solid #FFF200;
}

.blog .full-width-img-holder{
	width:100%;
	position:relative;
	display:inline-block;
	margin-bottom:30px;
	background: #f5f4f4;
	padding:10px;
	padding-bottom:0;
	overflow:hidden;
	border-bottom: 10px solid #F2F1F0;

	width:auto;
}

.blog .full-width-img{
	max-width:100%;
	max-height:300px;
}

.blog .epa-section.blog-side-download{
	margin-bottom:0px;
}

.blog .epa-section.blog-side-download .epa-item-thumb{
	width:100% !important;
	line-height:1em;
	background: #F2F1F0;
	/**padding-right:  !important;**/
	margin-bottom: 0%;
}

.blog .epa-section.blog-side-download .epa-item-thumb a.epa-item-thumb-link {
	height:auto !important;
	width: 100%;
	float: left;
}

.blog .epa-section.blog-side-download .epa-item-thumb.disabled a.epa-item-thumb-link {
    cursor: pointer;
}

.blog .epa-section.blog-side-download .epa-item-thumb a i {
    float: none;
    color: none;
}



.blog .asset-display .epa-item-thumb ax {
	font-size:1em;
}

.blog .resources a i {
    float: none;
    
}
.blog .resources a .description-holder i{
   color:#fff;
}

.blog .epa-item-thumb a .info-holder .copy p {
    font-size: 0.94em;
}

.blog .epa-minigallery-message {
    margin-top: 0px;
    margin-bottom: 0px;
	padding-bottom:10px;
}

.blog .blog-files .epa-section{
	margin-bottom:0px;
}

.blog .asset-display h2,
.blog .asset-display .epa-section h2{
    background: #FFE800;
    margin: 0;
	margin-bottom:1px;
	margin-top: 20px;
    padding: 0;
    padding: 10px;
    font-size: 0.8em;
	width:99.5%;
	display: inline-block;
	text-transform:uppercase;
}

.blog .epa-section h2.GalleryWrapperHeader{
	display:none;
}

.blog h3.blog-side{
	display:inline-block;
	padding: 10px;
	width:100%;
}

.blog .asset-display .epa-item-thumb {
    width: 50%;
    padding-right: 0.5%;
	margin-bottom: 0.5%;
}

/**** INFO BOX FOR VIDEO INLINE AT TOP OF PAGE ***/

.blog #epa-info-box {
	margin-right:0.5%;
}

.blog #epa-info-box .info-box-image-wrapper,
.blog #epa-info-box .info-box-action-wrapper{
    width: 100%;
	vertical-align: unset;
}

.blog #epa-info-box .info-box-action-wrapper{
    margin-top:20px;
}

.blog #epa-info-box,
.blog #epa-info-box .info-box-image-wrapper,
.blog #epa-info-box .info-box-info{
	text-align:center;
}

.blog #epa-info-box {
	padding-left: 0px;
	padding-right: 0px;
}


.blog .blog-content .info-box-video.video-iframe{
	margin-bottom:10px;
}

@media (max-width: 1024px) {
	.blog .asset-display .epa-item-thumb {
   	 	width: 100%;
   	 	padding-right: 0.5%;
		margin-bottom: 0.5%;
	}

	.blog #epa-info-box {
		padding-top: 0px;
	}

	.blog #epa-info-box .info-box-image-wrapper{
		display:none !important;
	}

	.blog .epa-item-thumb a.active .info-holder, 
	.blog .epa-item-thumb a.active .holder-icons {
    	display: inline-block !important;
	}

	.blog #epa-info-box .info-box-buttons .btn{
		min-width:100%;
		font-size: 0.7em;
		padding: 0.5em 0.4em;
	}
}

@media (max-width: 767px) {

	.blog #epa-info-box .info-box-buttons .btn{
		min-width:100%;
		font-size: 0.8em;
		padding: 0.5em 1em;
	}
}


@media only screen and (max-device-width: 480px) {
	.blog .asset-display .info-box-buttons .btn{
	  font-size: 0.8em;
	}
}




/**** BLOG HOME ***/

.category-header{
	width:100%;
	position:relative;
	display:inline-block;
	background-color: #1E2126;
	color:#fff;
	line-height:1em;
	padding: 10px 15px;
	text-transform:uppercase;
}

.category-header p {
	margin:0;
	padding:0;
	color:#fff !important;
}

.blog-home {
	border-left: solid 8px #FFE800;
	border-right: solid 8px #FFE800;
}

.blog-home .category-header{
	background-color: #FFE800;
	color:#000;
}
.blog-home .category-header p{
	color:#000 !important;
}
.blog-home .listing-image{
	text-align:center;
	background:#000;
}
.blog-home .listing-image .listing-overlay{
	text-align:left;
}

.blog-home .listing-image img{
	width:auto;
	max-height:100%;
	text-align:center;
}


/**** HERITAGE LISTING ***/

.heritage h1,
.heritage h1.highlight {
    padding: 20px;
    background: #000;
    color: #FFF200;
    width: 100%;
	border:none;
}
.heritage .standfirst {
	padding:20px;
	background:#fff;
	color:#000;
	margin-bottom:30px;
	margin-top:-10px;

	padding:0;
	margin-top:0;
}

.heritage .grid{
	margin-top:30px;
}

.heritage .grid-item{
	background:#F2F1F0;
	margin:0;
	margin-bottom:15px;
	padding:25px;
	display: inline-block;
	height:auto;
	position:relative;

	width: 31.33%;
	width: 22.75%;
	margin-right: 3%;

	float:left;
}

.heritage .grid-item:nth-child(4n) {
    margin-right: 0%;
}
.heritage .grid-item:nth-child(4n+1) {
	clear:left;
}

.heritage a.listing-link{
	display: inline-block;
	width:100%;
	height: 100%;
	cursor:pointer;
}

.heritage .listing-image{

}

.heritage .blog-img-holder{
	overflow: hidden;
}

.heritage .listing-image img{
	/**width:100%;**/
	display: inline-block;

	width:auto;
	max-width:100%;

}

.heritage .listing-image img.center{
	top:50%;
	transform: translateY(-50%);
}

.heritage .listing-content,
.heritage .listing-overlay{
	width:100%;
	/**display: inline-block;**/
	position:relative;
	padding-top:20px;
	padding-top:10px;
	/***border-top:solid thin #999;***/
	padding-bottom:50px; /*** to account for button ***/
	/**FFE800**/
}

.heritage .listing-date{
	color:#4F4F4F;
	font-size:0.7em;
	padding:0;
	width:100%;
	display: inline-block;
	display:none;
}

.heritage .listing-headline{
	color:#000;
	font-size:1.5em;
	line-height: 1.1em;
	width:100%;
	display: inline-block;
}

.heritage .listing-abstract{
	color:#4F4F4F;
	font-size:0.85em;
	line-height:1.5em;
	width:100%;
	display: inline-block;
}

.heritage .listing-readlink{
    background: #000;
    margin: 0;
	margin-top:10px;
    color: #FFF200;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
	float:none;

	position:absolute;
	left:0px;
	bottom:0px;
}

.heritage .listing-readlink i{
	margin-left:5px;
}

.heritage .listing-readlink:hover,
.heritage .listing-readlink:focus{
	background:#FFF200; 
	color:#000;
	border: 1px solid #FFF200;
}


@media (max-width: 768px) {
	.heritage .grid-item{
		width: 48.5%;
		margin-bottom: 15px;
	}
	.heritage .grid-item:nth-child(4n){
		margin-right:3%;
	}
	.heritage .grid-item:nth-child(4n+1){
		clear:none;
	}
	.heritage .grid-item:nth-child(2n){
		margin-right:0%;
	}
	.heritage .grid-item:nth-child(2n+1){
		clear:left;
	}

}

@media (max-width: 450px) {
	.heritage .grid-item{
		width:100%;
		height:auto;
		clear:none;
	}
}


/**** HERITAGE STORY ****/

.heritage h1.highlight{
	padding: 20px;
	background: #000;
	color: #FFF200;
	width:100%;
}

.heritage table{
	margin-top:20px;
	width:100%;
	border:none;
}

.heritage table tr:nth-child(2n) {
    background: #f5f5f5;
}

.heritage table tr:nth-child(2n+1) {
    background: #f9f9f9;
}

.heritage table th,
.heritage table td{
	padding: 8px;
	line-height: 1.4em;
	vertical-align: top;
	border:none;
}

.heritage table th p:last-of-type,
.heritage table td p:last-of-type{
	margin-bottom:0px;
}

.heritage .asset-display h2, 
.heritage .asset-display .epa-section h2 {
    background: #000;
	color: #FFF200;
}

.epa-item-thumb a .info-holder .copy p {
    line-height:1.2em;
}


.heritage .heritage-content p a{
	font-weight:bold;
}



.motorsport-about h3{
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:3px;
}


/*** EMIRA ****/
.emira .carousel-title-box {
    width: 50%;
    left: 43%;
    text-align: left;
}


/**** USER REG ****/
.user-registration h1 {
    border-bottom: none;
    margin-bottom: 1em;
}

.user-registration h2{
    border-bottom: 1px solid #F2F1F0;
    padding-bottom:1em;
}

.user-registration h3 {
    border-top: 1px solid #F2F1F0;
    color:#000;
    display: inline-block;
    width:100%;
    font-size: 1em;
}    

.user-registration h2{
    border-bottom: 1px solid #F2F1F0;
}
.user-registration  .csv-table h2{
    border-bottom: none;
    margin-bottom:0 !important;
}

.user-registration label {
    font-weight: normal;
}

.user-registration input[type="radio"], 
.user-registration input[type="checkbox"] {

}

/**** EVENTS / PRESS FLEET ***/ 

.user-registration .loginForm,
.user-registration .register{
    background:#F2F1F0;
    padding:20px;
}

.user-registration .loginForm input,
.user-registration .register input{
    border:none;
    background:#fff;
    padding:0.2em 0.5em;
    max-width:100%;
    font-size: 0.8em;
    min-width: 50px;
}
.user-registration .loginForm .form-buttons.secondary{
    margin-top:20px;
    border:none;
}

.user-registration .loginForm .no-account{
     margin-top:20px;
     padding-top:20px;
     border-top: 1px solid #F2F1F0;
}

.user-registration .register-input{
    margin-bottom:20px;
}
.user-registration .register-input input, 
.user-registration .register-input textarea, 
.user-registration .register-input select{
    border:none;
/*    background:#fff; */
    padding:0.2em 0.5em;
    max-width:100%;
    font-size: 0.8em;
}

.user-registration #event-form .register-input input, 
.user-registration #event-form .register-input textarea, 
.user-registration #event-form .register-input select{
    background:#F2F1F0;
}

.user-registration #event-form .required, 
.user-registration #event-form label span {
    color: #000;
}




.user-registration .img-holder {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    background: #F2F1F0;
    padding: 10px;
    width: auto;
    max-width:50%;
}

.user-registration .img-holder img {
    max-width:100%;
}

.user-registration .h3-holder{
  margin-top: 40px;
  margin-bottom: 20px;
}
.user-registration .h3-holder:first-of-type{
     margin-top: 0;
}
.user-registration .h3-holder.booking x,
.user-registration .h3-holder.booking h3 x{
    margin-bottom: 0;
}

.user-registration .form-header{
    margin-bottom:20px;
}

.user-registration .form-header-signin-details{
    padding:10px;
    margin-bottom:30px;
    font-size:0.8em;
    background:#F2F1F0;
}

.user-registration .form-header-signin-details a{
    font-weight:bold;
}

.user-registration.events .form-button,
.user-registration .form-buttons input[type="submit"], 
.user-registration .form-buttons.secondary a,
.press-fleet-dwnld{
    background: #FFF200 !important;
    margin: 0;
    color: #000  !important;
    font-weight: 500;
    border: 1px solid #FFF200  !important;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.press-fleet-dwnld{
    margin-bottom:20px;
}

.user-registration.events .form-button:hover, 
.user-registration.events .form-button:focus,
.user-registration .form-buttons input[type="submit"]:hover, 
.user-registration .form-buttons input[type="submit"]:focus,
.user-registration .form-buttons.secondary a:hover,
.user-registration .form-buttons.secondary a:focus,
.press-fleet-dwnld:hover,
.press-fleet-dwnld:focus{
    background: #FFF200 !important;
    color: #000 !important;
    border: 1px solid #FFF200 !important;
}

.user-registration.events .registered-user-list{
    overflow:auto;
}

.user-registration.events table{
    width:100%;
    /**font-size:0.8em;**/
}

.user-registration.events table tr:nth-child(2n) {
    background: #f5f5f5;
}
.user-registration.events table tr:nth-child(2n+1) {
    background: #f9f9f9;
}
.user-registration.events table tr:first-child{
    background: none;
}
.press-fleet-vehicle.user-registration.events table tr:first-child{
    background: #f9f9f9;
}
.user-registration.events table th,
.user-registration.events table td {
    padding: 5px 10px;
    border: none;
}

.press-fleet-vehicle.user-registration.events table td:nth-child(1){
    width: 30%;
}

/**.user-registration.events table td:nth-child(1),
.user-registration.events table td:nth-child(2){
	width: 15%;
}**/

.user-registration.events table tr:first-child th{
    padding-bottom:10px;
}
 

@media (max-width: 650px) {
	.user-registration .img-holder {
        max-width:100%;
    }
    .user-registration h3 {
        width:100%;
    }
}


.modular.about #main h1{
    margin-bottom: 1.5em;
    border-bottom: 1px solid #FFF200;
    padding-bottom: .5em;
    display: inline-block;
    font-size: 1.7em;
    font-weight:normal;
}

.timelineNew td.timeline-year {
    background:#000;
    color:#FFF200;
    text-align:center;
    vertical-align: middle;
  
}

.timelineNew td:first-child{
    padding-right: 0;
    padding:10px;
}
.timelineNew td:first-child  h3{
     display:inline-block;
    width:100%;
    text-align:center;
}
.timelineNew .timeline-year p{
    padding:10px;
    margin:0;
    text-align:center;
    display:inline-block;
    width:100%;
    font-weight:bold;
}
.timelineNew tr:first-child td.timeline-year p{
  padding-top: 20px;
}
.timelineNew .timeline-wash1{
    background:#829693;
    background:#9baba9;
     background:#F2F1F0;
}
.timelineNew .timeline-wash2{
    background:#cdd5d4;
    background:#F2F1F0;
}


#timelinemenu {
    z-index:998;
	position:relative;
	padding-bottom:40px;
}

#timelinemenu #pagemenu {
	background: #fff;
	padding-bottom:3px;
	padding-top:5px;
}


#timelinemenu #pagemenu a{
	background:#FFF200;
	color:#000;
	display:inline-block;
	padding:10px;
	margin-right:0.5%;
	margin-bottom:2px;
	width:10.66%;
	text-align:center;
}
#timelinemenu #pagemenu a:last-child{
	margin-right:0px;
}
#timelinemenu #pagemenu a:hover{
	color:#FFF200;
	background:#000;
}


@media (max-width: 650px) {
	#timelinemenu #pagemenu a{
	    margin-right:2px;    
	    width:auto;
    }
}




.asset-display a .description-holder .circle i{
   color:#fff;
}


/**** PREVIEW STYLING for HIDDEN or EMBARGOED ASSETS *****/

.carousel-embargo-message{
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    width:100%;
    height:100%;
    z-index:2;
    border:red dashed 3px;
}
.carousel-embargo-message-back{
    position:relative;
    display:inline-block;
    width:100%;
    height:100%;
    /**background:red;
    opacity:0.4;**/
}

.carousel-embargo-message-content{
    position:absolute;
    top:0;
    left:0;
    width:auto;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size: 1.125em;
    
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    
    background:red;
    padding:15px;
}





.news-panel .embargo-back{
    position:absolute;
    left:0;
    top:0;
    display:inline-block;
    width:100%;
    height:100%;
    /**background: red;
    opacity:0.2;**/
    
    border:red 2px dashed;
    z-index:10;
}

.news-panel .listing-image.embargo-1{
    border: 1px dashed red;
}


.home .grid-item.embargo-1 {
  border: 2px dashed red;
}


.contact-update table{
    width:100%;
}

.contact-update table th,
.contact-update table td{
    width:50%;
}
.contact-update table tr:first-child td{
    border-bottom:#F2F1F0 solid thin;
    padding-bottom:10px;
}
.contact-update table tr:nth-child(2) td{
    padding-top:20px;
}