.tdk-section-feather {
	display: none;
	z-index: 99999;
}

@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}

	/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 80%;
		max-width: 90%;
		padding: 5px 5px 0;
		border-bottom: 5px solid transparent;
	}
	.featherlight .featherlight-image {
		/* styling */
		max-width: 100%;
		height:auto;
	}
}

/*- TDK DESIGN -*/
.featherlight { 
	background : rgba(8,55,108,0.8) !important
}
.featherlight .featherlight-content { 
	background : rgba(8,55,108,0) !important; 
	border: solid 1px #ccc; 
	padding-bottom: 20px; 
}
.featherlight .featherlight-content,
.featherlight .featherlight-content a {
	color: #fff !important; 
	font-size: 16px !important;
}
.featherlight .featherlight-content h1 {
 	font-size: 30px !important; 
 	text-align: center;
	color: #fff !important;
}
.tdk-section-feather .lightbox ul li, 
.lightbox .tdk-section-feather  ul li {
	display: flex; 
	justify-content: space-between; 
	margin-top: 10px;
}
.tdk-section-feather .lightbox ul li h2, 
.lightbox .tdk-section-feather  ul li h2 {
 	margin: 0;
 	font-weight: bold; 
 	color: #fff !important;
}
.tdk-section-feather .lightbox ul li ul, 
.lightbox .tdk-section-feather  ul li ul {
 	display: flex;
 	justify-content: flex-start;
}
.tdk-section-feather .lightbox ul li ul li, 
.lightbox .tdk-section-feather  ul li ul li {
	margin: 0 0 0 40px;
}

#inline-content01 {
	display: flex; 
	justify-content: space-between;
}
.tdk-section-feather section {
	margin: 20px;
}

@media screen and (max-width: 999px)  {
	.featherlight {
	 	background : rgba(8,55,108,0.8) !important
	}
	.featherlight .featherlight-content {
	 	background : rgba(8,55,108,0) !important; 
	 	border: solid 1px #ccc; 
	 	padding-bottom: 20px; 
	}
	.featherlight .featherlight-content,
	.featherlight .featherlight-content a {
		color: #fff !important; 
		font-size: 14px !important
	}
	.featherlight .featherlight-content h1 {
	 	font-size: 20px !important; 
	 	text-align: center;
	}
	.tdk-section-feather .lightbox ul li, 
	.lightbox .tdk-section-feather  ul li {
		display: flex; 
		justify-content: space-between; 
		margin-top: 0;
	}
	.tdk-section-feather .lightbox ul li h2, 
	.lightbox .tdk-section-feather  ul li h2 {
	 	font-weight: bold; 
	 	margin: 0;
	}
	.tdk-section-feather .lightbox ul li ul, 
	.lightbox .tdk-section-feather  ul li ul {
	 	display: flex;
	 	justify-content: flex-start;
	}
	.tdk-section-feather .lightbox ul li ul li,
	.lightbox .tdk-section-feather  ul li ul li {
		margin: 0 0 0 40px;
	}

	#inline-content01 {
		display: block; 
		justify-content: space-between;
	}
	#inline-content01 .tdk-section-feather  {
		margin: 20px;
	}
}

