/* GENERAL */

html, body {
    margin: 0;
    padding: 0;
}

.text-green {
    color: #46C3B2;
}


/* MAIN NAV */

.dtc-nav {
    position: fixed;
    display: block;
    height: 71px;
    width: 100%;
    background-color: #46C3B2;
    z-index: 5;
}

.dtc-nav .nav-content {
    display: flex;
    margin: auto;
    max-width: 1200px;
    padding-left: 2rem;
    height: 100%;
    justify-content: end;
}

.dtc-nav .brand {
    margin-right: auto;
}

.dtc-nav .brand img {
    height: 100%;
    width: 337px;
    filter: invert(98%) sepia(60%) saturate(0%) hue-rotate(245deg) brightness(108%) contrast(100%);
}


/* PAGE CONTENT */

.content {
    width: 100%;
    min-height: 75vh;
    padding-top: 71px;
    background-color: #f7fcfc;
}


/* FOOTER */

.base-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #ffffff;
    padding: 3rem 0
}

.base-footer .footer-content {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
}


.footer-content .header {
    color: #46C3B2;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.footer-content .agent-info {
    width: 50%;
    min-width: 350px;
}

.footer-content .agent-info p.header {
    font-weight: 700;
}

.footer-content .agent-info p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.footer-content .agent-info p.bold {
    font-weight: 500;
}

.footer-content .symmetry-info {
    width: 50%;
    min-width: 350px;
}

.footer-content .symmetry-images {
    display: flex;
}

.footer-content .symmetry-images .quility-logo {
    width: 60%;
}

.footer-content .symmetry-images .bbb-logo {
    width: 20%;
    margin-left: auto;
}

.base-footer .legal-content {
    width: 100%;
    padding: 2rem 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.base-footer .legal-content a {
    color: #46C3B2;
}

.base-footer .legal-content a:hover {
    color: #46C3B2;
}