*{
    outline: 0;
}
html, body {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Karla', sans-serif;
}
h3{
    font-size: 1rem;
    font-weight: bold;
}
a{
    color: #051d49
}
.off-canvas-content{
    height: 100%;
}
.off-canvas{
    padding-top: 145px;
    background: #fff;
}
.off-canvas.is-transition-overlap.is-open{
    box-shadow: 0 0 7px rgba(0,0,0,.05);
}
.close-button,.close-button:focus, .close-button:hover {
    color: #65cbc9
}
#main_head {
    position: relative;
    width:100%;
    z-index: 15;
    box-shadow: 1px 0 7px rgba(0,0,0,.05);
    background: #fff;
    padding: .5rem 0;
}
.logo img{
    max-height: 50px;
}
.logo p{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #f57f31;
}
#map {
    height: calc( 100% - 85px );
}
#pac-input {
    width: 100%;
    padding: 0 11px 0 13px;
    height: 40px;
    border-radius: 20px;
    background: #f1f3f4;
    text-overflow: ellipsis;
    border: none
}
#pac-input:focus {
    border-color: #051d49;
}
#branches header{
    position: relative;
    border-bottom: solid 1px rgb(230, 230, 230);
    background: #051d49;
    padding: 1rem;
}
#branches h6{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;    
}
#sidebar ul{
    margin: 0;
    list-style-type: none;
}
#sidebar li{
    font-size: 15px;
    padding: .3rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#sidebar li:before{
    content: '';
    color: inherit;
    width: 12px;
    height: 12px;
    margin-right: .5rem;
    background: currentColor;
    display: inline-block;
}
#sidebar li a{
    color: inherit
}
#sidebar li span{
    float: right;
}
.menu-burger {
    position: relative;
    width: 54px;
    height: 54px;
    margin: 0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}
.menu-burger:hover,
.menu-burger:focus{
  background: #fff;
}
.menu-burger .burger {
	position: absolute;
	top: 50%;
	left: 50%;
  width: 30px;
  height: 2px;
  background:#051d49;
  display: block;
  z-index: 5;
  margin: -1px 0 0 -15px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all 277ms ease-in-out;
}
.menu-burger .burger:first-child {
  transform: translateY(-7px);
}
.menu-burger .burger:last-child {
  transform: translateY(7px);
}
.menu-burger.loc .burger {
  transform: translateY(0);
}
.menu-burger.loc .burger:first-child {
  transform: rotate(-45deg);
}
.menu-burger.loc .burger:nth-child(2) {
  opacity: 0;
}
.menu-burger.loc .burger:last-child {
  transform: rotate(45deg);
}
#main_foot{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 12;
    font-size: 13px;
    padding: .2rem .4rem;
    background: #051d49;
}
#main_foot a{
    color: #fff
}


@media screen and (min-width: 64em) {
    .off-canvas{
        padding-top: 85px;
        background: #fff;
    }
}
