@import url(https://use.typekit.net/qpa2bvk.css);
/**
 * Setup
 */
:root {
	--theme-color-white: #fff;
	--theme-color-gray: #bdc6d0;
	--theme-color-purple: #5d6dce;
	--theme-color-primary-1: #375172;
	--theme-color-primary-2: #7594bc;
	--theme-color-primary-3: #a3b8d3;
	--theme-color-primary-4: #d1dbe9;
	--theme-color-primary-5: #f2f2f2;
	--theme-color-secondary: #8aa29a;
	--theme-color-text: #404040;
	--theme-color-navigation: #3d74c2;
	--theme-color-fi-dark: #6169ad;
	--theme-color-fi-medium: #979cc9;
	--theme-color-fi-light: #cbcde4;
	--theme-color-ce-dark: #94ccc5;
	--theme-color-ce-medium: #b0ded9;
	--theme-color-ce-light: #d8efec;
	--theme-color-gi-dark: #028977;
	--theme-color-gi-medium: #58b1a5;
	--theme-color-gi-light: #acd8d2;
	--theme-color-si-dark: #00adb6;
	--theme-color-si-medium: #57c9cf;
	--theme-color-si-light: #abe4e7;
	--theme-color-annual-report-green-4: #daedeb;
	--theme-color-warning-red: #e02f2f;
	--theme-color-teal: #04acb6;
	--theme-color-azure: #3d75c2;
	--theme-color-almost-black: #333941;
	--stem-light-green: #94CBC5;
	--stem-very-light-green: #D4EAE8;
}
:root {
	--teft-typography-font-family: interstate, sans-serif;
	--teft-typography-heading-font-family-2: interstate-compressed, sans-serif;
	--teft-typography-heading-font-family: interstate, sans-serif;
	--teft-typography-article-font-family: interstate, sans-serif;
	--teft-typography-heading-font-weight: 500;

	--teft-typography-base: 16px;
	--teft-typography-body-line-height: 1.6;

	--theme-font-size-xxxl: 60px;
	--theme-font-size-xxl: 50px;
	--theme-font-size-xl: 35px;
	--theme-font-size-l: 24px;
	--theme-font-size-m: 19px;
	--theme-font-size-s: 16px;
	--theme-font-size-xs: 14px;
}
@media (--teft-viewport-large) {
	:root {
		--teft-typography-base: 19px;
		--theme-font-size-xxxl: 150px;
		--theme-font-size-xxl: 100px;
		--theme-font-size-xl: 50px;
		--theme-font-size-l: 32px;
		--theme-font-size-m: 24px;
		--theme-font-size-s: 19px;
		--theme-font-size-xs: 14px;
	}
}
:root {
	/**
	 * General
	 */
	--teft-theme-negative-block-margin: -20px;
	--teft-theme-block-margin: 40px;
	--teft-theme-site-width: 1280px !important;
	--teft-theme-content-width: 504px
}
@media (--teft-viewport-wide) {
:root {
		--teft-theme-content-width: 680px
}
	}
/**
 * Template parts
 */
body.page-template-page-download-center #content {
	width: var(--teft-theme-site-width);
	max-width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1299px) {
.site .download-center .site-container {
			padding-left: 20px;
			padding-right: 20px
	}
		}
.site .download-center h1 {
		text-transform: unset;
		font-size: var(--theme-font-size-xl);
		margin-bottom: 20px
	}
@media (max-width: 899px) {
.site .download-center h1 {
			margin-top: 70px
	}
		}
.site .download-center h3 {
		font-family: var(--teft-typography-font-family);
	}
.site .download-center .download-center-intro-text {
		max-width: 424px;
	}
.site .download-center .download-center-intro-text p {
			font-size: var(--theme-font-size-s);
		}
.site .download-center .download-center-intro-text {
		margin-bottom: 41px;
	}
#download-center-content {
	font-family: var(--teft-typography-font-family);

	.title-text, .count {
		font-size: 20px;
	}


	.downloadable-item {
		.title {
			line-height: 26px;
			font-size: 18px;
		}
	}

}
@media (min-width: 901px) {
#download-center-content {
		margin-bottom: rem-calc(100);
		display: flex;
		justify-content: space-between

}
		#download-center-content > .handorgel {
			width: calc(60% - 20px);
		}
		#download-center-content > .summary {
			width: calc(40% - 20px);
		}
	}
#download-center-content button {
		width: 100%;
	}
#download-center-content ul {
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
#download-center-content .handorgel__header,
	#download-center-content .handorgel__content {
		margin: 0;
	}
#download-center-content button,
	#download-center-content h4 {
		text-align: left;
		border: none;
		font-family: var(--teft-typography-font-family);
	}
#download-center-content h4 {
		padding: 17px 18px 12px 18px;
		margin: 0;
		font-size: var(--theme-font-size-m);
	}
#download-center-content .handorgel__header button {
		background-color: var(--theme-color-primary-4);
		color: var(--theme-color-primary-dark);
		font-weight: bold;
		padding: 15px 18px;
		display: inline-flex;
		justify-content: space-between;
		align-items: center
	}
#download-center-content .handorgel__header button .count {
			display: inline-flex;
			justify-content: space-between;
			align-items: center
		}
#download-center-content .handorgel__header button .count::after {
				margin-left: 20px;
				background: url(../assets/icons/arrow-down-blue-alt.svg) no-repeat center center;
				display: inline-block;
				width: 40px;
				height: 40px;
				background-size: 20px 13px;
				content: "";
				border-radius: 100%;
				border: 1px solid var(--theme-color-primary-1);
				transform: rotate(0deg);
				flex-shrink: 0;
				flex-grow: 0;
			}
#download-center-content .handorgel__header button[aria-expanded="true"] .count::after {
			transform: rotate(180deg);
		}
#download-center-content .handorgel__content {
		max-height: 0;
		margin: 0 0 15px 0;
		overflow: hidden
	}
#download-center-content .handorgel__content button {
			padding: 5px 18px;
			font-weight: normal;
			font-size: var(--theme-font-size-s);
			background-color: transparent;
		}
#download-center-content .handorgel__content.handorgel__content--open {
			max-height: 9999px
		}
#download-center-content .handorgel__content.handorgel__content--open .handorgel__content__inner {
				ul {
					margin: 0;
					padding: 0;
				}
				li {
					margin: 0;
				}
			}
@media (min-width: 901px) {
#download-center-content .handorgel__content.handorgel__content--open .handorgel__content__inner {
					position: relative
			}
					#download-center-content .handorgel__content.handorgel__content--open .handorgel__content__inner::before {
						content: "";
						display: block;
						height: 100%;
						width: 0;
						position: absolute;
						top: 0;
						left: 50%;
						border-right: 2px solid var(--theme-color-primary-4);
					}
				}
@media only screen and (min-width: 650px) {
		#download-center-content .handorgel__content__inner {
			display: flex;
		}
	}
#download-center-content .pages,
	#download-center-content .images {
		width: 100%
	}
@media only screen and (min-width: 650px) {
#download-center-content .pages,
	#download-center-content .images {
			width: 50%;
			flex-shrink: 0;
			flex-grow: 1
	}
		}
#download-center-content .selectable-with-icon {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 4px
	}
#download-center-content .selectable-with-icon span {
			pointer-events: none;
		}
#download-center-content .selectable-with-icon.active {
			background-color: var(--theme-color-primary-1);
			color: var(--theme-color-white)
		}
#download-center-content .selectable-with-icon.active .button-icon {
				background-color: var(--theme-color-teal);
				border-color: var(--theme-color-teal)
			}
#download-center-content .selectable-with-icon.active .button-icon::before,
				#download-center-content .selectable-with-icon.active .button-icon::after {
					border-color: var(--theme-color-white);
				}
#download-center-content .selectable-with-icon.active .button-icon::before {
					transform: translateY(calc(-50% + 1px)) translateX(calc(-50% - 3px)) rotate(45deg);
					width: 5px;
				}
#download-center-content .selectable-with-icon.active .button-icon::after {
					width: 10px;
					transform: translateY(-50%) translateX(calc(-50% + 2px)) rotate(-45deg);
				}
#download-center-content .selectable-with-icon.active:hover .button-icon::before, #download-center-content .selectable-with-icon.active:focus .button-icon::before {
						transform: translateY(-50%) translateX(-50%) rotate(45deg);
						width: 13px;
					}
#download-center-content .selectable-with-icon.active:hover .button-icon::after, #download-center-content .selectable-with-icon.active:focus .button-icon::after {
						width: 13px;
						transform: translateY(-50%) translateX(-50%) rotate(-45deg);
					}
#download-center-content .selectable-with-icon .button-icon {
			flex-shrink: 0;
			flex-grow: 0;
			background-color: var(--theme-color-white);
			border: 1px solid var(--theme-color-primary-1);
			content: "";
			display: block;
			width: 24px;
			height: 24px;
			border-radius: 100%;
			position: relative
		}
#download-center-content .selectable-with-icon .button-icon::before,
			#download-center-content .selectable-with-icon .button-icon::after {
				width: 13px;
				height: 0;
				border-top: 2px solid var(--theme-color-primary-1);
				content: "";
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform-origin: center center;
			}
#download-center-content .selectable-with-icon .button-icon::before {
				transform: translateY(-50%) translateX(-50%);
			}
#download-center-content .selectable-with-icon .button-icon::after {
				transform: translateY(-50%) translateX(-50%) rotate(90deg);
			}
#download-center-content .selectable-with-icon:hover .button-icon, #download-center-content .selectable-with-icon:focus .button-icon {
				background-color: var(--theme-color-teal);
				border-color: var(--theme-color-teal)
			}
#download-center-content .selectable-with-icon:hover .button-icon::before,
				#download-center-content .selectable-with-icon:hover .button-icon::after,
				#download-center-content .selectable-with-icon:focus .button-icon::before,
				#download-center-content .selectable-with-icon:focus .button-icon::after {
					border-color: var(--theme-color-white);
				}
#download-center-content a.selectable-with-icon {
		background-color: var(--theme-color-azure);
		color: var(--theme-color-white);
		text-decoration: none;
	}
.summary h3 {
		background-color: var(--theme-color-primary-1);
		color: var(--theme-color-white);
		margin-top: 0;
		margin-bottom: 10px;
	}
.summary h3,
	.summary a,
	.summary button#download-custom-pdf {
		padding: 18px 15px;
	}
.summary h3,
	.summary .download-link {
		font-size: var(--theme-font-size-s);
		font-weight: bold;
	}
.summary a,
	.summary button#download-custom-pdf {
		background-color: var(--theme-color-azure)
	}
.summary a:hover,
		.summary a:focus,
		.summary button#download-custom-pdf:hover,
		.summary button#download-custom-pdf:focus {
			color: var(--theme-color-white);
			background-color: var(--theme-color-teal);
		}
.summary .remove-button {
		padding: 7px 15px;
	}
.summary #preset-downloads {
		margin-top: -10px;
	}
.summary #user-downloads:not(.hidden) + #preset-downloads {
		margin-top: 35px;
	}
.summary .download-link {
		display: flex;
		justify-content: right;
		align-items: center;
		background-color: var(--theme-color-almost-black);
		color: var(--theme-color-white);
		text-decoration: none;
		margin-top: 10px
	}
.summary .download-link .title {
			display: flex;
			flex-grow: 1;
			justify-content: left;
		}
.summary .download-link .file-size {
			width: 90px;
			justify-self: right;
		}
.summary .download-link:hover,
		.summary .download-link:focus {
			cursor: pointer;
			color: var(--theme-color-white);
			background-color: var(--theme-color-teal);
		}
.summary .download-link::after {
			content: "";
			display: inline-block;
			width: 20px;
			height: 20px;
			background: url(../assets/icons/download-white.svg) no-repeat center center;
		}
#download-center-content .summary .selectable-with-icon {
		background-color: var(--theme-color-azure);
		color: var(--theme-color-white);
		font-size: var(--theme-font-size-s);
		font-weight: 100
	}
#download-center-content .summary .selectable-with-icon .button-icon {
			background-color: var(--theme-color-white);
			border-color: var(--theme-color-azure)
		}
#download-center-content .summary .selectable-with-icon .button-icon::after,
			#download-center-content .summary .selectable-with-icon .button-icon::before {
				border-top-color: var(--theme-color-azure);
			}
#download-center-content .summary .selectable-with-icon .button-icon::before {
				transform: translateY(calc(-50% + 1px)) translateX(calc(-50% - 3px)) rotate(45deg);
				width: 5px;
			}
#download-center-content .summary .selectable-with-icon .button-icon::after {
				width: 10px;
				transform: translateY(-50%) translateX(calc(-50% + 2px)) rotate(-45deg);
			}
#download-center-content .summary .selectable-with-icon:hover,
		#download-center-content .summary .selectable-with-icon:focus {
			cursor: pointer
		}
#download-center-content .summary .selectable-with-icon:hover .button-icon::before, #download-center-content .summary .selectable-with-icon:focus .button-icon::before {
					transform: translateY(-50%) translateX(-50%) rotate(45deg);
					width: 13px;
				}
#download-center-content .summary .selectable-with-icon:hover .button-icon::after, #download-center-content .summary .selectable-with-icon:focus .button-icon::after {
					width: 13px;
					transform: translateY(-50%) translateX(-50%) rotate(-45deg);
				}

/*# sourceMappingURL=download-center.css.map */