:root {
    --cs-backgroud-light-1:  #ffffff;
    --cs-backgroud-light-2:  #ecffd1;
    --cs-backgroud-dark-1:  #000000;
    --cs-backgroud-dark-2:  #b1dacc;
    --cs-accent-1:  #e34190;
    --cs-accent-2:  #b1dacc;
    --cs-accent-3:  #e34190;
    --cs-accent-4:  #b1dacc;
    --cs-accent-5:  #595959;
    --cs-accent-6:  #bfbfbf;
    --cs-hyperlink:  #e34190;
    --cs-hyperlink-followed:  #7f7f7f;
    --cs-accent-1-text: #ffffff;
    --cs-accent-1-hover: #B63473;
    --cs-accent-1-hover-text: #ffffff;
    --cs-accent-2-text: #000000;
    --cs-accent-2-hover: #475752;
    --cs-accent-2-hover-text: #ffffff;
    --cs-accent-3-text: #ffffff;
    --cs-accent-3-hover: #B63473;
    --cs-accent-3-hover-text: #ffffff;
    --cs-accent-4-text: #000000;
    --cs-accent-4-hover: #475752;
    --cs-accent-4-hover-text: #ffffff;
    --cs-accent-5-text: #ffffff;
    --cs-accent-5-hover: #474747;
    --cs-accent-5-hover-text: #ffffff;
    --cs-accent-6-text: #000000;
    --cs-accent-6-hover: #4C4C4C;
    --cs-accent-6-hover-text: #ffffff;
}

body {
    background-color:  #ecffd1 !important;
    color:  #000000 !important;
}

a {color:  #e34190;}
a:visited {color:  #7f7f7f;}

.accent1 {
    background-color:  #e34190 !important;
    border-color: transparent !important;
}

.accent1_Border {
    border-color:  #e34190 !important;
}

.accent-1 {
    background-color:  #e34190 !important;
    border-color: transparent !important;
}

.accent-1-outline {
    border-color:  #e34190 !important;
}

.accent2 {
    background-color:  #b1dacc !important;
    border-color: transparent !important;
}

.accent2_Border {
    border-color:  #b1dacc !important;
}

.accent-2 {
    background-color:  #b1dacc !important;
    border-color: transparent !important;
}

.accent-2-outline {
    border-color:  #b1dacc !important;
}

.accent3 {
    background-color:  #e34190 !important;
    border-color: transparent !important;
}

.accent3_Border {
    border-color:  #e34190 !important;
}

.accent-3 {
    background-color:  #e34190 !important;
    border-color: transparent !important;
}

.accent-3-outline {
    border-color:  #e34190 !important;
}

.accent4 {
    background-color:  #b1dacc !important;
    border-color: transparent !important;
}

.accent4_Border {
    border-color:  #b1dacc !important;
}

.accent-4 {
    background-color:  #b1dacc !important;
    border-color: transparent !important;
}

.accent-4-outline {
    border-color:  #b1dacc !important;
}

.accent5 {
    background-color:  #595959 !important;
    border-color: transparent !important;
}

.accent5_Border {
    border-color:  #595959 !important;
}

.accent-5 {
    background-color:  #595959 !important;
    border-color: transparent !important;
}

.accent-5-outline {
    border-color:  #595959 !important;
}

.accent6 {
    background-color:  #bfbfbf !important;
    border-color: transparent !important;
}

.accent6_Border {
    border-color:  #bfbfbf !important;
}

.accent-6 {
    background-color:  #bfbfbf !important;
    border-color: transparent !important;
}

.accent-6-outline {
    border-color:  #bfbfbf !important;
}

.backgrounddark1 {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.background-dark-primary {
    background-color:  #000000 !important;
    color:  #ffffff !important;
}

.backgrounddark2 {
    background-color:  #b1dacc !important;
    color:  #ecffd1 !important;
}

.background-dark-secondary {
    background-color:  #b1dacc !important;
    color:  #ecffd1 !important;
}

.backgroundlight1 {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.background-light-primary {
    background-color:  #ffffff !important;
    color:  #000000 !important;
}

.backgroundlight2 {
    background-color:  #ecffd1 !important;
    color:  #b1dacc !important;
}

.background-light-secondary {
    background-color:  #ecffd1 !important;
    color:  #b1dacc !important;
}

.textdark1 {
    color:  #000000 !important;
}

.text-dark-primary {
    color:  #000000 !important;
}

.textdark2 {
    color:  #b1dacc !important;
}

.text-dark-secondary {
    color:  #b1dacc !important;
}

.textlight1 {
    color:  #ffffff !important;
}

.text-light-primary {
    color:  #ffffff !important;
}

.textlight2 {
    color:  #ecffd1 !important;
}

.text-light-secondary {
    color:  #ecffd1 !important;
}

.btn-accent-1 {
    background-color:  #e34190 !important;
    color: #ffffff !important;
}

.btn-accent-1:hover {
    background-color: #B63473 !important;
    color: #ffffff !important;
}

.btn-outline-accent-1 {
    border-color:  #e34190 !important;
    color:  #e34190 !important;
}

.btn-outline-accent-1:hover {
    background-color:  #e34190 !important;
    color: #ffffff !important;
}

.btn-accent-2 {
    background-color:  #b1dacc !important;
    color: #000000 !important;
}

.btn-accent-2:hover {
    background-color: #475752 !important;
    color: #ffffff !important;
}

.btn-outline-accent-2 {
    border-color:  #b1dacc !important;
    color:  #b1dacc !important;
}

.btn-outline-accent-2:hover {
    background-color:  #b1dacc !important;
    color: #000000 !important;
}

.btn-accent-3 {
    background-color:  #e34190 !important;
    color: #ffffff !important;
}

.btn-accent-3:hover {
    background-color: #B63473 !important;
    color: #ffffff !important;
}

.btn-outline-accent-3 {
    border-color:  #e34190 !important;
    color:  #e34190 !important;
}

.btn-outline-accent-3:hover {
    background-color:  #e34190 !important;
    color: #ffffff !important;
}

.btn-accent-4 {
    background-color:  #b1dacc !important;
    color: #000000 !important;
}

.btn-accent-4:hover {
    background-color: #475752;
    color: #ffffff !important;
}

.btn-outline-accent-4 {
    border-color:  #b1dacc !important;
    color:  #b1dacc !important;
}

.btn-outline-accent-4:hover {
    background-color:  #b1dacc !important;
    color: #000000 !important;
}

.btn-accent-5 {
    background-color:  #595959 !important;
    color: #ffffff !important;
}

.btn-accent-5:hover {
    background-color: #474747;
    color: #ffffff !important;
}

.btn-outline-accent-5 {
    border-color:  #595959 !important;
    color:  #595959 !important;
}

.btn-outline-accent-5:hover {
    background-color:  #595959 !important;
    color: #ffffff !important;
}

.btn-accent-6 {
    background-color:  #bfbfbf !important;
    color: #000000 !important;
}

.btn-accent-6:hover {
    background-color: #4C4C4C;
    color: #ffffff !important;
}

.btn-outline-accent-6 {
    border-color:  #bfbfbf !important;
    color:  #bfbfbf !important;
}

.btn-outline-accent-6:hover {
    background-color:  #bfbfbf !important;
    color: #000000 !important;
}

.company-logo {
    background-image: url("http://betterhomeowners.com/image.ashx/1fb4ab69-7a44-41b3-b78b-747338b2180e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    object-position: -1000px;
}

.agent-photo {
    background-image: url("http://betterhomeowners.com/image.ashx/98b96c9d-2619-4654-8868-97ce48430bd2");
    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;
}

