.masthead-fixed .site-main {
    margin-top: 20px !important;
}
.page-template-page--bus-campaign{
    background: url('../images/gus-the-bus/body-bg-snippet.jpg');
}

.page-template-page--bus-campaign h1{
    width: 100%;
    box-sizing: border-box;
    padding-top: 29vw;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    margin: 0;
    font-size: 3.5em;
    position: relative;
    z-index: 2;
}
.page-template-page--bus-campaign h1:before{
    content: '';
    width: 100%;
    box-sizing: border-box;
    background: url('../images/gus-the-bus/header-image.png') no-repeat;
    background-size: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 40vw;
    min-height: 400px;
    z-index: -1;
}
.page-template-page--bus-campaign .content-area {
    padding-top: 2vw;
    margin-top: 10px;
}
.page-template-page--bus-campaign #page #content {
    max-width: 1200px;
    width: 85%;
    margin: auto;
    background: url('../images/gus-the-bus/paper-lines.jpg');
    position: relative;
    z-index: 5;
}
p{
    line-height: 1.6;
    color: #000;
    margin-top: 10px;
}
.page-template-page--bus-campaign #page .entry-content{
    padding: 20px 50px;
    width: 100%;
    margin: 0;
    max-width: none;
    box-sizing: border-box;
    font-family: 'Roboto';
}
.page-template-page--bus-campaign #page #content:before{
    content: '';
    background: url('../images/gus-the-bus/paper-top.png') repeat-x;
    width: 100%;
    background-position-x: center;
    position: absolute;
    top: -29px;
    left: 0px;
    height: 30px;
}
.page-template-page--bus-campaign h1, .page-template-page--bus-campaign h2, *.cursive{
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: normal;
}
.page-template-page--bus-campaign h2 {
    font-size: 2.4em;
    padding-top: 19px;
}

.page-template-page--bus-campaign .span6{
    width: 49%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.padded-content{
    padding: 10px 0px;
}
.page-template-page--bus-campaign #donation-stats{
    background: #f1b132;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5% 40px;
    text-align: center;
}
.page-template-page--bus .image-callout-row.thirds img {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    padding: 20px;
}
.call-out-text.cursive {
    font-size: 26px;
    color: #009edc;
    padding: 20px 10px;
}
.signature {
    color: #009edc;
    font-size: 48px;
    line-height: 1;
}

#donation-stats h2{
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}
#donation-visual-progression, .donation-progress{
    height: 45px;
    border-radius: 5px;
    background-position: left center;
}

#donation-visual-progression {
    width: 90%;
    position: relative;
    margin-top: 60px;
    margin-bottom: 9em;
    background: url('../images/gus-the-bus/road-grey.png') repeat-x;
}
.donation-progress{
    width: 20%;
    background: url('../images/gus-the-bus/road-black.png') repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
.donation-progress-icon, .donation-start-icon, .current-donation-stats{
    position: absolute;
    bottom: 0;
}
.donation-progress-icon img{
    margin-left: -50%;
}
.donation-start-icon{
    left: 2%;
}
.donation-goal-icon {
    position: absolute;
    bottom: 0;
    right: -10%;
}
a.btn-donate-blue {
    color: #FFF;
    background: #009edc;
    padding: 10px 25px;
    font-size: 26px;
    text-transform: uppercase;
}
.start-donation:hover{
    cursor: pointer;
}
.current-donation-stats {
    top: 100%;
}
#donation-form{
    padding: 30px 10vw;
    display: none;
}
#donation-form.open{
    display: block;
}
.current-donation-stats p{
    margin: 0;
    text-align: center;
}
.current-donation-stats .inner-wrap{
    margin-left: -70%;
    padding-top: 20px;
}
.current-donation-stats .donation-earnings{
    color: #FFF !important;
    font-weight: bold;
    font-size: 1.8em;
}
.current-donation-stats .heading{
    color: #000;
    font-size: 1.5em;
}
.width-one4th, .width-three4ths, .thirds img, .halfs img{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}
.width-one4th{
    width: 24.5%;
}
.width-three4ths{
    width: 74.5%;
}
.halfs, .thirds{
    text-align: center;
}
.halfs img{
    padding:10px 10%;
    width: 49.5%;
}

.thirds img{
    width: 32.5%;
    padding: 20px;
    max-width: 300px;
}
label#give-gateway-option-paypal:after {
    content: "Credit Card";
    background: white;
    padding: 0 10px;
    margin-left: -45px;
}
.page-template-page--donation-landing #content img {
    max-width: 100%;
}

.page-template-page--donation-landing #content{
    padding: 20px 50px;
    font-size: 16px;
    color: #000;
}
.page-template-page--donation-landing .slide-title{
    color: #009edc;
    font-size: 20px;
    font-weight: bold;
}
.page-template-page--donation-landing .big-text{
    font-size:2.4em;
    padding-top: 19px;
    color: #009edc;
}
.page-template-page--donation-landing .boxed-footer-content {
       text-align: center;
       padding: 15px 20px;
       background-color: #009edc;
   }
.page-template-page--donation-landing .boxed-footer-content *{
        color: #FFF !important;
        margin: 5px;
        line-height: 1.5;
        font-size: 24px;
    }
.page-template-page--donation-landing .boxed-footer-content h3{
        font-size: 30px;
    }
.page-template-page--donation-landing .give-form-title{
        display: none;
    }
.page-template-page--donation-landing h1{
        color: #009edc !important;
        padding-top: 5px;
        font-size: 3.1em;
        text-align: left;
    }
.video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
.video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

@media all and (max-width:600px){
    .width-one4th, .width-three4ths, .thirds img, .halfs img, .page-template-page--bus-campaign .span6{
        width: 100%;
    }
    .donation-progress-icon img {
        margin-left: -150%;
    }
    .page-template-page--bus-campaign h1{
        font-size: 2.6em;
    }
    .page-template-page--bus-campaign h2 {
        font-size: 2.2em;
        padding-top: 19px;
    }
    .no-mobile{
        display: none;
    }
}