
@import url('https://fonts.googleapis.com/css?family=Roboto: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: "Roboto", Helvetica, Arial, sans-serif;
}

p, li {
color: #000000;
}

a {
color: #252525;
}

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

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

h3 {
font-family: "Roboto", 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: #f2f2f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 */