.col-xs-12 {
    margin-left: 0%;
    width: 100%;
}
.sf-menu, .sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sf-menu li {
    position: relative;
    text-align: left;
}
.sf-menu ul {
    background: transparent url("../site/menu-bg-top.html") repeat-x scroll 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 100%;
    left: 0;
    opacity: 0.98;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}
.sf-menu a {
    display: block;
    font-weight: bold;
    position: relative;
    transition: all 0.1s ease-out 0s;
}
.sf-menu ul ul {
    left: 100%;
    top: 0;
}
.sf-menu {
    float: right;
    margin-bottom: 1em;
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 12em;
    text-align: left;
}
.sf-menu > li div.arrow {
    background: transparent url("../site/menu-arrow.html") no-repeat scroll center top;
    height: 7px;
    left: 42%;
    position: absolute;
    top: 35px;
    width: 12px;
}
.sf-menu > li {
    background: #006eb2 url("../site/menu-seperator.html") no-repeat scroll right top;
    float: left;
}
.sf-menu > li:hover {
    background-color: #00375f;
    color: #1393e3;
}
.sf-menu > *:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.sf-menu > *:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.sf-menu ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sf-menu ul li a {
    font-size: 11px;
}
.sf-menu a {
    padding: 0.55em 0.75em;
    text-decoration: none;
}
.sf-menu a {
    color: #fff;
}
.sf-menu li {
    white-space: nowrap;
}
.sf-menu ul li {
    width: 180px;
}
.sf-menu ul li {
    background: #015d99 none repeat scroll 0 0;
}
.sf-menu ul ul li {
    background: #9aaedb none repeat scroll 0 0;
}
.sf-menu li:hover, .sf-menu li.sfHover {
    background: #00375f none repeat scroll 0 0;
    color: #1393e3;
    transition: none 0s ease 0s ;
}
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}
.sf-arrows .sf-with-ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0;
}
.sf-arrows > li > .sf-with-ul:focus::after, .sf-arrows > li:hover > .sf-with-ul::after, .sf-arrows > .sfHover > .sf-with-ul::after {
    border-top-color: white;
}
.sf-arrows ul .sf-with-ul::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: -3px;
    margin-top: -5px;
}
.sf-arrows ul li > .sf-with-ul:focus::after, .sf-arrows ul li:hover > .sf-with-ul::after, .sf-arrows ul .sfHover > .sf-with-ul::after {
    border-left-color: white;
}
#mobnav-btn {
    background-color: #006eb2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#mobnav-btn::before {
    color: #fff;
    content: "≡ Menu";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: -3px;
    width: 100%;
}
#mobnav-btn.active::before {
    content: "- Menu";
}
.mobnav-subarrow {
    display: none;
}
.mobnav-subarrow {
    display: none;
}
@media only screen and (max-width: 580px) {
ul.sf-menu > *:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
ul.sf-menu > *:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#mobnav-btn {
    display: block;
}
.mobnav-subarrow {
    background-color: #0f3975;
    background-position: left top !important;
    border-bottom: 1px solid white;
    border-radius: 5px;
    border-top: 1px solid black;
    cursor: pointer;
    display: block;
    height: 20px;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all 0.1s ease-in-out 0s;
    width: 30px;
}
.sf-menu {
    display: none;
    width: 100% !important;
}
.sf-menu.xactive {
    display: block !important;
}
.sf-menu li {
    display: block !important;
    float: none !important;
    width: 100% !important;
}
.sf-menu li a {
    float: none !important;
}
.sf-menu ul {
    display: none !important;
    position: static !important;
}
.sf-menu ul li a {
    padding-left: 20px;
}
.xpopdrop ul {
    display: block !important;
}
}
