*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    /*
    font-family: "Open Sans", Arial, Helvetica, sans-serif;/**/
    font-family: "Gotham A", "Gotham B", "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
}
a {
    text-decoration: none;
}
a:hover {
}
a img {
    border-width: 0px;
}

h1,
h2,
h3,
p {
    padding: 0px;
    margin: 0px;
}

div.center {
    width: 1300px;
    margin: 0px auto;
}

div#top {
    background-color: #000000;
    height: 65px;
    border-bottom: 1px solid #ffffff;
}
a#logo_aacr {
    display: block;
    float: left;
    width: 233px;
    height: 45px;
    margin-top: 10px;
    
    background-image: url('images/logo_aacr.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
a#logo_WHYY {
    display: block;
    float: left;
    width: 136px;
    height: 45px;
    margin-top: 10px;
    margin-left: 38px;
    
    background-image: url('images/logo_WHYY.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a.button_RSVP {
    background-color: #FEC741;
    border: 1px solid #FEC741;
    color: #000000;
    font-weight: 500;
    display: block;
    padding: 16px 20px;
}
a.button_RSVP:hover {
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #ffffff;
}
a#header_RSVP {
    position: absolute;
    right: 0px;
}

div#headerFeature {
    background-image: url(images/headerbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    
    color: #ffffff;
    padding: 60px 0px 190px 0px;
}
div#headerFeature h3 {
    font-size: 20px;
}  
div#headerFeature h1 {
    font-size: 80px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}
div#headerFeature h2 {
    font-size: 26px;
    margin-top: 20px;   
}
div#headerFeature h2 strong {
    color: #FEC741;
}
a#headerFeature_RSVP {
    float: left;
    margin-top: 60px;
}

div#content {
    padding: 60px 0px;
}
div#content h2 {
    font-size: 26px;
}
div#content h1 {
    font-size: 48px;
    line-height: 62px;
}
div#content h3 {
    font-size: 20px;
}

div#contentDetails {
    overflow: auto;
    margin: 50px 0px;
}
div#contentDetailsLeft {
    float: left;
    width: 206px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 20px 0px;
}
div#contentDetailsLeft a {
    color: #000000;
}
div#contentDetailsContact {
    line-height: 1.4em;
    margin-top: 12px;
}
div#contentDetailsRight {
    width: 784px;
    float: left;
    margin-left: 130px;
}
div#contentDetailsRight a {
    color: #000000;
    text-decoration: underline;
}
div#contentDetailsRight p {
    margin-bottom: 20px;
}
div#contentDetailsRight a#contentDetails_RSVP {
    float: left;
    text-decoration: none;
}
div#contentDetailsRight a#contentDetails_RSVP:hover {
    color: #ffffff;
}

div#contentTheProgram {
    border-top: 1px solid #000000;
    text-align: center;
}
div#contentTheProgram h1 {
    margin: 20px 0px;
}
div#contentTheProgram div.headshotRow {
    margin: 5px 0px 40px 0px;
}
div#contentTheProgram img.spacer {
    height: 1px;
    width: 20px;
}
a#theProgram_RSVP {
    width: 270px;
    margin: 0px auto;
}

div#contentSponsors {
    border-top: 1px solid #000000;
    text-align: center;
}
div#contentSponsors strong {
    font-weight: 500;
    text-transform: uppercase;
    color: #dbad3a;
    display: block;
    text-align: center;
    margin: 40px 0px;
}
div#contentSponsors table td {
    text-align: right;
    width: 50%;
    padding: 0px 50px;
    vertical-align: middle;
}
div#contentSponsors table td:last-child {
    text-align: left;
}

a#sponsor_AACR img {
    width: 446px;
}
a#sponsor_WHYY img {
    width: 232px;
}
a#sponsor_Biden img {
    width: 200px;
}

footer {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0px; 
    text-align: center;
}
footer div#contactTheOrganizer {
    padding: 0px 20px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -7px;
}
footer div#contactTheOrganizer a {
    color: #ffffff;
}

.mobileOnlyInline {
    display: none;
}

@media screen and (max-width: 1396px) {
    div#top,
    div#headerFeature,
    div#content,
    footer {
        padding-left: 48px;
        padding-right: 48px;
    }
    div.center {
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    
    div#contentDetailsRight {
        width: 100%;
        margin-top: 4vw;
        margin-left: 0vw;
    }
}

@media screen and (max-width: 880px) {
    div#contentTheProgram img.spacer {
        width: 10px;
    }
    a#sponsor_AACR .desktopOnly {
        display: none;        
    }
    a#sponsor_AACR .mobileOnlyInline {
        display: inline;        
    }
    
    a#sponsor_AACR img {
        width: 175px;
    }
    a#sponsor_WHYY img {
        width: 280px;
    }
    a#sponsor_Biden img {
        width: 198px;
    }
    footer div#contactTheOrganizer {
        float: none;
        padding: 7vw 0vw;
        text-align: center;
        margin-top: 0px;
    }
}

@media screen and (max-width:750px) {  
    
    div#top,
    div#headerFeature,
    div#content,
    footer {
        padding-left: 0px;
        padding-right: 0px;
    }
    div.center {
        width: 96%;
    }
    
    
    .desktopOnly {
        display: none;
    }
    .mobileOnlyInline {
        display: inline;
    }
    
    body {
        font-size: 3.6vw;
        line-height: 4.5vw;
    }
    div#top {
        height: 11vw;
    }
    a#logo_aacr,
    a#logo_WHYY {
        margin-top: 0.5vw;
        height: 10vw;
    }
    a#logo_aacr {
        width: 44vw;
    }
    a#logo_WHYY {
        margin-left: 2vw;
        width: 23vw;
    }
    a#header_RSVP {
        padding: 3vw 0vw;
        text-align: center;
        width: 21vw;
        font-size: 3.6vw;
    }    
    div#headerFeature {
        background-image: url(images/headerbg_mobile.png);
        padding: 3vw 1vw 28vw 6vw;
    }
    div#headerFeature h3 {
        font-size: 4.4vw;
    }
    div#content h3 {
        font-size: 4.4vw;
    }
    div#headerFeature h1 {
        font-size: 9.2vw;
        line-height: 1em;
        margin-top: 1vw;
    }
    div#headerFeature h2 {
        margin-top: 2vw;
        font-size: 5.5vw;
        line-height: 1.0em;
    }
    a#headerFeature_RSVP {
        font-size: 3.4vw;
        padding: 3.4vw 5.3vw;
        margin-top: 9vw;
    }
    div#content {
        padding: 5vw 6vw 5vw 6vw;
    }
    div#content h2 {
        font-size: 4.6vw;
        line-height: 1em;
    }
    div#content h1 {
        line-height: 1em;
        font-size: 8.3vw;
        margin-top: 4vw;
    }
    div#contentDetails {
        margin-top: 4vw;
    }
    div#contentDetailsLeft {
        width: 48vw;
        padding: 2.5vw 0vw;
    }
    div#contentDetailsRight p {
        margin-bottom: 4.5vw;
    }
    a#contentDetails_RSVP {
        font-size: 3.4vw;
        padding: 3.4vw 5.3vw;
    }
    
    div#contentSponsors strong {
        margin: 5.3vw 0vw;
    }
    
    
    div#contentSponsors table td,
    div#contentSponsors table td:last-child {
        padding: 0vw;
        width: auto;
    }
    div#contentSponsors table td{
        text-align: left;
    }
    div#contentSponsors table td:last-child {
        text-align: right;
    }
    
    a#sponsor_AACR img {
        width: 30vw;
    }
    a#sponsor_WHYY img {
        width: 44vw;
    }
    a#sponsor_Biden img {
        width: 33vw;
    }
    
    
    footer {
        font-size: 2.6vw;
        line-height: 1em;
        padding-bottom: 52px;
    }
    footer div#contactTheOrganizer {
        font-size: 3.6vw;
        line-height: 7vw;
    }    
    
}
@media screen and (max-width: 525px) {
    div#contentTheProgram img {
        max-width: 100%;
    }
    div#contentTheProgram img.spacer {
        width: 0px;
    }
    a#theProgram_RSVP {
        width: 100%;
    }
}