.menu-item-2760 {
		-webkit-text-fill-color: white;
    background-color: #4594e1;
    border-radius: 3px;
}

.site-header .site-branding img {
    width: 100px;
}

.topbar-out .site-header {
  top: 0px ; 
    width: 110% ;
}

.main-navigation ul li {
    padding: 10px 10px 0px ;
    line-height: 30px;
}

	.main-navigation .search-toggle {
    top: 2px;
    left: -11px;
}

.main-navigation ul .children, .main-navigation ul .sub-menu {
  
    top: 33.5px; 
}
    




element.style {
    height: 0px;
}

.site-header {
    padding: 0px;
}

.corp-container {
    padding: 15px 15px;
}

.link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a {
    border-color: #167ffc00;
}

.main-navigation {
    text-align: right;
    padding-top: 30px;
}

.footer-menu .menu li a {
    color: inherit;
    margin-left: 10px;
}

.site-footer .bottom-bar .corp-container div:only-of-type {
    text-align: center;
    width: 100%;
    left: 150px;
    top: 14px;
}

.main-navigation ul li a {
   
    padding-bottom: .8ex;
}

#footer {
    width: 100%;
    float: left;
}

.site-footer .bottom-bar {
    background: #222533;
}

.no-footer-margin .site-footer {
    margin-top: 0;
    background: #222533;
}

#scroll-to-top.show {
    opacity: 1;
    transform: scale(1);
    margin-bottom: 10px;
}


#copyright {
    width: 100%;
    padding: 25px;
    float: left;
    background-color: #222533;
    margin-top: -20px;
}

.copytext {
    margin: 0 auto;
    padding: 5px 10px;
    width: 75%;
    color: #fff;
    float: none;
}

#copyright a {
    color: #fff;
}

/*list styles*/
li {
    display: list-item;
    text-align: match-parent;
  	font-size: 1.2rem;
  
}

ul {
    list-style: disc;
    font-size: 1.2rem;
  	line-height: 2;
}

ol {
    font-size: 1.2rem;
  	line-height: 2;
}

.link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a {
    border-color: #167ffc;
}