*{
    font-family:Metric,sans-serif;
}
#header{
    background-color: #3a3a47;
}

#headerImg1{
    background-image:url("../images/charity/wbur/wbur.svg");
    background-repeat:no-repeat;
    width:311px;
    height:94px;
    background-size: 100% 4em;
    margin:0;
    background-position: center;
}
#breadcrumb{display:none;}
#columnLeft{display:none;}
#columnRight{
    width:100%;
    padding:0px;
}
#headerImg2{
    display:none;
}

#headerImg3{
    display:none;
}

#headerImg4{
    display:none;
}

#headerImg5{
    display:none;
}
#headerImgLink {
    display: block;
    height: 65px;
    position: absolute;
    top: 16px;
    width: 177px;
    left: 69px;
}#headerHR{
    display:none;
}
#navRow {
    background-color: transparent;
    height: 34px;
    width: fit-content;
    position: absolute;
    top: 35px;
    right: 40px;
}
#navRow a, #navContact a, #charity_phone{
    color: #000;
    padding: 5px 15px;
    line-height: 1.5em;
    font-size: 16px;
    text-decoration: none;
    display: block;
    float: left;
    font-weight: normal;
    height: 1.5em; 
    font-style: normal;
}
#navLinks a{
    color: white;
    /*    border-left:1px solid #8C8C8C;
        border-right:1px solid #8C8C8C;*/
}

#navRow a:hover{
    color:#ff9d1d;
    /*background-color:#d4a003;*/
}
#navLinks > div > a:nth-child(1){
    /*display: none;*/
}

.programPageBody #navLinks > div > a:nth-child(1),
.infoPageBody #navLinks > div > a:nth-child(1)
{
    background-color: #ff9d1d;
    color: #3a3a47;
    border-radius: 7px;
    margin-right: 30px;
    display: block;
}
.programPageBody #navLinks > div > a:nth-child(1):hover, 
.infoPageBody #navLinks > div > a:nth-child(1):hover {
    background-color: #fff;
    color: #3a3a47;

}
/*
  hide test server so i dont have to delete it every time i hit f5 while testing
*/
#testServer{
    display:none;
}

/*
  three step css
*/

.threeHeader{
    display:block;
    background-image:url("../images/charity/wbur/logo-original.jpg");
    background-repeat:no-repeat;
    margin:auto;
    width:311px;
    height:70px;
}

.pipeSep{display:none;}

.tempImgHack{
    display:none;
}

.donateThankyou{
    text-align:center;
    margin: 4px auto 15px auto !important;
}

.truckBackground{
    background-color: #3a3a47;
}
.footer-statement{
    width: 100%;
    margin: 0 auto;
    color: #333;
    margin-bottom: 1em;
}
.bbbBadge {
    display: none;
}
.testimonialSpacer{
    display: none;
}
h1.testimonialHead{
    margin-top: 22px;
    margin-bottom: -5px;
}
#content{
    font-size: 1.1rem;
}
#columnRight > div:nth-child(3){
    text-align:center;
}
#charity_phone > a{
    padding-top: 0;
}
body{
    font-family:Metric,sans-serif;
    font-size: 16px;
    /*margin: 0 8px;*/
}
.programPageBody body{
    font-family:Metric,sans-serif;
    font-size: 16px;
    /*margin: 0 8px;*/
}
.hero_container {
    max-width: 1280px;
}
.hero_left{
    min-height: 250px;
    width: 500px;
    background-color: #69abb8;
    float: left;
}
.hero_right{
    min-height: 305px;
    background-color:  #69abb8;
    /*float: left;*/
    /*width: 60%;*/
    /*max-width: 780px;*/
}
.hero_text_container{
    background-color: #3a3a47;
    color: white;
    display: table;
    font-size: 45px;
    padding: 0 10px;
    margin-left: 9%;
    font-weight: bold;
}
.hero_text_container:first-of-type{
    margin-top: 35px;
}
.hero_donate_button{
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    margin: 25px auto 40px auto;
    color: #3a3a47;
    font-size: 20px;
    /*padding: 10px 20px 10px 20px;*/
    border: solid #3a3a47 3px;
    text-decoration: none;
    width: 180px;
    font-weight: bolder;
}
.hero_link{
    padding: 10px 15px 10px 15px;
    display: inline-block;
    color: #3a3a47 !important;
}
.hero_link:hover,
.hero_donate_button:hover,
.main_donate_button:hover,
.main_donate_link:hover{
    color: #fff !important;
    border-color: #3a3a47 !important;
    background-color: #3a3a47;
}

.main_donate_button{
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    margin: 40px auto 40px auto;
    color: #3a3a47;
    font-size: 20px;
    /*padding: 10px 20px 10px 20px;*/
    border: solid #ff9d1d 3px;
    text-decoration: none;
    width: 180px;
    font-weight: bolder;
    background-color: #ff9d1d;
}
.main_donate_link{
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #3a3a47;
}
.main_donate_link:hover{

    color: #3a3a47;
}
.hero_image_container{
    float: left;
    margin-left: 30px;
    margin-top: 65px;
    /*                height: 200px;*/
}
.hero_image{
    height: 180px;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
}
.full_width_row{
    margin-top: 30px;
}
.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.inner_column{
    max-width: 120px !important;
    margin: 0 auto;
    text-align: center;
}
.Rectangle_88{
    max-width: 120px;
}
.steps_text{
    font-size: 19px;
    margin-top: 17px;
    font-weight: bold;
    color: #3a3a47;
}
.youtube_embed{
    width: 100%;
    height: 343px;
}
.youtube_container{
    padding: 0 15px;
    margin: 25px 30px 45px 0 !important;

}
.content_text{
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;

}
.content_container{
    margin: 0 45px;
}
.box_container{
    border-radius: 15px;
    -moz-border-radius: 15px;
    background-color:#3a3a47; 
    /*min-height: 475px;*/ 
    color: #fff;
    margin-left: 15px;
    margin-right: 45px;
    padding-bottom: 20px;
    font-size: 16px;

}
.box_container > h1{
    margin-left: 25px;
    margin-right: 25px;
}
.box_text{
    text-align: left;
    margin: 0px 15px 0 30px;
}
p.box_text:nth-of-type(1){
    margin-left: 15px;
}
.spotlight_container{
    background-color: #ff9d1d; 
    height: 80px; 
    width: 420px; 
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%); 
    text-align: left; 
    padding-left: 20px;
}
.blog_container{
    height: 490px;
    max-width: 350px;
    margin: 0;
    -webkit-box-shadow: 7px 4px 9px 1px #B7B7B7; 
    box-shadow: 7px 4px 9px 1px #B7B7B7;                
}
.blog_container > img{
    width: 100%;
}            
.blog_summary{
    font-size: 15px;
    margin: 0 30px;
    height: 120px;
    text-align: left;
}
.read_more_btn{

    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    background: #3a3a47;
    /*padding: 6px 20px 6px 20px;*/
    text-decoration: none;
    width: 120px;
    margin: 0 auto;
    transform: translateY(100%);
    display: inline-block;
}
.read_more_link{
    display: inline-block;
    padding: 6px 20px 6px 20px;
    color: white !important;
}
.read_more_btn:hover,.read_more_link:hover{


    color: #3a3a47 !important;

    background: #ff9d1d;


}
#columnRight > div:nth-child(6) > div > div:nth-child(4) > div.row.full_width_row > div{
    padding: 0 45px;
}

/*------------Override for smaller screen sizes------------*/
.programPageBody #Layer_1,
.programPageBody #columnRight > div:nth-child(3),
.programPageBody #columnRight > h1,
.programPageBody #columnRight > br:nth-child(2),
.programPageBody #footer,
.programPageBody #columnRight > br:nth-child(5),
.programPageBody #navContact
{
    display: none;
}
.programPageBody #container{
    border: none !important;
    width: 100%;
    color: #3a3a47;
    max-width: 1280px;
}
.programPageBody #content{
    display: flex;
    margin: 0 auto;
    max-width: 1280px !important;
    padding: 0px 0px;
}
.programPageBody #myContent{
    margin: 0 auto;
    /*padding-bottom: 50px;*/
}
.programPageBody h1{
    display: block;
    font-size: 26px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
    font-weight: bold;
}
.programPageBody h2 {
    display: block;
    font-size: 20px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.programPageBody h3 { 
    display: block;
    font-size: 1.0em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.programPageBody .H2, .programPageBody h1 {
    font-style: initial;
    color: inherit;

    text-transform: initial;

}
h2.step_h2{
    text-align: left;
    margin-bottom: 5px;
    margin: 15px 15px 5px 15px;
}

.footer_row{
    /*height: 305px;*/
    background-color: #3a3a47;

}
.footer_column{
    text-align: left;
    margin-left: 0px;
    margin-top: 40px;
    color: white !important;
    max-width: 300px;
}
.footer_column:nth-of-type(2){
    padding-top: 65px;
}
.svg_logo_container{


}
.svg_logo_container > svg,
.svg_logo_container > a{
    fill: white;
    height: 40px;
}
.footer_row > div.row.full_width_row{
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
}
.programPageBody a:link {
    color: #3a3a47 ;
    text-decoration: none;
}
.programPageBody a:link {
    color: #3a3a47;
    text-decoration: none;
}
a.light_link
{
    color: #ff9d1d !important;
}
a.light_link:hover
{
    text-decoration: underline;
    /*color: #fff !important;*/
}
.svg_logo_container svg {
    height: 40px;
    margin: 0px 0px 20px 0px;
}
.svg_link{
    display: inline-block;
    min-height: 42px;
}
.donationPageBody #navLinks > div > a {

    padding: 5px 20px;

}
.dark_link{
    color: #fff !important;
}
.dark_link:hover{
    /*color: #3a3a47 !important;*/
    text-decoration: underline !important;
}
.infoPageBody .H2, .infoPageBody h1 {

    font-size: 1.3em;

}
.infoPageBody #regularpages {
    width: 90% !important; 

}
/* modern button style  */
.process-button.gradient,
.back-button.gradient{
    font-family: Metric,sans-serif;
    background-color: #ff9d1d;
    border-color: #ff9d1d;
    background: #ff9d1d;
    color: #3a3a47;
    /*padding: .5rem .5rem;*/
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
/* modern button style - hover */
.process-button.gradient:hover,
.back-button.gradient:hover {
    font-family: Metric,sans-serif;
    background-color: #3a3a47;
    border-color: #3a3a47;
    background: #3a3a47;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.back-button.gradient{
    background-color: #C9C8C7;
    border-color: #C9C8C7;
    background: #C9C8C7;

}
a.back-button{
    height: 24px;
}
.mobile-help p{
    font-family: arial;
}
.donationPageBody b{
    font-family: arial;
}
#theForm *{
    font-family: arial;
}
.helpHeaderSquared {
    font-size: 14px;
    padding-left: 10px;
}
.fieldsetHelpContent p{
    font-size: 12px;
}
.footer_column a,
.box_container a{
    color: #ff9d1d !important;
}
.partner_text{
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 1295px) {
    .hero_image_container{

        margin-left: 5%;
    }
    .hero_image_container:nth-of-type(1){
        display: none;

    }
    .blog_container{
        margin: 10px auto;
        width: 350px;
        padding: 0;

    }
    #columnRight > div:nth-child(6) > div > div:nth-child(4) > div.row.full_width_row > div{
        padding: 0 10px;
    }
    .footer_column {
        margin-left: 45px;
    }



}
@media screen and (max-width: 1160px) {
    .hero_image_container:nth-of-type(2){
        display: none;
    }
    .hero_image_container{
        margin-left: 10%;
    }
}
@media screen and (max-width: 1050px) {
    .row.full_width_row{
        flex-direction: column;
        min-width: 100%;
    }
    .outer_column{
        width: 100%;
    }
    .blog_container{
        margin: 10px auto;
        width: 350px;

    }
    .footer_column:nth-of-type(2) {
        padding-top: 0; 
        margin-top: 20px;
    }
    #columnRight > div:nth-child(6) > div > div:nth-child(4) > div.row.full_width_row > div{
        padding: 0;
    }
    .youtube_container{
        width: 100%;
        margin: 25px auto !important;
        max-width: 600px;
        padding: 0;
    }
    .box_container{
        margin-right: 15px;
    }
    .content_container{
        margin: 0 15px;
    }

}

@media all and (max-width: 930px) {
    #container {
        margin: 0 !important;
        max-width: 100%;
        padding: 0 0px !important;
        width: 100%;
    }
    #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;}
    #header {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    #headerImg2{background-position: center center;}
    #headerImgLink{height:63px;}
    .mobile-help {
        display: inline-block !important;
    }
}
@media all and (max-width: 899px) {
    #container, #myContent {
        margin-top: 0;
        max-width: 100%;
        padding-top: 0 !important;
    }
    /* Headers/Links
    -------------------------------------------*/
    #headerImg2{padding-top:20%;}
    #navRow {padding: 0;}
    #navLinks a {
        font-size: 16px;
        padding: 7px 10px;
    }
    #navContact.navContact > a {
        font-size: 1.2em;
        padding:6px 10px;
    }
    #charity_phone {
        font-size: 1.2em;
        padding:6px 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: 15px auto;*/
    }
    /* remove for smaller screen sizes */
    .donate1 .donateThankyou > p {
        display: none;
    }
    .donateThankyou {
        /*margin: 0;*/
        /*margin-top: 4px;*/
        /*padding: 15px 134px 15px 62px;*/
    }
    .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.0em !important;}
    .programPageBody #content {

        padding: 0px 0px;
    }
}
@media screen and (max-width: 870px) {
    .hero_left { 
        float: none;
        margin-right:0;
        width:auto;
    }
    .hero_right{
        display: none;
    }
    .hero_left { 
        float: none;
        margin-right:0;
        width:auto;
    }
    .hero_left {
        padding-top: 25px;
        padding-bottom: 1px;
    }
    .hero_text_container {
        margin: 0 30px;
    }
    .hero_text_container:first-of-type {
        margin-top: 0px;
    }

}

@media all and (max-width: 630px) {
    #navContact{
        background-color:#000;
        border-top:1px solid #fff;
        width:100%;
        margin-right:0px;
    }
    #navContact.navContact > a{float:right;}
    #headerImg1 {
        background-image: url(../images/charity/wbur/wbur.svg);
        background-repeat: no-repeat;
        width: auto;
        height: 94px;
        background-size: 37% 4em;
        /* margin: 0; */
        background-position: 5% 50%;
        padding-left: 10px;
    }
    #headerImgLink {
        height: 65px;
        top: 16px;
        width: 135px;
        left: 0;
    }
    .box_text {
        /*margin: 0 15px;*/
    }
}

@media screen and (max-width: 520px) {
    .youtube_embed{
        /*width: 400px !important;*/
    }
    .youtube_container {
        overflow: hidden;
        position: relative;
        width:100%;
        padding: 0;
    }

    .youtube_container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .youtube_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 500px;
        max-height: 315px;
    }
    .spotlight_container{
        width: 90%;
    }
    .spotlight_container > h2{
        font-size: 1.1em;
    }
    .blog_container{
        width: 100%;
    }
    .footer_column {
        text-align: left;
        margin-left: 45px;
        margin-top: 40px;
        color: white;
        max-width: 300px;
        width: auto;
        padding-left: 10px;
    }
    #navRow {

        right: 15px;
    }

}
@media all and (max-width:500px){
    #navLinks div a{padding:5px 5px;}
    .programPageBody #navRow,
    .infoPageBody #navRow,
    .donationPageBody #navRow{
        top: 12px;
    }
    .navLinks {
        max-width: 150px;
    }
    #navLinks > div > a,
    #navLinks > div > a:nth-child(1){
        float: right;
        margin-right: 0 !important;
        margin-bottom: 11px;
    }
    .infoPageBody #pageheader{
        display: inline-table;
    }
}

@media screen and (max-width: 350px) {
    .read_more_btn{
        transform: translateY(150%)
    }
    .programPageBody #navLinks > div > a:nth-child(1),
    .infoPageBody #navLinks > div > a:nth-child(1),
    #navLinks > div > a:nth-child(1){
        /*display: none !important;*/
    }
}  
