﻿
footer {
    width: 1440px;
    margin: 0 auto;
    margin-top: 100px;
}

#talk_to_pro {
    background-image: url('../images/incnow_footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 260px;
    height: 180px;
    margin-bottom: 40px;
}

#talk_to_pro p {
    color: var(--secondary-black-color);
    font-size: 28px;
/*    font-family: 'Roboto';*/
}

/* ================================================================================== */
/* == Footer ======================================================================== */
/* ================================================================================== */
.four, .row .four {
    width: 33.33333%;
}

.columns {
    float: left;
    min-height: 1px;
    padding: 0 16px;
    position: relative;
}

.row {
    width: 1032px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/*footer *, footer *:before, footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.row:before, .row:after {
    content: "";
    display: table;
}

/*footer div, footer ul, footer li, footer h1, footer a, footer h3, footer h4, footer p {
    margin: 0;
    padding: 0;
}*/

.block:last-child {
    position: relative;
}

#rights a {
    color: var(--secondary-black-color);
    text-decoration: none;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
}

#rights a:hover {
    color: var(--main-blue-color);
    text-decoration: underline;
}

/*footer { clear: both; background: url(..//images/footer-shadow.jpg) no-repeat top center; padding-top: 25px; position:relative; margin-top: -445px}*/
footer hr { clear: both; height: 1px; border: none; background: #CACACA; margin-bottom: 15px; width: 990px }
footer p {margin:0;}
footer .block ul { width: 210px}
footer .block:last-child { width: 270px}
footer li {list-style: none;}
footer a {text-decoration: none;}
footer #info { padding-bottom: 30px; height: 345px; position:relative; }
footer #info h3 { /*font-family: 'Roboto';*/ font-weight: normal; color: #303874; font-size: 28px; margin-bottom: 15px; }
footer #info h3 a { color: #303874; }
footer #info #social { width: 255px; }
footer #info #social li { display:inline-block; margin: 0 15px 10px 0; }
footer #info #social li a { width: 32px; height: 32px; display: block; text-indent: 0; }
footer #info #social li #email_incnow { background: url(..//images/social-email.png); }
footer #info #social li #facebook { background: url(..//images/social-facebook.png); }
footer #info #social li #twitter { background: url(..//images/social-twitter.png); }
footer #info #social li #youtube { background: url(..//images/social-youtube.png); }

footer #info .block h4 { font-size: 18px; margin-bottom: 5px; color: black/*#ed7804*/; /*font-family: "Roboto", sans-serif;*/ font-weight: 600}
footer #info .block ul { font-size: 13px; margin-bottom:20px;}
footer #info .block ul li { margin-bottom: 3px; }
footer #info .block ul li a { color: var(--secondary-black-color); }
footer #info .block ul li a:hover { color: var(--main-blue-color); text-decoration: underline }
footer #info #srg { float:left; margin:0 20px 10px 0;}
footer #info #mcafee {float:left;margin-top:5px;}

footer #rights {
    height: 75px;
    position: relative;
    padding: 17px 0 17px 0;
    background: #F7F7F7;
    font-family: Arial, sans-serif;
    color: black;
    line-height: 1.4em;
    border-top: 1px solid #E1E1E1;
    font-size: 11px;
    text-align:center
    /*-webkit-box-shadow: inset 0 10px 10px -3px #000;
    box-shadow: inset 0 5px 10px -3px #000;*/
}

#rights p span {
    font-weight: 700
}

#rights_p3 {
    margin-top: 15px
}


.foot-logos {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: end;
    justify-content: start;
    column-gap: 5px;
    row-gap: 5px;
    margin-top: 14px;
}

    .foot-logos .logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foot-logos img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
    }

/* individual sizing to match visual weight in screenshot */
.logo-bcorp img {
    width: 50px;
}

.logo-bfw img {
    width: 50px;
}

.logo-governance img {
    width: 75px;
}

.logo-bbb img {
    width: 80px;
}

#ul_social_icons {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 1050px) {
    /*footer [class*="block"]:last-child { width: 10%; }
    footer [class*="block"] + [class*="two "] ul { width: 120px; }*/
}

/*@media only screen and (max-width: 767px) {
    body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%;  min-width: 0; 
           margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    .row { width: auto; margin-left: 0; margin-right: 0; }
    footer #info { height: 310px; }
    footer #rights { height: 30%; }
    footer #rights p { width: 90%; }
    footer [class*="block"]:last-child { width: 27%; }
    .column, .columns { width: auto !important; float: none; }
    [class*="block"]:last-child { float: left; position: relative; }
}*/

@media only screen and (max-width: 540px) {
    /*footer #rights p { width: 64%; }*/
}

#all_icons {
   /* float: right*/
}

#ul_social_icons li{
    display: inline-block
}

#ul_social_icons i {
    font-size: 25px;
    color: var(--third-gray-color);
}

    #ul_social_icons i:hover {
        font-size: 25px;
        color: var(--secondary-black-color);
    }

@media only screen and (max-width: 400px) {
    footer #rights {
        height: 30%;
    }
    footer #rights p {
        width: 95%;
    }
    .column, .columns {
        width: auto;
        float: none;
    }

    footer {
        width: 332px;
        margin-top: 40px;
    }

    footer #info {
        height: 520px;
    }

    #talk_to_pro{
        padding: 0px 33px;
        align-items: start
    }

    #talk_to_pro p {
        padding-top: 50px;
        font-size: 20px;
    }

    #resources {
        width: 325px
    }

    #resources div {
        display: inline-block;
/*        vertical-align: top;*/
    }

    footer .block ul {
        width: 142px;
    }

    footer #info .block h4 {
        width: 142px;
    }

    .columns {
        padding: 0 8px;
    }

/*    .all_icons {
        padding-left: 10px
    }*/

    footer .block:last-child {
        width: unset
    }

    .foot-logos {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        align-items: center;
        column-gap: 4px;
        row-gap: 4px;
        margin-top: 12px;
    }

    .logo-bcorp img {
        width: 30px;
    }

    .logo-bfw img {
        width: 30px;
    }

    .logo-governance img {
        width: 40px;
    }

    .logo-bbb img {
        width: 30px;
    }

    #ul_social_icons {
        display: flex;
        gap: 5px;
    }

    footer #info #srg {
        margin: 0 0 10px 0;
    }
}