/* -------------------------------------------------------------------------- */
.gradient_bg {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
.gradient_bg > .gradient_bg {
    background: transparent !important;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype].big_h {
    -webkit-box-shadow: 0 12px 12px 0px rgba(38,50,56, 0.15);
    -moz-box-shadow:    0 12px 12px 0px rgba(38,50,56, 0.15);
    box-shadow:         0 12px 12px 0px rgba(38,50,56, 0.15);
}
div[otype].big_h div[otype=header] > img {
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
}
div[otype].big_h div[otype=header] > div > *:first-child {
    font-size: 40px;
}
@media only screen and (max-width: 499px) {
    div[otype].big_h div[otype=header] > div > *:first-child {
        font-size: 32px;
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    #cid22 h3 ,
    #cid406 h3 {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 424px) {
    #cid22 h3 ,
    #cid406 h3 {
        padding: 12px 40px;
        font-size: 32px;
        line-height: 30px;
    }
}
/* -------------------------------------------------------------------------- */
.cvu_submit > span {
    font-weight: 300;
}
/* -------------------------------------------------------------------------- */
