﻿html {
    font-size: 14px;
    line-height: 17px;
}

/* ============================== */

.v2_MainContainer {
    padding: 0 10px;
    max-width: 1080px;
}

.v2_SmallContainer {
    max-width: 400px;
}

.v2_masterBlank_Top {
    height: calc(100% - 295px);
    padding-bottom: 295px;
}

.v2_masterBlank_Footer {
    min-height: 295px;
}

.v2_masterBlank_FooterTop {
    height: 225px;
}

.v2_masterBlank_FooterBottom {
    height: 70px;
}

/* ============================== */
.v2_ImgMainLogo {
    width: 130px;
}

/* ============================== */

.v2_alert {
    padding: 10px 10px;
}

/* ============================== */
/* headers */
.v2_h1 {
    font-size: 1.60rem;
    line-height: 1.80rem;
    padding: 15px 0;
}

.v2_h2 {
    font-size: 1.35rem;
    line-height: 1.50rem;
    padding: 10px 0;
}

.v2_h3 {
    font-size: 1.20rem;
    line-height: 1.35rem;
    padding: 10px 0;
}

.v2_RoundedBorder {
    border-radius: 10px;
    padding: 10px;
}

/* ============================== */
/* buttons */
.v2_btn {
    padding: 0.7rem;
}

/* ============================== */

.v2_tdForm50PercWide {
    width: 100%;
    display: block;
}

.v2_tdForm33Perc, .v2_tdForm34Perc {
    display: block;
    width: 100%;
}


.v2_tdProdDetailsImg {
    width: 150px !important;
}

    .v2_tdProdDetailsImg img {
        max-width: 150px;
        max-height: 250px;
    }

.v2_divSearchForm {
    width: 49.5%;
}

/* ============================== */

.v2_help_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.v2_help_wrapper_main {
    height: 4rem;
}

.v2_card_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.v2_badge {
    width: 180px;
    height: 90px;
    line-height: 80px;
    padding: 5px;
}

/* ============================== */

.v2_mainPage_Footer {
    /*background-image: url('../Images/Logos/v2_footer_bg_med.png');*/
    height: 150px;
}

/* ============================== */

.v2_tdTransAcctInfo {
    width: 100%;
    display: block;
    padding-right: unset !important;
    margin-bottom: 15px;
}

.v2_tdTransDistInfo {
    width: 100%;
    display: block;
}

/* ============================== */


