
.hidden {
    display: none;
}

.rotate {
    transition: transform 0.3s ease;
}

.rotate-90 {
    transform: rotate(90deg);
}

#footer_container {
    padding-bottom: 0px !important;
}

#footer_container .copyright p{
    color: #FFF !important;
}
#footer_container .copyright a{
    color: #FFF !important;
}

#footer_container .container.footer.notop {
    margin-top: 0px !important;
}
#footer_container .logo-section {
    font-size: 11px;
    color: #757575;
    height: 65px;
    line-height: 65px;
}
#footer_container .logo-section img{
    max-height: 33px;
    height: 33px;
}

#footer_container .footer-logo-position{
    text-align: right;
    height: 65px;
}

#footer_container .footer-interior-logo-position{
    display: flex;
    justify-content: right;
}

#footer_container .footer-logo-separator-container{
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

#footer_container .footer-logo-separator {
    height: 25px;
    border-right: 1px solid #757575;
}

@media (max-width: 1000px) {
    #footer_container .logo-section {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    #footer_container .logo-section {
        height: auto;
        line-height: 15px;
        text-align: center;
        padding-bottom: 10px;
    }
    #footer_container .footer-logo-position {
        text-align: center;
        padding-top: 15px;
    }
    #footer_container .col-sm-6 {
        width: 100%;
    }
    #footer_container .footer-logo-separator-container{
        margin-top: 0px;
    }

    #footer_container .footer-interior-logo-position{
        display: flex;
        justify-content: center;
    }
}

@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.bts5 .rh-footer-container {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.bts5 .rh-footer-header {
    font: 14px/1px Roboto;
    font-weight: 700;
    color: #444444;
    margin-bottom: 30px;
}

.bts5 .rh-footer-header img{
    height: 20px;
    width: 20px;
}

.bts5 .rh-footer-content {
    font: 14px/16px Roboto;
    font-weight: 400;
    color: #444444;
    margin-bottom: 15px;
    white-space: nowrap;
}

.bts5 .rh-footer-header a, .bts5 .rh-footer-content a {
    color: #444444 !important;
    text-decoration: none;
}

.bts5 .rh-footer-content a:hover, .bts5 .rh-footer-content a:active {
    text-decoration: underline;
}

.bts5 .rh-social-icons a:hover svg path[fill="#757575"],
.bts5 .rh-social-icons a:hover svg circle[fill="#757575"]{
    fill: var(--ebg-primary-color);
}
.bts5 .rh-social-icons a:hover svg path[stroke="#757575"],
.bts5 .rh-social-icons a:hover svg circle[stroke="#757575"] {
    stroke:var(--ebg-primary-color);
}

.bts5 ul {
    font-size: initial;
    height: initial;
    width: initial;
    margin: initial;
    padding: initial;
    list-style: none;
}

.bts5 .footer-divider {
    border: none;
    height: 1px;
    background-color: #e2e7f1;
    width: 100%;
    margin: 0;
}

.bts5 p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bts5 .row:before, .bts5 .row:after {
    display: block;
    content: none;
}

/* Responsive */
@media only screen and (min-width:1px) and (max-width:767px) {
    .bts5 .rh-footer-container {
        padding: 12px 16px 0px 16px;
    }
    .bts5 .rh-social-icons {
        margin-bottom: 12px;
    }
    .bts5 .rh-display-m {
        display:none !important;
    }
    .bts5 .rh-footer-content {
        padding-left: 45px;
    }
    .bts5 .rh-footer-header {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .bts5 .rh-footer-container {
        padding: 40px 40px 0px 40px;
    }
    .bts5 .rh-social-icons {
        margin-bottom: 12px;
    }
    .bts5 .rh-submenu-row {
        justify-content:center;
    }
    .bts5 .rh-display-m {
        display:none !important;
    }
    .bts5 .rh-footer-content {
        padding-left: 45px;
    }
    .bts5 .rh-footer-header {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .bts5 .rh-footer-container {
        padding: 40px 40px 0px 40px;
    }
    .bts5 .rh-display-xs-s {
        display:none !important;
    }
}
@media only screen and (min-width:1280px) and (max-width:1919px) {
    .bts5 .rh-footer-container {
        padding: 40px 72px 0px 72px;
    }
    .bts5 .rh-display-xs-s {
        display:none !important;
    }
}
@media only screen and (min-width:1920px) {
    .bts5 .rh-footer-container {
        padding: 40px 248px 0px 248px;
    }
    .bts5 .rh-display-xs-s {
        display:none !important;
    }
}