/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

.page-footer {
  background-color: #be1210;
  border-top: 2px solid #33b5e5 !important;
  }

.nav-logo {
  height: 35px;
  }

@media (max-width: 410px) {
  .nav-logo {
    height: 25px;
    }
  }

@media (max-width: 325px) {
  .nav-logo {
    height: 20px;
    }
  }

a {
  color: #be1210 !important;
  }

a:hover {
  color: red !important;
  }

footer.page-footer a {
  color: #ffffff !important;
  }

.nav-item .nav-link {
  font-weight: 700;
  }

.dropdown .dropdown-menu .dropdown-item {
  font-weight: 700;
  }

.navbar .breadcrumb-item + .breadcrumb-item::before {
  color: #be1210;
  }

.navbar .breadcrumb-item.active {
  color: #be1210;
  }

.navbar.no-content .breadcrumb-item + .breadcrumb-item::before {
  content: none;
  }

.breadcrumb >.active {
  color: #be1210 !important;
  }

a.nav-link {
  color: #fff !important;
  }

a.white-link {
  color: #fff !important;
  }

.ffwzred {
  background-color: #be1210 !important;
  }

.lbfigure {
  height: 100%;
  }

@media (min-width: 768px) {
  .lbfigure {
    height: 160px;
    }
  }

@media (min-width: 992px) {
  .lbfigure {
    height: 200px;
    }
  }

@media (min-width: 1200px) {
  .lbfigure {
    height: 260px;
    }
  }

@media (max-width: 768px) {
  ul.nonetype-md {
    list-style-type: none;
    padding-left: 0px;
    }
  }

.lbimg {
  max-width: 100%;
  max-height: 100%;
  }

.figure-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.ffwztext {
  color: #be1210 !important;
  }

.bg-white7 {
  background: rgba(255, 255, 255, 0.7);
  }

.bg-transparent {
  background: transparent;
  }

.border-2 {
  border-width: 2px !important;
  }

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0px;
  }

.no-glow:focus {
  box-shadow: none
  }

.map-container{
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  }

.map-container iframe{
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  }

.dropdown-menu > a:hover, .dropdown-menu > a:focus {
  background-color: #33b5e5 !important;
  }

.dropdown .dropdown-menu .dropdown-item {
  padding: .3rem !important;
  }

h5, .title {
  color: #be1210 !important;
  font-weight: 700;
  }

h4 {
  color: #be1210 !important;
  font-weight: 700;
  }

strong {
  font-weight: 700 !important;
  }

.nav-pills > li > a {
  color: #be1210 !important;
  padding: .2rem .8rem;
  }

.nav-pills > li > a.active {
  color: #fff !important;
  }

.nav-pills {
  display: flex;
  justify-content: center;
  }

.nav-tabs > li > a {
  color: #be1210 !important;
  }

.nav-tabs > li > a.active {
  background-color: #d32f2f !important;
  color: #fff !important;
  }

.nav-tabs {
  display: flex;
  justify-content: center;
  }

.cardpinned {
  border: 1px solid #be1210 !important;
  }

