<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #1e366c;
    font-family: 'Gotham Narrow';
    background: url('/media/pzkf0v01/image_authority_ia_icon_bk.png') no-repeat right top;
    background-size: auto;
}

a {
    color: #1e366c;
}

    a:hover, a:focus {
        color: #5282ae;
    }

    a.button {
        background-color: #1e366c;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin: 5px 0;
        text-decoration: none;
        display: inline-block;
    }
    a.button:hover {
        background-color: #5282ae;
    }
input.btn {
    background-color: #1e366c;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    text-decoration: none;
    display: inline-block;
}

input.btn:hover {
        background-color: #5282ae;
    }

hr.sep {
    color: #ffcf01;
    height: 8px;
    opacity: 1;
}
.simplepage {
    padding: 20px 20px 100px 20px;
}
.simplepage h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
}

.simplepage p {
    font-size: 1.4em;
    margin: 20px 0;
}

    .simplepage p strong {
        font-size: 1.5em;
        font-weight: 600;

    }

.header {
    border: none;
}

    .header .logo {
        margin: 0 auto;
    }

    .header .logo img {
        width: 100%;
        height: 100%;
    }

    .header .top {
        height: 49px;
        border: none;
        background-image: url('/media/fhcjgi1s/yellowblock.png');
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
        background-color: #1e366c;
        background-size: auto;
    }
    .header .bottom {
        padding: 30px 0;
    }


.main-nav {
    border: none;
    padding-top: 20px;
}


        .main-nav ul li a {
            font-weight: 600;
            color: #1e366c;
            padding: 14px 16px;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 1.5rem;
            white-space: nowrap;
        }

                .main-nav ul li a:hover {
                    color: #5282ae;
                }

            .main-nav .nav-link:focus, .nav-link:hover {
                color: #5282ae;
            }

        .main-nav .dropdown-item {
            text-transform: none;
            font-weight: 500;
            white-space: nowrap;
            padding: 5px 20px;
        }

    .main-nav .navbar-nav {
        flex-wrap: wrap;
        flex-direction: row;
    }
        .main-nav .navbar-nav .nav-link {
            padding-left: 1.5rem;
        }
        @media (max-width: 768px) {
            .main-nav .navbar-nav .nav-link {
                padding-left: 0;
                padding-right: 0;
            }
        }
    .main-nav .navbar-collapse {
        flex-grow: 0;
        display: flex;
        flex-basis: auto;
    }

    @media (max-width: 768px) {
        .main-nav .navbar-nav {
            flex-wrap: nowrap;
            flex-direction: column;
        }
        .main-nav .navbar-collapse {
            flex-grow: 0;
            display: flex;
            flex-basis: 100%;
            justify-content: flex-start;
        }
    }

    @media (min-width: 992px) {
        .navbar-expand-lg {
            flex-wrap: nowrap;
            justify-content: flex-end;
        }
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-left: 1.5rem;
            }
            .navbar-expand-lg .navbar-nav .dropdown-menu {
                padding: 0;
                margin: 0;
                box-shadow: rgba(0,0,0,.2) 5px 5px 5px;
                border-radius: 0;
            }
    }

    .dropdown-item:active, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef;
    }

    /* make dropdown on hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* remove the gap so it doesn't close */
    }

.homepage .glide .glide__slide img {
    width: 100%;
    
}

.homepage .copy {
    padding: 20px 120px;
}

@media (max-width: 992px) {
    .homepage .copy {
        padding: 20px 0;
    }
}
    .homepage .copy h1 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2rem;
    }

    .homepage .copy p {
        font-size: 1.6em;
        margin: 20px 0;
    }

.homepage hr {
    color: #ffcf01;
    height: 8px;
    opacity: 1;
}

.homepage .our-process {
    margin-bottom: 50px;
}
    .homepage .our-process .circles {
        padding: 0 100px;
    }

    @media (max-width: 992px) {
        .homepage .our-process .circles {
            padding: 0;
        }
    }

    .homepage .our-process h2 {
        font-weight: 600;
        text-transform: uppercase;
        margin: 20px 0;
    }
    .homepage .our-process .round-cta {
        text-align: center;
    }

        .homepage .our-process .round-cta a {
            font-weight: 700;
            text-transform: uppercase;
            margin: 20px 0;
            text-decoration: none;
            color: inherit;
            display: inline-block;
        }
            .homepage .our-process .round-cta a img {
                background-color: #1e366c;
                height: 200px;
                width: 200px;
                display: block;
                border-radius: 50%;
                padding: 10px;
                margin: 0 auto;
            }

            .homepage .our-process .round-cta a span {
                padding: 20px 0;
                display: block;
                font-size: 1.6rem;
            }
            .homepage .our-process .round-cta a:hover {
                color: #5282ae;
            }
                .homepage .our-process .round-cta a:hover img {
                    background-color: #5282ae;
                }

footer {
    background-color: #1e366c;
    border: none;
    color: #cccccc;
    padding-top: 20px;
}

    footer a {
        color: #cccccc;
        text-decoration: none;
    }

    footer .footer-link {
        margin: 5px 10px;
    }
    
    footer .footer-link:first-child {
        margin-left: 0;
    }

    footer .footer-logo {
        max-height: 50px;
        float: right
    }

    footer .footer-linkedin {
        color: white;
        border: solid white;
        padding-left: 40px;
        border-width: 0 0 0 1px;
        line-height: 2rem;
        display: inline-block;
    }

        footer .footer-linkedin i {
            font-size: 2rem;
            margin: 0 5px;
            color: white;
        }
    footer .copyright {
        font-size: small;
    }

    @media (max-width: 992px) {
        footer .right-side {
            margin: 20px 0;
        }
    }

.meet-the-team {

}

.meet-the-team .team-member-container {
    
}
    .meet-the-team .team-member-container .team-member {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 5px #ccc;
    }

    .meet-the-team .team-member-container .team-member .team-member-name {
        text-transform: uppercase;
        font-weight: 600;
        color: #1e366c;
        margin: 0;
    }
    .meet-the-team .team-member-container .team-member .team-member-position {
        color: #5282ae;
        margin: 0;
    }

    .meet-the-team .team-member-container .team-member .team-member-copy {
        margin: 0;
        font-size: 1.2rem;
    }

    .meet-the-team .team-member-container .team-member .team-member-picture {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        border: solid 1px;
        max-height: 150px;
    }

.wws {
    margin: 20px 0;
}
    .wws .wws-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 250px;
        justify-content: center;
        cursor: pointer;
        margin-bottom: 25px;
    }
        .wws .wws-item .wws-item-filter {
            width: 100%;
            height: 100%;
            display: block;
            background-color: rgba(123, 150, 184, .5);
            position: absolute;
            mix-blend-mode: multiply;
            transition: background-color .5s ease-in-out;
        }

        .wws .wws-item.active .wws-item-filter {
            background-color: rgba(220, 178, 6, .5);
        }

        .wws .wws-item .wws-item-icon {
            max-height: 120px;
            z-index: 1;
            margin: 0 auto;
        }
        .wws .wws-item .wws-item-icon img {
            max-height: 100%;
            max-width: 100%;
        }
        .wws .wws-item .wws-item-title {
            text-align: center;
            color: white;
            font-weight:600;
            text-transform: uppercase;
            font-size: 1.6rem;
            z-index: 1;
        }

        .wws .wws-item .learn-more {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0,0,0,.2)
        }

        .wws .wws-item .learn-more a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 10px 20px;
            text-align: center;
            text-transform: uppercase;
        }
    .wws .desc-container .box {
        padding: 20px;
        margin-bottom: 25px;
        background-color: #FEF4D6;
        border: none;
    }
        .wws .desc-container .box h2 {
            display: inline-block;
            margin: 0 20px 0 0;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .wws .desc-container .box span {
            margin: 0;
            font-size: 1.4rem;
        }

.res {
    margin: 20px 0;
}
    .res .res-item {
        text-align: center;
        margin-bottom: 20px;
    }
        .res .res-item .img {
            height: 250px;
            position: relative;
        }
            .res .res-item .img img {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
            }
        .res .res-item .res-item-title {
            padding: 10px;
            font-weight: 500;
        }
        .res .res-item .res-item-download a {
            font-size: 1rem;
            color: #5282ae;
            text-decoration: none;
        }</pre></body></html>