.confTitle {
/*    width: 1030px;*/
    width: auto;
    margin: 0 auto;
}
.confLogoBox {
    width: 100vw;
    height: auto;
    position: relative;
    text-align: center;
    float: none;
    display: inline-block;
    border: none;
    margin: 0 auto;
    padding-right: 1px;
    vertical-align: middle;
}
@media screen and (min-width: 950px) {
    .confLogoBox {
        margin: 0 0 0 -50vw;
        left: 50%;
    }
}
.confLogoBox img {
    max-width: 100%;
 }
.conference-title-link span {
  display: none;
}

/* Brings the logo up in the header space. May need adjusting depending on the size of the logo */
img.confLogo {
    margin-top: -30px;
}

.confTitleBox {
/*  border-top: 1px solid #300018;*/
  border-bottom: 1px solid #2f2f2f;
   background: #ffffff; /*white*/
}

/* The place and date box */
.confSubTitleBox {
display: none;
/*  background: #ffffff;
/*  border-bottom: 1px solid #837b47;
  border-bottom: none;
  border-top: none; */
}