body{
    margin:0;

}

sup{
    vertical-align: text-top;
    line-height: 1;
}


ul {
  list-style-type: none; /* Hide default bullets */
  padding-inline-start: 0;
}

ul > li {
  position: relative;
  padding-left: 3vW;
  margin-bottom: 10px;
}

ol {
    padding-inline-start: 2vW;
}

ol > li {
  position: relative;
  padding-left: 1vW;
  margin-bottom: 10px;
}

ul > li::before {
  content: ""; 
  display: inline-block; 
  width: max(9px, 1.5vW); 
  height: max(9px, 1.5vW); 
  background-image: url("images/bullet-green.svg"); 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute; 
  left: 0;
  top: 0.5vW;
}


#header{
    position: relative;
    height: 20vW;
    max-height: 384px;
    min-height: 143px;
}

#header-image{
    position: absolute;
    right:0;
    bottom: 0;
    height: 23vW;
    max-height: 400px;
    min-height: 160px;
}

#t-off-logo-container{
    position:absolute;
    left:2.6vW;
    height:100%;
    display: flex;
    align-items: center;
}

#t-off-logo{
    height: 75%;
}

#verity-logo-header{
    position:absolute;
    right: 2.6vW;
    top: 14px;
    height: 3.5vW;
    min-height: 20px;
    max-height: 74px;

}


#content{
    background: linear-gradient(to bottom, #718b1b, #454D21);
    margin-top:-1px;
}

#title{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20vW;
    max-height: 384px;
    min-height: 143px;
    position: absolute;
    top: 0px;
    padding: 0 22vW;
    box-sizing: border-box;
}

#heading{
    color: #F0C563;
    font-family: "Graduate", serif;
    font-size: 4vW;
    text-align: center;
    padding-bottom: 5px;
    filter: drop-shadow(2px 3px 4px #333);
}

#lowercase-a{
    font-family: "Solway", serif;
    font-weight: 400;
}

#sub-heading{
    color: #ffffff;
    font-family: "Graduate", serif;
    text-align: center;
    font-size: 2.2vW;
    filter: drop-shadow(2px 3px 4px #333);
}

#main-content{
    display:flex;
    padding: max(10px, 1.5vW) 7vW 0px;
    position: relative;
}

.content-areas{
    padding: max(10px, 1.5vW) 7vW 2vW;
}

#survey{
    flex: 1;
}

#doctor-container{
    display: flex;
    flex:2;
}

#doctors{
    width: 100%;
    flex:1;
    align-self: flex-end;
}

.q-and-a{
    color: #ffffff;
    padding-bottom: max(15px, 4vW);
}

.body-font{
    font-family: Proxima Nova Regular, proxima-nova, sans-serif;
    font-size: 2.3vW;
}

#question{
    margin-top: 1vW;
}

.pnBold{
   font-family: Proxima Nova Bold, proxima-nova, sans-serif; 
}

input[type="radio"]{
    display: none;
}

.answer{
    margin-bottom: 0.7vW;
}

input[type="radio"]:checked + label{
    font-family: Proxima Nova Bold, proxima-nova, sans-serif; 
}
input[type="radio"]:checked + label::before{
    content: "";
    background-image: url("images/radio-checked.svg");

}

label::before{
    content: "";
    background-image: url("images/radio-unchecked.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1.7vW;
    height: 1.7vW;
    margin-right: 1vW;
}

#submit-button{
    color: #fff;
    background-color: #A02B93;
    border-style: none;
    margin-top: 1vW;
    border-radius: 2.3vW;
    padding: 1vW 4vW;
    font-size: 2.6vW;
}

#abbreviations{
    color: #ffffff;
    font-family: Proxima Nova Regular, proxima-nova, sans-serif;
    font-size: max(10px, 1.2vW);
    padding-bottom: 2vW;
}


#take-and-learn{
    color: #ffffff;
    background-color:#A02B93;
    font-family: "Graduate", serif;
    font-size: 2.5vW;
    text-align: center;
    padding: 1.5vW 0;
}

#footer{
    color: #343434;
    text-align: center;
    font-family: Proxima Nova Regular, proxima-nova, sans-serif;
    font-size: max(12px, 1.4vW);
    padding: 5vW 7vW 5vW;
}

#verity-logo-footer{
    padding-bottom: 2vW;
    width: 30vW;
}




/*
***********  RESULTS SPECIFIC CSS **********
*/


#results-title{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 20vW;
    max-height: 384px;
    min-height: 143px;
    position: absolute;
    top: 0px;
    padding: 0 22vW 0 7vW;
    box-sizing: border-box;
    color: #ffffff;
    font-family: Proxima Nova SemiBold, proxima-nova, sans-serif; 
}

#results-heading{
    
    font-size: max(40px, 7vW);
    padding-bottom: 5px;
    /* filter: drop-shadow(2px 3px 4px #333); */
}

#results-sub-heading{
    font-size: max(14px, 2.1vW);
}

#quote{
    font-size: max(12px, 1.7vW);
    line-height: 1.2em;
    background-color: #4A1343;
    margin-top: 1vW;
    padding: 1vW;
    border-radius: 0.9vW;
}

#response, #results{
    flex:1;
}

#results{
    position: relative;
    display:flex;
}

#response{
    padding-right: 20px;
}

#results-prompt{
    padding-bottom: 3vW;
    margin-bottom: 3vW;
    border-bottom: 2px solid #ffffffbb;
}

#your-response{
    padding-bottom: 3vW;
}

#answer{
    color: #F0C563;
    font-family: Proxima Nova Bold, proxima-nova, sans-serif; 
}

#anonymous{
    font-size: max(12px, 2vW);
}


circle {
  fill: none;
  stroke-width: 480px;
}

#circle-border{
    stroke-width: 500px;
}


#resultsGraph{
    flex:2;
    position: relative;
    width: 100%;
    height: 100%;
}

.graph-labels{
    font-family: Proxima Nova, proxima-nova, sans-serif; 
    font-size: 1.5vW;
    color:#ffffff;
}

#legend{
    flex:1;
    display:flex;
    flex-direction: column;
}

#n-count{
    position: absolute;
    left: 4px;
    top: 4px;
}

.legend-icon{
    padding-right: 0.5vW;
    width: 1.3vW;
    height: 1.3vW;
    vertical-align: middle;
    margin-top: -0.3vW;
}

#result-realtime{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45vW;
}

#result-doctors{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28vW;
}

#realtime-banner{
    position: absolute;
    border-radius: 0.5vW 0 0 0.5vW;
    right: 0px;
    bottom: 1.5vW;
    background-color: #F0C563dd;
    padding: 0.5vW 1.5vW;
    width: 100%;
    font-family: Proxima Nova Bold, proxima-nova, sans-serif;
    font-size: max(16px, 1.7vW);
    color: #144474;
}

#support-section1{
    display:flex;
}

#section1-image{
    flex: 1;
    position: relative;
    overflow: hidden;
}

#section1-text{
    flex: 1;
}

.men{
    position: absolute;
    width: 95%;
    bottom: 0;
}

#men{
    background-position: 0px 0px;
    width: 850px;
    height: 338px;
}

#supporting-content{
    padding-bottom: 0;
}

#support-section2{
    padding-top: 1.5vW;
}

#support-section3, #share-sub, #ref-title{
    padding-top: 3vW;
}

#support-abbrv{
    font-family: Proxima Nova Regular, proxima-nova, sans-serif;
    font-size: max(10px, 1.2vW);
    padding-bottom: 2vW;
}

#share{
    background-color: #f4f4f4;
    display:flex;
    margin-top: 2vW;
    margin-bottom: 2vW;
}

#share-info{
    flex: 1;
    padding-right: 4vW;
    box-sizing: border-box;
}

#share-form{
    flex: 1;
}

#form-wrap{
    padding: 1vW 1vW 3vW;
    background-color: #ffffff;
    border-radius: 1.5vW;
    margin-bottom: 1vW;
}

#share-title{
    font-size: max(24px, 4.2vW);
    font-family: Proxima Nova Bold, proxima-nova, sans-serif;
}

#share-image{
    width:100%;
}

#legal-links a{
    font-size: 1.5vW;
    color: #A02B93;
    padding-left: 1vW;
}

#learn-more{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;

    color: #ffffff;
    background-color:#A02B93;
    font-family: Proxima Nova Regular, proxima-nova, sans-serif;
    font-size: max(15px, 2.5vW);
    padding: 1.5vW 0;
    line-height: 1em;
}


#learn-arrow{
    padding-left: 1vW;
}

#references{
    font-family: Proxima Nova Regular, proxima-nova, sans-serif;
    font-size: 2vW;
    padding-top:0;
}

#references > ol{
    font-size: 1.8vW;
}

#fixed-padding{
    height:50px;
}

/*
***********  MEDIA QUERIES **********
*/
@media all and (max-width: 850px){
     #share{
        flex-direction: column;
    }

    #share-info{
        padding: 4vW 0;
    }
}

@media all and (max-width: 540px){

    ul > li {
    padding-left: 5vW;
    }

    ul > li::before {
        top: 1vW;
    }

    #title{
        position: static;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px 50px;
        height: auto;
        min-height: auto;
        min-height: auto;
        box-sizing: border-box;
    }

    #heading{
        font-size: 6vW;
    }

    #sub-heading{
        font-size: 4vW;
    }

    .content-areas{
        padding: 1vW 10vW 2vW;
    }

    #main-content{
         flex-direction: column;
         padding: 1vW 10vW 0px; 
    }

    .body-font{
    font-size: 4.2vW;
    }

    label::before{
    width: 3.2vW;
    height: 3.2vW;
    margin-right: 1vW;
    }

    #submit-button{
    margin-top: 3vW;
    border-radius: 3.8vW;
    padding: 1.6vW 5vW;
    font-size: 4.2vW;
    }

    #footer{
    padding: 8vW 7vW 10vW;
    }

    #verity-logo-footer{
        padding-bottom: 5vW;
        width: max(160px, 40vW);
    }


    #results-sub-heading {
        font-size: max(14px, 4.1vW);
    }

    #quote{
        font-size: 3.6vW;
        padding: 2vW;
    }

    #results-title{
        padding: 0 10vW;
        justify-content: start;
        height: auto;
    }

    #results-header{
        display:flex;
        flex-direction: column;
        justify-content: center;
        height: 20vW;
        min-height: 143px;
        padding: 0 22vW 0 0;
    }


    .results-main{
        padding-top: 20vW !important;
    }

    #results{
        flex-direction: column-reverse;
        border-top: 2px solid #ffffffbb;
        padding-top: 4vW;
        padding-bottom: max(15px, 4vW);
    }

    #result-realtime{
        width: 60vW;
    }

    #result-doctors{
        width: 40vW;
    }

    .graph-labels{
        font-size: max(15px, 4.2vW);
    }

    #legend{
        flex-direction: row;
        padding-bottom: 4vW;
    }

    #legend-labels1{
        flex:1;
    }

    .legend-icon{
        padding-right: 1vW;
        width: 3.5vW;
        height: 3.5vW;
        margin-top: -0.6vW;
    }

    #support-section1{
        flex-direction:column;
        padding-top: 3vW;
    }

    #men-group{
        position: relative !important;
        padding-bottom: 3vW;
    }

    .men{
        width: 100%;
        left: 0;
        bottom:auto;
    }

   

    #legal-links a{
        font-size:3vW;
    }

    #learn-text{
        width:80%;
    }

    #references{
        font-size: 3.5vW;
    }

    #references > ol{
        font-size: 2.5vW;
        padding-inline-start: 3vW;
    }

}

