/* header */
.core-header .top{
    display:none;
 }

.innerheader .main.border-standard-gray{
 background-color: #ef4036;
}  

.core-header .main .left .site-title .title{
    display:none;
        }

.core-header.aem-GridColumn.sticky .stickable .main{
    display:none;
}

.core-header .main .right{
            display:block;
                                }

.homepage .core-header .inner{
            margin-bottom:5px;
}            

.innerheader .main.border-standard-gray .left{
 background: #ef4036 url('http://www.buffalo.edu/content/dam/www/edison20/Edison20-logoonly.png') no-repeat;
 height:106px;
 /*border-bottom:5px solid #fff;*/
    background-size: contain; /* Scales the image proportionally to fit within the element */
  background-position: center; /* Centers the background image */
 cursor: pointer; 
 cursor: hand;
}



.innerheader .main.border-standard-gray .right .confdescwrapper {
        /*float: right;*/
        margin-right: 13px;
        /* old brand margin-top: -30px; */
        /* new brand */
        margin-top:0px;
        border: none;
        clear: both;
		/*border:2px solid #fff;     */
		line-height:19px; 
		width:325px;   
    	font-family:georgia;
	}

    .innerheader .main.border-standard-gray .right .confinfo{
		color:#fff;
		font-size:14px;
		font-weight:bold; 
    	letter-spacing:1px;
    	padding-bottom:5px;

    }

    .innerheader .main.border-standard-gray .right .confdate{
    	border-top:2px solid #ffede4;
        padding-top:5px;
		color:#000;
		font-size:16px;
		font-weight:bold;  
        letter-spacing:1.2px;
    }


@media only screen and (max-width: 720px){
	.innerheader .main.border-standard-gray{
    flex-direction:column;
	}

                .innerheader .main.border-standard-gray .left{
    width:100%;
                                    flex-basis:inherit;
    height:50px;
                                }

.core-header .main .right{
    text-align:center;
            }
.innerheader .main.border-standard-gray .right .confdescwrapper{
    width:90%;
                                    max-width:325px;
                                }

}    




/* left nav */

.leftnav, .leftnav .inner{
        background-color: #ef4036;
        background-image:none;
    }