:root {
  --color-teal: #2ab7c7;
  --color-darkteal: #00586f;
/*  --color-lightteal: #e4faff; */
  --color-lightteal: #fbfeff;
  --color-brightteal: #8bf0ef;
  --status-pending: #CBE4F9;
  --status-active: #EFF9DA;
  --status-cancelled: #F9D8D6;
  --status-queued: #D6CDEA;
  --status-other: #FFE5A0;
}

html {
  background: #fff;
}
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
/*  font-family: "Nunito", Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
}

#container {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  max-width: 1200px;
}

#submenu {
  position: relative;
  flex: 1 1 0;
  padding: 2em 0 40px 0;
}
#submenu:empty {
  display: none;
}

main {
  flex: 6 1 0;
  margin: 0 auto;
  padding: 0 90px 40px;
  overflow-x: auto;
  min-height: 400px;
  line-height: 1.4;
}

.chirplink { display: none; }
.clear { clear: both; }
.more:after {
  content: "\00a0»";
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-2 > div,
.col50 {
  width: calc(50% - 20px);
  margin: 0 0 1em 0;
}
.col50 > h2,
.col50 > h3 {
  margin-top: 0;
}
.panel div {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background: #cbe6f1;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
/*  font-size: 0.9em; */
}
.panel div > h3 {
  margin-top: 0;
}

ul.spaced li {
  margin-bottom: 0.5em;
}

.imgright,
.imgleft {
  text-align: center;
  font-size: 0.9em;
  color: #666;
}
.imgright {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
}
.imgleft {
  float: left;
  clear: left;
  margin: 1em 1em 1em 0;
}

section.blue {
  margin: 0 -90px;
  padding: 20px 90px;
  background-color: var(--color-lightteal);
}
section.blue.wider {
  margin: 0;
  padding: 20px 0;
}
section.blue.city {
  padding-bottom: 4em;
  border-bottom: 1px solid var(--color-teal);
  background-image: url(/images/city.png);
  background-position: center bottom;
  background-size: 360px 83px;
  background-repeat: no-repeat;
}

.outset {
  margin-left: -60px;
  margin-right: -60px;
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: var(--color-darkteal);
}
h1 {
  margin: 0.5em 0 0.5em;
  line-height: 1.0;
  font-size: 2.4rem;
}
h1 span {
  color: #258ebd;
}
h1 small {
  color: var(--color-teal);
}
h2 {
  clear: left;
  font-size: 1.8rem;
}
h2 span {
  color: var(--color-teal);
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}

strong {
  font-weight: 900;
}

a:link,
a:visited {
  color: var(--color-darkteal); 
}
a:hover,
a:focus {
  text-decoration: underline !important;
  color: var(--color-teal);
}

dt {
  float: left;
  clear: left;
  margin-right: 0.2em;
  font-weight: bold;
}
dt::after {
  content: ":";
}
dt small {
  white-space: nowrap;
  font-weight: normal;
}
dd {
  margin: 0 0 0.5em;
}

.fine-print {
  padding: 0 1em;
  border: 5px double grey;
  font-size: 0.8em;
}

a.tel {
  text-decoration: none;
  color: #000;
}
a.tel::before {
  padding-right: 0.25em;
  content: "\260E";
  color: #000;
}

.logout {
  padding: 2px 6px;
  background: #268fb8;
  border-radius: 4px;
  color: #fff !important;
}

.imagebg {
  margin: 0 -90px;
  padding: 20px calc(40% + 90px) 20px 90px;
  background-size: cover;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  font-size: 1.75em;
  color: white;
}
.imagebg a:link,
.imagebg a:visited {
  color: inherit;
}
.imagebg a:hover,
.imagebg a:focus {
  color: var(--color-brightteal);
}
.imagebg span {
  color: var(--color-brightteal);
}


fieldset {
  margin: 1em 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: linear-gradient(to bottom, white, white 80%, #eee);
}

form fieldset > fieldset {
  clear: left;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1em;
}

legend {
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  font-size: 0.9em;
  color: #333;
}
fieldset > label {
  float: left;
  clear: left;
  padding-top: 2px;
  width: 120px;
  text-align: right;
  font-size: 0.9em;
  color: #333;
}
fieldset > label::after {
  content: ":";
}
fieldset > label strong {
  color: #c00;
}
fieldset > span {
  display: block;
  margin: 0 0 0 120px;
  padding: 0 0 4px 4px;
}
fieldset > span label {
  cursor: pointer;
}
fieldset > span.validation-errors {
  font-style: italic;
  font-size: 0.9em;
  color: #f33;
}
fieldset input,
fieldset textarea,
fieldset select {
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1.1;
  font-family: inherit;
  font-size: 1.1em;
}
fieldset input:focus,
fieldset textarea:focus,
fieldset select:focus {
  border: 1px solid #aaa;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  color: #333;
}

fieldset input[type=image],
fieldset input[type=file] {
  border: none;
}
fieldset input[type=submit],
fieldset input[type=reset],
fieldset input[type=button] {
  padding: 2px 6px;
  border: #b5bbc4 1px solid;
  background-color: #f7fafc;
  background-image: linear-gradient(to bottom, #fff, #dae6f1);
  font-size: 100%;
  color: #333;
}
fieldset input[type=submit]:hover,
fieldset input[type=reset]:hover,
fieldset input[type=button]:hover {
  color: #e36627;
}
fieldset input[type=submit]:active {
  border-color: #666;
}

fieldset input:disabled,
fieldset input:disabled:hover,
fieldset input:disabled:focus {
  color: #999 !important;
}

input.cssform-undo:disabled {
  display: none;
}

button.check-speling {
  padding: 2px 6px;
  background: rgba(255,255,255,0.8);
  border: none;
  line-height: 1.4;
  font-weight: normal;
  color: #666;
  cursor: pointer;
}

a.delete:link {
  white-space: nowrap;
  color: #c00 !important;
}
a.delete:visited {
  color: #c00 !important;
}
a.delete:hover,
a.delete:focus {
  color: #000 !important;
  background-color: yellow !important;
}

.warning {
  margin: 0.5em 0;
  border: 1px solid #f00;
  background-color: #ff0;
  font-size: 0.8em;
  color: #333;
}
p.warning,
.warning p,
span.warning {
  padding: 0.5em;
}
.warning b {
  text-transform: uppercase;
  color: #f00;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC');
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: none;
}
input:required:valid,
textarea:required:valid {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=');
  background-position: right top;
  background-repeat: no-repeat;
}

input::-webkit-input-placeholder {
  color: #ababab;
}
input:-moz-placeholder {
  color: #ababab;
}

input[type="number"] {
  max-width: 4em;
}

#preview_desktop img {
  max-width: 100%;
  height: auto;
}

.cropper {
  display: inline-block;
  margin: 0 1em;
  padding-left: 18px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABRElEQVQ4jZXSsUsVUBzF8Y/yhgKRSOdwFpUgpxZX/4BElxwKcWhJqNbOIiEOBuIQiuioaUsSBRFCBIKjq0KERdoUhIRIOLyr2LNnvgN3+d37Pfzu+f1oQEmGk8yerVUagB/iGbrP1psvCT/BFJ4n2W7IIMkjTGAX47X3lSQV3EEHvmAlyWGB72GyvB1L8itJCzrRg/ZmLOI+ruIulgrcgZkCv8W1JDv4iU/ow6umJHvoTrKfpBU/0IZZDOEzRrGKA8xjJsku1Sms4XWSDfTiO27jJa7jKQZKd29OvneaAUbQjy58xQe8wBXcSvIbG/VCbqotJBkuuRzgQZKFevA5gySwhWmsYxNtSY7qGdRu4g20Yw6t+FNOXdUaHJXaTdXkl5NcaPDXJib5hvf4qDqBxxfB/+rgRINJ1v4Hn+ug6J1qDpfSMVLdY4b2kZcrAAAAAElFTkSuQmCC);
  background-position: left center;
  background-repeat: no-repeat;
}
.cropper:link {
  text-decoration: none !important;
  font-size: 0.75em;
  color: rgba(0,0,0,0) !important;
}
.cropper:visited {
  color: rgba(0,0,0,0) !important;
}
.cropper:hover,
.cropper:focus {
  color: rgba(0,0,0,0.5) !important;
}

#captcha {
  border: 1px outset #666;
}

/* file input drop box */

.attach-file {
  position: relative;
  display: block;
}
.attach-file input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.attach-file input[type=file] + div {
  margin: 0 0 0.2em 0;
  padding: 1em;
  background-color: rgba(255,255,255,0.5);
  border: 2px dashed rgba(0,0,0,0.2);
  text-align: center;
  font-size: 2em;
  color: rgba(0,0,0,0.3);
  transition: 0.2s;
}
.attach-file input[type=file]:invalid + div {
  border-color: rgba(255,0,0,0.4);
}
.attach-file:hover input[type=file] + div,
.attach-file input[type=file]:focus + div {
  border-color: rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.4);
}
.attach-file input[type=file]:focus + div {
  box-shadow: 0 0 4px Highlight inset;
}
.attach-file input[type=file]:active + div {
  background: #ccc;
}
.attach-file input[type=file].file-attached + div {
  padding: 2em;
  background-color: rgba(0,255,0,0.2);
  border-color: rgba(0,128,0,0.5);
  font-size: 1em;
  color: rgba(0,128,0,0.75);
}
.attach-file input[type=file] + div strong {
  color: #666;
}

@media only screen and (max-width: 767px) {

  fieldset > label {
    display: block;
    float: none;
    width: auto;
    text-align: left;
  }
  fieldset > span {
    display: block;
    margin: 0 0 4px 0 !important;
    padding: 0;
  }
  #captcha {
    width: 320px;
    height: 90px;
  }

}
#show_password {
  display: inline-block;
  width: 22px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAYCAYAAACBbx+6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABwxJREFUeNqcV3lIVWkU/97TXLJMs9RwSqzUMFITFUtrsE2TFrLFCIoWoihymooaSEjCqISyUvujnbChBsvKMqVSDCUzy3JcEltwNC0XstTemMuZ3/noXq72fPnmg4O+e7/ld8/5nd85n660tFT4+/uL/zNmzZqlc3Z2du/o6PBtamoKraiocA4KCnLCbwd+P2LEiLanT5+2Tp06tcnd3b1oxowZNbt27TIMGzbMA6/9YME9PT0u69evn3zlyhU3a2vrvpqamrTx48dn410prB7W0e9QBkxEZtmiRYs8AeAPJyenAhsbm3ZsQ4OZTqcjS0tLGjVqFE2bNq1z06ZNFZmZmTmdnZ257e3t+XPmzGnmeQDbe+bMmXLsnwKLhk2GDR94tqU5Hp0yZUoYvPd7S0tLVFdXlw3AyE0GG/zewsKCPS3Gjh0rJkyYMNzNzc3HysrKJy8vr2/fvn19iIrlyJEju69evVoeFRXViGW1MP6ITljvwD2HBHjx4sWBBQUF8fBIZF9fn4UCkv9qQTs6OgofHx/h4uIin+PDRG1trUAUhKenpwgMDBRhYWGisbFRAKz+/fv3ep579uzZztmzZ/dgi2JYJazxOxV6zAI8d+5c+/r6+rh379791t3dbaU8h0fE8uXLxYsXL6TBc2LPnj1ixYoVYty4cf32aG5uFsXFxeLt27cClBCvXr0ScXFxorW1lSMmDh06xB/kcOLEiQB85D9LlizJxLwWLDXA+n4ANRiHV61aFQbe/a3lo52dHcXGxhIOJx5YSxs2bKCGhgb62fj27RulpqYyV+Ve8+fPp7KyMsrOzqb9+/fTwoULCVEgDw+PSuz5K5bojOEyCjggICAWvDNowa5cuZJev35tEhQoQ/fu3aPjx4/TuXPnCN6XQHmcPn2awGe5F5KWqqqq5HPQhhISEmjixIlkb28vExQRNDCGnwLOysrSR0ZGJivZzX+RJJSenj4oSHBa/kXmswqwhyg8PJx27NhBly5doqKiItq5c6f64Qzu8ePHdP78eQK/1X1u3rxJUB7Sns1YGJNRwMnJybYzZ878U+vVefPmEThs0qsKYPbopEmTKCIigpBQlJGRQffv3yfkgdwLykAXL16Uc1++fEnr1q2jo0eP9tuLz+IztRgYE2NTAVdXV4vCwkKr4ODgdO3E7du3q+FUhsFgIHyx5LACVDuuX79OSCg5586dO+Tn5yf3srW1lfxFkZDzPn36RCgihIJF0OMfuM5na7EwNsYoAV++fFngqy5oJ3DYBnqQB6qQfA8JUp9x4kGWCEogOVxeXk7Xrl2TnOS5Y8aMkeHPzc0lOEddx0nGXuc9jZ3FGAZE+4IEDHInaF9wwiiLFY8o4+HDh3IOJE19hnDR0qVL6eDBg5Sfn09wgATJ8xg0g2dqxMfHU1pamrpu9erVkqsPHjzodwafqQBPSkrqB5qx6s2pdPyFXLm4ECgDvYQICQnhvkI8e/ZMbNmyRRYM0EGcOnVKavajR4+kFrP2KgOgTFbJQYc5lGBZg9zRsmXL1Gdv3rwhlFmZaCxJvJ4Tjb1648YN2rt3r0xETkjmtjJCQ0PlXLMpYU7Sff36VSYL8+/z589qCLdt26auW7NmjfwAljSWNjQ3UupQlunLly9yDUozay2hKzM/6cyVtZMnTxLKsPQ2g0X3Jefq9Xqptww2JSWFNm7cyJIkQY0ePVpWNGWwYvCarVu3mi9rpgoHG4v5rVu31E3RsEjJ4qxfsGCBKlvotmSRYG2NiYmh6dOnExob8vX1lfRQxocPHwi9h1xXUlKiPufixEVqyIVjYGnm8ohGmxwcHMjLy4uOHDlCSBq5OcJDaFzkpq6urvTkyRP5HC0noWGXHmTgd+/elVKnjN7eXoqOjlYpp+QFl32tV7ktGFJp1pgO2R6ORKlkYOigVNliaeMwK2WbQQ3kurGBrk3Kn6LjrNe7d++WSawFyw0XN16DXR6MAeYuiQnuiOY6KDExMePw4cM9zE3IlEwW3hjXHrp9+zbl5OTQsWPH5P+4Jv0AlDs5XqfQgLnOiQs57AcU0exCJBORpPambjs6I3c67pHtYK58yeB7FzI5AonkdeDAgZEIu9RctIQCPbIAb6X+IrTyNzgvbxe8+cePH0VlZaVAKVZvINrG//vvXnRp2Wjs49FAlfxMho018BZ8f4RxJ+4DC4QH7Rksv0S4DJAxa4DRg6+ygefmnIsFZE/eMEwVHgU0yvK/uBNmIWJJaOoLhlw4jFCCL36eMK6/qWvXrq1TwobiwA1xXltb218osxkor2Xe3t4dTBOlaJgyvrDyxZUvsHyRVT7CHDNGCfbuLzD/urq6COhgDKTIGg141ebNm5u/X7/ZqpFsDVAP++fPn3vDsyGmrvngbCF+l4Hntbgfktbr5oz/BBgAcFZAC+LbFZUAAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
#show_password.shown {
  background-image: url(data:image/png;base64,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);
}

.password-check.ok {
  box-shadow: 0 0 3px #090;
}
.password-check.weak {
  box-shadow: 0 0 3px orange;
}
.password-check.vulnerable {
  box-shadow: 0 0 3px #f00;
}

.password-strength {
  display: none;
  font-size: 0.9em;
}
.password-check.ok ~ .password-strength {
  display: block;
  color: #090;
}
.password-check.weak ~ .password-strength {
  display: block;
  color: orange;
}
.password-check.vulnerable ~ .password-strength {
  display: block;
  color: #f33;
}

.password-meter {
  display: none;
  margin: 2px;
  height: 0.5em;
  overflow: hidden;
  background: linear-gradient(to right, red, orange 25%, yellow 50%, green 75%);
  border-radius: 1em 0;
  text-align: right;
}
.password-meter div {
  display: inline-block;
  width: 0;
  height: 100%;
  background: rgba(255,255,255,0.8);
  border-left: 1px solid #999;
  border-radius: 0 0 1em 0;
  vertical-align: top;
}
.password-check.ok ~ .password-meter,
.password-check.weak ~ .password-meter {
  display: block;
}
.collapse {
  border-collapse: collapse;
}
.collapse tr {
  border: 1px solid #666;
}
.collapse th {
  background-color: #ccc;
  border: 1px dotted #999;
  text-align: left;
}
.collapse td {
  vertical-align: top;
  border: 1px dotted #999;
}

.files {
  border-collapse: separate;
}
.files th {
  background-color: #efefef;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.8em;
  color: #234;
}
.files td,
.files th {
  border: 1px solid #999;
  padding: 0.25em 0.5em;
}
.files td p {
  margin: 0.5em 0;
}

.noborder {
  border: none !important;
}
.u3abutton {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0.5em;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  box-shadow: 6px 6px 5px #999;
  font-weight: bold;
  font-size: 10pt;
  background-color: #808080;
  cursor: pointer;
  opacity: 0.7
}

.u3abutton:hover {
  top: 2px;
  left: 2px;
  border-color: #345 #cde #def #678;
  color: white;
  opacity: 1.0
}
.course_vacancies {
  color: #228B22; /* ForestGreen */
}
.course_limited_vacancies {
  color: #228B22; /* ForestGreen */
}
.course_cancelled {
  color: red;
}
.course_finished {
  color: #8B4513; /* SaddleBrown */
}
.course_full {
  color: #8B008B; /* DarkMagenta */
}
.environment_test {
  color: #ffd; /* Light Yellow */
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: -35px;
  font-size: 20px;
}
.environment_train {
  color: #dff; /* Light Cyan */
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: -35px;
  font-size: 20px;
}
.environment_dev {
  color: #fdf; /* Light Magenta */
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: -35px;
  font-size: 20px;
}
fieldset > label {
  float: left;
  clear: left;
  padding-top: 2px;
  width: 150px;
  text-align: right;
  font-size: 90%;
  color: #333;
}
fieldset > label:after {
  content: ":";
}
fieldset > label strong {
  color: #c00;
}
fieldset > span {
  display: block;
  margin: 0 0 0 150px;
  padding: 0 0 4px 4px;
}
fieldset > span label {
/*
  display: inline-block;
  float: none;
  width: auto;
  white-space: nowrap;
  text-align: left;
  font-size: inherit;
  color: inherit;
*/
  cursor: pointer;
}
fieldset > fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
#breadcrumbs_container {
  margin: 0 auto;
  max-width: 1120px;
}
#breadcrumbs {
  line-height: 25px;
  font-size: 0.9em;
  color: black;
}
main a.button:link,
main a.button:visited,
.buttons a:link,
.buttons a:visited,
#content a.button:link,
#content a.button:visited,
button.button {
  display: inline-block;
  margin: 4px 0;
  padding: 2px 12px;
  background-color: rgb(37, 143, 183);
  border: none;
  border-radius: 0.25em;
  text-decoration: none !important;
  font-size: inherit;
  color: white;
  transition: 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
main a.button:hover,
main a.button:focus,
.buttons a:hover,
.buttons a:focus,
#content a.button:hover,
#content a.button:focus,
button.button:hover,
button.button:focus {
  background-color: #005668;
  text-decoration: none !important;
  color: white !important;
  cursor: pointer;
}

main a.button.alert:link,
main a.button.alert:visited,
.buttons a.alert:link,
.buttons a.alert:visited,
#content a.button.alert:link,
#content a.button.alert:visited {
  background-color: rgb(183, 37, 37);
}
main a.button.alert:hover,
main a.button.alert:focus,
.buttons a.alert:hover,
.buttons a.alert:focus,
#content a.button.alert:hover,
#content a.button.alert:focus {
  background-color: red;
}

.button {
  text-align: center;
}
input.button,
.button a:link,
.button a:visited {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 1em;
  width: auto;
  background-color: #268fb8;
  border: 1px solid #268fb8;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: inherit;
  color: white;
  transition-duration: 0.2s;
  cursor: pointer;
}
input.button:hover,
.button a:hover,
.button a:focus {
  background-color: white;
  text-decoration: none !important;
  color: #268fb8;
}
input.button:disabled,
input.button:disabled:hover {
  background-color: #999 !important;
  color: white !important;
}
.course_vacancies {
  color: #228B22; /* ForestGreen */
}
.course_limited_vacancies {
  color: #228B22; /* ForestGreen */
}
.course_cancelled {
  color: red;
}
.course_finished {
  color: #8B4513; /* SaddleBrown */
}
.course_full {
  color: #8B008B; /* DarkMagenta */
}

h2.sort-section {
  margin-top: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  color: #258ebd;
}

.course-stub {
  position: relative;
  margin: 1em 0;
  padding: 1em 1em 1.5em;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: height 0.2s ease-out;
  cursor: pointer;
}
.course-stub::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1em;
  background: rgba(255,255,255,0.95);
  content: "";
}
.course-stub:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.course-stub {
  display: none;
}
.course-stub.vacancies {
  display: block;
}

.course-stub.waiting-list,
.course-stub.cancelled,
.course-stub.finished,
.course-stub.full,
.course-stub.limited-vacancies,
.course-stub.on-hold {
  padding-top: 2em;
}
.course-stub::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ccc;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.course-stub.waiting-list::after {
  content: "Waiting list only";
}
.course-stub.cancelled::after {
  content: "Course cancelled";
}
.course-stub.finished::after {
  content: "Course finished";
}
.course-stub.full::after {
  content: "Course full";
}
.course-stub.limited-vacancies::after {
  content: "Limited vacancies";
}
.course-stub.on-hold::after {
  content: "Courses on hold";
}

.course-stub h3 {
  margin: 0;
}
.course-stub h3 span {
  display: block;
  font-size: 0.8em;
  color: #666;
}
.course-stub h3 strong {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #ff9a28;
}
.course-stub p {
  margin: 0.5em 0;
}
.course-stub p.expand {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  width: 20px;
  height: 12px;
  background: url(/images/arrow-down.jpg);
  background-size: 100% 100%;
}
.course-stub.open p.expand {
  background-image: url(/images/arrow-up.jpg);
}

.course-stub .course-extra,
.course-stub p span {
  display: none;
}
.course-stub p s {
  text-decoration: none;
}
.course-stub p s::after {
  content: "...";
}

.course-stub.open .course-extra,
.course-stub.ready .course-extra {
  display: block;
}
.course-stub.open p span {
  display: inline;
}
.course-stub.open p s::after {
  content: "";
}

/* course search form */

#course_search {
  position: relative;
}
#course_search.hidden {
  display: none;
}
#course_search #show_advanced_search {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em 0.5em;
  background-color: var(--color-teal);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  color: white;
  transition: 0.25s;
}
#course_search #show_advanced_search::after {
  margin-left: 0.25em;
  content: "\25b8";
}
#course_search #show_advanced_search:hover {
  text-decoration: none !important;
  background-color: var(--color-darkteal);
}
#course_search #advanced_search {
  display: none;
}
#course_search.advanced #advanced_search {
  display: block;
}
#course_search.advanced #show_advanced_search::after {
  content: "\25be";
}
#course_search #startyear,
#course_search #endyear {
  font-size: inherit;
  color: #267184;
}

h2#results {
  position: relative;
}
h2#results form {
  float: right;
  margin-top: -6px;
  font-weight: normal;
}
h2#results input,
h2#results button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 0 2px;
  padding: 4px 8px;
  background: #268fb8;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  font-size: 15px;
  color: white;
}
h2#results input:hover,
h2#results button:hover {
  text-decoration: none !important;
  background: #00586f;
  cursor: pointer;
}

/* tabular listing */

.courses-list tbody tr td:first-child a {
  font-weight: bold;
}
.courses-list tbody tr td:first-child span {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: small;
  color: green;
}

.courses-list tbody tr.waiting-list {
  display: none;
}
.courses-list tbody tr.waiting-list td:first-child span,
.courses-list tbody tr.full td:first-child span {
  color: #cc3333;
}
.courses-list tbody tr.limited td:first-child span {
  color: orange;
}

.courses-list tbody td:last-child {
  white-space: nowrap;
}
.courses-list tbody td:nth-child(n+2) small {
  color: #327081;
}

.courses-list thead th:first-child {
  width: 42%;
}
.courses-list thead th:nth-child(2) {
  width: 42%;
}

/* course information page */

.courseinfo {
  position: relative;
  margin: 0.5em 0;
  padding: 0.5em 0.75em;
  width: calc(100% - 2em - 2px);
  border: 1px solid var(--color-teal);
}
.courseinfo > .printer {
  position: absolute;
  top: 0.75em;
  right: 1em;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/printer.png) no-repeat;
}
.courseinfo th,
.courseinfo td {
  padding: 3px 8px;
}
.courseinfo th {
  background-color: var(--color-lightteal);
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
}

#course_search_filter label {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.8em;
  background: #f9f9f9;
  vertical-align: middle;
  font-size: 0.9em;
  cursor: pointer;
}

@media only screen and (max-width: 639px) {

  .courseinfo tr {
    margin-bottom: 0.5em;
    display: flex;
    flex-flow: column nowrap;
  }

}
dl.ebulletins {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0.5em 0;
  border: solid #b8f7ff;
  border-width: 5px 0 0;
}
.ebulletins dt {
  float: none;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  width: 40%;
  border-bottom: 1px solid #b8f7ff;
}
.ebulletins dt span {
  font-weight: normal;
  font-size: 0.9em;
}
.ebulletins dt a::after {
  position: absolute;
  padding-left: 2px;
  font-size: 0.9em;
  color: #000;
  content: "\29c9";
}
.ebulletins dt::after {
  content: "";
}
.ebulletins dd {
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  width: 60%;
  border-bottom: 1px solid #b8f7ff;
  white-space: normal;
}
#faq h2 {
  margin: 20px 0 0;
}
#faq h4 {
  margin: 10px 0;
  padding-left: 1em;
  font-family: "proxima-nova-extra-condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1em!important;
}
#faq h4 a {
  text-decoration: none !important;
}
#faq h4 a::before {
  content: "\25B6";
  padding-right: 5px;
  font-size: 0.6em;
  color: #333;
}
#faq h4.opened a::before {
  content: "\25Bc";
}

.faqbox {
  display: block;
  margin: 0 0 0 2em;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #dedede;
  font-size: 0.9em;
}
.faqbox p {
  margin: 6px 0;
}
dl.files {
  position: relative;
  margin: 1em;
  overflow: hidden; /* Safari bug */
}
dl.files dt {
  float: none;
  margin: 0;
  padding: 0 0 0 12px;
}
dl.files dt a {
  font-weight: bold;
}
dl.files dt::before {
  position: absolute;
  left: 0;
  content: "• ";
}
dl.files dt::after {
  content: "";
}
dl.files dd {
  margin: 0;
  padding: 0 0 0.5em 12px;
  font-size: 0.9em;
}
#traditional_owners {
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

#facebook_link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 1em;
  margin: 1.5em auto;
  width: fit-content;
  text-decoration: none;
  text-transform: lowercase;
}
#facebook_link h4 {
  margin: 0;
}
#facebook_link img {
  max-width: 48px;
}

#facebook_link > a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 1em;
  text-decoration: none;
}
#facebook_link > a:first-child {
  padding-right: 1em;
  text-align: right;
}

#footer {
  background-color: white;
  text-align: center;
}

/*
#facebook {
  margin: 0 auto;
  padding: 0 0 2em;
  background: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 1.1em;
  color: #267184;
}
#facebook p {
  margin: 0;
}
#facebook img {
  margin-right: 1em;
  vertical-align: middle;
}
#facebook a:link,
#facebook a:visited {
  color: inherit;
}
*/
fieldset label {
  font-size: 0.85em;
}

main form {
  background: var(--color-lightteal);
}
form fieldset {
  padding: 0.25em 1em;
  background: transparent;
  border: none;
}
form fieldset > legend {
  margin: 0;
  padding: 0.5em 0 0 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  color: var(--color-teal);
}
form fieldset table.collapse {
  background: rgba(255,255,255,0.75);
}

fieldset > label {
  width: 150px;
}
fieldset > label strong {
  color: #c00;
}
fieldset > span {
  margin: 0 0 0 150px;
}
form fieldset > fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

a.edit:link,
a.edit:visited {
  white-space: nowrap;
  text-decoration: none;
  color: magenta;
}
.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(auto-fill, auto);
  column-gap: 1em;
  row-gap: 1em;
}
.grid-2 > div {
}
header {
  border-bottom: 1px solid var(--color-teal);
}
header > div {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: calc(1200px - 60px);
  height: 134px;
}
header > div > p {
  margin: 0;
  padding: 20px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
header > div > p > span {
  display: inline-block;
  margin: 10px 0 0 1.5em;
  font-weight: 900;
  font-size: 1.1em;
  color: var(--color-teal);
}
header > div > p > span a:link,
header > div > p > span a:visited {
  color: inherit;
  transition: 0.25s;
}
header > div > p > span a:hover,
header > div > p > span a:focus {
  color: var(--color-darkteal);
}

form #home_top_banner { /* edit mode */
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background-image: none;
}
form #home_top_banner img { /* edit mode */
  width: 100%;
  height: auto;
}

#banner_caption {
  margin: 0;
  padding: 0.25em 0.5em 0.5em;
  background-color: var(--color-lightteal);
  font-size: 0.75em;
  color: black;
}

#home_top_banner {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 410px;
  background-color: #555;
  background-image: url(/images/small/index.html_HOME_TOP_BANNER.jpg);
  background-position: center center;
  background-size: cover;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#home_top_banner > h1 {
  margin-right: 20%;
  margin-top: -1em;
  font-style: italic;
  font-size: 1.4em;
  color: #E5ECE4;
  opacity: 0.8;
}

@media only screen and (max-width: 1999px) {

  #home_top_banner {
    height: 300px;
    background-position: right center;
  }

}

@media only screen and (max-width: 1199px) {

  #home_top_banner {
    height: 325px;
    background-position: right 40% center;
  }

}

@media only screen and (max-width: 699px) {

  #home_top_banner {
    height: 1em;
    background-position: right center;
    background-image: none;
    background-color: #1F8AA8;
  }
  #home_top_banner > h1 {
    display: none;
  }

}

.homepage .latest-news p {
  font-size: 1.4em;
  font-weight: bold; 
}

.announce {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  font-weight: bold;

}
.announce > div {
  margin: 0.5em 0;
  border: 5px solid var(--color-brightteal);
  border-radius: 0.5em;
  background: rgba(255,255,255,0.5);
}
.announce > div h4 {
  margin: 0.6em 0;
}
.announce > div p:empty {
  display: none;
}
#modal_wrapper {
  display: flex;
  justify-content: center;
}

#modal_wrapper.overlay::before {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  content: " ";
}

#modal_window {
  display: none;
  z-index: 500;
  position: fixed;
  top: 35vh;
  max-width: 80vw;
  overflow: auto;
  padding: 8vh 8vw;
  background-color: white;
  box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
  font-size: 1.2em;
}
#modal_wrapper.overlay #modal_window {
  display: block;
}

#modal_window a:link,
#modal_window a:visited {
  display: inline-block;
  padding: 2px 16px;
  border: 2px solid;
  text-decoration: none;
  color: black;
}
#modal_window a:hover,
#modal_window a:focus {
  text-decoration: none !important;
  color: var(--color-teal);
}

#content .log-out,
header .log-out {
  position: absolute;
  top: 1em;
  right: 1em;
}
#content .log-out a:link,
#content .log-out a:visited,
header .log-out a:link,
header .log-out a:visited {
  padding: 0.25em 0.5em;
  border: 1px solid;
  border-radius: 0.5em;
  background-color: white;
  text-decoration: none !important;
  font-size: 0.8em;
  font-weight: bold;
  color: var(--color-teal);
  transition: 0.3s;
  z-index: 101;
}
#content .log-out a:hover,
#content .log-out a:focus,
header .log-out a:hover,
header .log-out a:focus {
  text-decoration: none !important;
  background-color: var(--color-teal);
  color: white;
}
.menu {
  display: table;
}
.menu ul {
  display: table-row;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 200;
}
.menu li {
  display: table-cell;
  padding: 0 14px;
}
.menu li:first-child {
  border: 0 !important;
}
.menu li a:link,
.menu li a:visited {
  display: block;
  padding-right: 8px;
  text-decoration: none;
  white-space: nowrap;
}

#menu {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 20px;
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 32px);
  line-height: 36px;
  font-weight: 500;
}
#menu li {
  position: relative;
}
#menu li::before {
  position: absolute;
  left: -8px;
  display: block;
  width: 8px;
  height: 36px;
  background-image: url(/images/nav-separator.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
#menu li:nth-child(2)::before,
#menu li:last-child::before {
  display: none;
}
#menu li:nth-child(3),
#menu li:nth-child(4) {
  font-weight: 900;
}
#menu li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
#menu #login a {
  position: relative;
  font-weight: 900;
  color: var(--color-teal);
}
#menu #login a:hover,
#menu #login a:focus {
  text-decoration: underline !important;
}
#menu #login a::before {
  position: absolute;
  left: -1.4em;
  display: block;
  width: 1.1em;
  height: 36px;
  background-image: url(/images/icn_avatar.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

#menu li a:link,
#menu li a:visited {
  text-decoration: none !important;
  transition: 0.25s;
}

#menu.members-nav ul {
  background-color: #b8f7ff;
}

#footer_menu_container {
  margin: 0 0 2em;
  background-color: #d6eaf3;
}
#footer_menu {
  margin: 0 auto;
  min-height: 2em;
}
#footer_menu li {
  border-left: 1px solid white;
  line-height: 45px;
}
#footer_menu li a:link,
#footer_menu li a:visited {
  color: #565656;
}

/* admin subnavigation */

#submenu #show_side_nav {
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
}
#submenu #hide_side_nav {
  position: absolute;
  top: 0;
  font-size: small;
  color: #999;
  cursor: pointer;
}
#submenu #hide_side_nav::after {
  content: "×";
  font-size: 1.5em;
}

#submenu > form {
  margin: -0.6em 0 1em;
  background-color: var(--color-darkteal);
  padding: 0.3em;
}
#submenu > form select {
  display: block;
  width: 100%;
}
#submenu > p {
  margin-top: 0;
}
#submenu strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9em;
}
#submenu strong::after {
  content: ":";
}

#submenu.detached {
  position: absolute;
  z-index: 10;
  background-color: white;
}
#submenu.detached.popup {
  padding: 4em 2em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
#submenu.detached #hide_side_nav {
  top: auto;
  right: 0.25em;
  bottom: 0.25em;
}
#submenu.detached #hide_side_nav::after {
  content: "unhide";
  font-size: small;
}
#submenu.detached:not(.popup) > * {
  display: none;
}
#submenu.detached #show_side_nav {
  display: block;
  left: 0;
}
#submenu.detached #show_side_nav::after {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  line-height: 1.5em;
  text-align: center;
  content: "\2630";
  font-size: 1.5em;
  color: #666;
}

/* horizontal submenu */

.submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.submenu li {
  border-bottom: 1px solid #d7d7d7;
}
.submenu li a:link,
.submenu li a:visited {
  display: block;
  padding: 0.8em 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #666;
}
.submenu li a.current {
  position: relative;
  color: black;
  cursor: default;
}
.submenu li a.current:hover,
.submenu li a.current:focus {
  text-decoration: none !important;
}
.submenu li a.current::before {
  position: absolute;
  left: -1em;
  content: ">";
}

.subnav {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.subnav > li {
  display: inline-block;
}
.subnav li.prefix::after {
  content: ":";
}
.subnav li:not(:first-child)::before {
  content: "\00a0|\00a0";
}
.subnav li.prefix + li::before {
  content: "\00a0";
}

/* section page navigation */

#subsections {
  position: relative;
}
#subsections > li {
  font-weight: bold;
}
#subsections.buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 1em 0;
  padding: 0.5em 0 0;
  list-style-type: none;
}
#subsections.buttons > li {
  flex-basis: 36%;
  margin: 0.25em 0;
  text-align: center;
}

#subsections > div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: small;
  color: var(--color-teal);
  cursor: pointer;
}
#subsections.buttons > div > span:nth-of-type(2) {
  font-weight: bold;
}
#subsections:not(.buttons) > div > span:nth-of-type(1) {
  font-weight: bold;
}

#subsections.buttons a {
  display: block;
  margin: 0.25em 1em;
}

/* radio-button toggle navigation */

#radio_nav input {
  display: none;
}

#radio_nav input + label {
  display: inline-block;
  margin: 0.5em 0.25em 0 0;
  padding: 0.2em 0.8em;
  background-color: #b8f7ff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  border-radius: 0.5em;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.9em;
  color: inherit;
  cursor: pointer;
}
#radio_nav input + label::before {
  content: "\25CC\00a0";
}

#radio_nav input:checked + label {
  background-color: #327081;
  color: white;
}
#radio_nav input:checked + label::before {
  content: "\25CF\00a0";
  color: white;
}
/* homepage */

.news-display {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
form .news-display { /* edit mode */
  display: block;
}
.news-display > div {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 1.5em 0;
  width: calc(50% - 1.5em);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  background: white;
}
.news-display > div h2 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.0;
  font-size: 1.5em;
  color: var(--color-teal);
}
.news-display > div h2 small {
  text-transform: none;
  font-size: 0.75em;
}
.news-display > div h4 {
  margin: 0;
}
.news-display > div h5 {
  margin: 0.5em 0 0 0;
  font-size: 1em;
}
.news-display > div h4 a:link,
.news-display > div h4 a:visited {
  display: block;
  font-weight: bold;
}
.news-display > div ul {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  color: var(--color-darkteal);
}
.news-display > div ul li {
  margin-bottom: 0.25em;
}
.news-display > div ul li a:link::after,
.news-display > div ul li a:visited::after {
  content: "\00a0»";
}
.news-display > div .news-img {
  flex: 2;
  background-position: center center;
  background-size: cover;
}
.news-display > div .news-text {
  flex: 3;
  padding: 1em 1em;
}

.news-display > .get-involved {
  background: transparent;
  box-shadow: none;
}
.news-display > .get-involved > div.news-text {
  text-align: center;
  color: var(--color-darkteal);
}
.news-display > .get-involved > div.news-text h2 {
  text-transform: none;
  color: var(--color-darkteal);
}

/* latest news */

.news-thumb {
  float: left;
  margin: 0 1em 1em 0;
}

/* newsletters */

.newsletters {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
  width: 100%;
}
.newsletters dt {
  float: none !important;
  flex: 0 33.3%;
  margin: 0 0 1em;
  text-align: center;
}
.newsletters dt small {
  white-space: nowrap;
}
.newsletters dt::after {
  content: "";
}

.rss {
  text-align: right;
  font-size: 0.8em;
}
.rss a:link,
.rss a:visited {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAOCAMAAABw6U76AAAAt1BMVEX/ZgD///8/GgH/yKR9MwL/mlflVgDhm3fGRADwXQDVdkT/j0T7ZADwzbv/eiLoWAD4YgD/9e7/4MzKUBHxpXf78+7/hTPxupnZglXdUgDUVxH/1rv/cBH02sz9wZndj2b+4MzpoHf/o2b/uIj8tojKRgDXYyL/rXfbZSLnYRHWTQDmn3f/693/mVXkdy7tmGbteTPrl2b/5tWfQQPYd0QhDgH88+7otJnsWwD0XwD99O76llXOXSKFxRG4AAAAqklEQVR42oWPRw7CQAwAbcqW9JCE3kPovbf/v4sVwkKYQ+YyPoxsGfbFXNZQhlxKf5Fn22QeoSFMAaoVNAzJPJIywQ0scWH1XOmTWaREjNJHrM+0PxVkvikN70/RQsT+BAIyiwzHLGgPOmaIgczPuXjR4DmiKdEVZB55Z9xBOFrZXZRzMo/ggcn2/XktEuSfCJQCuKrsNrasSDUcIFP0S6C18/UnOhRyOb0A0VkO6WtrQTIAAAAASUVORK5CYII=);
  text-decoration: none;
  color: #333;
}

h3.headline {
  clear: left;
}
h3.headline > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #787878;
}
.notice {
  margin: 1em 0 !important;
  padding: 0.75em 0.75em 0.65em;
  background-color: #fff9e6;
  border: 1px solid #ffc605;
  font-size: 1em;
  border-radius: 3px;
}
.notice b {
  color: #ff3b05;
}
.notice.success {
  border-color: #20d020;
  background-color: #ecfceb;
}
.notice.success b {
  color: #20d020;
}
.notice.warning {
  border-color: #ff3333;
  background-color: #ffefef;
}

#grace_notice {
  position: relative;
  font-size: 0.9em;
}
#grace_notice > .close {
  cursor: pointer
}
#grace_notice > .close::after {
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  content: "\2715";
  color: #ffc605;
  transition: 0.25s;
}
#grace_notice > .close:hover::after {
  color: #333;
}
.suggest {
  position: absolute;
  display: none;
  z-index: 1000;
  margin: 0;
  padding: 1px;
  width: 400px;
  max-height: 24em;
  overflow: auto;
  background: #a6c7d1;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  list-style-type: none;
  text-align: left;
  font-size: 10px;
}
.suggest li {
  display: block;
  margin: 0;
  padding: 0;
}
.suggest li:before {
  content: "" !important;
  text-shadow: none;
}
.suggest a:link, .suggest a:visited {
  display: block;
  padding: 2px 4px;
  white-space: nowrap;
  text-decoration: none !important;
  color: #000;
}
.suggest a:hover, .suggest a:focus, .suggest a:focus:hover {
  background: #fff;
  text-decoration: none !important;
}
.suggest a:focus {
  background: rgba(255,255,255,0.6);
}

#submit_courseid {
  display: none;
}
.collapse {
  margin: 1em 0;
}
.collapse tr {
  border-color: #327081;
}
.collapse th,
.collapse td {
  vertical-align: top;
  padding: 2px 4px;
}
.collapse thead th,
.collapse tfoot th {
  background: #327081;
  text-transform: lowercase;
  color: #fff;
}
.collapse thead th a:link,
.collapse thead th a:visited,
.collapse tfoot th a:link,
.collapse tfoot th a:visited {
  color: #fff;
}
.collapse tbody tr:nth-child(even) {
  background: #f3f3f3;
}

.col1-nowrap td:first-child {
  white-space: nowrap;
}

.collapse.activities h4,
.collapse.activities p {
  margin: 0.5em 0;
}

.collapse.contacts td {
  width: 50%;
}
.collapse.contacts td:nth-child(3) {
  min-width: 150px;
  width: auto;
}
@media print {

.noprint {
  display: none;
}
#header,
#signin,
#breadcrumbs_container,
#submenu,
#facebook,
#footer_menu_container {
  display: none;
}

#container,
#container > #content,
#content {
  width: auto;
}

h1, h2, h3, h4 {
  color: #666;
}

.panel div {
  padding: 0;
  margin: 0 0 2em;
  background: #fff;
  border: none;
  box-shadow: none;
  color: #333 !important;
  page-break-inside: avoid;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}
a[href ^= 'http']:link:after,
a[href ^= 'http']:visited:after {
  content:" [" attr(href) "] ";
  font-weight: normal;
  font-size: 80%;
  color: blue;
}

input,
textarea,
select,
input[type="file"] {
  -webkit-appearance: none;
  border: none !important;
  background: #fff;
  border-bottom: 1px dashed #666 !important;
}

/*
#banner {
  margin: 1em 0;
  padding: 0 40px;
  height: auto;
  background: #fff;
  color: #333 !important;
}
#banner h1,
#banner p {
  max-width: none;
  color: #333;
}
*/

}
#menu_trigger {
  display: none;
}

@media only screen and (max-width: 1199px) {

  #breadcrumbs_container,
  main {
    padding: 0 20px;
    width: auto;
  }
  #submenu {
    padding-left: 20px;
  }
  #submenu_trigger {
    white-space: nowrap;
  }

  .outset {
    margin: -20px;
    padding: 20px;
  }

}

@media only screen and (max-width: 959px) {

  header > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
  }
  header > div > p {
    flex-grow: 1;
    padding: 0;
  }
  header > div > nav {
    flex: 1;
  }

  header > div > p > span {
    display: none;
  }

  #menu {
    position: relative;
    left: 0;
    display: block;
    height: 60px;
  }
  #menu ul {
    position: absolute;
    right: 0;
    width: fit-content;
    min-width: 248px;
  }
  #menu ul li {
    display: none;
    padding: 0.25em 2em 0.25em 0.25em;
    background: var(--color-lightteal);
    line-height: 1.75;
    font-size: 1.5em;
  }
  #menu ul.active li {
    display: block;
  }

  #menu ul #menu_trigger {
    display: block !important;
    padding: 0 0 0.5em 0;
    height: 1.5em;
    background: transparent;
    cursor: pointer;
    z-index: 100;
  }
  #menu ul #menu_trigger::after {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0.25em;
    background-image: url(/images/icn_burger.svg);
    background-position: right 0.5em center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  #menu ul li {
    padding: 0.25em 1em;
  }

  #menu li a:link,
  #menu li a:visited {
    display: block;
    padding: 0 0.5em;
  }

  #menu li::before {
    display: none;
  }

  #search::after {
    width: 100%;
    background-position: 0.5em center;
  }

  #menu #login {
    position: static;
  }
  #menu #login a::before {
    position: static;
    display: inline-block;
    margin: 0 0.25em -0.25em 0;
  }

  main {
    flex: auto;
  }

  .news-display {
    flex-flow: column nowrap;
  }
  .news-display > div {
    width: auto;
  }

  .imagebg {
    margin: 0 -20px;
    padding: 20px;
  }

  .flex-2 > div,
  .col50 {
    margin: 0;
    width: auto;
  }

  section.blue {
    margin: 0 -20px;
    padding: 20px;
  }
  .blue > .outset {
    background-color: inherit;
  }

  #container {
    flex-flow: column nowrap;
  }

  #submenu {
    position: relative !important;
    padding: 1em 1em;
  }
  #submenu #show_side_nav,
  #submenu #hide_side_nav {
    display: none !important;
  }
  #submenu > form,
  #submenu > p {
    display: block !important;
  }

  #subsections.buttons > li {
    flex-basis: 80%;
  }

}

@media only screen and (max-width: 799px) {

  body {
    font-size: 16px;
  }

  .flex {
    display: block;
  }
  .col50 {
    width: auto;
  }
  .col50 > h2,
  .col50 > h3 {
    margin-top: 1em;
  }

  main img {
    max-width: 100%;
    height: auto;
  }

  #facebook,
  #footer_menu > ul {
    display: none;
  }

  #footer span {
    white-space: nowrap;
  }

  #breadcrumbs,
  #container,
  #submenu {
    width: auto;
  }

  #container > #content {
    width: calc(100% - 40px);
  }
  #breadcrumbs {
    line-height: 2;
    font-size: 1em;
  }

  #submenu_trigger:hover {
    color: #268fb8;
  }
  #submenu_trigger::before {
    content: "\25B6\00a0";
  }
  #submenu_trigger.active::before {
    content: "\25Bc\00a0";
  }
  #submenu strong::after {
    content: "";
  }
  #submenu_trigger {
    cursor: pointer;
  }
  #submenu .submenu {
    display: none;
  }

  .submenu li a.current {
    font-weight: bold;
  }
  .submenu li a.current::before {
    content: "";
  }

  .news-item {
    padding: 0 0 1em 0;
    width: auto;
    box-shadow: none;
  }

  .ebulletins dt,
  .ebulletins dd {
    display: block;
    width: 100%;
  }
  .ebulletins dt {
    padding-bottom: 0;
    border: none;
  }
  .ebulletins dd {
    padding-top: 0;
  }

}

@media only screen and (max-width: 639px) {

  .nomobile {
    display: none;
  }

  header > div {
    flex-flow: column nowrap;
  }
  header > div > p {
    flex-grow: 0;
  }
  #menu ul {
    width: 100%;
  }
  #menu ul #menu_trigger::after {
    background-position: center center;
  }
  #menu ul li {
    padding: 0.25em 0.25em;
    text-align: center;
  }

  .newsletters dt {
    flex: 0 50%;
  }
 
}

@media only screen and (max-width: 479px) {

  .imgleft,
  .imgright,
  .news-img {
    float: none;
    margin: 1em auto;
  }

  main img {
    width: 100%;
    height: auto;
  }

  .newsletters dt {
    flex: 0 100%;
  }

  #course_search #field_q,
  #course_search #field_subject,
  #course_search #field_courseconvenor,
  #course_search #field_areas {
    width: calc(100% - 10px);
  }

  #facebook_link {
    column-gap: 0.5em;
  }
  #facebook_link img {
    max-width: 72px;
  }

  div#facebook_link {
    flex-flow: column nowrap;
  }
  #facebook_link > a {
    flex-basis: 100%;
  }

}
body:has(#lightbox_viewer.active) { /* prevent background scroll */
  overflow: hidden;
}

#lightbox_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: black; 
  opacity: 0.7;
}
#lightbox_viewer {
  display: none;
  z-index: 1010;
  position: fixed; 
  left: 50%; 
  top: 100px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  line-height: 1.4;
  color: #666;
}
#lightbox_image_container {
  position: relative;
  padding-bottom: 4px;
  min-width: 160px;
  min-height: 160px;
  max-height: 100%;
  text-align: center;
}
#lightbox_image_container img {
  max-width: 100%;
}
#lightbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/gif;base64,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);
  background-position: center center;
  background-repeat: no-repeat;
}
#lightbox_prev,
#lightbox_next {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#lightbox_prev { left: 0; }
#lightbox_prev:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAklJREFUeNrU2ltPwjAUB/B2oDj1I5ioiUR98Nnv/+izD0o0QRM/goi4Qe3wFBuyS6/rf01OGsIk+3FmL4dyIQQzaZxzFrFxipGMTOurtpGx1npBsW1N9z9m6ZuOqu7ngPoRvV9hShmF9prpuCgw04w3PAU6qgJNVMjPfaNrzmW3ousUaN312VmyNNWjjmWcKhR9ce+yy+n9Md0zh4S1oE4k5KXmqZjTdSMNxqFgHahZyyP/YZKpJDBXFP3tWdeAkQTmibqiUVEN+6ILmQ0AdS27pYwfGvY3JpnLBoBa1MDSPoqBUF80jxV1K4/eYSlR0WCpUVFgCKjgMBRUUBgSKhgMDRUEhogKAYNE+cJgUT4waJQrDB7lAhsEyhWmqkk2qJs+UbYwla1My1ZugLptQgmfElfMjNUVXvZQd7SX+qb9VC8oV9i2UquXyBpQ9wRRsdv9xkYlrSuiwQR962uZkYvWC4V4oP9FFbtiJ4/8Q4ArTNXSV/L+ph24R/ZXxT2Sccj+i57RcZklSmWsoBFuSfNTG+6pmhJoapj0hfPKGA3hCwPccxOOWVR3Y8MUrrDEzfrEuYyKg8C5DvfwOJ95DBrnO0HD4rxXHrQ8gsMFWVIh4oKtFdFwQRfBSLjgq3sUXJRtCwIu2n4sNS7qRjMlLvoOOhAup/3c2PSeeykNBMDtw3COHHniXhnykSNPHO6RIx8c7JEjC9y0BnXJEI8cWeI+9dIeHcRc0vvGR444wJlgm6OzJdv7MQP5TLDQAIwyUjLDw85N7VeAAQDVB1mOzbRUqgAAAABJRU5ErkJggg==);
  background-position: left 50%;
}
#lightbox_next { right: 0; }
#lightbox_next:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAk9JREFUeNrc2s1OAjEQAOC2sCLiI5iIiQY9ePb9j549KNFETHwEURGkTpMpDGSXdvtDB5tMCiEl/ZjdLjtbqbUWPk1KuXqJ0YFQpDdtCfFLeo2RrTXNv9vyeyjKjK2w7+DnBrOAmJP3IjcuBUxgdsy4I4hjiB78am+Y1SF0MxIrnG74acmRkLSpgIxZWA+ib1E4+Ql0pxAn+HmF2ZQylyABTBKYmWwFkNeaY/4ZukFpnAocJwHwvuOEHpfGhcI0zO/MsVoVxbWB2aXbLuVzmN8lV1zbjFmYWdJ/IL5gfiOOuJBDcQMGMY3BYbDImLaHIl6rPjniQjJ2ELjgVZE7TkWMZY1TkePZ4mJh9s8tO5xKkXaOOJXqZOWGSwbjhksK44RLDuOCywLjgMsGK43LCvPAXbfEdQmuLMwDd+OB65OsKZ+s7QXWgDP3c994s3rrGPvMMmM1OHuzOrcBuDvH2IlYV515wbjWFaMb1jho0bWyARm5d4wdivVzAc0GRlAdxNgSuakmPzjGXuGCsxDrhx3lYTWoHi7hA0A9OsaOsGg0w/NxKTye4qjCqCcP1BQvDXwy5kCNW6LmosUzN/UfUdlgpVFZYBxQyWFcUElhnFDJYNxQSWAcUSlgLFGxMLaoGBhrVCiMPSoEdhCo0IzRLUd9jqjQjG3AYlDad+tdZljdlqMXjqioVXHXlqPSqBjYzi1HpVFtYXVbji4aCi9FUSEZo8VOM2lTxT3fKpF9lEbZc8X3z+72dcy1dXYh9rAvONWeYE0AgmSv2GbnpvYnwACZ+Vt9L3+oIgAAAABJRU5ErkJggg==);
  background-position: right 50%;
}
#lightbox_prev.nohover:hover,
#lightbox_next.nohover:hover {
  background-image: none;
  cursor: auto;
}
#lightbox_details {
  position: relative;
  overflow: hidden;
  transition: 0.4s max-height;
}
#lightbox_caption {
  font-weight: bold;
}
#lightbox_caption span {
  font-weight: normal;
}
#lightbox_counter {
  display: block;
  clear: left;
  font-size: 0.9em;
}

#lightbox_close {
  position: absolute;
  right: 0;
  bottom: -0.1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  color: inherit;
}
#lightbox_close:hover,
#lightbox_close:focus {
  text-decoration: none !important;
  cursor: pointer;
  color: #666;
}
#lightbox_close::before {
  content: "\2717";
  padding-right: 0.15em;
  text-decoration: none;
  font-size: 1.1em;
  color: #666;
}
#lightbox_close:hover::before,
#lightbox_close:focus::before {
  color: #c33;
}

@media only screen and (max-width: 799px) {

  #lightbox_viewer {
    flex-flow: column nowrap;
    justify-content: space-around;
    left: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
    width: calc(100% - 20px) !important;
    max-width: none !important;
    height: calc(100% - 20px) !important;
    max-height: none !important;
    background: black;
    box-shadow: none;
    color: white;
  }

  #lightbox_image_container {
    max-height: none;
  }
  #lightbox_image_container img {
    min-width: 0;
    max-height: 100%;
  }

  #lightbox_close::before {
    color: #666;
  }
  #lightbox_close:hover {
    color: white;
  }

}
