html{scroll-behavior:smooth}#agent-navbar{background-color:#fff;box-sizing:border-box;height:auto;padding:1rem;width:100%}#nav-box{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin:0 auto;max-width:1080px}#agent-nav-logo{height:auto;max-width:250px}.nav-links{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.nav-links a{bottom:0;color:#414141;display:inline-block;font-weight:700;margin:.25rem 1rem;position:relative;transition:all .2s ease}.nav-links a:hover{border-bottom:3px solid #547386;bottom:2px}.nav-links i{color:#547386}.nav-cta{background:#fff;border:solid #547386;border-radius:4px;border-width:2px 2px 4px;bottom:0;color:#547386!important;display:block;font-size:1rem;font-weight:800;padding:.5rem 1rem;position:relative;transition:all .2s ease}.nav-cta:hover{bottom:2px}@media only screen and (max-width:768px){#nav-box{flex-wrap:no-wrap}.nav-links{display:none}}