@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/* @media (min-width: 120em) {
	} */

body{
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
	margin:0;
	overflow-x: auto;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
::after, ::before{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
.container_viewport_1 {
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
	/* header */
h1, h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #2371a9;
}
.read_online_help>h2, .download_pdf>h2{
	font-size: 1.6em;
  /* max-width: 400px; */
	/* margin-bottom: 4em; */
}
ul{
	list-style: none;
	width: 100%;
}
th{
	font-size: 20px;
	font-family:'Open Sans', sans-serif;
	font-weight: 500;
	text-align: left;
}
td:nth-child(1){
	padding-right:27px;
}
td:nth-child(2){
	font-weight: 300;
}
th, td{
	border-bottom: 1px solid #E0E5ED;
}
div .headline_text{
	position: relative;
	padding-bottom: 1em;
	margin-top:-.7em;
}
.headline_text>h1{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.headline_text>h1:nth-of-type(1){
	/* font-size: 38px; */
	font-size: 2em;
	color: #fff;
}

div.transition_bar_nav{
	height: 2px;
	background-color: #1b72af;
}

/* --- USER GUIDE AREA --- */

.user_guide_contents{
	max-width:73em;
	margin:auto;
	margin-top:1em;
}
.user_guide_choices{
	width: 43%;
	/* display: inline-block; */
	display: inline-table;
	padding-top: 1em;
	height:35%;
}
.download_pdf{
	float:right;
}
.list-pdf{
  column-count: 2;
  column-gap: 0.5em;
}
.user_guide_header{
	min-height: 6em;
}
/*.read_online_help{
	margin-right:8%;
}*/
div.user_guide_choices>h2, div.user_guide_choices>ul{
	padding-left:0;
}
/* The descriptions for user_guide_choices */
.pop_topics_description,
.download_user_guides_description,
.read_online_help_description{
	font-size: 1em;
	color:#616670;
	margin-top: -1em;
}
.read_online_help>.user_guide_header>h2::before{
	content:url('../images_start/laptop_GL_plant.svg');
	float:right;
}
.download_pdf>.user_guide_header>h2::before{
	content:url('../images_start/pdf_books_arrow.svg');
	/* display: block;
    width: 178px;
    height: 51px;
    position: relative;
    left: 303px;
    top: -82px; */
		float:right;
		/* margin-bottom: 1.6em; */
}

div.read_online_help>img{
	height: 160px;
	padding: 10px;
	float: right;
	}
div.download_pdf>img{
	height: 130px;
	padding: 10px;
	float: right;
}
div.pop_topics > img {
	float:left;
	height: 100px;
	padding-right: 10px;
}
/* --- POP TOPICS AREA--- */
.child-hide{
	display:none;
	list-style: none;
	/* padding-left: 6em; */
}
.child-hide a{
	text-decoration: none;
	font-size:0.9em;
	color:#1b72af;
}
.child-hide a:hover{
	color:#51a2db;
	text-decoration:underline;
	font-size:0.9em;
}
.pop_topics {
	/* border-top: 1px solid lightgray; */
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	overflow-y:hidden;
	/* background-color: #f5f7f9; */
}
div.pop_topics > ul{
	padding: 0 0 12px 0;
	border-bottom: 1px solid lightgray;
	/* font-size: 0.9em; */
	cursor: pointer;
}
div.pop_topics > ul:first-of-type{
border-top: 1px solid lightgray;
	padding-top: 17px;
}
.showHide >li>a{
	color:inherit;
}
svg.arrow_popTopics{
	margin-bottom: 3px;
	margin-right: 8px;
}
.showHide > li.active > a.expanded > svg {
	transform: rotate(180deg);
}

.list-pdf > li {
	/* needed for column-count */
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.list-pdf > li > a{
	display: block;
	border: 2px solid #529CD0;
	border-radius: 3px;
	padding: 6px 10px 6px 10px;
	position: relative;
	text-decoration: none;
	color: #529CD0;
	margin-bottom:0.5em;
	font-size: 0.9em;
	max-width:275px;
	min-width:49%;
}
/*.list-pdf{
  column-count: 2;
  column-gap: 0.5em;
}*/
.list-pdf > li > a:hover {
	color: #2371a9;
	background-color: #FFFFFF;
	border: 2px solid #2371a9;
	border-radius: 3px;
	}
.link-button>a{
	display: block;
	border: 2px solid #529CD0;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: #529CD0;
	padding: 6px 10px 6px 10px;
	position: relative;
	text-decoration: none;
	margin-bottom:0.5em;
	font-size: 0.9em;
	max-width:275px;
}
.link-button > a{
	/* width:49%; */
	/*text-align: center;*/
  /* margin:0; */
}
.link-button > a:hover{
	border: 2px solid #2371a9;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: #2371a9;
	}

.list-pdf > li > a::after, .link-button > a::after{

	float:right;
	transition: transform 0.2s ease-out;
}
.list-pdf>li>a:hover {
	color: #2371a9;
	background-color: #FFFFFF;
	border: 2px solid #2371a9;
	border-radius: 3px;
	background: url('../images_start/pdf_books_arrow_button_down.svg') no-repeat right;
}


@media screen and (min-width: 1440px) {
	.user_guide_contents {
		/* width: 80em;*/
		max-width:1360px;
	}
	div.main_body {
		max-width: 1077px;
	}
}
@media screen and (max-width: 73em){
	.navbar_content,
	.user_guide_contents{
		padding-left:2em;
		padding-right:2em;
		width:inherit;
	}
	.read_online_help > h2::before,
	.download_pdf>h2::before {
		float:none;
	}
}
@media (max-width: 51em) {
	.download_pdf>.list-pdf {column-count: unset;}
}