body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 900;
}

.hlight {
    font-weight: normal !important;
}

.bg-gray {
    background: rgb(241, 240, 240);
}

.bg-gray-fade {
    background: rgb(226,226,226);
    background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 100%);
}

.btn {
    height: 45px !important;
    padding: 0px 30px !important;
}

.btn-clean, .btn-clean:hover {
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
    text-decoration: none;
    border: none !important;
}

.btn-primary {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    width: 100%;
}

.info-text {
    font-size: .75rem;
}

.nav-bold {
    font-weight: bold;
    color: black !important;
}

.headerpd {
    padding-top: 100px;
}

.footer {
    margin-top: 50px;
    padding: 50px 0px 150px 0px;
}

#pdftitle {
    font-size: 60px;
    font-weight: 700;
}

#clients {
    padding: 60px 0
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px
}

.ia-logo {
    margin: 2rem 0 2rem 0;
}

.header-logo {
    margin: -1.5rem 0 0 2rem;
}

.header-spacer {
    margin: 1rem 2rem;
}

#clients img {
    transition: all 0.4s ease-in-out
}

.table-smallfont {
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 600px) {

    .headerpd {
        padding-top: 25px;
    }

    .mobs {
        padding: 0px 75px 0px 75px;
    }

    .header-logo {
        margin: 0;
    }
}