
.marketmade-subpages-nav nav {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}
.marketmade-subpages-nav ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.marketmade-subpages-nav li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

.marketmade-subpages-nav li a {
	text-decoration: none;
}

.marketmade-subpages {
	margin-top: -8px;
}

.marketmade-subpage {
	margin-bottom: 30px;
}

.marketmade-subpage .page-name {
	margin-bottom: 10px;
}


[data-submenu-style="tabs"] ul {
	border-bottom: 1px solid #dddddd;
    list-style: none;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto 30px auto;
    min-width: 720px;
    padding: 0;
}


[data-submenu-style="tabs"] li {
    text-align: center;
    background-color: #fff;
    padding: 0;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-bottom: 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 0;
    transition: all .25s linear;
    position: relative;
    margin-right: 2px;
    margin-bottom: 0;

    float: left;
    text-transform: capitalize;
}

[data-submenu-style="tabs"] li:hover {
	background: #dddddd;
    transition: all .25s linear;
}

[data-submenu-style="tabs"] li a {
	font-weight: 300;
    padding: 6px 10px; 
    display: block;
    color: #3696d2;
    text-decoration: none;
}

[data-submenu-style="tabs"] li a:hover {
	color: black;
}

[data-submenu-style="tabs"] .is-active a {
    color: #000;
    background: #fff;
}

[data-submenu-style="tabs"] .is-active:after {
    content: "";
    height: 1px;
    width: 100%;
    background: white;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

[data-submenu-style="tabs"] .marketmade-subpage {
	display: none;
}

[data-submenu-style="tabs"] .is-active.marketmade-subpage {
	display: block;
}

[data-submenu-style="list"] .marketmade-subpages-nav {
    display: none;
}

[data-submenu-style="no-display"] {
    display: none !important;
}


/*# sourceMappingURL=style.css.map*/