/* CSS Document */

/* ============================== */
/* = ValueCheck Web Site Styles = */
/* ============================== */

:root {
    --vc-blue: #0366ee;
    --vc-dkblue: #0250bc;
    --vc-ltblue: #0085ff;
    --vc-green: #0aa653;
    --vc-dkgreen: #088c46;
    --vc-gray: #777;
    --color_eggshell: #fffffb;
    --color_green: #43a246; /* #43a246 */
    --color_v-lt-grren: #b0e8b3;
    --color_lt-green: #68ba6b;
    --color_dk-green: #297d2c;
    --color_lt-gray: #cccccc;
    --color_muted-red: #dd0000;
    --size_border-radius: 5px;
}

/* Navigation all pages */

#navigation .nav-contact .nav-container {
    display: flex;
    min-height: 30px;
    align-items: center;
}

#navigation .nav-contact .nav-container ul.nav-support {
    line-height: 1.2;
}

#navigation .nav-contact .nav-container ul.nav-support li {
    margin: 0;
}

#navigation .nav-contact .nav-container ul.nav-support li:first-of-type {
    margin: 0 0.5rem 0 0;
}

#navigation .nav-contact .nav-container ul.nav-support li .phone {
    padding: 0 0.25rem;
    letter-spacing: 0.03125rem;
}

/* Section styles all pages */

section {
    display: flow-root; /* contains border collapse within this container */
}

section[class^="product-"] .flex-row .padding {
    padding: 1rem;
}

#vc-intro,
.page-content > section:first-of-type {
    margin-top: 120px; /* Needed for #Navigation position absolute or fixed */
}

/* Site-wide General Styles */

.bkgd-lt {
    background-color: #f0f5fa;
    box-shadow: inset 0 -4rem 4rem -4rem rgba(110, 130, 140, 0.2);
}

.bkgd-lt-bl {
    background: linear-gradient(to top, #e6f7fe, #fff);
}

hr.hilite {
    max-width: calc(100% / 3);
    margin: 2rem auto;
    border-bottom: 0.125rem solid #796eff;
}

.sub-head {
    color: #848f99;
}

.product-extra .sub-head {
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.color-brand {
    color: #004599;
}

.text-lg {
    font-size: 120%;
    font-size: 1.125rem;
}

.aside {
    max-width: 480px;
    width: 75%;
    margin: 1.5rem auto;
    padding-left: 1rem;
    border-left: 0.25rem solid #796eff;
    color: #848f99;
    font-style: italic;
}

.pullquote {
    width: 75%;
    margin: 1.5rem auto;
    padding: 1rem 0;
    border-top: 0.25rem solid #796eff;
    border-bottom: 0.25rem solid #796eff;
    color: #848f99;
    font-style: italic;
    font-size: 100% !important;
}

.inlinequote {
    width: 75%;
    margin: 0.5rem auto;
    padding: 0.5rem 1rem;
    border-left: 0.25rem solid #796eff;
    color: #848f99;
    font-style: italic;
    font-size: 100% !important;
}

/* Bullet lists */

ul.list-bullet {
    list-style-type: square;
    /*list-style-image: url('images/bullet-sq.png');*/
    list-style-image: url("../images/bullet-cir.svg");
}

ul.list-bullet > li {
    margin-bottom: 1rem;
}

ul.list-bullet > li::marker {
    color: #8561f2;
    font-size: 1.125rem;
}

ul.list-brand {
    list-style-type: square;
}

ul.list-brand > li {
    margin-bottom: 0.25rem;
}

ul.list-brand > li::marker {
    color: #8561f2;
    font-size: 1.125rem;
}

/* Buttons */

/* VC Home Page Styles */

/* Hero section of home page */

.vc-hero-container {
    position: relative;
    padding: 0;
    height: auto;
}

.vc-hero {
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 2rem 1rem 1rem 1rem;
    height: 448px;
    width: 100%;
    /*overflow: hidden;*/ /* For slides only */
}

.vc-hero::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 57.5%;
    /*min-width: 440px;*/
    height: 100%;
    /*background: linear-gradient(to top, rgba(110,171,245,0.9), rgba(33,118,217,0.9));*/
    background: linear-gradient(to top, rgba(102, 173, 255, 0.8), rgba(33, 118, 217, 0.8));
    mix-blend-mode: multiply;
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
}

.vc-hero-01 {
    /*background-image: url("../images/vc-home-slide-01-new.png");*/
    background-image: url("../images/vc-home-photo-01-new.png");
}

.vc-hero-02 {
    background-image: url("../images/vc-home-slide-02-new.png");
}

.vc-hero-03 {
    background-image: url("../images/vc-home-slide-03-new.png");
}

.vc-hero-04 {
    background-image: url("../images/vc-home-slide-04-new.png");
}

.vc-hero-05 {
    background-image: url("../images/vc-home-slide-01-new.png");
}

.vc-hero-06 {
    background-image: url("../images/vc-home-slide-02-new.png");
}

.vc-hero,
.vc-hero * {
    transition: font-size 0.5s linear, padding 0.5s linear, margin 0.5s linear, height 0.5s linear, width 0.5s linear;
}

.hero-lt {
    margin-left: 4rem;
}

.hero-lt h1 {
    font-size: 2.75rem;
    /*font-variant: small-caps;*/
    font-style: italic;
    color: #fff; /*#00468C*/
    font-weight: bold;
    letter-spacing: -0.0625rem;
    margin-top: 1rem;
}

.hero-lt h2 {
    font-size: 1.5rem;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.5;
    max-width: 75%;
}

.hero-lt p {
    font-size: 1.25rem;
    font-weight: bold;
}

.hero-lt p a {
    color: #fff;
}

@media only screen and (max-width: 1040px) {
    .hero-lt h2 {
        max-width: 90%;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 798px) {
    .vc-hero {
        height: 384px;
        padding-top: 1rem;
    }

    .vc-hero::before {
        width: 100%;
        min-width: unset;
        height: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%);
    }

    .hero-lt {
        margin-left: auto;
        text-align: center;
        /*padding: .125rem;
        border-radius: .25rem;
        background: rgba(31,86,173,.9);
        background-blend-mode: multiply;*/
    }

    .hero-lt h1 {
        font-size: 1.625rem;
        margin: 0 0 0.25rem 0;
    }

    .hero-lt h2 {
        max-width: 100%;
        font-size: 1rem;
        margin: 0 0 0.25rem;
        line-height: 1.25;
    }

    .hero-lt p {
        font-size: 1rem;
    }

    .hero-lt a.text-lg {
        font-size: 1rem;
        padding: 4px 16px;
    }

    .hero-lt .screen-lg {
        display: none;
    }

    .hero-rt > div {
        margin-top: 0;
    }
}

/* Hero section slides */

.slide-content {
    display: none;
}

.slide-list-container {
    /* Position slideshow buttons absolute, center at bottom */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.25rem;
}

.slide-list {
    /* Slideshow buttons */
    margin: 0 auto;
    padding: 0;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
}

.slide-list a {
    display: block;
    margin: 0.125rem 0.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    font-size: 0;
    opacity: 0.35;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.slide-list a.active {
    opacity: 0.9;
    box-shadow: unset;
}

/* Additional styles for hero section */

.text-shadow {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
}

.line {
    position: relative;
    white-space: nowrap;
}

.line::before,
.line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 0.5rem;
    margin: 0.25rem 0 0;
    background: linear-gradient(to left, #1de099, #1dc8cd);
}

/* Animation styles */

.animation_level_05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animation_level_075 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animation_level_100 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 1s;
}

.animation-delay,
.animation_level_1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.element_slide_up_fade_in {
    -webkit-animation-name: slideUpFadeIn;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: slideUpFadeIn;
    animation-duration: 0.75s;
}

@keyframes slideUpFadeIn {
    0% {
        opacity: 0;
        transform: translate(0, 15%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Login panel styles */

.panel-container {
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 10%;
}

.panel-login {
    margin: 1rem auto 0;
    min-width: 320px;
    max-width: 360px;
    /*padding: 1rem;*/
    /*background-clip: border-box;*/
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.25);
    /*border: 2px solid #1dc8cd;*/
    /*border: 2px solid rgba(31,204,113,1);*/
    border: 1px solid rgba(200, 205, 210, 0.65);
    border-radius: 4px;
    overflow: hidden;
}

.panel-login-head {
    padding: 0.25rem;
    min-height: 1.5rem;
    /*background: linear-gradient(to right, #1de099, #1dc8cd);*/
    background: linear-gradient(to right, rgba(0, 191, 90, 1), rgba(31, 204, 113, 1));
}

.panel-login-head h4 {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.75rem;
    font-size: 1.25rem;
}

.panel-login-body {
    padding: 0.75rem 1.5rem 1rem;
    font-size: 1.125rem;
    color: #00468c;
}

.panel-login .text-italic {
    font-style: italic;
}

.panel-login ul {
    list-style: none;
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem;
}

.panel-login ul li {
    margin-bottom: 0.5rem;
}

.panel-login ul li:before {
    /*content: url('images/icon-triangle-rt.svg');*/
    content: "\25BA"; /* CSS-code character */
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.panel-news {
    margin: 0 auto;
    border-top: 8px solid #00bf5a;
}

.panel-home {
    margin: 0 auto;
    max-width: 640px;
    border-top: 8px solid #0065ff;
}

.panel-home img[src*="icon-"] {
    max-width: 96px;
    height: auto;
}

.panel-home h3 {
    line-height: 1.5;
}

@media (max-width: 798px) {
    .panel-container {
        left: 0;
        right: 0;
        top: auto;
        bottom: 1.5rem;
    }

    .panel-login {
        margin: 1rem auto 0;
        min-width: 280px;
        max-width: 300px;
    }

    .panel-login-body {
        padding: 0.5rem 1.5rem 0.5rem;
    }

    .panel-login-head h4 {
        font-size: 1.125rem;
    }

    .panel-login-body {
        font-size: 1rem;
    }

    .panel-login p {
        margin-bottom: 0.25rem;
    }

    .panel-login ul li {
        margin-bottom: 0.25rem;
    }
}

/* Styles for solutions section of home page */

.border-rnd {
    border-radius: 0.5rem;
}

.border-pu {
    border-color: #8c66ff;
}

.border-bl {
    border-color: #0065ff;
}

.border-gr {
    border-color: #00bf5a;
}

.border-none {
    border: none;
    border-top: none;
}

.badge-new::after {
    display: inline;
    font-size: 0;
    margin: 0 0.5rem; /* neg margin top required */
    content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' height='24px' width='auto' viewBox='0 0 64 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23595ad4%3B%7D.cls-2%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M64 12A12 12 0 0 1 52 24H12A12 12 0 0 1 0 12H0A12 12 0 0 1 12 0H52A12 12 0 0 1 64 12Z'/%3E%3Cpath class='cls-2' d='M22.35 17.61H19.27L14.3 9h-.07q.15 2.29.15 3.27v5.38H12.22V6.18h3l5 8.56h.06q-.12-2.24-.12-3.15V6.18h2.18Z'/%3E%3Cpath class='cls-2' d='M29.39 17.76a4.53 4.53 0 0 1-3.3-1.16 4.43 4.43 0 0 1-1.18-3.3A4.85 4.85 0 0 1 26 9.91a3.92 3.92 0 0 1 3-1.2 3.86 3.86 0 0 1 2.88 1 4 4 0 0 1 1 2.92v1.15H27.32a2.34 2.34 0 0 0 .6 1.59A2.13 2.13 0 0 0 29.5 16 6.54 6.54 0 0 0 31 15.82a7.43 7.43 0 0 0 1.47-.52v1.84a5.46 5.46 0 0 1-1.34.47A8.49 8.49 0 0 1 29.39 17.76Zm-.34-7.36a1.49 1.49 0 0 0-1.18.48 2.27 2.27 0 0 0-.5 1.37h3.35a2 2 0 0 0-.46-1.37A1.57 1.57 0 0 0 29.05 10.4Z'/%3E%3Cpath class='cls-2' d='M42.47 17.61l-.67-3.06-.91-3.86h0l-1.6 6.92H36.68L34.2 8.87h2.37l1 3.87c.16.69.32 1.65.49 2.87h0a16 16 0 0 1 .27-1.89l.13-.66 1.07-4.19h2.63l1 4.19c0 .11.06.28.1.51s.09.46.13.71.08.5.11.74a3.89 3.89 0 0 1 .06.59h0c0-.38.13-.89.25-1.55s.2-1.09.26-1.32l1-3.87h2.34l-2.52 8.74Z'/%3E%3Cpath class='cls-2' d='M49.05 16.49a1.31 1.31 0 0 1 .35-1 1.41 1.41 0 0 1 1-.34 1.39 1.39 0 0 1 1 .34 1.34 1.34 0 0 1 .35 1 1.31 1.31 0 0 1-.36 1 1.35 1.35 0 0 1-1 .36 1.41 1.41 0 0 1-1-.35A1.3 1.3 0 0 1 49.05 16.49Zm2.34-2.67H49.48l-.4-7.64h2.7Z'/%3E%3C/svg%3E");
}

.solutions h3,
.solutions h4 {
    margin-top: 0.5rem;
}

.solutions .sub-head {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 1.75;
}

.solutions .flex-row .flex-1-3,
.solutions .flex-row .flex-1-3 > div,
.solutions .flex-row .flex-1-3-md,
.solutions .flex-row .flex-1-3-md > div {
    display: flex;
}

.solutions .flex-row .padding {
    padding: 1rem;
}

.solutions .flex-column {
    display: flex;
    flex-flow: column nowrap;
}

.solutions .flex-column > div:last-of-type {
    text-align: center;
    margin-top: auto;
}

/* Styles for summary section of home page */

.summary .sub-head {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 1.75;
}

.summary img[src*="icon-"] {
    max-width: 64px;
    height: auto;
}

/* Secondary / Product Page Styles */
/* lender-services, title-industry, portfolio-analytics */

.product-intro .flex-row .flex-1-3,
.product-intro .flex-row .flex-1-3 > div,
.product-intro .flex-row .flex-1-3-md,
.product-intro .flex-row .flex-1-3-md > div {
    display: flex;
}

.product-intro .social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #42526e;
    border: 1px solid #42526e;
    border-radius: 50%;
}

.product-intro .social-media-link:hover {
    text-decoration: none;
    color: #0052cc;
    border-color: #0052cc;
    cursor: pointer;
}

.sidebar {
    margin: 0 auto;
    max-width: 360px;
    border-top: 8px solid #0065ff;
    width: 100%;
}

.sidebar p,
.sidebar li,
.sidebar li * {
    font-size: 0.9375rem;
}

h1.lead-head {
    margin-top: 0;
    background: #5ba2e5 url("../images/bkgd-plat-bl.png") no-repeat left center;
    border-bottom: 0.25rem solid #1f56ad;
    color: #fefefe;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    background-size: cover;
    line-height: 4rem;
}

@media (max-width: 600px) {
    h1.lead-head {
        line-height: 2rem;
    }
}

.photo-product {
    max-width: 540px;
    box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.05);
    /*box-shadow: 0 0 10px 8px rgba(0,0,0,.05), rgb(121, 110, 255) 1rem 1rem;*/
    margin: 0 auto 1rem;
    width: calc(100% - 2rem) !important; /* Keeps the box-shadow within the parent div */
    /*border-radius: .25rem;*/
}

.graphic-product {
    max-width: 540px;
    margin: 0 auto 1rem;
    /*border-radius: .25rem;*/
}

.inset-lg {
    margin: 0.5rem auto 0.5rem;
    width: calc(100% - 4rem);
}

.screen-product {
    max-width: 600px;
    box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.05);
    margin: 0.5rem auto 1rem;
    width: calc(100% - 2rem) !important; /* Keeps the box-shadow within the parent div */
    /*border-radius: .25rem;*/
    background: #fff;
}

.responsive-image {
    width: 100%;
    height: auto;
}

/* Styles for property-details section - collapsible list */

ul.faq-list {
    list-style: none;
    padding: 0;
}

ul.faq-list > li {
    border-bottom: 1px solid #ccc;
}

ul.faq-list > li div.faq-item {
    margin: 0;
    padding: 0.5rem 0;
}

/* Lender Services Page styles */

.news-container *,
.news-container ::before,
.news-container ::after {
    box-sizing: border-box;
}

.news-container .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-container .flex-row > [class^="flex-"] {
    flex: 0 1 100%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Small screen breakpoint */
@media (min-width: 520px) {
    /* flex-row items have bottom margins */
    .news-container .flex-row > [class^="flex-"] {
        margin-bottom: 0.5rem;
    }

    .news-container .flex-row > .flex-1-3 {
        flex-basis: calc(100% / 3 * 1);
        max-width: calc(100% / 3 * 1);
        margin-bottom: 0.5rem;
    }
}

.news-container .flex-row > div {
    display: flex;
}

.news-container .flex-row .padding {
    padding: 0.5rem;
}

.news-container .flex-row .width-full {
    width: 100%;
}

.news-container .shadow-lt {
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
}

.news-container .text-sm {
    font-size: 13px;
}

.news-container h2 {
    margin: 1rem;
}

.news-container h4 {
    margin: 1rem 0 0.5rem;
    /*color: #006cc9;*/
}

.news-container p {
    margin: 0.5rem 0;
}

.news-container sup {
    font-size: 0.75rem;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

.news-container hr {
    border: 0;
    height: 2px;
    background: #0065ff;
    background: linear-gradient(to right, #fff, #006cc9, #fff);
    margin: 0 auto 1rem;
    max-width: 75%;
}

.product-feature img[src*="icon-"] {
    max-width: 96px;
    height: auto;
}

.product-feature .news-container img[src*="icon-"] {
    max-width: 32px;
    height: auto;
}

/* Title Industry page styles */

/* Process section tabs */

#process-tc .tabs .tab-content {
    min-height: 256px;
}

#process-tc .tab-list li {
    margin: 0 0.25rem;
    width: 1rem;
    text-align: center;
}

#process-tc .tab-list li a.button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00b377;
    border: 0;
    font-size: 0;
    opacity: 0.3725;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

#process-tc .tab-list li a.active-tab.button {
    opacity: 1;
    box-shadow: unset;
}

#process-tc .tab-content p {
    font-size: 0.9375rem;
}

#process-tc .tab-content img {
    width: 100%;
    max-width: 480px;
}

/* Request Demo page styles (for form) */

fieldset {
    border-radius: 8px;
    border: 1px solid #d1d3d4;
    padding: 10px;
    margin-bottom: 1.5em;
}

fieldset label {
    font-size: 0.875rem;
}

fieldset .field-required > label::after {
    content: "\002A";
    color: #bf2600;
    display: inline-block;
    margin-left: 4px;
}

fieldset .asterisk-required {
    font-size: 0.875rem;
}

fieldset .asterisk-required::before {
    content: "\002A";
    color: #bf2600;
    display: inline-block;
    margin-right: 4px;
}

fieldset select {
    height: 2.5rem;
}

/*












*/

form {
    height: 100%;
}

input {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
}

select {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
}

em {
    font-style: italic;
}

img {
    border: 0;
}

h1 {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #0064af;
}

.hiddenItem {
    display: none !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.middle {
    vertical-align: middle;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}
/* wtf -----
.underline {
    display: inline-block;
    padding: 0 0.25rem 0.25rem;
    border-bottom: 0.125rem solid #796eff;
}
----- */
.underline {
    text-decoration: underline;
}

/* To prevent datepicker div from showing on load.*/
#ui-datepicker-div {
    display: none;
}

#mainHome {
    margin: 0px auto;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 90px; /* must be same height as the footer */
    width: 970px;
    height: 100%;
    min-height: 100%;
}

#main {
    margin: 0px auto;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 90px; /* must be same height as the footer */
    width: 970px;
    height: 100%;
    min-height: 100%;
}

.spacer {
    height: 15px;
}

/*  Columns on Home Page */
.arrow-right {
    background: url(../images/arrow_right.png) no-repeat left center;
    padding-right: 7px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 7px;
}

.arrow-down {
    background: url(../images/arrow_down.png) no-repeat left center;
    padding-right: 7px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 7px;
}

.arrow-up {
    background: url(../images/arrow_up.png) no-repeat left center;
    padding-right: 7px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 7px;
}

.small-header {
    font-size: 16px;
}

.page_heading {
    border-radius: 10px 10px 0 0;
    background: url("../images/bg-ltblue-gradient.png") repeat-x #ffffff;
    border-bottom: 1px solid #d1d3d4;
}

.redText {
    color: var(--color_muted-red);
}

.formData {
    font-weight: normal;
    font-size: 0.875rem;
    color: #000000;
    font-style: normal;
    text-align: left;
}

.vcLabel {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    text-align: left;
}

.vcLabelNew {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    text-align: left;
}

.vcLabelRight {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    text-align: right;
}

.vcLabelRightNew {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    text-align: right;
}

.vcLabelCenter {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    text-align: center;
}

.vcLabelCenterNew {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    text-align: center;
}

.vcLabelwhite {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    font-style: normal;
}

.vcButton {
    font-size: 0.875rem !important;
    font-weight: 600;
    color: #000000;
    font-style: normal;
    text-align: center;
    line-height: 1rem;
    border-radius: 6px;
    padding: 0.375rem 1rem;
    background: #e6e6ea !important;
    border: 1px solid #e6e6ea !important;
}

.vcButton:hover,
.vcButton:hover {
    text-decoration: none !important;
    background: #cacad1 !important;
    border: 1px solid #cacad1 !important;
}

.vcButton:disabled .vcButton[disabled] {
    font-size: 0.875rem !important;
    font-weight: 600;
    color: #c0c0c0;
    font-style: normal;
    text-align: center;
    line-height: 1rem;
    border-radius: 6px;
    padding: 0.375rem 1rem;
}

.formLabel {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
}

.formLabelNew {
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
}

.vcData {
    font-size: 0.875rem;
    /*	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
*/
    font-weight: normal;
    text-align: left;
}

.vcDataNew {
    font-size: 0.875rem;
    font-weight: normal;
    text-align: left;
}

.formHeader {
    /*font-size: 13px;*/
    font-weight: bold;
    /*color: #3c3c3c;*/
}

.formHeaderBlank {
    font-size: 0.875rem;
    font-weight: bold;
    color: #3c3c3c;
    padding-bottom: 5px;
    border-bottom: 1px solid #1e54aa;
    line-height: 1.5em;
    padding-top: 5px;
}

.ViewOrdersLabel {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    background-color: #006633;
    border-top: 1px solid #ffffff;
}

.largeContent {
    font-size: 0.875rem;
    color: #000000;
}
/*style for tab look on EditProfile Page */
.contsEditProfile {
    visibility: hidden;
    /*font-family:Verdana;*/
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
    color: #000000;
}

.myContsEditProfile {
    background-color: #ffffff;
    border-left: solid 2px #006633;
    border-top: solid 2px #006633;
    border-bottom: solid 2px #006633;
    border-right: solid 2px #006633;
    /*font-family:Verdana;*/
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #003399;
    cursor: pointer;
}

.tabEditProfile {
    background-color: #ffffff;
    border-top: solid 1px #c6c6c6;
    border-bottom: solid 2px #006633;
    border-right: solid 1px #c6c6c6;
    border-left: solid 1px #c6c6c6;
    /*font-family:Verdana;*/
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    height: 25px;
    color: #6a6e6f;
    cursor: pointer;
}

.selTabEditProfile {
    background-color: #ffffff;
    border-left: solid 2px #006633;
    border-top: solid 2px #006633;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #006633;
    /*font-family:Verdana;*/
    font-weight: bold;
    font-size: 11px;
    height: 25px;
    text-align: center;
    color: #006633;
    cursor: pointer;
}

.spaceTabEditProfile {
    background-color: #ffffff;
    border-bottom: solid 2px #006633;
    /*font-family:Verdana;*/
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    color: #ffffff;
}

#tabContentsEditProfile {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 2px #006633;
    border-bottom: solid 2px #006633;
    border-right: solid 2px #006633;
    /*font-family:Verdana;*/
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
    color: #000000;
}

.announceHeader {
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-image: url(../images/announce_header.gif);
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background-repeat: repeat-x;
    margin: 0 auto;
    width: 540px;
}

.dvAnnouncement {
    border: silver 1px solid;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    margin: 0px auto;
    width: 523px;
}

.welcomeMsg {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin: 0px auto;
}

.welcome {
    clear: both;
    margin: 0px auto;
    width: 660px;
    text-align: center;
    padding-bottom: 30px;
}

.redBar {
    width: 100%;
    color: #990000;
    text-align: center;
}

.greenHeader {
    font-size: 0.875rem;
    font-weight: bold;
    color: #006633;
}

.greenLabel {
    font-weight: bold;
    color: #006633;
}

/**************************************/
/*          Help Styles             */
/*************************************/

.helpDiv {
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    overflow: auto;
    display: none;
    z-index: 999;
}

.helpContent {
    text-align: center;
    line-height: 26px;
    padding: 10px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-radius: 0 0 4px 4px;
    background-color: #f5f5f5;
    z-index: 999;
    font-size: 0.875rem;
}

.helpContent p {
    font-size: 0.875rem !important;
    color: #000000 !important;
}

.helpContent li {
    font-size: 0.875rem !important;
    line-height: 1.5em !important;
    color: #000000 !important;
}

/**************************************/
/*        Content Containers          */
/*************************************/
.masterContentWrapper {
    /*width:730px; */
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
}

.headerGreen {
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    letter-spacing: 0.0625em;
    background-color: #00a61c;
}

.contentBox {
    line-height: 26px;
    padding: 10px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-radius: 0 0 4px 4px;
    /* background-color: #f5f5f5; */
    color: #3c3c3c;
}

.headerBlue {
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    letter-spacing: 0.0625em;
    background-color: #0f7dd9;
}

.headerFormData {
    line-height: 2.5rem;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    border-radius: 4px 4px 0 0;
    font-size: 1rem;
    background-color: var(--vc-dkgreen);
}

.headerFormData A {
    color: #292929;
    text-decoration: none;
}

.headerFormData A:link {
    color: #292929;
    text-decoration: none;
}

.headerFormData A:visited {
    color: #292929;
    text-decoration: none;
}

.headerFormData A:hover {
    color: #5d3418;
    text-decoration: underline;
}

.headerFormData A:active {
    color: #292929;
    text-decoration: underline;
}

.blueButton {
    margin: 0px auto;
    width: auto;
    color: #fff;
    font: 12 Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(../images/overlay.png) repeat-x center #006cc9;
    background-color: rgba(0, 108, 201, 1);
    border: 1px solid #006cc9;
    border-bottom: 1px solid #9f9f9f;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    /* gradient */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
}

.blueButton:hover {
    background-color: rgba(0, 108, 201, 0.8);
    text-decoration: underline;
}

.blueButton:active {
    position: relative;
    top: 2px;
}

.reqDemo {
    margin: 0px auto;
    color: #fff;
    font: 12 Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(../images/overlay.png) repeat-x center #006cc9;
    width: 135px;
    background-color: rgba(0, 108, 201, 1);
    border: 1px solid #006cc9;
    border-bottom: 1px solid #9f9f9f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    /* gradient */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
}

.reqDemo:hover {
    background-color: rgba(0, 108, 201, 0.8);
    text-decoration: underline;
}

.reqDemo:active {
    position: relative;
    top: 2px;
}

.forgotpw {
    margin-left: 15px;
    font-weight: normal;
}

.modernForm {
    margin-left: 35px;
    font-weight: bold;
}

.modernForm label {
    display: block;
}

div.formbuilder {
    margin-bottom: 10px;
    padding: 7px;
}

div.formbuilder label {
    /*display:block;*/
    float: left;
    width: 200px;
    margin-right: 1em;
    text-align: right;
}

div.formbuilder p {
    clear: both;
    font-size: 0.9rem !important;
}

legend {
    font-size: 1.125em;
    color: #1f56ad;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.02cm;
    padding-right: 0.3em;
}

label em {
    margin: 0 6px 0 6px;
    font-weight: bold;
    color: #f00 !important;
}

label.error {
    float: none;
    color: red;
    padding-left: 0.5em;
    vertical-align: top;
}

.small {
    width: 50px;
}

.smallmed {
    width: 70px;
}

.smalllarge {
    width: 100px;
}

.medium {
    width: 146px;
}

.large {
    width: 200px;
}

.xlarge {
    width: 360px;
}

.datasheet {
    margin: 0 auto;
}

#orderForm {
    width: 600px;
    margin: 0px auto;
    font-size: 12px;
    color: #3e3e3e;
}

#orderForm p {
    font-size: 12px;
    color: #3e3e3e;
}

/* ModalDialog CSS definition */
.ModalDialog-BoxWrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 40001;
}

.ModalDialog-BoxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #808080;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 40001;
}

.ModalDialog-offset {
    position: fixed;
    top: 30%;
    width: 100%;
    z-index: 40002;
}

.ModalDialog-Draggable {
    position: fixed !important;
    width: auto;
    height: auto;
}

.ModalDialog-Box {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 0.875rem;
    box-shadow: 2px 2px 4px #969696;
    -moz-box-shadow: 2px 2px 4px #969696;
}

.ModalDialog-Header {
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    background: url(../images/header_blue.png) 0px 0px repeat-x;
}

.ModalDialog-Close {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px;
    border-color: #fff;
    border-style: solid;
    float: right;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

/* CSS Document */

/* ============================== */
/* = ValueCheck Web Site Styles = */
/* ============================== */

/* Global styles */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #3c3c3c;
}

/* Page layout styles */

#wrap {
    min-height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

/* Main Menu styles */

#nav_wrapper {
    background: url("../images2013/bg-nav.png") repeat-x #1e54aa;
    width: 100%;
    height: 34px;
}

#nav_content {
    margin: 0 auto;
    /*! width: 960px; */
    /*overflow: hidden;*'
	/* pointer-events: none; */
}

/* Header text styles */

#header_wrapper {
    background: url("../images2013/bg-header-wrapper.png") repeat-x #cef0fb;
    width: 100%;
    height: 90px;
}

#header {
    background: url("../images2013/bg-header.png") no-repeat center top;
    height: 90px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
}

#product {
    float: left;
    width: 50%;
    text-align: right;
}

#header #product p {
    line-height: 1em;
    font-weight: bold;
    color: #0064af;
}

#header #product img {
    margin: 0px;
    max-width: 100%; /* Responsive Image */
}

#logo {
    float: left;
    width: 50%;
}

#header #logo img {
    margin: 1em 0 0 0;
    max-width: 100%; /* Responsive Image */
}

/* Content styles */

.padded {
    padding: 20px 10px;
}

.padded-bar {
    padding: 10px 0px 10px 0px;
}

/* Typography styles */

a {
    color: var(--vc-ltblue);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

/* Footer Styles */

footer {
    background: #646e78;
    margin-top: 20px;
}

footer h5,
footer p,
footer ul li,
footer a {
    color: #fafafa;
}

.footer-logo {
    display: block;
    max-width: 150px;
    line-height: 1.5rem;
    overflow: hidden;
}

footer h5 {
    margin: 0;
    line-height: 1.5rem;
}

footer ul {
    list-style-type: none;
    margin: 0 auto 0.5rem;
    padding: 0;
}

footer p,
footer li,
footer a {
    color: #fafafa;
}

footer .flex-row .flex-1-3 {
    padding: 0 0.75rem;
}

footer .flex-row .flex-1-3:nth-of-type(n + 2) {
    border-left: 1px solid #c7ccd1;
}

footer .social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

footer .social-media-link:hover {
    text-decoration: none;
    cursor: pointer;
}

footer .phone {
    padding: 0 0.25rem;
    letter-spacing: 0.03125rem;
}

footer .list-contact {
    list-style-type: none;
    margin: 0;
}

footer .container-social,
.container-social {
    margin: 0.25rem 0;
}

footer .container-social > div,
.container-social > div {
    display: inline-block;
    margin: 0 0.25rem;
}

footer .footer-divider {
    margin: 0.5rem auto;
    padding: 0.5rem 0 0.25rem;
}

footer .footer-divider:last-of-type {
    margin-bottom: 2rem;
}

footer .footer-divider p {
    margin: 0;
}

footer .divider-border {
    border-top: 1px solid #ccc;
}

@media only screen and (max-width: 798px) {
    footer h5 {
        margin-top: 0.25rem;
    }

    footer * {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 600px) {
    footer .flex-row .flex-1-3 {
        flex-basis: 100%;
        max-width: 100%;
    }

    footer .flex-row .flex-1-3:nth-of-type(n + 2) {
        border-left: none;
        border-top: 1px solid #c7ccd1;
    }
}

#footer_wrapper,
.push {
    height: 200px; /* .push must be the same height as .footer */
}

#footer_wrapper {
    background: none repeat scroll 0 0 #4c5052;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) inset, 0 0 0 rgba(255, 255, 255, 0.2) !important;
    width: 100%;
}

#footer {
    margin: 0 auto;
    padding: 30px 10px 0px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#footer h3,
#footer p,
#footer a {
    color: #fafafa;
}

#footer p {
    line-height: 2em;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.icon-vchome {
    background: url("../images2013/icon-vchome.png") no-repeat;
    padding-left: 2em;
}

.icon-contact {
    background: url("../images2013/icon-contact.png") no-repeat;
    padding-left: 2em;
}

.icon-fb {
    background: url("../images2013/icon-fb.png") no-repeat;
    padding-left: 2em;
}

.icon-li {
    background: url("../images2013/icon-li.png") no-repeat;
    padding-left: 2em;
}

/* Home Page Photo Gallery Slide styles */

#login_wrapper {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 9;
    width: 240px;
    height: 340px;
    overflow: hidden;
}

#login {
    background: url("../images2013/vc-home-login-bkgd.png") repeat-x scroll 0 0 #ebebeb;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    height: 250px;
    margin: 5px auto;
    overflow: hidden;
    width: 230px; /* login_wrapper width less margin */
}

#login .login_padding {
    padding: 10px 20px;
}

#login h3 {
    color: #0066cc !important;
    margin: 1em 0 0;
    text-transform: uppercase;
}

#login ul {
    padding-left: 0.5em;
    margin-left: 0.5em;
    list-style-type: square;
}

#login li {
    line-height: 2em;
}

#login p.emphasis {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    margin: 1em 0 0;
    font-style: italic;
}

#login p.center {
    text-align: center;
}

.login {
    margin-left: 40px !important;
    font-weight: bold !important;
}

.login label {
    display: block !important;
    float: none !important;
    width: 200px !important;
    margin-right: 0 !important;
    text-align: left !important;
}

#icon_wrapper {
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 220px;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#icon_wrapper p.icon_label {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: grey;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
}

#icon_wrapper img {
    vertical-align: middle;
    margin: 0 2px;
    border: none;
}

#photoGallery .photo_content {
    position: relative;
    width: 280px;
    padding: 30px 20px;
    overflow: hidden;
}

#photoGallery .photo_content h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0066cc;
    font-size: 24px;
    margin: 1em 0 0;
    text-transform: uppercase;
    text-shadow: 0 2px 1px #ffffff;
    letter-spacing: -1px;
}

#photoGallery .photo_content h2 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #737373;
    font-size: 15px;
    line-height: 2em;
    margin: 1em 0 0;
    text-transform: uppercase;
}

#photoGallery .photo_content p {
    text-align: right;
    margin: 0.5em 1em;
}

/* Home Page Product Category styles */

#content_wrapper {
    clear: both;
    width: 100%;
    padding: 0 0 20px 0;
}

#content {
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    min-height: 450px;
    max-width: 1600px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

#content a img {
    border: none;
}

#content ul {
    list-style: square;
    color: #666666;
}

#content .category {
    margin: 5px auto; /* matches the box-shadow */
    min-height: 420px;
    width: 290px;
    background: #e6e6e6 url("../images2013/vc-home-column-category-bkgd.png") repeat-x;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    overflow: hidden;
}

#content .category_header {
    height: 85px;
    width: 290px;
    padding-left: 100px;
    overflow: hidden;
}

#content .category_one {
    background: url("../images2013/vc-home-heading-bkgd-lender-services.png") no-repeat;
    color: #22ba61;
}

#content .category_one a {
    color: #22ba61;
}

#content .category_two {
    background: url("../images2013/vc-home-heading-bkgd-portfolio-analytics.png") no-repeat;
    color: #7e4ede;
}

#content .category_two a {
    color: #7e4ede;
}

#content .category_three {
    background: url("../images2013/vc-home-heading-bkgd-title-industry.png") no-repeat;
    color: #2197eb;
}

#content .category_three a {
    color: #2197eb;
}

#content .category_header h2 {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.25em;
}

#content .category_content {
    padding: 10px;
    min-height: 455px;
}

#content .category_content p,
#content .category_content ul {
    color: #666666;
    line-height: 1.5em;
}

/* Product and secondary page styles */

#content p.arrow {
    background: url("../images2013/bullet-tri-blue.png") left no-repeat;
    padding-left: 15px;
}

#content ul.vcgreen {
    list-style-image: url("../images2013/bullet-vc-green.png");
    margin-left: 1.5em;
    margin-right: 4.5em;
}

#content li {
    color: #747474;
    font-size: 15px;
    line-height: 30px;
}

#propTabs li {
    line-height: 16px;
    font-size: 0.875rem;
}

#content h1 {
    font-size: 24px;
    line-height: 30px;
    color: #0066cc;
}

#content h2 {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}

#content h3 {
    font-size: 15px;
    line-height: 21px;
    color: #666666;
}

#content .pullquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-left: 2em;
    margin-right: 2em;
    color: #999999;
    line-height: 2em;
}

#content .emphasis {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}

#content .breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin: 0;
}

#content .contactus p {
    font-size: 13px;
}

.contactus {
    margin: 5px; /* matches the box-shadow */
    background: #ebebeb url("../images2013/vc-home-login-bkgd.png") repeat-x;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
}

.contactus_padding {
    padding: 5px 5px 5px 10px;
    min-height: 220px;
    background: url("../images2013/vc-watermark-small.png") bottom center no-repeat;
}

.calltoaction {
    margin: 2em auto; /* matches or exceeds the box-shadow */
    width: 90%;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 10px;
}

.prodphoto {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

/* Customi grid styles */

.row_spacer {
    margin-top: 20px;
}

/* Landing Page - Request Demo Page styles */

.drop-shadow {
    -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.5));
}

.grad-bkgd {
    background: #cbe7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #cbe7f7 0%, #ffffff 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe7f7), color-stop(50%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbe7f7 0%, #ffffff 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbe7f7 0%, #ffffff 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbe7f7 0%, #ffffff 50%); /* IE10+ */
    background: linear-gradient(to bottom, #cbe7f7 0%, #ffffff 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.box-bordered {
    overflow: hidden;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #d1d3d4;
}

/* Additional CSS for ValueCheck home page */

/* Start Property Menu */
#navbarProp {
    margin: 0 auto 0.5rem;
    clear: both;
    background: linear-gradient(to top, #e1e4e5, #ebeeef);
    border-radius: 4px;
    font-size: 0.9rem;
    position: fixed;
    left: 0;
    top: 90px;
    display: block;
    width: 100%;
    z-index: 999;
}

#primary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 0;
}

.primary {
    margin: 0px auto;
    border-bottom: medium none;
}

.primary DIV {
    text-align: center;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}
/*.primary DIV:hover A {
    color: #333;
}*/
.primary DIV A:hover,
.primary DIV A:active {
    color: #222;
    text-decoration: none;
    text-shadow: 0px 0px 1px #222;
}
/* .primary .on {
    background: url(../images2013/img_arrow-gray.jpg) no-repeat 50% 100%;
}*/
.primary .on:hover A {
    color: #000;
}

.primary A {
    text-align: center;
    border-left: #c4c4c4 1px solid;
    padding-bottom: 0px;
    line-height: 20px;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block;
    color: #000;
    padding-top: 0px;
}

.primary A.first {
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    border-right: medium none;
}

/* start styles for page content layout */

.blankcolumn {
    padding: 5px;
    height: 448px;
}

.columnwrapper {
    border-radius: 10px;
    background: url(../images2013/bkgd_column.png) repeat-x;
    padding: 5px;
    height: 448px;
    margin: 10px auto;
}

.columnscrollbar {
    height: 416px;
    overflow: auto;
}

.photo {
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    width: 240px;
    height: 190px;
    margin: 0 auto;
}

.caption {
    font-size: 0.875rem;
    color: #848f99;
    position: relative;
    top: 160px;
    left: 0px;
    padding: 0px 10px 0px 10px;
}

.caption a {
    display: block;
    line-height: 22px;
    width: 100%;
    background: url(../images2013/button_circle_arrow.png) no-repeat right;
}

/* New text formatting styles */

#header .contact {
    text-align: right;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #006cc9;
}

#header .contact a {
    color: #006cc9;
}

#header .contact a:hover {
    color: #97653c;
}

#header .tagline {
    text-align: right;
    margin: 0;
    padding: 10px 0px 10px 0px;
    font-size: 23px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    color: #0f994b;
}
/* News & events Styles */
.entry {
    border-bottom: 1px solid #cecece;
    background: #fff;
    padding: 10px 5px;
}

.last_entry {
    padding: 10px 5px;
    background: #fff;
}

.newsHeadline {
    color: #97653c;
    font-weight: bold;
}

.last_entry a.readmore {
    color: #1d6ab6;
}

.entry a.readmore {
    color: #1d6ab6;
}

/* Solutions */
#lenderSolutions {
    display: none;
    width: 190px;
}

#titleSolutions {
    display: none;
    width: 190px;
}

#analyticsSolutions {
    display: none;
    width: 190px;
}

#solutionsWrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border: 0;
    width: 774px;
}

.solutionTag {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    height: 90px;
}

.solutionHeader {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
    height: 20px;
    background: #1d6bb6 url(../images2013/bg_solution.gif) repeat-x;
    border: 1px solid #1d6bb6;
    color: #fff;
    font-stretch: semi-expanded;
    cursor: pointer;
}

.solutionText {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    font-stretch: semi-expanded;
}

.hiddenCol {
    display: none;
}

/**/

/**/

/**/

/**/

/**/

/* --- HACKS FOR REDESIGN --- */

body.modal-open {
    overflow: hidden;
}

.page-content {
    /* width: 1400px; */
    margin: 0 auto;
}

th {
    white-space: nowrap;
}

#PropertySearchWrapper select {
    width: 200px;
}

.display-none {
    display: none;
}

.form-wrapper-border {
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
}

.cool-border {
    border: 1px solid var(--color_lt-gray);
    border-top: 8px solid var(--vc-green);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--size_border-radius);
    border-bottom-right-radius: var(--size_border-radius);
}

.bg-not-white {
    background: var(--color_eggshell); /* fbfbfb */
}

.form-wrapper-border > table {
    margin: 20px auto;
}

#SearchResultsWrapper {
    margin-top: 4rem !important;
}

#multMatch thead th {
    background: var(--vc-green);
}

#propTabs > header {
    position: sticky;
    top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--vc-green);
    border-bottom: 2px solid var(--vc-green);
    background: white;
    padding: 20px 2px;
    margin: 0 0px 40px;
    z-index: 998;
}

#propTabs > header address {
    position: relative;
    top: 4px;
    flex-grow: 1;
    display: block;
    color: var(--vc-dkblue);
    font-weight: bold;
    font-style: normal;
    letter-spacing: -0.6px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.addressHeader {
    display: none !important;
}

#pvENTVal .addressHeader {
    display: block !important;
}

#propTabs > header > nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

#propTabs > header > nav > button {
    margin: 0;
}

#propTabs > nav {
    position: sticky;
    top: 190px;
    z-index: 999;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    background: transparent;
    width: auto;
    height: auto;
}

#propTabs ul[role="tablist"] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: var(--vc-green);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color_lt-green)+0,43a246+30,43a246+70,68ba6b+100 */
    background: linear-gradient(to bottom, var(--color_lt-green) 0%, var(--vc-green) 25%, var(--vc-green) 75%, var(--color_lt-green) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1.5px solid var(--vc-dkgreen);
    border-radius: var(--size_border-radius);
    box-shadow: 0px 10px 8px 0px #ffffff;
}

#propTabs li[role="tab"]:not(:first-child) {
    border-left: 1px solid var(--vc-dkgreen);
}

#propTabs li[role="tab"]:not(:last-child) {
    border-right: 1px solid var(--vc-dkgreen);
}

#propTabs li[role="tab"] {
    padding: 0;
    text-align: center;
    flex-grow: 1;
}

#propTabs li[role="tab"] a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
}

#propTabs li[role="tab"] a:hover {
    background: var(--color_lt-green);
}

#propTabs li[role="tab"] a.tab-active {
    background: var(--color_lt-green);
    border-bottom: 4px solid var(--vc-dkgreen);
    padding-bottom: 6px;
}

#propTabs main article {
    //
}

#propTabs main article div[class$="Container"] {
    display: flex;
    flex-direction: column;
}

#propTabs main article div[class$="Header"] {
    border-radius: 3px;
    background: var(--vc-blue);
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1;
}

#propTabs main article div[class$="Header"]:hover {
    background: var(--vc-dkblue);
}

#propTabs main article div[class$="Header"] > table td {
    padding: 0;
}

#propTabs main article div[class$="Header"]:hover {
    background: var(--vc-dkblue);
}

#propTabs main article div[class$="HeaderBL"] {
    border-radius: 3px;
    background: var(--vc-green);
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
    line-height: 1;
}

#propTabs main article div[class$="HeaderBL"]:hover {
    background: var(--vc-dkgreen);
}

#propTabs main article div[class$="Content"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
    padding-bottom: 32px;
    border: 0;
    border-bottom: 3px solid var(--vc-green);
    border-radius: 0;
    margin-bottom: 20px;
}

#propTabs main article div[class$="Content"] > div {
    flex: 1;
}

#propTabs main article div[class$="Content"] > div:has(table) {
    flex-basis: 100%;
}

#propTabs main article div[class$="Content"] div[class$="Label"] {
    font-weight: bold;
    flex: 1 !important;
    border: none !important;
    line-height: 1.5 !important;
    padding: 4px !important;
    align-items: center;
}

#propTabs main article div[class$="Content"] div[class$="Indent"],
#propTabs main article div[class$="Content"] div[class*="Data"] {
    /* padding: 0; */
    flex: 2 !important;
    border: none !important;
    line-height: 1.5 !important;
    padding: 4px !important;
    align-items: center;
}

#propTabs main article div[class$="Content"] table {
    /* ] > div > table { */
    border-collapse: collapse;
    margin: 0 !important;
}

#propTabs main article div[class$="Content"] table tr {
    /* ] > div > table tr { */
    border-bottom: 1px solid var(--color_lt-gray);
}

#propTabs main article div[class$="Content"] table td,
#propTabs main article div[class$="Content"] table th {
    /* ] > div > table td { */
    flex: 1 !important;
    border: none !important;
    line-height: 1.5 !important;
    padding: 4px !important;
}

#propTabs .valuation-table ul {
    margin-left: 3rem;
}

td,
th {
    line-height: 1.5 !important;
}

.tranLabel {
    border: none !important;
}

.profileLabel {
    white-space: nowrap;
    min-width: 150px;
    text-align: left;
    /* flex: 1 !important; */
}

.profileDataIndent {
    flex: 2 !important;
}

td.ethnicityLabel {
    position: relative;
    left: 30px;
    width: 200px !important;
    font-weight: bold;
}
td.ethnicityData {
    text-align: left;
    /* width: 100px !important; */
    /* padding-left: 50px !important; */
}

#txtSchools > div.schoolContent > table > tbody > tr:nth-child(7) > td:nth-child(2) > table > tbody > tr:not(:first-child) > td.schoolLabel {
    text-align: right !important;
}

#txtDemo > div:nth-child(10) > table > tbody > tr > td:first-child {
    text-align: right !important;
}

#txtDemo > div:nth-child(4) > table:nth-child(1) > tbody > tr > td.demoLabel {
    text-align: right !important;
}

#txtEnhComps > div:nth-child(9) table:not(.rsTable):not(:first-child) {
    /* margin-top: 2rem !important; */
}

#txtEnhComps > div:nth-child(9) .profileSpacer {
    height: 3px;
    width: 100%;
    margin: 30px 0;
    background: #ccc;
}

#txtVA .ui-slider {
    background: #fff !important;
}

#txtVA .ui-slider-handle {
    background: var(--vc-green) !important;
}

#txtEnhComps > div:nth-child(2) > table > tbody > tr:not(:nth-child(1)) > td.rsSumLabel {
    padding-left: 50px !important;
}

.ModalDialog-Header {
    background: var(--vc-blue);
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
}

.ModalDialog-BoxWrap .button {
    margin: 0 !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
}

.ModalDialog-BoxWrap .vcLabelRight {
    font-size: 0.85rem !important;
}

.ModalDialog-BoxWrap select {
    font-size: 14px !important;
    margin: 0 !important;
}

#VACompSaleBtn,
#VAPrevAppBtn {
    margin: 0 !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
}

.headerBlue {
    background: var(--vc-blue) !important;
    font-size: 1rem !important;
    padding: 0.5rem 0.75rem !important;
}

#txtVA > div:nth-child(7) > table:nth-child(2) > tbody > tr:nth-child(4) > td.VALabel > a {
    display: inline-block !important;
    margin-right: 6px !important;
}

#valuation > div > div > table > thead > tr > td:nth-child(5) > a {
    display: inline-block !important;
}

#txtAnalysis > div:nth-child(2) > table > tbody > tr:nth-child(4) > td.propAnalysisLabel > a > img {
    display: inline !important;
}

#divExpressFarm > div:nth-child(9) {
    display: flex !important;
    flex-direction: column !important;
}

#divExpressFarm > div:nth-child(9) > div {
    border-bottom: 1px solid var(--color_lt-gray);
}

#divExpressFarm > div:nth-child(9) div {
    display: flex !important;
    align-items: center;
    padding: 4px;
}

#divExpressFarm > div:nth-child(9) div input,
#divExpressFarm > div:nth-child(9) div select {
    font-size: 14px !important;
    padding: 2px 6px !important;
    margin: 0px !important;
    height: 28px !important;
    line-height: 1 !important;
}

#RecentSearchDlg {
    z-index: 1001;
}

/*
#divExpressFarm > div:nth-child(9) > div > div {
    display: flex !important;
    flex-direction: column !important;
}
*/

.flex-table {
    display: flex !important;
    flex-flow: column wrap;
    align-items: center;
}
.flex-thead,
.flex-tbody,
.flex-table thead,
.flex-table tbody {
    display: flex !important;
    flex-flow: column wrap;
    align-items: center;
}
.flex-tr,
.flex-table tr {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
}
.flex-td,
.flex-th .flex-table td,
.flex-table th {
    display: block !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 4px !important;
    white-space: nowrap;
    align-items: center;
    flex: 1;
}
.flex-colspan-2,
.flex-table td[colspan="2"],
.flex-table th[colspan="2"] {
    flex: 2;
}
.flex-colspan-3,
.flex-table td[colspan="3"],
.flex-table th[colspan="3"] {
    flex: 3;
}
.flex-colspan-4,
.flex-table td[colspan="4"],
.flex-table th[colspan="4"] {
    flex: 4;
}
.flex-colspan-5,
.flex-table td[colspan="5"],
.flex-table th[colspan="5"] {
    flex: 5;
}
.flex-colspan-6,
.flex-table td[colspan="6"],
.flex-table th[colspan="6"] {
    flex: 6;
}
