/** chatbot window styles **/
.askbVA {
  display: none;
}
.sensitiveInfo {
  display: none;
}
.block-drupal-chatbot button:focus {
  outline-color: #fc5c3b;
}
.block-drupal-chatbot > div.chatbotTrigger:focus {
  outline-color: #fc5c3b;
}
.block-drupal-chatbot .sensitiveInfo {
  width: 100%;
  font-family: DMSans-Regular;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  position: absolute;
  margin-bottom: 0;
  bottom: 60px;
}
.block-drupal-chatbot .chatbotTrigger {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 400;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.block-drupal-chatbot .chatbotTrigger svg {
  width: 80px;
}
@media (max-width: 767px) {
  .block-drupal-chatbot .chatbotTrigger {
    width: 60px;
  }
}
.block-drupal-chatbot .frame {
  background-color: #ffffff;
  right: 40px;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'DM Sans', sans-serif;
  overflow: inherit;
  width: 320px;
  display: none;
}
@media (max-width: 767px) {
  .block-drupal-chatbot .frame {
    width: auto;
    right: 20px;
    left: 20px;
  }
}
.block-drupal-chatbot .frame .chatpanel {
  position: relative;
}
.block-drupal-chatbot .frame .chatpanel .chatpanel-heading {
  background-color: #0D4877;
  font-family: 'Bebas Neue', cursive;
  border: none;
  padding: 6px 5px;
  color: #fff;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.block-drupal-chatbot .frame .chatpanel .chatpanel-heading .closeIcon {
  font-size: 24px;
  color: #02C3FE;
  letter-spacing: 0;
  line-height: 34px;
  cursor: pointer;
  width: 40px;
  margin-left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
}
.block-drupal-chatbot .frame .chatpanel .chatpanel-heading .leftIcon {
  float: left;
  font-size: 20px;
  color: #818181;
  cursor: pointer;
}
.block-drupal-chatbot .frame .chatpanel .chatpanel-heading .headText {
  width: calc(100% - 40px);
  text-align: center;
}
.block-drupal-chatbot .frame .chatpanel .expandIcon {
  font-size: 24px;
  color: #02C3FE;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
  width: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 9999;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
}
.block-drupal-chatbot .frame .chatpanel .expandIcon .fa-compress-alt {
  display: none;
}
.block-drupal-chatbot .frame .chatpanel .expandIcon i {
  line-height: 34px;
}
.block-drupal-chatbot .frame .innerframe {
  display: none;
}
.block-drupal-chatbot .frame .innerframe #messages {
  top: 55px;
}
.block-drupal-chatbot .frame .innerframe #messages a {
  color: #2574BB !important;
  font-family: DMSans-Bold;
}
.block-drupal-chatbot .frame .innerframe #messages .avatar {
  font-family: DMSans-Bold;
  float: none;
  padding-right: 0;
  background-color: transparent;
  background: none;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #2E313C;
  line-height: 16px;
}
.block-drupal-chatbot .frame .innerframe #messages .avatar .fa,
.block-drupal-chatbot .frame .innerframe #messages .avatar .fas {
  padding-right: 5px;
}
.block-drupal-chatbot .frame .innerframe #messages .avatar small {
  font-weight: normal;
  padding-left: 5px;
}
.block-drupal-chatbot .frame .innerframe #messages .avatar img {
  display: none;
}
.block-drupal-chatbot .frame .innerframe #messages .avatar.avatarAgent {
  text-align: left;
}
.block-drupal-chatbot .frame .innerframe #messages .avatar.avatarYou {
  text-align: right;
}
.block-drupal-chatbot .frame .innerframe #messages .macro {
  margin-top: 5px;
  margin-bottom: 5px;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj {
  padding: 8px 10px;
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 0;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj:before {
  display: none;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj .text {
  width: 100%;
  padding-right: 0;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj .text > p {
  font-family: DMSans-Regular;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #333333;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj-rta {
  padding: 8px 10px;
  width: auto;
  background: #0D4877;
  border: 1px solid #0D4877;
  border-radius: 5px 5px 0 5px;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj-rta:after {
  display: none;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj-rta .avatar {
  display: none;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj-rta .text {
  width: 100%;
  padding-left: 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.block-drupal-chatbot .frame .innerframe #messages .macro.msj-rta .text > p {
  font-family: DMSans-Medium;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #FFFFFF;
}
.block-drupal-chatbot .frame .innerframe #message-box {
  background-color: #F2F2F2;
  border-top: 1px solid #ddd;
  bottom: 0;
  padding: 8px;
}
.block-drupal-chatbot .frame .innerframe #message-box .macro {
  margin: 0;
  padding: 0;
  width: calc(100% - 30px);
}
.block-drupal-chatbot .frame .innerframe #message-box .macro .text {
  width: 100%;
  padding-right: 0;
}
.block-drupal-chatbot .frame .innerframe #message-box .macro .text textarea {
  resize: none;
  font-family: DMSans-Regular;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  padding-right: 30px;
  font-size: 14px;
}
.block-drupal-chatbot .frame .innerframe #message-box .macro .text textarea:focus {
  outline: none;
}
.block-drupal-chatbot .frame .innerframe #message-box .macro .text textarea::placeholder {
  color: #666 !important;
}
.block-drupal-chatbot .frame .innerframe #message-box .macro .text textarea:-ms-input-placeholder {
  color: #666 !important;
}
.block-drupal-chatbot .frame .innerframe #message-box .macro .text textarea::-webkit-input-placeholder {
  color: #666 !important;
}
.block-drupal-chatbot .frame .innerframe #message-box .mytext {
  padding: 5px;
  width: 100%;
  font-size: 16px;
  color: #2E313C;
  letter-spacing: 0;
  line-height: 18px;
}
.block-drupal-chatbot .frame .innerframe #message-box .messageBoxWrap {
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 19px;
  display: flex;
  width: 100%;
  padding: 0 8px 0 16px;
  position: relative;
}
.block-drupal-chatbot .frame .innerframe #message-box .messageBoxWrap:focus {
  border: 1px solid green;
  outline-color: #fc5c3b;
}
.block-drupal-chatbot .frame .innerframe #message-box .msj-rta::after {
  display: none;
}
.block-drupal-chatbot .frame .innerframe button.microphoneBtn {
  background-color: #B2B2B2 !important;
  border: none;
  color: #fff;
  padding: 0px !important;
  justify-content: center;
  font-size: 18px !important;
  width: 30px !important;
  margin-right: 0 !important;
  height: 30px;
  border-radius: 50% !important;
  margin-top: 4px;
  display: none !important;
}
.block-drupal-chatbot .frame .innerframe button.circleUpBtn {
  background-color: #1766a3 !important;
  border: none;
  color: #666;
  padding: 0px !important;
  justify-content: center;
  font-size: 16px !important;
  width: 30px !important;
  margin-right: 0 !important;
  height: 30px;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
}
.block-drupal-chatbot .frame .innerframe button.circleUpBtn .far {
  color: #fff;
}
.block-drupal-chatbot .frame .innerframe button.circleUpBtn:disabled {
  background-color: #B2B2B2 !important;
}
.block-drupal-chatbot .frame .innerframe button.clearValue {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -10px;
  display: none;
}
.block-drupal-chatbot .frame .innerframe button.sendBtn {
  background-color: transparent !important;
  border: none;
  color: #1766a3;
  padding: 0px !important;
  justify-content: center;
  font-size: 18px !important;
  width: 40px !important;
  margin-right: 0 !important;
  border-radius: 0;
}
.block-drupal-chatbot .frame.chatwindow-open {
  display: block;
  z-index: 999;
}
.block-drupal-chatbot .frame.chatwindow-open .chatpanel .chatpanel-heading {
  border-radius: 5px 5px 0 0;
  padding-left: 55px;
  padding-right: 5px;
}
.block-drupal-chatbot .frame.chatwindow-open .innerframe {
  display: block;
}
.block-drupal-chatbot .frame.chatwindow-expand .expandIcon .fa-compress-alt {
  display: block;
}
.block-drupal-chatbot .frame.chatwindow-expand .expandIcon .fa-expand-alt {
  display: none;
}
.block-drupal-chatbot .frame.chatwindow-expand.chatwindow-open {
  right: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.block-drupal-chatbot .frame.chatwindow-expand.chatwindow-open .innerframe {
  height: calc(100vh - 125px);
}
.block-drupal-chatbot .frame.chatwindow-expand.chatwindow-open .chatpanel-heading {
  border-radius: 0;
}
.linksCard {
  font-family: DMSans-Regular;
  font-size: 12px;
  color: #333333;
}
.linksCard ul {
  padding: 0;
  margin: 10px -10px 0 -10px;
}
.linksCard ul li {
  color: #1866A3;
  font-size: 12px;
  font-weight: 600;
  list-style-type: none;
}
.linksCard ul li a {
  font-family: DMSans-Bold;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #2574BB;
  display: block;
  padding: 10px 10px 10px 10px;
}
.linksCard ul li a:hover,
.linksCard ul li a:focus,
.linksCard ul li a:active {
  text-decoration: none;
}
.linksCard ul li:last-child a {
  padding-bottom: 0px;
}
.linksCard.topLinks ul {
  padding: 0;
  border-top: none;
}
.linksCard.topLinks ul li {
  border-top: none;
}
.linksCard.topLinks ul li a {
  font-family: DMSans-Bold;
  color: #2574BB;
  display: block;
  padding: 10px 10px 10px 10px;
}
.linksCard.topLinks ul li a:hover,
.linksCard.topLinks ul li a:focus,
.linksCard.topLinks ul li a:active {
  text-decoration: none;
}
.linksCard.topLinks ul li:first-child a {
  padding-top: 0;
  border: none;
}
.imageCard {
  padding: 10px;
}
.cardVideos {
  margin: -10px;
}
.cardVideos video {
  width: 100%;
}
.videoText {
  padding-top: 15px;
  font-family: DMSans-Regular;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
.cardButton {
  background-color: #1766a3;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  border: none;
  height: 35px;
  border-radius: 5px;
  padding: 10px;
}
.feedbackGroup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}
.feedbackGroup .feedbackGroupScroll {
  padding: 0px;
  margin: 0px;
  overflow-y: auto;
  height: calc(100% - 0px);
}
.feedbackGroup .fieldgroup .fieldset-wrapper {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feedbackGroup form.webform-submission-form {
  font-size: 14px;
}
.feedbackGroup form.chat-feedback .form-type-radio {
  margin-bottom: 20px;
}
.feedbackGroup form.chat-feedback .form-type-radio label {
  color: #666666;
  min-height: 24px;
}
.feedbackGroup form.chat-feedback .form-type-radio label::before {
  position: absolute !important;
  border: 1px solid #CECECE !important;
  z-index: 91;
}
.feedbackGroup form.chat-feedback .form-type-radio label::after {
  display: block !important;
}
.feedbackGroup form.chat-feedback .form-type-radio.inputChecked label::before {
  font-weight: 700 !important;
}
.feedbackGroup form.chat-feedback .form-type-radio .control-label {
  padding-left: 40px !important;
}
.feedbackGroup form.chat-feedback .form-item-rating-reason {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .panel-heading {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .panel-heading .panel-title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .panel-body {
  padding: 0;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale {
  display: block;
  padding-top: 20px;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options {
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #CECECE;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 265px;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2574BB;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .webform-scale-option {
  text-align: center;
  width: 24px;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item {
  margin: 0;
  overflow: visible;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item .control-label {
  padding-left: 0 !important;
  color: #ddd;
  border: none !important;
  font-size: 12px;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item .control-label::before {
  content: '\f106';
  font-family: 'Font Awesome 5 Pro';
  line-height: 22px;
  top: 33px;
  box-shadow: 0px 1px 3px #0000001A;
  border: 1px solid #DEDFDF;
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FCFCFC 100%) 0% 0% no-repeat padding-box;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item .control-label::before,
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item .control-label::after {
  display: none !important;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item input[type=radio]:checked:focus {
  outline: none;
  box-shadow: none;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item input[type=radio]:checked:focus + label {
  outline: none;
  box-shadow: none;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item input[type=radio]:checked ~ label {
  color: #666;
  font-weight: 700;
  font-size: 14px;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-options .form-item input[type=radio]:checked ~ label::before {
  display: block !important;
}
.feedbackGroup form.chat-feedback .webform-scale--wrapper .webform-scale .webform-scale-text {
  width: 265px;
}
.feedbackGroup .feedbackGroupIn {
  background: #FFFFFF;
  border-radius: 0;
  padding: 15px;
}
.feedbackGroup .feedbackGroupIn h1 {
  font-family: 'Bebas Neue', cursive;
  font-weight: normal;
  font-size: 32px;
  color: #FB5B39;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}
.feedbackGroup .feedbackGroupIn p {
  font-family: DMSans-Regular;
  font-size: 14px;
  color: #73747A;
  text-align: center;
  line-height: 20px;
}
.feedbackGroup .feedbackGroupIn .control-label {
  color: #333333;
}
.feedbackGroup .feedbackGroupIn .radios--wrapper legend {
  font-family: 'DM Sans';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  border: none;
}
.feedbackGroup .feedbackGroupIn .radios--wrapper .fieldset-wrapper .js-webform-radios .form-item:first-child {
  margin-top: 0;
}
.feedbackGroup .feedbackGroupIn .radios--wrapper .fieldset-wrapper .js-webform-radios .form-item:last-child {
  margin-bottom: 0;
}
.feedbackGroup .feedbackGroupIn .radios--wrapper .form-item label {
  position: relative;
}
.feedbackGroup .feedbackGroupIn .radios--wrapper .form-item label input[type=radio] {
  position: absolute;
  left: -40px;
}
.feedbackGroup .feedbackGroupIn .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.feedbackGroup .feedbackGroupIn .form-actions button {
  background: #2574BB;
  border-radius: 24px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 26px;
  padding: 9px 32px;
  text-transform: uppercase;
  border: none;
}
.feedbackGroup .feedbackGroupIn .form-textarea-wrapper textarea {
  background: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid #DDDDDD;
  padding: 8px 10px;
  width: 100%;
  height: 100px;
  font-size: 16px;
  color: #73747A;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
  box-shadow: none;
  border-radius: 0;
}
.feedbackGroup .feedbackGroupIn #edit-feedback-source--wrapper {
  display: none !important;
}
.feedback-progress-bar {
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #2574BB;
  z-index: 9;
}
/** dot pulse animation styles **/
#loading-dots {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 63px;
  text-align: center;
  padding-left: 15px;
}
#loading-dots .loaderInner {
  font-family: DMSans-Regular;
  display: flex;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #0D4877;
  }
  30% {
    box-shadow: 9999px 0 0 2px #0D4877;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #0D4877;
  }
}
@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #0D4877;
  }
  30% {
    box-shadow: 9984px 0 0 2px #0D4877;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #0D4877;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #0D4877;
  }
  30% {
    box-shadow: 10014px 0 0 2px #0D4877;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #0D4877;
  }
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #0D4877;
  color: #0D4877;
  box-shadow: 9999px 0 0 -5px #0D4877;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
  margin-left: 18px;
  margin-top: 9px;
}
.dot-pulse:before,
.dot-pulse:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #0D4877;
  color: #0D4877;
}
.dot-pulse:before {
  box-shadow: 9984px 0 0 -5px #0D4877;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse:after {
  box-shadow: 10014px 0 0 -5px #0D4877;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}
