@import url("fontawesome-all.min.css");

@font-face {
font-family: "Andada Pro";
src: url("../webfonts/AndadaPro-800.ttf");
}
@font-face {
font-family: "Semplicita Light";
src: url("../webfonts/Semplicita Light.otf");
}
@font-face {
font-family: "Semplicita Medium";
src: url("../webfonts/Semplicita Medium.otf");
}
@font-face {
font-family: "Semplicita Bold";
src: url("../webfonts/Semplicita Bold.otf");
}
@font-face {
font-family: "Arial Rounded BoldArial Rounded Bold";
src: url("../webfonts/Arial Rounded Bold.ttf");
}

/*
	Strongly Typed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #f0f0f0;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: Semplicita Light;
		font-weight: 300;
		color: #777;
		line-height: 1.8em;
		font-size: 13pt;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: Andada Pro,sans-serif;
		color: #000;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border: 0;
	}

	h2 {
		font-size: 2.4em;
		font-weight: 700;
		margin: 0 0 .5em 0;
		line-height: 1.75em;
	}

	h3 {
		font-size: 1em;
		letter-spacing: 2px;
		margin: 0 0 1.25em 0;
	}

	a {
		-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		color: #666;
		text-decoration: none;
		border-bottom: solid 1px #ddd;
	}

		a strong {
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}

		a:hover {
			color: #004972;
			border-bottom-color: rgba(255, 255, 255, 0);
		}

			a:hover strong {
				color: #004972;
			}

	strong, b {
		font-family: Semplicita Medium;
		font-weight: bold;
		color: #000000;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p {
		text-align: left;
		margin-bottom: 2em;
	}

	ul, ol, dl, table, blockquote {
		/*margin-bottom: 2em;*/
	}

	br.clear {
		clear: both;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		
	}

		/*@media screen and (max-width: 1680px),*/
		@media screen and (min-width: 1281px) {

			.container {
				width: 56em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 80px);
			}

		}

		/*@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 100px);
			}

		}*/

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (min-width: 1281px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		display: inline-block;
		border: solid 6px #ebebeb !important;
	}

		.image:hover {
			opacity: 0.9;
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 3.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1.5em 0;
			position: relative;
			top: 0.5em;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

	.naxosbooks, .naxosbooks img {
		border: none;
	}

	.naxosbooks img {
		width: 100%;
		max-width: 200px;
	}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ul li:first-child {
				margin-top: 0;
			}

	ol {
		list-style: decimal;
		padding-left: 1em;
	}

		ol li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ol li:first-child {
				margin-top: 0;
			}

/* Links */

	ul.links {
		list-style: none;
		padding-left: 0;
	}

		ul.links li {
			display: inline;
			border-left: solid 1px #d0d0d0;
			padding-left: 1em;
			margin: 0 0 0 1em;
		}

			ul.links li:first-child {
				margin-left: 0;
				padding-left: 0;
				border-left: 0;
			}

/* Actions */

	ul.actions {
		margin-top: 2.5em;
		clear: both;
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			padding-left: 0;
			display: inline-block;
			margin: 0 0 0 1em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided li {
			border-top: solid 2px #e5e5e5;
			padding-left: 0;
			margin: 2.5em 0 0 0;
			padding: 2.5em 0 0 0;
		}

			ul.divided li:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

/* Icons */

	ul.icons {
		list-style: none;
		padding-left: 0;
	}

		ul.icons > li {
			position: relative;
			padding: 2em 0 0 3em;
			margin: 0;
		}

			ul.icons > li:before {
				position: absolute;
				left: 0;
				top: 2.6em;
				display: block;
				font-size: 0.8em;
				background: #878787;
				color: #e4e4e4;
				width: 2em;
				height: 2em;
				border-radius: 2em;
				line-height: 2em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			}

			ul.icons > li:first-child {
				padding-top: 0;
			}

				ul.icons > li:first-child:before {
					top: 0;
				}

/* Form */

	form label {
		font-weight: 600;
		text-transform: uppercase;
		color: #888;
		display: block;
		margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #e8e8e8;
		width: 100%;
		box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		line-height: 1.25em;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f0f0f0;
		}

	form textarea {
		min-height: 11em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table tbody tr {
			border-top: solid 1px #E5E5E5;
		}

			table tbody tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.75em 1em 0.75em 1em;
		}

		table th {
			text-align: left;
			font-weight: bold;
			padding: 0.75em 1em 0.75em 1em;
		}

		table thead {
			background: #878787;
			color: #fff;
			font-weight: 400;
			text-transform: uppercase;
			border: 0;
			box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			font-size: 0.85em;
			letter-spacing: 2px;
		}

		table tfoot {
			background: #F0F0F0;
			border-top: solid 2px #E5E5E5;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button,
	.button2 {
		font-family: Semplicita Light;
		font-weight: 300;
		font-size: 15pt;
		line-height: 1.8em;
		text-transform: capitalize;
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		border-radius: 4px;
		border: 0;
		outline: 0;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		text-align: center;
		padding: 0.35em 1em;
		cursor: pointer;
	}

	.button {
		background: #004e95;
		color: #fff !important;
	}

	.button2 {
		background: #FFFFFF;
		color: #000 !important;
		border: 1px solid #999999;
	}
		.button:after,
		.button2:after {
			font-family: Arial, "sans-serif";
			font-weight: 700;
			content: '>';
			padding-left: 0.2em;
		}
		.button2:after {
			color: #004e95;
		}

		/*input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			padding-right: 0.75em;
			opacity: 0.5;
			top: 0.05em;
		}*/

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #004972;
		}
		.button2:hover {
			border: 1px solid #b3b3b3;
			background: #f0f0f0;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #004972;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #878787;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #979797;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #878787;
			}

		.search input[type="search"] {
			width: 100%;
			margin-bottom: 1em;
			background-image: url('../../images/icon-search.png');
			background-position: 1em;
			background-repeat: no-repeat;
			background-color: #e8e8e8;
			-moz-transition: background-color 0.25s ease-in-out;
			-webkit-transition: background-color 0.25s ease-in-out;
			-ms-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
			-webkit-appearance: none;
			display: block;
			border: 0;
			box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
			border-radius: 4px;
			line-height: 1.25em;
			padding: 0.75em 1em 0.75em 3.75em;
		}

		.library select {
			width: 100%;
			margin-bottom: 1em;
			background-image: url('../../images/icon-arrow.svg');
			background-size: 1.5em;
			background-position: 1em;
			background-repeat: no-repeat;
			background-color: #e8e8e8;
			-moz-transition: background-color 0.25s ease-in-out;
			-webkit-transition: background-color 0.25s ease-in-out;
			-ms-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
			-webkit-appearance: none;
			display: block;
			border: 0;
			box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
			border-radius: 4px;
			line-height: 1.25em;
			padding: 0.75em 1em 0.75em 3.75em;
		}

		.search input[type="search"]:focus {
			background-image: url('../../images/icon-search.png');
			background-color: #f0f0f0;
			background-position: 1em;
			background-repeat: no-repeat;
		}

		.library select:focus {
			background-image: url('../../images/icon-arrow.svg');
			background-size: 1.5em;
			background-color: #f0f0f0;
			background-position: 1em;
			background-repeat: no-repeat;
		}

		.search table td,
		.library table td {
			padding: 0;
		}

		.search table tbody tr,
		.library table tbody tr {
			border-top: none;
		}

/* Box */

	.no-sidebar .box.post > header {
		text-align: center;
	}

	.box.excerpt .date {
		background: #878787;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		display: inline-block;
		font-size: 0.85em;
		letter-spacing: 2px;
		padding: 0.25em 1em 0.25em 1em;
		margin: 0 0 2.5em 0;
	}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			font-size: 2em;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		position: relative;
		background: #fff;
		text-align: center;
	}

		#header div {
			text-align: left;
		}

		#header div img {
			padding: 1.6em 0 0 1.6em;
			width: 180px;
		}

		#header div a {
			border-bottom: none;
		}

header p {
	font-size: 1.4em;
	line-height: 1.8em;
}

/* Nav */

	#nav {
		font-family: Semplicita Medium;
		font-size: 1.2em;
		border-top: solid 1px #004e95;
		border-bottom: solid 1px #004e95;
		top: 3em;
		left: 0;
		width: 100%;
		cursor: default;
	}

		#nav > ul > li {
			display: inline-block;
			padding-right: 6em;
		}

			#nav > ul > li:last-child {
				padding-right: 0;
			}

			#nav > ul > li > a {
				border: 0;
				text-decoration: none;
				font-weight: 400;
				color: #777;
				outline: 0;
				display: block;
			}

			#nav > ul > li > span a:after {
				content: '';
				padding: 0.1em 0.8em;
				background: url("../../images/icon-arrow.svg") no-repeat;
			}

			#nav > ul > li > span a:link {
				border-bottom: none;
			}

				#nav > ul > li > a:before {
					display: inline-block;
					background: #878787;
					color: #e4e4e4;
					width: 2.25em;
					font-size: 0.8em;
					height: 2.25em;
					border-radius: 2.25em;
					line-height: 2.1em;
					text-align: center;
					box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
					margin-right: 0.75em;
					-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				}

				#nav > ul > li > a > span {
					-moz-transition: color 0.25s ease-in-out;
					-webkit-transition: color 0.25s ease-in-out;
					-o-transition: color 0.25s ease-in-out;
					-ms-transition: color 0.25s ease-in-out;
					transition: color 0.25s ease-in-out;
					font-size: 0.85em;
					letter-spacing: 3px;
				}

			#nav > ul > li > ul {
				display: none;
			}

			#nav > ul > li.active > a:before,
			#nav > ul > li:hover > a:before {
				background: #004e95;
				color: #fff;
			}

			#nav > ul > li.active > a > span,
			#nav > ul > li:hover > a > span {
				color: #004e95;
			}

	.dropotron {
		font-family: Semplicita Medium;
		font-weight: 400;
		text-align: left;
		border: solid 1px #e5e5e5;
		border-radius: 4px;
		background: #fff;
		background: rgba(255, 255, 255, 0.965);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		padding: 0.75em 0 0.5em 0;
		min-width: 12em;
		margin-top: calc(-0.5em + 1px);
		margin-left: -2px;
		list-style: none;
	}

		.dropotron.level-0 {
			margin-top: 1.5em;
			margin-left: -1em;
		}

			.dropotron.level-0:after {
				content: '';
				display: block;
				position: absolute;
				left: 1.25em;
				top: calc(-0.75em + 1px);
				border-left: solid 0.75em rgba(255, 255, 255, 0);
				border-right: solid 0.75em rgba(255, 255, 255, 0);
				border-bottom: solid 0.75em #fff;
			}

			.dropotron.level-0:before {
				content: '';
				display: block;
				position: absolute;
				left: 1.25em;
				top: -0.75em;
				border-left: solid 0.75em rgba(255, 255, 255, 0);
				border-right: solid 0.75em rgba(255, 255, 255, 0);
				border-bottom: solid 0.75em #ccc;
			}

		.dropotron span a, .dropotron a {
			display: block;
			padding: 0.3em 1em 0.3em 1em;
			border: 0;
			border-top: solid 1px #f0f0f0;
			outline: 0;
		}

		.dropotron li {
			padding-left: 0;
			margin: 0;
		}

		.dropotron li span a:after {
			color: #004e95;
			padding: 0 0.2em;
			content: '>';
			font-weight: 700;
		}

			.dropotron li:first-child > span, .dropotron li:first-child > a {
				border-top: 0;
				padding-top: 0;
				margin-top: -0.25em;
			}

			.dropotron li:last-child > span, .dropotron li:last-child > a {
				padding-bottom: 0;
				margin-bottom: -0.1em;
			}

			.dropotron li:hover > span, .dropotron li:hover > a {
				-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
				-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
				-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
				transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
				color: #004e95;
			}

/* Sharing-Playlist */

	.sharing-playlist {
		padding: 2em 0 1em 0;
	}



/* Features */

	#features {
		position: relative;
		overflow: hidden;
		background-color: #fff;
		text-align: center;
	}

	#features ul.actions {
		margin-top: 1.25em;
	}

	#features p {
		text-align: left;		
		font-size: 1.2em;
		line-height: 1.8em;
	}

/* Listen */

	.listenbox {
		font-size: 1em;
		line-height: 1.6em;
	}

	.listenbox p {
		font-family: Semplicita Medium;
		padding-top: 2em;
		border-radius: 0.3em;
		border: solid 3px #004e95;
		padding: 0.8em;
		text-align: center;
		min-height: 140px;
		margin: 0;
	}

	.listenbox strong, .listenlevel strong {
		font-size: 1.2em;
		color: #004e95;
	}

	.listen td {
		font-family: Semplicita Medium;
	}
	
	.listen p {
		padding-top: 2em;
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#listen td,
	.listen-top p,
	.listen-top td {
		vertical-align: top;
	}

	.listen strong {
		font-size: 1.4em;
		color: #004e95;
	}

	#main .listen p {
		font-size: 1em;
		line-height: 1.6em;
		border-radius: 0.3em;
		border: solid 3px #004e95;
		padding: 0.8em;
		margin: 0;
	}

	#listen td,
	#listen tr,
	.listen tr {
		border: none;
	}

	#listen-level {
		text-align: center;
	}

	#listen-level p,
	#listen-initial-level strong, 
	#listen-level-1 strong, 
	#listen-level-2 strong {
		font-family: "Arial Rounded Bold";
		font-size: 1.3em;
		line-height: 2em;
		border: none;
		padding: 0;
		margin: 0;
	}

	#listen-initial-level strong {
		color: #0099CC;
		/*color: #ff6652;*/
	}

	#listen-level-1 strong {
		color: #f8f7ce;
		/*color: #fff276;*/	
	}

	#listen-level-2 strong {
		color: #f2974c;
		/*color: #87ff29;*/	
	}

	.initial-set-a h1,
	.level1-set-a h1,
	.level2-set-a h1 {
		font-family: Semplicita bold;
		font-size: 1.5em;
		line-height: 2em;
	}

	.initial-set-a,
	.level1-set-a,
	.level2-set-a {
		padding: 1em;
		border-radius: 0.5em 0 0 0.5em;
		margin-left: 15%;
		width: 85%;
	}

	.initial-set-a {
		background-color: #0099CC;
	}

	.level1-set-a {
		background-color: #f8f7ce;
	}

	.level2-set-a {
		background-color: #f2974c;
		/*background-color: #edf8ce;*/
	}

	.initial-set-a a:after,
	.level1-set-a a:after,
	.level2-set-a a:after,
	.nextlevel:after {
		font-family: Arial, "sans-serif";
		font-weight: 700;
		color: #004e95;
		padding-left: 0.2em;
		content: ">";
	}

	.initial-set-a a,
	.level1-set-a a,
	.level2-set-a a,
	.listen a {
		border-bottom: none;
	}

	.previouslevel:before {
			font-family: Arial, "sans-serif";
			font-weight: 700;
			color: #004e95;
			padding-right: 0.2em;
			content: "<";
	}

/* Banner */

	#banner {
		position: relative;
		overflow: hidden;
		background: #fff;
		color: #000000;
		text-align: right;
		border-top: solid 2px #e5e5e5;
		border-bottom: solid 2px #e5e5e5;
		background-image: url("../../images/banner.jpg") ;
		background-size: cover;
		padding: 5em 0;
	}

		#banner p {	
			font-size: 1.2em;
			line-height: 1.8em;
			text-align: left;
			margin: 0 1.5em;
		}

		#banner strong {
			color: inherit;
		}

		#banner span {
			font-family: Semplicita Medium;
			font-weight: 500;	
			font-size: 1.2em;
			line-height: 1.8em;
			margin: 1em 0;
		}

		#banner > .container {
			position: relative;
		}

			#banner > .container:before, #banner > .container:after {
				content: '';
				display: block;
				position: absolute;
				top: 2em;
				width: 35px;
				height: 141px;
				margin-top: -70px;
				background: url("images/bracket.svg");
				opacity: 1;
			}

			#banner > .container:before {
				left: 0;
			}

			#banner > .container:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				right: 0;
			}

/* BG */
	.whitebg {
		background-color: #FFFFFF;
	}

	.colorbg {
		background-color: #f0f0f0;
		text-align: center;
	}

	.bluebg {
		background-color: #004e95;
		text-align: center;
	}

	.kcalo img {
		max-width: 100%;
		padding: 5em 0; 	
	}

	.colorbg p {
		margin-top: 2em;		
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#bg-map {
		position: relative;
		overflow: hidden;
		background: #fff;
		color: #000000;
		background-image: url("../../images/bg-map.png");
		background-size: cover;
	}

	#bg-map p {
		padding-top: 1em;
	}

	#bg-policy {
		position: relative;
		overflow: hidden;
		background: #fff;
		background: url("../../images/bg-policy.jpg");
		background-size: contain;
	}

/* favhkpl */

	.favhkpl {
		margin-top: 2em;
		font-size: 8pt;
		line-height: normal;
	}

/* APPS */

	#apps .container {
		width: calc(100% - 20em);
	}

	#apps {
		background-color: #FFFFFF;
		font-family: Semplicita bold;
		font-size: 1.4em;
		color: #FFFFFF;
	}

	#apps-libraries {
		background-color: #004e95;
	}

	#apps-children {
		background-color: #b25959;
	}

	#apps-music {
		background-color: #b2b247;
	}

	#apps-audiobook {
		background-color: #8b91a3;
	}

	#apps-libraries,
	#apps-children,
	#apps-music,
	#apps-audiobook {
		padding: 0.5em 0 0.5em 8em;
		width: 50%;
		border-radius: 0 1em 0 0;
		margin: 2em 0;
	}

	#apps .appicon img {
		max-width: 120px;
		border-radius: 1em;
		cursor: pointer;
	}

	.appicon  {
		text-align: center;
	}

	#apps img:hover {
		opacity: 0.8;
	}

	#apps .appicon div img {
		border-radius: 0.2em;
	}

	#apps table {
		width: 70%;
		margin: 1em auto;
		text-align: center;
	}

	#apps tr {
		border-top: none;
	}

	#apps a {
		border-bottom: none;
	}

/* sheet music */
	.sheetmusic {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	.sheetmusic td {
		padding: 2em 1em;
		vertical-align: top;
	}

/* offering-nol */

	.nol {
		margin: 0.1em 0 0 0;
	}

	.offering-nol {
		background-color: #004e95;
		padding: 1em 0 0.5em 0;
		border-radius: 1em 1em 0 0;
	}

/* offering */
	.nol hr {
		border: 1px solid #FFFFFF;
		margin-bottom: 0.2em;
	}

	.offering-nml {
		border: 2px solid #004e95;
	}
	.offering-nmlj {
		border: 2px solid #98c344;
	}
	.offering-nmlw {
		border: 2px solid #744b24;
	}
	.offering-nmb {
		border: 2px solid #e86624;
	}
	.offering-nvl {
		border: 2px solid #4a9ed2;
	}
	.offering-nswl {
		border: 2px solid #c62127;
	}
	.offering-nwd {
		border: 2px solid #fcb614;
	}

	.offering-nml,
	.offering-nmlj,
	.offering-nmlw,
	.offering-nmb,
	.offering-nvl,
	.offering-nswl,
	.offering-nwd {
		font-size: 1.2em;
		text-align: left;
		color: #000000;
		padding: 0;
		border-radius: 0 2em 0 0;
		margin: 1em;
	}

	.offering-nml a,
	.offering-nmlj a,
	.offering-nmlw a,
	.offering-nmb a,
	.offering-nvl a,
	.offering-nswl a,
	.offering-nwd a {
		border: none;
	}

	.offering-nml a:hover,
	.offering-nmlj a:hover,
	.offering-nmlw a:hover,
	.offering-nmb a:hover,
	.offering-nvl a:hover,
	.offering-nswl a:hover,
	.offering-nwd a:hover {
		opacity: .6;
	}

	.offering-nml tr,
	.offering-nmlj tr,
	.offering-nmlw tr,
	.offering-nmb tr,
	.offering-nvl tr,
	.offering-nswl tr,
	.offering-nwd tr  {
		border: none;		
	}

	.nol-table  {
		min-height: 480px;
	}

	.offering-nml img,
	.offering-nmlj img,
	.offering-nmlw img,
	.offering-nmb img,
	.offering-nvl img,
	.offering-nswl img,
	.offering-nwd img {
		vertical-align: middle;
	}

	.offering-nml strong,
	.offering-nmlj strong,
	.offering-nmlw strong,
	.offering-nmb strong,
	.offering-nvl strong,
	.offering-nswl strong,
	.offering-nwd strong {
		font-family: Semplicita bold;
		font-size: 1.8em;
		color: #FFFFFF;
	}

	.offering-nml div,
	.offering-nmlj div,
	.offering-nmlw div,
	.offering-nmb div,
	.offering-nvl div,
	.offering-nswl div,
	.offering-nwd div {
		padding: 0.5em;
		color: #FFFFFF;
	}

	.offering-nml table td,
	.offering-nmlj table td,
	.offering-nmlw table td,
	.offering-nmb table td,
	.offering-nvl table td,
	.offering-nswl table td,
	.offering-nwd table td {
		padding: 0.5em;
	}

	.offering-nml div {
		background-color: #004e95;
	}

	.offering-nmlj div {
		background-color: #98c344;
	}

	.offering-nmlw div {
		background-color: #744b24;
	}

	.offering-nmb div {
		background-color: #e86624;
	}

	.offering-nvl div {
		background-color: #4a9ed2;
	}

	.offering-nswl div {
		background-color: #c62127;
	}

	.offering-nwd div {
		background-color: #fcb614;
	}

/* educational & books */
	
	.books img {
		max-width: 350px;
		margin: -100px 0 0 400px;
		position: absolute;
	}

	.books div {
		margin-left: 3em;
		margin-bottom: 6em;
	}

	.edu, .books {
		text-align: center;
	}

	.edu div:first-child, .books div:first-child {
		margin-top: 80px;
	}

	.edu div {
		margin-left: 3em;
	}

	.edu span, .book span {
		padding: 1em;
	}

	.edu img {
		max-width: 170px;
	}

	.educational p {
		font-size: 1.2em;
		line-height: 1.8em;
		padding-top: 3em;
	}

	.educational img {
		float: left;
		margin: -1em 2em 0 0;
	}

/* ebooks */
	.ebooks {
		cursor: pointer;
		float: right;
		border-bottom: none;
	}

	.ebooks:after {
		content: '';
		padding: 0.1em 0.8em;
		background: url("../../images/icon-arrow.svg") no-repeat;
	}

	.ebookstitles {
		cursor: pointer;
		text-align: right;
	}

	.ebooks-btn {
		font-size:1.6em;
		width: 90%;
		text-align: right;
		margin-bottom: -3em;
		z-index: 1001;
	}

	.books-btn {
		font-size:1.6em;
		width: 90%;
		text-align: left;
		margin-bottom: -3em;
		z-index: 1001;
	}

	.ebooks-btn a,
	.books-btn a {
		border-bottom: none;
	}

	.ebooks-btn a strong,
	.books-btn a strong {
		color:#004e95;
	}

/* Free Resources playlists */
	#Free Resources-playlists-younglisteners {
		background-color: #f0f0f0;
		color: #f0f0f0;
		position: relative;
		overflow: hidden;
		background: url("../../images/Free Resources-playlist-younglisteners.jpg") center center;
		background-size: cover;
		padding: 5em 0;
	}

	#Free Resources-playlists-younglisteners span,
	#Free Resources-playlists-growingminds span,
	#Free Resources-playlists-generalaudiences span {
		display: block;
		margin: 5em 0;
	}

	#Free Resources-playlists-growingminds {
		background-color: #f0f0f0;
		color: #f0f0f0;
		position: relative;
		overflow: hidden;
		background: url("../../images/Free Resources-playlist-growingminds.jpg") center center;
		background-size: cover;
		padding: 5em 0;
	}
	
	#Free Resources-playlists-generalaudiences {
		background-color: #f0f0f0;
		color: #f0f0f0;
		position: relative;
		overflow: hidden;
		background: url("../../images/Free Resources-playlist-generalaudiences.jpg") center center;
		background-size: cover;
		padding: 5em 0;
	}
	
	.blue-bg-playlists p {
		margin: 0 auto;
		padding: 2em;
		color: #FFFFFF;
		background-color: #004e95;
		border-radius: 2em 0 0 0;
		width: 70%;
		border: 2px solid #FFFFFF;
	}

	a:hover .blue-bg-playlists p {
		box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
	}

	#Free Resources-playlists-younglisteners tr,
	#Free Resources-playlists-growingminds tr,
	#Free Resources-playlists-generalaudiences tr {
		border: none;
	}

	#Free Resources-playlists-younglisteners strong,
	#Free Resources-playlists-growingminds strong,
	#Free Resources-playlists-generalaudiences strong {
		color: #FFFFFF;
	}

/*library*/
	.library button {	
		float: right;
	}

/* Dictionary */
	#dictionary {
		background-color: #004e95;
		text-align: center;
		color: #FFFFFF;
	}

	#dictionary h2 {
		color: #FFFFFF;
	}

	#dictionary table h2 {
		font-family: Semplicita bold;
		font-size: 1.2em;
		color: #FFFFFF;
		text-align: center;
	}

	#dictionary td {
		width: 33.3%
	}

	#dictionary iframe {
		background: #ffffff;
		border-radius: 0.5em;
		padding: 1em;
		margin-bottom: 2em;
		min-height: 800px;
	}

	#dictionary .ontitle {
		background: #54a4d5;
		padding: 0.5em;
		border-radius: 0.3em;
	}

/* nmljbg */
	#nmljbg {
		float: left;
		width: 49%;
		background-color: #e6e6e6;
		padding-bottom: 2em;
		margin-top: 2em;
	}

/* nmlwbg */
	#nmlwbg {
		float: right;
		width: 49%;
		background-color: #e2dfc3;
		padding-bottom: 2em;
		margin-top: 2em;
	}

	#nmljbg .blue-bg-quote p,
	#nmlwbg .blue-bg-quote p {
		width: 100%;
	}

/* blue-bg-quote */
	.blue-bg-quote p {
		margin: 0 0 1em 1em;
		float: right;
		padding: 2em;
		color: #FFFFFF;
		background-color: #004e95;
		border-radius: 2em 0 0 0;
		width: 50%;
	}

	.blue-bg-quote img {
		margin-top: -1em;
	}

	.blue-bg-quote .img-left, .img-left {
		float: left;
	}

	.blue-bg-quote .img-right, .img-right {
		float: right;
	}

/* Audience */
	.blue-bg-audience {
		margin: 0 0 1em 1em;
		padding: 2em 1em;
		color: #FFFFFF;
		background-color: #004e95;
		border-radius: 0 2em 0 0;
	}

	a:hover .blue-bg-audience {
		box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
	}

	.blue-bg-audience p {
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		padding: 1em 0;
	}

	#audience-intro strong {
		font-family: "Arial Rounded Bold";
		font-size: 1.3em;
		color: #aeecff;
	}

	#audience-concert strong {
		font-family: "Arial Rounded Bold";
		font-size: 1.3em;
		color: #ffe33e;
	}

/* aboutus & Privacy Policy */
	#main .aboutus p, 
	#main .text p,
	#n4e .aboutus p{
		text-align: left;
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#main .text strong {
		float: right;
		font-size: 1.2em;
		line-height: 1.8em;
		padding: 0 0 3em 0;
	}

	#meetkeyo a {
		float: right;
		margin-top: 3em;
	}

	#meetkeyo img, .meetkeyo img {
		width: auto;
	}

	#main-notop #privacypolicy p, #main-notop #privacypolicy li  {
		text-align: left;
		font-size: 1em;
		line-height: 1.4em;
	}

	#main .aboutus img,
	#n4e .aboutus img,
	#features .aboutus img {
		width: 100%;
		padding-bottom: 1em;
	}

	#main-notop #privacypolicy ul li {
		margin-left: 1em;
	}

	#main-notop #privacypolicy table td {
		font-size: .8em;
		line-height: 1.2em;
		border: solid 1px #777;
		text-align: left;
	}

	#main .nmljnmlw img {
		margin: 0 0.7em;
	}

	.nmljnmlw a {
		margin: 0 5em;
	}

/* nml-bythenumbers & nvl-bythenumbers & nswl-bythenumbers & conductors-bythenumbers*/

	.bythenumbers img {
		padding: 5em 0;
		width: 100%;
	}

	.nml-bythenumbers img,
	.nmb-bythenumbers img,
	.nvl-bythenumbers img,
	.nswl-bythenumbers img,
	.conductors-bythenumbers img {
		padding: 8em 0 4em 0;
		width: 100%;
	}

	.nml-bythenumbers table tbody td,
	.nmb-bythenumbers table tbody td,
	.nvl-bythenumbers table tbody td,
	.nswl-bythenumbers table tbody td,
	.conductors-bythenumbers table tbody td {
		vertical-align: middle;
	}

	.nml-bythenumbers table tbody tr,
	.nmb-bythenumbers table tbody tr, 
	.nvl-bythenumbers table tbody tr,
	.nswl-bythenumbers table tbody tr, 
	.conductors-bythenumbers table tbody tr {
		border: none;
	}

/* nmlj-bythenumbers & nmlw-bythenumbers */
	.nmlj-bythenumbers, .nmlw-bythenumbers {
		text-align: center;
		max-width: 498px;
		margin: 3em auto;
	}

	#main #nmljbg p, #main #nmlwbg p {
		text-align: left;
		/*width: 100%;*/
	}

	.nmlj-bythenumbers img, .nmlw-bythenumbers img {
		padding: 0;
	}

/* schoolversion & familyversion */
	.schoolversion, .familyversion {
		font-size: 1.2em;
		line-height: 1.8em;
		border: solid 1px #004e95;
		margin: 4em 1em;
		padding: 2em;
		text-align: center;

	}

	.schoolversion img, .familyversion img, .highschool img, .highschool-horizontal img {
		float: right;
		padding-left: 1em;
	}

	.schoolversion p, .familyversion p {
		min-height: 460px;
	}

/* highschool */
	.highschool p {		
		border: solid 1px #004e95;
		padding: 1em;
	}

	.highschool table td {
		padding: 0 1em;
	}

	.highschool img {
		padding: 2em;
	}

	.highschool table tbody tr {
		border: none;
	}

	.highschool span {
		float: right;
	}

	.highschool.text p {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	.highschool.text .col-6 p {
		min-height: 600px;
		margin-bottom: 0;
	}


/* highschool-resources */

	.resources img {
		padding-bottom: 2em;
	}

	.resources-musicology p img {
		max-width: 400px;
		float: left;
		padding-right: 1em;
	}

	.highschool-resources {
		padding: 3em 0;
	}

	.highschool-resources p {
		font-size: 1.2em;
		line-height: 1.8em;
	}

/* testimonials */

	.testimonials p {		
		font-size: 1.2em;
		line-height: 1.8em;
		border: solid 1px #004e95;
		padding: 1em;
		border-radius: 0 2em 0 0;
	}

	.testimonials a {
		float: right;
	}

/* awards */
	.awards img {
		padding: 1em 0 0 1em;
	}

/* Quote */

	#quote {
		position: relative;
		overflow: hidden;
		color: #000000;
		text-align: right;
		padding: 5em 0;
	}

		#quote .container p {	
			font-size: 1.2em;
			line-height: 1.8em;
			text-align: left;
			/*margin: 0 2em;*/
			padding-bottom: 0;
		}

		#quote div {
			padding: 0 3em;
		}

		#quote .mySlides {
			padding: 0;
		}

		#quote strong {
			font-family: Semplicita Medium;
			font-size: 1.2em;
			line-height: 1.8em;
			color: inherit;
		}

		#quote > .container {
			position: relative;
		}

			#quote > .container:before {
				left: 0;
				content: '';
				display: block;
				position: absolute;
				top: 2em;
				width: 35px;
				height: 141px;
				margin-top: -70px;
				background: url("images/bracket-left.svg");
				opacity: 1;
			}

			#quote > .container:after {
				right: 0;
				content: '';
				display: block;
				position: absolute;
				top: 2em;
				width: 35px;
				height: 141px;
				margin-top: -70px;
				background: url("images/bracket-right.svg");
				opacity: 1;
			}

/* Main */

	#main, #n4e {
		position: relative;
		overflow: hidden;
		background: #fff;
		text-align: center;
		padding: 3em 0 0 0;
	}

	#main p, #n4e p {
		text-align: center;
		font-size: 1.4em;
		line-height: 1.8em;
	}

	#main-notop {
		position: relative;
		overflow: hidden;
		background: #fff;
		padding: 0;
		text-align: center;
		padding-top: 0;
	}

	#main-notop .container {
		padding-top: 3em;
	}

/* Content */

	#content > section,
	#content > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		margin: 5em 0 0 0;
		padding: 5em 0 0 0;
	}

		#content > section:first-child,
		#content > article:first-child {
			border-top: 0;
			box-shadow: none;
			margin: 0;
			padding: 0;
		}

/* Sidebar */

	#sidebar > section,
	#sidebar > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		margin: 5em 0 0 0;
		padding: 5em 0 0 0;
	}

		#sidebar > section:first-child,
		#sidebar > article:first-child {
			border-top: 0;
			box-shadow: none;
			margin: 0;
			padding: 0;
		}

/* bluebg */
	#bluebg {
		color: #FFFFFF;
		background: #004e95;
		text-align: center;
		padding: 3em 0;
	}

	#bluebg p {
		text-align: center;
		font-size: 1.2em;
	}

	#bluebg button {
		border: 1px solid #FFFFFF;
		padding: 0.5em 2em;
		margin: 0 2em;
	}

/* Get in Touch */
		.getintouch {
			background-image: url("../../images/getintouch.jpg");
			background-repeat: no-repeat;
			background-size: 50%;
		}

		.getintouch form input {
			width: 50%;
		}

		.getintouch form input,
		.getintouch form textarea,
		.getintouch form button,
		.getintouch ul {
			float: right;
			margin: 1em;
		}

		.getintouch form button {
			margin-bottom: 2em;
		}

		.getintouch form textarea {
			width: 85%;
		}

		.stayconnected p {
			line-height: 1.6em;
		}

		.stayconnected li {
			display: inline-block;
		}

		/* Success */

		#success {
			color: red;
			font-size: 1.2em;
			line-height: 1.8;
			padding: 5em 5em 10em 5em;
		}

		#error {
			color: red;
			text-align: right;
			padding: 1em;
		}

		.star:after {
			content: "*";
			color: red;
			display: inline;
			padding: 0;
			margin-top: 1em;
			float: right;
			font-size: 1.6em;
		}


/* contact list */

	.contactlist-intro {
		text-align: center;
		font-size: 1.2em;
		line-height: 1.6em;
		padding: 2em 0;
	}

	#contactlist {
		padding: 2em 0;
		font-size: 1.2em;
	}

	#contactlist .container {
		padding: 0 4em;
	}

	.enquiries {
		border-top: 1px solid #CCCCCC;
		margin-top: 1em;
		padding-top: 1em;
	}

	#contactlist img {
		width: 50px;
		float: left;
		margin-right: 0.5em;
		margin-bottom: 2.5em;
		border-radius: 0.2em;
	}

	#contactlist strong {
		font-weight: bold;
		text-transform: uppercase;
	}

	#contactlist p {
		font-size: 0.8em;
		line-height: 1.2em;
	}


/* Footer */

	#footer {
		position: relative;
		overflow: hidden;
		border-top: solid 2px #e5e5e5;
		background: #004e95;
		padding: 2em 3em 1em 3em;
	}

	#footer a, #footer link {
		color: #FFFFFF;
	}

/* Copyright */

	#copyright .n4elogo {
		float: left;
		width: 150px;
	}

	.links {
		color: #FFFFFF;
		text-align: center;
		font-size: 1em;
		padding-top: 1em;
	}

	.links p {
		color: #FFFFFF;
		text-align: center;
		font-size: 0.8em;
	}

	.links span {
		padding: 0 1em;
	}

/* Social Media */

	#socialmedia {
		color: #FFFFFF;
		text-transform: capitalize;
		float: right;
		padding-top: 1.2em;
	}

	#socialmedia img {
		vertical-align: middle;
		height: 45px;
		padding: 0 0.4em;
	}

	#socialmedia a {
		border-bottom: none;
	}

/* home-newrelease */
	.home-newrelease {
		color: #FFFFFF;
		border: solid 1px #004e95;
		background-color: #004e95;
		padding: 4em;
		border-radius: 0 3em 0 0;
		margin: 5.5em 0 1em 0;
		border-left: none;
		text-decoration: none;
		height: 85%;
	}

	.home-newrelease .image.featured {
		margin: 0 0 1em 0;
	}

	.home-newrelease a {
		border-bottom: none;
	}

	#SF_Music1 {
		display: block;
	}

	#SF_Music2 {
		display: none;
	}

	.SF_Music img {
		float: left;
		padding-left: 5em;
		margin-top: .2em;
		width: 280px;
	}

	.home-newrelease strong {
		font-size: 1.6em;
	}

/* home-dictionary */
	.home-dictionary {
		border: solid 1px #004e95;
		padding: 4em 5em;
		border-radius: 3em 0 0 0;
		margin: 5.5em 0 1em 0;
		border-right: none;
		height: 85%;
	}
	.home-dictionary strong {
		font-family: Andada Pro,sans-serif;
		font-size: 1.6em;
	}

	.SF_Knowledge img {
		float: right;
		padding-right: 5em;
		margin-top: .5em;
		width: 380px;
	}

	#features .home-newrelease p, #features .home-dictionary p {
		text-align: left;
		margin: 0 0 1em 0;
	}

/* Slideshow */

	#slide {
		position: relative;
		overflow: hidden;
		background-color: #fff;
		text-align: center;
		padding: 0;
	}

	/*#quote .slideshowtext {
	  text-align: left;
	}*/

	/* Next & previous buttons */
	a.prev, a.next {
		border-bottom: none;
	}

	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 16px;
	  margin-top: -22px;
	  color: #999999;
	  font-weight: bold;
	  font-size: 40px;
	  transition: 0.6s ease;
	  /*border-radius: 0 3px 3px 0;*/
	  user-select: none;
	}

	.prev {
	  left: 5.8em;
	}

	.next {
	  right: 5.8em;
	}

	.prev:hover, .next:hover {
	  color: black;
	}

	/* The dots/bullets/indicators */
	#dotspace span {
		margin: 1em;
	}

	.dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}

	.dot.active {
	  background-color: #717171;
	}

/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}

	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}

/* XLarge */

	@media screen and (min-width: 1281px) {
	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
			}

	.prev {
	  left: 1em;
	}

	.next {
	  right: 1em;
	}
	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 10pt;
				line-height: 1.4em;
			}
		
			h2 {
				font-size: 1.6em;
				line-height: 1.8em;
			}

		/* Header */

			#header > .container {
				padding: 10em 0 7em 0;
			}

		/* Nav */

			#nav {
				font-family: Semplicita Medium;
				font-size: 1.1em;
				border-top: solid 1px #004e95;
				border-bottom: solid 1px #004e95;
				top: 3em;
				left: 0;
				width: 100%;
				cursor: default;
			}
		
			#nav > ul > li {
				display: inline-block;
				padding-right: 3em;
			}
		
		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button,
			.button2 {
				font-size: 12pt;
				line-height: 1.8em;
			}

		/* Image */

			.naxosbooks a {
				font-size: 0.6em;
			}
		
			#meetkeyo img {
				width: 32%;
			}
	
			.meetkeyo img {
				width: 40%;
			}

			.nmb-bythenumbers img {
				padding: 4em 0 2em 0;
				width: 80%;
			}
		
		/* home-newrelease */
			.home-newrelease {
				padding: 4em 2em;
			}

			.SF_Music img {
				padding-left: 2em;
				margin-top: 0;
				width: 180px;
			}

			.home-newrelease strong {
				font-size: 1.6em;
			}

		/* home-dictionary */
			.home-dictionary {
				padding: 4em 2em;
			}
		
			.home-dictionary strong {
				font-size: 1.6em;
			}

			.SF_Knowledge img {
				float: right;
				padding-right: 2em;
				margin-top: .5em;
				width: 250px;
			}
		
			#features .home-newrelease p, #features .home-dictionary p {
				text-align: left;
				margin: 0 0 1em 0;
			}

			#nmljbg div, #nmlwbg div {
				padding: 0 2em;
			}
		
			/* Next & previous buttons */
		
			.prev {
			  left: 0.5em;
			}

			.next {
			  right: 0.5em;
			}
		
		/* educational & books */
		
			.edu, .books {
				line-height: 1.6em;
			}
		
			.edu img {
				max-width: 80px;
			}
		
	
			.books img {
				max-width: 250px;
				margin: -80px 0 0 260px;
			}

			.books div {
				margin-left: 3em;
				margin-bottom: 6em;
			}
		
		/* Free Resources playlists */
		
			#Free Resources-playlists-younglisteners p,
			#Free Resources-playlists-growingminds p,
			#Free Resources-playlists-generalaudiences p {
				min-height: 220px;
			}
		
		/* APPS */

			#apps .container {
				width: calc(100% - 8em);
			}

			#apps {
				font-size: 1.2em;
				color: #FFFFFF;
			}

			#apps-libraries,
			#apps-children,
			#apps-music,
			#apps-audiobook {
				padding: 0.5em 0 0.5em 4em;
			}

			#apps .appicon img {
				max-width: 100px;
			}

		/* Footer */

			#footer {
				padding: 2em;
			}

		/* Copyright */

			#copyright .n4elogo {
				float: left;
				width: 100px;
			}

			.links {
				text-align: center;
				width: 100%;
			}

			.links p {
				padding-top: 1em;
			}

		/* Social Media */

			#socialmedia {
				padding-top: 0.6em;
			}

			#socialmedia img {
				height: 40px;
				padding: 0;
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 10pt;
				line-height: 1.4em;
			}
		
			h2 {
				font-size: 1.6em;
				line-height: 1.8em;
			}

		/* Nav */

			#nav {
				display: none;
			}

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#titleBar .toggle {
					text-decoration: none;
					/*position: absolute;*/
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					border: 0;
					float: right;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						/*display: inline-block;*/
						text-decoration: none;
						content: '\f0c9';
						display: block;
						width: 40px;
						height: 40px;
						background: rgba(0, 79, 149, 0.6);
						border-radius: 5px;
						float: right;
						position: absolute;
						right: 20px;
						top: 20px;
						/*box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);*/
						text-align: center;
						line-height: 40px;
						font-size: 18px;
						color: #FFF;
					}

					#titleBar .toggle:active:before {
						opacity: 0.5;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #004e95;
				border-right: solid 2px #FFF;
				/*font-weight: 400;*/
				text-transform: capitalize;
				color: #FFF;
				letter-spacing: 1px;
				font-size: 1em;
			}

				#navPanel .link {
					display: block;
					color: #FFF;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border: 0;
					border-top: solid 1px #013b80;
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						font-size: 1.2em;
						color: #FFF;
						background: #004e95;
					}

					#navPanel .link.depth-1 {
					    background: rgba(255, 255, 255, 0.1);
					}

					#navPanel .link.depth-2 {
					    background: rgba(255, 255, 255, 0.2);
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
		
		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button,
			.button2 {
				font-size: 12pt;
				line-height: 1.8em;
			}
		
			.search input[type="search"] {
				padding: 0.75em 1em 0.75em 4.75em;
			}


		/* home-newrelease */
		
			.home-newrelease {
				margin: 6em 0 4em 0;
				padding: 2em;
			}
		
			.SF_Music img {
				float: left;
				padding-left: 1em;
				margin-top: 0;
				width: 180px;
			}
		
			#SF_Music1 {
				display: none;
			}

			#SF_Music2 {
				display: block;
			}
		
			.home-newrelease .image.featured {
				margin: 0 0 1em 0;
			}
		
			.home-newrelease strong {
				font-size: 1.4em;
			}
		
		/* home-dictionary */
		
			.home-dictionary {
				padding: 2em;
				margin-top: 5.5em;
			}
		
			.home-dictionary img {
				width: 12%;
			}
		
			.SF_Knowledge img {
				float: right;
				padding-right: 1em;
				margin-top: 0;
				width: 250px;
			}
		
			.home-dictionary strong {
				font-size: 1.4em;
			}
		
		/* Dictionary */
		
			#dictionary td {
				font-size: 0.8em;
				padding: 0 0 1em 0;
			}
		
		/* blue-bg-quote */
		
		.blue-bg-quote {
			display: block;
			margin-top: 2em;
		}
		
			.blue-bg-quote p {
				margin: 0;
				float: inherit;
				padding: 2em;
				color: #FFFFFF;
				background-color: #004e95;
				border-radius: 2em 0 0 0;
				width: 100%;
			}

		/* Image */

			.naxosbooks a {
				font-size: 0.6em;
			}
		
			#meetkeyo img {
				width: 32%;
			}
	
			.meetkeyo img {
				width: 40%;
			}
		
		/* highschool-resources */
		
			.resources-musicology p img {
				padding: 0 1.5em 1em 0;
			}
	
		/* awards */
		
			.awards img {
				margin: -5em 0 3em 0;
				
			}
		
		/* schoolversion & familyversion */
		
			.schoolversion, .familyversion {
				margin: 2em auto;
				margin-left: 30px;
			}
		
			.schoolversion p, .familyversion p {
				min-height: 250px;
			}

		/* highschool */

			.highschool.text .col-6 p {
				min-height: 400px;
			}
		
		/* highschool nmljnmlw */
		
			.nmljnmlw a {
				margin: 0.5em 0;
			}

		/* nmljbg */
			#nmljbg {
				float: none;
				width: 100%;
				padding-bottom: 2em;
				margin-top: 2em;
			}
		
		/* nmlwbg */
		
			#nmlwbg {
				float: none;
				width: 100%;
				padding-bottom: 2em;
				margin-top: 2em;
			}
		
			#nmljbg div, #nmlwbg div {
				padding: 0 2em;
			}

		/* audience */
		
			#audience-intro, #audience-concert {
				margin-left: -1em; 
			}

			#audience-intro p, #audience-concert p {
				margin-top: 4em;
			}

		/* Free Resources playlists */
		
			#Free Resources-playlists-younglisteners span,
			#Free Resources-playlists-growingminds span {
				margin: 1em 0;
			}

			#Free Resources-playlists-generalaudiences span {
				margin: 0;
			}

			#Free Resources-playlists-younglisteners p,
			#Free Resources-playlists-growingminds p,
			#Free Resources-playlists-generalaudiences p {
				min-height: 200px;
			}
		
		/* Next & previous buttons */

			.prev {
			  left: 0;
			}

			.next {
			  right: 0;
			}
		
		/* educational & books */
		
			.edu, .books {
				line-height: 1.6em;
			}
		
			.edu img {
				max-width: 80px;
			}
		
	
			.books img {
				max-width: 250px;
				margin: -80px 0 0 60px;
			}

			.books div {
				margin-left: 3em;
				margin-bottom: 6em;
			}

		/* APPS */
		
			#apps {
				font-size: 1.2em;
			}

			#apps-libraries,
			#apps-children,
			#apps-music,
			#apps-audiobook {
				padding: 1em 0 1em 2em;
				width: 80%;
				border-radius: 0 1em 0 0;
			}		
		
			#apps .container {
				width: calc(100% - 8em);
			}

			#apps img {
				width: 80px;
			}
		
		/* contact list */

			#contactlist .container {
				padding: 0;
			}

		/* Footer */

			#footer {
				padding: 2em;
			}

		/* Copyright */

			#copyright .n4elogo {
				float: left;
				width: 100px;
			}

			.links {
				text-align: center;
				display: inline-block;
				width: 100%;
			}

			.links p {
				padding-top: 1em;
			}

		/* Social Media */

			#socialmedia {
				padding-top: 0.6em;
			}

			#socialmedia img {
				height: 40px;
				padding: 0;
			}

	}