html {
	scroll-behavior: smooth;
}

.contentRender_name_plugins_common_jumplist_outer {
	width: 100%;
	margin: 0 auto;
}

.contentRender_name_plugins_common_jumplist_outer .panel-jumplist-outer.panel-jumplist-outer {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.panel-jumplist-outer [data-jumplist-outer-top] {
	padding: 0px 20px 0px 30px;
	border: solid 1px grey;
}

.panel-jumplist-outer [data-jumplist-outer-top] .top-info > h2 {
	color: #222;
    font-size: 25px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}

.panel-jumplist-outer [data-jumplist-outer-top] .top-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.panel-jumplist-outer #list .list-items {
	cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    font-family: 'proxima-nova';
    text-rendering: optimizeLegibility;
}

.panel-jumplist-outer [data-jumplist-item-link]:visited {
	color: var(--gray-600);
}

.panel-jumplist-outer  #list  {
	display: none;
}

.panel-jumplist-outer  #list.active  {
	display: block;
}

.panel-jumplist-outer  #toggle:hover  {
	pointer-events: all;
	cursor: pointer;
}

.panel-jumplist-outer .jumplist-item-title,
.panel-jumplist-outer [data-jumplist-outer-top] {
	margin-bottom: 30px;
}

.jumplist-item-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
}

.jumplist-item-title h3 {
	color: #79C150;
    font-size: 40px;
    line-height: 31px;
    font-family: 'clarendon-urw';
    margin-bottom: 8px;
	margin-right: 15px;
}

.jumplist-item-title a.jumplist-back-to-top {
	cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    font-family: 'proxima-nova';
    text-rendering: optimizeLegibility;
    margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
	.contentRender_name_plugins_common_jumplist_outer .panel-jumplist-outer.full_width {
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media screen and (min-width: 64em) {
	.contentRender_name_plugins_common_jumplist_outer .panel-jumplist-outer.panel-jumplist-outer.controlled_width {
		max-width: 966px;
    	margin: auto;
		margin-top: 30px;
	}
}