@charset "utf-8";
/* CSS Document */
#topnav{display:none;}#search {display:none;}#menu-icon {display:none;}#footer-sub {display:none;}#footer-bottom {display:none;}

h1, h2, h3, h4, h5, h6, p, body, a {
    font-family: "Gotham A", "Gotham B",'Raleway', sans-serif !important;
    font-style: normal;
    font-weight: 400;
}
body {
    font-size: 1rem;
    line-height: 1.5;
    color: #212529 !important;
    text-align: left;
}

@media print {
    html, body, a{
        color: #000 !important;
    }
}