:root{
    --cream: #F5F8FA;
    --click-blue: #0B2572;
    --dark-gray: #979797;
    --light-blue: #F5F8FA;
    --content-background: #F7F6F3;
    --dark-blue: #0B2572;
    --near-black: #15150F;
}
@font-face{
    font-family: "Roboto";
    src: url('https://llp-assets.meetsoci.com/live/assets/americasbestsites/location/fonts/Roboto-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "Roboto";
    src: url('https://llp-assets.meetsoci.com/live/assets/americasbestsites/location/fonts/Roboto-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "Roboto";
    src: url('https://llp-assets.meetsoci.com/live/assets/americasbestsites/location/fonts/Roboto-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
*{margin: 0;padding: 0;box-sizing: border-box;}
html{
    font-family: 'Outfit',sans-serif;
    font-size: 16px;
    color: var(--near-black);
    background-color: #fff;
    line-height: 150%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
a{transition: all 0.3s ease;}
.pic{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.pseudo-h1, h1, h2:not(footer h2), h3:not(.quick-links h3, footer h3), .current-page {
    color: #0B2572;
}

.current-page {
    font-weight: 700;
}

nav ul {
    display: flex;
}
.page-wrapper-sm{width:100%;margin: 0 auto;}
.page-wrapper{width: 90%;margin: 0 auto;}
.page-wrapper, .page-wrapper-sm{max-width: 1340px;}

@media (max-width: 1360px){
    .page-wrapper-sm{padding: 0 100px;}
}
@media (min-width:769px) and (max-width: 992px){
    .page-wrapper-sm{padding: 0 32px;}
}
@media (max-width: 768px){
    .page-wrapper-sm{padding: 0 16px;
        flex-wrap: wrap;
    }
    header a img {
        height: 24px;
        width: auto;
    }
}
@media(max-width: 820px){html{font-size: 14px;}}
@media(max-width: 480px){html{font-size: 12px;}}