/* Builder Preferred Plans */
#PreferredBuilderPlansContainer {
    /*background: #F8F8F8;*/
    padding-top: 20px;
    padding: 10px 0px 1px 0px;
    text-align: center;
    margin: auto;
}

    #PreferredBuilderPlansContainer h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
        color: #333333;
        text-align: center;
    }

@media (min-width: 40em) {
    #PreferredBuilderPlansContainer {
        padding: 10px 0px 1px 0px;
    }
}

@media (min-width: 76rem) {
    #PreferredBuilderPlansContainer {
        padding: 10px 0px 1px 0px;
    }
}

#PreferredBuilderPlans {
    list-style: none;
    padding-left: 0px;
    padding-right: 18px;
    width: 97%;
    max-width: 1155px;
    max-height: 325px;
    margin: auto auto;
}

    #PreferredBuilderPlans .container {
        width: 350px;
        box-shadow: 0px 2.2px 6px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        margin-bottom: 20px;
        margin-left: 3px;
        padding-bottom: 10px;
    }

    #PreferredBuilderPlans .images {
        width: 350px;
        height: 200px;
        margin: auto;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0px, 0px, 0px, 16px;
        border-top-left-radius: 8px 8px;
        -moz-border-radius-topleft: 8px;
        border-top-right-radius: 8px 8px;
        -moz-border-radius-topright: 8px;
        background-size: cover;
    }

    #PreferredBuilderPlans h5 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #9C161A;
        padding: 0 0px 0 0px;
    }
    #PreferredBuilderPlans .FPstats {
        text-align: left;
        margin: 10px 10px 10px 15px;
    }

    #PreferredBuilderPlans .FPplanprice {
        float: right;
        color: #333333;
        font-size: 13px;
        font-weight: bold;
        padding-top: 4px;
        font-weight: 600;
    }

    #PreferredBuilderPlans .FPplanbutton {
        color: #333333;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 18px;
    }

    #PreferredBuilderPlans .FPbutton {
        display: inline-block;
        text-align: center;
        color: #066E9F;
        font-weight: bold;
        font-size: 13px;
        padding-right: 8px;
    }

        #PreferredBuilderPlans .FPbutton span {
            color: #919191;
            font-size: 11px;
        }

    #PreferredBuilderPlans .ofhpstats {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #PreferredBuilderPlans .ofhpbutton {
        display: inline-block;
        flex-direction: row;
        padding: 5px 8px 5px 8px;
        margin: 0;
        background: #656565;
        border-radius: 6px;
        flex: none;
        align-self: center;
        margin: 0px 8px 0 0;
        color: #ffffff;
        font-size: 11px;
    }

    #PreferredBuilderPlans .FPplanbuttonOverImage {
        color: #333333;
        font-size: 10px;
    }

        #PreferredBuilderPlans .FPplanbuttonOverImage a {
            color: #333333;
            font-size: 10px;
        }

@media (max-width: 40em) {
    #PreferredBuilderPlans {
        padding-left: 0px;
        padding-right: 0px;
        margin: auto;
        padding-bottom: 20px;
        max-height: 610px;
    }

        #PreferredBuilderPlans .FPplanbuttonOverImage {
            position: relative;
            top: 30px;
            float: left;
        }

}
/* End Builder Preferred Plans */
