/* -- Remove Expandable Sidebar -- */
.zoneSidebar  {
  display:none;
}

.cea_w {
  color: #ffffff !important;
}

.cea_buttons div:first-child {
  margin-right: 25px;
}

.cea_buttons .cea_btn a {
    color: #ffffff !important;
    text-decoration: none;
}

.cea_buttons .cea_btn {
  display: inline-block;
  color: #ffffff !important;
  padding: 4px 12px;
  font-size:15px;
  border-width:1px;
  border-color:#18ab29;
  font-weight:bold;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  background-color: #7f131d;
  border-color: #691018;
  margin-bottom: 15px;
}

.cea_buttons .cea_btn:hover {
    color: #fff;
    background-color: #530c13;
    border-color: #34080c;

}

.cea_border_section {
  /* use on content sections to add a border and spacing */
  padding: 15px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-bottom: 15px;
}

.cea_border_section_r {
  /* use on content sections to add a border and spacing and white on red backtorund */
  padding: 15px;
  background-color: #7f131d;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #ffffff !important;
}

.cea_border_section_r p, .cea_border_section_r a, .cea_border_section_r H3, .cea_border_section_r, .cea_border_section_r H1, .cea_border_section_r font {
   color: #ffffff !important;
}


/*  Team layout */
.team-member-photo {
  width: 150px;
  margin: 0px auto;
}

.team-member-photo img {
  max-height: 150px;
}

.team-member-name {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
} 

.team-member-links {
  text-align:center;
}

.team-member-position {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.cea-table-bordered {
  border: 1px solid #e3e3e3 !important;
}
.cea-table-bordered td {
  border: 1px solid #e3e3e3 !important;
  padding: 10px;
}

/* Header Layout */
.cea_header {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-bottom: 25px;
}

.cea_header .cea_header_title {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 25px;
  font-size: 25px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}

.cea_header .cea_header_gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100px;
  bottom: 0px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.4543067226890757) 0%, rgba(0,0,0,0.29184173669467783) 57%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 100%);
}

/* sidebar list style */
#cea_side_menu ul {
  list-style-type: none;
  padding-left: 0px !important;
}
#cea_side_menu ul li {
  margin-left: 0px;
}

#cea_side_menu ul li a {
  text-decoration: none;
  font-weight: bold;
}

#cea_side_menu ul li ul {
  margin-left: 25px;
}

.ces_button_red {
  color: #ffffff !important;
  background-color: #7f131d;
  display: inline-block;
  margin: 0px 10px;
  padding: 4px 10px;
  border: 1px solid #691018;
  border-radius: 5px;
  text-decoration: none;

}

.ces_button_red:hover {
  background-color: #691018;
}


/* Fellows Layout */
.cea-fellows {
  text-align: center;
  font-weight: 700;
  height: 225px;
}

.col-md-4 {
  float: left;
  width: 30%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 325px;
}

.cea-fellows .cea-fellow-img {
    width: 150px;
    height: 200px;
    overflow: hidden;
    margin: 10px auto;
}

.cea-fellows .cea-fellow-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
    .col-md-4 {
        width: 100%;
    }
}

/* Override footer event link colour */
#id_Footer1 .WaGadgetUpcomingEvents.upcomingEventsStyle001 li .title a {
  color: #ffffff !important;
}


.oAuthButtonsContainer {
  display:none;
}

#fellows_format p,  #fellows_format h1,  #fellows_format h2,  #fellows_format h3 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

/* exhibitor page */

.container {
  display: flex;
  justify-content: space-between;
}

.column {
  flex: 1;
  padding: 10px;
  text-align: center;
}
    
 .column img {
  transform: scale(0.4);
  transform-origin: top center;
}