body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color:black;
}

/* design specs */
h1 {
    font-size: 60px;
    font-weight: 500;
}
h2 {
    font-size: 48px;
    font-weight: 500;
    padding:30px 0 20px 0;
} 
h3 {
    font-size: 26px;
    font-weight: 500;
} 
h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 30px;
} 
h5 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 10px;    
} 
 
p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
} 
li {
    font-size: 20px;
    font-weight: 400;
}       

.ua-top-give-button{
    display:none;
}
.head-left{
    padding: 15px 10px 15px 20px !important;
} 



#ua-question1, #ua-question2, #ua-question3, #ua-question4, #ua-question5, #ua-progress{
    display: none;
}


.ua-button-container{
    width:100%;
    text-align: center;
    padding: 15px;           
}

.ua-custom-button{
    background-color:#ED1B2F;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 50px;
    text-decoration: none;
}

.ua-custom-button:hover {
    text-decoration: none;
    background-color:#B92431;
}


/* LAYOUT ATTRIBUTES */
.ua-camp-page-section{
    padding:0 18px !important;    
}

#content{
    background-color:#eaeaea;
    padding-top:80px !important;
}

.ua-outside-container{
    margin: 0 auto;
    width: 90%;
    max-width: 700px;
    padding:0;

}

.ua-outside-frame{
    padding:40px 0 150px 0;
    background-color:#ffffff;
    width: 100%;
    box-shadow: 4px 0px 4px -4px #aaa, -3px 1px 3px -3px #aaa;
} 

.ua-landing-image{
    background-color:#FFF;
    width: 100%;
    padding: 20px 50px 0;
} 
.ua-result-image{
    background-color:#FFF;
    width: 100%;
    padding: 20px 120px 0;
} 
.ua-question-image{
    width: 100%;
            
}


.ua-title-paragraph {
    padding: 5px 0 0 0;
}
.ua-result-paragraph {
    padding: 5px 0 0 0;
}
.ua-question-section{
    width: 100%;
    display: table;
}
.ua-question-box:hover{
    cursor: pointer;
}
.ua-question-box-row{
    width: 100%;
    display: table-row;
}

.ua-question-box-outer{
    padding:5px 0 5px 10px;
    display: table-cell;
    width: 50%;                        
}
.ua-question-box-outer:first-child{
    padding:5px 10px 5px 0;
} 

.ua-question-box{
    border:3px solid transparent;                   
}                

.ua-question-text{
    padding: 15px 0;
    font-family: McGillCampSans;
    font-size:18px;
    text-align:center;
    line-height:22px;
}
.ua-question-text-sm{
    font-size:14px;
    line-height:15px;
}  
.ua-question-box-error{
    border:0;
    width:100%;
    padding:5px 30px;
}

.ua-question-box-error-text{
    display:none;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    padding:15px;
}      
            

.ua-title-section{
    padding:15px 50px 15px 50px;
    width: 100%;
}

.ua-title-section .ua-title-red{
    color: #ED1B2F; 
    font-style: italic; 
    font-weight:bold; 
    line-height:30px;
}

.ua-cause-list{
    padding: 0 20px 20px 0; 
    list-style: none;
    list-style-position: inside;                   
}                     
                                
.ua-cause-list li a {
    text-decoration:underline;
    font-size: 16px;
}
.ua-cause-list li a:hover {
    text-decoration:none;
} 

.ua-cause-list li{
    padding-left: 16px;
    position: relative;

}
.ua-cause-list li:before{        
    color: #000;
    content: "\2022";
    display: inline-block;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
} 

#ua-progress{
    padding:30px;
}

#ua-progress-percentage{
    font-size:18px;
}

/* Override boostrap progress color */
.progress-bar{
    background-image: linear-gradient(to bottom,#000 0,#333 100%);
}        

#bottom-border-white{
    display:none;
}




/* adjust some elements to fit when mobile*/
@media (max-width: 768px) {
    h1 {
        margin-top: 10px;
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
        line-height: 1.2;
        padding: 0 20px;
    }             
    h3 {
        margin-top: 15px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 16px;
        line-height: 1.2;
        padding: 20px 20px 0;
    } 
    h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;    
    }     
                  
    p {
        font-size: 16px
    } 
    li {
        font-size: 16px;
    }

    p.ua-last {
        margin: 0 0 0;
    }
    .ua-cause-list{
        margin:0 0 15px 0;
        padding: 0 20px 15px 20px;                 
    }               
    .ua-custom-button{                
        border-radius: 3px;
        font-size: 16px;
        padding: 10px 30px;               
    }                   
    .ua-outside-frame{
        padding: 0 0 60px 0;
    }
    .ua-title-section{
        padding: 15px 20px 100px 20px;
    }
    .ua-outside-container{
        width: 100%;
    }
    .ua-camp-page-section {
        padding: 2px 0 !important;
    }
    #ua-inner-header-container{
        padding: 5px 15px 0 0 !important;
    }
    .ua-title-paragraph {
        padding: 10px 0 15px 0;
    }
    .ua-question-text{
        padding: 5px 0;
        font-size:14px;
        text-align:center;
        line-height:16px;
    }                       
    .ua-question-text-sm{
        font-size:12px;
    }
    .ua-question-box-error{
        padding:0 20px;
    } 
    .ua-cause-list{
        padding: 10px 0;                 
    }      
    .ua-landing-image, .ua-result-image{
        background-color:#FFF;
        width: 100%;
        padding: 0;
    } 

    #ua-progress-percentage{
        font-size:16px;
    }

} 


                                                    