html {
	font-size: inherit;
}

.menu-wrapper, .wrapper {
	font-family: "open sans" !important;
}

.wrapper {
	margin-top: 20px;
}

.wrapper h4 {
	color: #333;
	font-weight: bold;
}

.wrapper a:hover {
	text-decoration: none;
}

.container {
	padding-left: inherit;
	padding-right: inherit;
}

.member a {
	color: #000;
	text-decoration: none;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}

.member a:hover {
	color: #f08200;
	text-decoration: none;
}

.header-frame .header .main .bottom-frame .main-nav-frame li.main-link ul.link-frame li.item {
	text-align: left;
}

#menu-frame a:hover {
	text-decoration: none;
}

.menu-wrapper .menu-frame li a {
	font-size: 16px;
}

.dialog-wrapper.show {
  display: flex !important;
}