/*!
 * Custom Styles for Congress
 * 
 *
 * 
 */

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* tab style end */

 body{
 	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Roboto', sans-serif;
 }
 h6, h4{
 	color: #B0BB31;
 	font-weight: bold;
 }
 .c-color{
 	color: #B0BB31;
 }
 .c-color-dark{
 	color: #022900;
 }
 hr{
 	color: #B0BB31;
 }
.navbar-congress{
	background-color: #fff;
	border-bottom: solid thin #ccc;
}
.card-side-image{
	float:left;
	margin-right: 15px;
	height: 100%;
	padding-bottom:35px;
}
.card-side-content{
	float:left;
}
.header-section{
	background-image: url("../img/background.jpg");
	background-size: cover;
	color: #fff;
}
.nav-back{
	height:80px;
}
.jumbotron{
	color: #fff;
}
.dates-table{
	border: none;
}
.card{
	margin-bottom: 15px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

/*Cards*/
.info-card{
	border:solid thin #d1d1d1;
}
.info-card-image{
	width: 100%;
}
.info-card-content{

}
.new-section{
	padding: 60px 0px;
}
.video-frame{
	
	padding: auto;
	margin: auto;
}

.video{
	padding: auto;
	margin: auto;
	border: solid 6px #B0BB31;
}
.space-right{
	padding-right: 100px;
}
.logo-box{
	float:left;
	padding: 0px 10px 6px 10px;
	margin: auto;

}
.logo-box-title{
	color:#777; 
	text-transform:uppercase; 
	font-size:11px;
}
.logos{
	margin: auto;
	float:right;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	border: #000 solid 1px;
}

.date-set{
	border-top: solid thin #B0BB31;
	margin-top:10px;
}
.date-format{
	background-color: #B0BB31;
	padding: 4px;
	text-align: center;
	font-size:11px;
	width: 50px;
	float:left;
	margin-right:15px;
	color:#fff;
}
.month{
	text-transform: uppercase;
}
.day{
	font-size: 160%;
}
.year{

}
.date-title{
	margin: 10px;
	font-size: 90%;
}
.conf-name{
	width: 95px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	color: #B0BB31;
	padding-right: 10px;
}
.profile{
	
}
.profile-info{
	padding-top: 10px;
	padding-left: 0px;
}
.color-section{
	background-color: #f4f4f4;
	border-top:solid thin #e1e1e1;
	border-bottom:solid thin #e1e1e1;
}
.footer-background{
	background-color: #B0BB31;
	border-top: solid thin #022900;
}
footer, footer h6, footer h4, footer a{
	color:#fff;
}
footer a:hover{
	color:#fff;
	text-decoration: underline;
}
.copyright{
	border-top: solid thin #022900;
	width: 100%;
	text-align:center;
	padding-top: 10px;
	margin-top: 30px;
	color: #022900;
	font-size: 80%;
}
.copyright a{
	color: #022900;
}
.copyright a:hover{
	color: #022900;
	text-decoration: underline;
}
.table-background{
	background-color: #f4f4f4;

}

.strike{
    position: relative;
}

.strike::after{
    content: '';
    border-bottom: 4px solid red;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}