.greenT {
    color: #7cc42b;
}

.three-box-min-height {
    min-height: 370px;
}

.lightbg {
    background: #f5f5f5;
    color: #333;
}

.greenbg {
    background: #A0E557;
    color: #000;
}

.darkbg {
    background: #333;
    color: #f5f5f5;
}

.darkgreen {
    color:#5d8438;
}

blockquote {
    border-left: 5px solid #A0E557;
}

.spacer40 {
    height: 40px;
}

.spacer60 {
    height: 60px;
}

.spacer120 {
    height: 230px;
}

.partners {
    position: relative;
    background-color:#fff;
    z-index: 100; 
    border-top: 1px solid #a1e462;
}

.tcenter {
    text-align: center;
}

hr.white {
    color: #fff;
}

.opa {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.opa:hover {
    opacity:0.5;
}

.yyj {
     font-size: 288px;
     color: #A0E557;
}

.yyj-pos {
    /*position: absolute;
    bottom:  30px;
    text-align: center;*/

    display: block;
    max-width: 100%;
    position: absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
}

.mobi-visibility {
    display: block;
    background-color: #A0E557;
}

.gogreen {
    display: none;
}

.br-show{
    display: block;
}

.award-style {
    color: white;
    font-size: 28px;
}

.awards-header {
    background-image: url("/img/bjroberts-mobi2.jpg");
    width: 710px;
    height: 756px;
}

.pos-custom {
    position: relative;
    z-index: 220;
}

@media all and (min-width: 921px){
    .br-show{
        display: none;
    }

    .award-style {
        font-size: 38px;
    }

    .awards-header {
        background-image: url("/img/bjroberts.jpg");
        width: 1920px;
        height: 756px;
    }

    .main-logo {
        background-image: url("/img/logo-trans-gree.png");
        width: 388px;
        height: 74px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .gogreen {
        display: block;
        max-width: 100%;
        position: absolute;
        /*background-image: url("https://victoriataxi.com/css/img/gogreen2.png");
        background-size: 112px 110px;
        background-repeat: no-repeat;*/
        width: 112px;
        height: 110px;
        top:30px;
        right:10%;
        transform:translateX(-50%);
        z-index: 100;
    }
}

@media all and (min-width: 993px){

    .mobi-visibility {
        display: none;
    }

}