#overview .main {
	margin-top: -52px;
}

.top-banner {
	position: absolute;
	top: 96px;
	right: 0;
	left: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #ffffff;
	background-color: #203882;
	font-size: 14px;
}
.top-banner a {
	color: #87c1f9;
}

.section-header {
	background: #000 url("/programs/universal/images/hero-large.jpg");
	background-size: cover;
	background-position: top center;
	padding: calc(10vw + 96px) 0 10vw;
}

@media only screen and (max-width: 1068px) {
	.section-header {
		background-image: url("/programs/universal/images/hero-medium.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.section-header {
		background-image: url("/programs/universal/images/hero-small.jpg");
	}
}

.theme-dark .intro {
	color: #fff;
}

.bg-gradient {
	background: linear-gradient(#000, rgb(49, 49, 49));
}

.section-included img {
	opacity: 0.5;
	margin-bottom: 0.25em;
}

.section-content-inset {
	background: rgba(34, 33, 34);
	border-radius: 22px;
	padding: 2em;
}

.specs-table {
	margin-top: 2em;
	width: 100%;
}
.specs-table > tbody > tr {
	border-top: 1px solid #424245;
}
.specs-table > tbody > tr > th,
.specs-table > tbody > tr > td {
	padding: 2em 0;
}
.specs-table > tbody > tr > th {
	color: #fff;
	font-weight: bold;
	padding-right: 1em;
}
.specs-table > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.specs-table summary {
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 735px) {
	.specs-table > tbody > tr > th,
	.specs-table > tbody > tr > td {
		display: block;
		padding: 1em 0;
	}

	.specs-table > tbody > tr > th {
		padding-bottom: 0;
	}

	.specs-table > tbody > tr > td {
		padding-top: 0;
	}
}

.specs-table-nested {
	margin-bottom: .5em;
}

.specs-table-nested table,
.specs-table-nested th,
.specs-table-nested td {
	border: 1px solid grey;
	padding: .5em;
}

.section-splitrows .row {
	padding: 1em 0;
	border-top: 1px solid #424245;
}

.column-list {
	column-count: 4;
}
@media only screen and (max-width: 735px) {
	.column-list {
		column-count: 1;
	}
}

.btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-size: 17px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 28px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 18px;
}
.theme-dark .btn {
	background: #0071e3;
	color: white;

}
.btn:hover {
	text-decoration: none;
}
.theme-dark .btn:hover {
	background: #0077ed;
}
.btn:focus {
	box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
	outline: none;
}
.btn:active {
	outline: none;
}
.theme-dark .btn:active {
	background: #006edb;
}
.btn:disabled,
.btn.disabled {
	opacity: 0.32;
	cursor: default;
}
.theme-dark .btn {
	background: #0071e3;
	color: white;
}
.btn:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.btn:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	box-shadow: none;
}
.btn-reduced {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 23px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 12px;
}
.btn-reduced.button-block {
	border-radius: 5px;
}

.flex-headline {
	display: flex;
	align-items: center;
}
.image-dtk {
	margin-right: 20px;
	width: 100px;
	width: min(30vw, 180px);
}
@media only screen and (max-width: 734px) {
	.flex-headline {
		flex-direction: column;
		align-items: flex-start;
	}
	.image-dtk {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/**
* Document Element
*/
.has-modal {
	overflow: hidden;
}

.has-modal-full-viewport {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.has-modal-full-viewport body {
	height: 100%;
	overflow: hidden;
}

/**
* Modal Elements
*/
.modal {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.modal-standard {
	overflow: auto;
	padding: 54px 0;
	background: rgba(0, 0, 0, 0.48);
	-webkit-overflow-scrolling: touch;
}
.modal-standard .content-table {
	display: table;
	width: 100%;
	height: 100%;
}
.modal-standard .content-cell {
	display: table-cell;
	vertical-align: middle;
}
.modal-standard .content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
@media only screen and (min-width: 1441px) {
	.modal-standard .content-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}
}
@media only screen and (max-width: 1068px) {
	.modal-standard .content-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 692px;
	}
}
@media only screen and (max-width: 734px) {
	.modal-standard .content-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%;
	}
}
.modal-standard .content-padding {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	padding: 80px 8.33333%;
	background: white;
	border-radius: 18px;
}
@media only screen and (max-width: 734px) {
	.modal-standard .content-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 734px) {
	.modal-standard .modal-close {
		left: 22px;
	}
}
.theme-dark .modal-standard .content-padding,
.modal-standard.theme-dark .content-padding {
	background: #1d1d1f;
}

.modal-full-viewport {
	background: white;
	padding: 96px 0;
}
@media only screen and (max-width: 1068px) {
	.modal-full-viewport {
		padding: 80px 0;
	}
}
.modal-full-viewport.remove-container-padding {
	padding: 0;
}
.theme-dark .modal-full-viewport,
.modal-full-viewport.theme-dark {
	background: black;
}

.modal-open {
	display: block;
	z-index: 11000;
}
.modal-open:focus {
	outline-offset: -4px;
}

/**
   * Close Button
   */
.modal-close {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999;
	overflow: hidden;
	top: 24px;
	left: 24px;
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: 0;
	color: rgba(134, 134, 139, 0.8);
}
.modal-close::before,
.modal-close::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
}
.modal-close::before,
.modal-close::after {
	text-decoration: none;
}
.modal-close::before {
	display: none;
}
.modal-close::before,
.modal-close::after {
	content: "";
}
.modal-close:hover {
	color: #86868b;
}
.theme-dark .modal-close {
	color: rgba(110, 110, 115, 0.8);
}
.theme-dark .modal-close:hover {
	color: #6e6e73;
}
.modal-close::after {
	width: 0.9em;
	height: 0.9em;
	top: 0.05em;
	padding: 0;
	font-weight: 300;
}
@media only screen and (max-width: 1068px) {
	.modal-close {
		top: 20px;
		left: 20px;
		font-size: 32px;
	}
}
