<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f8f9f9;
}

#agent_wrapper {
    margin-top: 75px;
}

#agents-header {
    height: 100px;
    background-color: rgba(0,59,92,1);
}

#agents-header h1 {
    color: rgba(126,204,238,1);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: auto 0 auto 10%;
    vertical-align: middle;
    line-height: 100px;
    height: fit-content;
}

#agents-content {
    margin: 50px 0 70px 0;
}

#agent-tools .row h3,
#agent-pabf .row h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
}

.agent-subtitle:after {
    border-bottom: solid;
    border-width: 4px;
    border-color: rgba(126,204,238,1);
    content: '';
    display: block;
    width: 100%;
    margin: 10px 0px 25px 0
}

#agent-tools {
    margin: 0 10%;
}

#agent-pabf {
    margin: 100px 10% 0 10%;
}

#tools-section {
    font-size: 60px;
    margin: 0px auto;
    text-align: center;
    /*justify-content: center;*/
}

.agent-tool-icon {
    background: rgba(0,59,92,1);
    border-radius: 50%;
    height: 110px;
    width: 110px;
    text-align: center;
    vertical-align: middle;
    line-height: 110px;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tools-container:hover &gt; .tools-content-wrapper &gt; .agent-tool-icon {
    background-color: #8ddeee;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tools-container {
    height: 175px;
    width: 200px;
    padding: 0!important;
    text-decoration: none;
    color: rgba(0,59,92,1);
}

.tools-container:hover {
    text-decoration: none;
    color: rgba(0,59,92,1);
}

.tools-content-wrapper {
    margin: 25px 12px;
}

.row2 {
    margin-top: 25px;
}

.tools-text {
    font-size: 19px; 
    color: #333333;
    margin: 15px 0 0 0!important;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.bounce1 {
    animation-duration: 900ms;
}

.bounce2 {
    animation-duration: 1100ms;
}

.bounce3 {
    animation-duration: 1300ms;
}

.bounce4 {
    animation-duration: 1500ms;
}

#agent-pabf .row .col-12 p a {
    color: #003b5c;
}

#agent-dropdown-row {
    margin-top: 20px;
}

#agentFormsBtn:hover {
    cursor: pointer;
}

.q-btn {
    background-color: #003b5c;
    color: white;
    padding: 15px 20px;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

.q-btn:hover {
    color: white;
    background-color: #8ddeee;
}

.login-card {
    background-color: rgba(0,59,92,1);
    height: 100%;
    padding: 30px 50px 50px 50px;
    margin-right: 65px;
}

#loginHeader h2{
    color: white;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.loginFormGroup {
    width: 75%;
}

#loginHeader:after {
    border-bottom: solid;
    border-width: 4px;
    border-color: rgba(126,204,238,1);
    content: '';
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 28px;
}

#loginFormWrapper {
    padding-left: 20px;
    margin-top: 25px;
}

.loginLink {
    color: white;
    font-size: 15px;
}

.loginLink:hover {
    text-decoration: underline;
    color: white;
}

#loginLinkWrapper {
    margin-top: 17px;
    margin-left: 20px;
}

.r-btn.login {
    background-color: #8ddeee;
    border-color: #8ddeee;
    border-width: 1px;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-shadow: 3px 3px 3px #9999;
    font-size: 1rem;
    border-radius: .25rem;
    margin-top: 20px;
}

.r-btn.login:hover {
    background-color: rgb(141,222,238, 0.85);
}

.agentLoginLabel {
    color: white !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.loginFormGroup {
    width: 70%;
}


@media only screen and (max-width: 1600px) {
    .loginFormGroup {
        width: 85%;
    }
}

@media only screen and (max-width: 1470px) {
    .row2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    #agentToolsContainer {
        margin-top: 70px;
        padding: 0;
    }

    #agent-pabf {
        margin-top: 70px;
    }

    .login-card {
        margin-right: 0;
    }

    #loginFormCol {
        margin: auto;
    }
}


</pre></body></html>