html, body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: lato, sans-serif;
    font-weight: bold;
        color: #111111;
}
#myContent {
    margin: 0 auto 0;
    width: 900px;
    font-family: lato, sans-serif;
    font-weight: bold;

}
.programPageBody #myContent {

    line-height: 25px;
}
#pageContainer {
    background-color: #fff;
    width: 900px;
}
#theForm {display: block;}
#header {
    background-color: transparent;
    display: inline-block;
    width: 100%;
}
#container {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    width: 900px; margin: 0 auto;
}
.donationPageBody #container, .programPageBody #container {width: 900px;}
/*-----------------------------------------------------------------------------+
|                                Header Images                                 |
+-----------------------------------------------------------------------------*/
#headerImg2, #headerImg3, #headerImg4, #headerImg5 {display: none;}
#headerImg1 {
    background-image: url("/images/charity/make-a-wish-greater-virginia/MAW_Greater_Virginia_logo.png");
    background-repeat: no-repeat;
    height: 80px;
    margin: 10px;
    width: 287px;
        background-size: contain;
}
/* ------------------------ End Header Images ------------------------------------- */
/* If we want the header to be clickable to the charities website (new window) then we need to
    set display to block, position to absolute, and then size and position accordingly*/
#headerImgLink {
    display: block;
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 287px;
}
#headerHR {display: none;}
/*-----------------------------------------------------------------------------+
|                                  Menu stuff                                  |
+-----------------------------------------------------------------------------*/
#navRow {
    /*background: #0057B8;*/
    background: #0057B8;
    height: 34px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
}
#navRow a, #navContact a, #charity_phone {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 1.5em;
    line-height: 1.5em;
    padding: 5px 15px;
    text-decoration: none;
    font-family: lato, sans-serif;
    font-weight: 700;
    
}
#navRow a:hover {
    /*transition: .4s;*/
    /*color: #4E5B31;*/
    /*background-color: #eee;*/
    /*color: #cc0033;*/
    text-decoration: underline;
    text-decoration-thickness: 0.10em;
    text-underline-offset: 5px;
    /*text-decoration-color: #DE7C00;*/
}
#navContact a:hover {
    text-decoration: none;
}
#navLinks {
    font-style: normal;
}
/* ------------------------ End Menu Stuff ----------------------------------------- */
/*
  hide test server so i dont have to delete it every time i hit f5 while testing 
*/
#testServer {
    display: none;
}
.pipeSep {
    display: none;
}
/* I'm putting the truck background and the h2 stuff together to more easily change the colors*/
.truckBackground {
    background-color: #0057B8;
}
.H2, .programPageBody h1 {
    color: #000;
    font-size: 22px;
    font-style: normal; /* To get rid of default italics */
    line-height: 1.5em;
}
h1 {
    color: #0057B8;
    line-height: 100%;
}
.progressText a {text-decoration: none;}
.fieldset {
    background-color: #fff;
}
#columnRight {
    float: none;
    padding: 10px 20px;
    width: auto;
}
#columnRight div {font-size: 1.5em;}
#columnLeft {display: none;}
#content {
    padding-bottom: 30px;
}
.affilName, .donateThankyou, .inputsAndTestimonials {background-color: #fff;}
/* this should be set on charities that have no affiliate for easier styling */
.affilName {
    display: none;
}
.donateThankyou {
    text-align: center;
    color: #000 !important;
}
#breadcrumb {
    display: none;
}
#letter {
    margin-top: 15px;
}
p {margin: 10px 0;}
/* fix ios phone number padding */
#charity_phone a {padding: 0;}

/* center the button - this selector may need to be tweaked based on page design */
#columnRight > div:nth-child(3){
    text-align: center;
}
/* modern button style  */
.process-button.gradient,
.back-button.gradient{
    background-color: #FF585D;
    border-color: #FF585D;
    color: #fff;
    background: #FF585D;
    /*padding: .5rem .5rem;*/
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    transition: background-color 0.5s ease, color 0.5s ease;
}
/* modern button style - hover */
.process-button.gradient:hover,
.back-button.gradient:hover {
    background-color: #fff;
    border-color: #0057B8;
    /*border: #4c151e solid 2px;*/
    box-shadow: inset 0px 0px 0px 1px #0057B8;
    color: #0057B8;
    background: #fff;
    /*opacity: .6;*/
    
    /*-moz-box-shadow: none;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
}

body > a > div{
    background-color: #2b50a3 !important;
    
}
body > a > div > p{
    color: #fff !important;
}
.progressText.truckBackground span{
    font-size: 13px;
}
.thankyouHeader {
    font-family: lato, sans-serif !important;
    color: #0057B8;
}
a.back-button {
    height: 26px;
}
.back-button.gradient {
    line-height: 1.6;
    background: #b5b5b5;
    border-color: #fff;
    /*opacity: .6;*/
}
.helpHeaderSquared {
    margin-left: 9px;
}
.superscript{
    vertical-align: super; 
    font-size: 60%;   

}
#myContent > div.inputsAndTestimonials.donate-section > div > div > div.needHelpSpacer > span:nth-child(4){
    display: none;
}

.needHelpSpacer h1 {
    margin-top: 20px;
    font-size: 24px;
}
/*------------Override for smaller screen sizes------------*/
@media all and (max-width: 930px) {
    #container {
        margin: 0 !important;
        max-width: 100%;
        padding: 0 0px !important;
        width: auto;
    }
    #myContent {
        width: auto;
    }   
    .formFauxColumnWrapper > #theForm {margin: 0;} 
    .donate-subsection > .fieldset {
        display: block;
        padding: 0 5px;
        width: auto;
    }
    .donate4 #letter {
        padding-left: 10px;
        padding-right: 10px;
    }
    #pageheader {margin: 0 .5em .5em .5em;}
}
@media all and (max-width: 899px) {
    #container, #myContent {
        margin-top: 0;
        max-width: 100%;
        padding-top: 0 !important;
    }
    /* Headers/Links
    -------------------------------------------*/
    #header {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    #headerImg1 {margin: 10px auto; margin-top: 10px;}
    #headerImgLink {
        left: 0;
        top: 0;
        width: 100%;
    }
    #navRow {padding: 0;}
    #navLinks.navLinks {margin: 4px auto 0 auto;}
    #navLinks a {
        font-size: 1.4em;
        padding: 0 10px;
    }
    #navLinks a:first-child {padding: 0 10px;}
    #navContact {margin-top: 8px;}
    #navContact.navContact > a {
        font-size: 1.2em;
        padding: 0 10px 0 20px;
    }
    #charity_phone {
        font-size: 1.2em;
        padding: 0 0 0 10px;
    }
    #columnRight {padding: 0;}
    #columnRight > h1 {margin-top: 0;}
    /* End Headers/Links
    -------------------------------------------*/
    /* donateThankyou section
    -------------------------------------------*/
    .thankyouHeader {
        padding: 5px;
    }
    .donate-section.donateThankyou {margin: 0 auto;}
    .donate2 .donateThankyou, .donate3 .donateThankyou {
        margin: 0 15px;
    }
    /* remove for smaller screen sizes */
    .donate1 .donateThankyou > p {
        display: none;
    }
    .inputsAndTestimonials.donate-section {
        margin-top: 0;
    }
    /* End donateThankyou section
    -------------------------------------------*/
    /* back button for donationPageBody 2 & 3 */
    .back-button.gradient {width: auto;}
    /* used so text does not continue offscreen */
    .H2 {font-size: 1.4em;}
    .donate1 h2 {
        margin: 15px;
    }
}
@media all and (max-width: 630px) {
    /* background-color - according to charity */
    #navContact {
        background-color: transparent;
        border-top: none;
        float: right;
        margin-top: 8px;
        /*width: 126px;*/
        margin-left: 35px;
    }
    #navLinks a{
        font-size: 1.4em;
    }
    #navContact > a {
        color: #FFF;
        float: right;
    }
    #columnRight > h1 {
        font-size: 19px;
    }    
    #charity_phone {
        color: #FFF;
    }
    .infoPageBody #content > h1 {margin-top: 1.5em;}
    #columnRight > div:nth-child(3) {
        margin: -10px 0px 30px !important;
    }
}
@media all and (max-width: 385px) {
    #navContact {
        margin-left: 0px;
    }
    #columnRight > h1 {
        font-size: 15px;
    }    
    #navContact {
        /*color: #FFF;*/
/*        float: left;*/
    }
}
@media all and (max-width: 353px) {
    #navContact {
        margin-left: 0px;
    }
    #columnRight > h1 {
        font-size: 15px;
    }    
    #navContact {
        color: #FFF;
        float: left;
    }
}
/*----------------------End Override-----------------------*/