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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, #container .linkButton:hover,
a:hover,
#container .linkButton:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! styles for Southern Blues | copyright Swing and Blues Dancing in Adelaide inc.  */
html {
  color: #1e3170;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4a25a+0,a54b13+14,8c3310+27,491e06+100 */
  background: #491e06;
  /* Old browsers */
  font-size: 1em;
  font-family: 'PT Sans',sans-serif;
  width: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 70em) {
  html {
    background-image: url('/static/img/wood_texture.png');
    background: url('/static/img/wood_texture.png'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0YTI1YSIvPjxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjYTU0YjEzIi8+PHN0b3Agb2Zmc2V0PSIyNyUiIHN0b3AtY29sb3I9IiM4YzMzMTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTFlMDYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=') fixed;
    background: url('/static/img/wood_texture.png'), -moz-linear-gradient(315deg, #f4a25a 0%, #a54b13 14%, #8c3310 27%, #491e06 100%) fixed;
    background: url('/static/img/wood_texture.png'), -webkit-linear-gradient(315deg, #f4a25a 0%, #a54b13 14%, #8c3310 27%, #491e06 100%) fixed;
    background: url('/static/img/wood_texture.png'), linear-gradient(135deg, #f4a25a 0%, #a54b13 14%, #8c3310 27%, #491e06 100%) fixed;
  }
}
@media (min-width: 84em) and (min-height: 80em) {
  html {
    font-size: 1.2em;
  }
  html.lt-ie9 {
    font-size: 1em;
  }
}
@media (min-width: 105em) and (min-height: 100em) {
  html {
    font-size: 1.5em;
  }
  html.lt-ie9 {
    font-size: 1em;
  }
}

body {
  display: block;
  width: 100%;
  max-width: 70em;
  background-color: #f4f2e1;
  background-image: url('/static/img/paper_texture_01.png');
  /* Old browsers */
  background: url('/static/img/paper_texture_01.png'), url('/static/img/paper_texture_02.png'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjJlMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjRmMmUxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRlYmFkIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url('/static/img/paper_texture_01.png'), url('/static/img/paper_texture_02.png'), -moz-radial-gradient(center, ellipse, #f4f2e1 0%, #f4f2e1 50%, #f4ebad 100%);
  background: url('/static/img/paper_texture_01.png'), url('/static/img/paper_texture_02.png'), -webkit-radial-gradient(center, ellipse, #f4f2e1 0%, #f4f2e1 50%, #f4ebad 100%);
  background: url('/static/img/paper_texture_01.png'), url('/static/img/paper_texture_02.png'), radial-gradient(ellipse at center, #f4f2e1 0%, #f4f2e1 50%, #f4ebad 100%);
  box-shadow: 0px 0px 8px #2a2a2a;
  margin: auto;
}
@media (min-height: 30em) {
  .csscolumns body {
    width: 100%;
  }
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0.125em solid #1e3170;
  margin: 0 auto;
  padding: 0;
  width: 60%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

picture {
  display: block;
}

a:link, #container .linkButton {
  font-weight: bold;
  color: #3751a5;
  text-decoration: underline;
}

a:visited {
  color: #172658;
}

a:hover, #container .linkButton:hover, a:active, #container .linkButton:hover {
  text-decoration: none;
}

a:focus {
  outline: #3751a5 auto 5px;
}

h1, h2, h3 {
  font-family: 'Limelight',Arial,sans-serif;
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.35em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}

h6 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
}

@media (min-width: 26em) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3, h4, h5, h6 {
    font-size: 1.25em;
  }
}
pre {
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-align: left;
  white-space: pre;
}

blockquote {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-style: italic;
}

ul {
  list-style: disc outside none;
  padding-left: 2em;
}

ol {
  list-style: decimal outside none;
  padding-left: 2em;
}

i, em {
  font-style: italic;
}

strong {
  font-style: bold;
}

textarea,
input, select {
  background-color: #e3cdae;
  border: solid 1px #1e3170;
  color: #1e3170;
}
textarea:hover,
input:hover, select:hover, textarea:active,
input:active, select:active {
  background-color: white;
  border: solid 1px #3751a5;
  color: #1e3170;
}

textarea,
input {
  padding: 0.25em 0.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

select {
  padding: 0.25em 0.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
}

input[type="checkbox"] {
  width: 10%;
}

input[type="radio"] {
  width: 10%;
}

input[readonly="readonly"] {
  background: none;
  border: none;
}

textarea[type="reset"],
input[type="reset"], select[type="reset"],
textarea[type="submit"],
input[type="submit"],
select[type="submit"] {
  background-color: #1e3170;
  border: solid 1px #172658;
  color: #e3cdae;
}
textarea[type="reset"]:hover,
input[type="reset"]:hover, select[type="reset"]:hover, textarea[type="reset"]:active,
input[type="reset"]:active, select[type="reset"]:active,
textarea[type="submit"]:hover,
input[type="submit"]:hover,
select[type="submit"]:hover,
textarea[type="submit"]:active,
input[type="submit"]:active,
select[type="submit"]:active {
  background-color: #3751a5;
  border: solid 1px #172658;
  color: #e3cdae;
}

formset .box,
form .box {
  background-color: #fcbb3d;
  clear: both;
  margin: 2em 0;
  padding: 1em;
  margin-bottom: 1em;
}
formset ul,
form ul {
  list-style: none;
  padding: 0em;
}

.errorlist {
  color: #B10000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, body > header .nameplate h1, body > header .nameplate .dates {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, body > header .nameplate h1.focusable:active, body > header .nameplate .focusable.dates:active,
.visuallyhidden.focusable:focus,
body > header .nameplate h1.focusable:focus,
body > header .nameplate .focusable.dates:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Navigation menu
   ========================================================================== */
body > header .nameplate {
  margin: 0 3%;
}
.flexbox body > header .nameplate {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flexbox body > header .nameplate > * {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
body > header .nameplate picture {
  margin: 1em auto;
  padding-right: 0.5em;
}
body > header .nameplate picture img {
  display: block;
  margin: 0 auto;
  height: 6.25em;
}
.flexbox body > header .nameplate picture {
  padding-right: 0;
}
@media (min-width: 20em) {
  body > header .nameplate picture {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    float: left;
  }
  .flexbox body > header .nameplate picture {
    float: none;
  }
  body > header .nameplate picture img {
    margin: 0;
    float: left;
  }
  .flexbox body > header .nameplate picture img {
    float: none;
  }
}
@media (min-width: 20em) {
  body > header .nameplate h1 {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    font-size: 2em;
    text-align: center;
    margin: 0 0.25em;
    padding-top: 1.2em;
  }
  .flexbox body > header .nameplate h1 {
    padding-top: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 26em) {
  body > header .nameplate h1 {
    font-size: 3em;
    padding-top: 0.5em;
  }
  .flexbox body > header .nameplate h1 {
    padding-top: 0;
  }
}
@media (min-width: 62em) {
  body > header .nameplate h1 {
    font-size: 4em;
  }
}
@media (min-width: 55em) {
  .flexbox body > header .nameplate .dates {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    font-family: 'Limelight',Arial,sans-serif;
    padding: 0.5em 1em;
    background-color: #1e3170;
    color: #e3cdae;
    text-align: center;
  }
}
body > header .nameplate .dates p {
  font-size: 1.2em;
  font-weight: bold;
}

footer {
  text-align: center;
  padding-bottom: 0.5em;
}
footer p {
  font-size: 0.75em;
  padding-top: 0.5em;
}

nav {
  clear: both;
  display: block;
  max-width: 100%;
  font-family: 'Limelight',Arial,sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  border-top: 0.16667em solid #1e3170;
  border-bottom: 0.16667em solid #1e3170;
}
@media (min-height: 15em) {
  nav {
    border-top: 0.33333em solid #1e3170;
    border-bottom: 0.33333em solid #1e3170;
  }
}
.lt-ie9 nav {
  border-top: 0.33333em solid #1e3170;
  border-bottom: 0.33333em solid #1e3170;
}
nav a {
  display: block;
  height: 1em;
  padding: 0;
  border: none;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
}
@media (min-height: 15em) {
  nav a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.lt-ie9 nav a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
nav a:link, nav #container .linkButton, #container nav .linkButton, nav a:visited {
  color: #1e3170;
  text-decoration: none;
}
nav a:active, nav #container .linkButton:hover, #container nav .linkButton:hover, nav a:hover, nav #container .linkButton:hover, #container nav .linkButton:hover, nav a:focus {
  background-color: #1e3170;
  color: #e3cdae;
  box-shadow: 0 0 0 1px #1e3170;
}
nav ul {
  list-style: none;
  display: block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav li {
  display: block;
  width: 100%;
}
nav.closed ul {
  display: none;
  visibility: hidden;
}
nav.open #menu-link {
  background-color: #1e3170;
  color: #e3cdae;
}
@media (min-width: 31em) {
  .flexwrap nav a {
    width: 100%;
  }
  .flexwrap nav ul, .flexwrap nav.closed ul, .flexwrap nav.open ul {
    display: inline-block;
    visibility: visible;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexwrap nav li {
    display: block;
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 30%;
  }
  .flexwrap nav #menu-link {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 55em) {
  nav a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    float: left;
  }
  .flexbox nav a {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
  nav ul, nav.closed ul, nav.open ul {
    display: inline-block;
    visibility: visible;
    width: auto;
  }
  nav ul .lt-ie8, nav.closed ul .lt-ie8, nav.open ul .lt-ie8 {
    display: inline;
  }
  .flexbox nav ul, .flexbox nav.closed ul, .flexbox nav.open ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  nav li {
    display: inline;
    width: auto;
    min-width: auto !important;
  }
  .flexbox nav li {
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  nav #menu-link {
    display: none !important;
    visibility: hidden;
  }
}

#to-top {
  width: 100%;
}
#to-top a {
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

/* ==========================================================================
   Page layout
   ========================================================================== */
#container {
  line-height: 1.4;
  width: 94%;
  margin: 1.4em auto;
  min-height: calc(100vh - 25em);
}
#container article > section,
#container aside > section {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
}
#container article > section > section,
#container aside > section > section {
  margin-left: auto;
  margin-right: auto;
  width: calc(100%);
  max-width: 22em;
}
#container article > section > section.boxed,
#container aside > section > section.boxed {
  width: calc(100% - 2*0.125em);
  max-width: 21.75em;
}
.csscolumns #container article > section, .csscolumns
#container aside > section {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
.csscolumns #container article > section > section, .csscolumns
#container aside > section > section {
  display: inline-block;
  margin-top: 0.75em;
}
@media (min-height: 30em) {
  .csscolumns #container article > section, .csscolumns
  #container aside > section {
    max-width: none;
    -moz-columns: 20em 3;
    -webkit-columns: 20em 3;
    columns: 20em 3;
  }
}
@media (min-width: 70em) and (min-height: 20em) {
  .csscolumns #container article > section, .csscolumns
  #container aside > section {
    max-width: none;
    -moz-columns: 20em 3;
    -webkit-columns: 20em 3;
    columns: 20em 3;
  }
}
#container article > section figure,
#container aside > section figure {
  display: inline-block;
  max-width: 22em;
}
#container figure {
  width: 100%;
  max-width: 44em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
#container figure iframe {
  display: block;
  width: 35em;
  height: 19.75em;
}
#container figure .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#container figure .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container figure img {
  display: block;
  width: 100%;
}
#container figure .videowrapper + figcaption,
#container figure picture + figcaption {
  margin-top: 0;
}
#container figure figcaption {
  font-style: italic;
}
#container figure + * {
  margin-top: 0;
}
#container header p {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 26em) {
  #container header p {
    font-size: 1.25em;
  }
}
#container p, #container blockquote, #container ul, #container ol {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 22em) {
  #container p, #container blockquote, #container ul, #container ol {
    text-align: justify;
  }
}
#container * + * {
  margin-top: 0.75em;
}
#container * + aside {
  margin-top: 3em;
}
#container p + p {
  margin-top: 0;
  text-indent: 2em;
}
#container br {
  margin-top: 0;
}
#container li + li {
  margin-top: 0;
}
#container > aside .advertisement {
  display: none;
  visibility: hidden;
}
@media (min-width: 58em) {
  .flexbox #container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .flexbox #container * + article,
  .flexbox #container * + aside {
    margin-top: 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 0.125em solid #1e3170;
  }
  .flexbox #container > article {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }
  .flexbox #container > aside {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-align-self: stretch;
    align-self: stretch;
    min-height: 0;
  }
  .flexbox #container > aside .advertisement {
    display: inline-block;
    visibility: visible;
  }
  .flexbox #container > aside > * {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .flexbox #container > aside > article {
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .flexbox #container > aside > article > section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1.4em;
    overflow: hidden;
  }
  .flexbox #container > aside > article > p {
    position: absolute;
    bottom: 0;
  }
}
#container > article > article {
  margin-top: 0.75em !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#container .question {
  display: inline-block;
}
#container .question hr + p {
  font-style: italic;
}
#container .question p + p {
  margin-top: 0.75em;
  text-indent: 0;
}
#container .important {
  text-indent: 0;
  font-style: italic;
  font-weight: bold;
}
#container .policy, #container .error-page {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
#container .policy p + p, #container .error-page p + p {
  margin-top: 0.75em;
  text-indent: 0;
}
#container article.policy {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
#container .boxed {
  border: 0.125em solid #1e3170;
}
#container .boxed > *:first-child {
  padding-top: 0.5em;
}
#container .boxed > *:last-child {
  padding-bottom: 0.5em;
}
#container .boxed > *, #container .boxed figcaption {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#container .boxed > figure {
  padding: 0 !important;
}
#container .linkButton {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 0;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
