:root {
    --cs-backgroud-light-1:  #ffffff;
    --cs-backgroud-light-2:  #ffffff;
    --cs-backgroud-dark-1:  #000000;
    --cs-backgroud-dark-2:  #01254a;
    --cs-accent-1:  #01254a;
    --cs-accent-2:  #ffffff;
    --cs-accent-3:  #d8d8d8;
    --cs-accent-4:  #aeaeae;
    --cs-accent-5:  #c4ccdc;
    --cs-accent-6:  #d8d8d8;
    --cs-hyperlink:  #c0504d;
    --cs-hyperlink-followed:  #6a94c8;
    --cs-accent-1-text: #ffffff;
    --cs-accent-1-hover: #011E3B;
    --cs-accent-1-hover-text: #ffffff;
    --cs-accent-2-text: #000000;
    --cs-accent-2-hover: #666666;
    --cs-accent-2-hover-text: #ffffff;
    --cs-accent-3-text: #000000;
    --cs-accent-3-hover: #565656;
    --cs-accent-3-hover-text: #ffffff;
    --cs-accent-4-text: #000000;
    --cs-accent-4-hover: #464646;
    --cs-accent-4-hover-text: #ffffff;
    --cs-accent-5-text: #000000;
    --cs-accent-5-hover: #4E5258;
    --cs-accent-5-hover-text: #ffffff;
    --cs-accent-6-text: #000000;
    --cs-accent-6-hover: #565656;
    --cs-accent-6-hover-text: #ffffff;
}

body {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

a {color:  #c0504d;}
a:visited {color:  #6a94c8;}

.accent1, .accent-1, .brand-accent-1 {
    background-color:  #01254a !important;
    border-color: transparent !important;
}

.accent1_Border, .accent-1-outline, .brand-accent-1-outline {
    border-color:  #01254a !important;
}

.accent2, .accent-2, .brand-accent-2 {
    background-color:  #ffffff !important;
    border-color: transparent !important;
}

.accent2_Border, .accent-2-outline, .brand-accent-2-outline {
    border-color:  #ffffff !important;
}

.accent3, .accent-3, .brand-accent-3 {
    background-color:  #d8d8d8 !important;
    border-color: transparent !important;
}

.accent3_Border, .accent-3-outline, .brand-accent-3-outline {
    border-color:  #d8d8d8 !important;
}

.accent4, .accent-4, .brand-accent-4 {
    background-color:  #aeaeae !important;
    border-color: transparent !important;
}

.accent4_Border, .accent-4-outline, .brand-accent-1-outline {
    border-color:  #aeaeae !important;
}

.accent5, .accent-5, .brand-accent-5 {
    background-color:  #c4ccdc !important;
    border-color: transparent !important;
}

.accent5_Border, .accent-5-outline, .brand-accent-5-outline {
    border-color:  #c4ccdc !important;
}

.accent6, .accent-6, .brand-accent-6 {
    background-color:  #d8d8d8 !important;
    border-color: transparent !important;
}

.accent6_Border, .accent-6-outline, .brand-accent-6-outline {
    border-color:  #d8d8d8 !important;
}

.backgrounddark1, .background-dark-primary, .brand-background-dark-primary {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.backgrounddark2, .background-dark-secondary, .brand-background-dark-secondary {
    background-color:  #01254a !important;
    color:  #ffffff !important;
}

.backgroundlight1, .background-light-primary, .brand-background-light-primary {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.backgroundlight2, .background-light-secondary, .brand-background-light-secondary {
    background-color:  #ffffff !important;
    color:  #01254a !important;
}

.textdark1, .text-dark-primary, .brand-text-dark-primary {
    color:  #000000 !important;
}

.textdark2, .text-dark-secondary, .brand-text-dark-secondary {
    color:  #01254a !important;
}

.textlight1, .text-light-primary, .brand-text-light-primary {
    color:  #ffffff !important;
}

.textlight2, .text-light-secondary, .brand-text-light-secondary {
    color:  #ffffff !important;
}

.text-accent-1, .accent-1-text, .accent-1-heading, .brand-accent-1-text, .brand-accent-1-heading {
    color:  #01254a !important;
}
.text-accent-2, .accent-2-text, .accent-2-heading, .brand-accent-2-text, .brand-accent-2-heading {
    color:  #ffffff !important;
}
.text-accent-3, .accent-3-text, .accent-3-heading, .brand-accent-3-text, .brand-accent-3-heading {
    color:  #d8d8d8 !important;
}
.text-accent-4, .accent-4-text, .accent-4-heading, .brand-accent-4-text, .brand-accent-4-heading {
    color:  #aeaeae !important;
}
.text-accent-5, .accent-5-text, .accent-5-heading, .brand-accent-5-text, .brand-accent-5-heading {
    color:  #c4ccdc !important;
}
.text-accent-6, .accent-6-text, .accent-6-heading, .brand-accent-6-text, .brand-accent-6-heading {
    color:  #d8d8d8 !important;
}

.btn-accent-1, .accent-1-button, .brand-accent-1-button {
    background-color:  #01254a !important;
    color: #ffffff !important;
}

.btn-accent-1:hover, .accent-1-button:hover, .brand-accent-1-button:hover {
    background-color: #011E3B !important;
    color: #ffffff !important;
}

.btn-outline-accent-1 {
    border-color:  #01254a !important;
    color:  #01254a !important;
}

.btn-outline-accent-1:hover {
    background-color:  #01254a !important;
    color: #ffffff !important;
}

.btn-accent-2, .accent-2-button, .brand-accent-2-button {
    background-color:  #ffffff !important;
    color: #000000 !important;
}

.btn-accent-2:hover, .accent-2-button:hover, .brand-accent-1-button:hover {
    background-color: #666666 !important;
    color: #ffffff !important;
}

.btn-outline-accent-2 {
    border-color:  #ffffff !important;
    color:  #ffffff !important;
}

.btn-outline-accent-2:hover {
    background-color:  #ffffff !important;
    color: #000000 !important;
}

.btn-accent-3, .accent-3-button, .brand-accent-3-button {
    background-color:  #d8d8d8 !important;
    color: #000000 !important;
}

.btn-accent-3:hover, .accent-3-button:hover, .brand-accent-3-button:hover {
    background-color: #565656 !important;
    color: #ffffff !important;
}

.btn-outline-accent-3 {
    border-color:  #d8d8d8 !important;
    color:  #d8d8d8 !important;
}

.btn-outline-accent-3:hover {
    background-color:  #d8d8d8 !important;
    color: #000000 !important;
}

.btn-accent-4, .accent-4-button, .brand-accent-4-button {
    background-color:  #aeaeae !important;
    color: #000000 !important;
}

.btn-accent-4:hover, .accent-4-button:hover, .brand-accent-4-button:hover {
    background-color: #464646;
    color: #ffffff !important;
}

.btn-outline-accent-4 {
    border-color:  #aeaeae !important;
    color:  #aeaeae !important;
}

.btn-outline-accent-4:hover {
    background-color:  #aeaeae !important;
    color: #000000 !important;
}

.btn-accent-5, .accent-5-button, .brand-accent-5-button {
    background-color:  #c4ccdc !important;
    color: #000000 !important;
}

.btn-accent-5:hover, .accent-5-button, .brand-accent-5-button {
    background-color: #4E5258;
    color: #ffffff !important;
}

.btn-outline-accent-5 {
    border-color:  #c4ccdc !important;
    color:  #c4ccdc !important;
}

.btn-outline-accent-5:hover {
    background-color:  #c4ccdc !important;
    color: #ffffff !important;
}

.btn-accent-6, .accent-6-button, .brand-accent-6-button {
    background-color:  #d8d8d8 !important;
    color: #000000 !important;
}

.btn-accent-6:hover, .accent-6-button:hover, .brand-accent-6-button:hover {
    background-color: #565656;
    color: #ffffff !important;
}

.btn-outline-accent-6 {
    border-color:  #d8d8d8 !important;
    color:  #d8d8d8 !important;
}

.btn-outline-accent-6:hover {
    background-color:  #d8d8d8 !important;
    color: #000000 !important;
}

.company-logo {
    background-image: url("http://betterhomeowners.com/image.ashx/67ec9ceb-0c95-407f-ac5b-3c28d7bd82d4");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    object-position: -1000px;
}

.agent-photo {
    background-image: url("http://betterhomeowners.com/image.ashx/1463ed6c-d38a-4c30-8148-0a75c1f98c60");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    object-position: -1000px;
}

.intouch-company-logo {
    background-image: url("https://intouchsystems.com/images/InTouch.Logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    object-position: -1000px;
}

