
@import url('https://fonts.googleapis.com/css?family=Baskervville:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext');

body {
font-family: "Baskervville", Helvetica, Arial, sans-serif;
}

p, li {
color: #000000;
}

a {
color: #252525;
}

h1 {
font-family: "Baskervville", Helvetica, Arial, sans-serif;color: #000000;
}

h2 {
font-family: "Baskervville", Helvetica, Arial, sans-serif;color: #000000;
}

h3 {
font-family: "Baskervville", Helvetica, Arial, sans-serif;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: #06086d;
}

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

.row-foreground-brand_color_1 select,
.row-foreground-brand_color_1 select option {
    color: initial;
}

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

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

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

.row-foreground-brand_color_2 select,
.row-foreground-brand_color_2 select option {
    color: initial;
}

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

.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 select,
.row-foreground-brand_color_3 select option {
    color: initial;
}

.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: #14121a;
}

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

.row-foreground-brand_color_4 select,
.row-foreground-brand_color_4 select option {
    color: initial;
}

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

.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 select,
.row-foreground-brand_color_5 select option {
    color: initial;
}

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

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


/* chat window colors */

.chatbot-launcher {
background-color: #14121a;
}

.chatbot-chat-window .chatbot-header {
color: #ffffff;
background-color: #14121a;
}

/* sent bubble colors */

.chatbot-message-content.sent .chatbot-message-text {
color: #ffffff;
background-color: #14121a;
}

.chatbot-message-avatar .fa-circle {
color: #14121a;
}

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

.chatbot-footer {
  .progress{
    --bs-progress-bar-bg: #14121a
  }
}

/* end of chatbot styling */