body, html {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #55565a;
}
.page-content {
    padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .page-content {
        padding-top: 135px;
        padding-bottom: 0;
    }
}
.pc-border {
    border-color: #7f9333;
}
section:not(.mktb-standard) {
    padding: 40px 0;
}

#mkt-banner {
    margin-top: -21px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mktb-standard .mktb-mobile-bk {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mktb-standard .mktb-bk {
    display: none;
}
.mktb-standard .container {
    position: relative;
    height: auto;
    margin-top: -400px;
}
.mktb-standard .mktbs-call-out {
    background-color: #fff;
    margin: 250px 15px 0;
    padding: 32px 15px 30px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.mktb-standard .mktbs-call-out .mktbs-title {
    color: #000;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    margin: 0 0 20px;
    display: block;
}
.mktb-standard .mktbs-call-out p {
    color: #000;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 23px;
}

a.btn-pp {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 7px 18px;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: all .25s;
    transition: all .25s;
}
a.btn-pp:hover {
    background-color: #fff;
}
.dark-text a.btn-pp {
    color: #000;
}


@media only screen and (min-width:768px) {
    .mktb-standard .mktb-mobile-bk {
        display: none;
    }
    .mktb-standard .mktb-bk {
        display: block;
        width: 100%;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mktb-standard .container {
        position: relative;
        height: 400px;
        margin-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .mktb-standard .mktbs-call-out {
        background-color: rgba(255,255,255,.90);
        width: 55%;
        margin: 0 0 0 15px;
        position: absolute;
        padding: 20px 20px 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mktb-standard .mktbs-call-out .mktbs-title {
        margin: 0 0 20px;
    }
}

@media only screen and (min-width:992px) {
    #mkt-banner {
        margin-top: -14px;
    }
    .mktb-standard .mktbs-call-out {
        width: 45%;
        top: 47%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:1200px) {
    .mktb-standard .mktbs-call-out {
        width: 40%;
    }
}