html {
  overflow-y:scroll!important;
}

body {
  font-size: 110%;
  font-family: 'BuenosAiresWeb', sans-serif !important;
  font-weight: 300;
  color: #333F48;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .mobileclear:first-of-type {
    clear: both;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 120%;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 130%;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 140%;
  }
}

body h1 {
  color: #333f48;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
body h2 {
  color: #333f48;
  font-size: 26px;
  font-weight: 600;
}
body h2 strong {
  font-weight: 600;
}
body h3 {
  color: #333f48;
  font-size: 22px;
}

@media (max-width: 767px) {
  body h1 {
    font-size: 27px;
  }
  body h2 {
    font-size: 21px;
  }
  body h3 {
    font-size: 17px;
  }
}

body h2 span.back {
  float: right;
  width: 18px;
  background: url(../images/2021/top.jpg) no-repeat scroll center;
  text-indent: -9999px;
  cursor: pointer;
  display: none !important;
}


/** Collapsible Arrows - Used on Privacy Policy, FAQ, T&C **/
body h2.hide-back-arrow .back {
  display: none !important;
}

body h2.collapsible {
  background: url("../images/2021/orange-arrow-down.png");
  background-repeat: no-repeat;
  background-position: top 8px right 10px;
}

body h2.collapsible .back {
  display: none !important;
}

body h2.active-collapsible {
  background: url("../images/2021/orange-arrow-up.png") !important;
  background-repeat: no-repeat !important;
  background-position: top 8px right 10px !important;
}

body h3.collapsible {
  background: url("../images/2021/orange-arrow-down.png");
  background-repeat: no-repeat;
  background-position: top 5px right 10px; 
}

body h3.active-collapsible {
  background: url("../images/2021/orange-arrow-up.png") !important;
  background-repeat: no-repeat !important;
  background-position: top 5px right 10px !important;
}

@media (max-width: 600px) {
  body h2.collapsible, body h2.active-collapsible, body h3.collapsible, body h3.active-collapsible {
    background: none !important;
  }
}

body b,
body strong {
  font-weight: 500;
}
body hr {
  clear: both;
  margin: 25px 0;
}

body header {
  padding-top: 92px;
}
#topmenu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  body header {
    padding-top: 62px;
  }
  body header.fix {
    height: 32px;
    position: fixed;
    width: 100%;
    z-index: 13;
  }
}
@media (min-width: 768px) {
  body header.fix {
    height: 144px;
  }
  body header.fix #topmenu,
  body header.fix #navigation {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 13;
  }
  body header.fix #navigation {
    top: 92px;
    z-index: 12;
  }
}
body header.fix #logo {
  display: none;
}
@media (min-width: 768px) {
  body header #topmenu .container,
  body header #navigation .container,
  body header #mobile-topmenu .container {
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  body header #topmenu .container,
  body header #navigation .container,
  body header #mobile-topmenu .container {
    padding-left: 0px;
  }
}
body header #topmenu .container ul,
body header #navigation .container ul,
body header #mobile-topmenu .container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body header #topmenu .container ul li a,
body header #navigation .container ul li a,
body header #mobile-topmenu .container ul li a {
  color: white;
  line-height: 52px;
  white-space: nowrap;
  padding: 0 10px;
}
body header #topmenu .container ul li li li a,
body header #navigation .container ul li li a,
body header #mobile-topmenu .container ul li a {
  line-height: 32px;
}
@media (min-width: 992px) {
  body header #topmenu .container ul li a,
  body header #navigation .container ul li a,
  body header #mobile-topmenu .container ul li a {
    padding: 0 15px;
  }
}
body header #topmenu .container ul li a:hover,
body header #navigation .container ul li a:hover,
body header #mobile-topmenu .container ul li a:hover,
body header #topmenu .container ul li a:active body header #topmenu .container ul li a.menuactive,
body header #topmenu .container ul li a:active body header #navigation .container ul li a.menuactive,
body header #topmenu .container ul li a:active body header #mobile-topmenu .container ul li a.menuactive,
body header #navigation .container ul li a:active body header #topmenu .container ul li a.menuactive,
body header #navigation .container ul li a:active body header #navigation .container ul li a.menuactive,
body header #navigation .container ul li a:active body header #mobile-topmenu .container ul li a.menuactive,
body header #mobile-topmenu .container ul li a:active body header #topmenu .container ul li a.menuactive,
body header #mobile-topmenu .container ul li a:active body header #navigation .container ul li a.menuactive,
body header #mobile-topmenu .container ul li a:active body header #mobile-topmenu .container ul li a.menuactive {
  text-decoration: none;
  color: white;
}
body header #topmenu {
  background-color: #231F20;
}
body header #topmenu #mobile-menu-icon {
  width: 32px;
  height: 32px;
  float: right;
  background: url(../images/2021/mobile-menu-icon.png) no-repeat scroll center center;
  cursor: pointer;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  body header #topmenu #mobile-menu-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  body header #topmenu .container > ul {
    display: none;
  }
}
body header #topmenu .container > ul > li > a {
  display: none;
}
body header #topmenu .container > ul ul li {
  z-index: 13;
  position: relative;
  float: left;
}
body header #topmenu .container > ul ul li:hover {
  background-color: #525C63;
}
body header #topmenu .container > ul ul li:hover > ul {
  left: 0px;
}
body header #topmenu .container > ul ul li ul {
  position: absolute;
  left: -9999px;
  background-color: rgba(35, 31, 32, 0.9);
}
body header #topmenu .container > ul ul li ul li {
  min-width: 100px;
  float: none;
}
body header #topmenu .container > ul ul li ul ul {
  display: none;
}
body header #mobile-topmenu {
  display: none;
}
@media (min-width: 768px) {
  body header #mobile-topmenu {
    display: none !important;
  }
}
body header #mobile-topmenu .container > ul {
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 1000;
  width: 100%;
  padding-bottom: 10px;
  background-color: rgba(35, 31, 32, 0.9);
}
body header #mobile-topmenu .container > ul li:hover {
  background-color: #333F48;
}
body header #mobile-topmenu .container > ul li a {
  font-size: 150%;
  display: block;
}
body header #mobile-topmenu .container > ul li ul {
  display: none;
}
body header #navigation {
  background-color: #525C63;
}
@media (max-width: 767px) {
  body header #navigation {
    display: none;
  }
}
body header #navigation .container > ul li {
  z-index: 12;
  position: relative;
  float: left;
}
body header #navigation .container > ul li:hover {
  background-color: #70797F;
}
body header #navigation .container > ul li:hover > ul {
  left: 0px;
}
body header #navigation .container > ul li ul {
  position: absolute;
  left: -9999px;
  background-color: #70797F;
}
body header #navigation .container > ul li ul li {
  min-width: 100px;
  float: none;
}
body header #navigation .container > ul li ul li:hover {
  background-color: #525C63;
}
/*body header #navigation .container > ul li ul li:hover a {
  color: #70797F;
}*/
body header #navigation .container > ul li ul li:hover ul {
  left: 100%;
}
body header #navigation .container > ul li ul ul {
  top: 0;
  left: -9999px;
  position: absolute;
}
body header #navigation .container > ul li li:hover ul {
  left: 0;
}
body header #navigation .container > ul li ul ul a {
  color: #fff !important;
}
/*body header #navigation .container > ul li ul ul a:hover {
  color: #70797F !important;
}*/


/*body header .social_icons {
  float: left;
}
@media (min-width: 768px) {
  body header .social_icons {
    float: right;
  }
}
body header .social_icons div {
  float: left;
  margin-right: 10px;
  background: url(../images/2021/icons-original.png) no-repeat scroll;
}
@media (min-width: 768px) {
  body header .social_icons div {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
  }
}
body header .social_icons div:hover {
  background-color: #333F48;
}
body header .social_icons div.twitter {
  background-position: 7px 9px !important;
}
body header .social_icons div.youtube {
  background-position: 7px -208px !important;
}
body header .social_icons div.blog {
  background-position: 7px -154px !important;
}
body header .social_icons div.linkedin {
  background-position: 7px -100px !important;
}
body header .social_icons div a {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}*/
#socialicons {
  margin: 20px 0 25px 0;
}
#socialicons a {
  display: inline-block;
  margin-right: 20px;
}
#socialicons img {
  display: block !important;
  height: 22px !important;
  margin-left: 0 !important;
}

/*.social_icons {
  margin: 15px 0 25px 0;
}
.social_icons:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}
.social_icons div {
  float: left;
  margin-left: 12px;
  background: url(../images/2021/icons-original.png) no-repeat scroll;
  background-color: #525C63;
  border-radius: 4px;
}
.social_icons div:first-child {
  margin-left: 0;
}
.social_icons div:hover {
  background-color: #70797F;
}
.social_icons div.twitter {
  background-position: 7px 9px !important;
}
.social_icons div.youtube {
  background-position: 7px -208px !important;
}
.social_icons div.blog {
  background-position: 7px -154px !important;
}
.social_icons div.linkedin {
  background-position: 7px -100px !important;
}
.social_icons div a {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 30px;
  cursor: pointer;
}*/

#idp {
  float: left;
  width: 184px;
}
#idp a {
  float: left;
  width: 50%;
  display: block;
  border: none;
  outline: 0;
}
#idp a:hover img {
  opacity: 0.9;
}
#idp img {
  display: block;
  width: 100%;
  height: auto !important;
}
#topmenu {
  padding: 15px 0;
}
@media (min-width: 768px) {
  #idp {
    float: right;
    position: relative;
    top: 0;
    width: 200px;
  }
  #topmenu {
    padding: 40px 0 0 0;
  }
}

#content {
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #content {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media (min-width: 992px) {
  #content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#content a,
#content a:visited {
  color: #333F48;
  cursor: pointer;
  text-decoration: underline;
}
#content a:hover,
#content a:visited:hover,
#content a:active,
#content a:visited:active {
  color: #70797F;
  text-decoration: underline;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content img .ImageFloatLeft {
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
}
#content img .ImageFloatRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 14px;
}
#content table {
  width: 100%;
}
#content table tr td,
#content table tr th {
  padding: 3px 5px;
}
#content table tr td h1,
#content table tr th h1,
#content table tr td h2,
#content table tr th h2,
#content table tr td h3,
#content table tr th h3 {
  margin-top: 0;
}
#content table tr th p {
  margin: 0;
}
#content table.table-heading tr:first-child td,
#content table tr th {
  font-weight: 500;
  font-size: 120%;
  background-color: #333F48;
  color: #FFF;
}
#main .breadcrumb {
  background-color: #EBECED;
  padding: 5px 15px;
  line-height: 22px;
  border-radius: 0px;
  word-break: break-strict;
  color: #333F48;
  font-weight: 400;
}
#main #share_icons {
  margin-bottom: 15px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #main #share_icons {
    float: right;
    margin-bottom: 0px;
  }
}
#main #share_icons span {
  height: 22px !important;
}
#main #share_icons span.stButton {
  margin: 0px;
}
#main #share_icons .share_text {
  color: #333f48;
}
@media (max-width: 767px) {
  #main #share_icons .share_text {
    display: none;
  }
}
#main .stMainServices {
  width: 25px !important;
  padding: 0px !important;
}
#main .st-twitter-counter {
  background: url(../images/2021/icons.png) no-repeat scroll 5px -810px !important;
}
#main .st-linkedin-counter {
  background: url(../images/2021/icons.png) no-repeat scroll 5px -865px !important;
}
#main .st-email-counter {
  background: url(../images/2021/icons.png) no-repeat scroll 5px -917px !important;
}
#main .st-facebook-counter {
  background: url(../images/2021/icons.png) no-repeat scroll 5px -973px !important;
}
#main .items .item {
  cursor: pointer;
  padding-bottom: 30px;
}
#main .items .item .item-title {
  color: white;
  background-color: #333F48;
  line-height: 32px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: " ...";
}
#main .items .item .item-title.Watch {
  background: url(../images/2021/icons.png) no-repeat scroll right 5px top -1074px #333F48;
}
#main .items .item .item-title.Browse {
  background: url(../images/2021/icons.png) no-repeat scroll right 5px top -1162px #333F48;
}
#main .items .item .item-title.Readmore {
  background: url(../images/2021/icons.png) no-repeat scroll right 5px top -1025px #333F48;
}
#main .items .item .item-title.Download {
  background: url(../images/2021/icons.png) no-repeat scroll right 5px top -1118px #333F48;
}
#main .items .item:hover .item-title {
  background-color: #333f48;
}
#main .items .item img {
  width: 100%;
  height: auto;
  max-height: 150px;
}
@media (max-width: 767px) {
  #main .items .item img {
    max-height: none;
  }
}
#right p {
  margin: 0px;
}
#right .right_bts,
#right #countdown {
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 15px;
}
@media (min-width: 768px) {
  #right .right_bts,
  #right #countdown {
    font-size: 90%;
  }
}
#right .right_bts {
  background: url(../images/2021/icons-original.png) no-repeat scroll;
}
#right .right_bts:nth-child(odd) {
  background-color: #8F959A;
}
#right .right_bts:nth-child(odd) #dates {
  background-color: #8F959A;
}
#right .right_bts:nth-child(even) {
  background-color: #70797F;
}
#right .right_bts:nth-child(even) #dates {
  background-color: #70797F;
}
#right .right_bts a {
  text-decoration: none !important;
  color: white !important;
}
#right .right_bts a:hover,
#right .right_bts a:active {
  text-decoration: none;
}
#right #key_dates {
  background-position: right -261px !important;
}
#right #subscribe_to_enews {
  background-position: right -315px !important;
}
#right #download_prospectus {
  background-position: right -369px !important;
}
#right #register_now {
  background-position: right -423px !important;
}
#right #view_workshops {
  background-position: right -477px !important;
}
#right #view_schedule {
  background-position: right -531px !important;
}
#right #view_program {
  background-position: right -585px !important;
}
#right #submit_a_proposal {
  background-position: right -639px !important;
}
#right #view_speakers {
  background-position: right -693px !important;
}
#right #book_accomodation {
  background-position: right -747px !important;
}
#right #blank {
  background-image: none;
}
#right #countdown {
  background: url(../images/2021/icons-original.png) no-repeat scroll right -44px #333f48;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #right #countdown span {
    display: none;
  }
}
#right #key_dates {
  height: auto !important;
}
#right #key_dates #dates {
  display: none;
  margin-right: 15px;
}
#right #key_dates #dates p {
  color: #FFFFFF;
  font-size: 90%;
  line-height: 16px;
  padding: 2px 0;
  margin: 0;
  border-bottom: 1px solid #EBECED;
}
#right #key_dates #dates p:last-child {
  border-bottom: 0px;
  padding-bottom: 5px;
}
#right #slider-platinum-logos-frame,
#right #slider-gold-logos-frame,
#right #slider-silver-logos-frame,
#right #slider-sponsors-frame,
#right #slider-news-frame,
#right #slider-ads-frame {
  margin-top: 15px;
}
#right .slider-sponsors-title {
  font-weight: 500;
  font-size: 140%;
  color: #333f48;
  margin-top: 15px;
  text-align: left !important;
}
#right #slider-sponsors-frame .nivo-caption {
  display: none !important;
}
#right .nivo-caption {
  background: url("../images/2021/item-bg.png") repeat scroll;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
#right #slider-sponsors-frame .nivoSlider:hover .nivo-caption {
  display: none !important;
}
#right .twitter-timeline,
#right #slider-1-frame,
#right #slider-2-frame,
#right #slider-3-frame,
#right #slider-4-frame {
  margin: 10px 0 !important;
}

#footer #co-hosts {
  position: relative;
  color: #fff;
}
#co-hosts img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}

#foot {
  background: #EBECED;
  padding: 10px 0;
}

#foot .blank {
  display: none;
}

#foot h4 {
  font-size: 16px;
  margin: 15px 0;
}
#foot p {
  margin: 15px 0;
}

#foot .row {
  border-bottom: 1px solid #B2B4B5;
}

#foot .row:last-child {
  border-bottom: none;
}

#foot .footer {
  margin: 25px 0;
}

#foot .footer img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: auto !important;
}
#foot .footer a:hover img {
  opacity: 0.8;
}

#foot a {
  color: #333F48;
  text-decoration: none;
}
#foot a:hover {
  color: #70797F;
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer #co-hosts div {
    display: none !important;
  }
  #foot .footer {
    margin-top: -15px;
  }
  #foot .item:first-child .footer {
    margin-top: 25px;
  }
}
#home-youtube {
  padding-bottom: 0px;
  border: 0px;
  height: 195px;
}
@media (min-width: 768px) {
  #home-youtube {
    height: 205px;
  }
}
@media (min-width: 992px) {
  #home-youtube {
    height: 183px;
  }
}
@media (min-width: 1200px) {
  #home-youtube {
    height: 211px;
  }
}
/*Speaker*/
#category_SpeakerList {
  padding-left: 0 !important;
  column-count: 4;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}
#category_SpeakerList li {
  list-style: none;
  width: 100%;
  display: inline-block;
}
#speaker-left {
  float: left;
  max-width: 280px;
  margin-top: 20px;
  display: block;
}
#speaker-right {
  display: block;
  float: left;
  max-width: 530px;
  margin-top: 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #speaker-left {
    float: none !important;
  }

  #speaker-right {
    float: none !important;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
#speaker-left p,
.category-FeaturedSpeaker p {
  margin-bottom: 7px;
}
.speaker-pic {
  margin-bottom: 20px;
}
.speaker-name {
  color: #567E39;
  font-size: 16px;
}
.speaker-title {
  color: #a066aa;
}
.speaker-type {
  font-weight: bold;
}

.major-sponsors img {
  margin-right: 25px;
  width: 150px;
  height: auto;
  vertical-align: top;
}
.major-sponsors img[alt='Object Next'],
.major-sponsors img[alt='BPO Intelligence'] {
  width: 70px;
  margin-top: 30px;
}
.major-sponsors img[alt='Object Next'] {
  margin-right: 10px;
}
.major-sponsors table {
  width: auto !important;
}
#exhibitors table tr td:first-child {
  /*font-weight: bold;*/
}
#exhibitors table tr:nth-child(even) td {
  background-color: rgba(228, 113, 42, 0.1);
}
.sponsors h2 {
  background-color: #EBECED;
  color: black;
  line-height: 32px;
  font-size: 110%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.sponsors a {
  line-height: 80px;
}
.sponsors a img {
  max-height: 80px;
  width: auto;
}

/***** Sorted Table Styles *****/

.scrolling-table {
  border: 0;
  max-height: 800px;
  overflow-y: scroll;
  display: block;
}

table.tablesorter {
  width: 100%;
}

table.tablesorter thead tr .header {
    background-image: url("../images/2021/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 14px !important;
    border: 1px solid #fff;
}


table.tablesorter thead tr .headerSortUp {
    background-image: url("../images/2021/asc.gif"); 
}


table.tablesorter thead tr .headerSortDown {
    background-image: url("../images/2021/desc.gif"); 
}

table.tablesorter tr:nth-child(even) {
  background-color: rgba(106, 178, 64, 0.1);
}

table.tablesorter th {
  border-top: 1px solid #b2b2b2 !important;
  border-bottom: 1px solid #b2b2b2 !important;
}

table.tablesorter td {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #b2b2b2;
  vertical-align: top;
}

table.tablesorter td.col-1 {
  font-weight: 500;
}

table.tablesorter thead {
  //display: block;
  font-size: 12px !important;
}


table.tablesorter tbody {
  //display: block;
  //max-height: 800px;
  //overflow: auto;
}

table.tablesorter .row-lge {
  //width: 240px;
  //max-width: 240px;
  //min-width: 240px;
}

table.tablesorter .row-med {
  //width: 100px;
  //max-width: 100px;
  //min-width: 100px;
}

table.tablesorter .row-sml {
  //width: 70px;
  //max-width: 70px;
  //min-width: 70px;
}

table.tablesorter td, table.tablesorter th {
  //box-sizing: border-box !important;
}


table.tablesorter tr:hover td {
  background-color: rgba(106, 178, 64, 0.3);
}
}

.omg-wtf {
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid red !important;
}

h2.hide-back-arrow span.back {
  display: none !important;
}

#registerbtn {
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  background: #333F48;
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 13px;
  overflow-y: hidden;
}

#registerbtn:after {
  display: inline-block;
  content: "»";
  background: #333F48;
  padding: 2px 15px 6px 0;
  font-size: 16px;
  text-indent: 0;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
#registerbtn:hover {
  background: #333f48;
}
#registerbtn:hover:after {
  background: #333f48;
}

#mobile_contact {
  background-image: none !important;
}

#stickytable {
  position: relative;
}
#stickyhead {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

/* PROCEEDINGS */

#proceedingslegend {
  text-align: left;
  color: #3D4A58;
  font-weight: 600;
  margin: 15px 0 0 -15px; }
  #proceedingslegend div {
    display: inline-block;
    margin-left: 15px;
    padding-left: 35px;
    line-height: 25px;
    background-size: auto 100%;
    background-position: top left;
    background-repeat: no-repeat; }
    #proceedingslegend div.watch {
      background-image: url(2021/Watch-Video.png); }
    #proceedingslegend div.presentation {
      background-image: url(2021/Presentation.png); }
    #proceedingslegend div.handout {
      background-image: url(2021/Handout.png); }
    #proceedingslegend div.poster {
      background-image: url(2021/Poster.png); }
    #proceedingslegend div.graphic {
      background-image: url(2021/Graphic.png); }

table.proceedings {
  margin: 15px 0;
  padding: 0;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  color: #3D4A58;
  border-bottom: 1px solid #e8e9ea; }
  table.proceedings tr:first-child td {
    border-top: none; }
  table.proceedings td {
    padding: 10px 15px !important;
    border-top: 1px solid #e8e9ea;
    color: #3D4A58;
    vertical-align: center; }
  table.proceedings td:last-child {
    width: 200px; }
  table.proceedings td:nth-child(2){
    text-align: right;
  }
    table.proceedings td:last-child a {
      margin: 0 5px 0 0;
      display: inline-block;
      height: 22px;
      width: 22px;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: center;
      font-size: 0;
      text-indent: -9999px;
      vertical-align: middle; }
      table.proceedings td:last-child a:hover {
        opacity: 0.8; }
  table.proceedings tr:hover td {
    background: #eee !important; }
  table.proceedings tr.heading td {
    background: #333f48 !important;
    color: #fff;
    font-size: 17px;
    font-weight: 600; }
    table.proceedings tr.heading td:first-child {
      font-size: 24px; }
  table.proceedings tr.date td {
    background: #3D4A58 !important;
    color: #fff;
    font-weight: 600;
    font-size: 16px; }
    
  table.proceedings tr.date td:first-child {
    text-transform: uppercase;
  }
    
  table.proceedings tr.title td {
    color: #333F48;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #949699;
    background: #D9DBDF !important; }
  table.proceedings tr.subtitle td {
    color: #333F48;
    font-weight: 600;
    background: #f7f7f7; }
  table.proceedings tr.blank td {
    display: block;
    border: none !important;
    padding: 0px !important;
    height: 1px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
  } 
  table.proceedings a.watch {
    background-image: url(2021/Watch-Video.png); }
  table.proceedings a.presentation {
    background-image: url(2021/Presentation.png); }
  table.proceedings a.handout {
    background-image: url(2021/Handout.png); }
  table.proceedings a.poster {
    background-image: url(2021/Poster.png); }
  table.proceedings a.graphic {
    background-image: url(2021/Graphic.png); }

@media screen and (max-width: 767px) {
  #proceedings {
    text-align: center; }
  #proceedings .table-responsive {
    margin-bottom: 0;
    border: none;
    }

  #proceedingslegend {
    text-align: left;
    display: inline-block;
    margin: 0; }
    #proceedingslegend div {
      display: block;
      margin: 5px 0; }
  table.proceedings {
    border-bottom: none;
  }
  table.proceedings td {
    display: block;
    width: 100% !important;
    text-align: center !important; }
  table.proceedings tr.title td {
    font-size: 15px;
  }
    table.proceedings td:last-child {
      border-top: none;
      padding-top: 0 !important; }
    table.proceedings td:first-child {
      border-top: 1px solid #e8e9ea;
      padding-top: 10px !important; }
    table.proceedings tr.heading td:last-child {
      display: none; }
    table.proceedings td:empty {
      display: none; }
    table.proceedings tr.title td:last-child {
      border-top: none; } }
      
.table-responsive table {
  width: 100% !important;
}

#st_gdpr_iframe {
  max-height: 0;
  overflow: hidden;
  left: -9999px;
  bottom: 4px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0.0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: none;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}

div[data-headertype] {
  display: none !important;
}

table.contenttable {
  margin: 25px 0 10px 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #B2B2B2;
}
table.contenttable img {
  max-width: 200px !important;
  margin: 10px 0 !important;
  display: block !important;
  height: auto !important;
}
table.contenttable h2 {
  margin: 10px 0 !important;
}
table.contenttable h3 {
  margin: 10px 0 !important;
}
table.contenttable p {
  margin: 10px 0 !important;
}
table.contenttable ul {
  margin: 10px 0 10px 15px !important;
  padding: 0;
}
table.contenttable td {
  padding: 5px 25px 5px 0 !important;
  border-bottom: 1px solid #B2B2B2;
  vertical-align: top !important;
}
table.contenttable td:first-child {
  width: 1px;
}
table.contenttable td:last-child {
  padding: 5px 25px 5px 0 !important;
}
table.contenttable #registerbtn {
  margin-top: 10px !important;
}

table.noborder {
  border-top: none !important;
}
table.noborder td {
  border: none !important;
}


table.Table-DarkBlue, table.Table-DarkGrey {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  border: none;
}
table.Table-DarkBlue td, table.Table-DarkGrey td {
  padding: 5px 10px !important;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  vertical-align: top !important;
  text-align: left;
}
table.Table-DarkBlue tr:hover td, table.Table-DarkGrey tr:hover td {
  background: #F5F5F5;
}
table.Table-DarkBlue tr:first-child td {
  background: #8331a7;
  color: #fff;
  font-weight: 600;
}
table.Table-DarkGrey tr:first-child td {
  background: #525C63;
  color: #fff;
  font-weight: 600;
}
table.Table-DarkBlue tr.rowFill td, table.Table-DarkGrey tr.rowFill td {
  background: #D9D9D6;
}


@media screen and (max-width: 767px) {
  .contenttable-responsive {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  .contenttable-responsive table.contenttable {
    width: auto !important;
    min-width: 100%;
  }
  table.contenttable td:last-child {
    min-width: 200px;
  }
  table.contenttable img {
    max-width: 150px !important;
  }
}

#right a.kfull {
  display: block;
}

#right #key_events {
  height: auto !important;
  margin-top: 15px !important;
  background: #333f48 url(../images/2021/events.png) no-repeat;
  background-position: top 7px right 14px;
  background-size: 17px auto;
}

#kevents {
  display: none;
  margin-left: -15px;
}
#kevents p {
  color: #FFFFFF;
  font-size: 90%;
  line-height: 16px;
  padding: 10px 15px;
  margin: 0;
  background: #333F48;
}
#kevents p:nth-child(even){
  background: #70797F;
}

h1 a, h2 a, h3 a {
  text-decoration: none !important;
}

blockquote {
  border: none;
  margin: 10px 0;
  padding: 0;
}