:root {
    --cs-backgroud-light-1:  #ffffff;
    --cs-backgroud-light-2:  #d7dfea;
    --cs-backgroud-dark-1:  #000000;
    --cs-backgroud-dark-2:  #f0a032;
    --cs-accent-1:  #93ae3b;
    --cs-accent-2:  #033977;
    --cs-accent-3:  #ae1d2a;
    --cs-accent-4:  #aeaeae;
    --cs-accent-5:  #c4ccdc;
    --cs-accent-6:  #76bfdc;
    --cs-hyperlink:  #0000ff;
    --cs-hyperlink-followed:  #800080;
    --cs-accent-1-text: #ffffff;
    --cs-accent-1-hover: #768B2F;
    --cs-accent-1-hover-text: #ffffff;
    --cs-accent-2-text: #ffffff;
    --cs-accent-2-hover: #022E5F;
    --cs-accent-2-hover-text: #ffffff;
    --cs-accent-3-text: #ffffff;
    --cs-accent-3-hover: #8B1722;
    --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: #2F4C58;
    --cs-accent-6-hover-text: #ffffff;
}

body {
    background-color:  #d7dfea !important;
    color:  #000000 !important;
}

a {color:  #0000ff;}
a:visited {color:  #800080;}

.accent1 {
    background-color:  #93ae3b !important;
    border-color: transparent !important;
}

.accent1_Border {
    border-color:  #93ae3b !important;
}

.accent-1 {
    background-color:  #93ae3b !important;
    border-color: transparent !important;
}

.accent-1-outline {
    border-color:  #93ae3b !important;
}

.accent2 {
    background-color:  #033977 !important;
    border-color: transparent !important;
}

.accent2_Border {
    border-color:  #033977 !important;
}

.accent-2 {
    background-color:  #033977 !important;
    border-color: transparent !important;
}

.accent-2-outline {
    border-color:  #033977 !important;
}

.accent3 {
    background-color:  #ae1d2a !important;
    border-color: transparent !important;
}

.accent3_Border {
    border-color:  #ae1d2a !important;
}

.accent-3 {
    background-color:  #ae1d2a !important;
    border-color: transparent !important;
}

.accent-3-outline {
    border-color:  #ae1d2a !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:  #76bfdc !important;
    border-color: transparent !important;
}

.accent6_Border {
    border-color:  #76bfdc !important;
}

.accent-6 {
    background-color:  #76bfdc !important;
    border-color: transparent !important;
}

.accent-6-outline {
    border-color:  #76bfdc !important;
}

.backgrounddark1 {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.background-dark-primary {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.backgrounddark2 {
    background-color:  #f0a032 !important;
    color:  #d7dfea !important;
}

.background-dark-secondary {
    background-color:  #f0a032 !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:  #f0a032 !important;
}

.background-light-secondary {
    background-color:  #d7dfea !important;
    color:  #f0a032 !important;
}

.textdark1 {
    color:  #000000 !important;
}

.text-dark-primary {
    color:  #000000 !important;
}

.textdark2 {
    color:  #f0a032 !important;
}

.text-dark-secondary {
    color:  #f0a032 !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:  #93ae3b !important;
    color: #ffffff !important;
}

.btn-accent-1:hover {
    background-color: #768B2F !important;
    color: #ffffff !important;
}

.btn-outline-accent-1 {
    border-color:  #93ae3b !important;
    color:  #93ae3b !important;
}

.btn-outline-accent-1:hover {
    background-color:  #93ae3b !important;
    color: #ffffff !important;
}

.btn-accent-2 {
    background-color:  #033977 !important;
    color: #ffffff !important;
}

.btn-accent-2:hover {
    background-color: #022E5F !important;
    color: #ffffff !important;
}

.btn-outline-accent-2 {
    border-color:  #033977 !important;
    color:  #033977 !important;
}

.btn-outline-accent-2:hover {
    background-color:  #033977 !important;
    color: #ffffff !important;
}

.btn-accent-3 {
    background-color:  #ae1d2a !important;
    color: #ffffff !important;
}

.btn-accent-3:hover {
    background-color: #8B1722 !important;
    color: #ffffff !important;
}

.btn-outline-accent-3 {
    border-color:  #ae1d2a !important;
    color:  #ae1d2a !important;
}

.btn-outline-accent-3:hover {
    background-color:  #ae1d2a !important;
    color: #ffffff !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:  #76bfdc !important;
    color: #000000 !important;
}

.btn-accent-6:hover {
    background-color: #2F4C58;
    color: #ffffff !important;
}

.btn-outline-accent-6 {
    border-color:  #76bfdc !important;
    color:  #76bfdc !important;
}

.btn-outline-accent-6:hover {
    background-color:  #76bfdc !important;
    color: #000000 !important;
}

.company-logo {
    background-image: url("http://betterhomeowners.com/image.ashx/473dfbe4-f7f7-45ab-a0ae-c27344428c00");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    object-position: -1000px;
}

.agent-photo {
    background-image: url("http://betterhomeowners.com/image.ashx/9316d1bd-4e76-40d5-9484-72d4cc35ac51");
    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;
}

