body{
  font-weight:400;
}

.mobile_menu_bar::before{
    color: #22577a;
}

#mobile_menu{
  background-color: #22577a;
}

#mobile_menu a{
  color: #fff
}
.et_mobile_menu{
    border-color: #000;
}

.et-fixed-header #top-menu .sub-menu a {
	color: #fff !important;
}
.et_mobile_menu li{
    text-transform: uppercase;
}

.et_mobile_menu li,
.et_mobile_menu .menu-item-has-children > a{
  font-weight: 400;
}
.et-fixed-header #top-menu .sub-menu .current-menu-item > a{
  color:#fff !important;
}

.et_mobile_menu li.current_page_item > a,
.et_mobile_menu li.current-page-ancestor > a,
.et_mobile_menu li.menu-item-has-children.current-page-ancestor > a
#top-menu li.current_page_item > a,
#top-menu li.current_page_ancestor > a,
#top-menu li.current-menu-item > a{
  font-weight: bold
}

#title-bar{
    background-color: #225779;
    min-height: 150px;
}

#wrap-breadcrumbs{
  position: absolute;
  top:20px
}

#title-bar::before{
  content:"";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5)
}


.et_pb_breadcrumbs a, .et_pb_breadcrumbs span{
  color:#fff;
}

.et_pb_breadcrumbs span.et_pb_breadcrumbs--current{
  color:#F7F6C5
}

#title-bar h1{
  z-index: 2;
  color:#fff;
  font-weight: 600;
  padding: 0;
}


.alignfull {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  box-sizing: border-box   
}

@media screen and (min-width:981px) {
    #title-bar{
        min-height: 250px;
    }
}
