body, ul, p, h1  {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.m3-text-center {
    text-align: center;
}
.m3-section {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
header {
    background-color: #062f66;
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 1;
    top:0;
}
header .m3-logo {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    padding: 10px;
    overflow: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
main {
    min-height: calc(100vh - 190px);
    padding: 115px 0 20px;
    overflow-x: hidden;
}
.m3-nav_tab_section {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 4;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
}
.m3-nav_tab_section ul {
    list-style-type: none;
}
.m3-nav_tab_section ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 16px;
    margin: 15px -4px 15px 0;
    text-align: center;
    border-right: 1px solid #b2b2b2;
    position: relative;
}
.m3-nav_tab_section ul li:last-child {
    border: 0;
}
.m3-nav_tab_section ul li a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
    padding: 14px 24%;
    position: relative;
}
.m3-nav_tab_section ul li a:hover {
    color: #3299da;
}
.m3-btn {
    background: #3299da;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px;
    width: 140px;
}
.m3-tncMainWrp {
    padding: 30px 0;
    max-width: 720px;
    margin: 0 auto;
}
.m3-tncMainWrp p {
    padding-bottom: 10px;
}
.m3-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding: 30px 0 15px 0;
}
.m3-sub_heading {
    font-size: 20px;
    font-weight: 600;
    color: #0e335f;
    padding: 20px 0;
    position: relative;
}
.m3-sub_headingSumm {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    z-index: 3;
}
.m3-tncMainWrp ul {
    padding-left: 20px;
}
.m3-tncMainWrp ul li {
    padding-bottom: 10px;
}
footer {
    background-color: #222222;
    color: #e0e0e0;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 48px 15px 32px;
}
footer .m3-footer-logo {
    padding-bottom: 15px;
    width: 170px;
    display: inline-block;
}
.m3-errorFooter {
    width: 33.333%;
    padding-bottom: 20px;
}
.m3-copyright {
    border-top: 1px solid #777777;
}
.m3-copyright small {
    padding-top: 15px;
    font-size: 12px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .m3-tncMainWrp {
        padding: 30px 15px;
    }
    footer {
        text-align: center;
    }
    .m3-errorFooter {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .m3-heading {
        font-size: 24px;
        line-height: 28px;
    }
    .m3-sub_heading {
        font-size: 18px;
    }
    .m3-btn {
        width: 80px;
        font-size: 16px;
    }
    .m3-nav_tab_section ul li {
        font-size: 14px;
    }
    .m3-nav_tab_section ul li a {
        padding: 14px 18%;
    }
    .m3-errorCreative img {
        width: 230px;
    }
}