html, body {
  height: 100%;
  margin: 0;
  background-color: #f8f7f7;
}

.content {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -80px;
  /*background-color:  rgba(242,234,191,0.15);*/
  background-color:  #FDFBF5;

  --cv-brand-color: #840c1d;
  --bs-link-color: #840c1d;
  --bs-link-hover-color: #8399a1;
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-font-size: 13px;
  --bs-nav-link-icon-size: 24px;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 0;

}

a {
  color: rgb(132, 12, 29);
}

.navbar {
  min-height: 80px;
}

.navbar-expand-xl {
  background-color: transparent;
  border-bottom-color: rgb(132, 12, 29);
  border-bottom-style: solid;
  border-bottom-width: 7px;
  font-family: myriad-pro, sans-serif;
}

.navbar-nav {
  float: right;
}

.navbar-nav>li>a {
  line-height: 66px;
  font-size: 16px;
}

.navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
  color: #474749;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  display: block;
}

.navbar-expand-xl .navbar-brand:focus, .navbar-expand-xl .navbar-brand:hover {
  color: transparent;
}

.navbar-expand-xl .navbar-nav>.active>a, .navbar-expand-xl .navbar-nav>.active>a:focus, .navbar-expand-xl .navbar-nav>.active>a:hover , .navbar-expand-xl .navbar-nav>li>a:focus, .navbar-expand-xl .navbar-nav>li>a:hover, .nav>li.active>a i, .navbar-expand-xl .navbar-nav>.active>a:hover i, .navbar-expand-xl .navbar-nav>li>a:focus i {
  color: #840c1d;
  background-color: transparent;
}

.navbar-expand-xl .navbar-nav > li > a::before {
	content: "";
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	border-top: 0;
	border-right: 20px solid transparent;
	border-bottom: 0 solid #840c1d;
	border-left: 20px solid transparent;
	transition: all .3s;
}

.navbar-expand-xl .navbar-nav > li.active > a::before,
.navbar-expand-xl .navbar-nav > li > a:hover::before {
  border-bottom: 15px solid #840c1d;
  background-color: transparent;
}

.navbar-expand-xl .dropdown-menu {
  border-radius: 0px;
  padding: 0;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-top: solid 5px #840c1d;
  font-size: 14px;
}

.navbar-expand-xl .dropdown-menu li {
  padding: 0;
}

.navbar-expand-xl .navbar-nav>.open>a, .navbar-expand-xl .navbar-nav>.open>a:focus, .navbar-expand-xl .navbar-nav>.open>a:hover {
  color: #840c1d;
  background-color: transparent;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.navbar-expand-xl .dropdown-menu>li>a:focus, .navbar-expand-xl .dropdown-menu>li>a:hover,
.navbar-expand-xl .dropdown-menu>.active>a, .navbar-expand-xl .dropdown-menu>.active>a:focus, .navbar-expand-xl .dropdown-menu>.active>a:hover {
  color: #840c1d;
  background-color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.navbar-expand-xl .dropdown-menu>li>a {
  color: #474749;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 15px;
  border-bottom: solid 1px #eee;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
}

.btn {
  font-size: 16px;
  font-weight: bold;
  /*line-height: 24px;*/
  margin-bottom: 0px;
  /*
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  */
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: rgb(132, 12, 29);
}

.btn-primary:hover {
  background-color: rgb(131, 153, 161);
}

/* Footer     ---------------------------- */

/* Embeddable widgets     ---------------- */
.content, .content-embed {
  --bs-link-color: #840c1d;
  --bs-link-hover-color: #8399a1;

  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-font-size: 13px;
  --bs-nav-link-icon-size: 24px;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;

  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 0;

  --cv-brand-color: #3E4C59;
  --cv-brand-color-transparent: #3E4C5910;
  --cv-brand-color-primary: #840c1d80;
  --cv-brand-color-secondary: #840c1d;
  --cv-brand-color-inverse: #ffffff;

  --cv-sidebar-bg-color: var(--cv-brand-color-primary);
  --cv-sidebar-color: var(--cv-brand-color-inverse);
  --cv-sidebar-active-bg-color: var(--cv-brand-color-inverse);
  --cv-sidebar-active-color: var(--cv-brand-color-primary);

}

.content-embed {
  background-color: #efeded;
}

.content-embed .nav-pills>li {
  border: none;
}

.content-embed .nav-pills:first-child  {
  border-top: none;
}

.content-embed .nav-pills>li.active {
  border-right: none;
}

.content .bslib-value-box .value-box-area,
.content-embed .bslib-value-box .value-box-area,
.content .bslib-value-box .value-box-area>:first-child,
.content-embed .bslib-value-box .value-box-area>:first-child,
.content .bslib-value-box .value-box-area>:nth-child(2),
.content-embed .bslib-value-box .value-box-area>:nth-child(2) {
  color: var(--cv-brand-color);
}

.content .bslib-value-box .value-box-area *,
.content-embed .bslib-value-box .value-box-area * {
  color: #000000;
}

.content-embed .value-box-showcase {
  background-color: #ffb249;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 10px;
}

.content .card-header,
.content-embed .card-header {
  color: #840c1d;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

.content .card-body {
  background: var(--cv-brand-color-transparent);
}

/* Specific tile sizes */
.widget-tiles-grid-container .tile h3,
.widget-tiles-grid-container .tile {
  color: #840c1d;
}

.widget-tiles-grid-container .tile:hover {
  border: 1px solid #840c1d;
}

.widget-tiles-grid-container .tile-1,
.widget-tiles-grid-container .tile-6,
.widget-tiles-grid-container .tile-9 {
  background: #840c1d;
  color: #ffffff;
}

.widget-tiles-grid-container .tile-1 h3,
.widget-tiles-grid-container .tile-6 h3,
.widget-tiles-grid-container .tile-9 h3,
.widget-tiles-grid-container .tile-2 h3,
.widget-tiles-grid-container .tile-7 h3,
.widget-tiles-grid-container .tile-10 h3 {
  color: #ffffff;
}

.widget-tiles-grid-container .tile-2,
.widget-tiles-grid-container .tile-7,
.widget-tiles-grid-container .tile-10 {
  background: #840c1d95;
  color: #ffffff;
}

.widget-tiles-grid-container .tile-3,
.widget-tiles-grid-container .tile-4,
.widget-tiles-grid-container .tile-5,
.widget-tiles-grid-container .tile-8 {
  background: #840c1d60;
}

.panel-controls .btn-light {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #840c1d;
  --bs-btn-border-color: #840c1d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #474749;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
