section {
	padding-top: 64px;
	padding-bottom: 64px;
}
.intro.col {
	padding-bottom: 32px;
}
.nav-tabs .nav-link {
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #3D4543;
	border-color: #e9ecef #e9ecef #dee2e6;
}	
.nav-tabs .nav-item {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
		color: var(--blue);
		background: #fff;
	}
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: var(--blue);
	color: #fff;
}
@media print {
  body * {
	visibility: hidden;
  }
	#wrapper-navbar *,
	.documents .search *,
	.documents nav,
	.legal-page .page-header {
		display: none;
	}	
  #printThis, #printThis * {
	visibility: visible;
  }
  #printThis {
	position: absolute;
	left: 0;
	top: 0;
  }
}
.button-wrap {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.print-button {
	padding: 5px 20px;
}
@media (max-width: 575px) {
	.nav-tabs .nav-link {
		width: 100%;
	}
}
.documents  .tab-content ul, 
.documents  .tab-content ol {
	list-style: revert;
	margin: initial;
	padding: 0 0 0 40px;
}
.documents .tab-content li {
	display: list-item;
}
.doc-content h1, 
.doc-content h2, 
.doc-content h3, 
.doc-content h4, 
.doc-content h5, 
.doc-content h6 {
	margin-bottom: 1.25rem;
}
.doc-content td {
	padding: 10px;
	border-width: 1pt;
	border-style: solid;
}
.docs .nav-item {
	flex-basis: 100%;
}
.docs .nav-tabs .nav-link {
	width: 100%;
}
@media (min-width: 768px) {
	.docs .nav-item {
		flex-basis: 50%;
	}
	.docs .nav-tabs .nav-link {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.docs .col {
		display: flex;
		flex-direction: row;
		flex-basis: 100%;
	}
	.docs nav,
	.pad-col {
		flex-basis: 20%;
	}
	.form-col {
		flex-basis: 80%;
	}
	#myTabContent {
		flex-basis: 80%;
		border-left: 1px solid #dee2e6;
		padding-left: 40px;
	}
	.nav-tabs .nav-item {
		margin-bottom: 0;
		flex-basis: 100%;
	}
	.docs .nav-tabs .nav-link {
		width: 100%;
		border: 0 none transparent;
		text-align: left;
	}
	.docs .nav-item {
		width: 100%;
	}
	.docs .nav-tabs .nav-item.show .nav-link, 
	.docs .nav-tabs .nav-link.active {
		background: transparent;
		color: var(--blue);
	}
	.docs .nav-tabs .nav-link.active {
		font-weight: bold;
	}
	.docs .nav-tabs {
		border-bottom: 0 none transparent;
	}
	.legalform {
		padding-left: 16px;
	}
}
#page-wrapper #content {
	padding-top: 40px;
}
section {
	padding-top: 32px;
}
.docs {
	position: relative;
}
#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  left: 20px;
  display: none;
  background-color: var(--blue);
  width: auto;
  border-radius: 50%;
}
#btn-back-to-top i {
	color: white;
}
.highlight {
	background-color: #fdde00;
}
.legalform {
	text-align: center;
	margin-bottom: 20px;
}
.legalform input,
.legalform button {
	margin-left: 20px;
}
@media (max-width: 991.9px) {
	.legal-page h1,
	.documents h1 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.documents h2 {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.documents h3 {
		font-size: 1.25rem;
	}
	.legalform input,
	.legalform button {
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.pad-col,
	.form-col {
		flex-basis: 100%;
	}
}
.doc-content a {
	word-break: break-word;
}
@media only screen and (min-width: 992px) {
	.page-template-page-template-legal .page-header__title {
		padding-left: 1.25rem;
	}
}
@media (max-width: 1210px) and (min-width: 992px) {
	.page-template-page-template-legal .page-header__title {
		padding-top: 20px;
	}
}
@media (max-width: 390px) {
	.doc-content td {
		display: block;
	}
	.doc-content #reasons {
		position: relative;
	}
	.doc-content #reasons td + td,
	.doc-content #reasons td  + td + td {
		width: 50%;
		float: left;
		min-height: 97px;
	}
}
@media (max-width: 330px) {
	.doc-content #reasons td + td,
	.doc-content #reasons td  + td + td {
		min-height: 126px;
	}
}
@media (min-width:768px) and (max-width:992px) {
	.row.docs .nav-item button {
		min-height: 74px;
	}
}​