/*
blue: #5b71ba
red: #c25180
gold: #d9ab36
green: #5bba76
*/

.bg-topnotch {
  --bs-bg-opacity: 1;
  background-color: #d9ab36 !important;
}

.text-bg-topnotch {
  color: #FFF !important;
  background-color: #5b71ba !important;
}

.main-text {
  width: 410px;
}

.btn-default {
  background-color: #EBEFF3;
  color: #000;
  border: 1px solid #97A1A9;
}

.btn-default:hover {
  background-color: #5b71ba;
  color: #FFF;
}

.btn-action {
  background-color:  #d9ab36;
  color: #111;
  border: 1px solid #97A1A9;
  border-radius: 1.2rem;
  padding: 10px;
}

.btn-action:hover {
  background-color: #c25180;
  color: #FFF;
}

.user {
  color: #B4631D;
  font-weight: bold;
}

.carousel-yellow {
  color: #ead91c;
  font-weight: bold;
}

.carousel-red {
  color: #ea721c;
  font-weight: bold;
}

.carousel-light {
  color: #d0e5f4;
  font-weight: bold;
}

.carousel-blue {
  color: #66b9f4;
  font-weight: bold;
}

.navbar-brand {
  color: #111;
  font-weight: normal;
}

.nav-link {
  color: #111;
  font-size: 1.25rem;
  font-weight: normal;
}

a.sign-in-out {
  color: #1D6EB4;
  font-weight: bold;
}

.pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination span {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.error-message {
  color: #AA0000;
  font-weight: bold;
}

li.dropdown a.nav-link a.dropdown-item {font-size: 11pt !important; }

.shout-out-dark {
  color: #5b71ba !important;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 0px 10px 0px;
}

.shout-out-light {
  color: #66b9f4 !important;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 0px 10px 0px;
}

.label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topnotch-testimonials {
  padding: 10px;
}

.some-room {
  margin-top: 15px;
}

p.lean-mfp {
  font-size: 10pt;
  color: #999;
}

h5.erp-benefits {
  font-size: 12pt;
  font-weight: bold;
}

p.erp-benefits {
  font-size: 10pt;
  color: #333;
}

ul li.erp-benefits {
  color: black;
  list-style-type: none;
}

ul li.erp-benefits:before {
  color: #c25180;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
  content: '\2022';
}

.service {
  margin-top: 15px;
  min-height: 220px;
  font-weight: normal;
  font-size: 16px;
}

.site {
  margin-top: 15px;
  min-height: 320px;
  font-weight: normal;
  font-size: 16px;
}

.site-page {
  padding: 22px;
}

.site-header {
  background-color: #5b71ba;
  color: #FFF;
  padding: 22px;
  font-weight: normal;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.site-page-client {
  font-weight: normal;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  padding: 5px;
  text-align: center;
  vertical-align: middle;

}

.site-page-text {
  width: 70%;
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.clients {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #873e23;
  text-transform: uppercase;
}

ul.useful-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

ul.services {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

footer {
  margin-top: 12px;
  color: #111;
  font-weight: normal;
  font-size: 11pt;
  font-family: "Open Sans", sans-serif;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer > p {
  font-weight: normal;
  font-size: 12pt;
  font-family: "Open Sans", sans-serif;
}

span.footer-company-title {
  font-size: 12pt;
}

hr.footer-divider {
  color: #fff;
  font-weight: normal;
  margin: 15px;
}

.footer-category {
  color: #111;
  text-decoration: underline;
  font-size: 14pt;
}

li.footer-link {
  margin-top: 3px;
}

a.footer-link {
  font-size: 11pt;
  font-weight: 100;
  color: #111 !important;
  text-decoration: none;
}

a.footer-link:hover {
  color: #FFF !important;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid #ea721c;
}

.field-error {
  color: #ea721c;
  font-weight: bold;
  margin: 10px;
}

[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  content: attr(data-tooltip);
  border: 1px solid black;
  background-color: #d0e5f4;
  color: #000;
  font-weight: normal;
  padding: .25em;
}

.error-message {
  color: #AA0000;
  font-weight: bold;
}

.side-photo {
  height: 215px;
  width: 348px;
}

table.attributions {
  font-size: 10pt;
  font-weight: 100;
}

thead.table-header {
  background-color: #5b71ba;
}

thead.table-header th {
  color: #fff;
  font-size: 12pt;
}

.spacer {
  margin-top: 15px;
}

a.learn-more {
  text-decoration: none;
}

a.learn-more:hover {
  text-decoration: none;
  color: #c25180;
  background-color: #f7f5d2;
}

.call-out {
  font-weight: bold;
  color: #5bba76;
}

figcaption {
  font-weight: bold;
  color: #111;
  font-size: 10pt;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  margin-top: -10px;
}

.description {
  padding: 10px;
  height: 175px;
  border: 1px solid rgba(0, 0, 0, 0.175);;
  border-radius: 0.375rem;
  box-shadow: 5px 3px 3px #d9ab36;
}
