/**
 * Economist Events style.
 */

  /* Event page style */

.node-type-event .ec-event-body,
.view-ec-events-past .view-content {
  color: #4A4A4A;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

.node-type-event .ec-event-body p {
  line-height: 22px;
  margin-bottom: 10px;
}

.node-type-event .ec-event-body h2 {
  background-color: #F0F0F0;
  color: #4A4A4A;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 7px;
  padding: 10px;
}

#ec-events-conferences #title-wide, /* Header for Global Events page is unique. If other Events page headers are refactored, this line should remain. */
.node-type-event #title-wide,
.node-type-event-region #title-wide,
.page-events-conferences #title-wide { /* Header style should be identical to /ec-channel/styles/node-channel.css */
  border-bottom: 0;
  font-family: Arial, Verdana, sans-serif;
  margin-bottom: 27px;
}

#ec-events-conferences h1.page-title, /* Header for Global Events page is unique. If other Events page headers are refactored, this line should remain. */
.node-type-event #title-wide h1#page-title,
.node-type-event-region #title-wide h1#page-title,
.page-events-conferences #title-wide h1#page-title { /* Header style should be identical to /ec-channel/styles/node-channel.css */
  border-bottom: 7px solid #DADADA;
  color: #4A4A4A;
  font-size: 32px;
  line-height: normal;
  margin: 0px;
  padding: 5px 5px 5px 0;
}

h1.ec-events-series-title {
  padding: 18px 5px 40px 97px !important;
  border-bottom: 0 !important;
}

h1.ec-events-series-ideas {
  background: url('../images/events_ideas_lg.png') no-repeat;
}

h1.ec-events-series-buttonwood {
  background: url('../images/events_buttonwood_lg.png') no-repeat;
}

h1.ec-events-series-worldin {
  background: url('../images/events_worldin_lg.png') no-repeat;
}

.node-type-event .ec-events-tagline-title {
  font-size: 18px;
  font-weight: normal;
}

.node-type-event .ec-event-date-location time {
  border-right: 1px solid #4a4a4a;
  padding-right: 8px;
}

.node-type-event .ec-event-location {
  padding-left: 4px;
}

.node-type-event .ec-event-venue {
  padding-left: 0px;
  color: #4A4A4A;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 19px;
}

.node-type-event .ec-event-venue p {
  margin-bottom: 0;
}

.node-type-event .ec-event-tagline {
  color: #E3120B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: -5px;
}

.node-type-event .ec-event-description,
.node-type-event .ec-event-summary {
  margin: 0;
  padding: 0;
}

.node-type-event .ec-event-sum-desc {
  margin-bottom: 23px;
}

html.js .ec-event-description {
  display: none;
}

.node-type-event .ec-event-buttons {
  margin-bottom: 18px;
}

.node-type-event .ec-event-buttons .ec-button { /* Purchase Tickets button */
  display: inline-block;
  float: left;
  font-family: Aria, sans-serif;
  margin: 0;
  padding: 5px 15px;
}

.node-type-event .ec-event-body .share_inline_header { /* Facebook and Twitter buttons */
  margin-bottom: 0;
}

.node-type-event #ec-events-brightcove-player {
  margin-bottom: 40px;
}

.node-type-event #block-ec_components-share_inline_footer { /* Footer social buttons */
  margin: 40px 0 10px 0;
}

.node-type-event a.ec-event-open-toggle,
.node-type-event a.ec-event-close-toggle {
  cursor: pointer;
  font-weight: normal;
  margin-left: 10px;
  text-decoration: underline;
}

.node-type-event a.ec-event-open-toggle:hover,
.node-type-event a.ec-event-close-toggle:hover {
  text-decoration: none;
}

/* Header navigation. Style should be identical to /ec-channel/styles/node-channel.css */

.item-list ul.ec-events-title-links {
  margin: 0;
  padding: 0;
  height: 35px;
  background: #F9F9F9;
  border: 1px solid #EEE;
}

.item-list ul.ec-events-title-links li {
  display: block;
  float: left;
  margin: 0 ;
  color: #535353;
  position: relative;
  padding: 0;
  border-right: 1px solid #DADADA;
  border-left: 1px solid #FFF;
  font-size: 14px;
  font-weight: bold;
}

ul.ec-events-title-links li a {
  color: #535353;
  text-decoration: none;
  display: block;
  float: left;
  background: none;
  padding: 0 16px;
  height: 35px;
  line-height: 35px;
}

ul.ec-events-title-links li a:hover {
  background-color: #EEE;
}

ul.ec-events-title-links li.first {
  border-left: none;
}

/* Speakers Carousel. */

.ec-events-speaker-carousel .jcarousel-clip {
  border-right: #FFFFFF dotted 1px;
  color: #FFFFFF;
  font-family: Arial;
  overflow: hidden;
  width: 532px;
}

.ec-events-speaker-carousel ul {
  list-style: none;
}

.ec-events-speaker-carousel li {
  margin: 0 0 0 7px;
}

.ec-events-speaker-carousel .jcarousel-item {
  list-style: none;
  overflow: hidden;
  padding: 0;
  width: 168px;
}

.ec-events-speaker-carousel .jcarousel-item img {
  border: 1px solid #333333;
  height: 93px;
  margin-bottom: 2px;
  width: 166px;
}

.ec-event-speaker-carousel-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.ec-event-speaker-carousel-descr {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.ec-events-speaker-carousel {
  background-color: #575757;
  margin-bottom: 40px;
  padding: 7px 0 14px;
}

.ec-events-speaker-carousel .jcarousel-prev,
.ec-events-speaker-carousel .jcarousel-next {
  display: block;
  height: 22px;
  position: absolute;
  top: 7px;
  width: 22px;
}

.ec-events-speaker-carousel .jcarousel-prev,
.ec-events-speaker-carousel .jcarousel-prev:hover,
.ec-events-speaker-carousel .jcarousel-next,
.ec-events-speaker-carousel .jcarousel-next:hover {
  background-image: url('../images/carousel-buttons.png');
  background-repeat: no-repeat;
}

.ec-events-speaker-carousel .jcarousel-prev {
  background-position: 0 0;
  right: 35px;
}

.ec-events-speaker-carousel .jcarousel-prev:hover {
  background-position: 0 -25px;
}

.ec-events-speaker-carousel .jcarousel-next {
  background-position: -25px 0;
  right: 7px;
}

.ec-events-speaker-carousel .jcarousel-next:hover {
  background-position: -25px -25px;
}

h2.ec-events-speaker-carousel-title {
  margin-bottom: 0 !important;
}

.ec-gallery-strip .ec-event-speaker-carousel-title a {
  text-decoration: underline;
  color: white;
}

.ec-gallery-strip .ec-event-speaker-carousel-title:hover a {
  text-decoration: none;
  color: white;
}

.node-event-tpl .ec-gallery-strip .jcarousel-clip {
  width: 880px;
}

/* Events Contact Us block. */

#ec-events-contact-us-block {
  background: #F0F0F0;
  font-family: Arial, sans-serif;
  line-height: 14px;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

#ec-events-contact-us-block h2 {
  border-bottom: 1px solid #FFFFFF;
  color: #4A4A4A;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 16px 0 10px 10px;
}

#ec-events-contact-us-block .inner {
  padding: 13px 10px 0 10px;
}

#ec-events-contact-us-block .inner + p {
  padding: 0 10px;
}

#ec-events-contact-us-block .ec-events-contact-us-block-info {
  float: left;
  width: 30%;
  margin-right: 40px;
  padding-bottom: 11px;
}

#ec-events-contact-us-block .grid-last {
  margin-right: 0;
  float: right;
}

#ec-events-contact-us-block h3 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #4A4A4A;
}

#ec-events-contact-us-block p {
  font-size: 12px;
  line-height: 20px;
}

/* Event region page CSS */

#ec-event-region-page {
  line-height:22px;
  font-size:14px;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
}

.ec-event-region-event-highlight {
  background: #575757;
  position: relative;
  height: 334px;
  clear: both;
  margin-bottom: 60px;
}

.event-series-image-large {
  margin: 0 5px -13px 0;
}

.ec-event-region-video {
  float: left;
  width: 595px;
}

div.ec-event-region-summary {
  color: #FFFFFF;
  display: block;
  float: left;
  height: 270px;
  overflow: hidden;
  padding: 20px 10px 0 15px;
  width: 341px;
}

.ec-event-region-summary a {
  color: #FFFFFF;
}

.ec-event-region-summary-head {
  font-weight: bold;
  margin-bottom: 5px;
}

.ec-event-region-summary-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.ec-event-region-summary-date {
  margin-bottom: 20px;
}

.ec-event-region-summary-text {
}

.ec-event-region-summary-text p {
  line-height: 20px;
  margin-bottom: 10px;
}

.ec-event-region-summary-link {
  bottom: 19px;
  padding-top: 10px;
  position: absolute;
}

.ec-event-region-header-bar {
  border-top: #dadada 7px solid;
  border-bottom: #dadada 1px solid;
  width:100%;
  margin-bottom: 20px;
}

.ec-event-region-header-img {
  float: left;
  width: 62px;
  height: 62px;
  margin-right: 5px;
}

.ec-event-region-header-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.ec-event-region-type-summary {
  padding-bottom: 20px;
}

.ec-event-region-events {
  margin-bottom: 40px;
  clear: both;
}

.ec-event-region-events-left, .ec-event-region-events-right {
  float: left;
  width: 280px;
  margin-right: 15px;
}

.ec-event-region-event-summary,
.view-ec-events-past .views-row {
  margin-bottom: 15px;
}

.ec-event-region-event-summary-title a,
.view-ec-events-past .views-field-title a {
  color: #E3120b;
  font-weight: bold;
  line-height: 22px;
}

.ec-event-region-event-summary-link a,
.view-ec-events-past .views-field-title-1 a {
  font-size: 12px;
}

.ec-event-region-footer-minor {
  padding: 5px 0 80px;
  border-top: 1px solid #dadada;
}

.ec-event-region-footer-minor a {
  font-weight: bold;
}

/* Past events page. */

.views-field-field-events-location-value {
  line-height: 22px;
}

.view-ec-events-past .view-filters {
  margin-bottom: 30px;
}

.view-ec-events-past .views-exposed-widget {
  padding: 0;
}

.view-ec-events-past .views-exposed-form label,
.view-ec-events-past .views-exposed-form .views-widget,
.view-ec-events-past .views-exposed-form .views-submit-button {
  float: left;
  font-family: Arial, sans-serif;
  padding: 0;
}

.view-ec-events-past .views-exposed-form label {
  color: #4A4A4A;
  font-size: 14px;
  margin: 4px 5px 0 0;
}

.view-ec-events-past .views-exposed-form .views-widget {
  margin-right: 5px;
}

.view-ec-events-past .views-exposed-form .form-submit {
  margin-top: 2px;
}

.page-events-conferences div.pager {
  margin-bottom: 65px;
}

/* Event sponsors page. */

.node-event-sponsors {
  color: #4A4A4A;
  font-family: Arial, sans-serif;
}

.ec-event-sponsor-item {
  border-top: 1px dotted #4A4A4A;
  padding: 20px 0;
}

.ec-event-sponsor-item.item-first {
  border-top: none;
  padding-top: 0;
}

.ec-event-sponsor-level {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.ec-event-sponsor-description {
  font-size: 14px;
  line-height: 20px;
}

/* Event programme page. */

.node-type-event .ec-event-programme .ec-event-body .ec-event-date-location {
  font-weight: bold;
  line-height: 22px;
}

.node-type-event .ec-event-programme .ec-event-date-location time {
  border-right: none;
  padding-right: 0;
}

.node-type-event .ec-event-programme .ec-event-programme-meta {
  margin-bottom: 30px;
}

.node-type-event .ec-event-programme h2 {
  margin-bottom: 0;
}

.node-type-event .ec-event-programme .ec-event-body table tr {
  border-bottom: 1px solid #D7D7D7;
}

.node-type-event .ec-event-programme .ec-event-body table tr td {
  padding: 15px 0 5px 0;
}

/* =========================================================
 * Even node styles for body
 * --------------------------------------------------------- */
.node-event-tpl article ul,
.node-event-tpl article ol {
  margin: 20px 0;
  padding: 0 30px;
}
.node-event-tpl article ul,
.node-event-tpl article ul li {
  list-style: disc outside;
}
.node-event-tpl article ol,
.node-event-tpl article ol li {
  list-style: decimal outside;
}
.node-event-tpl article ul li,
.node-event-tpl article ol li {
  font-size: inherit;
  line-height: inherit;
}
#title-wide span.ec-events-tagline-title {
  color: #E3120B;
  display: block;
  font-weight: bold;
  margin: -30px 0 30px 98px;
  position: relative;
}
