/****************************************************************************************/
[nh-image="1"] {
    height: calc(100vw * 0.8);
}
/****************************************************************************************/
#top h1 {
	font-size: 3.3rem;
}
#top .feature + h1 {
	margin-top: 70px;
}
/*******************************************/
#top .category-name {
	margin-top: 10px;
	font-size: 1.7rem;
}

#top .category-text {
	margin-top: 35px;
}
/****************************************************************************************/
#top .child-categories {
	margin-top: 40px;
}
/*******************************************/
[category-depth="1"] #top .child-categories {
	background-color: transparent;
}

[category-depth="1"] #top .child-categories ul {
	flex-wrap: wrap;
}

[category-depth="1"] #top .child-categories li:nth-child(n+3) {
	margin-top: 10px;
}

[category-depth="1"] #top .child-categories .container,
#top .feature a {
	height: calc(100vw * 0.435);
}

[category-depth="1"] #top .child-categories .container {
	width: calc(100vw * 0.435);
}
/*******************************************/
body:not([category-depth="1"]) #top .child-categories {
	padding-top: 30px;
	height: 84px;
	font-size: 1.6rem;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

body:not([category-depth="1"]) #top .child-categories ul {
	white-space: nowrap;
}

body:not([category-depth="1"]) #top .child-categories li {
	padding: 0 25px;
}
body:not([category-depth="1"]) #top .child-categories li:first-child {
	padding-left: 30px;
}
body:not([category-depth="1"]) #top .child-categories li:last-child {
	padding-right: 30px;
}
/*******************************************/
body:not([category-depth="1"]) #top .arrow {
	margin-top: -84px;
	width: 13px;
	height: 84px;
	background-color: black;
	position: absolute;
	opacity: 0.3;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
body:not([category-depth="1"]) #top .arrow.left {
	left: 0;
}
body:not([category-depth="1"]) #top .arrow.right {
	right: 0;
}
body:not([category-depth="1"]) #top .child-categories[scrolled-to-left="true"] + .arrows .arrow.left {
	opacity: 0;
}
body:not([category-depth="1"]) #top .child-categories[scrolled-to-right="true"] + .arrows .arrow.right {
	opacity: 0;
}

body:not([category-depth="1"]) #top .arrow [icon] {
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 13px;
	height: 13px;
	position: absolute;
}

body:not([category-depth="1"]) #top .arrow [icon] span {
	position: absolute;
}
body:not([category-depth="1"]) #top .arrow [icon] .bottom {
	margin-top: 6px;
}

body:not([category-depth="1"]) #top .arrow [icon] span:before {
	background-color: white;
}
/****************************************************************************************/
#top .feature:first-child {
	margin-top: 65px;
}

#top .feature a > * {
	height: calc(100vw * 0.23);
}

#top .feature .feature-text h2 {
	font-size: 2rem;
}

#top .feature .feature-text-1 {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
/****************************************************************************************/
[nh-banner] + [nh-banner] {
	margin-top: 15px;
}
/****************************************************************************************/
#organization-banner .text{
	font-size: 1.6rem;
}