.ibmd{display:inline-block;vertical-align:middle}.clear{clear:both}.f10{font-size:10px}.f11{font-size:11px}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f15{font-size:15px}.f16{font-size:16px}.f17{font-size:17px}.f18{font-size:18px}.f19{font-size:19px}.f20{font-size:20px}.f21{font-size:21px}.f22{font-size:22px}.f23{font-size:23px}.f24{font-size:24px}.f25{font-size:25px}.f26{font-size:26px}.f27{font-size:27px}.f28{font-size:28px}.f29{font-size:29px}.f30{font-size:30px}.f35{font-size:35px}.f40{font-size:40px}.f45{font-size:45px}.f50{font-size:50px}.f60{font-size:60px}.lh18{line-height:18px}.lh20{line-height:20px}.lh22{line-height:22px}.lh24{line-height:24px}.lh26{line-height:26px}.lh28{line-height:28px}.lh30{line-height:30px}.lh35{line-height:35px}.lh40{line-height:40px}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fwbold{font-weight:bold}.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}.static{position:static}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-move{cursor:move}.cursor-progress{cursor:progress}

.f55 {
    font-size: 55px !important;
}
.f60 {
    font-size: 60px;
}
.f33 {
    font-size: 33px !important;
}
.f32 {
    font-size: 32px !important;
}
.fw200 {
    font-weight: 200
}
.lh38 {
    line-height: 38px
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .f-xs-25 {
        font-size: 25px !important;
    }
    .f-xs-30 {
        font-size: 30px;
    }
    .f-xs-18 {
        font-size: 18px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .f-sm-30 {
        font-size: 30px;
    }
    .f-sm-35 {
        font-size: 35px;
    } 
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .f-md-35 {
        font-size: 35px;
    }
    .f-md-40 {
        font-size: 40px;
    } 
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .f-lg-45 {
        font-size: 45px;
    }
    .f-lg-50 {
        font-size: 50px;
    } 
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .f-xl-55 {
        font-size: 55px;
    }
    .f-xl-60 {
        font-size: 60px;
    }
}