article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection, ::selection { background: #000; color: #fff; text-shadow: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* TinyMCE content css */
body.mceContentBody {
	background: #fff !important;
	margin: 5px !important;
}
body.mceContentBody.form-focused-background {
	background-color: #f8fbff !important;
}

/* Fonts */
@font-face {
	font-family: 'Futura PT';
	font-weight: normal;
	src: url(https://298918.claudeassets.com/20260125034455im_/https://balletsummerestonia.com/css/f/FuturaPTBook.woff);
}
@font-face {
	font-family: 'Futura PT';
	font-weight: bold;
	src: url(https://6572e2.claudeassets.com/20260125034455im_/https://balletsummerestonia.com/css/f/FuturaPTHeavy.woff);
}


/* Primary Content Styles */
body, button, input, select, textarea {
	font-family: 'Poppins', sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 26px;
}
a {
	color: #fff1b0;
	transition: all .15s linear;
}
p a[href^="#"][id] {
	color: inherit;
	text-decoration: inherit;
	cursor: default;
}
body.mceContentBody p a[href^="#"][id]:after {
	content: ' #';
	font-weight: bold;
	color: #ddd;
}
body.mceContentBody p a[href^="#"][id]:hover:after {
	color: #069;
}
a:hover { color: #98f5dc; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

.lead {
	font-size: 20px;
	line-height: 30px;
}
.small {
	font-size: 14px;
	line-height: 24px;
}
.dark {
	color: #555;
}

p {
	margin: 0;
	padding: 0 0 1.4em;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0 0 1.3em;
	color: #98f5dc;
}
h1 u {
	line-height: 1.25em;
	border-bottom: 2px solid #98f5dc;
	text-decoration: none;
	display: inline-block;
}
h1.underlined-h1 {
	text-decoration: underline;
}
h2 {
	line-height: 1.2em;
	margin: .5em 0;
}
p + h1 {
	margin-top: 50px;
}

a.button,
button {
	line-height: 30px;
	background: #fff1b0;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Futura PT', sans-serif;
	display: inline-block;
	text-decoration: none;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	transition: all .15s linear;
}
a.button:after,
button:after {
	content: '';
	display: inline-block;
	border: 3px solid #55c6a8;
	margin-left: 3px;
	width: 6px;
	height: 6px;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: relative;
	top: -1px;
	transition: all .15s linear;
}
button {
	background: #55c6a8;
	color: #fff;
}
button:after {
	border-color: #fff1b0;
}
a.button:hover {
	color: #55c6a8;
}
button:hover {
	color: #333;
	/*color: #fff1b0;*/
}

/*
     FILE ARCHIVED ON 04:55:54 Jan 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:21:12 Jul 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.669
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.056
  esindex: 0.011
  cdx.remote: 9.369
  LoadShardBlock: 57.136 (3)
  PetaboxLoader3.datanode: 414.975 (4)
  PetaboxLoader3.resolve: 260.425 (2)
  load_resource: 837.408
*/