/*
Theme Name: PTL
Theme URI: http://ptlengines.com/
Description: Powertrain Technology Ltd.
Version: 1.6
Author: Paul Davey / Riccardo Meldolesi
*/

@charset "UTF-8";

/* CSS Document */

/* PTL color palette
Margin light blue 	#E3E8ED
Main Panel blue:	rgb(55,88,129)
Dark Blue:		rgb(24, 52, 87)
*/
/*-Fonts-*/

/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

a {
	text-decoration: none;
	color: #13B52D;
}

a:hover {
	color: #7B798F;
}

a:focus {
    outline: thin dotted;
}

a img {
	border: none;
	outline: 0;
}

.clickable a {
	display: block;
	height:100%;
	border-bottom: none;
}

.clickable a:hover {
	border: none;
}

a.phone {
	border: none;
	color: inherit;
}

a.phone:hover {
	border: none;
	color: inherit;
	cursor: default;
}

.hidden {
	position:absolute;
 	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
/* website specific styles */
 
html {
	/*background: #EBEBEB;*/
        /*background: #E3E8ED;*//*original*/
        /*background: #CDD3DA;*/
        background: #DDE3EA;
	font-size: 100%;
}
body {
	font: 0.8em 'Open Sans', sans-serif, Arial, Helvetica;
	line-height:1.65em;
	background: #fff;
	color: #333; /*rgb(55,88,129);*/
	font-weight:normal;
	font-style:normal;
}
h2 {
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 1em;
}
h2 a {
	color: rgb(76, 67, 65);
	border: none;
}
h2 a:hover {
	color: rgb(123, 121, 143);
	border: none;
}
h3 {
	font-size: 1.7em;
	margin: 0 0 1em;
}
h4 {
	font-weight: 400;
	font-size: 1.5em;
	margin: 0 0 1em;
}
h5 {
	font-weight: 400;
	font-size: 1.3em;
	margin: 0 0 1em;
}
p {
	margin: 1em 0 1em;
}
#mainNav h2 {
	display: none;
}
nav ul {
	list-style: none;
}

h3.line-below {
    border-top: solid 1px #a8a8a8;
    padding: 3rem 0 1rem;
    margin: 3rem 0 1rem;
}
h3.no-line-below {
    padding: 2rem 0 1rem;
}

/*header styles*/

#pageHeader {
	background: rgb(55,88,129);
	width: 100%;
	overflow: hidden;
	color: white;
}
#pageHeader h2 {
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
}
#pageHeader a {
	display: block;
	height:100%;
	text-decoration: none;
	border: none;
}
#pageHeader a:hover {
	border: none;
	color: white;
}

/*nav styles*/

#mainNav a {
	text-transform: uppercase;
	color: rgb(76, 67, 65);
	border: none;
	text-align: center;
}
#mainNav li:hover a, #mainNav li:hover em{
	color: rgb(51,51,51); /*rgb(55,88,129);*/
}
#mainNav a.current, #mainNav a.current em {
	color: rgb(51,51,51);
}

/* splash and mission styles*/
.splash_pic {
	overflow: hidden;
}

/* carousel styles */

#carousel{
	position: relative;
	padding: 0;
}
#carousel_container{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #eeeeee;
	border-bottom: solid 13px #38567b;
	border-top: solid 13px #38567b;
}
#menu-carousel-menu{
	position: relative;
	left: 0;
	list-style: none;
	font-size: 0;
}
#menu-carousel-menu > li{
	display: inline-block;
	vertical-align: bottom;
	margin-right: -1px;
}
#carousel li:nth-child(odd) em{
	/* top: 151px; */
}
#carousel a{
    border: 1px solid #9C9C9C;
    display: block;
    margin: 13px 0 32px 0;
    vertical-align: bottom;
    box-sizing:border-box;
    background: rgb(0, 0, 0);
}
#carousel .img_container{
	position: relative;
	width: 280px;
	height: 136px;
	border: 8px white solid;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
#menu-carousel-menu > li.hovered .img_container{
	filter: alpha(opacity=100);
	opacity: 1;
}
#carousel em{
	position: absolute;
	display: inline-block;
	top: 147px;
	right: 0px;
	/* font-family: 'Oxygen Mono'; */
	font-style: normal;
	/* text-transform: uppercase; */
	color: #333;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
	/* -webkit-font-smoothing: antialiased; */
}
#nav_left{
    position: absolute;
    width: 50%;
    height: 75px;
    /* background: rgba(255, 192, 203, 0.36); */
    left: 0;
    cursor: pointer;
    background: url(images/nav_home_off.gif) no-repeat left -36px top 6px;
}
#nav_right{
	position: absolute;
	width: 50%;
	height: 75px;
	left: 50%;
	cursor: pointer;
	background: url(images/nav_home_off.gif) no-repeat right -36px top 6px;
}
#nav_left:hover, #nav_left.active{
    background: url(images/nav_home_on.gif) no-repeat left -36px top 6px;
}
#nav_right:hover, #nav_right.active{
	background: url(images/nav_home_on.gif) no-repeat right -36px top 6px;
}
#tag1{
	position: absolute;
	white-space: normal;
    /* RM COVID 19 - temporary added red color, and in the desktop CSS overridden to yellow*/
	color: red;
}
#tag2{
	position: absolute;
}

/* nav_button styles*/

#blueline{
	border-top-width: 1px;
	border-top-color: #A2A2A2;
	border-top-style: solid;
}
#thingreyline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

div.nav_button{
	padding: 1.5em 0 1.5em;
	display:table;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
div.nav_button ul{
	list-style: none;
}
div.nav_button li{
	display: block;
	float: left;
	width: 20%;
}

div.nav_button .current_page_item a{
	box-shadow: 0px 0px 5px 2px #909eae;
	color:#183457;
	cursor: default;
}

.nav_button a{
	display: inline-block;
	padding: 6px 4px 6px 5px;
	margin-right:2%;
	width: 185px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 1px #dedfdf;
	text-align: center;
	font-weight:700;
	color:#666;
	
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}

.nav_button a:hover{
	background: #eee;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}

/* MAIN BODY SYLES = Section and Article*/

section {
    padding-left: 3.9%;
    padding-right: 3.9%;
}
section.homepage{
    min-height:200px;
    position: relative;
}
section#header{
    padding: 0;
    position: relative;
}
article.page{
    padding: 24px 50px 15px;
    border-bottom: 1px solid #aaa;
    background: #fafafa;
    min-height: 190px;
}
article.standard.page{
    background: #fff;
    padding-bottom: 40px;
}
article.page h2{
    font-size: 2.1em;
    font-weight: 400;
}
article.page .img{
    width: auto;
    height: auto;
}
article.page .article_text{
    display: block;
    margin-left: 0px;
}
#content article{
    margin: 20px 0 25px;
    font-size: 1.1em;
}
#content article.level3 {
    margin: 0;
    border-bottom: thin solid #aaa;
    position: relative;
    min-height: 167px;
    padding-bottom: 20px;
    }
#content article.level3:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}
article.post {
    border-bottom: 1px solid #aaa;
    min-height: 170px;
}
article.post h2 {
    float: left;
    display: block;
    margin: -5px 0 0.5em 240px;
    font-size: 1.8em;
    font-weight: 300;
    color: #2F2F2F;
    line-height: 1.2em;
}
article.post .img{
    position: absolute;
    display: block;
    margin: 0 60px 0 0;
    width: 180px;
    height: 165px;
}
article .article_text{
    display: block;
    clear: left;
    margin-left: 240px;
}
.article_text ul li, ul.default li{
   list-style-type: disc;
   list-style-position: inside;
   text-indent: -1.5em;
   padding-left: 2.5em;
}
.article_text ol li, ol.default li{
   list-style-type: decimal;
   list-style-position: inside;
   text-indent: -1.5em;
   padding-left: 2.5em;
}
section.level2 {
    padding: 30px 0 20px 0;
    min-height: 250px;
}
section.ptl_page{
    padding-top: 45px;
    padding-bottom: 45px;
}
section.ptl_page .title_banner{
    display: block;
    font-weight: 600;
    text-align: right;
    padding: 7px 30px;
    background: #f7f7f7;
    font-size: 1.6em;
    color: #555;
}
section.ptl_page h6{
    margin: 1em 20px 1em;
    font-size: 1.3em;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6em;
}


/*footer styles*/
#pageFooter {
	background: rgb(55,88,129);
	position:relative;
	z-index: 0;/* essential for the sliding search box */
	width: 100%;
	background: rgb(55,88,129);
}
#pageFooter p {
	color: white;
}
#pageFooter a {
	border: none;
	color: white;
}
#pageFooter .top_panel p{
	padding-top: 5px;
	padding-left: 15%;
	margin:0;
}
#pageFooter .top_panel{
	width: 50%;
	height: 32px;
	float: left;
	box-sizing:border-box;
	border: solid #2c4769 0;
	background-color: #48678d;
}
#pageFooter .top_panel.left{
	border-bottom-width: 1px;
	border-right-width: 1px;
}
#pageFooter .top_panel.right{
	position: relative;
	border-bottom-width: 1px;
}
#pageFooter .bottom_panel{
	width: 50%;
	float: left;
	box-sizing: border-box;
	border: solid #2c4769 0;
	padding: 15px 0 25px;
	color: #97aeca;
	background: rgb(55,88,129);
	min-height: 145px;
}
#pageFooter .bottom_panel.left{
	border-right-width: 1px;
}
#pageFooter .bottom_panel h2 {
	font-size: 1.6em;
	color: #fff;
	padding-bottom: 0.3em;
	margin: 0;
	padding-left: 15%;
}
#pageFooter .bottom_panel ul{
	list-style: none;
	float: left;
}
#pageFooter ul.column1{
	padding-left: 15%;
	width: 33%;
}
#pageFooter ul.column3{
    padding-top: 1.95em;
	padding-left: 15%;
	width: 33%;
}
#pageFooter .bottom_panel li a{
	display: block;
	padding-top: 0.4em;
	font-size: 1.2em;
	color: #97aeca;
}
#pageFooter .bottom_panel li a:hover{
	color: #fff;
}

/*Search box styles*/
.search_container{
	position:absolute;
	width: 50%;
	top: 0px;
	right: 0px;
	height: 3em;
	z-index: -1;
	-moz-transition:top 0.3s ease;
	-webkit-transition:top 0.3s ease;
	-o-transition:top 0.3s ease;
	transition:top 0.3s ease;
}

#search_panel {
	position: absolute;
	margin-left: 15%;
	height: 3em;
	width: 70%;
	z-index: -1;
	top: 0em;
	border: solid #CCC 1px;
	padding-left: 15px;
	background: #fff;
	-moz-transition:top 0.3s ease;
	-webkit-transition:top 0.3s ease;
	-o-transition:top 0.3s ease;
	transition:top 0.3s ease;
}
#search_panel.expand {
	-moz-transition:top 0.4s ease;
	-webkit-transition:top 0.4s ease;
	-o-transition:top 0.4s ease;
	transition:top 0.4s ease;
	top: -3em;
}
form.search-form{
	position: relative;
	background: url(images/search_icon_grey.gif) no-repeat;
	background-position:  left center;
	width: 100%;
	height: 3em;
	autocomplete: off;
}
input[type=search] {
	width: 70%;
	margin-left: 2em;
	margin-top: 7px;
	outline: none;
  	border: none;
	font-size:1.5em;
}
input[type=search]:focus {
	outline: none;
}
#search_chevron{
	width: 50px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0;
	cursor:	pointer;
	background: url(images/down_chevron.gif) no-repeat;
	background-position: right 14px top 14px;
}
span.search_img{
	float: left;
	display: block;
	margin-bottom: 2px; /* Makes the search button image line up with Input image */
	width: 45px;
	height: 25px;
	background: url(images/footer_sprite.gif) no-repeat;
}
span.search_img:hover {
	cursor: pointer;
}
span.search_img.search_img_hide{
	display: none;
}
#social-icons{               /*Social media*/
	padding-left: calc(15% - 13px);
	padding-top: 3px;
	height: 32px;
	box-sizing: border-box;
}
#social-icons a{
	float: left;
	display: block;
	width: 45px; 
	height: 25px;
}
#social-icons a.linkedin{
	background: url(images/footer_sprite.gif) no-repeat -50px 0px;
}
#social-icons a.email{
	background: url(images/footer_sprite.gif) no-repeat -100px 0px;
}
#social-icons a.location{
	background: url(images/footer_sprite.gif) no-repeat -150px 0px;
}
#social-icons a.generalTel{
	background: url(images/footer_sprite.gif) no-repeat -200px 0px;
}
#social-icons span.tel_number{
	display: inline-block;
  padding: 3px 0 0 34px;
	color: white;
}

/* ptl_pages */
h2.title_img{
	display:none;
  padding: 0 0 10px 80px;
	color: rgba(79, 79, 79, 1);
  line-height: 1.2em;
  font-size: 2.1em;
  font-weight: 400;
}

/* Location styles*/

#contact{
	position:relative;
}
#contact #address_location a{
	color: #333;
}
#contact #address_location a:hover{
	color: #13B52D;
}
#location_wrapper{
	position: relative;
  font-size: 1.1em;
}
ul.cd-tabs-navigation{
	background: #F1F1F1;
  list-style: none;
}
.cd-tabs-navigation a {
  display: block;
  height: auto;
  padding: 15px 0px 15px 27px;
  text-align: left;
  color: #333;
	outline: 0;
}
.cd-tabs-navigation li.selected{
	background-color: #DEEEC6;
}
.cd-tabs-navigation li:hover{
	background-color: #DFDFDF ;
	cursor: pointer;
}
.cd-tabs-content li {
  display: none;
}
.cd-tabs-content li li{
  display: list-item;
  margin-left: 1.5em;
	padding: 0;
	color: black;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
#add_table_right{
  width: 200px;
  margin-right: 83px;
}
#address_location table{
	table-layout: fixed;
	display:	inline-table;
}
#address_location td{
	padding: 4px 0;
}
table.national-rail-enquiries{
  border-collapse: collapse;
}
table.national-rail-enquiries tr td{
	width: 175px;
}
table.national-rail-enquiries tr:nth-child(2) > td{
	padding-bottom:1.5em;
}
table.national-rail-timetable{
	width: 100%;
	border-top: thin solid #999;
}
table.national-rail-timetable tr:nth-child(1) > td{
	width: 25%;
	padding-top:0.3em;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Contact us styles */

#contact{
}
#contact_container{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 40px 40px;
	border: thin solid #999;
	font-size: 1.1em;
	box-sizing: border-box;
}
#contact #panel{
	display: block;
	float: left;
	width: 350px;
	height: 379px;
	padding: 20px;
	background-color: #f1f1f1;
	font-size:1.1em;
}
.contact_form{
	width: 90%;
}
.text_area {
	width: 100%;
}
#contact table{
	table-layout: fixed;
	margin-top: -5px;
}
#contact td:first-child{
	width: 95px;
}
#contact td{
	padding: 10px 0;
}
#contact #respond{
	display: block;
	width: 48%;
	float:left;
	padding: 0 0 0 56px;
	position: relative;
}
#contact_type {
	width: 230px;
	font-size: 1.1em;
}
span.message_box{
	display: block;
	position: relative;
}
.input-xlarge {
	position:relative;
	width: 400px;
	min-height: 120px;
}
.input-medium {
	width: 220px;
}
.input-small {
	width: 100px;
}
textarea:focus, input[type='text']:focus {
    border-color: rgba(55,88,129, 0.8);
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(55,88,129, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(55,88,129, 0.6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(55,88,129,0.6);
}
textarea, input[type='text']{
    background-color: #fff;
    border: 1px solid rgb(55,88,129);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
select, textarea, input[type='text'] {
    margin-top: 0.2em;
    display: inline-block;
    height: 25px;
    padding: 4px 6px;
    font-size: 1.1em;
    line-height: 25px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.error{
	padding: 5px 9px;
	border: 1px solid red;
	color: red;
	border-radius: 3px;
	width: 320px;
}
.success{
	padding: 5px 9px;
	border: 1px solid green;
	color: green;
	border-radius: 3px;
	width: 320px;
}
form span{
	color: red;
}
form label{
	margin-bottom:0.5em;
}
.contact_submit{
	position: absolute;
	bottom:-73px;
	right: -13px;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
	color: #333;
}
input[type="submit"].contact_submit {position: absolute;bottom: -70px;left: 355px;}

/* Team styles */

#team article{
	float:left;
	display: block;
	position:relative;
	box-sizing: border-box;
}
#team h2.title_banner{
    margin-bottom: -15px;
}
.extra_details h3{
  margin: 5px 0 13px 0;
}
#team p{
	font-size: 0.9em;
}
#team article .art_container{
	padding: 10px;
	background-color: #F7F7F7;
}
#team .team_img{
	float:left;
	display: block;
}
#team .extra_details{
	margin-left: 165px;
}
#team h4{
	font-size: 1.2em;
	font-weight:600;
}
#team h5{
	font-size: 1.0em;
}
#team a.tel {
	display: inline-block;
	height: 17px;
	width: 23px;
	margin-right:20px;
	text-indent:-9999px;
	background: url(images/phone_env.gif) no-repeat top 0px left 0px ;
}
#team a.env {
  display:inline-block;
	height: 17px;
	width: 23px;
	text-indent:-9999px;
	background: url(images/phone_env.gif) no-repeat top 0px left -36px;
}
#team a.phone:hover h4{
}
#team a.env:hover  {

}
/* Team showhide elements  */
.team-title {
	position: relative;
	cursor: pointer;
	min-height: 20px;
	line-height: 20px;
	padding: 7px 0 7px 2em;
	font-weight: bold;
	font-size: 13px;
}
.team-icon {
	position: absolute;
	left: 3px;
	top: 7px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em ;
}
.team-icon::before {
  content: "\f061";
}
.team-icon.swap::before {
  content: "\f063";
}
.team-showhide {
	position:relative;
	max-height: 0;
	overflow:hidden;
	-moz-transition:max-height 0.3s ease;
	-webkit-transition:max-height 0.3s ease;
	-o-transition:max-height 0.3s ease;
	transition:max-height 0.3s ease;

}
.team-showhide.expand{
	max-height: 1000px;
	-moz-transition:max-height .8s ease;
	-webkit-transition:max-height .8s ease;
	-o-transition:max-height .8s ease;
	transition:max-height .8s ease;
}
.team-showhide > ul {
	margin: 10px 0 0 2em;
}

/* Landing page styles*/

#breadcrumbs {
	font-size: 1.05em;
	color: #555;/*#00b511*/
	padding: 3px 0 1px 44px;
	border-bottom: thin dotted#A2A2A2;
	/* border-top: thin solid #A2A2A2; */
	/*background: #F0F0F0;*//*#EEFFDB ededed*/
	/*background: #E6F5F4;*//* Just testing - RM 21-05-2016*/ 
        background: #E2F1F1; /* Just testing - PD 21-05-2016*/
}
#breadcrumbs.landing {
	padding: 3px 0 1px 5px;
}
#breadcrumbs ul{
	padding-left:8px;
}

#breadcrumbs li{
	display: inline;
}

#breadcrumbs a{
	color: #555;
	text-decoration: underline;
	font-weight: 400;
}

#breadcrumbs .separator{
	color: #666666;
}
#child_pages ul{
	
}

/* Resoures page styles*/
#resources h2.title_img{
	background: url(images/resources_ani.gif) no-repeat;
}

/* Search page styles*/

section.search{
    margin-bottom: 40px;
}
#search-title{
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 5px 0 12px;
    padding-left: 3.9%;
    border-top: 1px solid #B2b2b2;
    border-bottom: 1px dotted #B2b2b2;
    background: #E2F1F1;
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
}
#PTL_info h4 > a{
    color:#222;
}
#PTL_info h4 > a:hover{
    color:#0097C5;
}
#PTL_info div.hentry{
    border-bottom: 1px dotted #ccc;
    padding: 20px 0 8px;
}


/* About us styles */
article.ptl{
    min-height: 500px;
}
.ptl p{
    font-size: 1.1em;
}
#ptl .mission{
    padding: 10px;
    background: #f6f6f6;
    margin-bottom: 30px;
}
img.about-us{
    float: right;
    margin: 0 0 25px 25px;
}

/* General javascript styling*/

.showhide{
    position:relative;
    display: inline-block;
    max-height: 0px;
    overflow: hidden;
    -moz-transition:max-height 0.3s ease;
    -webkit-transition:max-height 0.3s ease;
    -o-transition:max-height 0.3s ease;
    transition:max-height 0.3s ease;
}
.showhide.show{
    max-height: 80em;
    -moz-transition:max-height .8s ease;
    -webkit-transition:max-height .8s ease;
    -o-transition:max-height .8s ease;
    transition:max-height .8s ease;
}
.showhide-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 0 7px 27px;
    font-weight: bold;
    font-size: 13px;
    color:	#5C5C5C;/* green option rgba(11, 176, 0, 0.83); */
}
.showhide-title.dotted{
  border-top: dotted 1px;
}
.showhide-title:hover {
    color:	#000;
}
.showhide-icon {
    position: absolute;
    left: 3px;
    top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em ;
}
.showhide-icon::before {
  content: "\f061";
}
.showhide-icon.swap::before {
  content: "\f063";
}
.lightbox{
    display: inline-block;
    vertical-align: top;
    width: 252px;
    margin: 20px 8px;
    padding: 10px;
    border: 1px solid #C2C2C2;   
    cursor: pointer;    
}
.lightbox p{
    border-top: 1px solid #cecece;
    margin: 5px -10px -10px -10px;
    padding: 3px 10px 3px 10px;
    text-align: right;
    background: #E6F5F4;
}
.lbox-container{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
}
.lbox-container:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
.ptl-lightbox{
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */   
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
.ptl-lightbox img{
    border: 1px solid #979797;
    padding: 20px;
    box-sizing: border-box;
    max-width: 900px;
    width: 100%;
}
.ptl-lightbox p{
    font-size: 1.7em;
    text-align: right;
    line-height: 1.3em;
    margin: 0;
}

#popuptext{
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    font-size: 1rem;
    background: #fff;
    color: black;
}
#popuptext .header{
    height: 68px;
    line-height: 50px;
    padding-left: 40px;
    background-color: #FFFFFF;
    border-bottom: 5px solid #375881;
    box-sizing: border-box;
    background: url(images/powertrain_sm.gif) no-repeat right 26px top 18px;
}
.policies #main{
    margin-bottom: 40px;
}
#main div{
    margin-bottom: 15px;
}
.policies section{
    padding: 0 0 20px 0;
}
.policies h1{
    font-size: 1.35rem;
    font-weight: 600;
    padding: 0px 0 25px;
}
.policies h2{
    font-size: 1.15rem;
    color: #444;
    font-weight: 600;
}
.policies h3{
    font-size: 0.9rem;
    color: black;
    font-weight: 600;
}
.policies h4{
    margin-bottom: 5px;
    font-size: 0.90rem;
    font-weight: 600;
}
.policies{
    display: block;
    height: 100%;
    overflow-y: scroll;
    background-color: #F3F3F3;
    font-size: 0.8rem;
    padding: 40px;
    box-sizing: border-box;
}
.policies ul{
    margin-left: 35px;
}
.policies hr{
    margin: 37px 0 12px;
}
