/* CUSTOM CSS */
.product-center-fix {
    text-align: center;
}

#testimonials-img {
    width: 273px;
    height: 274px;
    background: url(../images/testimonials.png);
}

#testimonials-img:hover {
    background-position: -273px 0px;
}

#finanAnalysisButton {
    width: 420px;
    height: 124px;
    background: url(../images/IndustryFinanAnalysis-Button.png);
}

#finanAnalysisButton:hover{
    background-position: 0px -124px;
}

#marketAnalysisButton {
    width: 420px;
    height: 124px;
    background: url(../images/IndustryMarketAnalysis-Button.png);
}

#marketAnalysisButton:hover{
    background-position: 0px -124px;
}

.claim-icon {
    top: 200px !important;
    left: 0px !important;
    padding-left: 0px !important;
    text-align: center !important;
}

.productSampleLink {
    font-weight: bold;
}

.bbList {
    list-style-type: disc;
    list-style-position: outside;
    text-indent: 0px
 }

.bbListInside {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 0px
}

.bbDropdown {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: max-content;
}

.bbDropdownItem { display:inline-block; }

.rightSideClaim {
    background-color: #1757b8;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 160px;
    left: -20px;
    color: #fff;
    line-height: 2.4;
    font-size: 32px;
    text-align: center;
}

.vestimateOrange {
    color: #e46c0a !important;
}

.vestimateBlue {
    color: #2a7ac2 !important;
}

.tp-testimonial p.name {
    margin: 0 !important;
}

.bb-testimonial {}
.bb-testimonial .circle-icon {}
.bb-testimonial .circle-icon .quote-circle {
    color: #fff;
    padding: 18px 20px;
    border-radius: 100px;
}
.bb-testimonial .circle-icon .orange-quote {
    background-color: #ff7841;
}
.bb-testimonial .circle-icon .blue-quote {
    background-color: #1757b8;
    margin-left: -10px;
}
.bb-testimonial .quote-ct {
    margin-top: 20px;
}
.bb-testimonial p.quote-text {
    font-size: 16px;
    /*line-height: 32px;*/
    font-style: italic;
}
.bb-testimonial p.name {
    color: #ff7841;
    /*margin-bottom: 10px;*/
    margin: 0 !important;
    font-size: 16px;
}
.bb-testimonial .name .location {
    color: #565b62;
}

.bb-image {
    display: inline-block;
}

.bbmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.bbmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-height: 640px;
    overflow: scroll;
}

/* The Close Button */
.bbmodalClose {
    color: #333333;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bbmodalClose:hover,
.bbmodalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bbHiddenGroup{ display: none; }
.bbShowLink {}
.bbShowLinkDisabled, .bbShowLinkDisabled:hover, .bbShowLinkDisabled:visited, .bbShowLinkDisabled:focus, .bbShowLinkDisabled:active
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.noWrap { width: 100%; }

.grey-box-slim {
    padding: 10px;
    background-color: #fafafa;
    margin-top: 0px;
    min-height: 200px;
}

.page-header {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin: 5px 0 5px !important;
}

.lead {
    margin-bottom: 0 !important;
}

.areaSelectionHidden { display: none; }

.meeting-report {}

.segmentRow { display:flex; align-items: center; }

.notes-block {
    background: #fff;
    margin: 4px;
    padding: 2px 6px;
    min-height: 122px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
    /*font-family: 'Source Sans Pro', sans-serif !important;*/
    /*box-shadow:inset 0 0 1px #ccc;*/
}

.slider-caption-academic {
    width: 50%;
}

.disabledLink {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.hideOptionContainer {
    padding: 8px;
    /*border: 1px solid black;*/
    background-color: gainsboro;
    width: 97%;
    background-size: contain;
    background-image: url("/ThemeEngine/Themes/default/images/selectorBG.png");
    background-repeat: round;
}

.hideOptionContainerActive {
    background-color: #ffa50036;
    background-image: url("/ThemeEngine/Themes/default/images/selectorBGSelected.png");
    background-repeat: round;
}

/*.notes-block p {
    margin: 6px 0;
    line-height: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.notes-block span {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.notes-block h3 {
    font-size: 14px;
    line-height: 150%;
    font-family: 'Source Sans Pro', sans-serif !important;
}*/

@media (min-width: 768px) {
    .noWrap {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .noWrap {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .noWrap {
        width: 1170px;
    }
}