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




input, button, select, textarea
{
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
}


.btn.btn-primary:hover {
    background-color: #f29700;
    border-color: #f29700;
}


.btn.btn-primary {
    background-color: #272554;
    border-color: #272554;
    border-radius: 2px;
    transition: all 0.2s;
	color:#FFF;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #272554;
    outline: 0;
}


/**
 * Header
 */
body {
  color:#000000;
  font-size:16px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
}

a {
  font-size: inherit;
  font-weight: bold;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:link, a:visited {
  color: #565656;	
}

a:hover, a:active {
  color: #343434;
}


.banner-event {
  margin-bottom: 0;
}	


.banner-details {
   position: relative;
   overflow: auto;
   height: inherit;
}


.banner-details div.event-logo {
    margin-top: 4px;
    margin-bottom: 1em;
    width: 350px;
	height: 66px;
	position: relative;
    top: -6px;
}


div.banner-details div.container div.row div.event-header-info {
	font-family: "oswaldmedium", sans-serif;
	font-size: 1.2em;
}


h1.event-title { 
	text-indent: -9999px;
	height: 1px;
}


h1.event-title a {   

}


.banner-details p.strapline { 
	color: #272554;
}


.banner-details div.event-location {
	color: #272554;
}


.banner-details p.event-date {
	color: #272554;
}





.banner-associates {

}


.banner-associates ul
{
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.banner-associates li
{
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  text-indent: 0;
  text-align: center;
  color: #484e53;
  margin: 0;
  padding: 0;
}

.banner-associates li span {

}



.banner-associates li ul
{
  margin: 0;
  padding: 8px 0 0;
  list-style-type: none;
}

.banner-associates li li
{
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.banner-associates li li:first-child
{
  border-left: none;
  margin-right: 0;
}

.banner-associates li li img
{
  display: block;
  margin: 0;

}

.cta {
   margin-top: 0;
   margin-bottom: 0.5em;	
}


.col-event-page p.reg-btn {
	margin-top: 20px;	
}


.cta p.reg-btn a {
    border: none;
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	position:relative;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta p.reg-btn i {
    position: absolute;
}


.cta p.reg-btn a:link,
.cta p.reg-btn a:visited,
.col-event-page p.reg-btn a:link,
.col-event-page p.reg-btn a:visited {
   	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272554+0,272554+80,f29700+80,f29700+100 */
background: #272554; /* Old browsers */
background: -moz-linear-gradient(left, #272554 0%, #272554 85%, #f29700 85%, #f29700 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #272554 0%,#272554 85%,#f29700 85%,#f29700 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #272554 0%,#272554 85%,#f29700 85%,#f29700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272554', endColorstr='#f29700',GradientType=1 ); /* IE6-9 */
    
}


.cta p.reg-btn a:hover,
.cta p.reg-btn a:active,
.col-event-page p.reg-btn a:hover,
.col-event-page p.reg-btn a:active{
   	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#413d8b+0,413d8b+80,ffad29+80,ffad29+100 */
background: #413d8b; /* Old browsers */
background: -moz-linear-gradient(left, #413d8b 0%, #413d8b 85%, #ffad29 85%, #ffad29 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #413d8b 0%,#413d8b 85%,#ffad29 85%,#ffad29 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #413d8b 0%,#413d8b 85%,#ffad29 85%,#ffad29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413d8b', endColorstr='#ffad29',GradientType=1 ); /* IE6-9 */
    
}


.col-event-page p.reg-btn a {
	color: #ffffff !important;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.6em 2em;
}


/*New Show Diary Button*/

.cta.cta-sidepanel{
	margin: 0 -15px;
}

.cta.cta-sidepanel p.reg-btn{
	margin:20px 0;
	padding:0;
	position:static;
}
			
.cta.cta-sidepanel p.reg-btn a.btn {
    padding: 12px 20px;
    margin:0 auto;
    display: block;
    width: 100%;
    text-transform:uppercase;
    font-size: 1.2em;
}



/* @group partners */

.partners
{
  margin: 0;
  overflow: auto;
  background: #dddddd none repeat scroll 0 0;
}

.partners ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.partners li
{
  /*float: left;*/
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #7f8388;
  margin: 0;
  padding: 0;
/*  position: relative;*/
}



.partners li:first-child
{
  margin: 0;
  
}

.partners li ul
{
  margin: 6px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.partners li li
{
  float: left;
  margin: 0;
  padding: 8px 0;
  border-left: none;
}


.container .jumbotron {
  border-radius: 0;
}





/* @end */





/**
 * Nav
 */
.navbar-event {
  border:0 none;
  margin-bottom:0;
  background-color:#787878;
}


.navbar-toggle {
  position:inherit;
  padding:10px 5px 10px 25px;
  border-radius:0;
  border: none;
  margin-top: 0;
  width:100%;
  
}
.navbar-event .icon-bar {
  background-color:#fff;
  width:20px;
  height:4px;
  border-radius:1px;
}
.navbar-collapse {
  padding:0;
  border-top:0 none;
  width: 100%;
  background: #787878;
}
.navbar-nav {
  margin: 0;
  background-color: #f29700;
}
.navbar-nav>li>a {
  font:1em/55px 'open_sansregular', arial, sans-serif;
  color:#787878;
  height:38px;
  padding:0 0 0 25px;
  border-bottom:1px solid #787878;
}
.navbar-nav>li>a:hover {
  background:transparent;
}
.navbar-nav>li>a:visited {
  background: #787878;
  color: #ffffff; 
}

.navbar-nav>li {position:relative;}
.navbar-toggle-event {
  background:#efefef url('data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M10.325%2012.832c-.094.12-.21.168-.325.168s-.256-.048-.326-.168L.086.697C-.006.577-.03.41.04.24.11.097.25%200%20.41%200h19.18c.16%200%20.3.096.37.24.068.17.047.337-.047.457l-9.588%2012.135z%22/%3E%3C/svg%3E') center 20px no-repeat;
  position:absolute;
  top:0;
  height:38px;
  right:0;
  padding:0;
  margin:0;
  width:70px;
  border-left:1px solid #787878;
}
.navbar-toggle-event.collapsed {
  background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAABDUlEQVQ4T63RzU3DQBQE4DdGguvaDUAJoQLkCnBsxb6SCqADQgekAnK1I5vtIOmAlBAacPYKEjvISLGcYMfhZ2+rnffpaQdyxIm9aAYh07IY98XRFxip8MZx8FTlrOV4borZoZmD4EgFA8BZAFAVQtKQ1p8bvepCO8FABeoMzosAFzvD5PqN9lIbbdrQTjB2wyWAq9ZNKMt0k/tHg4kXPYrIbc//TtMyv9vPfNuwWUJfYbQyzEyum7kdcL+EXrClpBqsSjjFyQKQQR/UfCdl9c4Pf1tSDSZupAVy/RNsmyVFZ5t8WN2/wNgLJxDc/warUeFDVhYTxCoK4MjzX7DtLCx8JG64FuD8P0AhXz8BuSxjpKEhCWoAAAAASUVORK5CYII=') center 20px no-repeat;
}
.navbar-toggle-event.collapsed {
  background:transparent url('data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M9.676.168C9.768.048%209.886%200%2010%200c.116%200%20.255.048.325.168l9.588%2012.135c.094.12.116.288.047.456-.07.144-.208.24-.372.24H.41c-.16%200-.3-.096-.37-.24-.068-.17-.045-.337.047-.457L9.677.168z%22/%3E%3C/svg%3E') center 20px no-repeat;
}
.no-svg .navbar-toggle-event.collapsed {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAABDUlEQVQ4T63RzU3DQBQE4DdGguvaDUAJoQLkCnBsxb6SCqADQgekAnK1I5vtIOmAlBAacPYKEjvISLGcYMfhZ2+rnffpaQdyxIm9aAYh07IY98XRFxip8MZx8FTlrOV4borZoZmD4EgFA8BZAFAVQtKQ1p8bvepCO8FABeoMzosAFzvD5PqN9lIbbdrQTjB2wyWAq9ZNKMt0k/tHg4kXPYrIbc//TtMyv9vPfNuwWUJfYbQyzEyum7kdcL+EXrClpBqsSjjFyQKQQR/UfCdl9c4Pf1tSDSZupAVy/RNsmyVFZ5t8WN2/wNgLJxDc/warUeFDVhYTxCoK4MjzX7DtLCx8JG64FuD8P0AhXz8BuSxjpKEhCWoAAAAASUVORK5CYII=') center 20px no-repeat;
}

.navbar-event-subnav {

}

.navbar-event-subnav>li {
  position: relative;
  z-index: 9999999 !important;
  }
.navbar-event-subnav>li>a {
  display:block;
  font:0.9em/24px 'open_sansregular', arial, sans-serif;
  color:#787878;
  height:auto;
  padding:0 0 0 25px;
  border-bottom:1px solid #787878;
  background:#efefef;
}
.navbar-event-subnav>li>a:hover {text-decoration:none;}
      
/*ul#sub-nav-bar-1124 li a {
  display:block;
  font:1em/24px arial, sans-serif;
  color:#787878;
  height:auto;
  padding:4px 0;
  background:#efefef;
}


ul#sub-nav-bar-1124 li a:hover {
  background: #79cea9;  
}*/


#content {  
  padding: 0; 
  font-family: 'open_sansregular', arial, sans-serif;
  margin-bottom: 1em;
}


#content .col-event-page section {
  margin-bottom: 1em;	
  padding-bottom: 1em;
}

#content .col-event-page section table, 
#content .col-event-page section table tbody tr td table {
  width: 100% !important;
  border: none;
  border-collapse: collapse; 
}

#content table th, #content table td {
  vertical-align: top;
  padding: 8px;
  color: #1a171b; 
}


#content table td p {
  margin: 0;
  padding: 0;
  color: #1a171b; 
}

 /*
.icon-arrow-submenu-up {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M9.676.168C9.768.048%209.886%200%2010%200c.116%200%20.255.048.325.168l9.588%2012.135c.094.12.116.288.047.456-.07.144-.208.24-.372.24H.41c-.16%200-.3-.096-.37-.24-.068-.17-.045-.337.047-.457L9.677.168z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
*/




/* Exhibitor logo scroller */


.exhib-scroller {
    width: 100%;
    height: 110px;
	display: block;
    background: #ffffff;
    margin-top: 0;
    margin-bottom: 14px;
    overflow: hidden;
    border-bottom: 4px solid #787878;
    padding: 0;
}


.exhib-scroller h3 {
   width: 100%;
   background: #787878;
   font: normal 18px/22px 'oswaldbold', arial, sans-serif;
   color: #ffffff;
   padding: 0.5% 0 0.5% 3.4%;
   margin-top: 0;
}



.scroller-content {
    width: 99%; 
    margin: 0 auto;
    padding: 0;
    height:50px;
  
}



#marqueeFrame
{
    /*width:100%;*/
    overflow:hidden;   
    padding:0;
    margin:0; 
    height:50px;   
}

ul#marquee, ul#marquee li
{
    list-style-type:none;
}

ul#marquee
{
    display:block;
    padding:0;
    margin:0;    
    position:relative;
    left:0px;
}

ul#marquee li
{
    display:inline-block;
    height:50px;
    width:103px;
    vertical-align:middle;
    text-align:center;
    border-left:1px dotted #ccc;
}

ul#marquee li a, ul#marquee li a img
{
    padding:0;
    margin:0;
	width: 100%;
	height: auto !important;
}


ul#marquee img.alt-black-white
{
    display:none;
}

img.alt-black-white:hover 
{ 
    filter: grayscale(1);
    -webkit-filter: grayscale(1); 
}



















/**
 * Footer
 */
.contentinfo {
  clear:both;
}


.contentinfo-social {
  padding:10px 0;
  text-align:center;
}
.contentinfo-social-title {
  text-align:center;
  margin-top:0;
  font:1.4em 'oswaldbold', arial, sans-serif;
  margin-bottom:8px;
  text-transform:uppercase;
  color: #272554;
}
.contentinfo-social-icons {
  padding:0;
  margin:0;
}
.contentinfo-social-icons li {
  list-style:none;
  padding:0;
  margin:0 2px;
  display:inline-block;
}

.contentinfo-social-icons a {
	position: relative;
	top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.contentinfo-social-icons a:link,
.contentinfo-social-icons a:visited {
	color:#f29700;
  	font-size:3em;
}
.contentinfo-social-icons a:hover,
.contentinfo-social-icons a:active {
  	color:#272554;
	top:-4px;
}


div.testimonials {
	display: none;	
}


.page-1181 div.testimonials {
	display: block;	
}


div.testimonials {
  margin-bottom: 0;
  padding: 1em 0;
}


div.testimonials h2 {
   font: normal 18px/22px 'oswaldbold', arial, sans-serif;
   padding: 0.5% 0 0.5% 0;
   margin-top: 0;	
} 



div.testimonials section div.slideshow-testimonials blockquote {
  border-left: 0;	
  padding: 0.5% 0 0.5% 0;
  margin: 10px 0 0 0;
  font: normal 16px/22px 'open_sansitalic', arial, sans-serif;

}



div.quicklinks h3 {
   font: normal 20px/24px 'oswaldbold', arial, sans-serif;
   padding: 0;
   margin-top: 0;
   color: #272554;	
}

#quote blockquote cite
{
  display: block;
  font: italic 14px/18px 'open_sansregular', Arial, sans-serif;
  margin: 0;
  padding: 6px 0 0;
}

#quote blockquote cite strong
{
  color: #565656;
  font-weight: normal;
  font-style: normal;
  font-family: 'open_sansbold', Arial, sans-serif;
}




.quicklinks {
    background: #eeeeee; 
	padding: 1em 0;
	margin-bottom: 0;
	text-align: center;
  }



.quicklinks ul {
	list-style: none;
	margin: 0 auto;
	
}



.quicklinks ul li {
   line-height: 1.4em;
   font-size: 0.9em;
   /*margin-left: 1.1em;
   margin-right: 1.1em;*/
   display: inline-block;
   border-left: 1px solid #787878;
   padding: 0px 32px;
}


.quicklinks ul li:first-child {
   border-left: none;
   padding-left: 0;
}



.quicklinks ul li a {
  color: #787878; 
}




.contentinfo-brintex {
  
  background: #272554;
  color:#fff;
  padding:0.5em 0;
  text-align:center;
  font:1.175em 'open_sansregular', arial, sans-serif;
  margin-top: 0;
}


.contentinfo-brintex a {
  color: #ffffff; 
}

.contentinfo-brintex span {
  display:block;
}


.contentinfo-brintex span.opening-times {
  display:block;
  font: normal 20px/24px 'oswaldbold', arial, sans-serif;
}


.contentinfo-logo {
  width: 96%;
}

.contentinfo-logo ul {
	
}


.contentinfo-logo ul li {
  display: inline-block;
}




.contentinfo-logo ul li img {
	
}





/**
 * Blocks
 */


.carousel-home {
    clear: both; 
}

.carousel-caption {
    right: auto;
    bottom: 0px;
    left: 0;
    padding: 20px 20px 20px 33px;
    color: #fff;
    text-align: left;
    background:rgba(48,48,48,.8);
    text-shadow:none;
    font:1.4em 'open_sansregular', arial, sans-serif;
  }
  .carousel-caption b {
    font-family: 'open_sansbold', arial, sans-serif;
    font-weight: normal;
  }
  .carousel-caption span {
    display: block;
	font-size: 0.8em;
  }
  .carousel-indicators {
    bottom: 20px;
    left: auto;
    right:33px;
      width: 25%;
      text-align: right;
  }
  .carousel-indicators li {
    width:15px;
    height:15px;
      background-color: #fff;
  }
  .carousel-indicators .active {
    width: 15px;
    height: 15px;
      margin: 1px;
    border:1px solid #ee3124;
      background-color: #ee3124;
  }
  .carousel-inner > .item > img {
    width:100%;
    max-width: none;
  }



.main {
  text-align:left
}
.container-event-inside {
  padding:0 25px;
}
.col-event-page {

}

.col-event-page p a, .col-event-page a, .col-event-page ul li a {
  color: #f29700; 
}


.page-1121 .col-event-page img, .page-1121 .col-event-page p img {
  width: 100%;
  height: 100%; 
}


.col-event-page section h1,
.col-event-page section h2, 
.col-event-page section h3,
.col-event-page article h1
{
  text-align: left; 
  margin-top: 0;
  margin-bottom:0.3em;
  padding-top: 0.2em;
  color: #272554;
  font-family: 'oswaldbold', arial, sans-serif;
  line-height: normal;
}




.col-event-aside {
  padding-bottom:20px;
}

/**
 * Typography
 */


.col.event-page {
  font-family: 'open_sansbold', arial, sans-serif;
  color: #1a171b;
}
.col-event h1,
.col-event-page h1 {
  margin-top:0;
  font: normal 2.3em 'oswaldbold', arial, sans-serif;
}
.col-event h2,
.col-event-page h2 {
  font: normal 2.1em/2.6em 'oswaldbold', arial, sans-serif;
  margin:0;
}

.col-event h2.red-subheading,
.col-event-page h2.red-subheading {
  font: normal 2.1em/2.6em 'oswaldbold', arial, sans-serif;
  margin:0;
  color: #b10a25;
}

.col-event h3,
.col-event-page h3 {
  font: normal 1.7em 'oswaldbold', arial, sans-serif;
  margin:0;
}



/* Alternative webfont for Firefox to stop problem of Oswald font chopping in half on headings */
@-moz-document url-prefix() {

.col-event h1,
.col-event-page h1 {
  margin-top:0;
  font: normal 2.3em 'open_sansbold', arial, sans-serif;
}
.col-event h2,
.col-event-page h2 {
  font: normal 1.6em/1.6em 'open_sansbold', arial, sans-serif;
  margin:0;
}

.col-event h2.red-subheading,
.col-event-page h2.red-subheading {
  font: normal 1.6em/1.6em 'open_sansbold', arial, sans-serif;
  margin:0;
  color: #b10a25;
}

.col-event h3,
.col-event-page h3 {
  font: normal 1.3em 'open_sanssemibold', arial, sans-serif;
  margin:0;
}

}

.col-event h1,
.col-event h2,
.col-event h3,
.col-event-page h1,
.col-event-page h2,
.col-event-page h3 {
  color: #787878; 
}

.col-event p,
.col-event li,
.col-event table tbody tr th,
.col-event table tbody tr td {
  font:1.1em/1.5 'open_sansregular', arial, sans-serif;
  color: #1a171b;
}

.col-event table tbody tr td {
  vertical-align: top;
  font-family: 'open_sansregular', arial, sans-serif;
}

.col-event ul {
  padding-left:0;
  margin-left:1.25em;
  font-family: 'open_sansregular', arial, sans-serif;
}

.col-event p {
  margin-bottom:1.5em;
  font-family: 'open_sansregular', arial, sans-serif;
  color: #1a171b;
}
.col-event .highlight {
  font-family: 'open_sansregular', arial, sans-serif;
  color:#787878;
}

.col-event .text-columns {
  color:#000;
  font:1em 'open_sansregular', arial, sans-serif;
}
.col-event .text-columns li {
  font:1em 'open_sansregular', arial, sans-serif;
}
.col-event dt {
  font:1.3em/1.5 'open_sansregular', arial, sans-serif;
}
.col-event hr {
  border-top:1px solid #acb762;
}
.col-event blockquote {
  padding: 1.5em 5px;
    margin: 0;
    border-left:0 none;
    border-top:1px solid #d5aa4b;
    border-bottom:1px solid #d5aa4b;
}
.col-event blockquote p {
  font:1.4em 'open_sansregular', arial, sans-serif;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.col-event blockquote cite {
  font:.8em/1.5 'open_sansregular', arial, sans-serif;
  font-style:normal;
}


.col-event .blue-highlight {
  color:#787878;
}

.red-highlight {
  color: #b10a25;
  font-weight: bold; 
}

/* 'strong' added here to allow for when a strong gets added unnecessarily to h2 in text editor */
.col-event section h2 strong {
  font-size: inherit;
  color:inherit;
  font-weight: bold;
}


.event-page-hr {
  padding:30px 0;
  border-top:1px solid #acb762;
  border-bottom:1px solid #acb762;
}
.figure-event {
  margin-bottom:30px;
}
.figure-event img {
  width:100%;
  max-width:none;
}
hr {
  margin:30px 0;
  border-top:1px solid #acb762;
  border-bottom:none;  
}

p.main-large-image img {
  border-bottom: 1px solid #d5aa4b;
  border-top: 1px solid #d5aa4b;
  padding: 30px 0;
  margin-bottom: 30px;
  display: block;
  height: auto;
  max-width: 100%;  
}

.smaller-text {
  font-size: 50%;
}



p.thumbnails {
  margin 0 auto;  
  border: 1px solid #000000;
  width: 100%;
}



.thumbnails a img {
    margin: 16px;  
    border: 1px solid #ffffff;
  width: 18em;
}

.thumbnails a img:hover {
    border: 1px solid #676767;
}

.thumbnails a.gallery-call-to-action img {
    overflow: visible;
    border: none; 
    position: relative;
    top: -1px;
}


.event-partners-scroller {
  width: 100%;
  height: 10em;
  background: #ffffff;
  border-bottom: 4px solid #9fa3a6;
  margin: 16px 0 10px 0;
}


.event-partners-scroller h4 {

  background: #7d8288; 
  width: 100%;
  padding: 6px 0;
  text-align: center;
  font: normal 20px/26px 'oswaldbold', sans-serif;
  color: #ffffff; 
}


.sponsor-panel {
  width: 222px;
  height: 162px;
  background: #ffffff;
  border-bottom: 4px solid #9fa3a6;
  margin: 16px auto 10px auto;
}


.sponsor-panel h4 {
  background: #7d8288; 
  width: 222px;
  padding: 6px 0;
  text-align: center;
  font: normal 20px/26px 'oswaldbold', sans-serif;
  color: #ffffff; 
}


div.slideshow-event-partners, div.sponsor-logo {
    width: 100%;
    height: 8em;
    margin: 0 auto 6px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}


div.slideshow-event-partners img, div.sponsor-logo img {
    width: 62%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}


.latest-news-panel {
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
}


.latest-news-panel article a {
    color: #003366;
}

.latest-news-panel article p {
    color: #000033;
}

.twitter-feed p {
	margin-bottom: 1em;	
}


.calendar-panel {
    margin-bottom: 1em;
}







.clear {
    clear: both;
}


/*  Press Releases archive and release pages  */

.news-archive article {
  margin: 0 0 10px 0; 
}


.news-archive article h3 {
  margin: 6px 0 2px 0;
  width: auto;
  font-size: 16px;
  font-weight: bold;
}


.news-archive article p.summary {
  margin: 0 0 5px 0;
  font-size: 14px;
}


.news-archive article h3 a {
  color: #008044;
  text-decoration: none;
  text-shadow: none;
}


.news-archive article h3 a:hover {
  text-decoration: underline;
}

.news-archive article div.read-more a {
  font-size: 13px;
  color: #008044;
  font-weight: bold;
}

.news-archive div.read-more a:hover {
  text-decoration: none; 
}


.author-name-date {
  width: 99%;
  background: #e2e3e3;
  color: #565656;
  padding: 3px;
  margin-bottom: 10px; 
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}

article div.news-text p a:link,
article div.news-text p a:visited {
  color: #787878;
  text-decoration: none; 
}


article div.news-text p a:hover,
article div.news-text p a:active {
  color: #787878;
  text-decoration: underline; 
}


/* Gallery page */


ul.gallery {
	margin: 0 auto;
	text-align:center;
	padding: 0;
	width: 100%;
}


ul.gallery li {
	display: inline-block;
	list-style: none;
	margin: 5px;	
}

ul.gallery li img {
	width: 100%;
}

.sidebar-large {
	background-color: #ffffff !important;
}


.sidebar-large .carousel {
	margin-bottom: 0.8em;
}

.sidebar-large .carousel .carousel-indicators {
    bottom: -4px;
    left: auto;
    right:10px;
    width: 25%;
    text-align: right;
}




/* Transport Network Portfolio page */


ul.tn-portfolio {
	margin: 0 auto;
	text-align:center;
	padding: 10px 0 0;
	width: 100%;
	border-top: 1px dotted #272554;
}


ul.tn-portfolio li {
	display: inline-block;
	list-style: none;
	margin: 5px 3px;
	width: 256px;	
}


ul.tn-portfolio li a img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}


ul.tn-portfolio li a img:hover {
	opacity: 0.7;
    border: 1px solid #898989;	
}


ul.tn-portfolio li a img {
	/* width: 100%; */
	border: 1px solid #cccccc;
}



ul.tn-portfolio li p {
	font-size: 0.9em;	
}






/* SEMINAR PAGE */



body.page-1205>div>section>p {
	margin-bottom: 100px !important;	
}


body.page-1205>.seminar-extended>table.table-hover.table-responsive.table-bordered.seminar {
	background-color: #123456 !important;
		
}
	
	
	
    
	.seminar td { font-family: "open_sansregular", sans-serif !important;
				  }
    .seminar td:first-child { width:14%;}
    .day { 
        font-size: 1.2em;
        background-color: #263E7D !important;
        color: #ffffff;
    }
    .location { 
        font-size: 1.1em;
        font-weight:bold;
        background-color:#F0EFEF !important;
        color: #000000;
    }
    .slot-time p {font-weight:bold;}
    .session-name { font-weight:bold;}
    .session-description { }
    .session-speaker { }
        .session-speaker a { 
            color:#109ED3;
            font-weight:bold;
        }




body.page-1440 table tbody tr.active th, 
body.page-1440 table tbody tr.active th:hover {
    font-size: 1.2em;
    background: #f29700;
    color: #ffffff;
}


table#table-1440 tbody tr td h4 {
    color: #f29700 !important;
	margin: 0 0 1em 0;
	padding: 0;
}


table#table-1440 tbody tr td ul {
	list-style: square;		
}


table#table-1440 tbody tr.event-day td {
	background: #76cfce;
	color: #ffffff;
}


table#table-1440 tbody tr.session-interval td {
	background: #d9ecec;
}


table#table-1440 tbody tr td p strong, table#table-1440 tbody tr td p em {
	color: #f29700;
}


iframe{
	width:100%;
	border:none;
}

iframe.registration-iframe{
	height:1000px;

}


iframe.monkey-survey-frame-visitor{
	width: 100%;
    max-width: 700px;
    height: 780px;
	overflow:hidden;
	margin:0 auto;
	display:block;
}

iframe.monkey-survey-frame{
	width: 100%;
    max-width: 700px;
    height: 1300px;
	overflow:hidden;
	margin:0 auto;
	display:block;
}


div.ehs-video iframe body:-webkit-full-page-media {
    background: #fff !important;	
}
	
	
	
/* Hide register / book a stand buttons in Road Show page only */	
	
	
body.page-3388 .cta {
	display: none !important;		
}
	
.font-size-18{
	font-size:18px;
}



/* "Why visit" page panel */

.why-visit {
    margin: 0px 0px 30px 0px;
    padding: 20px;
    background-color: #272554;
    border-radius: 2px;
}


.why-visit h3 {
    font-size: 28px;
    font-family: 'oswaldbold', arial, sans-serif;
    color: #f29700 !important;
}
		
		
.why-visit ul li, .why-visit p {
    font-size: 1.4em;
    color: #fff;
}


/*Styles for images with captions from the editor*/
.image-with-caption img{
	max-width:100%;
}

/*Styles for images with captions For the macro*/
.image-with-caption-container{
	margin:0 auto;
}

.image-with-caption-container.align-left{
	margin:0 auto 0 0;
}

.image-with-caption-container.align-right{
	margin:0 0 0 auto;
}
		

.image-with-caption-wrapper{
    margin: 0 auto;
    border: 10px solid #FFFFFF; 
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 20px;
}

.image-wrapped{
	max-width:100%;
}

.caption-wrapped{
	display: block;
    margin: 10px;
	text-align:center;
}


/*Countdown!!!*/
#europe{
	position:relative;
	top:-10px;
	text-align:center;
	font-family:'oswaldregular';
}

#europe h3{
    text-transform: uppercase;
    color: #f29700;
}

#europe > div {
    width: 60px;
    display: inline-flex;
    height: 100px;
    text-align: center;
	position:relative;
	margin-right:5px;
}

#europe > div > span {
	display: block;
    width: 60px;
    position: absolute;
}

#europe > div > span:first-child {
	font-family:'oswaldregular';
    top: 0;
    text-align: center;
    left: 0;
    height: 75px;
    padding-top: 21px;
    border: 1px solid #dee1e7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    background-color: rgba(0,50,135,1);
	background: rgba(0,50,135,1);
	background: -moz-linear-gradient(top, rgba(0,50,135,1) 0%, rgba(0,50,135,1) 20%, rgba(2,62,166,1) 50%, rgba(0,50,135,1) 80%, rgba(0,50,135,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,50,135,1)), color-stop(20%, rgba(0,50,135,1)), color-stop(50%, rgba(2,62,166,1)), color-stop(80%, rgba(0,50,135,1)), color-stop(100%, rgba(0,50,135,1)));
	background: -webkit-linear-gradient(top, rgba(0,50,135,1) 0%, rgba(0,50,135,1) 20%, rgba(2,62,166,1) 50%, rgba(0,50,135,1) 80%, rgba(0,50,135,1) 100%);
	background: -o-linear-gradient(top, rgba(0,50,135,1) 0%, rgba(0,50,135,1) 20%, rgba(2,62,166,1) 50%, rgba(0,50,135,1) 80%, rgba(0,50,135,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,50,135,1) 0%, rgba(0,50,135,1) 20%, rgba(2,62,166,1) 50%, rgba(0,50,135,1) 80%, rgba(0,50,135,1) 100%);
	background: linear-gradient(to bottom, rgba(0,50,135,1) 0%, rgba(0,50,135,1) 20%, rgba(2,62,166,1) 50%, rgba(0,50,135,1) 80%, rgba(0,50,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272554', endColorstr='#272554', GradientType=0 );
}

#europe > div > span:last-child {
	font-family:'oswaldlight';
    bottom: -2px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: center;
    left: 0;
    width: 60px;
	color: #f29700;
}




/*Embedded Surveys*/
.smcx-embed{
	margin:auto !important;
}


/*innovation trail*/
#content table.innovation-trail td{
	vertical-align:middle;
}



/**********************
Contact Us Page
*********************/

.conctact-card {
    display: inline-flex;
    width: 100%;
    flex-flow: column;
    margin: 10px;
    border: 1px solid #EEEE;
    padding: 15px 0 15px 20px;
    max-width: 400px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

span.contact-name {
    font-family: 'oswald',sans-serif;
    font-size: 19px;
    color: #333;
}


span.contact-type {
    font-family: 'oswaldlight',sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #666;
    margin-top: 2px;
}


span.contact-email, span.contact-phone {
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 2px 0 2px 0;
}

span.contact-email::before {
    position: absolute;
    content: '\f0e0';
    font-family: 'Fontawesome';
    left: 0;
    color: #272554;
    font-size: 18px;
}

span.contact-phone::before {
    position: absolute;
    content: '\f095 ';
    font-family: 'Fontawesome';
    left: 0;
    color: #272554;
    font-size: 18px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
