/* Changing header font size as per ticket #72184 */
#content-head h1 {
  font-size: 30px !important;
}

/* Styling Warning Center */
.warning_center {
background: red !important;
color: #fff;
text-align: center;
font-weight: bold;
}

.warning_center_inner {
padding: 10px !important;
}

/* Hiding work start date from edit page in profiles */
.wr-work_start_date {
  display: none;
}

/* Class for Dynamic Space Banners */
#content-head {
    background-image: var(--backgroundImageUrl) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-head {
  height: 175px !important;
  }
  
/* Change banner image on mobile */
@media (max-width: 960px) {
  #content-head {
    background: url("https://lodown.loenbro.com/download/theme/banner_mobilejpg") 100% 100%/cover no-repeat !important;
  }
      #content-head h1 {
    font-size:30px !important;}
}  

/* Styling Warning Center */
.warning_center {
background: orange !important;
color: #fff;
text-align: center;
font-weight: bold;
}

.warning_center_inner {
padding: 10px !important;
}

/* back to top enhancement */
#tttbutton {
    display: inline-block;
    background-color: #cb6015; /* Colour of the background square */
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .9s, opacity .9s, visibility .9s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#tttbutton::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2.25em;
    line-height: 50px;
    transition: all 0.9s ease;
    color: #fff; /* colour of the arrow */
}
#tttbutton:hover {
    cursor: pointer;
    background-color: #858585; /* colour of the square on hover */
    text-decoration: none;
}
#tttbutton:active {
    background-color: rgb(5, 207, 99);
}
#tttbutton.show {
    opacity: 1;
    visibility: visible;
}
.tabsblue .tab-titles .here {
  background:#009bcb !important;
}

.tabsblue .tab-titles li:hover:not(.here) {
  background:#79CBF4 !important;
}

