/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.webcast-listing {
  margin: 0;
  font-size: 15px;
  font-size: 0.93rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: Arial;
  font-weight: 400;
  min-width: 320px;
  color: #4d4f53;
}

.webcast-listing .webcast-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}


.webcast-listing .webcast-content::after {
    content: " ";
    display: table;
    clear: both;
}

.webcast-listing .timezone-box {
  float: left;
  width: 30%;
  margin-right: 25px;
  background: #ededed;
  padding: 15px;
}

.webcast-listing .timezone-box ul {
  list-style: none;
  margin: 0;
}

.webcast-listing .timezone-box ul li {
  margin: 3px 0;
}

.webcast-listing .timezone-box #humantime {
  text-align: center;
  margin: 0 auto;
  /*font-size: 24px;*/
  width: 100%;
  display: inline-block;
  border-bottom: 1px dotted #4d4f53;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.webcast-listing .content-box {
    float: left;
  width: 60%;
}

.webcast-listing .content-box .webcast-title {
	font-size: 1.5rem;
	line-height: 2rem;
    margin: 0 0 10px;
    font-weight: 400;
    color: #4d4f53;
    text-decoration: none;
}



/* Sage Button CSS */

a.sage-wc-btn {
  color: #000 !important;
  text-decoration: none !important;
}

.sage-wc-btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  /*border-radius: 4px;*/
  /* padding: 10px 15px; */
  -webkit-font-smoothing: subpixel-antialiased;
}

.sage-wc-btn {
  background: #e0e1dd;
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding: 5px 31px 5px 11px;
  cursor: pointer;
}

.sage-wc-btn:hover {
  background-color: #afafaf;
  color: #000;
}

.rgba .sage-wc-btn:hover .sage-wc-btn-icon {
  border-left: 1px solid rgba(255,255,255,.5);
}

.sage-wc-btn:hover, .sage-wc-btn:focus {
  outline: none;
}

.sage-wc-btn:hover .sage-wc-btn-icon {
background-color: #afafaf;
/* border-left: 1px solid #f3f3f1; */
}

.sage-wc-btn:hover span {
color: #000;
}

.sage-wc-btn:link, .sage-wc-btn:visited {
  color: #000;
  text-decoration: none;
}

.rgba .sage-wc-btn:before {
  -webkit-box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.25),inset 1px 1px 0 0 rgba(255,255,255,.3);
  box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.25),inset 1px 1px 0 0 rgba(255,255,255,.3);
}

.boxshadow .sage-wc-btn:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -1px -1px 0 0 #afafaf,inset 1px 1px 0 0 #f3f3f1;
  box-shadow: inset -1px -1px 0 0 #afafaf,inset 1px 1px 0 0 #f3f3f1;
}

.sage-wc-btn .sage-wc-btn-icon {
  width: 20px;
  background-color: #41a940;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.sage-wc-btn .sage-wc-btn-icon .sage-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -3px;
}

.sage-arrow-right-icon {
  height: 14px;
  width: 7px;
  background-position: -58px -382px;
}

.sage-wc-btn:hover .arrow-right-icon {
background-position: -58px -413px;
}

.sage-icon {
  display: inline-block;
  vertical-align: text-top;
  background-image: url(./img/bg_sprite.png);
}
