﻿html {
    overflow-x: hidden;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding: 0px !important;
}

.mkp_headlg {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 33px;
    color: #000000;
    padding-top: 40px;
}

.mkp_head {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    color: #000000;
    padding-top: 40px;
}

.mainpad {
    padding-left: 90px;
    padding-right: 90px;
}

.mkp_mattter {
    font-family: 'Gotham Book';
    font-style: normal;
    font-size: 17px;
    line-height: 25px;   
}

.mkp_mattteritalic {
    font-family: 'Gotham Book';
    font-style: italic;
    font-size: 17px;
    line-height: 25px;
}
.mkp_matttersmall {
    font-family: 'Gotham Book';
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}
.mkp_subhead {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

.mkp_subhead2 {
    font-family: 'Gotham Book';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}


.mkp_subhead2Italic {
    font-family: 'Gotham Book';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    font-style: italic;
}


.mkp_mattterfullbold {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-size: 17.5px;
    line-height: 25px;
}

.mkp_mattterbold {
    font-family: 'Gotham Book';
    font-weight: bold;
    font-style: normal;
    font-size: 17.5px;
    line-height: 25px;
    color:black;
}

.mkp_subheadItalic {
    font-family: 'Gotham Bold';
    font-style: italic;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

.padtop15 {
    padding-top: 15px;
}

.padtop25 {
    padding-top: 25px;
}

.padtop30 {
    padding-top: 30px;
}

.padtop40 {
    padding-top: 40px;
}

.padtop50 {
    padding-top: 50px;
}
@media (max-width: 768px) {
    .mainpad {
        padding-left: 35px;
        padding-right: 35px;
    }
    .mkp_headlg {
        font-size: 33px;
    }
    .mkp_head {
        font-size: 28px;
    }

    .mkp_mattter {
        font-size: 15px;
    }

    .mkp_mattteritalic {
        font-size: 15px;
    }
    .mkp_matttersmall {
        font-size: 12px;
    }
    .mkp_subhead {
        font-size: 16px;
    }

    .mkp_subhead2 {
        font-size: 16px;
    }


    .mkp_subhead2Italic {
        font-size: 16px;
    }


    .mkp_mattterfullbold {
        font-size: 15.5px;
    }

    .mkp_mattterbold {
        font-size: 15.5px;
    }

    .mkp_subheadItalic {
        font-size: 16px;
    }
}