/*  This stylesheet is for any unique style to the specific event, such as banner imagery.  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Unique Banner Styles */
#banner {
  background: #296490 url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/banners/banner.jpg) no-repeat center top;
  background-size: cover;
  height: 444px;
  padding: 0 50px; }
  @media screen and (max-width: 768px) {
    #banner {
      padding: 0;
      height: auto; }
      #banner .extra-wide {
        padding: 0; } }
  #banner #badge_home {
    padding: 20px;
    margin-top: 55px; }
    #banner #badge_home img {
      max-width: 650px; }
    @media screen and (max-width: 768px) {
      #banner #badge_home {
        margin: 0 auto;
        padding: 30px 50px;
        background-color: #082439;
        background-color: rgba(0, 0, 0, 0.4); } }
  #banner #sponsors {
    display: table;
    padding: 0px 0 0 15px; }
    @media screen and (max-width: 500px) {
      #banner #sponsors {
        text-align: center; } }
    #banner #sponsors li {
      display: inline-block;
      margin-right: 10px;
      text-align: center; }
    #banner #sponsors #inma-logo {
      max-width: 170px; }
      @media screen and (max-width: 500px) {
        #banner #sponsors #inma-logo {
          max-width: 92px; } }
    #banner #sponsors #wnmn-logo {
      max-width: 170px;
      padding-bottom: 3px; }
      @media screen and (max-width: 500px) {
        #banner #sponsors #wnmn-logo {
          max-width: 92px; } }

#homepage #venue {
  padding-bottom: 0; }

#mediaConference #venue {
  padding-bottom: 60px; }

#mediaConference #register {
  padding-top: 0; }

h3.subhead {
  margin-top: -10px; }

#tours {
  text-align: center;
  background-image: url("https://www.inma.org/modules/event/2018ConsumerEngagement/images/study_tour.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  #tours .row.wide {
    max-width: 850px; }
  #tours h2, #tours h3, #tours h4, #tours p {
    color: #fff; }

#journalismConference {
  text-align: center;
  background-image: url("https://www.inma.org/modules/event/2018ConsumerEngagement/images/journalistConference.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#bigDataConference {
  text-align: center;
  background-image: url("https://www.inma.org/modules/event/2018ConsumerEngagement/images/time_square.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.tour {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5% 0; }
  @media screen and (max-width: 500px) {
    .tour {
      width: 80%;
      margin-bottom: 10px; } }
  .tour .button {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: auto;
    margin: 10px auto; }
    .tour .button .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      .tour .button .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonArrowBlue.png); }
    .tour .button .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    .tour .button .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      .tour .button {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .tour .button {
        margin: 15px auto 25px auto; } }

.tour-image {
  width: 65%;
  height: 65%;
  margin: 20px auto 10px;
  overflow: hidden; }
  .tour-image img {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .tour-image {
      width: 50%; } }

.conference .button {
  margin: 20px auto;
  width: auto;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1c40f;
  color: #FFF;
  padding: 14px 20px 12px;
  box-sizing: border-box;
  width: 250px; }
  .conference .button .arrow {
    display: inline-block;
    height: 13px;
    width: 18px;
    background-size: contain;
    background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonArrow.png);
    background-repeat: no-repeat;
    background-position: right center; }
    .conference .button .arrow.blue {
      background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonArrowBlue.png); }
  .conference .button .plus {
    display: inline-block;
    float: right;
    margin: -3px 0 0 0;
    height: 20px;
    width: 24px;
    background-size: contain;
    background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonPlus.png);
    background-repeat: no-repeat;
    background-position: right center; }
  .conference .button .minus {
    display: inline-block;
    float: right;
    margin: -3px 0 0 0;
    height: 20px;
    width: 24px;
    background-size: contain;
    background-image: url(https://www.inma.org/modules/event/2018ConsumerEngagement/images/icons/buttonMinus.png);
    background-repeat: no-repeat;
    background-position: right center; }
  @media screen and (max-width: 500px) {
    .conference .button {
      max-width: 300px;
      line-height: 18px;
      font-size: 15px; } }

.conference-image {
  width: 25%;
  margin: 30px auto 10px;
  overflow: hidden; }
  .conference-image img {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .conference-image {
      width: 40%; } }

/*# sourceMappingURL=custom.css.map */
