.logo-section .row {
  height: 70px;
}
.logo-section .row img {
  width: 80%;
}
.logo-section .row .profile-img {
  text-align: right;
}
.logo-section .row .profile-img img {
  max-width: 45px;
}

.breadcrumb-section {
  padding-top: 50px;
  background-color: #ebecf1;
}
.breadcrumb-section span {
  color: #364082;
}

.main-section {
  background-color: #ffffff;
}
.main-section .main-block-wrapper {
  margin-bottom: 50px;
  background-color: #fff;
}
.main-section .main-block-wrapper .member-block .page-title {
  background-color: #fff;
  font-weight: 600;
  display: table;
  white-space: nowrap;
}
.main-section .main-block-wrapper .member-block .page-title:before, .main-section .main-block-wrapper .member-block .page-title:after {
  border-top: 3px solid #364082;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.75rem;
  width: 45%;
}
.main-section .main-block-wrapper .member-block .page-title:before:before, .main-section .main-block-wrapper .member-block .page-title:after:before {
  right: 0;
}
.main-section .main-block-wrapper .member-block .page-title:before:after, .main-section .main-block-wrapper .member-block .page-title:after:after {
  left: 0;
}
.main-section .main-block-wrapper .sidenav-wrapper {
  padding-right: 0;
  border-right: 2px solid #cccfe0;
}
.main-section h1, .main-section h2, .main-section h3, .main-section h4, .main-section h5 {
  color: #364082;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .main-section .main-block-wrapper .sidenav-wrapper {
    padding-right: 15px;
    border-right: none;
  }
}

/*# sourceMappingURL=main.css.map */
