﻿#bootstrap-overrides {
  /*a {
      color: $bbbBlueDark;
      text-decoration: underline;

      &:hover {
          opacity: .8;
          color: $bbbBlueDark;
      }
  }*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@font-face {
  font-display: swap;
  font-family: "proxima-nova";
  src: url("../fonts/proximanova-reg-webfont.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "proxima-nova";
  font-weight: 700;
  src: url("../fonts/proximanova-bold-webfont.woff2") format("woff2");
}
#bootstrap-overrides .modal-footer {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .modal-dialog {
    width: calc(100% - 15px) !important;
    max-width: calc(100% - 15px) !important;
  }
  #bootstrap-overrides .modal-dialog.container {
    padding: 0;
  }
  #bootstrap-overrides .modal-dialog input {
    margin-bottom: 20px;
    max-width: 100%;
  }
  #bootstrap-overrides .modal-dialog button[type=button], #bootstrap-overrides .modal-dialog button .action-button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
    min-width: 0;
  }
}
#bootstrap-overrides #loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  height: 100vh;
  width: 100vw;
  background-color: white;
}
#bootstrap-overrides #loading-wrapper #content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
#bootstrap-overrides #loading-wrapper #content i {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 40px;
}
#bootstrap-overrides #loading-wrapper #content p {
  font-size: 32px;
  margin-top: 20px;
  text-align: center;
}
#bootstrap-overrides .navbar-toggler {
  display: none;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #manage-account-container button {
    position: unset;
    left: unset;
    right: unset;
    transform: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .navbar .navbar-collapse {
    display: flex;
    flex-wrap: wrap;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav .nav-item #navbar-logo {
    margin-top: 15px;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav .nav-item #navbar-logo img {
    margin: 0 auto;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav.flex-grow-1 {
    margin-bottom: 5px;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav #navbar-title {
    width: 100%;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li {
    width: 33.3333333333%;
    padding: 0;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex {
    align-items: center;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex * {
    line-height: 1;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-symbols-outlined, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-icons-round {
    font-size: 20px;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-symbols-outlined#logout-icon, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-symbols-outlined#messages-icon, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-symbols-outlined#account-icon, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-icons-round#logout-icon, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-icons-round#messages-icon, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span.material-icons-round#account-icon {
    font-size: 24px;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .flex span:not(.material-symbols-outlined):not(#logout-icon) {
    position: relative;
    bottom: 2px;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li:first-child {
    width: 25%;
  }
  #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li #account-icon, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li .nav-link, #bootstrap-overrides .navbar .navbar-collapse .navbar-nav:not(.flex-grow-1) li button {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #under-nav-wrapper, #bootstrap-overrides .setup-header {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .nav-link {
    display: none;
  }
}
#bootstrap-overrides #what-happens-next-container {
  background-color: #eaeaea;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}
#bootstrap-overrides #what-happens-next-container.bbb-info {
  margin-bottom: 50px;
}
#bootstrap-overrides #what-happens-next-container.bbb-info p {
  max-width: 80%;
}
#bootstrap-overrides #what-happens-next-container * {
  text-align: left;
  height: auto;
}
#bootstrap-overrides #what-happens-next-container .flex {
  height: auto;
}
#bootstrap-overrides #what-happens-next-container .par, #bootstrap-overrides #what-happens-next-container a {
  line-height: 1.25;
  margin-left: 0;
}
#bootstrap-overrides #what-happens-next-container #title {
  font-size: 35px;
  margin-bottom: 15px;
}
#bootstrap-overrides #what-happens-next-container .section-title {
  font-size: 25px;
  display: flex;
  align-items: center;
}
#bootstrap-overrides #what-happens-next-container .section-title span {
  padding-right: 10px;
}
#bootstrap-overrides #what-happens-next-container .section-title.with-img {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#bootstrap-overrides #what-happens-next-container .section-title.with-img img {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  margin-right: 10px;
}
#bootstrap-overrides #what-happens-next-container .section {
  margin-bottom: 20px;
}
#bootstrap-overrides #what-happens-next-container .section .whats-next-par {
  margin-top: 10px;
}
#bootstrap-overrides #what-happens-next-container .section .steps .with-url p, #bootstrap-overrides #what-happens-next-container .section .steps .with-url a {
  display: inline;
}
#bootstrap-overrides #what-happens-next-container .section .steps .flex {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
}
#bootstrap-overrides #what-happens-next-container .section .steps .flex .number {
  margin-right: 15px;
  align-self: flex-start;
  margin-left: 0;
}
#bootstrap-overrides #what-happens-next-container .section .section-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}
#bootstrap-overrides .hourglass {
  transform: scale(1.6);
}
#bootstrap-overrides .center {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#bootstrap-overrides .mb-10 {
  margin-bottom: 10px;
}
#bootstrap-overrides #card-container {
  display: flex;
  flex-direction: column;
}
#bootstrap-overrides #card-container .info-card {
  border-radius: 4px;
  border: 1px solid #00965e;
  margin-bottom: 10px;
}
#bootstrap-overrides #card-container .info-card.azure.grey {
  display: none;
}
#bootstrap-overrides #card-container .info-card.accessibility .columns .column.right {
  margin-left: 0;
}
#bootstrap-overrides #card-container .info-card .columns {
  overflow: hidden;
}
#bootstrap-overrides #card-container .info-card .columns .column.left {
  width: 15%;
  justify-content: center;
  display: flex;
}
#bootstrap-overrides #card-container .info-card .columns .column.left img {
  height: 50px;
}
@media screen and (max-width: 1000px) {
  #bootstrap-overrides #card-container .info-card .columns .column.left {
    margin-right: 20px;
  }
  #bootstrap-overrides #card-container .info-card .columns .column.left.foursquare, #bootstrap-overrides #card-container .info-card .columns .column.left.google {
    margin-right: 0;
  }
}
#bootstrap-overrides #card-container .info-card .columns .column.middle table {
  max-width: 500px;
  display: block;
}
#bootstrap-overrides #card-container .info-card .columns .column.middle table td:first-child {
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  #bootstrap-overrides #card-container .info-card .columns .column.middle table td:first-child {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  #bootstrap-overrides #card-container .info-card .columns .column.middle table td {
    display: block;
    width: 100%;
  }
  #bootstrap-overrides #card-container .info-card .columns .column.middle table td.hours {
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    width: auto;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  #bootstrap-overrides #card-container .info-card .columns .column.middle table {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card .columns .column.middle {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card .columns .column {
    max-width: 100%;
    position: relative;
    overflow: auto;
  }
}
#bootstrap-overrides #card-container .info-card .button-container {
  gap: 5px;
}
#bootstrap-overrides #card-container .info-card .grey-circle {
  border: 1px solid #7a7c7f;
  height: 32px;
  width: 32px;
  align-self: flex-start;
  border-radius: 100%;
  display: block;
  margin-bottom: auto;
  margin-top: -30px;
  z-index: 1000;
  position: relative;
}
#bootstrap-overrides #card-container .info-card .card-header {
  background-color: #edf9ee;
  border: 1px solid #00965e;
  height: 40px;
  display: flex;
  align-items: center;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  justify-content: flex-end;
}
#bootstrap-overrides #card-container .info-card .card-header a {
  margin-left: auto;
  font-size: 13px;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  justify-self: flex-end;
}
#bootstrap-overrides #card-container .info-card .card-header a.edit {
  margin-left: 10px;
}
#bootstrap-overrides #card-container .info-card .card-header a.ignore {
  margin-left: auto;
}
#bootstrap-overrides #card-container .info-card .card-header p {
  font-weight: bold;
  margin-right: auto;
}
#bootstrap-overrides #card-container .info-card.red {
  border: 1px solid #fa424a;
}
#bootstrap-overrides #card-container .info-card.red a {
  border: 1px solid #fa424a;
  color: #fa424a;
}
#bootstrap-overrides #card-container .info-card.red a.no-border {
  border: 0;
  color: #002f6c;
}
#bootstrap-overrides #card-container .info-card.green {
  border: 1px solid #00965e;
}
#bootstrap-overrides #card-container .info-card.green .card-header {
  border: 1px solid #00965e;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#bootstrap-overrides #card-container .info-card.green img {
  width: 50px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card.green img {
    width: 80px;
  }
}
#bootstrap-overrides #card-container .info-card.green a {
  border: 1px solid #00965e;
  color: #00965e;
}
#bootstrap-overrides #card-container .info-card.green a.no-border {
  border: 0;
  color: #002f6c;
}
#bootstrap-overrides #card-container .info-card.green .checkmark {
  color: #00965e;
  align-self: flex-start;
}
#bootstrap-overrides #card-container .info-card.green.yelp i {
  color: #ff1a1a;
}
#bootstrap-overrides #card-container .info-card.green.foursquare i {
  color: #f24574;
}
#bootstrap-overrides #card-container .info-card.green.google i {
  color: #4285F4;
}
#bootstrap-overrides #card-container .info-card.grey {
  border: 1px solid #7a7c7f;
  background-color: #f6f8fa;
}
#bootstrap-overrides #card-container .info-card.grey a {
  border: 1px solid #7a7c7f;
  color: #7a7c7f;
}
#bootstrap-overrides #card-container .info-card.grey a.no-border {
  border: 0;
  color: #002f6c;
}
#bootstrap-overrides #card-container .info-card.grey a.edit {
  margin-left: auto;
}
#bootstrap-overrides #card-container .info-card.grey .checkmark {
  color: #00965e;
  align-self: flex-start;
}
#bootstrap-overrides #card-container .info-card.grey .columns .column.left .logo, #bootstrap-overrides #card-container .info-card.grey .columns .column.left i, #bootstrap-overrides #card-container .info-card.grey .columns .column.left img {
  filter: grayscale(100%);
}
#bootstrap-overrides #card-container .info-card .columns {
  padding: 10px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card .columns {
    flex-wrap: wrap;
  }
  #bootstrap-overrides #card-container .info-card .columns .column.middle {
    height: auto;
  }
}
#bootstrap-overrides #card-container .info-card .columns .column.left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-right: 20px;
}
#bootstrap-overrides #card-container .info-card .columns .column.left img {
  height: 50px;
}
#bootstrap-overrides #card-container .info-card .columns .column.left.facebook {
  width: 150px;
}
#bootstrap-overrides #card-container .info-card .columns .column.left.azure svg {
  height: 70px;
  width: 100px;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo, #bootstrap-overrides #card-container .info-card .columns .column.left i, #bootstrap-overrides #card-container .info-card .columns .column.left img {
  font-size: 50px;
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: center;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo.nextdoor, #bootstrap-overrides #card-container .info-card .columns .column.left .logo.azure, #bootstrap-overrides #card-container .info-card .columns .column.left .logo.yelp, #bootstrap-overrides #card-container .info-card .columns .column.left .logo.foursquare, #bootstrap-overrides #card-container .info-card .columns .column.left i.nextdoor, #bootstrap-overrides #card-container .info-card .columns .column.left i.azure, #bootstrap-overrides #card-container .info-card .columns .column.left i.yelp, #bootstrap-overrides #card-container .info-card .columns .column.left i.foursquare, #bootstrap-overrides #card-container .info-card .columns .column.left img.nextdoor, #bootstrap-overrides #card-container .info-card .columns .column.left img.azure, #bootstrap-overrides #card-container .info-card .columns .column.left img.yelp, #bootstrap-overrides #card-container .info-card .columns .column.left img.foursquare {
  filter: none;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo.google, #bootstrap-overrides #card-container .info-card .columns .column.left i.google, #bootstrap-overrides #card-container .info-card .columns .column.left img.google {
  color: #4285F4;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo.yelp, #bootstrap-overrides #card-container .info-card .columns .column.left i.yelp, #bootstrap-overrides #card-container .info-card .columns .column.left img.yelp {
  color: #ff1a1a;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo.facebook, #bootstrap-overrides #card-container .info-card .columns .column.left i.facebook, #bootstrap-overrides #card-container .info-card .columns .column.left img.facebook {
  color: #0866ff;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo.nextdoor, #bootstrap-overrides #card-container .info-card .columns .column.left i.nextdoor, #bootstrap-overrides #card-container .info-card .columns .column.left img.nextdoor {
  max-width: 60px;
}
#bootstrap-overrides #card-container .info-card .columns .column.left .logo.foursquare, #bootstrap-overrides #card-container .info-card .columns .column.left i.foursquare, #bootstrap-overrides #card-container .info-card .columns .column.left img.foursquare {
  color: #f24574;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card .columns .column.left .logo, #bootstrap-overrides #card-container .info-card .columns .column.left i, #bootstrap-overrides #card-container .info-card .columns .column.left img {
    font-size: 35px;
  }
}
#bootstrap-overrides #card-container .info-card .columns .column.middle p {
  line-height: 1.25rem;
}
#bootstrap-overrides #card-container .info-card .columns .column.middle .hours {
  border: 1px solid green;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 400px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card .columns .column.middle .hours {
    min-width: 250px;
  }
}
#bootstrap-overrides #card-container .info-card .columns .column.middle .hours p {
  text-align: center;
}
#bootstrap-overrides #card-container .info-card .columns .column.middle .bottom-help-text {
  margin-left: 10px;
}
#bootstrap-overrides #card-container .info-card .columns .column.right {
  margin-right: 10px;
  margin-left: auto;
  align-self: flex-start;
}
#bootstrap-overrides #card-container .info-card .columns .column.right.position-left {
  margin-left: 0;
}
#bootstrap-overrides #card-container .info-card .columns .column.right .checkmark {
  font-size: 40px;
}
#bootstrap-overrides #card-container .info-card .columns .column.right .card-header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#bootstrap-overrides #card-container .info-card .columns .column.right i {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card .columns .column.right {
    width: 100%;
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    display: flex;
  }
  #bootstrap-overrides #card-container .info-card .columns .column.right .checkmark {
    justify-self: flex-end;
    font-size: 30px;
    margin-left: auto;
    margin-top: 5px;
    display: block;
  }
}
#bootstrap-overrides #card-container .info-card.grey .card-header {
  background-color: white;
  border: 1px solid #7a7c7f;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#bootstrap-overrides #card-container .info-card.grey .columns .column.left {
  font-size: 50px;
  opacity: 0.6;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bootstrap-overrides #card-container .info-card.grey .columns .column.left img {
  width: 50px;
}
#bootstrap-overrides #card-container .info-card.grey .columns .column.left .logo, #bootstrap-overrides #card-container .info-card.grey .columns .column.left i, #bootstrap-overrides #card-container .info-card.grey .columns .column.left img {
  filter: grayscale(100%);
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #card-container .info-card.grey .columns .column.right .grey-circle {
    margin-top: 5px;
    height: 25px;
    width: 25px;
  }
}
#bootstrap-overrides #card-container .info-card.grey .columns .column.right i {
  font-size: 32px;
  margin-right: 2px;
  justify-self: flex-end;
  display: block;
  margin-left: auto;
}
#bootstrap-overrides #card-container .info-card.grey .columns .column.right i.red {
  color: #f6f8fa;
}
#bootstrap-overrides #card-container .info-card.red .card-header {
  background-color: #feecec;
  border: 1px solid #fa424a;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#bootstrap-overrides #card-container .info-card.red .columns .column.left {
  font-size: 50px;
  opacity: 0.6;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bootstrap-overrides #card-container .info-card.red .columns .column.left img {
  width: 50px;
}
#bootstrap-overrides #card-container .info-card.red .columns .column.right .card-header {
  border: 1px solid #fa424a;
  background-color: #feecec;
}
#bootstrap-overrides #card-container .info-card.red .columns .column.right i {
  font-size: 32px;
  margin-right: 2px;
}
#bootstrap-overrides #card-container .info-card.red .columns .column.right i.red {
  color: #fa424a;
}
#bootstrap-overrides #card-container .info-card p, #bootstrap-overrides #card-container .info-card .phone-number {
  font-size: 13px;
}
#bootstrap-overrides #card-container .info-card.bbb {
  border: 1px solid #e4eaef;
}
#bootstrap-overrides #card-container .info-card.bbb .card-header {
  background-color: #005f86;
  color: white;
}
#bootstrap-overrides #card-container .info-card.bbb .columns .column.left {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  width: 100px;
  margin-right: 25px;
}
#bootstrap-overrides #card-container .info-card.bbb .columns .column.left img {
  width: 60px;
  height: auto;
  border-radius: 4px;
  margin-left: 20px;
}
#bootstrap-overrides #card-container .info-card.bbb .columns .column.middle {
  position: relative;
}
#bootstrap-overrides #card-container .info-card.bbb .columns .column.right span {
  color: #5a9fcf;
}
#bootstrap-overrides body {
  background-color: #ffffff !important;
  padding-bottom: 150px;
  z-index: 1000;
}
#bootstrap-overrides body.behind-page-overlay {
  overflow: hidden;
}
#bootstrap-overrides body * {
  font-family: proxima-nova;
}
#bootstrap-overrides footer {
  z-index: 10 !important;
  background-color: #007398;
  justify-content: center;
  position: relative;
  bottom: 0;
  display: flex;
  height: auto;
  padding-top: 20px;
  flex-direction: column;
}
@media screen and (max-width: 1020px) {
  #bootstrap-overrides footer {
    height: auto;
    min-height: 0;
  }
}
#bootstrap-overrides footer #footer-title {
  color: white;
  width: 100%;
  margin: 25px auto 15px auto;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}
#bootstrap-overrides footer #content {
  margin: 0 auto;
}
#bootstrap-overrides footer #footer-cards-container {
  background-color: #007398;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1020px) {
  #bootstrap-overrides footer #footer-cards-container {
    min-height: 0;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides footer #footer-cards-container .action-button {
    position: unset;
    left: unset;
    right: unset;
    transform: unset;
  }
}
#bootstrap-overrides footer #footer-cards-container.container {
  padding: 20px;
}
#bootstrap-overrides footer #footer-cards-container .flex {
  margin: 0 auto;
  justify-content: center;
  width: 90%;
  gap: 20px;
  max-height: 1000px;
}
@media screen and (max-width: 1020px) {
  #bootstrap-overrides footer #footer-cards-container .flex {
    display: flex;
  }
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card {
  padding: 15px;
  background-color: white;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 200px;
}
@media screen and (max-width: 1020px) {
  #bootstrap-overrides footer #footer-cards-container .flex .footer-card {
    min-height: 0;
    margin-bottom: 15px;
  }
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card .footer-card-icon {
  justify-self: flex-start;
  background-color: #005f86;
  border-radius: 100%;
  height: 65px;
  width: 50px;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #bootstrap-overrides footer #footer-cards-container .flex .footer-card .footer-card-icon {
    width: 55px;
    height: 55px;
  }
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card:first-child .card-title {
  margin: 20px auto 0 auto;
  width: 100%;
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card .card-button {
  background-color: transparent;
  color: #007398;
  border: 1px solid #007398;
  margin: 20px auto 0 auto;
  border-radius: 20px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card .card-button:hover {
  background-color: #007398;
  color: white;
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card .card-title {
  color: #007398;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
#bootstrap-overrides footer #footer-cards-container .flex .footer-card i {
  align-self: center;
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #bootstrap-overrides footer #footer-cards-container .flex {
    flex-wrap: wrap;
  }
  #bootstrap-overrides footer #footer-cards-container .flex .footer-card {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  #bootstrap-overrides footer #footer-cards-container .flex {
    display: block;
  }
  #bootstrap-overrides footer #footer-cards-container .flex .footer-card {
    width: 100%;
  }
}
#bootstrap-overrides footer.behind-page-overlay {
  z-index: -10 !important;
}
@media screen and (max-width: 990px) {
  #bootstrap-overrides footer.navbar {
    padding-bottom: 150px;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright {
    margin: 0 auto;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright #copyright-text {
    text-align: center;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright .links {
    margin: 0 auto 25px auto;
    justify-content: center;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright .links li, #bootstrap-overrides footer.navbar #links-and-copyright .links a {
    text-align: center;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright .links li:last-child, #bootstrap-overrides footer.navbar #links-and-copyright .links a:last-child {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides footer.navbar {
    padding-bottom: 250px;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright {
    margin: 0 auto;
    padding: 0 15px;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright #copyright-text {
    width: 100%;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright .links {
    width: 70%;
    display: flex;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright .links li, #bootstrap-overrides footer.navbar #links-and-copyright .links a {
    width: 50%;
  }
  #bootstrap-overrides footer.navbar #links-and-copyright .links li .seperator, #bootstrap-overrides footer.navbar #links-and-copyright .links a .seperator {
    display: none;
  }
}
#bootstrap-overrides .h1, #bootstrap-overrides .h2, #bootstrap-overrides .h3, #bootstrap-overrides .h4, #bootstrap-overrides .h5, #bootstrap-overrides .h6, #bootstrap-overrides h1, #bootstrap-overrides h2, #bootstrap-overrides h3, #bootstrap-overrides h4, #bootstrap-overrides h5, #bootstrap-overrides h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#bootstrap-overrides .h5, #bootstrap-overrides h5 {
  font-size: 1.25rem;
}
#bootstrap-overrides label {
  font-weight: bold;
}
#bootstrap-overrides p {
  margin: 0;
  line-height: 1.25;
}
#bootstrap-overrides button {
  border-radius: 0;
}
#bootstrap-overrides input {
  border-radius: 0 !important;
  padding: 0px 5px !important;
  border: 1.5px solid #53565a;
  font-size: 16px;
  height: 45px !important;
}
#bootstrap-overrides input:focus {
  border-top: 3px solid #005f86;
  box-shadow: none;
}
#bootstrap-overrides .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#bootstrap-overrides small {
  font-size: 80%;
}
#bootstrap-overrides .with-url p, #bootstrap-overrides .with-url a {
  display: inline;
}
#bootstrap-overrides .no-border {
  border: 0;
}
#bootstrap-overrides .btn.action-button {
  background-color: #005f86;
}
#bootstrap-overrides #under-nav-wrapper {
  background-color: #007398;
  padding: 15px 0;
}
#bootstrap-overrides #under-nav-wrapper #internal-use-text {
  color: white;
  padding-top: 10px;
  opacity: 0.8;
  font-size: 15px;
  font-style: italic;
}
#bootstrap-overrides #under-nav-wrapper .container {
  padding: 0 25px;
}
#bootstrap-overrides #under-nav-wrapper p {
  color: white;
  font-size: 20px;
}
#bootstrap-overrides .navbar {
  padding: 0;
}
#bootstrap-overrides .navbar ul {
  display: flex;
  align-items: center;
}
#bootstrap-overrides .navbar a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}
#bootstrap-overrides .navbar a span {
  margin-right: 5px;
}
#bootstrap-overrides .navbar button {
  color: #000;
  font-size: 20px;
}
#bootstrap-overrides .navbar button:hover {
  opacity: 0.8;
  color: #002f6c;
}
#bootstrap-overrides .navbar .flex {
  max-height: 26px;
}
#bootstrap-overrides .navbar .flex * {
  text-decoration: none;
  font-size: 20px;
}
#bootstrap-overrides .navbar .navbar-nav #navbar-title {
  font-size: 1.9375rem;
  color: #2d2926;
  padding-left: 20px;
}
#bootstrap-overrides .navbar .navbar-nav #navbar-logo {
  background-color: #005f86;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  padding: 15px 5px;
}
#bootstrap-overrides .navbar .navbar-nav #navbar-logo img {
  text-align: center;
  height: 82px;
  width: auto;
  margin-left: 0;
}
#bootstrap-overrides .navbar #messages-icon, #bootstrap-overrides .navbar #logout-icon {
  color: #005f86;
  font-size: 30px;
}
#bootstrap-overrides .navbar #logout-icon {
  font-size: 28px;
}
#bootstrap-overrides .navbar #account-icon span {
  color: #005f86;
  font-size: 30px;
  position: relative;
  top: 4px;
}
#bootstrap-overrides .navbar #messages-content-container {
  display: flex;
  align-items: center;
}
#bootstrap-overrides .navbar #messages-content-container #messages-icon {
  color: #005f86;
}
#bootstrap-overrides .navbar #messages-content-container #messages-count {
  position: relative;
  bottom: 5px;
  color: #616161;
}
#bootstrap-overrides .setup-header {
  max-width: 782px;
  margin: 20px auto 0 auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  width: 50vw;
  display: flex;
  justify-content: center;
  max-width: 70%;
  display: block;
  margin: 0 auto;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  right: 30px;
}
#bootstrap-overrides .setup-header.hourglass {
  margin-bottom: 30px;
}
#bootstrap-overrides .setup-header i {
  margin: 0 auto;
  display: block;
}
#bootstrap-overrides .setup-header.sso {
  max-width: 60vw;
  margin-bottom: 100px;
  padding-top: 40px;
}
#bootstrap-overrides .setup-header.sso p {
  max-width: 80%;
  margin: 10px auto 20px auto;
}
#bootstrap-overrides .setup-header.sso button {
  font-size: 1rem;
  min-width: 0;
}
#bootstrap-overrides .setup-header.sso button.disabled {
  opacity: 0.7;
  cursor: wait;
}
#bootstrap-overrides .setup-header.sso button.disabled:hover {
  background: #002f6c;
  border: unset;
  color: white;
}
#bootstrap-overrides .nav-pills .nav-link {
  color: #005f86;
}
#bootstrap-overrides .nav-pills .nav-link.active {
  background-color: #005f86 !important;
  border-radius: 0;
}
#bootstrap-overrides .nav-pills .nav-item .nav-link {
  color: white;
}
#bootstrap-overrides .btn-primary, #bootstrap-overrides .btn-danger, #bootstrap-overrides .action-button {
  transform: unset;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .btn-primary, #bootstrap-overrides .btn-danger, #bootstrap-overrides .action-button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides .btn-primary .last-checked-date, #bootstrap-overrides .btn-danger .last-checked-date, #bootstrap-overrides .action-button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides .btn-primary .ssl-icon, #bootstrap-overrides .btn-danger .ssl-icon, #bootstrap-overrides .action-button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides .btn-primary#login-submit, #bootstrap-overrides .btn-danger#login-submit, #bootstrap-overrides .action-button#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#bootstrap-overrides .btn-primary.back-button, #bootstrap-overrides .btn-danger.back-button, #bootstrap-overrides .action-button.back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .btn-primary, #bootstrap-overrides .btn-danger, #bootstrap-overrides .action-button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #bootstrap-overrides .btn-primary.back-button, #bootstrap-overrides .btn-danger.back-button, #bootstrap-overrides .action-button.back-button {
    transform: unset;
  }
}
#bootstrap-overrides .btn-primary:hover, #bootstrap-overrides .btn-danger:hover, #bootstrap-overrides .action-button:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides .btn-primary.green, #bootstrap-overrides .btn-danger.green, #bootstrap-overrides .action-button.green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides .btn-primary.green:hover, #bootstrap-overrides .btn-danger.green:hover, #bootstrap-overrides .action-button.green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides .flex {
  display: flex;
  align-items: center;
}
#bootstrap-overrides input.form-control {
  border-radius: 0 !important;
  padding: 0px 5px !important;
  border: 1.5px solid #53565a;
  font-size: 16px;
  height: 45px !important;
  height: 50px !important;
  padding: 0 !important;
  padding-top: 20px !important;
  padding-left: 12px !important;
  margin-bottom: 5px;
}
#bootstrap-overrides input.form-control:focus {
  border-top: 3px solid #005f86;
  box-shadow: none;
}
#bootstrap-overrides .checkbox {
  display: flex;
  align-items: center;
}
#bootstrap-overrides .checkbox input {
  height: auto !important;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #messages-title {
    margin-bottom: 0;
  }
}
#bootstrap-overrides #socialLoginList {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #socialLoginList {
    margin: 0;
    justify-content: center;
  }
  #bootstrap-overrides #socialLoginList img {
    position: relative;
    bottom: 5px;
  }
}
#bootstrap-overrides #socialLoginList .btn-primary, #bootstrap-overrides #socialLoginList .action-button, #bootstrap-overrides #socialLoginList .btn-danger {
  border: 0 !important;
  background-color: transparent;
  min-width: 0;
  margin-bottom: 0;
}
#bootstrap-overrides #socialLoginList p {
  display: flex;
  height: 120px;
  width: 150px;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 150px;
}
#bootstrap-overrides #socialLoginList p button {
  overflow: hidden;
  height: 50px;
  width: 70px;
  border: 1px solid red !important;
}
#bootstrap-overrides #socialLoginList p button:first-child {
  margin-right: 20px;
}
#bootstrap-overrides #socialLoginList p button img {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .modal-dialog {
    width: 100% !important;
    max-width: calc(100% - 1rem);
  }
}
#bootstrap-overrides ::-webkit-scrollbar {
  width: 15px;
}
#bootstrap-overrides ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#bootstrap-overrides ::-webkit-scrollbar-thumb {
  background: #d8d9d8;
}
#bootstrap-overrides ::-webkit-scrollbar-thumb:hover {
  background: #005f86;
  cursor: grabbing;
}
#bootstrap-overrides .page-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  margin-bottom: 0;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .page-title {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides .page-title .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides .page-title .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides .page-subtitle {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .page-subtitle {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides .page-subtitle .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides .page-subtitle .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides .action-button {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .action-button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides .action-button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides .action-button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides .action-button#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#bootstrap-overrides .action-button.back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .action-button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #bootstrap-overrides .action-button.back-button {
    transform: unset;
  }
}
#bootstrap-overrides .action-button:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides .action-button.green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides .action-button.green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides #external-account {
  display: flex;
}
#bootstrap-overrides #external-account .external-login-button {
  border: 0;
  height: 35px;
  width: 35px;
  padding: 0;
  transition: margin 0.2s linear;
  float: left;
  margin-right: 10px;
  background-color: transparent;
}
#bootstrap-overrides #external-account .external-login-button:hover {
  margin-top: -5px;
}
#bootstrap-overrides #external-account .external-login-button img {
  height: 35px;
  width: 35px;
  border-radius: 0;
}
#bootstrap-overrides #page-overlay {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  opacity: 0;
  z-index: -10;
  transition: opacity 0.4s;
}
#bootstrap-overrides #page-overlay.on {
  opacity: 0.8;
  z-index: 100;
}
#bootstrap-overrides #dashboard-container .center {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  #bootstrap-overrides #dashboard-container .center {
    width: 100%;
  }
}
#bootstrap-overrides #dashboard-container .center #analytics-card {
  max-width: 70%;
  display: block;
  margin: 0 auto;
  justify-content: center;
  margin-top: 10px;
  border: 2px solid #d8d9d8;
  position: relative;
  right: 30px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #dashboard-container .center #analytics-card {
    width: 100%;
    margin: 0;
    right: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}
#bootstrap-overrides #dashboard-container .center #analytics-card .card {
  display: unset;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1000px !important;
  height: auto;
  border: unset !important;
}
#bootstrap-overrides #dashboard-container .center #analytics-card .card .card-body {
  display: unset;
}
#bootstrap-overrides #dashboard-container .center #analytics-card .card .card-body .card-content {
  padding-top: 0;
}
#bootstrap-overrides #dashboard-container .center #analytics-card .action-button {
  bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  #bootstrap-overrides #dashboard-container .center #analytics-card {
    width: 100%;
  }
}
#bootstrap-overrides #dashboard-container .center #grid-container {
  display: flex;
  position: relative;
  top: 20px;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent {
  width: 45%;
  display: flex;
  align-items: stretch;
  padding: 0;
  flex: unset;
  min-height: 300px;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent .card {
  width: 100%;
  max-width: 100% !important;
  min-height: 500px;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent .card .card-body {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent .card .card-body#online-profile-monitor-card .action-button {
  position: unset;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent.online-profile-monitor .card .card-body .card-content, #bootstrap-overrides #dashboard-container .center #grid-container .card-parent.accessibility .card .card-body .card-content {
  height: calc(100% - 60px);
  padding-bottom: 10px;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent.online-profile-monitor .card .card-body .action-button, #bootstrap-overrides #dashboard-container .center #grid-container .card-parent.accessibility .card .card-body .action-button {
  bottom: 5px;
  position: unset;
  margin: 10px auto;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent.spell-check-monitor .card .card-body .card-content {
  height: calc(100% - 60px);
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  padding-top: 20px;
}
#bootstrap-overrides #dashboard-container .center #grid-container .card-parent.spell-check-monitor .card .card-body .action-button {
  bottom: 5px;
  position: unset;
  margin: 10px auto;
}
@media screen and (min-width: 1200px) {
  #bootstrap-overrides #dashboard-container .center #grid-container .card-parent {
    width: 30%;
    justify-self: center;
  }
}
@media screen and (max-width: 1200px) {
  #bootstrap-overrides #dashboard-container .center #grid-container .card-parent {
    width: 45%;
    justify-self: center;
  }
}
@media screen and (max-width: 700px) {
  #bootstrap-overrides #dashboard-container .center #grid-container .card-parent {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #bootstrap-overrides #dashboard-container .center #grid-container {
    max-width: 1000px;
  }
  #bootstrap-overrides #dashboard-container .center #grid-container .card {
    width: 100%;
  }
  #bootstrap-overrides #dashboard-container .center #grid-container .card .card-body {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #bootstrap-overrides #dashboard-container .center #grid-container {
    max-width: 100%;
  }
}
#bootstrap-overrides #page-title-header {
  text-align: center;
  background-color: #007398;
  margin-top: 0;
  padding: 50px 0;
}
#bootstrap-overrides #page-title-header .container {
  padding: 0 30px;
}
#bootstrap-overrides #page-title-header h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: left;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #page-title-header h1 {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #page-title-header h1 .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #page-title-header h1 .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #page-title-header #text {
  position: relative;
  bottom: -10px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #page-title-header #text {
    text-align: left;
    bottom: auto;
  }
  #bootstrap-overrides #page-title-header #text h1 {
    margin-bottom: 10px;
    line-height: 1.1;
  }
}
#bootstrap-overrides #page-title-header .flex {
  display: flex;
  align-items: center;
}
#bootstrap-overrides #page-title-header * {
  color: white;
}
#bootstrap-overrides #page-title-header p {
  font-size: 20px;
  text-align: left;
}
#bootstrap-overrides #page-title-header img {
  height: 82px;
  width: auto;
  margin-right: 40px;
  margin-left: 0;
}
#bootstrap-overrides .page-container {
  padding: 20px 1rem;
  max-width: 1180px !important;
}
@media screen and (max-width: 800px) {
  #bootstrap-overrides .page-container {
    max-width: 850px !important;
  }
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .page-container {
    padding-top: 30px;
  }
}
#bootstrap-overrides .page-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .page-title {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides .page-title .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides .page-title .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides .info-icon {
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #005f86;
  opacity: 0.7;
}
#bootstrap-overrides .card {
  border-radius: 0 !important;
  border: 2px solid #d8d9d8 !important;
  margin-top: 20px;
}
#bootstrap-overrides .card.no-border {
  border: none;
}
#bootstrap-overrides .card .card-body {
  padding-top: 0;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}
#bootstrap-overrides .card .card-body .card-content {
  height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#bootstrap-overrides .card .card-body .action-button {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  bottom: 15px;
}
#bootstrap-overrides .card .card-body .card-info-icon {
  background-color: #ba0c2f;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides .card .card-body .card-info-icon.error {
  background-color: #ba0c2f;
}
#bootstrap-overrides .card .card-body .card-info-icon.warning {
  background-color: #f2a900;
}
#bootstrap-overrides .card .card-body .card-info-icon.success {
  background-color: #00965e;
}
#bootstrap-overrides .card .card-body .card-info-icon.keyword-ranking {
  font-size: 30px;
}
#bootstrap-overrides .card .card-body .card-info-icon.online-profile-monitor {
  font-size: 25px;
}
#bootstrap-overrides .card .card-body .card-info-icon.analytics {
  font-size: 30px;
}
#bootstrap-overrides .card .card-title {
  font-weight: 700;
  line-height: 1.2;
  color: #005f86;
  margin-top: 20px;
  font-size: 1.4rem;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bootstrap-overrides .card .card-title span {
  margin-left: 5px;
}
#bootstrap-overrides .card .last-checked-date {
  font-size: 16px;
  margin-bottom: 22px;
  margin-top: 3px;
}
#bootstrap-overrides .card .gap-5 {
  gap: 5px;
}
#bootstrap-overrides .card .gap-10 {
  gap: 10px;
}
#bootstrap-overrides .card .card-content {
  margin: 1rem 2rem;
  overflow: hidden;
}
#bootstrap-overrides .card .overflow-container {
  overflow: auto;
}
#bootstrap-overrides .card .base-url {
  font-size: 13px;
  color: #616161;
}
#bootstrap-overrides .card .base-url-title {
  font-size: 11px;
  margin-bottom: 0;
}
#bootstrap-overrides .card .status-icon {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  position: relative;
  bottom: -3px;
  margin-left: auto;
  font-size: 18px;
}
#bootstrap-overrides .card .status-icon.error {
  color: red;
}
#bootstrap-overrides .card .status-icon.success {
  color: #66BB6A;
}
#bootstrap-overrides .card table td {
  line-height: normal;
}
#bootstrap-overrides .card p, #bootstrap-overrides .card h5, #bootstrap-overrides .card h6, #bootstrap-overrides .card small {
  text-align: center;
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
  color: #2d2926;
}
#bootstrap-overrides .card p.warning, #bootstrap-overrides .card h5.warning, #bootstrap-overrides .card h6.warning, #bootstrap-overrides .card small.warning {
  color: #f2a900;
}
#bootstrap-overrides .card p {
  font-size: 16px;
}
#bootstrap-overrides .card h6 {
  color: #54565b;
}
#bootstrap-overrides .card .card-subtitle {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
  color: #54565b;
}
#bootstrap-overrides .card-alert.error {
  margin-bottom: -1px;
  width: 95%;
  left: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #BA0C2F;
  border-left: 7px solid #BA0C2F;
  background-color: #FFD5DA;
  color: #BA0C2F;
}
#bootstrap-overrides .card-alert.error small {
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
#bootstrap-overrides .card-alert.error .btn, #bootstrap-overrides .card-alert.error button {
  border-radius: 100px;
  color: white;
  font-size: 12px;
  margin-right: 15px;
  float: right;
  padding: 0.105rem 0.55rem;
}
#bootstrap-overrides .card-alert.error .btn, #bootstrap-overrides .card-alert.error button {
  background-color: #BA0C2F;
  border-color: #BA0C2F;
}
#bootstrap-overrides .card-alert.success {
  margin-bottom: -1px;
  width: 95%;
  left: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  border-left: 7px solid #00965E;
  background-color: #D8FFF0;
  border: 1px solid #00965E;
  color: #00965E;
}
#bootstrap-overrides .card-alert.success small {
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
#bootstrap-overrides .card-alert.success .btn, #bootstrap-overrides .card-alert.success button {
  border-radius: 100px;
  color: white;
  font-size: 12px;
  margin-right: 15px;
  float: right;
  padding: 0.105rem 0.55rem;
}
#bootstrap-overrides .card-alert.success .btn, #bootstrap-overrides .card-alert.success button {
  background-color: #00965E;
  border-color: #00965E;
}
#bootstrap-overrides .warning {
  color: #f2a900;
}
#bootstrap-overrides .card-content-parent .action-button {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
  font-weight: 500;
  margin: 0 auto;
  display: block;
  width: auto;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .card-content-parent .action-button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides .card-content-parent .action-button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides .card-content-parent .action-button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides .card-content-parent .action-button#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#bootstrap-overrides .card-content-parent .action-button.back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides .card-content-parent .action-button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #bootstrap-overrides .card-content-parent .action-button.back-button {
    transform: unset;
  }
}
#bootstrap-overrides .card-content-parent .action-button:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides .card-content-parent .action-button.green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides .card-content-parent .action-button.green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}
@media screen and (mmax-width: 600px) {
  #bootstrap-overrides .card-content-parent .action-button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
    min-width: 0;
  }
}
#bootstrap-overrides .card-content-parent .card-info {
  background-color: #F3F7F9;
  padding: 1rem;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

#bootstrap-overrides .attention-item {
  font-weight: bold;
  font-size: 16px;
}
#bootstrap-overrides .attention-item.success {
  color: #00965e !important;
}
#bootstrap-overrides .attention-item.error {
  color: #ba0c2f;
}
#bootstrap-overrides .accessibility .attention-item {
  color: #54565b;
}
#bootstrap-overrides #accessibility-details-container {
  padding-bottom: 200px;
}
#bootstrap-overrides #accessibility-details-container #accessibility-details-subtitle {
  margin-bottom: 15px;
}
#bootstrap-overrides #accessibility-details-container .info-card {
  max-height: 40px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#bootstrap-overrides #accessibility-details-container .info-card:hover {
  cursor: pointer;
}
#bootstrap-overrides #accessibility-details-container .info-card.active {
  max-height: 1000px;
  transition: all 0.7s ease-in-out;
}
#bootstrap-overrides #accessibility-details-container .info-card .card-header {
  pointer-events: none;
}
#bootstrap-overrides #accessibility-details-container .info-card .card-header .toggle-icon {
  margin-left: auto;
}
#bootstrap-overrides #accessibility-details-container #card-container .columns #scrollable-issues {
  width: 100%;
  max-height: 130px;
  overflow: auto;
}
#bootstrap-overrides #accessibility-details-container #card-container .columns .accessibility-issue-list-item {
  padding-bottom: 10px;
  font-size: 16px;
  max-width: 90%;
  justify-content: flex-start;
  text-align: left;
}
#bootstrap-overrides #online-profile-monitor-card .card-content img {
  max-width: 100%;
  height: 67px;
  width: 100px;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table th {
  font-size: 12px;
  padding: 0 0 6px 0;
  font-weight: bold;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 35px;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table tr td {
  font-size: 14px;
  vertical-align: middle;
  padding: 12px 0;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table tr td .error-text {
  color: #FF5252;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table tr td .success-text {
  color: #66BB6A;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table tr.header-row {
  border-bottom: none;
  padding: 0;
  height: auto;
}
#bootstrap-overrides #online-profile-monitor-card .card-content table .social-icon {
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -3px;
}
#bootstrap-overrides #online-profile-monitor-card .card-content .business-info {
  padding-bottom: 20px;
}
#bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-name, #bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-address, #bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-phone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-name {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 13px;
}
#bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-address span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-address, #bootstrap-overrides #online-profile-monitor-card .card-content .business-info .business-phone {
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
}
#bootstrap-overrides #online-profile-monitor-card .card-content #matched-profiles-chart-container {
  height: 145px;
  width: 145px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
#bootstrap-overrides #online-profile-monitor-card .card-content #matched-profiles-chart-container .chart-text {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #54565b;
}
#bootstrap-overrides #online-profile-monitor-card .card-content #matched-profiles-chart-container .chart-text span {
  font-size: 14px;
}
#bootstrap-overrides #base-url-monitor-card .current-sitemap-text {
  margin-top: 5px;
  margin-bottom: 20px;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container {
  display: flex;
  margin-top: 20px;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 15px;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .box a {
  text-decoration: none;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .box p {
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .box p.subtitle {
  font-size: 16px;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .left {
  margin-right: 10px;
  border: 1.8px solid #00965e;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .left p {
  color: #00965e !important;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .right {
  border: 1.8px solid #ba0c2f;
}
#bootstrap-overrides #base-url-monitor-card .status-box-container .right p {
  color: #ba0c2f !important;
}
#bootstrap-overrides #keyword-rankings-card #average-ranking-container {
  border: 2px solid #d8d9d8;
  width: 100%;
  padding: 15px 20px;
  margin: 20px auto;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
}
#bootstrap-overrides #keyword-rankings-card #average-ranking-container .info-icon {
  position: absolute;
  top: 80%;
  right: 3px;
}
#bootstrap-overrides #keyword-rankings-card #ranking-numbers {
  font-size: 22px;
  color: #ba0c2f !important;
  font-weight: bold;
}
#bootstrap-overrides #keyword-rankings-card #main-text {
  font-weight: bold;
  font-size: 16px;
}
#bootstrap-overrides #keyword-rankings-card #top-keyword {
  font-size: 10.5px;
  margin-top: 5px;
  font-weight: 400;
  text-decoration: underline;
  opacity: 0.9;
}
#bootstrap-overrides #ssl-monitor-card .attention-item {
  font-weight: bold;
  font-size: 16px;
}
#bootstrap-overrides #ssl-monitor-card .attention-item.error {
  color: #ba0c2f !important;
}
#bootstrap-overrides #ssl-monitor-card .attention-item.warning {
  color: #f2a900;
}
#bootstrap-overrides #ssl-monitor-card .attention-item.success {
  color: #00965e !important;
}
#bootstrap-overrides #ssl-monitor-card .expiration-date {
  font-size: 10.5px;
  margin-top: 5px;
}
#bootstrap-overrides #ssl-monitor-card .ssl-info {
  margin-bottom: 0.5rem;
}
#bootstrap-overrides #ssl-monitor-card .ssl-info h4 {
  color: #66BB6A;
  font-weight: bold;
}
#bootstrap-overrides #ssl-monitor-card .ssl-info p {
  font-size: 11px;
  color: #616161;
}
#bootstrap-overrides #broken-link-monitor-card .page-title, #bootstrap-overrides #goodUrlModal .page-title, #bootstrap-overrides #brokenUrlModal .page-title {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#bootstrap-overrides #broken-link-monitor-card .page-title .broken-links-icon, #bootstrap-overrides #goodUrlModal .page-title .broken-links-icon, #bootstrap-overrides #brokenUrlModal .page-title .broken-links-icon {
  background-color: #005f86;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  font-size: 25px;
}
#bootstrap-overrides #broken-link-monitor-card .page-title .last-checked-date, #bootstrap-overrides #goodUrlModal .page-title .last-checked-date, #bootstrap-overrides #brokenUrlModal .page-title .last-checked-date {
  font-size: 16px;
  justify-self: flex-end;
  margin-left: auto;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
  min-width: 270px;
}
#bootstrap-overrides #broken-link-monitor-card .page-subtitle, #bootstrap-overrides #goodUrlModal .page-subtitle, #bootstrap-overrides #brokenUrlModal .page-subtitle {
  color: #005f86 !important;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  text-align: left;
}
#bootstrap-overrides #broken-link-monitor-card .card-content, #bootstrap-overrides #goodUrlModal .card-content, #bootstrap-overrides #brokenUrlModal .card-content {
  margin: 1rem;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .attention-item, #bootstrap-overrides #goodUrlModal .card-content .attention-item, #bootstrap-overrides #brokenUrlModal .card-content .attention-item {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 22px;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .attention-item.error, #bootstrap-overrides #goodUrlModal .card-content .attention-item.error, #bootstrap-overrides #brokenUrlModal .card-content .attention-item.error {
  color: #ba0c2f !important;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .attention-item.warning, #bootstrap-overrides #goodUrlModal .card-content .attention-item.warning, #bootstrap-overrides #brokenUrlModal .card-content .attention-item.warning {
  color: #f2a900;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .attention-item.error, #bootstrap-overrides #goodUrlModal .card-content .attention-item.error, #bootstrap-overrides #brokenUrlModal .card-content .attention-item.error {
  color: #ba0c2f;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container, #bootstrap-overrides #goodUrlModal .card-content .column-container, #bootstrap-overrides #brokenUrlModal .card-content .column-container {
  display: flex;
  align-items: center;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container *, #bootstrap-overrides #goodUrlModal .card-content .column-container *, #bootstrap-overrides #brokenUrlModal .card-content .column-container * {
  text-align: center;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container h1, #bootstrap-overrides #goodUrlModal .card-content .column-container h1, #bootstrap-overrides #brokenUrlModal .card-content .column-container h1 {
  font-size: 22px;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container h6, #bootstrap-overrides #goodUrlModal .card-content .column-container h6, #bootstrap-overrides #brokenUrlModal .card-content .column-container h6 {
  font-size: 16px;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container h1, #bootstrap-overrides #broken-link-monitor-card .card-content .column-container h6, #bootstrap-overrides #goodUrlModal .card-content .column-container h1, #bootstrap-overrides #goodUrlModal .card-content .column-container h6, #bootstrap-overrides #brokenUrlModal .card-content .column-container h1, #bootstrap-overrides #brokenUrlModal .card-content .column-container h6 {
  margin-bottom: 0;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container .box, #bootstrap-overrides #goodUrlModal .card-content .column-container .box, #bootstrap-overrides #brokenUrlModal .card-content .column-container .box {
  width: 50%;
  padding: 15px 0;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container .right, #bootstrap-overrides #goodUrlModal .card-content .column-container .right, #bootstrap-overrides #brokenUrlModal .card-content .column-container .right {
  border: 1.8px solid #ba0c2f;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container .right *, #bootstrap-overrides #goodUrlModal .card-content .column-container .right *, #bootstrap-overrides #brokenUrlModal .card-content .column-container .right * {
  color: #FF5252;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container .left, #bootstrap-overrides #goodUrlModal .card-content .column-container .left, #bootstrap-overrides #brokenUrlModal .card-content .column-container .left {
  margin-right: 10px;
  border: 1.8px solid #f2a900;
}
#bootstrap-overrides #broken-link-monitor-card .card-content .column-container .left *, #bootstrap-overrides #goodUrlModal .card-content .column-container .left *, #bootstrap-overrides #brokenUrlModal .card-content .column-container .left * {
  color: #f2a900;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #spell-check-monitor-card#customizeSpellCheckModal form, #bootstrap-overrides #customizeSpellCheckModal#customizeSpellCheckModal form {
    margin-top: 10px;
  }
  #bootstrap-overrides #spell-check-monitor-card#customizeSpellCheckModal form #columns .flex *, #bootstrap-overrides #customizeSpellCheckModal#customizeSpellCheckModal form #columns .flex * {
    display: inline;
  }
  #bootstrap-overrides #spell-check-monitor-card#customizeSpellCheckModal form #columns .flex input[type=checkbox], #bootstrap-overrides #customizeSpellCheckModal#customizeSpellCheckModal form #columns .flex input[type=checkbox] {
    height: auto !important;
    margin: 0 5px 0 0;
  }
}
#bootstrap-overrides #spell-check-monitor-card .page-title, #bootstrap-overrides #customizeSpellCheckModal .page-title {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#bootstrap-overrides #spell-check-monitor-card .page-title .spell-check-icon, #bootstrap-overrides #customizeSpellCheckModal .page-title .spell-check-icon {
  background-color: #005f86;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  height: 40px;
  width: 60px;
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #spell-check-monitor-card .page-title .spell-check-icon, #bootstrap-overrides #customizeSpellCheckModal .page-title .spell-check-icon {
    width: 42px;
  }
}
#bootstrap-overrides #spell-check-monitor-card .page-title .last-checked-date, #bootstrap-overrides #customizeSpellCheckModal .page-title .last-checked-date {
  font-size: 16px;
  justify-self: flex-end;
  margin-left: auto;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
  min-width: 270px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #spell-check-monitor-card .page-title .last-checked-date, #bootstrap-overrides #customizeSpellCheckModal .page-title .last-checked-date {
    width: 42px;
    min-width: 0;
    margin: 0 auto 0 0;
    width: 100%;
  }
}
#bootstrap-overrides #spell-check-monitor-card .page-subtitle, #bootstrap-overrides #customizeSpellCheckModal .page-subtitle {
  color: #005f86 !important;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  text-align: left;
}
#bootstrap-overrides #spell-check-monitor-card #flagged-words-container, #bootstrap-overrides #customizeSpellCheckModal #flagged-words-container {
  border: 2px solid #d8d9d8;
  width: 100%;
  padding: 15px 20px;
  margin: 20px auto;
}
#bootstrap-overrides #spell-check-monitor-card #words-number, #bootstrap-overrides #customizeSpellCheckModal #words-number {
  font-size: 22px;
  font-weight: bold;
}
#bootstrap-overrides #spell-check-monitor-card #main-text, #bootstrap-overrides #customizeSpellCheckModal #main-text {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #spell-check-monitor-card .modal-dialog, #bootstrap-overrides #customizeSpellCheckModal .modal-dialog {
    max-width: 95%;
    max-width: 100%;
  }
}
#bootstrap-overrides #brokenUrlModal h4, #bootstrap-overrides #goodUrlModal h4 {
  text-align: center;
}
#bootstrap-overrides #brokenUrlModal .modal-dialog, #bootstrap-overrides #goodUrlModal .modal-dialog {
  max-width: 95%;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #brokenUrlModal .modal-dialog, #bootstrap-overrides #goodUrlModal .modal-dialog {
    max-width: 100%;
  }
}
#bootstrap-overrides #brokenUrlModal #bad-url-container, #bootstrap-overrides #brokenUrlModal #good-url-container, #bootstrap-overrides #goodUrlModal #bad-url-container, #bootstrap-overrides #goodUrlModal #good-url-container {
  padding: 10px;
}
#bootstrap-overrides #brokenUrlModal #bad-url-container .bad-url, #bootstrap-overrides #brokenUrlModal #bad-url-container .good-url, #bootstrap-overrides #brokenUrlModal #good-url-container .bad-url, #bootstrap-overrides #brokenUrlModal #good-url-container .good-url, #bootstrap-overrides #goodUrlModal #bad-url-container .bad-url, #bootstrap-overrides #goodUrlModal #bad-url-container .good-url, #bootstrap-overrides #goodUrlModal #good-url-container .bad-url, #bootstrap-overrides #goodUrlModal #good-url-container .good-url {
  color: #ba0c2f !important;
  text-align: left;
  font-size: 14px;
}
#bootstrap-overrides #brokenUrlModal #bad-url-container .bad-url.good-url, #bootstrap-overrides #brokenUrlModal #bad-url-container .good-url.good-url, #bootstrap-overrides #brokenUrlModal #good-url-container .bad-url.good-url, #bootstrap-overrides #brokenUrlModal #good-url-container .good-url.good-url, #bootstrap-overrides #goodUrlModal #bad-url-container .bad-url.good-url, #bootstrap-overrides #goodUrlModal #bad-url-container .good-url.good-url, #bootstrap-overrides #goodUrlModal #good-url-container .bad-url.good-url, #bootstrap-overrides #goodUrlModal #good-url-container .good-url.good-url {
  color: #00965e !important;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #brokenUrlModal #bad-url-container .bad-url, #bootstrap-overrides #brokenUrlModal #bad-url-container .good-url, #bootstrap-overrides #brokenUrlModal #good-url-container .bad-url, #bootstrap-overrides #brokenUrlModal #good-url-container .good-url, #bootstrap-overrides #goodUrlModal #bad-url-container .bad-url, #bootstrap-overrides #goodUrlModal #bad-url-container .good-url, #bootstrap-overrides #goodUrlModal #good-url-container .bad-url, #bootstrap-overrides #goodUrlModal #good-url-container .good-url {
    padding-bottom: 8px;
    line-height: 1.2;
  }
}
#bootstrap-overrides #keywordRankingModal table {
  margin-top: 20px;
}
#bootstrap-overrides #keywordRankingModal table th, #bootstrap-overrides #keywordRankingModal table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #keywordRankingModal table th.phone-number, #bootstrap-overrides #keywordRankingModal table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #keywordRankingModal table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #keywordRankingModal table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #keywordRankingModal table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #keywordRankingModal table td {
  padding: 5px 10px;
}
#bootstrap-overrides #keywordRankingModal table td button {
  border-radius: 4px !important;
  border-width: 1px;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
#bootstrap-overrides #keywordRankingModal table td button:hover {
  background-color: #343a40;
  color: white;
}
#bootstrap-overrides #keywordRankingModal table td button span {
  font-size: 18px;
}
#bootstrap-overrides #keywordRankingModal table td button.submit-word-button {
  display: none;
  margin-left: 10px;
  padding: 2px 10px;
}
#bootstrap-overrides #keywordRankingModal table td input {
  font-size: 12px;
  display: none;
}
#bootstrap-overrides #keywordRankingModal table th, #bootstrap-overrides #keywordRankingModal table td {
  border: 0;
  vertical-align: middle;
  font-size: 12px;
}
#bootstrap-overrides #keywordRankingModal table th .remove-icon, #bootstrap-overrides #keywordRankingModal table td .remove-icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}
#bootstrap-overrides #keywordRankingModal table th .remove-icon:hover, #bootstrap-overrides #keywordRankingModal table td .remove-icon:hover {
  background-color: #343a40;
  color: white;
  border-radius: 100%;
}
#bootstrap-overrides #keywordRankingModal table th .remove-icon:hover, #bootstrap-overrides #keywordRankingModal table td .remove-icon:hover {
  cursor: pointer;
}
#bootstrap-overrides #keywordRankingModal table tr {
  border-bottom: 1px solid #e0e4e7;
  max-height: 18px;
}
#bootstrap-overrides #keywordRankingModal table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
#bootstrap-overrides #keywordRankingModal table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #343a40;
  font-size: 12px;
}
#bootstrap-overrides #keywordRankingModal #top-ten-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#bootstrap-overrides #keywordRankingModal .alert-card {
  margin-bottom: -1px;
  width: 95%;
  left: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  border-left: 7px solid #00965E;
  background-color: #D8FFF0;
  border: 1px solid #00965E;
  color: #00965E;
  margin: 20px 0 0 0;
  width: 100%;
  justify-content: space-between;
  border-left: 10px solid #00965e;
}
#bootstrap-overrides #keywordRankingModal .alert-card small {
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
#bootstrap-overrides #keywordRankingModal .alert-card .btn, #bootstrap-overrides #keywordRankingModal .alert-card button {
  border-radius: 100px;
  color: white;
  font-size: 12px;
  margin-right: 15px;
  float: right;
  padding: 0.105rem 0.55rem;
}
#bootstrap-overrides #keywordRankingModal .alert-card .btn, #bootstrap-overrides #keywordRankingModal .alert-card button {
  background-color: #00965E;
  border-color: #00965E;
}
#bootstrap-overrides #keywordRankingModal .alert-card p {
  margin: 0;
  padding-left: 10px;
  color: #00965e !important;
  font-weight: bold;
}
#bootstrap-overrides #keywordRankingModal .alert-card button {
  border: 0;
  border-radius: 14px !important;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 15px;
  width: auto;
}
#bootstrap-overrides #keywordRankingModal .page-title {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  align-items: center;
  margin-bottom: 10px;
}
#bootstrap-overrides #keywordRankingModal .page-title .keyboard-icon {
  background-color: #005f86;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  font-size: 25px;
}
#bootstrap-overrides #keywordRankingModal .page-title .last-checked-date {
  font-size: 16px;
  justify-self: flex-end;
  margin-left: auto;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #keywordRankingModal .page-title .last-checked-date {
    margin: 0 auto 0 0;
  }
}
#bootstrap-overrides #keywordRankingModal .page-subtitle {
  color: #005f86 !important;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  text-align: left;
}
#bootstrap-overrides #keywordRankingModal .modal-dialog {
  max-width: 90%;
}
#bootstrap-overrides #webInspectorModal .modal-dialog {
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #webInspectorModal .modal-dialog {
    max-width: calc(100% - 1rem);
    margin-right: auto;
  }
}
#bootstrap-overrides #webInspectorModal table th, #bootstrap-overrides #webInspectorModal table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #webInspectorModal table th.phone-number, #bootstrap-overrides #webInspectorModal table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #webInspectorModal table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #webInspectorModal table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #webInspectorModal table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #webInspectorModal .page-title {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#bootstrap-overrides #webInspectorModal .page-title .ssl-icon {
  background-color: #005f86;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  font-size: 25px;
}
#bootstrap-overrides #webInspectorModal .page-title .last-checked-date {
  font-size: 16px;
  justify-self: flex-end;
  margin-left: auto;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
  min-width: 270px;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #webInspectorModal .page-title .last-checked-date {
    min-width: 0;
    margin-left: 50px;
    margin-right: auto;
    font-size: 14px;
  }
}
#bootstrap-overrides #webInspectorModal .page-subtitle {
  color: #005f86 !important;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  text-align: left;
}
#bootstrap-overrides #enterSitemapModal h1 {
  font-size: 22px;
}
#bootstrap-overrides #enterSitemapModal form {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #enterSitemapModal form {
    flex-wrap: wrap;
  }
}
#bootstrap-overrides #enterSitemapModal form input {
  border-radius: 0 !important;
  padding: 0px 5px !important;
  border: 1.5px solid #53565a;
  font-size: 16px;
  height: 45px !important;
  width: 100%;
  margin-right: 10px;
}
#bootstrap-overrides #enterSitemapModal form input:focus {
  border-top: 3px solid #005f86;
  box-shadow: none;
}
#bootstrap-overrides #enterSitemapModal form button[type=submit] {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
  margin: 0;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  transform: none;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #enterSitemapModal form button[type=submit] {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #enterSitemapModal form button[type=submit] .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #enterSitemapModal form button[type=submit] .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #enterSitemapModal form button[type=submit]#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#bootstrap-overrides #enterSitemapModal form button[type=submit].back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #enterSitemapModal form button[type=submit] {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #bootstrap-overrides #enterSitemapModal form button[type=submit].back-button {
    transform: unset;
  }
}
#bootstrap-overrides #enterSitemapModal form button[type=submit]:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides #enterSitemapModal form button[type=submit].green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides #enterSitemapModal form button[type=submit].green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #enterSitemapModal form button[type=submit] {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
    min-width: 0;
  }
}
#bootstrap-overrides #accessibilityModal .page-title {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#bootstrap-overrides #accessibilityModal .page-title .accessibility-icon {
  background-color: #005f86;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  height: 40px;
  width: 60px;
  font-size: 25px;
}
#bootstrap-overrides #accessibilityModal .page-title .last-checked-date {
  font-size: 16px;
  justify-self: flex-end;
  margin-left: auto;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
  min-width: 270px;
}
#bootstrap-overrides #accessibilityModal .page-subtitle {
  color: #005f86 !important;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  #bootstrap-overrides #customizeSpellCheckModal #columns {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
#bootstrap-overrides #customizeSpellCheckModal .flex input {
  margin-right: 10px;
}
#bootstrap-overrides #customizeSpellCheckModal .flex input:checked {
  background: #005f86;
  color: #005f86;
  accent-color: #005f86;
}
#bootstrap-overrides #customizeSpellCheckModal .modal-dialog {
  max-width: 95%;
}
#bootstrap-overrides #customizeSpellCheckModal .modal-dialog .action-button {
  transform: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  display: block;
}
#bootstrap-overrides #whats-next-card .card-content {
  width: 100%;
  margin: 0 auto;
}
#bootstrap-overrides #whats-next-card .card-content * {
  text-align: center;
}
#bootstrap-overrides #whats-next-card .card-content #bbb-login-wrapper {
  margin: 1rem 0;
}
#bootstrap-overrides #whats-next-card .card-content #bbb-login-wrapper a {
  display: inline;
  text-align: center;
  line-height: 1.25;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#bootstrap-overrides #whats-next-card .card-content #bbb-login-wrapper span {
  display: inline;
  display: inline;
  text-align: center;
  line-height: 1.25;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#bootstrap-overrides #whats-next-card .card-content #bbb-login-wrapper .container {
  width: 100%;
}
#bootstrap-overrides #whats-next-card .col a {
  display: block;
  text-align: center;
  line-height: 1.2;
}

#bootstrap-overrides #serviceReportModal table th, #bootstrap-overrides #serviceReportModal table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #serviceReportModal table th.phone-number, #bootstrap-overrides #serviceReportModal table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #serviceReportModal table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #serviceReportModal table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #serviceReportModal table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #serviceReportModal .page-title {
  margin: 0;
}
#bootstrap-overrides #serviceReportModal .page-subtitle {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
  color: black !important;
  text-align: left;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #serviceReportModal .page-subtitle {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #serviceReportModal .page-subtitle .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #serviceReportModal .page-subtitle .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #serviceReportModal .checkmark-icon, #bootstrap-overrides #serviceReportModal .error-icon {
  background-color: #00965e;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  font-size: 20px;
}
#bootstrap-overrides #serviceReportModal .checkmark-icon.error-icon, #bootstrap-overrides #serviceReportModal .error-icon.error-icon {
  background-color: #ba0c2f;
  font-weight: bold;
}
#bootstrap-overrides #full-report-container {
  width: 100%;
}
#bootstrap-overrides #full-report-container .responsive-table-container {
  overflow-x: auto;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table th, #bootstrap-overrides #full-report-container .responsive-table-container #full-report-table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table th.phone-number, #bootstrap-overrides #full-report-container .responsive-table-container #full-report-table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table img {
  height: 30px;
  width: auto;
  margin: 0 auto;
  display: block;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table img#bbb-logo {
  height: 50px;
}
#bootstrap-overrides #full-report-container .responsive-table-container #full-report-table td, #bootstrap-overrides #full-report-container .responsive-table-container #full-report-table th, #bootstrap-overrides #full-report-container .responsive-table-container #full-report-table p {
  max-width: 300px;
  text-align: left;
}

#bootstrap-overrides #page-text-container * {
  text-align: center;
}
#bootstrap-overrides #page-text-container .page-title {
  margin-bottom: 5px;
}
#bootstrap-overrides #page-text-container p {
  font-weight: 500;
  font-size: 18px;
}
#bootstrap-overrides #page-text-container #checkmark-icon {
  background-color: #00965e;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#bootstrap-overrides .error-message {
  color: #FF5252;
  background: #FFD5DA;
  padding: 5px 0 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#bootstrap-overrides h1 {
  color: #005f86;
  margin-bottom: 80px;
  display: block;
}
#bootstrap-overrides #basic-user-setup-form .required-asterisk {
  color: #FF5252;
  font-weight: bold;
}
#bootstrap-overrides #basic-user-setup-form label {
  font-weight: 700;
  margin-bottom: 5px;
}
#bootstrap-overrides #basic-user-setup-form input {
  border-radius: 0 !important;
  margin-bottom: 10px;
}
#bootstrap-overrides #basic-user-setup-form button {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
  margin-top: 30px;
  background-color: #00965e;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #basic-user-setup-form button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #basic-user-setup-form button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #basic-user-setup-form button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #basic-user-setup-form button#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#bootstrap-overrides #basic-user-setup-form button.back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #basic-user-setup-form button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #bootstrap-overrides #basic-user-setup-form button.back-button {
    transform: unset;
  }
}
#bootstrap-overrides #basic-user-setup-form button:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides #basic-user-setup-form button.green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides #basic-user-setup-form button.green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides #basic-user-setup-form .form-control, #bootstrap-overrides #basic-user-setup-form input {
  padding: 2px 5px !important;
  line-height: 1.5;
  border: 1.5px solid #53565a;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #basic-user-setup-form input {
    margin-bottom: 10px !important;
  }
}

#bootstrap-overrides .content-wrapper {
  display: flex;
}
#bootstrap-overrides .content-wrapper .map-container {
  flex-basis: 65%;
  margin-right: 20px;
}
#bootstrap-overrides .content-wrapper .tables-container {
  flex-basis: 35%;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  #bootstrap-overrides .content-wrapper {
    flex-wrap: wrap;
  }
  #bootstrap-overrides .content-wrapper .map-container {
    width: 100%;
    flex-basis: unset;
    margin-right: 0;
  }
  #bootstrap-overrides .content-wrapper .tables-container {
    width: 100%;
    flex-basis: unset;
  }
}
#bootstrap-overrides #connect-business-container {
  padding-bottom: 100px;
}
#bootstrap-overrides #connect-business-container #whats-next-bbb-logo {
  width: 50px;
  height: auto;
}
#bootstrap-overrides #connect-business-container.profile-metrics {
  padding-bottom: 0px;
}
#bootstrap-overrides #connect-business-container table th, #bootstrap-overrides #connect-business-container table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #connect-business-container table th.phone-number, #bootstrap-overrides #connect-business-container table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #connect-business-container table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #connect-business-container table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #connect-business-container table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #connect-business-container table .service-name {
  vertical-align: middle;
}
#bootstrap-overrides #connect-business-container table .service-name * {
  vertical-align: middle;
}
#bootstrap-overrides #connect-business-container .page-subtitle {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #connect-business-container .page-subtitle {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #connect-business-container .page-subtitle .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #connect-business-container .page-subtitle .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #connect-business-container .page-title {
  margin: 0;
  font-size: 25px;
}
#bootstrap-overrides #connect-business-container .btn {
  margin: 0 auto;
  display: block;
  min-width: 130px;
  background-color: #005f86;
}
#bootstrap-overrides #connect-business-container .btn.btn-primary {
  transform: unset;
  bottom: unset;
  right: unset;
  left: unset;
  top: unset;
}
#bootstrap-overrides #connect-business-container .btn.btn-primary.confirm-button, #bootstrap-overrides #connect-business-container .btn.btn-primary.back-button {
  display: block;
  margin: 0 auto;
  position: unset;
}

#bootstrap-overrides #bbb-setup-container table th, #bootstrap-overrides #bbb-setup-container table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #bbb-setup-container table th.phone-number, #bootstrap-overrides #bbb-setup-container table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #bbb-setup-container table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #bbb-setup-container table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #bbb-setup-container table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #bbb-setup-container table thead tr th:first-child {
  background-color: transparent;
  color: black;
  width: 100px;
  text-align: center;
  border: 0;
  padding: 0 15px;
  font-weight: 500;
}
#bootstrap-overrides #bbb-setup-container .page-subtitle {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #bbb-setup-container .page-subtitle {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #bbb-setup-container .page-subtitle .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #bbb-setup-container .page-subtitle .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #bbb-setup-container .page-title {
  margin: 0;
  font-size: 25px;
}

#bootstrap-overrides #yelp-setup-container table th, #bootstrap-overrides #yelp-setup-container table td {
  border: 1px solid black;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.2;
}
#bootstrap-overrides #yelp-setup-container table th.phone-number, #bootstrap-overrides #yelp-setup-container table td.phone-number {
  min-width: 120px;
}
#bootstrap-overrides #yelp-setup-container table thead tr th {
  color: white;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #005f86;
}
#bootstrap-overrides #yelp-setup-container table .claim-business-cell {
  border: 0;
  position: relative;
}
#bootstrap-overrides #yelp-setup-container table .claim-business-cell .claim-business-button {
  background-color: #b5b7b5;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bootstrap-overrides #yelp-setup-container table thead tr th:first-child {
  background-color: transparent;
  color: black;
  width: 100px;
  text-align: center;
  border: 0;
  padding: 0 15px;
  font-weight: 500;
}
#bootstrap-overrides #yelp-setup-container .page-subtitle {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #yelp-setup-container .page-subtitle {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #yelp-setup-container .page-subtitle .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #yelp-setup-container .page-subtitle .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #yelp-setup-container .page-title {
  margin: 0;
  font-size: 25px;
}
#bootstrap-overrides #yelp-setup-container form button {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #yelp-setup-container form button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #yelp-setup-container form button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #yelp-setup-container form button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #yelp-setup-container form button#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#bootstrap-overrides #yelp-setup-container form button.back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #yelp-setup-container form button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #bootstrap-overrides #yelp-setup-container form button.back-button {
    transform: unset;
  }
}
#bootstrap-overrides #yelp-setup-container form button:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides #yelp-setup-container form button.green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#bootstrap-overrides #yelp-setup-container form button.green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}

#bootstrap-overrides #basic-user-setup-form button {
  position: unset;
  display: block;
  margin: 0 auto;
}
#bootstrap-overrides #facebook-setup-container .page-title, #bootstrap-overrides #nextdoor-setup-container .page-title, #bootstrap-overrides #google-setup-container .page-title, #bootstrap-overrides #foursquare-setup-container .page-title {
  margin-bottom: 0;
}
#bootstrap-overrides #facebook-setup-container .page-subtitle, #bootstrap-overrides #nextdoor-setup-container .page-subtitle, #bootstrap-overrides #google-setup-container .page-subtitle, #bootstrap-overrides #foursquare-setup-container .page-subtitle {
  max-width: 100%;
}
#bootstrap-overrides #facebook-setup-container form input, #bootstrap-overrides #nextdoor-setup-container form input, #bootstrap-overrides #google-setup-container form input, #bootstrap-overrides #foursquare-setup-container form input {
  width: 340px;
  display: block;
  margin: 5px 0 15px 0;
}
#bootstrap-overrides #facebook-setup-container .handle-example-container, #bootstrap-overrides #nextdoor-setup-container .handle-example-container, #bootstrap-overrides #google-setup-container .handle-example-container, #bootstrap-overrides #foursquare-setup-container .handle-example-container {
  width: 340px;
  background-color: #e6f7fb;
  padding: 20px 15px 15px 15px;
}
#bootstrap-overrides #facebook-setup-container .handle-example-container p, #bootstrap-overrides #nextdoor-setup-container .handle-example-container p, #bootstrap-overrides #google-setup-container .handle-example-container p, #bootstrap-overrides #foursquare-setup-container .handle-example-container p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
#bootstrap-overrides #facebook-setup-container .handle-example-container .handle-outline, #bootstrap-overrides #nextdoor-setup-container .handle-example-container .handle-outline, #bootstrap-overrides #google-setup-container .handle-example-container .handle-outline, #bootstrap-overrides #foursquare-setup-container .handle-example-container .handle-outline {
  width: 120px;
  margin-right: 15px;
  margin-left: auto;
}
#bootstrap-overrides #facebook-setup-container .handle-example-container .handle-outline .border-outline, #bootstrap-overrides #nextdoor-setup-container .handle-example-container .handle-outline .border-outline, #bootstrap-overrides #google-setup-container .handle-example-container .handle-outline .border-outline, #bootstrap-overrides #foursquare-setup-container .handle-example-container .handle-outline .border-outline {
  width: 90px;
  height: 8px;
  border-left: 1px solid #005f86;
  border-right: 1px solid #005f86;
  border-bottom: 1px solid #005f86;
  margin-left: auto;
}
#bootstrap-overrides #facebook-setup-container .handle-example-container .handle-outline p, #bootstrap-overrides #nextdoor-setup-container .handle-example-container .handle-outline p, #bootstrap-overrides #google-setup-container .handle-example-container .handle-outline p, #bootstrap-overrides #foursquare-setup-container .handle-example-container .handle-outline p {
  margin-left: auto;
  text-align: right;
  font-size: 10px;
  font-style: italic;
  margin-top: 2px;
  color: #005f86;
  font-weight: bold;
}

#bootstrap-overrides #messages-table tr:not(.header-row):hover {
  background-color: #F3F7F9;
  cursor: pointer;
}
#bootstrap-overrides #messages-table tr.table-row.unread {
  font-weight: bold;
}
#bootstrap-overrides #messages-table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
}
#bootstrap-overrides #messages-table .delete-icon {
  color: #FF5252;
}
#bootstrap-overrides #messages-table .delete-icon:hover {
  cursor: pointer;
}
#bootstrap-overrides #messageModal .close {
  border: none;
  background: none;
}

#bootstrap-overrides #manage-account-container .nav-pills .nav-item .nav-link {
  color: #002f6c;
}
#bootstrap-overrides #manage-account-container .nav-pills .nav-item .nav-link.active {
  background-color: #005f86 !important;
  border-radius: 0;
  color: white;
}
#bootstrap-overrides #manage-account-container .nav-pills .nav-item:first-child a {
  color: white;
}
#bootstrap-overrides #manage-account-container #update-profile-button {
  border-color: transparent;
}
#bootstrap-overrides #manage-account-container #update-profile-button:hover {
  background-color: transparent;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#bootstrap-overrides #manage-account-container .page-title {
  margin-bottom: 0;
}
#bootstrap-overrides #manage-account-container #enable-authenticator {
  width: 200px;
}
#bootstrap-overrides #manage-account-container input.form-control {
  border-radius: 0 !important;
  padding: 0px 5px !important;
  border: 1.5px solid #53565a;
  font-size: 16px;
  height: 45px !important;
  height: 50px !important;
  padding: 0 !important;
  padding-top: 20px !important;
  padding-left: 12px !important;
  margin-bottom: 5px;
}
#bootstrap-overrides #manage-account-container input.form-control:focus {
  border-top: 3px solid #005f86;
  box-shadow: none;
}
#bootstrap-overrides #manage-account-container .input-group-append span {
  border-radius: 0 !important;
  height: 50px !important;
}

#bootstrap-overrides #registration-container, #bootstrap-overrides #login-container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #registration-container, #bootstrap-overrides #login-container {
    display: block;
  }
}
#bootstrap-overrides #registration-container a, #bootstrap-overrides #login-container a {
  color: #002f6c;
}
#bootstrap-overrides #registration-container h1, #bootstrap-overrides #login-container h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  margin-bottom: 0;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #registration-container h1, #bootstrap-overrides #login-container h1 {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #bootstrap-overrides #registration-container h1 .last-checked-date, #bootstrap-overrides #login-container h1 .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #bootstrap-overrides #registration-container h1 .ssl-icon, #bootstrap-overrides #login-container h1 .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#bootstrap-overrides #registration-container label, #bootstrap-overrides #login-container label {
  margin-top: 15px;
}
#bootstrap-overrides #registration-container .page-subtitle, #bootstrap-overrides #login-container .page-subtitle {
  margin-bottom: 10px;
}
#bootstrap-overrides #registration-container .page-subtitle.register-link, #bootstrap-overrides #login-container .page-subtitle.register-link {
  text-align: left;
}
#bootstrap-overrides #registration-container span.text-danger, #bootstrap-overrides #login-container span.text-danger {
  display: block;
}
#bootstrap-overrides #registration-container .column, #bootstrap-overrides #login-container .column {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #bootstrap-overrides #registration-container .column, #bootstrap-overrides #login-container .column {
    width: 100%;
  }
  #bootstrap-overrides #registration-container .column.right, #bootstrap-overrides #login-container .column.right {
    margin-top: 40px;
  }
}
#bootstrap-overrides #registration-container .column.left, #bootstrap-overrides #login-container .column.left {
  margin-right: 20px;
  border-right: 1px solid #d8d9d8;
  padding-right: 15px;
}
#bootstrap-overrides #registration-container .column.right h3, #bootstrap-overrides #login-container .column.right h3 {
  opacity: 0.8;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
}
#bootstrap-overrides #registration-container input, #bootstrap-overrides #login-container input {
  border-radius: 0 !important;
  padding: 0px 5px !important;
  border: 1.5px solid #53565a;
  font-size: 16px;
  height: 45px !important;
  height: 45px !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-left: 12px !important;
  margin-bottom: 5px;
}
#bootstrap-overrides #registration-container input:focus, #bootstrap-overrides #login-container input:focus {
  border-top: 3px solid #005f86;
  box-shadow: none;
}
#bootstrap-overrides #registration-container #register-button, #bootstrap-overrides #registration-container #login-submit, #bootstrap-overrides #login-container #register-button, #bootstrap-overrides #login-container #login-submit {
  width: 100px;
  margin: 10px auto 20px auto;
  display: block;
}
#bootstrap-overrides #registration-container #toggle-password-visibility, #bootstrap-overrides #registration-container #toggle-password-visibility-off, #bootstrap-overrides #registration-container #toggle-confirm-password-visibility, #bootstrap-overrides #registration-container #toggle-confirm-password-visibility-off, #bootstrap-overrides #login-container #toggle-password-visibility, #bootstrap-overrides #login-container #toggle-password-visibility-off, #bootstrap-overrides #login-container #toggle-confirm-password-visibility, #bootstrap-overrides #login-container #toggle-confirm-password-visibility-off {
  margin-left: 8px;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bootstrap-overrides #registration-container #toggle-password-visibility:hover, #bootstrap-overrides #registration-container #toggle-password-visibility-off:hover, #bootstrap-overrides #registration-container #toggle-confirm-password-visibility:hover, #bootstrap-overrides #registration-container #toggle-confirm-password-visibility-off:hover, #bootstrap-overrides #login-container #toggle-password-visibility:hover, #bootstrap-overrides #login-container #toggle-password-visibility-off:hover, #bootstrap-overrides #login-container #toggle-confirm-password-visibility:hover, #bootstrap-overrides #login-container #toggle-confirm-password-visibility-off:hover {
  cursor: pointer;
}
#bootstrap-overrides #registration-container #toggle-password-visibility.hide, #bootstrap-overrides #registration-container #toggle-password-visibility-off.hide, #bootstrap-overrides #registration-container #toggle-confirm-password-visibility.hide, #bootstrap-overrides #registration-container #toggle-confirm-password-visibility-off.hide, #bootstrap-overrides #login-container #toggle-password-visibility.hide, #bootstrap-overrides #login-container #toggle-password-visibility-off.hide, #bootstrap-overrides #login-container #toggle-confirm-password-visibility.hide, #bootstrap-overrides #login-container #toggle-confirm-password-visibility-off.hide {
  display: none;
}
#bootstrap-overrides #registration-container#login-container .column.right h3, #bootstrap-overrides #login-container#login-container .column.right h3 {
  margin-bottom: 0;
}
#bootstrap-overrides #registration-container#login-container .form-check-input, #bootstrap-overrides #login-container#login-container .form-check-input {
  height: 1em !important;
}
#bootstrap-overrides #registration-container a, #bootstrap-overrides #login-container a {
  text-align: center;
  display: block;
  margin: 0 auto 0 auto;
}

#bootstrap-overrides #forgot-password-container .page-title {
  margin-bottom: 5px;
}
#bootstrap-overrides #forgot-password-container .page-subtitle {
  margin-bottom: 0;
}
#bootstrap-overrides #forgot-password-container input {
  border-radius: 0 !important;
  padding: 0px 5px !important;
  border: 1.5px solid #53565a;
  font-size: 16px;
  height: 45px !important;
}
#bootstrap-overrides #forgot-password-container input:focus {
  border-top: 3px solid #005f86;
  box-shadow: none;
}
#bootstrap-overrides #forgot-password-container button {
  margin-top: 20px;
}

#chat-container {
  position: fixed;
  bottom: 80px;
  right: 10px;
  border: 2px solid #007398;
  width: 30vw;
  max-width: 450px;
  height: 80vh;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-color: #e6f7fb;
  z-index: 1000;
}
#chat-container ::-webkit-scrollbar-track {
  background: #e3e4e3;
}
#chat-container ::-webkit-scrollbar-thumb {
  background: #c8c9c7;
}
#chat-container ::-webkit-scrollbar-thumb:hover {
  background: #007398;
  cursor: grabbing;
}
@media screen and (max-width: 1700px) {
  #chat-container {
    width: 40vw;
  }
}
@media screen and (max-width: 1400px) {
  #chat-container {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #chat-container {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  #chat-container {
    right: 0;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
  }
}
#chat-container.hide {
  right: -100%;
  left: auto;
}
@media screen and (max-width: 600px) {
  #chat-container.hide {
    right: -150%;
  }
}
#chat-container #chat-content {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content {
    height: 100vh;
  }
}
#chat-container #chat-content #chat-header {
  background-color: #007398;
  display: flex;
  padding: 0 10px;
  align-items: center;
  height: 100px;
}
#chat-container #chat-content #chat-header #chat-header-left {
  margin-right: 10px;
}
#chat-container #chat-content #chat-header #chat-header-left span {
  font-size: 50px;
  position: relative;
  bottom: -5px;
  color: white;
}
#chat-container #chat-content #chat-header #chat-header-right #chat-now {
  color: white !important;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}
#chat-container #chat-content #chat-header #chat-header-right #helper-name {
  color: white !important;
  font-size: 18px;
  font-weight: bold;
}
#chat-container #chat-content #chat-header #chat-header-right #disclosure {
  color: white;
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
}
#chat-container #chat-content #chat-input-container {
  bottom: 6px;
  left: 6px;
  right: 6px;
  position: absolute;
  align-items: center;
  margin: 15px auto 10px auto;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  z-index: 2;
  background-color: white;
  height: 100px;
  border: 2px solid #478da9;
  padding: 8px;
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-input-container {
    width: calc(100% - 10px);
  }
}
#chat-container #chat-content #chat-input-container .flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#chat-container #chat-content #chat-input-container .flex button {
  background-color: transparent;
  border: 0;
}
#chat-container #chat-content #chat-input-container .flex textarea {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 500px;
  resize: none;
  font-size: 15px;
  font-weight: 500;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-input-container .flex textarea {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #chat-container #chat-content #chat-input-container .flex textarea .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #chat-container #chat-content #chat-input-container .flex textarea .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#chat-container #chat-content #chat-input-container .flex textarea:focus {
  border: 0;
  outline: none;
}
#chat-container #chat-content #chat-input-container .flex textarea::placeholder {
  font-size: 13px;
  color: black;
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-input-container .flex textarea {
    font-size: 16px;
  }
}
#chat-container #chat-content #chat-input-container #send-message-button {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #002f6c;
  border-radius: 0;
  padding: 0.375rem 1.25rem;
  min-width: 170px;
  max-width: 200px;
  border: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  transition: all 0.3s linear;
  text-decoration: none;
  /*    position: absolute;
  left: 50%;
  bottom: 15px;
  right: 50%;
  transform: translate(-50%);*/
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 13px;
  min-width: 0px;
  width: auto;
  padding: 0 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 75px;
  margin: 0;
  background-color: #007398;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-input-container #send-message-button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #chat-container #chat-content #chat-input-container #send-message-button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #chat-container #chat-content #chat-input-container #send-message-button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#chat-container #chat-content #chat-input-container #send-message-button#login-submit {
  position: unset;
  left: unset;
  right: unset;
  transform: none;
}
#chat-container #chat-content #chat-input-container #send-message-button.back-button {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-input-container #send-message-button {
    font-size: 1rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  #chat-container #chat-content #chat-input-container #send-message-button.back-button {
    transform: unset;
  }
}
#chat-container #chat-content #chat-input-container #send-message-button:hover {
  background-color: white;
  color: #002f6c;
  border: 2px solid #002f6c;
}
#chat-container #chat-content #chat-input-container #send-message-button.green {
  background-color: #00965e;
  border: 2px solid #00965e;
}
#chat-container #chat-content #chat-input-container #send-message-button.green:hover {
  background-color: white;
  color: #00965e;
  border: 2px solid #00965e;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-input-container #send-message-button {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #chat-container #chat-content #chat-input-container #send-message-button .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #chat-container #chat-content #chat-input-container #send-message-button .ssl-icon {
    position: relative;
    top: 10px;
  }
}
#chat-container #chat-content #chat-input-container #send-message-button:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#chat-container #chat-content #chat-input-container #send-message-button.disabled {
  cursor: not-allowed;
  box-shadow: none;
  background-color: grey;
}
#chat-container #chat-content #chat-messages {
  overflow-y: auto;
  height: calc(100% - 195px);
  z-index: 1;
  position: relative;
  padding: 10px;
}
#chat-container #chat-content #chat-messages .assistant-message {
  background-color: white;
  margin: 5px 0;
  border-radius: 20px;
  clear: both;
  float: left;
  max-width: 85%;
  padding: 20px 18px;
  align-items: center;
}
#chat-container #chat-content #chat-messages .assistant-message span {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #007398;
  font-weight: bold;
  font-size: 15px;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-messages .assistant-message span {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #chat-container #chat-content #chat-messages .assistant-message span .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #chat-container #chat-content #chat-messages .assistant-message span .ssl-icon {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-messages .assistant-message span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#chat-container #chat-content #chat-messages .assistant-message span br {
  display: none;
}
#chat-container #chat-content #chat-messages .assistant-message big {
  width: 100%;
  float: left;
}
#chat-container #chat-content #chat-messages .assistant-message big span {
  margin: 0;
}
#chat-container #chat-content #chat-messages .assistant-message big span * {
  display: inline;
}
#chat-container #chat-content #chat-messages .assistant-message .angela-name-wrapper {
  flex-wrap: nowrap;
  margin: 0;
}
#chat-container #chat-content #chat-messages .assistant-message .angela-name-wrapper .sm-text {
  width: auto;
  font-size: 10px;
  position: relative;
  top: -3px;
}
#chat-container #chat-content #chat-messages .assistant-message p {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  clear: both;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular.otf) format("otf");
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-messages .assistant-message p {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #chat-container #chat-content #chat-messages .assistant-message p .last-checked-date {
    font-size: 14px;
    width: auto;
    justify-self: flex-start;
    display: flex;
    margin-right: auto;
    min-width: 0;
  }
  #chat-container #chat-content #chat-messages .assistant-message p .ssl-icon {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-messages .assistant-message p {
    font-size: 16px;
  }
}
#chat-container #chat-content #chat-messages .assistant-message p br + br:first-child {
  content: "";
  display: none;
  height: 10px;
  width: 10px;
  border: 2px solid red;
}
#chat-container #chat-content #chat-messages .assistant-message.typing-gif {
  background: transparent;
  padding: 0;
  margin: 0;
}
#chat-container #chat-content #chat-messages .user-message {
  background-color: white;
  padding: 20px 18px;
  margin: 5px 0;
  border-radius: 20px;
  clear: both;
  float: right;
  max-width: 75%;
  display: flex;
  align-items: center;
  min-width: 60%;
}
#chat-container #chat-content #chat-messages .user-message p {
  font-weight: 500;
  margin: 0;
  color: black;
  font-size: 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #chat-container #chat-content #chat-messages .user-message p {
    font-size: 16px;
  }
}
#chat-container #chat-content #chat-messages .incoming {
  background-color: #d8d9d8;
  border-radius: 8px;
  padding: 10px;
  max-width: 85%;
  text-align: left;
  margin: 8px 0 15px 0;
  font-size: 16px;
}
#chat-container #chat-content #chat-messages #chat-buttons {
  display: flex;
  justify-content: flex-end;
}
#chat-container #chat-content #chat-messages #chat-buttons button {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  color: white;
  border-radius: 12px;
  width: 90px;
}
#chat-container #chat-content #chat-messages #chat-buttons button:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#chat-container #chat-content #chat-messages #chat-buttons button:first-child {
  margin-right: 10px;
}
#chat-container #chat-content #chat-messages #chat-buttons button.yes {
  background-color: #00965e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#chat-container #chat-content #chat-messages #chat-buttons button.no {
  border: 1px solid #005f86;
  color: #005f86;
}

#chat-icon, #close-chat-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
  z-index: 100;
  background-color: #005f86;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
#chat-icon:hover, #close-chat-icon:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#chat-icon span, #close-chat-icon span {
  font-size: 40px;
  color: white;
}
#chat-icon.show, #close-chat-icon.show {
  right: 10px;
  z-index: 1000;
}

#close-chat-icon {
  background-color: #ba0c2f;
  right: -100px;
}
#close-chat-icon span {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  #close-chat-icon {
    top: 10px;
    background-color: transparent;
    height: 30px;
    width: 30px;
  }
}
