

body {

}

p, li {
color: #000000;
}

a {
color: #252525;
}

h1 {
color: #000000;
}

h2 {
color: #000000;
}

h3 {
color: #000000;
}

blockquote {

}

.block-header {
background-color: #252525;color: #ffffff;
}

.block-header .block-header-social-links a {
color: #ffffff;
}

.block-footer {
background-color: #252525;color: #ffffff;
}

.block-footer .block-header-social-links a {
color: #ffffff;
}

.social-link {
color: #252525;
}

.block-image-text * {
color: #ffffff;
}

.row-background-brand_color_1 {
background-color: #ce372f;
}

.row-foreground-brand_color_1 * {
color: #ce372f;
}

.row-foreground-brand_color_1 form *[type='submit'] {
  border-color: #ce372f;
}

.row-foreground-brand_color_1 form *[type='submit']:hover {
  border-color: inherit;
}
.row-background-brand_color_2 {
background-color: #7e797b;
}

.row-foreground-brand_color_2 * {
color: #7e797b;
}

.row-foreground-brand_color_2 form *[type='submit'] {
  border-color: #7e797b;
}

.row-foreground-brand_color_2 form *[type='submit']:hover {
  border-color: inherit;
}
.row-background-brand_color_3 {
background-color: #000000;
}

.row-foreground-brand_color_3 * {
color: #000000;
}

.row-foreground-brand_color_3 form *[type='submit'] {
  border-color: #000000;
}

.row-foreground-brand_color_3 form *[type='submit']:hover {
  border-color: inherit;
}
.row-background-brand_color_4 {
background-color: #244153;
}

.row-foreground-brand_color_4 * {
color: #244153;
}

.row-foreground-brand_color_4 form *[type='submit'] {
  border-color: #244153;
}

.row-foreground-brand_color_4 form *[type='submit']:hover {
  border-color: inherit;
}
.row-background-brand_color_5 {
background-color: #ffffff;
}

.row-foreground-brand_color_5 * {
color: #ffffff;
}

.row-foreground-brand_color_5 form *[type='submit'] {
  border-color: #ffffff;
}

.row-foreground-brand_color_5 form *[type='submit']:hover {
  border-color: inherit;
}

/* chatbot styling */

/* ui setup */

.sc-chat-window {
  z-index: 10000;
}

.sc-chat-window .sc-user-input--file-icon-wrapper {
  display: none;
}

.sc-message--avatar {
  display: none;
}

/* chat window colors */

.sc-launcher {
background-color: #4e8cff;
}

.sc-chat-window .sc-header {
color: #ffffff;
background-color: #4e8cff;
}

/* sent bubble colors */

.sc-message--content.sent .sc-message--text {
color: #ffffff;
background-color: #4e8cff;
}

.sc-message--content.sent a[href] {
color: #ffffff;
}

/* end of chatbot styling */