.home .Header__description{
  display: none
}
.home .SearchContainer__globalSearch,
.home .Header__homeContent .Header__globalSearch input[role="search"]{
  visibility: hidden;
 }
.home .Header__homeNavbarFixed .SearchContainer__globalSearch{
  visibility: visible
}
.home .Header__homeContent .Header__globalSearch input[role="search"]{
  height: 0
}
.home .Header__homeNavbarFixed .Header__globalSearchAlt input[role="search"]{
  height: auto
}
.cw_profile_container{
    width: 100%;
    padding-top: 30px
}
.cw_profile_wrapper{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}
.cw_profile_part{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}
.cw_profile_name{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px
}
.cw_profile_img{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0px 0 2px #ddd;
    padding: 5px
}
.cw_profile_img img{
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: inherit
}
.cw_profile_desc {
    margin-top: 10px;
    color: #fff
}
@media only screen and (max-width: 768px){
    .cw_profile_wrapper{
        flex-direction: column
    }
    .cw_profile_part{
        width: 100%
    }
    .cw_profile_part + .cw_profile_part{
        margin-top: 15px
    }
}
.ticketForm .custom_active,.ticketForm .Header__active:hover,.departmentList .custom_active,.layoutList .custom_active{
  color: #e46317;
  border-bottom-color: #e46317;
}
.ticketForm .Header__active,.departmentList .Header__active,.layoutList .Header__active{
      color: #fff;
  border-bottom-color: transparent;
}
.Footer__footerBg {
            display:none
      }
/* Remove the big gap between Welcome text and photos */
.Header__searchSection {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.cw_profile_container {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.Footer__footerBg{
      display: none;
}


