
	/*
    ---------START --------
FOOTER BASICS
    ----------------- */

:root {
    --darkRed: #951a1d;
    --brightRed: #d52327;
    --darkBlue: #006f74;
    --brightBlue: #00a3b4;
    --darkGreen: #575e22;
    --brightGreen: #8c9b28;
    --darkYellow: #9b621c;
    --brightYellow: #d8a739;
    --darkPurple: #662547;
    --brightPurple: #932057;
    --darkOrange: #c14e28;
    --brightOrange: #ec621d;
    --lightgray: #f2f2f2;
    --darkGray: #a3a3a3;
    --black: #2c2c2c;
    --bgMain: #951a1d;
    --bigBorderColor: #2c2c2c;
    /* --accent: (var(brightRed)); */
}

.container-home * {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
} 
.gray-bg {
    background-color: var(--lightgrey);
}

.black-bg {
    background-color: var(--black);
}
.container-home {
    max-width: 50em;
    margin: 0 auto;
}

@media only screen and (max-width: 860px) {
    .container-home {
        max-width: 50em;
        margin: 0 auto;
    }
}



.container-home .h1 {
    padding: 30px 0px;
    padding-bottom: 0;
    padding: 30px 0px;
    margin: 0px;
    font-weight: 600;
}
/*
    ---------END --------
FOOTER BASICS
    ----------------- */


/*
    ---------START--------
    Above the FOOTER area
    Products - Resources - Who We Are
    ----------------- */
.products-and-resources {
    /* padding-top: 60px; */
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
}

.basis25 {
    flex-basis: 25%;
}


.footer-top h3 {
    font-weight: 700;
    font-size: 22px;
}

.products-and-resources .basis50 {
    width: 100%;
}

.footer-top-links a {
    text-decoration: none;
    color: black !important;
    font-size: 20px;
}

.footer-top-links {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-top-links a:hover {
    text-decoration: underline;
    color: black !important;
}

.products-and-resources h3 {
    font-weight: 700;
    font-size: 22px;
}

.products-and-resources {
    display: flex;
}

.products-and-resources .left,
.products-and-resources .right {
    flex-basis: 65%;
    display: flex;
}

.products-and-resources .right {
    flex-basis: 35%;
}


@media only screen and (max-width: 860px) {
    .products-and-resources {
        display: flex;
        flex-direction: column;
        max-width: 580px;
        margin: 0 auto;
    }



    .products-and-resources .left,
    .products-and-resources .right {
        margin-top: 50px;
        width: 100%;
    }

    .products-and-resources .basis50 {
        width: 100%;
    }
}


@media only screen and (max-width: 450px) {
    .products-and-resources .left {
        display: flex;
        flex-direction: column;
    }

    .heading-hide-on-mobile {
        display: none;
    }
}


.products-and-resources .heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tweet-acc a {
    color: #313131 !important;
    text-decoration: none;
    font-weight: 900 !important;
}

.tweet-acc a:hover {
    color: #313131 !important;
    text-decoration: underline;
    font-weight: 900 !important;
}

.tweet-acc p {
    font-size: 17px;
}



@media only screen and (min-width: 861px) and (max-width: 992px) {
    .tweet-acc .leslie{
    font-size: 16px;
}
}
/* 
    ---------END--------
    Above the FOOTER area
    Products - Resources - Who We Are
    ----------------- */

.contr {
    max-width: 1200px;
    margin: 0 auto;
}

.txt-center {
    text-align: center;
}

.margin-for-testing {
    margin-top: 200px;
}


/* 
----------------------------
START -- NEW FOOTER
---------------------------- 
*/



.ft-mk .ft-logo {
    max-width: 340px;
}

.ft-mk p {
    font-size: 17px;
}

.img-resp {
    width: 100%;
    height: auto;
}

.footer-padding {
    padding: 20px 20px 20px 20px;
}

.emulated-flex-gap p {
    font-size: 17px;
}

.emulated-flex-gap {
    --gap: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
}

.emulated-flex-gap div {
    flex-basis: calc(33% - var(--gap));
}

.emulated-flex-gap>* {
    margin: var(--gap) 0 0 var(--gap);
}

@media only screen and (max-width: 625px) {
    .ft-mk {
        justify-content: flex-end;
    }

    .ft-mk .b2 {
        flex-basis: calc(50% - var(--gap)) !important;
    }

    .ft-mk .c1 {
        align-self: flex-end !important;

        flex-basis: 100% !important;
    }
}


@media only screen and (max-width: 500px) {

    .ft-mk .b2 {
        flex-basis: 100% !important;
    }

    .ft-mk .c1 {

        flex-basis: 100% !important;
    }
}

@media only screen and (max-width: 400px) {

    /* take off paddings and margins from middle elements on <400px */
    .footer-notice :not(:first-child):not(:last-child) {
        /* select middle elements with -> :not(:first-child):not(:last-child)  */
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


.footer-notice {
    display: flex;
    flex-wrap: wrap-reverse;
    /* padding: 20px 20px; */
    justify-content: space-between;
    color: rgb(82, 82, 82);
    font-size: 14px;
}

.footer-notice-add {
    padding: 10px 20px;
}

.footer-notice span {
    margin-right: 30px;
    margin: 20px;
}

.footer-notice .light-footer span a {
    color: rgb(82, 82, 82) !important;
    font-weight: 500;
}

.line-ft {
    /* margin: 0 20px;  */
    margin: 0;
    border-top: 1px solid rgb(204, 204, 204);
}

.light-footer {
    background-color: var(--lightgray);
}

.dark-footer {
    background-color: var(--black);
}
.dark-bg{
    background-color: var(--black);
}
.light-bg{
    background-color: var(--lightgray);
}

.light-footer .white-logo {
    display: none;
}

.dark-footer .black-logo {
    display: none;
}

.dark-footer p {
    color: #e9e9e9;
}

.dark-footer .footer-notice {
    color: #bebebe;
}

.dark-footer .footer-notice a {
    color: #bebebe !important;
}

.dark-footer .line-ft {
    /* margin: 0 20px;  */
    border: none;
    border-top: 1px solid rgb(115 115 115);
}

/* 
----------------------------
END -- NEW FOOTER
---------------------------- 
*/
