/* New MoTT Box 2021 */

#relatedBoxParents {
	clear:  both;
}

#relatedBoxParents {
	font-size: 1.5rem;
	margin-top: 3rem;
	margin-bottom: 0;
}

#navTabs {

}

ul#navTabsPKT {
	display: flex;
	flex-direction: row-reverse;
	align-content: flex-end;
	align-items: flex-end;
	margin-right: 1rem;
	margin-bottom: 0;
	list-style-type: none;
}

ul#navTabsPKT li button {
	background: #fff;
	padding: .5rem 1.25rem .2rem 1.25rem;
	border: solid #1564a2;
	border-radius: 10px 10px 0 0;
	border-width: 1px 1px 0 1px;
	cursor: pointer;
	font-weight: bold;
	color: #1564a2;
	font-size: 1.5rem;
	position: relative;
	margin-bottom: 0;
}

ul#navTabsPKT li.current button {
	border-bottom: 3px solid white;
	top: 0.2rem;
	padding-bottom: .4rem
}

ul#navTabsPKT li.wascurrent button {
	top: 1px
}


ul#navTabsPKT li.wascurrent button:hover {
	padding-bottom: 0.6rem;
	border-bottom: 0 none;
	top: 0rem;
}

li.wascurrent {

}

li.current {

}

#mainBar {

}

#mrLinks {
	padding: 1.75rem 1.5rem;
	border: solid #1564a2;
	border-radius: 10px 10px 0 0;
	border-width: 1px;
	background: rgb(235,239,243);
	background: linear-gradient(0deg, rgba(235,239,243,1) 0%, rgba(255,255,255,1) 21%);
}

#mrLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mrLinks ul li {
	margin-bottom: .5rem;
	position: relative;
}

#mrLinks ul li a {
	color: #06c;
	font-weight: normal;
}

h2#moreOnThisTopicHeader {
	font-size: 1.5rem;
	color: #036;
	font-weight: bold;
}

ul#relatedArticlesListParents, ul#relatedArticlesListKids, ul#relatedArticlesListTeens {
	columns: 3;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

ul#relatedArticlesListParents li, ul#relatedArticlesListKids li, ul#relatedArticlesListTeens li {
	margin-right: 4rem;
	padding-left: 1.5rem;
}

ul#relatedArticlesListParents li a, ul#relatedArticlesListKids li a, ul#relatedArticlesListTeens li a {
	text-decoration: none;

}

#relatedArticlesListParents li a:before, #relatedArticlesListKids li a:before, #relatedArticlesListTeens li a:before {
	content: '\25b8';
	position: absolute;
	left: 0;
}

ul#relatedArticlesListParents li a:hover, ul#relatedArticlesListKids li a:hover, ul#relatedArticlesListTeens li a:hover, ul#relatedArticlesListParents li a:focus, ul#relatedArticlesListKids li a:focus, ul#relatedArticlesListTeens li a:focus {
	text-decoration: underline;
}

#boxBreaker {

}

#relatedButtonsHolder {
	border: solid #1564a2;
	padding: 1rem;
	border-radius: 0;
	border-width: 0 1px 4px 1px;
}

#relatedButtonsBoth {

}

#relatedButtonsBoth ul {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	padding: 0;
}

#relatedButtonsBoth ul li a {
	text-decoration: none;
	color: #1564a2;
	position: relative;
	height: 2.4rem;
	font-weight: normal;
	padding-right: 2rem;
}

#relatedButtonsBoth ul li a span.newWindowIcon_leftSpace {
	background: url(/images/n00/icons/n00window_spaceleft.svg) 0 4px no-repeat;
	padding-right: 2rem;
	height: 2rem;
	width: 2rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-size: contain;
}

#relatedButtonsBoth ul li a:hover, #relateButtonsBoth ul li a:focus {
	text-decoration: underline;
}

li#relatedPrinterButton a {
	background: url(/images/n00/icons/n00printer.svg) 0rem 0rem no-repeat;
	display: inline-block;
	padding-left: 3.3rem;
	background-size: contain;
}

li#relatedEmailFriendButton a {
	background: url(/images/n00/icons/envelope.svg) 0.2rem -0.025rem no-repeat;
	background-size: contain;
	padding-left: 3.4rem;
	display: inline-block;
}




@media screen and (max-width: 768px) {
	ul#relatedArticlesListParents, ul#relatedArticlesListKids, ul#relatedArticlesListTeens {
		columns: 2;
	}
}

@media screen and (max-width: 600px) {
	ul#relatedArticlesListParents, ul#relatedArticlesListKids, ul#relatedArticlesListTeens {
		columns: 1;
	}
}

@media screen and (max-width: 431px) {
    #mrLinks {
        border-radius: 0;
    }
    .esMott #navTabsPKT {
        margin-bottom: 1px !important;
    }
}

@media screen and (max-width: 360px) {
	#relatedButtonsBoth ul {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	#relatedPrinterButton {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 338px) {
	ul#navTabsPKT {
		display: flex;
		flex-direction: row-reverse;
		align-content: space-around;
		align-items: flex-end;
		margin-right: 1rem;
	}

	ul#navTabsPKT li button {
		background: #fff;
		padding: .5rem 1rem .2rem 1rem;
		border: solid #1564a2;
		border-radius: 0;
		border-width: 1px 1px 0 1px;
	}

	#mrLinks {
		border-radius: 0px;
	}
}