.archive-tabs-wrap {
      max-width: 1060px;
    width: 100%;
    margin: 0 auto 20px;
    }
    
.archive-tabs-wrap .nav-tabs {
    border: none;
}
.archive-tabs-wrap .nav-tabs li {
  width: 16.66%;
  text-align: center;
  float: left;
}

.nav-tabs > li > a.active, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #D7A900;
  border:0;
  color:#fff;
}



  .archive-tabs-wrap .nav-tabs a {
    font-size: 20px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #000000;
    border-radius: 0;
    border: none;
    margin: 0;
		position: relative;
		display: block;
		padding: 10px;
		text-decoration:none;
    }

.archive-tabs-wrap .nav-tabs a:hover {
    border: none;
    background-color: #666;
}

    
  

.archive-tabs-wrap .tab-pane {
    background-color: #E6E4E0; /*E6E4E0*/
    padding: 2em 3em;
}

  
.archive-tabs-wrap .tab-pane table {
    border: none;
    color: #231F20;
}

.archive-tabs-wrap .tab-pane table tbody {
	width:100% !important;	
}

.archive-tabs-wrap .tab-pane table tbody tr {
	width:100% !important;	
}

.archive-tabs-wrap .tab-pane table > tbody > tr:first-of-type > td {
    border-top: 0;
}
.archive-tabs-wrap .tab-pane table > tbody > tr > td {
    border-color: #aaa;
    padding: 20px 15px 20px 0;
}

/*.archive-tabs-wrap .tab-pane .time {
      padding-left: 10px;
      width:250px;
    font-size: 18px;
    font-weight: 300;
    }
*/

.archive-tabs-wrap .tab-pane .time {
font-size: 20px;
font-weight: 600;
  background-color: #555;
  color: #fff;
  }
    
    .archive-tabs-wrap .tab-pane .event {
      text-transform: none;
      font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    }   
    
    .archive-tabs-wrap .tab-pane .event em {
      font-weight: 700;
    }   
    
    
    .archive-tabs-wrap .nav-tabs a span {
        display:inline;
        font-weight:bold;
    }


    
    .archive-tabs-wrap .nav-tabs a div {
        display: block;
        font-weight: 400;
        font-size: 16px;
    }
    
.archive-tabs-wrap .tab-pane article.media {
    padding: 5px;
  background-color: #efefef;
  }
  
.archive-tabs-wrap .tab-pane a article.media:hover {
  background-color: #ddd;
  }
  
.archive-tabs-wrap .tab-pane .speaker a {
  text-decoration: none !important;
  }
    
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      .archive-tabs-wrap .tab-pane .time {
          width: 210px;
        font-size: 20px;
      }
      
       .archive-tabs-wrap .tab-pane {
        padding: 10px 15px;
    }

    .archive-tabs-wrap .tab-pane .event {
        font-size: 22px;
    }
    .c-education {
        font-size: 20px;
    }
    .archive-tabs-wrap .nav-tabs a {
        font-size: 20px;
    }
    }
  
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 768px) {
         .archive-tabs-wrap .nav-tabs a span {
        display:none;
    }
      
      .archive-tabs-wrap .nav-tabs a {
        font-size: 18px;
        padding: 10px 3px;
    }
    .archive-tabs-wrap .tab-pane .time {
        font-size: 18px;
    }
    .archive-tabs-wrap .tab-pane .event {
        font-size: 18px;
    }
    }


/**************************
********* Video ********
**************************/

#watch-video {
	/*background-color: #E6E4E0;
	width: 100%;
	background-image: url("//images.mauldineconomics.com/uploads/dp/background-tiles/grid-noise.png");*/
	background-color:#fff;
}

#video-box {
	padding:0;
	display:block;
	
}

.videoWrapperOuter {
	margin-bottom:30px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16: 9 */
	height: 0;
	height: 0;	
	border:2px solid #555;
	padding-top:0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.streamWrapper {
	position: relative;
	padding-bottom: 50%; /* 16: 9 */
	height: 0;
	height: 0;	
	border:none;
	padding-top:0;
}
.streamWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video {
	width: 100% !important;
	height: auto !important;
}

.nopadding {
	padding:0 !important;	
}


/**************************
MODAL VIDEO POPUP
**************************/

.modal-body {
	padding:10px;
}

button.close {
	background-color:#000;
	border-radius:300px;
	color:#fff;
	position:absolute;
	border:2px solid #fff;
	top:-7px;
	right:-7px;
	z-index:999;
	width:30px;
	height:30px;
	padding-bottom:5px;
	opacity:1;
	font-size:24px;
}

.close:focus, .close:hover {
	opacity:1;
	background-color:#fff;
	color:#000;
}

/**************************
Main Section
**************************/

h2.title::before {
	background-color: #ffc70b;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 60px;
}

h2.title {
	color: #000;
	position: relative;
}

.spk-img {
  position: relative;
  cursor: pointer;
}
  
  .spk-img.disabled {
  position: relative;
  cursor:default;
  filter: saturate(0%);
}
.spk-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f144";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.spk-img.disabled:before {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f023";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.spk-img:hover:before {
  color: #eee;
}

.spk-img.disabled:hover:before {
  color: #fff;
}

/*.spk-img {
	background: #1f518b url("//d1v8wrjcw5hdn6.cloudfront.net/SIC2017/speakers/v2/new/spk-bg3.png") repeat scroll center center / cover;
	overflow: hidden;
}
*/
.speaker {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.speaker img.img-responsive {
	display: block;
	margin: auto;
}
.speaker:hover {
	box-shadow: 0 0 8px #ddd;
	transition: box-shadow 0.2s ease-in-out 0s;
}


p a.btn {
	margin-bottom: 10px;
}

.speaker h2 {
	font-size: 1.5rem;
	line-height: 1.8rem;

	margin-bottom: 1rem;
	font-weight: 700;
  text-align: left;

}
.speaker h3 {
	color: #727272;
	font-size: 16px;
	line-height: 1.6rem;
	font-weight: 400;
}
.speaker h4 {
	color: #337ab7;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
}
.speaker p {
	margin-bottom: 1em;
}
/*   Corner Ribbon    */

.corner-ribbon {
	width: 200px;
	background: #e43;
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 1;
}
/* Custom styles */

.corner-ribbon.sticky {
	position: fixed;
}
.corner-ribbon.shadow {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
/* Different positions */

.corner-ribbon.top-left {
	top: 25px;
	left: -50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
	top: 25px;
	right: -50px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left {
	top: auto;
	bottom: 25px;
	left: -50px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right {
	top: auto;
	right: -50px;
	bottom: 25px;
	left: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/* Colors */

.corner-ribbon.expert {
	background: #FFC70B;
	color: #333;
}
  
.corner-ribbon.fireside {
	background: #39d;
}
.corner-ribbon.breakout {
	background: #39d;
}
.corner-ribbon.white {
	background: #f0f0f0;
	color: #555;
}
.corner-ribbon.black {
	background: #333;
}
.corner-ribbon.grey {
	background: #999;
}
.corner-ribbon.blue {
	background: #39d;
}
.corner-ribbon.green {
	background: #2c7;
}
.corner-ribbon.turquoise {
	background: #1b9;
}
.corner-ribbon.purple {
	background: #95b;
}
.corner-ribbon.red {
	background: #e43;
}
.corner-ribbon.orange {
	background: #e82;
}
.corner-ribbon.yellow {
	background: #ec0;
}


div.downloads {
	border-left: 1px solid #FFC608;
}
.btn-mp3 {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
	white-space: normal;
}
.btn-mp3:hover {
	background-color: #1d5483;
	color: #fff;
}
.btn-slides {
	background-color: #efefef;
	border-color: #ccc;
	color: #000;
	white-space: normal;
}
.btn-slides:hover {
	background-color: #ccc;
	color: #000;
}
.btn-transcript {
	background-color: #ffc70b;
	border-color: #ccc;
	color: #000;
	white-space: normal;
}
.btn-transcript:hover {
	background-color: #fbca24;
  color: #000;
}
  
.btn-bio {
	background-color: #222;
	color: #fff;
	white-space: normal;
}
.btn-bio:hover, .btn-bio:focus  {
	background-color: #444;
	color: #fff;
}
  
.btn-remarks {
	background-color: #333;
	border-color: #222;
	color: #fff;
	white-space: normal;
}
.btn-remarks:hover, .btn-remarks:focus {
	background-color: #000;
	color: #fff;
}

.btn-bonus {
	background-color: #078e3d;
	border-color: #035925;
	color: #fff;
	white-space: normal;
}
.btn-bonus:hover {
	background-color: #035925;
  color: #fff;
}
  
  .btn-live {
	background-color: #d7a900;
	border-color: #fff;
	color: #fff;
	white-space: normal;
}
.btn-live:hover {
	background-color: #e2b009;
}