body{
    background-color: rgb(243, 239, 227) !important;
}


p,h1,h2,h3,h4,h5,h6,a,span,div {
    font-family: "Verdana" !important;
}

#page{
    background: #fff !important;
    transition: all 0.3s !important;
-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.25) !important;
-moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.25) !important;
box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.25) !important;
}

#main{
    transition: all 0.3s !important;
}

.fwk-branding-left{
    display: flex;
    justify-content: flex-start;
}

.fwk-branding-left .site-branding{
        width: max-content !important;
        display: flex;
        align-items: center;
        margin-left: 1rem;
}

.fwk-branding-left .fwk-contact .fwk-contact-phone{
    font-size: 18px;
    font-weight: bold;
    color: #acacac;
    white-space: nowrap
}

.fwk-branding-left .fwk-contact .fwk-contact-person{
    font-size: 12px;
    color: #acacac;
    white-space: nowrap
}

.fwk-branding-left .fwk-contact{
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    margin-top : -10px
}

.fwk-icon{
    font-size: 20px;
    float: left;
    border: 2px solid #acacac;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fwk-social{
    margin-left: 50px;
    display : flex
}

.fwk-social a{
    width: 30px;
    height: 30px;
}

.fwk-social a:not(:first-child){
    margin-left: 10px
}

.fwk-social a:last-child{
    background-color: #354ea2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.fwk-social a img{
    width: inherit;
    height: inherit;
    border : 1px solid #fff
}

#overlay{
    width:0;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}



.fwk-account-button{
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #eee;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

.divider{
    margin: 5px 0px;
    border-top: 1px solid #ddd;
}

.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
  
.fwk-account-toggle{
color : #acacac !important;
background-color: transparent !important;
font-size: 12px !important;
border: none !important;
outline: none !important;
}

.fwk-account-toggle::after{
    content: none !important;
}

.dropdown-item{
    color : #acacac !important;
background-color: transparent !important;
font-size: 12px !important;
}

.dropdown-item-divider{
    border-bottom: 1px solid #ddd ;
    margin : 0 5px;
}
.dropdown-menu{
    padding :  0 !important;
    margin:0 !important;
    min-width: unset !important;
}

.fwk-language-content{
    margin-left: 10px
}

.fwk-language-content img{
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #fff;
}

.fwk-language-switcher{
    list-style: none;
    position: relative;
    padding : 0 !important;
}

.fwk-language-switcher li:not(:first-child){
    display: none;
}

.fwk-language-switcher:hover li:not(:first-child){
    display: block;
    position: absolute;
    z-index: 999999999;
    background: #eee;
    padding: 5px 10px 5px 5px;
    margin-right: 10px;
    left: -15px;
}