a.no_active {
  color: #fff;
}

a.no_active:hover {
  color: #fff;
}

a.disabled {
  cursor: default;
  pointer-events: none;
}

table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  table {
    font-size: 13px;
    width: 100%;
  }
}

table#previous_events {
  width: 100%;
}

table#upcoming_events {
  width: 100%;
}

tr.odd {
  background-color: #fff;
  width: 100%;
}

table#upcoming_events td {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  table#upcoming_events td {
    padding: 20px 10px;
  }
}

td {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  td {
    display: table-cell;
    text-align: left;
  }
}

table#previous_events td {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  table#previous_events td {
    padding: 20px 10px;
  }
}

td.event_date {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  td.event_date {
    font-size: 12px;
    width: 70px;
  }
}

td.speaker_thumbnail {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  td.speaker_thumbnail {
    width: 110px;
  }
}

td.speaker_thumbnail img {
  height: auto;
  margin-top: 2px;
  max-width: 100%;
}

td.event_details {
  line-height: 16px;
  padding-top: 0;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  td.event_details {
    width: 470px;
  }
}

.event_youtube {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event_youtube {
    margin: 0;
  }
}

.event_youtube--content {
  color: #333;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event_youtube--content {
    font-size: inherit;
    text-align: left;
  }
}

.event_youtube .youtube-popup-link {
  background: none;
  color: #2a3faa;
  display: inline-block !important;
  font-weight: 600;
  height: auto;
  margin: 0.5rem 0 0.75rem 0;
  opacity: 1;
  position: relative;
  width: auto;
}
.event_youtube .youtube-popup-link:hover {
  color: #09f;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .event_youtube .youtube-popup-link {
    margin: 0.5rem 0 0 0;
  }
}

.event_youtube .youtube-popup-link:after {
  color: #ff0000;
  content: "\f166";
  font-family: FontAwesome;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: normal;
  left: 2px;
  line-height: 0.75em;
  position: relative;
  text-decoration: inherit;
  top: 1px;
  transition: all 3s;
  vertical-align: -15%;
}

.event_youtube .youtube-popup-link:hover:after {
  content: "\f16a";
}

td.event_aux {
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
}

.calendar_icon {
  cursor: pointer;
  height: 45px;
  margin-top: 10px;
  outline: none;
  width: 45px;
}
@media screen and (min-width: 768px) {
  .calendar_icon {
    height: 35px;
    width: 35px;
  }
}

.previous_event_year {
  display: block;
}
@media screen and (min-width: 768px) {
  .previous_event_year {
    display: none;
  }
}

/* remove blue outline in chrome */
.calendar_icon:focus, .calendar_icon:active, .calendar_icon.active, .addeventatc:focus, .addeventatc:active {
  background-image: none;
  box-shadow: none;
  outline: 0;
}

.calendar_button_icon {
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 5px;
  vertical-align: middle;
  width: 25px;
}

.igs_calendar_button {
  background-color: #2a3faa;
  border: 1px solid #888;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.addeventatc {
  z-index: 900;
}

.igs_calendar_button:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}

.igs_calendar_button:active {
  background-color: #e62815;
  text-decoration: none;
}

div.event_main {
  font-weight: 700;
}

div.event_title {
  font-style: italic;
}

p#event_text {
  float: left;
  margin-top: -10px;
  padding-top: 0;
}

p#event_note {
  font-size: 1em;
  font-style: italic;
  margin-bottom: 21px;
  margin-top: 21px;
  padding-top: 0;
}

.dialog_cont {
  margin-bottom: 50px;
  margin-top: 50px;
}

.tabs_menu {
  clear: both;
  display: block;
  height: 44px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tabs_menu {
    width: 795px;
  }
}

@media screen and (min-width: 0) and (max-width: 533px) {
  #upcoming {
    display: block !important;
  }
}

@media screen and (min-width: 0) and (max-width: 533px) {
  #previous {
    display: block !important;
    margin-top: 20px;
  }
}
#previous a.active_page {
  background: #036;
  border: 1px solid #036;
  color: #fff;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 35px;
  margin: 0 2px 0 0;
  padding: 6px;
  text-align: center;
  width: auto !important;
}
#previous a.paginate {
  background: #d5eaff none repeat scroll 0 0;
  border: 1px solid #9fc9eb;
  color: #036;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0 2px 6px 0;
  padding: 6px;
  text-align: center;
  width: auto !important;
}
@media screen and (min-width: 768px) {
  #previous a.active_page {
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 2px;
    width: auto;
  }
  #previous a.paginate {
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 2px;
    width: auto;
  }
}

.upcoming_mob_title,
.previous_mob_title {
  color: #111;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 533px) {
  .upcoming_mob_title,
  .previous_mob_title {
    display: none;
  }
}

.tabs_content {
  background-color: #dee9f4;
  border: 1px solid #000;
  margin-top: -1px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 8;
}
@media screen and (min-width: 533px) {
  .tabs_content {
    display: block;
  }
}

.tabs_menu li {
  background-color: #c3d0d9;
  border-bottom: none;
  display: inline;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 0 4px 0 20px;
  position: relative;
  width: 225px;
  z-index: 8;
}
@media screen and (min-width: 533px) {
  .tabs_menu li {
    display: inline-block;
  }
}

.tabs_menu li.one {
  background: url("../images/tabs/tab_inactive.png") no-repeat;
  display: none;
  margin-left: 3px;
  width: 200px;
}
@media screen and (min-width: 533px) {
  .tabs_menu li.one {
    display: inline-block;
  }
}

.tabs_menu li.two {
  background: url("../images/tabs/tab_inactive.png") no-repeat;
  display: none;
  margin-left: -25px;
  width: 263px;
  z-index: 8;
}
@media screen and (min-width: 533px) {
  .tabs_menu li.two {
    display: inline-block;
  }
}

.tabs_menu li.one a {
  color: #000;
  display: block;
  outline: none;
  padding-top: 13px;
  text-decoration: none;
}

.tabs_menu li.two a {
  color: #000;
  display: block;
  outline: none;
  padding-left: 10px;
  padding-top: 13px;
  text-decoration: none;
}

.tabs_menu li.active {
  background: url("../images/tabs/tab_active.png") no-repeat;
  display: none;
  height: 45px;
  margin-left: 0;
  width: 280px;
  z-index: 9;
}
@media screen and (min-width: 533px) {
  .tabs_menu li.active {
    display: inline;
  }
}

tr.pagination_holder {
  background-color: #fff;
}

tr.spacer {
  height: 12px;
}

td.pagination_dates {
  color: #666;
  vertical-align: top;
}
td.pagination_dates a {
  margin-bottom: 10px;
}
td.pagination_dates a.active_page {
  background: none repeat scroll 0 0 #036;
  border: 1px solid #036;
  font-size: 12px;
}
td.pagination_dates a.paginate {
  font-size: 12px;
}
@media screen and (min-width: 545px) {
  td.pagination_dates a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  td.pagination_dates {
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 8px;
  }
  td.pagination_dates a {
    padding: 2px 5px;
  }
  td.pagination_dates a.active_page {
    padding: 2px 5px;
  }
}

.event_location {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.event_dates {
  font-size: 0.75rem;
}