body {
  font-size: 16pt;
  color: #131314;
}

.logo-banner {
  height: 50px;
}

.bg-dark {
  background-color: #023faa !important;
}

.btn-primary {
  background-color: #0052fc;
  border-color: #0052fc;
}

.btn-primary:hover {
  background-color: #023faa;
  border-color: #023faa;
  color: white;
}

.btn-secondary {
  background-color: #023faa;
  border-color: #023faa;
}

.btn-secondary:hover {
  background-color: grey;
  border-color: grey;
  color: white;
}

.btn-home,
.btn-home:hover {
  color: #ffffff;
  margin-top: 10px;
}
.footnote {
  text-align: center;
  padding: 20px;
}

div.container.d-flex {
  margin: 0px;
  padding: 0px;
}
.nav-txt {
  color: rgb(212, 241, 250);
}
.btn {
  border-radius: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

search-form {
  border-radius: 18px;
}

.btn-primary {
  color: #fff;
  background-color: #0052fc;
  border-color: #0052fc;
}

.btn-primary-outline {
  color: #0052fc;
  border-color: #0052fc;
}

.btn-primary-outline:hover {
  color: #023faa;
  border-color: #023faa;
}

.title {
  color: #0052fc;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.hero-title {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.hero-subheader {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 24px;
  text-align: left;
}
.text-muted {
  color: #131314 !important;
}

h3 {
  font-size: 1.25rem;
}

pre {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono,
    Courier New, monospace, serif;
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.form-group {
  margin-bottom: 1rem;
  text-align: left;
}

.form-body {
  /* margin: 50px; */
}

.form-field {
  /* background-color: #f1f1f1; */
}

.custom-checkbox {
  margin-left: 25px;
}

.add-field {
  /* background-color: #f1f1f1;
  width: 300px;
  */
}

.card {
  height: 228px;
}

.new-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.5em 1em 1em 1em !important;
  text-align: left;
}

.shelf-card-cell {
  padding: 5px 5px;
}

.result-card-logo-container {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin-left: -5px;
  margin-top: 5px;
}

.result-card-action-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
}

.result-card-logo {
  max-height: 40px;
  max-width: 40px;
  margin-left: 20px;
}

.result-card-title {
  color: #000;
  font-family: Roboto;
  font-size: 1rem;
  line-height: 18px;
}

.result-card-subtitle {
  color: rgba(0, 0, 0, 0.654);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-card-description {
  font-size: 0.74rem;
  line-height: 20px;
  margin-bottom: 0;
  max-height: 64px;
  height: none;
  overflow: hidden;
}

.result-card-footer-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
}

.result-card-footer-left {
  text-align: left !important;
  position: absolute;
  bottom: 10px;
}
.solution-detail-header {
  text-align: left !important;
}

.carousel-control-prev,
.carousel-control-next {
  font-size: 3rem;
  text-shadow: 2px 2px 2px #333;
  color: ddd;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-indicators li {
  background-color: #0052fc;
}

.nav-link {
  font-size: 0.95rem;
  font-size: 0.85rem;
  display: block;
  padding: 0.6rem 1rem !important;
}
a {
  color: #0052fc;
  text-decoration: none;
  background-color: transparent;
}

.nav-item {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
a.nav-link:hover {
  background-color: #dddfe1;
  color: #023faa;
}

a.invisible-link,
a.invisible-link:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.654);
}
a.result-card-title,
a.result-card-title:hover {
  color: black !important;
}

.filter-text {
  position: absolute;
  right: 60px;
}

.solution-detail-banner-logo-container {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  height: 148px;
  width: 148px;
  padding: 35px;
  margin-right: 30px;
}
.solution-detail-banner-logo {
  height: 80px;
}
.solution-detail-footer-logo {
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.solution-detail-banner-action-button {
  text-align: left !important;
  color: rgb(255, 255, 255);
  background-color: rgb(59, 120, 231);
}
h3.solution-detail-title {
  font-size: 1.75rem;
  line-height: 28px;
  max-height: 42px;
  margin-top: 3px;
  text-align: left !important;
}
.solution-detail-subtitle {
  font-size: 1.25rem;
  line-height: 20px;
  margin: -4px 0 16px;
  text-align: left !important;
}

.solution-detail-description {
  font-size: 0.9rem;
  line-height: 20px;
  bottom: -5px;
  text-align: left !important;
}

.solution-detail-body {
  text-align: left !important;
}

.solution-detail-body-sidebar {
  text-align: left !important;
  font-size: 0.9rem;
}

.sidebar-header {
  font-weight: bold;
  width: 170px;
}

.sidebar-value {
  padding-top: 5px;
  padding-bottom: 15px;
  width: 170px;
}

.solution-detail-body-main {
  font-size: 1rem;
}

p.solution-detail-body-main {
  margin-bottom: 16px;
}

.solution-detail-footer {
  margin: 75px 0px 50px 150px;
}

.solution-detail-footer-technologies {
  display: inline-flex;
}

.solution-detail-diagram {
  max-width: -webkit-fill-available;
}

.footer {
  padding: 20px;
}

* {
  box-sizing: border-box;
}
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 1rem;
}
input[type="text"] {
  /* background-color: #f1f1f1; */
}
input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
}

/*autocomplete*/
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.xs-banner {
  padding: 20px;
}

.proud-primary {
  background-color: #212b68 !important;
  color: #212b68 !important;
}
.proud-secondary {
  background-color: #ffd205 !important;
  color: #ffd205 !important;
}
.hero-container {
  position: relative;
  text-align: center;
  height: 500px;
}

.hero-centered {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-background {
  position: absolute;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.image-overlay {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
}
.banner-center {
  padding: 50px;
  align-content: center;
}
.banner-image-left {
  height: 300px;
}
.banner-image-right {
  width: 200px;
  padding-top: 200px;
  padding-right: 20px;
}

.result-card {
  font-family: Roboto;
  -ms-flex: 0 0 23%;
  flex: 25%;
  max-width: 23%;
  margin: 5px;
}

@media only screen and (max-width: 1024px) {
  .result-card {
    -ms-flex: 0 0 30%;
    flex: 33%;
    max-width: 30%;
  }
}

@media only screen and (max-width: 900px) {
  .result-card {
    -ms-flex: 0 0 48%;
    flex: 48%;
    max-width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .result-card {
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
  }
  .solution-detail-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .solution-detail-subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.container-fluid {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ql-editor {
  background-color: #fff;
  min-height: 200px;
}

.ql-toolbar {
  border-radius: 0.35rem 0.35rem 0rem 0rem;
}
