    
.no-js header#main,
.outdated header#main {
    position:relative !important;
}


header#main .columns {
    float:left !important;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
}

header#main ul.list-inline {
    text-align:left;
}


header#main {
    position:fixed;
    width:100%;
    z-index: 51000;
    top:0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

header#main .upper_strip {
    background-color:#D2D2D2;
    color: #323232;
    font-size:0.875em;
}

header#main .upper_strip ul.misc-links {
    text-align:right;
}

header#main .upper_strip li {
    margin-right:1em;
}
header#main .upper_strip .misc-links li {
    margin-right:0em;
    margin-left:1em;
}
header#main .upper_strip .misc-links li.phone_num {
    direction: ltr;
    /*font-size: 1.1em;*/
    margin-top: 0.1em;
}
header#main .upper_strip a {
    color: inherit;
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    display: block;
}

header#main .upper_strip .active a,
header#main .upper_strip a:hover {
    color:#1775c9;
}

header#main .upper_strip a i {
  font-size: 1.1em;
}




header#main .lower_strip {
    background-color:#f1f1f1;
    color: #fff;
    /* padding: 1.5em 0 0.5em 0; */
}

@media only screen and (min-width: 1024px) {
    header#main .lower_strip > .row {
        display: flex;
        flex-direction: row-reverse;
        height: 130px;
        align-items: center;
    }
}

header#main a.logo {
    float:right;
    /* margin-top: 25px; */
}

header#main nav#main-nav {
    float:left; 
    /* margin-top: 34px; */
    /*         margin-top: 1.3em;
        */
} 

@media only screen and (min-width: 1024px) {
    header#main a.logo {
        width: 175px;
    }

    header#main nav#main-nav {
        width: calc(100% - 175px);
    }
}

/* ul.list-inline.main-menu li {
  float: left;
} */

/* ul.list-inline.main-menu li:not(.search) {
        margin-top:0.3em;
    } */