:root {
    --cs-backgroud-light-1:  #ffffff;
    --cs-backgroud-light-2:  #d7dfea;
    --cs-backgroud-dark-1:  #000000;
    --cs-backgroud-dark-2:  #032c58;
    --cs-accent-1:  #f8c000;
    --cs-accent-2:  #032c58;
    --cs-accent-3:  #fcf9f9;
    --cs-accent-4:  #aeaeae;
    --cs-accent-5:  #c4ccdc;
    --cs-accent-6:  #ffffff;
    --cs-hyperlink:  #f8c000;
    --cs-hyperlink-followed:  #6a94c8;
    --cs-accent-1-text: #ffffff;
    --cs-accent-1-hover: #C69A00;
    --cs-accent-1-hover-text: #ffffff;
    --cs-accent-2-text: #ffffff;
    --cs-accent-2-hover: #022346;
    --cs-accent-2-hover-text: #ffffff;
    --cs-accent-3-text: #000000;
    --cs-accent-3-hover: #656464;
    --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: #666666;
    --cs-accent-6-hover-text: #ffffff;
}

body {
    background-color:  #d7dfea !important;
    color:  #000000 !important;
}

a {color:  #f8c000;}
a:visited {color:  #6a94c8;}

.accent1 {
    background-color:  #f8c000 !important;
    border-color: transparent !important;
}

.accent1_Border {
    border-color:  #f8c000 !important;
}

.accent-1 {
    background-color:  #f8c000 !important;
    border-color: transparent !important;
}

.accent-1-outline {
    border-color:  #f8c000 !important;
}

.accent2 {
    background-color:  #032c58 !important;
    border-color: transparent !important;
}

.accent2_Border {
    border-color:  #032c58 !important;
}

.accent-2 {
    background-color:  #032c58 !important;
    border-color: transparent !important;
}

.accent-2-outline {
    border-color:  #032c58 !important;
}

.accent3 {
    background-color:  #fcf9f9 !important;
    border-color: transparent !important;
}

.accent3_Border {
    border-color:  #fcf9f9 !important;
}

.accent-3 {
    background-color:  #fcf9f9 !important;
    border-color: transparent !important;
}

.accent-3-outline {
    border-color:  #fcf9f9 !important;
}

.accent4 {
    background-color:  #aeaeae !important;
    border-color: transparent !important;
}

.accent4_Border {
    border-color:  #aeaeae !important;
}

.accent-4 {
    background-color:  #aeaeae !important;
    border-color: transparent !important;
}

.accent-4-outline {
    border-color:  #aeaeae !important;
}

.accent5 {
    background-color:  #c4ccdc !important;
    border-color: transparent !important;
}

.accent5_Border {
    border-color:  #c4ccdc !important;
}

.accent-5 {
    background-color:  #c4ccdc !important;
    border-color: transparent !important;
}

.accent-5-outline {
    border-color:  #c4ccdc !important;
}

.accent6 {
    background-color:  #ffffff !important;
    border-color: transparent !important;
}

.accent6_Border {
    border-color:  #ffffff !important;
}

.accent-6 {
    background-color:  #ffffff !important;
    border-color: transparent !important;
}

.accent-6-outline {
    border-color:  #ffffff !important;
}

.backgrounddark1 {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.background-dark-primary {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.backgrounddark2 {
    background-color:  #032c58 !important;
    color:  #d7dfea !important;
}

.background-dark-secondary {
    background-color:  #032c58 !important;
    color:  #d7dfea !important;
}

.backgroundlight1 {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.background-light-primary {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.backgroundlight2 {
    background-color:  #d7dfea !important;
    color:  #032c58 !important;
}

.background-light-secondary {
    background-color:  #d7dfea !important;
    color:  #032c58 !important;
}

.textdark1 {
    color:  #000000 !important;
}

.text-dark-primary {
    color:  #000000 !important;
}

.textdark2 {
    color:  #032c58 !important;
}

.text-dark-secondary {
    color:  #032c58 !important;
}

.textlight1 {
    color:  #ffffff !important;
}

.text-light-primary {
    color:  #ffffff !important;
}

.textlight2 {
    color:  #d7dfea !important;
}

.text-light-secondary {
    color:  #d7dfea !important;
}

.btn-accent-1 {
    background-color:  #f8c000 !important;
    color: #ffffff !important;
}

.btn-accent-1:hover {
    background-color: #C69A00 !important;
    color: #ffffff !important;
}

.btn-outline-accent-1 {
    border-color:  #f8c000 !important;
    color:  #f8c000 !important;
}

.btn-outline-accent-1:hover {
    background-color:  #f8c000 !important;
    color: #ffffff !important;
}

.btn-accent-2 {
    background-color:  #032c58 !important;
    color: #ffffff !important;
}

.btn-accent-2:hover {
    background-color: #022346 !important;
    color: #ffffff !important;
}

.btn-outline-accent-2 {
    border-color:  #032c58 !important;
    color:  #032c58 !important;
}

.btn-outline-accent-2:hover {
    background-color:  #032c58 !important;
    color: #ffffff !important;
}

.btn-accent-3 {
    background-color:  #fcf9f9 !important;
    color: #000000 !important;
}

.btn-accent-3:hover {
    background-color: #656464 !important;
    color: #ffffff !important;
}

.btn-outline-accent-3 {
    border-color:  #fcf9f9 !important;
    color:  #fcf9f9 !important;
}

.btn-outline-accent-3:hover {
    background-color:  #fcf9f9 !important;
    color: #000000 !important;
}

.btn-accent-4 {
    background-color:  #aeaeae !important;
    color: #000000 !important;
}

.btn-accent-4: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 {
    background-color:  #c4ccdc !important;
    color: #000000 !important;
}

.btn-accent-5:hover {
    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 {
    background-color:  #ffffff !important;
    color: #000000 !important;
}

.btn-accent-6:hover {
    background-color: #666666;
    color: #ffffff !important;
}

.btn-outline-accent-6 {
    border-color:  #ffffff !important;
    color:  #ffffff !important;
}

.btn-outline-accent-6:hover {
    background-color:  #ffffff !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;
}

