﻿.nav-logo {
    height: 140px;
}

.logo-bottom {
    margin-bottom: 20px;
}

.nav-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*.center-cropped {
    width: 400px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
}*/



.fit {
    object-fit: contain
}

.semi-transparent {
    opacity: 0.75 !important;
}

.centered-and-cropped {
    object-fit: cover
}

.centered-no-crop {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
}

.front-page-zoom-panel {
    max-height: 320px;
    /*min-height: 100px;*/
}

.main-content {
    padding-left: 15px;
    padding-right: 15px;
}

.wide {
    width: 600px !important;
    padding: 12px 20px;
    margin: 8px 0;
}

.hbv_rcb {
    width: 250px !important;
}

.hbv_rcb_wide {
    width: 350px !important;
}
.hbv_rcb_max {
    width: 450px !important;
}

.hbv_edit_form {
}

    .hbv_edit_form td {
        padding: 6px;
    }

.editForm {
    width: 1000px !important;
}

.RadGrid_Bootstrap.rgEditForm {
    width: 800px !important;
}

.paddedDiv {
    padding-top: 20px;
    padding-bottom: 20px;
}

.RadUpload .ruBrowse {
    height: 150px;
}

.colorItem {
    padding: 5px;
}



.planDetailsMainImage {
    max-width: 95%;
}




.planName {
    font-weight: bold;
    color: darkslategrey;
    font-size: 24px;
}

.planSubTitle, .planNameSubTitle {
    font-size: 20px;
}

.planSubTitle, .planNameSubTitle, .planSurcharge {
    font-style: italic;
    font-weight: bold;
    color: darkslategrey;
}

.planSurcharge {
    font-size: 10px;
}

.planNameBasePrice, .planNameSubTitle {
    padding-left: 24px;
}

.planInactive {
    /*opacity: 0.6;
    border-style: dashed;
    border-color:gray;
    border-width: 3px;
    background-color: palegoldenrod;*/
    width: 100%;
    font-weight: bold;
    font-style: italic;
}

.onDisplay {
    font-weight: bold;
    padding-left: 2em;
}

.rendering-container {
    position: relative;
    padding: 0;
    display: inline-block;
}

.overlay-tl, .overlay-bc {
    position: absolute;
    padding: 5px 10px;
}

.overlay-tl {
    right: 10px;
    top: 30px;
}

.overlay-bc {
    right: 10px;
    left: 10px;
    bottom: 80px;
    font-size: 20px;
}

.searchResultsplanName {
    font-size: 14px;
    font-weight: bold;
}

    .searchResultsplanName a {
        text-decoration-style: none;
    }
.searchResultsPlanSubtitle{
    font-size: 10px;
    font-style: italic;
}

.planStats, .compareAtPrice, .priceCategory, .planSubTitle, .seriesName, .basePrice, .planStatsTitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: dimgrey;
}

.padRight {
    padding-right: 2em;
}




.seriesName {
    font-size: 14px;
    color: darkred;
}

.priceCategory {
    font-size: 14px;
}

.basePrice, .planNameBasePrice {
    font-size: 14px;
    font-weight: bold;
}

.compareAtPrice {
    font-size: 14px;
}

.description {
    font-size: 11px;
    padding: 5px;
    font-style: italic;
}

.planStats, .planStatsTitle {
    font-size: 12px;
}

.planStats {
}

.planStatsTitle {
    font-weight: bold;
}

.bonusPanel {
}

.searchResults {
    font-size: 90%;
}

.bzLegend {
    margin: 10px;
}

    table.bzLegend, .bzLegend td, .bzLegend th {
        border: thin;
        border-style: solid;
        border-color: lightgray;
        padding: 1em;
        font-size: 90%;
    }

.logo-pad {
    padding: 6px;
}

.planPageView {
    height: 100%;
    min-height: 700px;
}

.videoPageView {
    height: 100%;
    min-height: 620px;
}

.videoPlayer {
    width: 100%;
    height: 100%;
    min-height: 650px;
}

.headerAddressInfo {
    font-size: 75%;
}

.announcements {
    /*width: 60rem;*/
    /*width: 100%;*/
}


ul.show-bullets li {
    list-style: disc;
    list-style-position: inside;
}

.requestExactPricing {
    font-size: .8em;
}


.icon-box {
    display: flex;
}

    .icon-box .left {
        width: 30px;
        flex: 0;
    }

    .icon-box .right {
        flex: 1;
    }

.accordion-menu > a {
    display: block;
    position: relative;
}

    .accordion-menu > a:after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
    }

    .accordion-menu > a[aria-expanded="true"]:after {
        content: "\f068";
    }

/*.normal{
    background-color: fuchsia;
}*/

.normal ol {
    /*display: block;*/
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.normal ul {
    /*display: block;*/
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

    .normal ul li {
        list-style-type: disc;
    }

    .normal li, .normal ul li, .normal ol li {
        display: list-item;
    }

