/*font-family: 'Asap', sans-serif;
font-family: 'Open Sans', sans-serif;*/

.columns {padding: 0;}
.top-bar-section.row.expanded {display: none;}
.featured-content {display: none !important;}
.sectionMenu {display: none !important;}
.pageContent .large-9 {width:100%;}
.pageContent { padding-top:58px !important;}
.ns-xform {display: none;}

button {padding: 8px;}

body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    color: #FFF;
}


table {
    border-spacing: 0px;
        border-collapse: collapse;
}

.vis-restrict {

    display: none;
}
#topbar {
    background-image: url('/globalassets/campaigns/breast-health-quiz/topbar_bluegradient.png');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.navbar-dark .navbar-toggler {
    border: 0px;
    color: #FFF;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

#topbar .form-control {
    border: 0px;
    border-radius: 0px;
    background-color: #fddf3c;
}

#topbar .btn {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}

.topbarlogo {
    width: 25vw;
    padding: 2vw 0px;
}

.topbarlogo img {
    width: 100%;
    height: auto;
}

#footer {
    background-image: url('/globalassets/campaigns/breast-health-quiz/footer_dna_background.png');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 5vw 0;
}

#footercontent {
    text-align: center;
}

#footercontent a {
    font-family: 'Asap', sans-serif;
    color: #fddf3c;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

#footercontent a:hover {
    color: #FFF;
}

#footerheadline {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 2em;
    font-style: italic;
}

#maincontent {
    padding: 0vw 0;
}

.herobox {
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 65%;
    position: relative;
}

#herobox1 .heroboxcontent, #herobox3 .heroboxcontent {
    position: absolute;
    bottom: 15vw;
    left: 5vw;
    width: 40%
}

#herobox2 .heroboxcontent {
    position: absolute;
    bottom: 15vw;
    right: 5vw;
    width: 40%
}

.heroboxcontent h1 {
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    font-size: 40pt;
    line-height: normal;
    margin-bottom: 0.5em;
}

.heroboxcontent h1.page1headline {
    font-size: 48pt;
}

#herobox1 {
    background-image: url('/globalassets/campaigns/breast-health-quiz/hero_pink_woman1.png');
    max-width: 85% !important;
}

#herobox2 {
    background-image: url('/globalassets/campaigns/breast-health-quiz/hero_pink_woman2.png');
    max-width: 85% !important;
    background-position: bottom left;
}

#herobox3 {
    background-image: url('/globalassets/campaigns/breast-health-quiz/hero_pink_woman3.png');
    max-width: 85% !important;
}

.ctabutton {
    padding-bottom: 20px;
}

.ctabutton a {
    background-color: #fddf3c;
    padding: 20px;
    display: inline-block;
    color: #58595b;
    text-decoration: none;
    font-weight: bold;

}

.ctabutton a:hover {
    background-color: #FFF;
    color: #1e61ae;
}

.inforow {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.infobox {
    background-color: #1e61ae;
    height: 100%;
    text-align: center;
    min-height: 240px;
    position: relative;
}

.infocontents {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3vw;
}

.infobox h2 {
    font-size: 14pt;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    line-height: normal;
    color: #fddf3c;
    margin: 0;
    text-transform: uppercase;
}

.infobox p {
    margin: 0;
}

p.infofootnote {
    color: #00aeef;
    font-style: italic;
    font-size: 12pt;
}

#quizcontent {
    color: #58595b;
    margin: 20px;
}

#quizcontent fieldset {
  margin-bottom: 2em;
}

.quizbox {
    background-image: url('/globalassets/campaigns/breast-health-quiz/quiz_pink_background.png');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    padding: 10vw;
    margin: 0;
    color: #58595b;
}

.quizbox .card {
    border-radius: 0px;
    border: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.quizbox .card-body {
    padding: 2rem;
}

.quizbox button {
    border: 1px solid #e9e3c5;
    background-color: #fddf3c;
    border-radius: 0px;
    color: #58595b;
}

.quizbox button:hover {
    border: 1px solid #1e61ae;
    background-color: #1e61ae;
    color: #FFF;
}

.quizbox button.prev {
    border: 1px solid #fddf3c ;
    background-color: #FFF;
    border-radius: 0px;
    color: #a7a9ac;
}

.quizbox button.prev:hover {
    border: 1px solid #fddf3c;
    background-color: #fef5c5;
    color: #a7a9ac;
}

.quizbox h3 {
    font-size: 1.1em;
    line-height: normal;
    margin-bottom: 1em;
}

.quizbox label {
    font-size: 1em;
}

#quizheader {
    text-align: center;
    margin-bottom: 1em;
}

.quizdisclaimer {
    font-size: 0.8em;
}

#quizform fieldset:not(:first-of-type) {
    display: none;
}

#newsletterform {display: none;}

.quizbuttons {
    margin-top: 1em;
}

.quizschedule {
    text-align: center;
}

input[type="radio"] {
    display: none;
  }
input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #ff6b8f;
  }
input[type="radio"]:checked + *::before {
    background-color: #ff6b8f;
    border-color: #ff6b8f;
  }
  label + * {
    display: inline-block;
    line-height: 1rem;
  }

  #disclaimer_yes, #disclaimer_no {
    font-size: 12pt;
    padding-top: 1em;
    color: #808285;
  }

  #newsletterbox {
      background-color: #ffc7d4;
      font-size: 0.8em;
      font-style: italic;
      padding: 2vw;
      display: none;
      margin-top: 20px;
  }

  #newsletterbox .row {
      margin-top: 1em;
  }

  #newsletterbox .form-check-label {
      font-size: 12pt;
  }

#id_matrix {
 width:37%;
    margin-left:auto;
    margin-right: auto;
}


#id_matrix td label, .modernform td label, .modernform td p, .formBar label {
   color: #58595b;
}

#id_matrix span {
font-size: 0.8em;
font-style: italic;
color: #58595b;
font-weight: bold;
}

input[type="submit"], .button, .button:link, .button:visited, .mainBtnFull {
    width: auto !important;
}

#id_matrix tr, table.modernform tbody tr {
    background:#f5c9d4;
  }

#id_matrix td, .modernform td {
 padding: 20px;
}


#id_matrix td label, .modernform td label, .modernform td p, .formBar label {
   background:#f5c9d4;
  }

  .knowing {
      font-size: larger;
      font-weight: bold;
      font-style: italic;

  }

  #quizresponse_yes, #quizresponse_no, #disclaimer_yes, #disclaimer_no {
      text-align: center;
  }

  @media only screen and (max-width: 1240px) {
    .heroboxcontent h1.page1headline {
        font-size: 32pt;
    }
  }

  @media only screen and (max-width: 1023px) {

    #herobox1 .heroboxcontent, #herobox3 .heroboxcontent {
        width: 40%
    }

    #herobox2 .heroboxcontent {
        width: 50%
    }

    .heroboxcontent h1, .heroboxcontent h1.page1headline {
        font-size: 24pt;
        line-height: normal;
    }

    .heroboxcontent h1.page1headline {
        margin-top: 160px;
    }

    .infobox h2 {
        font-size: 14pt;
    }

    .infobox p {
        font-size: 12pt;
    }

    p.infofootnote {
        font-size: 12pt;
    }
  }

@media only screen and (max-width: 767px) {
    .herobox {
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        padding-top: 175%;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    #herobox1 .heroboxcontent, #herobox3 .heroboxcontent, #herobox2 .heroboxcontent {
        position: absolute;
        width: auto;
        left: 5vw;
        top: 25vw;
        bottom: 0;
        right: 0;
    }

    .heroboxcontent h1 {
        font-family: 'Asap', sans-serif;
        font-weight: normal;
        font-size: 30pt;
        line-height: normal;
    }

    .heroboxcontent h1.page1headline {
        font-size: 30pt;
        margin-top: 100px;
    }

    #herobox1 {
        background-image: url('/globalassets/campaigns/breast-health-quiz/hero_pink_woman1_mobile.png');
        max-width: 100% !important;
    }

    #herobox2 {
        background-image: url('/globalassets/campaigns/breast-health-quiz/hero_pink_woman3_mobile.png');
        max-width: 100% !important;
    }

    #herobox3 {
        background-image: url('/globalassets/campaigns/breast-health-quiz/hero_pink_woman2_mobile.png');
        max-width: 100% !important;
    }

    .infobox {
        margin-bottom: 2vw;
        height: auto;
    }

    .quizbox .card {
        border-radius: 10px;
    }

    .quizbox h3 {
        font-size: 16pt;
    }

    .quizbox label {
        font-size: 14pt;
    }
}

@media only screen and (max-width: 479px) {
    .heroboxcontent h1 {
        font-size: 32pt;

    }
}

@media only screen and (max-width: 889px) {
    .bread-crumbs, .main-heading { display: none;}
    div#mainCol div.row>div.columns {padding-right: 0rem;}
}

@media only screen and (min-width: 768px) {
  .id_matrix-end {
    position: relative;
    top: -750px;
   }
   .quizbox-end {
       height: 1200px;
   }
   .ns-xform {
    height: 10px;
   }
   .cardTitle h1{
    margin-top: -80px;
    margin-left: -60px;
   }
}


.cardTitle h1{
    padding-bottom: 20px;
    font-weight: bolder !important;
    color: #666666;
}


