body,
html {
  height: 100%;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}


/* header */
.bg-image-overlay {
  position: relative;
  background-image: url('./team/team.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
}

.bg-image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bg-image-overlay>* {
  position: relative;
  z-index: 2;
}


/* double check if has been used*/
.tracking-box-links {
  text-decoration: none;
  font-size: 12px;
  font-family: roboto-regular;
  text-align: center;
}

.tracking-box {
  border-radius: 15px;
  border: 1px solid #034ea2;

}

.tracking-input-group-box {
  min-width: 300px !important;
}


.separator-1 {
  height: 4px;
}

.separator-2 {
  height: 8px;
}

.separator-3 {
  height: 16px;
}

.separator-4 {
  height: 32px;
}

/* navbar */
.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: 0 !important;
}

.navbar-toggle-icon-open {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggle-icon-open {
  display: inline-block;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggle-icon {
  display: none;
}

/* flag-colors */
/* background */
.blue-flag-bg {
  background-color: #034ea2
}

.red-flag-bg {
  background-color: #ed1c24
}

.yellow-flag-bg {
  background-color: #ffdd00;
}

/* text */

.blue-flag-text {
  color: #034ea2
}

.red-flag-text {
  color: #ed1c24
}

.yellow-flag-text {
  color: #ffdd00;
}

/* border */

.blue-flag-border {
  border: 1px solid #034ea2;
}

.red-flag-border {
  border: 1px solid #ed1c24;
}

.yellow-flag-border {
  border: 1px solid #ffdd00;
}


/* tracking */
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-height: 40px;
  padding-left: 0;
  position: relative;
}

.item-left {
  width: 28px;
  position: relative;
  min-height: 56px;
}

.timeline-dot {
  position: absolute;
  left: 7px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #034ea2;
  border: 2px solid #fff;
  z-index: 2;
}

.timeline-line {
  position: absolute;
  left: 13px;
  top: 31px;
  width: 2px;
  background: #034ea2;
  z-index: 1;
}

.timeline-content {
  margin-left: 18px;
  color: #222;
}

.timeline-content strong {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
