/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 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 {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
}

/**
 * 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;
}

/**
 * 1. Always force scrollbar padding so we don't get 'jumping'.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. As 2 above, for Windows Phone.
 */
html {
  -webkit-tap-highlight-color: rgba(0, 102, 255, 0.5);
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  /* 12px */
  font-size: 0.8571429em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * 1. Remove the gap between images and the bottom of their containers.
 * 2. Remove border when inside `a` element in IE 8-10.
 */
img {
  /* 1 */
  vertical-align: middle;
  /* 2 */
  border: 0;
}

/**
 * Consistent tables.
 */
table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/**
 * Make table cells align top and left by default.
 */
th,
td {
  vertical-align: top;
  text-align: left;
}

/**
 * Address paddings set differently.
 */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}
[role="complementary"] ul {
padding: 0;
list-style-type: none;
}

/**
 * Remove margins from nested lists.
 */
li > ul,
li > ol {
  margin: 0;
}

/**
 * Address margins set differently.
 */
dd {
  margin: 0 0 0 2em;
}

/**
 * Italicise definition terms.
 */
dt {
  font-style: italic;
}

/* Clearfix
   ========================================================================== */

/**
 * Clearfix using the 'A new micro cleafix hack' method.
 *
 * More info: http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:after,
header:after,
nav ul:after,
.container:after,
footer:after,
#paginator:after,
#monthly-list:after {
  content: "";
  display: table;
  clear: both;
}

/* Hide except from screen readers
   ========================================================================== */
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}


/* ==========================================================================
   Styling and layout for screen media (mobile first)
   ========================================================================== */

@media screen {

/* Layout
   ========================================================================== */

html {
	padding-bottom: 3rem;
}

/**
 * 1. Remove default margin.
 */
body {
  /* 1 */
  margin: 0;
  /* background: #fff; */
}

/**
 * Outer wrapper for main layouts.
 *
 * Example HTML:
 *
 * <div class="wrapper">
 *     <div class="container">
 *         Content
 *     </div>
 * </div>
 */
.wrapper {
  border-bottom: solid 1px #ccc;
  background: #fff;
  max-width: 86em;
}

/**
 * Wrapper for layouts, and for header/footer.
 *
 * Example HTML:
 *
 * <div class="wrapper">
 *     <div class="container">
 *         Content
 *     </div>
 * </div>
 */
header,
.container,
footer {
  margin: 0 auto;
  /* 960px / 1024px */
  max-width: 86em;
  background-color: #E8E6E6;
}

[role="main"] {
clear: left;
padding: 3%;
}

/**
 * Additional styling for child content within `header`.
 */

header {
	background-size: cover;
	background-position-x: center;
	background-position-y: 10%;
	background-repeat: no-repeat;
	padding: 0;
	/*height: 500px*/;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

header h1,
header #site-title {
  margin: 0;
  margin-left: -9000px;
  position: absolute;
}

header h3 {
	display: none;
}

header .header-img {
	/* border-top-left-radius: 2rem;
	border-top-right-radius: 2rem; */
	filter: brightness(0.9) contrast(0.9);
	opacity: 0;
	/* max-height: 500px; */
	width: 100%;
}

nav {
  clear: both;
  display: none;
}

nav h1 {
  display: none;
}

nav ul {
  margin: 0 auto;
  padding: 0;
  max-width: 86em;
  list-style: none;
  list-style-image: none;
}

nav li {
  margin: 0;
}

nav li:last-child {
  border-bottom: 0;
}

nav li:hover,
nav li:active {
  
  /* background-color: #fabc2b;
  background-image: -webkit-linear-gradient(#fabc2b, #ffda44);
  background-image: linear-gradient(#fabc2b, #ffda44); */
  background: #e8e8e8;
}

nav a {
  display: block;
  padding: 0.5em 3.125%;
  color: #fff;
  text-transform: uppercase;
  
}
.leftaside {
	height: 100%;
	/* background: #fff;*/
	/* float:right; */
	width: 50%;
}

#logo {
	display:table;
	/* width: 40%; */
	width: 30%;
	height: 210px;
	padding: 1rem;
	position: absolute;
	top: 0;
}
#logo img {
    border-radius: 2rem;
    border-radius: 2rem;
	border-top: 0.6rem solid #fff;
	border-bottom: 0.6rem solid #fff;
}

#logo a {
	display:table-cell;
	vertical-align: bottom;
}
p#credit {
	float: right;
	margin-top: 0;
	color: #636363;
}

/**
 * Styling for articles.
 *
 * 1. Prevent really, really long words in article from breaking layout.
 */
[role="article"] {
  margin-bottom: 2em;
  /* 1 */
  word-wrap: break-word;
}

div[itemprop="articleBody"] {
	max-width: 635px;
}

hr {
	border-bottom: 1px solid #c13653;
	border-top: 4px solid #c13653;
	clear: both;
}

.imageBox {
margin: 0 0 2em 0;
}

.caps {
	font-size: smaller;
}

#front-page .sticky[role="article"] p:first-of-type {
    font-weight: 700;
    /* font-size: 1.25rem; */
}

.article-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/**
 * Styling for sidebars.
 *
 * Initially the sidebar appears under main content, it is then repositioned
 * with media queries at 2nd breakpoint.
 *
 * 1. Prevent really, really long words in article from breaking layout.
 */
 
aside {
	max-width: 250px;
}

[role="complementary"] {
  margin-bottom: 2em;
  padding-top: 2em;
  border-top: dashed 2px #ccc;
  /* 1 */
  word-wrap: break-word;
  padding: 3%;
}

[role="search"] p {
  margin-top: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

/**
 * Additional styling for child content within `footer`.
 */
footer {
  padding: 0.5em 3%;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove default underline style from non-hover state links.
 * 2. Specify link colour.
 * 3. Remove the gray background color from active links in IE 10.
 */
a {
  /* 1 */
  text-decoration: none;
  /* 2 */
  color: #114eb1;
  /* 3 */
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted #06f;
}

/**
 * Additional styling for child links within `header`.
 */
header a {
  color: #fff;
}

header a:hover, header a:active {
  color: #c13654;
}
/* 
header a:hover {
  background: #e8e8e8;
}
*/

[role="main"] a:hover,
[role="main"] a:active,
[role="complementary"] a:hover,
[role="complementary"] a:active,
footer a:hover,
footer a:active {
  text-decoration: underline;
  color: #06f;
}

[role="main"] a:visited,
[role="complementary"] a:visited,
footer a:visited {
  color: #183082;
}

/**
 * Additional styling for `h1` heading links.
 */
[role="main"] h1 a {
  color: #333;
  border-radius: 0.1190476em;
}

[role="main"] h1 a:visited {
  color: #333;
}

[role="main"] h1 a:hover,
[role="main"] h1 a:active {
  text-decoration: none;
  color: #333;
  background: #efefef;
}

/* Typography
   ========================================================================== */

body {
  font-family: Helvetica, Arial, Georgia, serif;
  /* 14px / 16px */
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

h1 {
  /* 28px */
  font-size: 2em;
  /* 34px / 28px */
  line-height: 1.2142857;
  letter-spacing: -1px;
  /* 28px margin top/bottom */
  margin: 0.6666667em 0;
  color: #c13653;
}

h1:first-child {
  margin-top: 0;
}

h2 {
  /* 21px */
  font-size: 1.5em;
  /* 28px / 21px */
  line-height: 1.3333333;
  /* 21px margin top/bottom */
  margin: 0.75em 0;
  clear: both;
}

h3 {
  /* 18px */
  font-size: 1.28571428571429em;
  /* 26px / 18px */
  line-height: 1.44444444444444;
  font-weight: normal;
  font-style: italic;
  /* 16px margin top/bottom */
  margin: 0.7619048em 0;
}

h4 {
  /* 16px */
  font-size: 1.1428571em;
  margin: 0;
}

[role="complementary"] h4 {
text-transform: uppercase;
border-bottom: 1px solid black;
padding-bottom: 7px;
}

/**
 * Additional styling for blockquotes.
 */
blockquote {
  /* 16px */
  font-size: 1.1428571em;
  font-style: italic;
  margin: 0.875em 0 0.875em 0;
  padding: 1px 0.875em;
  border-radius: 0.3571429em;
  background: #fff6d3;
}

/**
 * Add vertical margin to addresses.
 */
address {
  margin: 1em 0;
}

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title],
dfn[title] {
  border-bottom: dotted 1px;
  cursor: help;
}

dfn,
mark,
q,
var {
  padding: 0 0.2142857em;
  border-radius: 0.2142857em;
  color: #333;
  background: #fff6d3;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn,
q {
  font-style: italic;
}

var {
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: Cousine, Consolas, "Lucida Console", Monaco, monospace;
}

code,
kbd,
samp {
  /* 13px */
  font-size: 0.9285714em;
  border: 1px solid #e3e3e3;
  padding: 0 0.2307692em;
  border-radius: 0.2307692em;
  background: #f7f7f7;
}

pre {
  /* 13px */
  font-size: 0.9285714em;
  overflow-x: auto;
  border: 1px solid #e3e3e3;
  padding: 1em;
  border-radius: 0.3571429em;
  background: #f7f7f7;
  tab-size: 4;
}

pre code {
  /* 13px */
  font-size: 1em;
  border: 0;
  background: none;
}

/**
 * Harmonise size and style of small text.
 */
small,
figcaption,
tfoot,
.footnote {
  /* 12px */
  font-size: 0.8571429em;
}

figcaption,
tfoot,
.footnote {
  color: #888;
}

figcaption {
  margin-top: 0.3333333em;
  font-style: italic;
}

/* Support for non-latin languages (can be removed if not required)
   ========================================================================== */

/**
 * Preferred font for Japanese language.
 */
html[lang="ja-jp"] {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/**
 * Preferred font for Korean language.
 */
html[lang="ko-kr"] {
  font-family: GulimChe, Gulim, sans-serif;
}

/**
 * Preferred font for Chinese (PRC) language.
 */
html[lang="zh-cn"] {
  font-family: SimHei, sans-serif;
}

/**
 * Preferred font for Chinese (Taiwan) language.
 */
html[lang="zh-tw"] {
  font-family: PMingLiU, sans-serif;
}

/* Embedded content
   ========================================================================== */

/**
 * Make embedded elements responsive.
 */
img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Image alignment (compatible with Textile markup syntax).
 *
 * Example HTML:
 *
 * <img class="align-left">
 * <img class="align-right">
 * <img class="align-center">
 */
img.align-left {
  float: left;
  margin: 1em 1em 1em 0;
}
img.align-right {
  float: right;
  margin: 1em 0 1em 1em;
}
img.align-center {
  display: block;
  margin: 1em auto;
}

/* Sponsors */

#sponsors {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: end;
	gap: 10px;
}

#sponsors img {
	width: 150px;
	padding-right: 1rem;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tables
   ========================================================================== */

/**
 * Styling of table captions.
 */
caption {
  font-style: italic;
  text-align: left;
  margin-bottom: 0.5em;
}

th,
td {
  border-bottom: solid 1px #ccc;
  padding: 0.2857143em 0.5em 0.2857143em 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

thead th,
thead td {
  border-bottom: solid 2px #ccc;
}

tfoot th,
tfoot td {
  border-bottom: 0;
  padding: 0.3333333em 0.5833333em 0.3333333em 0;
}

tfoot:last-child {
  padding-right: 0;
}

/* Lists
   ========================================================================== */

/**
 * Italicise definition terms.
 */
dt {
  font-style: italic;
}

/**
 * Additional styling for article lists.
 *
 * Example HTML:
 *
 * <ul class="article-list">
 */
[role="main"] #article-list {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  border-top: solid 1px #ccc;
}

#article-list li {
  border-bottom: solid 1px #ccc;
  padding-top: 1em;
  margin-bottom: 0;
}

/* Forms
   ========================================================================== */

/**
 * 1. Define consistent fieldset border, margin, and padding.
 * 2. Address width being affected by wide descendants in Chrome, Firefox.
 */
fieldset {
  /* 1 */
  margin: 1em 0;
  border: 1px solid #cccccc;
  padding: 1px 1em;
  /* 2 */
  min-width: 0;
}

/**
 * 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 {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
}

/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 3. Prevent elements from spilling out of their parent.
 */
button,
input,
select,
textarea {
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  vertical-align: baseline;
}

/**
 * Colour for placeholder text.
 */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 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;
}

button:focus,
a.button:focus,
input:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #0066ff;
  box-shadow: 0 0 7px #0066ff;
  /* Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Styling of form input fields.
 *
 * 1. Remove iOS Safari default styling.
 */
textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  /* 1 */
  -webkit-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  /* 12px */
  font-size: 0.8571429em;
  text-align: left;
  border: solid 1px #ccc;
  padding: 0.5em;
  background: #fff;
  background: #fff0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

input[type="search"] {
border:0;
border-bottom: 1px solid black;
}
/**
 * Remove padding from `color` fields.
 */
input[type="color"] {
  padding: 0;
  height: 2.33333333333333em;
}

/**
 * Inline search field on sidebar.
 */
[role="complementary"] input[type="search"] {
  margin-right: 2px;
  width: 100%;
  display: inline-block;
text-transform: uppercase;
border-bottom: 1px solid black;
padding: 0 0 7px 0;
font-size: 1.1428571em;
font-family: Helvetica, Arial, Georgia, serif;
font-weight: 700;
}
#go-button {
	display: none;
}
::-moz-placeholder {
  opacity: 1;
  color: #000;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Restrict to vertical resizing to prevent layout breakage.
 */
textarea {
  min-height: 3em;
  vertical-align: top;
  width: 100%;
  height: auto;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
}

/**
 * 1. Correct `select` style inheritance in Firefox.
 */
select {
  font-family: Arial, Helvetica, sans-serif;
  /* 12px */
  font-size: 0.8571429em;
  text-align: left;
  border: solid 1px #ccc;
  padding: 0.5em;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  text-transform: none;
}

/**
 * Override height set in a previous rule and allow auto heght.
 */
select[size],
select[multiple] {
  height: auto;
}

/**
 * Normalise styling of `optgroup`.
 */
optgroup {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333;
}

/**
 * Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/**
 * Make sure disabled elements really are disabled and styled appropriately.
 *
 * 1. Override default iOS opacity setting.
 * 2. Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
span.disabled {
  /* 1 */
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  border: solid 1px #d2d2d2 !important;
  text-shadow: none !important;
  color: #888888 !important;
  background: #eee !important;
  top: 0 !important;
  /* 2 */
  cursor: default !important;
}

/**
 * Width display options for `input` fields. Height display options
 * for textareas.
 *
 * Example HTML:
 *
 * <input class="small">
 * <input class="large">
 */
.small input {
  width: 25%;
  min-width: 151px;
}
.small textarea {
  height: 5.5em;
}
.large input {
  width: 50%;
  min-width: 302px;
}
.large textarea {
  height: 156px;
}

/* Buttons
   ========================================================================== */

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 2. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 */
button {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-transform: none;
}

/**
 * 1. Remove iOS Safari default styling.
 * 2. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
[role] a.button,
span.disabled,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 1 */
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  /* 12px */
  font-size: 0.8571429em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  border: solid 1px #e1a61a;
  border-radius: 0.3571429em;
  padding: 0.5em 1em;
  display: inline-block;
  color: #333;
  outline: 0;
  background-color: #ffda44;
  background-image: -webkit-linear-gradient(#ffda44, #fabc2b);
  background-image: linear-gradient(#ffda44, #fabc2b);
  /* 2 */
  cursor: pointer;
}

button:hover,
[role] a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #ffe477;
  background-image: -webkit-linear-gradient(#ffe477, #fbcc5d);
  background-image: linear-gradient(#ffe477, #fbcc5d);
}

button:active,
[role] a.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  position: relative;
  top: 1px;
  color: #1a1a1a;
  background-color: #fabc2b;
  background-image: -webkit-linear-gradient(#fabc2b, #ffda44);
  background-image: linear-gradient(#fabc2b, #ffda44);
}

#paginator .button.disabled {display: none}

#paginator {
  margin-bottom: 2em;
  clear: both;
}

#paginator .button {
  padding: 0.25em 1em;
}

#paginator a.button {
  text-decoration: none;
  color: #333;
}

#paginator-l {
  float: left;
}

#paginator-r {
  float: right;
}

/* Comments
   ========================================================================== */

#comments-head {display:none}

.comments {
  margin-bottom: 1em;
  border-radius: 0.3571429em;
  padding: 1em 1em 1px;
  background: #f7f7f7;
  word-wrap: break-word;
}

.comments h4 .is-author {
  font-weight: normal;
}

.comments h4 .comment-anchor {
  float: right;
  font-weight: normal;
 }

/**
 * Additional styling for article author's comments.
 */
.comments-author {
  background: #efefef;
}

/**
 * Styling for user comments preview.
 */
#cpreview {
  margin-bottom: 2px;
  border-radius: 0.3571429em;
  padding: 1em;
  background: #fff3d6;
}

/**
 * Highlight background colour for comment errors.
 */
.comments_error {
  background: #fff4f4 !important;
}

/**
 * Highlight text colour for comment errors.
 */
.error_message li {
  color: #c00;
}

/**
 * Styling for 'required' indicators.
 */
.required {
  color: #c00;
  cursor: help;
}

/* Popup comments (can be removed if you don't use popups)
   ========================================================================== */

#popup-page .wrapper {
  padding-top: 0;
}

/**
 * Restrict maximum width of popup container.
 */
#popup-page .container {
  max-width: 52em;
}

}

/* Hamburgler
   ========================================================================== */
.hamburgler-icon-wrapper {
  position: absolute;
  top: 1em;
  right: 1em;
  height: 26px;
  width: 26px;
  cursor: pointer;
  background: white;
  /* padding: 0.1em .2em 0 .2em; */
  padding: 1rem;
	border-radius: 2rem;
	z-index: 10;
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 2px;
  width: 26px;
  background: black;
  transition: all 0.2s ease
}

.hamburgler-icon {
  /* top: 0.87em */
  top: 1.7rem;
}

.hamburgler-icon:before {
  top: -0.55em
}

.hamburgler-icon:after {
  top: 0.55em
}

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0
}

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg)
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  xxbackground: white
}

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
  z-index: 2;
}

.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
}

.hamburgler-menu-list,
.hamburger-menu #mainmenu {
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 20;
}

#mainmenu li::marker {
	content: "";
}

.hamburgler-menu-list a {
	color: #fff;
}

.hamburgler-active .hamburgler-menu-list,
.hamburgler-active #mainmenu {
  /* transform: translate(-50%, -50%) scale(1) */
  padding-left: 0;
}

/* Symposiums */

#symposium-page #logo {
	/* display: none; */
}

#symposium-page nav > ul {
	/* background-image: url("/images/18.jpg");
	background-size: cover;
	background-position: center; */
}

/* Front */
.front-update {
	background: #fff;
	padding: 1rem 2%;
	border-radius: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	clear: both;
}

.front-update h2 {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
}


/* Inline #3 | https://test.mobileselves.org/ */

.front-top.live {
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 22px;
  margin-bottom: 0;
}

.front-top-thumb .imageBox {
  width: 100%;
}


/* pub lists */

ol li {
	margin-bottom: 1rem;
}

/**
 * Addresses select alignment in Safari/Chrome.
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

	select,
	select[size="0"],
	select[size="1"] {
	  height: 2.2em;
	}

	select:not([size]),
	select:not([multiple]) {
	  position: relative;
	  top: -1px;
	}

}


/* ==========================================================================
   Additional layout for screen media 490px and up
   ========================================================================== */

@media only screen and (min-width: 35em) {

nav li {
  float: left;
  border-bottom: 0;
  border: 0;
}

nav a {
  padding: 0.5em 0.5em;
}

.hamburgler-icon-wrapper {
  left: auto;
}
#logo {
	display:table;
	width: 21%;
	height: 210px;
	padding: 10px 1% 0;
	min-width: 200px;
}

.leftaside {
	/* height: 210px; */
	width: 23%;
	float: left;
}

[role="main"] {
    clear: none;
}

.imageBox {
	width: 33%;
	float: right;
	margin-left: 5%;
}

}

/* ==========================================================================
   Additional layout for screen media 672px and up
   ========================================================================== */

@media only screen and (min-width: 48em) {

	html {
		/*background: rgb(193,54,83);
		background: radial-gradient(circle, rgb(193, 54, 83) 0%, rgb(105, 93, 93) 0%, rgb(255, 183, 120) 5%, rgb(193, 54, 83) 100%);
		background: radial-gradient(circle, rgb(193, 54, 83) 0%, rgb(105, 93, 93) 0%, rgb(225 164 110) 5%, rgb(193, 54, 83) 100%);
		background: radial-gradient(circle, rgb(255, 167, 73) 0%, rgb(105, 93, 93) 0%, rgb(240, 240, 240) 5%, rgb(255, 167, 73) 100%); */
		background: #63a1b4;
	}

	body {
		margin: 0 auto;
		margin-top: 2rem;
		max-width: 86em;
	}
	header {
		position: relative;
		margin: 0 4%;
		/* box-shadow: inset 19px 12px 377px 3px #c9525a;
		box-shadow: inset 9px 21px 80px 2px #fdb160; */
	}
		.custom-banner header {
			margin: 0;
			box-shadow: none;
		}

	nav {
	  font-weight: bold;
	  display: block;
	}
	nav {
	  /* clear: none; */
	  /* float: left;
		width: 61.666666666667%;*/
	}
	nav ul {
		position: absolute;
		bottom: 0;
		width: 100%;
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
	}
		.custom-banner nav ul {
			position: relative;
			background-color: black;
		}

	[role="main"] {
	  /* float: left; */
	  /* 592px / 960px */
		padding-top: 2.2%;
		padding-right: 3%;
		padding-left: 3%;
		clear: none;
		/* width: 61.666666666667%; */
	}

	#front-page [role="main"] {
		/* width: 71%; */
		width: 100%;
		box-sizing: border-box;
	}

	#front-page .sticky[role="article"] {
	width: 50%;
	float: left;
	margin-right: 3%;
	}
	#front-page .sticky.chinese[role="article"] {
		width: 43%;
		font-size: 1.2rem;
	}

	#front-page .live[role="article"] {
	clear: both;
	}

	[role="complementary"] {
	  /* float: right; */
	  padding: 0 3%;
	  /* width: 30.208333333333%;
	  width: 22%; */
	  border: 0;
	}

	#front-page [role="complementary"] {
		width: auto;
		float: none;
		clear: both;
		margin-left: 25%;
		padding: 3%;
	}
	h1 {
	  font-size: 2.6em;
	}

	h2 {
	  /* 28px */
	  font-size: 2em;
	}

	h3 {
	  /* 21px */
	  font-size: 1.5em;
	}
	header h3 {
		width: 250px;
		top: 0;
		right: 0;
		text-align: right;
		/* background: rgba(23, 18, 18, 0.3); */
		margin: 0;
		color: #fff;
		padding-right: 1%;
		bottom: 0;
		display: block;
		padding-right: 1%;
		float: right;
		font-weight: bold;
		text-shadow: 1px 1px 1px #000, 3px 3px 5px #4b4b53;
		padding: 2rem;
		position: absolute;
	}

	blockquote {
	  float: right;
	  margin: 0 0 0.875em 0.875em;
	  /* 254px / 592px */
	  width: 42.905405405405%;
	}

	#hamburgler { display: none }

	#mainmenu {display: flex;}

}


/* ==========================================================================
   Additional layout for screen media 1280px and up
   ========================================================================== */

@media only screen and (min-width: 80em) {

	body {
	  /* 16px */
		max-width: 1024px;
		/* font-size: 100%; */
		/* padding-left: 240px; */
	}

	header h3 {
	/* width: 99%;
	padding-right: 1%;*/
	}
	
	#logo {
		width: 220px;
		position: absolute;
		margin-left: -3.1rem;
		top: 3rem;
	}
	
	.leftaside {
		/* height: 390px; */
		width: 240px;
		/* margin-left: -240px; */
	}
	
	[role="main"] {
	  /* 592px / 960px */
	  /* width: 61.666666666667%; */
	}
	#front-page [role="main"] {
		/* width: 94%; */
	}
	#front-page [role="complementary"] {
		margin-left: 0;
	}

}


/* ==========================================================================
   Additional layout for screen media 1800px and up
   ========================================================================== */

@media only screen and (min-width: 112.5em) {

body {
  /* 18px */
  font-size: 112.5%;
}

}


/* ==========================================================================
   Fix for reponsive embedded content in IE8
   ========================================================================== */

@media \0screen {

img,
video {
  width: auto;
}

}


/* ==========================================================================
   Styling and layout for print media
   ========================================================================== */

@media print {

/**
 * Remove unnecessary global styling from printed media.
 *
 * 1. Black prints faster.
 */
* {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /* 1 */
  color: black !important;
  text-shadow: none !important;
  background: transparent !important;
}

/**
 * Use a print-friendly font and size.
 */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8pt;
  line-height: 1.5;
  margin: 0.5cm;
  padding: 2em 5em;
}

/**
 * Visually separate header from body.
 */
header {
  border-bottom: solid 1pt black;
}

/**
 * Visually separate footer from body.
 */
footer {
  margin-top: 12pt;
  border-top: solid 1pt black;
}

/**
 * Hide unnecessary content from print.
 */
nav,
audio,
video,
form,
[role="complementary"],
#paginator,
#comments-form,
.comments h4 a:last-child {
  display: none;
}

/**
 * Make sure links are not underlined.
 */
a {
  text-decoration: none;
}

/**
 *  Show long-form for abbreviations in print.
 */
abbr[title]:after {
  content: " (" attr(title) ")";
}

h1 {
  font-size: 32pt;
  line-height: 36pt;
  font-weight: normal;
  margin: 0.5em 0;
}

h2 {
  font-size: 18pt;
  line-height: 23pt;
  page-break-after: avoid;
  orphans: 3;
  widows: 3;
  margin: 0.6666667em 0;
}

h3 {
  font-size: 12pt;
  line-height: 17pt;
  page-break-after: avoid;
  orphans: 3;
  widows: 3;
  margin: 0.6666667em 0;
}

/**
 * Prevent widows (single final paragraph line on next page) and orphans (single
 * first paragraph line on previous page).
 */
p {
  orphans: 3;
  widows: 3;
}

/**
 * Harmonise size and style of small text.
 */
footer,
figcaption,
tfoot,
small,
.footnote {
  font-size: 6pt;
}

/**
 * Simple blockquote styling.
 *
 * 1. Avoid blockquotes breaking across mutiple pages.
 */
blockquote {
  font-size: 16pt;
  border-left: 3pt solid black;
  padding: 0 0 0 8pt;
  /* 1 */
  page-break-inside: avoid;
}

/**
 * Simple preformatted text styling.
 */
pre {
  margin-bottom: 8pt;
  border: solid 1pt black;
  padding: 8pt;
}

/**
 * Avoid user comments breaking across mutiple pages.
 */
.comments {
  page-break-inside: avoid;
}

/**
 * Use a print-friendly monospaced font and size.
 */
pre,
code,
kbd,
samp,
var {
  font-family: "Courier New", Courier, monospace;
}

/**
 * Italic definitons, quotes and definition terms.
 */
dfn,
q,
dt {
  font-style: italic;
}

/**
 * 1. Ensure images are maximum possible width.
 * 2. Avoid images breaking across mutiple pages.
 */
img {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  page-break-inside: avoid;
}

/**
 * Image alignment (compatible with Textile markup syntax).
 *
 * Example HTML:
 *
 * <img class="align-left">
 * <img class="align-right">
 * <img class="align-center">
 */
img.align-left {
  float: left;
  margin: 1em 1em 1em 0;
}
img.align-right {
  float: right;
  margin: 1em 0 1em 1em;
}
img.align-center {
  display: block;
  margin: 1em auto;
}

/**
 * Ensure margin below `figure`.
 */
figure {
  margin-bottom: 8pt;
}

/**
 * Ensure margin above `figcaption`.
 */
figcaption {
  margin-top: 4pt;
}

/**
 * Simple bullet styling for `ul` unordered lists.
 */
ul {
  list-style: square;
  padding: 0 0 8pt 1.8em;
}

/**
 * Simple numerical styling for `ol` ordered lists.
 */
ol {
  list-style: decimal;
  padding: 0 0 8pt 1.8em;
}

/**
 * Normalise margins on `dl` definition lists.
 */
dl {
  padding: 0 0 8pt 1.8em;
}

/**
 * 1. Ensure margin below `table`.
 * 2. Make `table` span entire page width.
 */
table {
  /* 1 */
  margin-bottom: 8pt;
  /* 2 */
  width: 100%;
}

/**
 * Harmonise styling for `caption`.
 */
caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 4pt;
}

/**
 * Display table head across multi-page tables.
 */
thead {
  display: table-header-group;
}
thead th {
  border-top: 1pt solid black;
}

/**
 * Avoid table rows breaking across mutiple pages.
 */
tr {
  page-break-inside: avoid;
}

/**
 * Simple styling for table cells.
 */
th,
td {
  border-bottom: solid 1pt black;
  padding: 4pt 8pt;
}

}
