/*!
 * Custom Styles for Congress
 * 
 *
 * 
 */
@font-face {
font-family: Roboto Condensed;
src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
font-family: Roboto Condensed Bold;
src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto Italic;
src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
font-family: Roboto Bold;
src: url(../fonts/Roboto-Bold.ttf);
}
 body{
	font-family: 'Roboto', sans-serif;
 }
 .header-section h1{
 	font-size: 2rem;
 	text-align: center;
 	font-weight: 400;
 	font-family: 'Roboto Condensed Bold', sans-serif;
 }
 .header-section h6{
 	text-align: center;
 	font-family: 'Roboto Condensed', sans-serif;
 }
 h6, h4{
 	color: #EF514A;
 	font-weight: bold;
 	font-family: 'Roboto Condensed', sans-serif;
 }
 .affiliation{
	color: #495057;
 	font-family: 'Roboto Condensed', sans-serif;
}
.paper-title{
	color: #EF514A;
}
.topic-title{
	color: #EF514A;
 	font-weight: bold;
 	font-family: 'Roboto Condensed', sans-serif;
 	font-size: 21px;
 	word-wrap: initial;
}
.condensed{
	font-family: 'Roboto Condensed', sans-serif;
}
 .congress-name{
 	text-align: right;
 }
 hr{
 	color: #EF514A;
 }
.navbar-congress{
	background-color: #fff;
	border-bottom: solid thin #ccc;
}
.keynote-img{
	width: 200px;
	float:left;
	padding: 0px 20px 20px 0px;
}
.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-top: 50px;
	padding-bottom: 30px;
}
.space-right{
	padding-right: 100px;
}
.conf-name{
	width: 95px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	color: #EF514A;
	padding-right: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.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: #EF514A;
	border-top: solid thin #022900;
}
footer, footer h6, footer h4, footer a, footer p{
	color:#fff;
}
footer a:hover{
	color:#fff;
	text-decoration: underline;
}
.copyright{
	width: 100%;
	text-align:center;
	padding: 20px;
	color: #022900;
	font-size: 80%;
}
.copyright a{
	color: #022900;
}
.copyright a:hover{
	color: #022900;
	text-decoration: underline;
}
.search-box{
	padding: 0px 20px 30px 20px;
	background: rgba(00, 00, 00, 0.7);  
}
.search-box input, .search-box select, .search-box button{
	margin-top: 30px;
	width: 100%;
}
.side-menu{
	text-transform: uppercase;
	font-size: 90%;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.content-box{
	min-height: 320px;
}
/*Form*/
.form-row .text-field{
	padding: 4px 5px;
}
.form-row select{
	padding: 2px 5px;
}

/*Accordion*/
.controls {
  margin-bottom: 10px;
}

.collapse-group {
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
.panel-title .trigger{
  text-decoration: none;
}
.panel-title .topic-title{
  padding-left: 5px;
  text-align: left;
}
.panel-title .topic-title:hover{
  color:#495057;
  text-decoration: underline;
}
.panel-title .btn-link{
	white-space: normal;
}
.panel-title .trigger{
	text-align: left;	
}
.panel-title .trigger:before {
  background-image: url(../img/minus.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px; 
  height: 15px;
  content:"";
  text-align: left;
 }

.panel-title .trigger.collapsed:before {
  background-image: url(../img/plus.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px; 
  height: 15px;
  content:"";
  text-align: left;
}
.future-congress{
	background-image: url(../img/Futuer.jpg);
	background-size: cover;
	background-position: 50% 30%;
	padding: 40px 30px;
	color: white;
	text-align: center;
}
.future-congress h4{
	color: white;
}
.future-congress .subtext, .future-congress a, .future-congress a:hover {
	color: #d1d1d1;
}
.anchor{
	margin-top:60px;
	display: inline-block;
}
.speaker{
	margin-top:80px;
}
.sponsor{
	width: 100%
}
.sponsor img{
	display:block;
    margin:auto;
    max-width: 210px;
    padding: 20px 0px;
}
.contact-logo{
	display:block;
    float:right;
    margin-bottom: 10px;
    max-height: 50px;
}
.logo{
	width: 100%;
}
.logo img{
	display:block;
    margin:auto;
    padding: 20px 0px;
}

.strike{
    position: relative;
}

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