/*!
Theme Name: EIC-2014
Theme URI: http://blogs.cfainstitute.org
Description: Inherits from the default theme for cfainstitute blogs.
Author: ashleyjoost
Author URI: http://cfainstitute.org
Template: Conference-2014
Version: 1.0
Tags:
*/

@import url("../Conference-2014/style.css");

.new-logo{
    clear: none;
	float: left;
	height:auto;
	width:50%;
	padding:0 0 0.5em;
	margin:0;
    text-align: right;
}

.new-logo a{
	display:block;	
}

.new-logo a img{
	vertical-align:bottom;	
}

.title-link{
  max-width:400px;
}

.conf-logo{
    text-align: left;
}

.featurecontent{
	background-image:url(images/static-banner-2020b.jpg);
}

.static-feature-container{
    border-bottom:1em solid #eee;
}

@media screen and (max-width: 48em){
	
.new-logo{
	padding:0.5em 0;	
}

.featurecontent{
	background-image:url(images/static-banner-2020b.jpg);
}

.cfa-logo{
  display: none;
}

.new-logo {
	width:100%;
}

}

@media screen and (min-width: 48em){
  .title-link{
    max-width:400px;
  }

  dl.speakers img{
      max-width:88px;
      max-height:100px;
  }
}