/**** 
#8ce000 - lightest green
#00c71f
#009977
#025553
#244253 - blue

#f0f0f1 - grey
******/


.masked-img{
    position:absolute;
    display: inline-block;
    top:0px;
    right:0px;
    width:576px;
    top:-200px;
    right:-200px;
}

.masked-img .page-img {
    display:none;
}

.masked-img .page-icon{
    opacity:1;
    width:576px;
}

.masked-img .page-icon-right{
    top:0px;
    right:0px;
}


/*** PAGE IMG ****/
.page-img{
    position:absolute;
    width:575px;
}
.page-img img{
    width: 100%;
}

.page-img-right{
    top:0px;
    right:0px;
}

#masked {
    -webkit-mask-image: url(/theme/img/cms/client/logo-icon-lightgreen.png);
    mask-image: url(/theme/img/cms/client/logo-icon-lightgreen.png);
    -webkit-mask-position: right top;
    mask-position: right top;
     -webkit-mask-size: 40%;
      mask-size: 40%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat; 
}


/*** PAGE ICONS ****/
.page-icon{
    position:absolute;
    width:370px;
    width:470px;
    opacity:0.2;
    opacity:0.3;
}
.page-icon img{
    width: 100%;
}
.page-icon-left{
    bottom:10px;
    left:0;
}
.page-icon-right{
    top:-170px;
    right:-100px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.page-icon {
  animation: rotation 70s linear infinite;
}

/**** HOME ****/

#topline{
    position:relative;
    padding:50px 0;
    padding-bottom:65px;
    background:#fff;
    color:#00c71f;
    /**font-family: 'sofiaproSemiBold', sans-serif;**/
    font-weight: 600;
    font-size: 110px;
    line-height:1;
    letter-spacing: -0.5px;
    overflow:hidden;
}
@media (max-width: 1200px) {
    #topline{
        font-size: 64px;
    }
}

@media (max-width: 800px) {
    #topline{
        font-size: 40px;
    }
    .masked-img{
        width:300px;
        top:-100px;
        right:-100px;
    }

    .masked-img .page-icon{
        width:300px;
    }
    .page-img{
        width:299px;
    }
}

#intro{
    position:relative;
    padding:80px 0;
    background:#00c71f;
    color:#fff;
    overflow:hidden;
    font-size:1.1em;
}

#quotes{
    position:relative;
    padding:80px 0;
    background:#009977;
    color:#fff;
    font-size:1.1em;
}

.quote-text{
}
.quote-name{
    opacity: 1;
    color: #244253;
}
.quote-name span{
     font-weight:600;
}
#companies{
    position:relative;
    padding:50px 0;
    background:#fff;
    color:#fff;
}


/*** CAROUSEL ****/

.quote-section,
.company-section{
  min-height: 100px;
}

.quote-carousel-holder,
.company-carousel-holder{
	width:100%;
	position: relative;
	overflow:hidden;
	background:none;
}

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

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

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

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

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

.carousel-section .slick-next,
.carousel-section .slick-prev{
	background:none;
	background:#000;
	/**border-radius: 50%;**/
	width: 36px;
	height: 36px;
	opacity: 0.3;
}

.carousel-section .slick-next::before,
.carousel-section .slick-prev::before{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
    content: "\f105";
	content: "\f054";
	opacity: 1;
	font-size: 14px;
}

.carousel-section .slick-prev::before{
	content: "\f104";
	content: "\f053";
}

.carousel-section .slick-prev:hover,
.carousel-section .slick-prev:focus,
.carousel-section .slick-next:hover,
.carousel-section .slick-next:focus
{
	background:#000;
	opacity: 0.6;
}

.carousel-section .slick-prev:hover:before,
.carousel-section .slick-prev:focus:before,
.carousel-section .slick-next:hover:before,
.carousel-section .slick-next:focus:before {
    opacity: 0.6;
}


/*** QUOTES **/
.carousel-quote{
  
}
.quote-mark-left{
    width:10%;
    display:inline-block;
    vertical-align:top;
    font-size:50px;
    margin-bottom:20px;
}
.quote-mark-right{
    width:10%;
    display:inline-block;
    vertical-align:bottom;
    text-align:right;
    font-size:50px;
    margin-top:20px;
}
.quote-mark-left img,
.quote-mark-right img{
    width:60px;
}

#quotes .carousel-section{
	width:78%;
	display:inline-block;
}


/*** COMPANIES ****/

.company-section-copy{
    margin-bottom:60px;
    color:#244253;
}
@media (max-width: 800px) {
    .company-section-copyX{
        font-size: 18px;     
    }
}
.company-section-copy h3,
.company-section-copy h2{
    color:#244253;
    margin-bottom:20px;
    font-size: 24px;
	letter-spacing: -0.1px;
}

.carousel-company{
    position: relative;
    width: 100%; 
    margin-top:15px;
    color:#244253;
}
.carousel-logo{
	position: relative;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
}
.carousel-logo img{
	width: auto;
    margin: auto;
    max-width:100%;
    max-width:100px;
}

@media (max-width: 900px) {
	.quote-carousel-holder,
	.company-carousel-holder{
    	margin-bottom: 0px;
	}
}

@media (max-width: 800px) {
    
    #quotes .carousel-section,
    .quote-mark-right,
    .quote-mark-left{
        width:100%;
    }

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

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

}

/*** ABOUT ***/

.about #topline{
    color:#244253;
}
.about #intro {
  background: #244253;
}

.about a,
.about a:hover,
.about a:focus{
  color: #8ce000;
}


#founders{
    position:relative;
    padding:80px 0;
}

#founders{
 
}
#founders .founder-header{
    margin-bottom:20px;
    font-size: 50px;
    letter-spacing: -0.5px;
    font-weight: 600;
}
#founders .founder-intro{
    margin-bottom:50px;
}

@media (max-width: 800px) {
    #founders .founder-header{
        font-size: 24px;
    }
}

#founders .founder-item{
    border-bottom: dashed 2px #244253;
    padding-bottom:20px;
    margin-bottom:30px;
    display:inline-block;
    width:100%;
    vertical-align:middle;
} 

#founders .founder-item:first-child{
     padding-top:20px;
    border-top: dashed 2px #244253;
    
}

#founders .founder-item .founder-name{
    
}

#founders .founder-item .founder-logo{
    display:inline-block;
    width:20%;
    vertical-align:middle;
    padding-right:3%;
} 

#founders .founder-item .founder-logo img{
    width:100%;
}

#founders .founder-item .founder-copy{
     display:inline-block;
     width:76%;
     vertical-align:middle;
    
}


@media (max-width: 768px) {
    #founders .founder-item .founder-logo{
        width:100%;
        padding-right:0%;
        margin-bottom:20px;
    } 
    #founders .founder-item .founder-logo img{
        max-width:200px;
    } 
    #founders .founder-item .founder-copy{
        width:100%;
    }
}


/*** CONTACT ***/

.contact #topline{
    color:#009977;
}
.contact #intro {
  background: #009977;
}

.contact a,
.contact a:hover,
.contact a:focus{
  color: #8ce000;
}

.contactform{
    margin-top:50px;
}

@media (max-width: 800px) {
    
    #topline,
    #companies{
       padding:30px 0; 
    }
    
    #intro,
    #quotes,
    #founders{
        padding:50px 0;
    }
}


/*** CONTENT PAGES */


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


/*** SEARCH PAGE */

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

.search-result a{
    color:#00c71f;
}
.search-result a:hover{
    color:#009977;
}
.search-pager {
    border-top: 1px solid #EEE !important;
}

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

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

.search .simplesearch-highlight{
    color:#009977;
}

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

.pagination > li > a, 
.pagination > li > span {
    background-color: #244253;
	color:#fff;
    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: #fff;
    background-color: #00c71f;
    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: #000;
    color: #fff;
}

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

.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-other div{
	background:#FFF200;
	margin-bottom:1px;
	padding:5px 10px;
}

.filtermenu .filter-models,
.filtermenu .filter-date{
	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-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-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%;
	}

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

}



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


.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-form .form-holder{
    width:100%;
    display:inline-block;
    margin-top:30px;
}

.contact-form .form-message{
    width:100%;
    display:inline-block;
}
.contact-form form{
    width:100%;
    display:inline-block;
}
.contact-form form div{
    float:left;
    width:100%;
    padding:0px;
    padding-bottom:10px;
}
.contact-form form div.half{
    width:50%;
     padding-right:10px;
}
.contact-form form div.half.right{
     padding-right:0;
}

.contact-form label{
    font-size:14px;
    font-weight:normal;
    width:100%;
    display:inline-block;
}
.contact-form input,
.contact-form textarea{
    font-size:14px;
    font-weight:normal;
    width:100%;
    display:inline-block;
    border:none;
    border: 1px solid #fff;
    background:#fff;
    padding:10px;
    color:#244253;
}
.contact-form input[type="checkbox"]{
    width:20px;
    padding-left:0;
}
.contact-form input.input-error,
.contact-form textarea.input-error{
    border: 1px solid #8ce000;
    background:rgba(255, 255, 255, 0.4);
}

.contact-form .privacy label,
.contact-form .privacy input{
    display:inline-block;
    width:auto;
}
.contact-form .privacy label{
    margin-right:5px;
}

.contact-form .error{
    font-size:14px;
    color:#8ce000;
}

.contact-form label.required::after,
.contact-form .required label::after{
    content: " *";
    color:#8ce000;
}

.contact-form label .error{
    color:#8ce000;
    margin-left:8px;
} 
.contact-form .required-star{
    margin-top:20px;
    font-size:14px;
}
.contact-form .required-star span{
    color:#8ce000;
}

.contact-form .button,
.contact-form .submitBtn{
    display:inline-block;
    background:#8ce000;
    color:#fff;
    padding:10px 20px;
    font-size:14px;
    /**width:auto;**/
    border:none;
    margin-top:10px;
}
.contact-form .button:hover,
.contact-form .button:focus,
.contact-form .submitBtn:hover,
.contact-form .submitBtn:focus{
    background:#fff;
    color:#8ce000;
}
.contacts .table-bordered {
    border: none;
}

.contacts table tr th,
.contacts table tr td{
    border: none;
	border-bottom:thin solid #d0d2ce;
}
.contacts table tr:last-child td{
    border: none;
}
.contacts .table-striped > tbody > tr:nth-child(odd) > td,
.contacts .table-striped > tbody > tr:nth-child(odd) > th{
	background-color:#FAFAFA;
}
.contacts .table-hover > tbody > tr:hover > td,
.contacts .table-hover > tbody > tr:hover >th {
	background-color:#FAFAFA;
}

@media (max-width:767px) {
    .contact-form form div.half{
        width:100%;
        padding-right:0;
    }
     .contacts .general-content.contact-form{
        padding:15px;
    }
    
    .contact-form .form-holder {
        padding: 0px;
    }
}



/**** maintenance etc ***/

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