﻿/*OVERWRITE HOME CSS*/

img {
    width: auto;
}

.button, button {
    width: auto;
}

.container.template2-container {
    margin-bottom: 7em;
    padding: 0;
    padding-top: 50px;
}

.template2-card {
    box-shadow: 0px 0px 20px 5px #ccc;
}
.template2-card ul{
    margin-bottom: 2em;
    font-size: 18px;
    padding-left: 1em;
}
.template2-card ul li{
    margin-bottom: 0.5em;
}

/*CALCULATOR*/

.bcg-homepage {
    position: relative;
}

.sitefooter_homepage {
    transform: translate3d(0, 0, 0);
    position: absolute;
    z-index: 999;
}

.cal-container {
    margin-top: 0;
    margin-bottom: 6em;
    padding-top: 0;
}

#calheadname {
    font-size: 1.5em;
    padding-top: 13px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .cal-container {
        margin-bottom: 0;
        padding-bottom: 10em;
    }

    #calheadname {
        padding-top: 3em;
    }

    .homepage-container .fw-panel {
        height: 100%;
    }
   
}


/* ARTICLE CSS */

.resource-main-title {
    /*padding-top: 10px;*/
}

@media only screen and (max-width: 767px) {
    .resource-main-title {
        padding-top: 65px;
    }
    .share-box {
        z-index:9999;
    }
    .sitefooter_homepage {
        margin-bottom:2em;
    }
}

.article-ipage-container {
    margin-bottom: 5em;
}

article.calc-theme2 {
    padding-top: 2em;
}

/*NEWSLETTER CSS*/

#dvNewsLetter {
    margin-bottom: 4em;
}

.nav-archivenewsletter {
    margin-bottom: 4em;
}

#dvArchiveNewsLetter {
    min-height: 77vh;
}

/*NEWSROOM CSS*/

#dvSingleNews {
    margin-bottom: 6em;
}


#dvNewsRoom .ol, #dvNewsRoom ol {
    counter-reset: unset;
}

    #dvNewsRoom .ol li, #dvNewsRoom ol li {
        counter-increment: unset;
    }


@media (min-width: 947px) {
    #dvNewsRoom li {
        margin-bottom: 0;
        padding-left: 0;
        position: static;
        padding-left: 0;
        margin-bottom: 0;
    }
}

/*NEWSROOM*/

.newsroom-main-container {
    margin-bottom: 5em;
}

/*INNER PAGE*/


article.active {
    min-height: 100vh;
}

article.padding-bottom {
    padding-bottom: 70px;
}

/*.product.content {
    min-height: 90vh;
}*/

@media (min-width: 947px) {
    li {
        margin-bottom: 0;
        padding-left: 0;
    }
}

li {
    padding-left: 0;
    margin-bottom: 0;
}

.content {
    padding: 1.5em;
    background-color: white;
}

    .content p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 1.5em;
    }

    /*CONTACT US*/

    .contact_box label {
        margin-bottom: 5px;
    }
