body {
    background: rgb(58,82,193);
    background: -webkit-linear-gradient(90deg, rgba(58,82,193,1) 0%, rgba(78,195,231,1) 100%);/* Chrome 10+, Saf5.1+ */ 
    background: -moz-linear-gradient(90deg, rgba(58,82,193,1) 0%, rgba(78,195,231,1) 100%);/* FF3.6+ */
    background: linear-gradient(90deg, rgba(58,82,193,1) 0%, rgba(78,195,231,1) 100%);/* W3C */
    background-color: #F5F8fC;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 350px;
}

.svg-logo svg {
    height: 20rem;
    width: 20rem;
}

.container-mw-1440 {
 max-width: 1440px;
}

.fl-ig-custom {
    padding-left: 5rem!important;
    z-index: 3;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.crestron-blue-bg {
    background: #004A80;
    background-color: #004A80;
    --bg-color: #004A80;
}

.crestron-gray-bg {
    background: #E7E7E7;
    background-color: #E7E7E7;
    --bg-color: #E7E7E7;
}

.sidebar {
    height: 100%;
    width: 80px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #E7E7E7;
    ;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 160px;
}

.sidebar a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 1rem;
    margin-left: 50px;
}

.sidebar .closebtn i {
    font-size: 2rem;
}

.sidebar .closebtn:hover i {
    color: #fff;
    cursor: pointer;
}

.sidebar #sideBarLinks {
    display: none;
    transition: display .5s;
}

.loading {
    transition: max-height 1s ease-in-out;
    overflow: hidden;
    max-height: 0px;
}

.loaded {
    max-height: 9999px;
}

.footer-bg {
    background: linear-gradient(180deg, #004A80 0%, #1F0E4C 87.56%);
}

.nav-tabs li {
    display: none;
}
.spn-lang-sel-txt .menu-title {
    display: none;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}