﻿/*.chatbot {
	all: initial;

	& *:not(svg,path) {
		all: initial;

		&:before, &:after {
			all: initial;
			content: none;
		}
	}
}*/
html.no-scroll, body.no-scroll {
  overflow: hidden !important; }

/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*@import "../../global/_accessibility";*/
.chatbot {
  font-size: 100%;
  font-family: "96 Sans", Arial, sans-serif;
  line-height: 1.75; }
  .chatbot .chatbot-modal {
    border-radius: 1em 1em 0 0;
    background-color: white;
    bottom: .1rem;
    height: 42.7rem;
    overflow: hidden;
    position: fixed;
    right: 0rem;
    width: 41.3rem;
    z-index: 1000;
    box-shadow: 0px 0px 16px rgba(45, 45, 45, 0.1);
    transition: bottom 0.3s ease-in-out; }
    .chatbot .chatbot-modal.animating {
      bottom: -55rem; }
    .chatbot .chatbot-modal.hidden {
      display: none; }
  .chatbot .chatbot-modal-heading {
    padding: 0 2em;
    position: relative;
    background-color: #f3f9fc;
    width: 100%;
    display: flex;
    height: 6.7rem;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box; }
    .chatbot .chatbot-modal-heading > span {
      display: block;
      color: #2d2d2d;
      font-weight: 700;
      font-size: 1.8rem; }
  .chatbot .close {
    box-sizing: border-box;
    cursor: pointer;
    height: 16px;
    padding: 0;
    width: 16px; }
    .chatbot .close:focus svg, .chatbot .close:hover svg {
      fill: #0077B3; }
    .chatbot .close svg {
      transition: fill 0.3s;
      fill: #2d2d2d;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none; }
  .chatbot .chatbot-modal-wrap {
    position: relative;
    width: 100%;
    height: 100%; }
  .chatbot #ChatBotSection {
    height: 100%; }
  .chatbot #ChatBotWindow {
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out; }
    .chatbot #ChatBotWindow.active {
      opacity: 1; }
      .chatbot #ChatBotWindow.active .UserMessage #UserMessage {
        display: block; }
      .chatbot #ChatBotWindow.active #SendButton {
        display: block; }
  .chatbot #ConversationContainer {
    display: block;
    height: calc(100% - 12.9em);
    overflow-y: scroll;
    padding: 0 2em;
    text-align: right; }
    .chatbot #ConversationContainer .typing:first-of-type {
      padding-top: 3rem; }
    .chatbot #ConversationContainer .typing.hidden:first-of-type + .chatbot-wrap {
      padding-top: 4rem; }
  .chatbot #ChatBotForm {
    align-items: center;
    border-top: 1px solid #d1e2e5;
    display: flex;
    height: 6.2em;
    padding: 0;
    width: 100%; }
    .chatbot #ChatBotForm .UserMessage {
      box-sizing: border-box;
      flex: 0 1 auto;
      height: 6.2rem;
      padding: 0;
      position: relative;
      width: 100%; }
      .chatbot #ChatBotForm .UserMessage label {
        transition: font-size 0.3s, bottom 0.3s;
        bottom: 1.2em;
        box-sizing: border-box;
        color: #707070;
        position: absolute;
        left: 1em;
        font-size: 1.6em; }
      .chatbot #ChatBotForm .UserMessage #UserMessage {
        border-radius: 0;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
        border-bottom: 0;
        border-top: none;
        display: none;
        font-family: "96 Sans", Arial, sans-serif;
        font-size: 1.6em;
        height: 100% !important;
        line-height: 1.3;
        padding: 1rem 1.35rem;
        resize: none;
        width: 100%; }
      .chatbot #ChatBotForm .UserMessage #UserMessage-error {
        display: none !important; }
      .chatbot #ChatBotForm .UserMessage.hideLabel label, .chatbot #ChatBotForm .UserMessage.active label {
        background-color: white;
        bottom: 3.2em;
        left: 0;
        font-size: 1.2em;
        left: 1.35rem;
        text-align: left;
        width: calc(100% - 1.35rem - 20px); }
      .chatbot #ChatBotForm .UserMessage.hideLabel #UserMessage, .chatbot #ChatBotForm .UserMessage.active #UserMessage {
        padding-top: 1.5em; }
    .chatbot #ChatBotForm #SendButton {
      transition: background 0.3s ease-in-out;
      border: 1px solid #0077B3;
      border-radius: 5px;
      box-sizing: border-box;
      cursor: pointer;
      font-family: "96 Sans", Arial, sans-serif;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1;
      padding: 1.125em 1.333em 1.375em 1.4em;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      background-color: #0077B3;
      color: white;
      border-radius: 5px;
      display: none;
      height: 4.2rem;
      margin: 0 1.7rem;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 1.3rem !important;
      width: 9.3rem !important; }
      @media only screen and (max-width: 970px) {
        .chatbot #ChatBotForm #SendButton {
          font-size: 2.2rem; } }
      @media only screen and (max-width: 780px) {
        .chatbot #ChatBotForm #SendButton {
          font-size: 2rem; } }
      @media only screen and (max-width: 670px) {
        .chatbot #ChatBotForm #SendButton {
          font-size: 1.8rem; } }
      .chatbot #ChatBotForm #SendButton:hover, .chatbot #ChatBotForm #SendButton:focus {
        background-color: #2862a4;
        color: white; }
      body:not(.disable-focus-state) .chatbot #ChatBotForm #SendButton:focus {
        outline: -webkit-focus-ring-color none 0;
        outline: 3px dashed white !important; }
      .is-microsoft:not(.disable-focus-state) .chatbot #ChatBotForm #SendButton:focus {
        outline: 3px dashed #2862a4 !important;
        outline-offset: 0 !important; }
  .chatbot .chatbot-wrap {
    clear: both;
    display: flex;
    float: left;
    max-width: 100%;
    padding: 1.5em 0; }
  .chatbot .chatbot-avatar {
    flex: 0 1 auto;
    padding-right: 2em; }
    .chatbot .chatbot-avatar img {
      display: block;
      width: 24px; }
  .chatbot .bot-bubble {
    background: white;
    border: 1px solid #d1e2e5;
    border-radius: 0 1em 1em 1em;
    flex: 0 1 auto;
    overflow: hidden;
    padding: 1em 2em;
    text-align: left;
    width: calc(100% - 4.4em); }
  .chatbot .typing {
    clear: both;
    display: flex;
    float: left;
    margin: 1.5em 0; }
    .chatbot .typing.hidden {
      display: none; }
  .chatbot .loader {
    background: white;
    border: 1px solid #d1e2e5;
    border-radius: 0 1em 1em 1em;
    flex: 0 1 auto;
    padding: 2em;
    text-align: left; }
    .chatbot .loader ul {
      position: relative; }
      .chatbot .loader ul > li {
        animation: wave 1.3s linear infinite;
        background: #707070;
        border-radius: 50%;
        display: inline-block;
        height: .8rem;
        margin-right: .4rem;
        width: .8rem; }
        .chatbot .loader ul > li:nth-child(2) {
          animation-delay: -1.1s; }
        .chatbot .loader ul > li:nth-child(3) {
          animation-delay: -0.9s; }

@keyframes wave {
  0%, 60%, 100% {
    transform: initial; }
  30% {
    transform: translateY(-10px); } }
  .chatbot .user-bubble {
    background: #e5f1f9;
    border-radius: 1em 0 1em 1em;
    clear: both;
    display: block;
    float: right;
    margin: 1.5em 0 1.5em auto;
    padding: 1em 2em;
    text-align: left; }
  .chatbot .talk-text {
    color: #2d2d2d;
    display: inline-block;
    font-size: 1.4em;
    white-space: pre-line; }
    .chatbot .talk-text .chat-bot-phone-number {
      font-weight: 700;
      border-bottom: none;
      color: #2d2d2d;
      transition: color .25s ease-in-out; }
      .chatbot .talk-text .chat-bot-phone-number:hover {
        color: #707070; }
  .chatbot .chatbot-image {
    margin: 0 auto;
    max-height: 125px; }
  .chatbot .quick-chat {
    font-weight: 600;
    background: none;
    background-color: white;
    border: none;
    box-sizing: content-box;
    color: #2d95e5;
    cursor: pointer;
    display: block;
    font-size: 1.6em;
    left: -1.25em;
    padding: 1.25em;
    position: relative;
    right: -1.25em;
    text-align: left;
    transition: color .25s ease-in-out;
    width: 100%; }
    .chatbot .quick-chat + .quick-chat {
      border-top: 1px solid #f3f3f3; }
    .chatbot .quick-chat:first-of-type {
      margin-top: 1rem; }
    .chatbot .quick-chat:last-of-type {
      margin-bottom: -1rem; }
    .chatbot .quick-chat:hover {
      color: #0077B3; }
      .chatbot .quick-chat:hover .link-text {
        color: #0077B3; }
      .chatbot .quick-chat:hover .button-text {
        color: #0077B3; }
      .chatbot .quick-chat:hover .link-arrow:after {
        left: .25em; }
  .chatbot .link-text {
    display: inline-block;
    padding-right: 1.5em;
    text-decoration: none;
    color: #2d95e5; }
    .chatbot .link-text:hover {
      color: #0077B3; }
  .chatbot .button-text {
    display: inline-block;
    padding-right: 1.5em; }
  .chatbot .link-arrow {
    bottom: 0;
    height: 1em;
    left: auto;
    margin: auto;
    position: absolute;
    right: 1.25em;
    top: 0;
    width: 1em; }
    .chatbot .link-arrow > .carrot-img {
      display: none; }
    .chatbot .link-arrow:after {
      content: '\e018';
      display: inline-block;
      font-family: "96 Sans Icons";
      font-size: 1em;
      height: 1em;
      left: 0;
      position: relative;
      top: -0.125em;
      transition: all .25s ease-in-out;
      width: 1em; }

body[data-version="msie 11"] .UserMessage {
  width: 90% !important; }
  body[data-version="msie 11"] .UserMessage.hideLabel label, body[data-version="msie 11"] .UserMessage.active label {
    bottom: 3.4em !important; }

/* MEDIA QUERIES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 450px) {
  .chatbot .chatbot-modal {
    border-radius: 0;
    bottom: 0rem;
    left: 0;
    height: 100%;
    right: auto;
    top: 0;
    width: 100%;
    transition: left 0.3s ease-in-out; }
    .chatbot .chatbot-modal.animating {
      bottom: 0rem;
      left: -103%; }
    .chatbot .chatbot-modal.hidden {
      display: none; } }
