.frame-type-menu_subpages ul {
    list-style-type: none;
    padding-left: 0;
}

.frame-type-menu_subpages ul li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.frame-type-menu_subpages ul li a {
    padding: 10px 15px;
    display: block;
    background-color: #8d4307;
    color: #fff;
    text-decoration: none;
}

.frame-type-menu_subpages ul li a:hover {
    opacity: 0.8;
}



.intranet .element-header {
    margin-top: 0;
}

.intranet .frame-type-menu_subpages ul li:last-child a {
    background-color: #666;
    border-color: #666;
}

.frame-type-login form>fieldset>legend {
    display: none;
}

.frame-type-header {
    padding-bottom: 0;
}

#page-content p a:not(.btn){
    color: #724400 !important;
}

.footer-section a:not(.btn){
    color: #fff !important;
}

.custom-social li a{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
}

.custom-social .social-twitter span{
    display: block;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url(Icons/twitter.svg);
    mask-image: url(Icons/twitter.svg);
    -webkit-mask-size: 30px 30px;
    mask-size: 30px 30px;
    background-color: #333;
}

.custom-social .social-facebook span{
    display: block;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url(Icons/facebook.svg);
    mask-image: url(Icons/facebook.svg);
    -webkit-mask-size: 30px 30px;
    mask-size: 30px 30px;
    background-color: #333;
}

.custom-social .social-linkedin span{
    display: block;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url(Icons/linkedin.svg);
    mask-image: url(Icons/linkedin.svg);
    -webkit-mask-size: 30px 30px;
    mask-size: 30px 30px;
    background-color: #333;
}

.frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage){
    margin-top: 0 !important;
} 

.frame{
    padding-top: 0;
}

body .navbar-brand .navbar-brand-logo-transition{
    max-height: 100px !important;
    margin-left: -20px;
}

@media screen and (min-width: 1200px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){
    #c9545 .gallery-row.row{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #c9545 .gallery-row.row:before{
        display: none;
    }

    #c9545 .gallery-row.row:after{
        display: none;
    }
}
@media screen and (max-width: 500px){}