:root {
    --cs-backgroud-light-1:  #ffffff;
    --cs-backgroud-light-2:  #eeece1;
    --cs-backgroud-dark-1:  #000000;
    --cs-backgroud-dark-2:  #952340;
    --cs-accent-1:  #303393;
    --cs-accent-2:  #c0504d;
    --cs-accent-3:  #9bbb59;
    --cs-accent-4:  #7f7f7f;
    --cs-accent-5:  #4bacc6;
    --cs-accent-6:  #f79646;
    --cs-hyperlink:  #0000ff;
    --cs-hyperlink-followed:  #c0504d;
    --cs-accent-1-text: #ffffff;
    --cs-accent-1-hover: #262976;
    --cs-accent-1-hover-text: #ffffff;
    --cs-accent-2-text: #ffffff;
    --cs-accent-2-hover: #9A403E;
    --cs-accent-2-hover-text: #ffffff;
    --cs-accent-3-text: #ffffff;
    --cs-accent-3-hover: #7C9647;
    --cs-accent-3-hover-text: #ffffff;
    --cs-accent-4-text: #ffffff;
    --cs-accent-4-hover: #666666;
    --cs-accent-4-hover-text: #ffffff;
    --cs-accent-5-text: #ffffff;
    --cs-accent-5-hover: #3C8A9E;
    --cs-accent-5-hover-text: #ffffff;
    --cs-accent-6-text: #000000;
    --cs-accent-6-hover: #633C1C;
    --cs-accent-6-hover-text: #ffffff;
}

body {
    background-color:  #eeece1 !important;
    color:  #000000 !important;
}

a {color:  #0000ff;}
a:visited {color:  #c0504d;}

.accent1 {
    background-color:  #303393 !important;
    border-color: transparent !important;
}

.accent1_Border {
    border-color:  #303393 !important;
}

.accent-1 {
    background-color:  #303393 !important;
    border-color: transparent !important;
}

.accent-1-outline {
    border-color:  #303393 !important;
}

.accent2 {
    background-color:  #c0504d !important;
    border-color: transparent !important;
}

.accent2_Border {
    border-color:  #c0504d !important;
}

.accent-2 {
    background-color:  #c0504d !important;
    border-color: transparent !important;
}

.accent-2-outline {
    border-color:  #c0504d !important;
}

.accent3 {
    background-color:  #9bbb59 !important;
    border-color: transparent !important;
}

.accent3_Border {
    border-color:  #9bbb59 !important;
}

.accent-3 {
    background-color:  #9bbb59 !important;
    border-color: transparent !important;
}

.accent-3-outline {
    border-color:  #9bbb59 !important;
}

.accent4 {
    background-color:  #7f7f7f !important;
    border-color: transparent !important;
}

.accent4_Border {
    border-color:  #7f7f7f !important;
}

.accent-4 {
    background-color:  #7f7f7f !important;
    border-color: transparent !important;
}

.accent-4-outline {
    border-color:  #7f7f7f !important;
}

.accent5 {
    background-color:  #4bacc6 !important;
    border-color: transparent !important;
}

.accent5_Border {
    border-color:  #4bacc6 !important;
}

.accent-5 {
    background-color:  #4bacc6 !important;
    border-color: transparent !important;
}

.accent-5-outline {
    border-color:  #4bacc6 !important;
}

.accent6 {
    background-color:  #f79646 !important;
    border-color: transparent !important;
}

.accent6_Border {
    border-color:  #f79646 !important;
}

.accent-6 {
    background-color:  #f79646 !important;
    border-color: transparent !important;
}

.accent-6-outline {
    border-color:  #f79646 !important;
}

.backgrounddark1 {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.background-dark-primary {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.backgrounddark2 {
    background-color:  #952340 !important;
    color:  #eeece1 !important;
}

.background-dark-secondary {
    background-color:  #952340 !important;
    color:  #eeece1 !important;
}

.backgroundlight1 {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.background-light-primary {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.backgroundlight2 {
    background-color:  #eeece1 !important;
    color:  #952340 !important;
}

.background-light-secondary {
    background-color:  #eeece1 !important;
    color:  #952340 !important;
}

.textdark1 {
    color:  #000000 !important;
}

.text-dark-primary {
    color:  #000000 !important;
}

.textdark2 {
    color:  #952340 !important;
}

.text-dark-secondary {
    color:  #952340 !important;
}

.textlight1 {
    color:  #ffffff !important;
}

.text-light-primary {
    color:  #ffffff !important;
}

.textlight2 {
    color:  #eeece1 !important;
}

.text-light-secondary {
    color:  #eeece1 !important;
}

.btn-accent-1 {
    background-color:  #303393 !important;
    color: #ffffff !important;
}

.btn-accent-1:hover {
    background-color: #262976 !important;
    color: #ffffff !important;
}

.btn-outline-accent-1 {
    border-color:  #303393 !important;
    color:  #303393 !important;
}

.btn-outline-accent-1:hover {
    background-color:  #303393 !important;
    color: #ffffff !important;
}

.btn-accent-2 {
    background-color:  #c0504d !important;
    color: #ffffff !important;
}

.btn-accent-2:hover {
    background-color: #9A403E !important;
    color: #ffffff !important;
}

.btn-outline-accent-2 {
    border-color:  #c0504d !important;
    color:  #c0504d !important;
}

.btn-outline-accent-2:hover {
    background-color:  #c0504d !important;
    color: #ffffff !important;
}

.btn-accent-3 {
    background-color:  #9bbb59 !important;
    color: #ffffff !important;
}

.btn-accent-3:hover {
    background-color: #7C9647 !important;
    color: #ffffff !important;
}

.btn-outline-accent-3 {
    border-color:  #9bbb59 !important;
    color:  #9bbb59 !important;
}

.btn-outline-accent-3:hover {
    background-color:  #9bbb59 !important;
    color: #ffffff !important;
}

.btn-accent-4 {
    background-color:  #7f7f7f !important;
    color: #ffffff !important;
}

.btn-accent-4:hover {
    background-color: #666666;
    color: #ffffff !important;
}

.btn-outline-accent-4 {
    border-color:  #7f7f7f !important;
    color:  #7f7f7f !important;
}

.btn-outline-accent-4:hover {
    background-color:  #7f7f7f !important;
    color: #ffffff !important;
}

.btn-accent-5 {
    background-color:  #4bacc6 !important;
    color: #ffffff !important;
}

.btn-accent-5:hover {
    background-color: #3C8A9E;
    color: #ffffff !important;
}

.btn-outline-accent-5 {
    border-color:  #4bacc6 !important;
    color:  #4bacc6 !important;
}

.btn-outline-accent-5:hover {
    background-color:  #4bacc6 !important;
    color: #ffffff !important;
}

.btn-accent-6 {
    background-color:  #f79646 !important;
    color: #000000 !important;
}

.btn-accent-6:hover {
    background-color: #633C1C;
    color: #ffffff !important;
}

.btn-outline-accent-6 {
    border-color:  #f79646 !important;
    color:  #f79646 !important;
}

.btn-outline-accent-6:hover {
    background-color:  #f79646 !important;
    color: #000000 !important;
}

.company-logo {
    background-image: url("http://betterhomeowners.com/image.ashx/00c487ed-5dfe-4968-98c9-5632ebf7f3c3");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    object-position: -1000px;
}

.agent-photo {
    background-image: url("http://betterhomeowners.com/image.ashx/18451dab-a64e-4d08-86b0-0dec94128536");
    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;
}

