@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

nav {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}

.navbar {
  border-left: 5px solid #e5344e;
}

.form-check-input:checked {
  background-color: #e5344e;
  border-color: #e5344e;
}

.btn-secondary {
  border-color: #e5344e;
  color: #fff;
  background-color: #e5344e;
}

.btn-dark {
  border-color: #4c4f51;
  color: #ffffff;
  background-color: #4c4f51;
}

a.criseclink:link {
  color: #e5344e;
}

a.criseclink:visited {
  color: #e5344e;
}

a.criseclink:hover {
  color: #e5344e;
}

a.criseclink:active {
  color: #e5344e;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.whoweare-tag {
  position: fixed;
  bottom: 0;
  z-index: 2;
  padding: 2px 1em;
  color: #202124;
  background-color: #ffffff;
  left: 0;
  #border-top-right-radius: 3px;
  #opacity: 0.8;
  #filter: Alpha(opacity=50);
}
