body {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

.top-layout {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.logo {
  width: 36px;
}

.textshadow {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.bc_navbar_fixed nav {
  position: fixed;
}
.transparent_navbar.c_no_scrolling.navbar-closed {
  background-color: transparent !important;
}

.search-textbox {
  position: relative;
}

.search-textbox i {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #b5aec0;
}

.portlet {
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.portlet h1 {
  font-size: 1.5rem;
  font-weight: 700;
}
.portlet h2 {
  font-size: 1rem;
  font-weight: 700;
}
.portlet__text {
  font-weight: 500;
  font-size: 14px;
}

.cBodyText h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.cBodyText h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.cBodyText h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.cBodyText h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.cBodyText h5 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
body.modal-active {
  overflow-x: hidden;
  overflow-y: hidden;
}

.loginuser {
  right: -6px;
  top: 20%;
  padding-right: 6px;
}

#loginuserbtn {
  left: -32px;
  position: absolute;
  top: -1px;
}
