:root {
  --colour-blue: #015cab;
  --colour-red: #e82c2a;
  --colour-yellow: #fdb714;
  --colour-teal: #00a5b8;
  --colour-lightteal: #f7feff;
  --colour-bluegrey: #406585; /* eg. 'News', 'Hot issues' and 'Interview Dr. Joanne...' */
}

body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  line-height: 1.33em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px
}

.chirplink {
  position: absolute;
  bottom: 0;
  left: -100%;
}
.chirplink:focus {
  position: absolute;
  bottom: auto;
  left: auto;
}

.mobileonly {
  display: none;
}

.more,
.more-link a {
  padding-right: 1em;
  display: inline-block;
}
.more:after,
.more-link a:after {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: -1em;
/*
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  background-image: url(/images/icn_arrow.svg);
  background-repeat: no-repeat;
*/
  content: "\2794";
  font-weight: 100;
}

strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--colour-blue);
}
h1 {
  font-size: 2.8em;
  line-height: 60px;
  padding-top: 0;
}
h1 span {
  text-transform: uppercase;
  font-size: 0.5em;
}
h2 {
  font-size: 2em;
  line-height: 54px;
}
h2 span {
  text-transform: uppercase;
  font-size: 0.75em;
  color: var(--colour-teal);
}
h2 span::after {
  content: ":";
}
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
  text-decoration: none;
  color: inherit;
}
h3 {
  font-size: 1.45em;
  line-height: 1.33;
}
h4 {
  font-size: 1.1em;
  line-height: 27px;
}

a:link,
a:visited {
  color: var(--colour-teal);
  transition: 0.2s;
}
a:hover,
a:active {
  text-decoration: underline !important;
  color: var(--colour-blue);
}

main {
  margin: 0 auto;
  max-width: 1080px;
  min-height: 480px;
  padding-bottom: 4em;
}

main ul ul {
  margin: 0.25em 0 0.5em;
}

.boxed {
  margin: 32px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0,80,90,0.2);
}

.cta a:link,
.cta a:visited {
  text-decoration: underline;
  font-weight: bold;
  font-size: larger;
  color: var(--colour-blue);
}

body:not(.homepage) main {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  column-gap: 2em;
}
body:not(.homepage) main > section {
  flex: 870px 0 0;
}
body:not(.homepage) main > nav {
  flex-grow: 1;
  margin-top: 80px;
}
body:not(.homepage) main > nav:empty {
  flex-grow: 0;
}
body:not(.homepage) main > nav:empty + section {
  flex-grow: 1;
}
body:not(.homepage) main > nav ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
body:not(.homepage) main > nav > ul {
  margin-top: 0.5em;
  padding: 0 15px;
}
body:not(.homepage) main > nav li {
  margin: 0.75em 0;
  font-size: 0.9em;
}
body:not(.homepage) main > nav li a:link,
body:not(.homepage) main > nav li a:visited {
  text-decoration: none;
  color: #666;
}

body:not(.homepage) main > nav ul ul {
  margin: 0.75em 0 0.5em 1em;
  font-size: 0.9em; 
  line-height: 1.5em;
}
body:not(.homepage) main > nav ul ul li {
  margin: 0.25em 0;
}
body:not(.homepage) main > nav ul ul li a:link,
body:not(.homepage) main > nav ul ul li a:visited {
  color: var(--colour-blue);
}
body:not(.homepage) main > nav > p {
  display: block;
  margin-bottom: 0.5em;
  padding: 5px 0;
  width: 100%;
  background: rgb(228, 242, 254);
  text-align: center;
  color: var(--colour-blue);
  border-radius: 3px;
}
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,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);
  background-size: 100% 100%;
}
#show_password.shown {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAYCAYAAACBbx+6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABfpJREFUeNq8V11IVVkUXv5kWmqGYWXmoKBR2QyV+dC9+CANyUwlaBr4EARBTZFD0MyT5H3wYcRKB6khiAIfRhgM/BlsSlPKaxYZ5WRBGYXRryWZWpplZ75vMftwrn91m5oF+5579tl7rW+vv71WwNWrV6W/v186Ojpk5cqVUl9fL+/evZPXr1/LvXv3ZNasWRIWFiY3btyQoKAgWbhwoURERMj9+/c5HxATE/PV0NDQ1729vS6siVmzZk003qMEFB4e3n/58uW+5cuX92JdG97/xrqe4eFhKz4+XgYHB+Xx48cyNjYmWCOYV7kJCQkqNzg4WDZu3CjEmJqaKlFRURIsflBAQICCfvv2bdLz589zAGwDDvrNyMhIuFlz4cKFCfuuXbumz9DQ0KHZs2d3AvifOPhJ8OomT3/oowAHBgYaoO6urq69APvdmzdvQinMsqyPFsaDYbj6+vpcT548KYqOjm6AtcqgSS9l/GfARqMwVerDhw89MGHm+/fvgwxIPp2g586dK8uWLZP58+fr+9OnT+XmzZvy4sULm5/ZxwPDHbIBPCsyMvIvuIEHsjo+pPEpARMoNkfeunWrEL78I7QbYr7Rh3NyctTUHPTHffv2yebNm9XHnUQfra6ulgMHDqjfU5Nr166VO3fu6IEAPggx9P3p06e/Behf4+LiiiF7YEprj5/g6WfOnCkDAwPuK1eutN2+ffsnAxb+JwUFBdLZ2SknTpzQsW3bNrl48aLs2bNnAlgS5/gNvCQrK0tgIQXd3Nysh4Q/6zrKoCzKpGximMzdgnbu3EnfkkePHsmiRYv02djYWAAQlXCBWLMwNzdXNZWfn6+mJy1YsEBBUOMkBKGcOXNGqqqq5Ny5c/oeGxsrISEhGvV5eXmCGBBoU92jvLxctmzZolag65DgKjE9PT35kD2YkpJyKTExUb+TD4JWNGW0tLRIWVmZNDQ0BGZmZlZQ0WDI41k4hAWg1lQEjemzrq7OAnPd4xxJSUkWDmGvh88ypek3ZBh7njIoyymbWIiJ2IiRWPWntbVVKioqwuBbvzuFrVu3znrw4IE1HRnAR44csffB5DrMOzRsnTp1yt5z+PBhnYd1fXhRFmU6MRATsRGjAkZQSVtbW0haWlq1c+Hu3but0dFRH4ZM+DixdffuXRuokxBYEzRstLV06VILvqnrYGILbmQtXrzYevXqlQ8PyqRsJw9iI0ZilcrKSsGpjjsXFBcXT9Agqbu7W7+np6fbczRrSUmJhRtSgWzdunUCaDPoNoZcLpfOkedksohhnLWPE6usWrWq2Pnh0KFD9mZc0T6nP3v2rK7Jzs625/bv32/vRcRbCEQfd3BqmWsNIYh1rqmpyUcGZRrg8F0fPsTq19Vs0gxz9GSXDLMCxxelT3EJt9ttz9XU1NhaNJr8oi7hT9AxQBgoDBj6K4mBxIBymv6LBp2/aY2piN+YmgwxczB1GYAmrRmwnzWt+XtxMCtwnsmfl4AhXg68JP6Xi4MvpaWler8XFhYycxQg4oedghnVKFiUuTEZswWKb1soblNNbx6PRwf/c84Q13KPcTkSeZqM4cg2w8RALMREbAZwwPiOA4GhlT7M48ad/9vLly9TTICyUNmxY4cWPLt27ZLz589rLXHs2DGZN2/etMGNGlq2b98utbW1gjwuuBm1eDp69KhPZpkzZ07X+vXrf0DV5mXns2nTJp+OI3Cy9IQCRFCjelevXu1KTk4unTFjxqgpbg4ePCgZGRmsrrTqIgCsYwxokTKeOMdvXMO13MO95EFeBixlUBZlUjYxTFYbT5mH2WcxCSxZsuRnMPrD6/V6EOWZTMPPnj0T9GbKkIN1LsvOoqKiDxbwzOXt7e36/98uY4wFPFKlB3MdPABlf1LHQebcjDq4AwGxAUDc8Mm9aHG0RXJeJiQCQ/qZlp/RGjLHiLNFYqOLFPfBluujbjoW3QQOs3lXrFjhxTPp+vXr2oRCiE8TOh05m1DwOQnX6EbrpV06ZXy2JnS8xlGMdyPIfkHiL/nUNh+H1sbBnyaW9I8AAwD52nQQnVM2MAAAAABJRU5ErkJggg==);
}

.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;
}
ul.articles {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  column-gap: 2em;
  row-gap: 1em;
  padding: 0;
  list-style-type: none;
}
ul.articles > li {
  flex: calc(33% - 10em / 3) 0 0;
  align-self: stretch;
  margin: 0;
  padding: 1em;
}
ul.articles li div {
  width: calc(100% + 2em);
  aspect-ratio: 16 / 9;
  margin: -1em -1em 1em -1em;
  background-position: center center;
  background-size: cover;
}

.imgright {
  clear: right;
  float: right;
  margin: 0 0 1em 1em;
}
.caption {
  padding: 0 0.5em 0.5em 0.5em;
  background: #f0f0f0;
  font-size: 0.9em;
}
.caption img {
  margin: 0 -0.5em 0.5em;
}
.imgright:link,
.imgright:visited {
  text-decoration: none;
  color: inherit;
}

.articles-list > li {
  margin: 1em 0;
}
.articles-list > li small {
  color: var(--colour-blue);
}
.articles-list > li p {
  margin: 0.25em 0;
}
ul.videos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  column-gap: 1em;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
ul.videos > li {
/*  flex-basis: calc((100% / 3) - 3em); */
  flex-basis: calc((100% / 2) - 3em);
  padding: 0 1em;
}
ul.videos > li h4 a {
  text-decoration: none;
  color: inherit;
}
.factbox {
  display: flex;
  margin: 3em 0;
  height: 350px;
  background-image: url(/images/header-crutches.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
}
.factbox > div {
  border-radius: 5px;
  line-height: 1.2;
  font-size: 2em;
  color: white;
}

.factbox.right {
  background-position: left top;
}
.factbox.right > div {
  padding: 45px 45px 45px 55%;
}

.factbox.blue { background-color: rgb(1, 92, 171); }
.factbox.yellow { background-color: rgb(253, 183, 20); }
.factbox.red { background-color: rgb(232, 44, 42); }
.factbox.teal { background-color: rgb(0, 165, 184); }

.factbox.right.blue > div   { background-image: linear-gradient(to right, rgba(1, 92, 171, 0) 33%, rgba(1, 92, 171, 1) 66%); }
.factbox.right.yellow > div { background-image: linear-gradient(to right, rgba(253, 183, 20, 0) 33%, rgba(253, 183, 20, 1) 66%); }
.factbox.right.red > div    { background-image: linear-gradient(to right, rgba(232, 44, 42, 0) 33%, rgba(232, 44, 42, 1) 66%); }
.factbox.right.teal > div   { background-image: linear-gradient(to right, rgba(0, 165, 184, 0) 33%, rgba(0, 165, 184, 1) 66%); }

.factbox.left {
  background-position: right top;
}
.factbox.left > div {
  padding: 45px 55% 45px 45px;
}
.factbox.left.blue > div   { background-image: linear-gradient(to left, rgba(1, 92, 171, 0) 33%, rgba(1, 92, 171, 1) 66%); }
.factbox.left.yellow > div { background-image: linear-gradient(to left, rgba(253, 183, 20, 0) 33%, rgba(253, 183, 20, 1) 66%); }
.factbox.left.red > div    { background-image: linear-gradient(to left, rgba(232, 44, 42, 0) 33%, rgba(232, 44, 42, 1) 66%); }
.factbox.left.teal > div   { background-image: linear-gradient(to left, rgba(0, 165, 184, 0) 33%, rgba(0, 165, 184, 1) 66%); }

.factbox h3 {
  margin: 0;
  padding: 0;
  font-size: 44px;
  color: white;
}
.factbox p {
  margin: 0.5em 0;
}
.factbox a:link,
.factbox a:visited {
  font-weight: bold;
  font-size: 0.6em;
  color: inherit;
  opacity: 0.8;
}
.factbox a:hover,
.factbox a:focus {
  opacity: 1.0;
}
dl.files {
  position: relative;
  margin: 1em 0;
  overflow: hidden; /* Safari bug */
}
dl.files > dt {
  clear: left;
  margin: 0;
  padding: 0;
}
dl.files > dt div {
  clear: left;
  float: left;
  margin: 0 0.75em 1em 0;
  width: 120px;
  text-align: center;
}
dl.files > dt div[data-filetype] {
  display: flex;
  justify-content: center;
}
dl.files > dt div[data-filetype]::after {
  width: 85px;
  border: 2px dashed #dedede;
  line-height: 85px;
  content: attr(data-filetype);
}
dl.files > dt div img {
  border: 1px solid #dedede;
}
dl.files > dt small {
  white-space: nowrap;
  color: #666;
}
dl.files > dt a {
  text-decoration: none;
  font-weight: bold;
}
dl.files > dt a small {
  font-weight: normal;
}
dl.files > dd {
  margin: 0;
  padding: 0 0 1em 1em;
  font-size: 0.9em;
}

a.preview:link,
a.preview:visited {
  padding: 2px 4px;
  background: linear-gradient(to bottom, var(--colour-teal), var(--colour-bluegrey));
  border-radius: 2px / 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.6em;
  color: white;
  transition: 0.2s;
}
a.preview:hover,
a.preview:focus {
  text-decoration: none !important;
  color: var(--colour-lightteal);
}

li.secure::before,
li.secure li::before {
  margin-right: 0.25em;
  font-size: 0.9em;
  content: "\1f512";
}
.flex,
.flex-2,
.flex-3 {
  display: flex;
  flex-flow: row nowrap; 
}
.flex-2 > * {
  flex-basis: calc(100% / 2);
}
.flex-3 > * {
  flex-basis: calc(100% / 3);
}
footer {
  font-size: 15px;
  padding: 2em 0;
  background-color: var(--colour-teal);
}

footer > div {
  justify-content: flex-start;
  column-gap: 3em;
  margin: 0 auto;
  width: 980px;
  max-width: calc(100% - 6em);
  color: white;
}
footer > div > div.address {
  margin-left: auto;
}

footer a:link,
footer a:visited {
  text-decoration: none;
  color: inherit;
}

footer .socials {
  column-gap: 0.75em;
}

footer small {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 2em;
  opacity: 0.8;
}
fieldset > label {
  font-size: smaller;
}
fieldset > span small {
  color: var(--colour-blue);
}

a.edit:link,
a.edit:visited {
  white-space: nowrap;
  text-decoration: none;
  color: magenta;
}
#gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(auto-fill, auto);
  grid-gap: 1em;
  margin: 1em 0 2em 0;
  background-color: #f9f9f9;
  padding: 1em 1em;
  border-radius: 0.5em;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  text-align: center;
  font-size: 0.9em;
}
#gallery > div {
  padding: 0 0 0.5em;
  background-color: white;
}
#gallery img {
  max-width: 100%;
  height: auto;
}
header {
  background-color: #dafcfe;
}
header > div {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

body.homepage {
  background-image: linear-gradient(160deg, rgb(219, 251, 255) 25%, rgb(255, 255, 255) 75%);
}
/*
body.homepage header {
  background: linear-gradient(160deg, rgb(219, 251, 255) 25%, rgb(247, 254, 255) 75%);
}
*/

body.homepage header > div {
  min-height: 466px;
}
.homepage header > div {
  background-image: url(/images/header-stethoscope.jpg);
  background-position: 150px top;
  background-repeat: no-repeat;
  background-size: 33% auto;
}

header .logo {
  position: absolute;
  top: 28px;
  left: 36px;
  height: 50px;
}
header .logo img {
  height: 100%;
  width: auto;
}

.homepage header .logo {
  top: 48px;
  left: 52px;
  height: 59px;
}

header nav {
  padding: 24px 42px;
  text-align: right;
}
header nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul:first-child {
  font-size: 0.9em;
}
header nav ul li {
  margin-left: 0.75em;
}
header nav ul:first-child li:nth-child(n+2)::before {
  margin-right: 0.75em;
  content: "|";
  color: var(--colour-teal);
}
header nav a:link,
header nav a:visited {
  text-decoration: none;
  line-height: 2em;
}

header nav ul:nth-child(2) {
  font-weight: bold;
}
header nav ul:nth-child(2) li {
  margin-left: 1.4em;
}

header aside {
  position: absolute;
  right: 186px;
  bottom: 48px;
  width: 586px;
  color: var(--colour-blue);
}
header aside h1 {
  margin: 0.25em 0;
  padding-top: 0;
  background-image: linear-gradient(150deg, rgba(253, 183, 20, 1) 10%, rgba(0, 165, 184, 1) 50%, rgba(1, 92, 171, 1) 90%);
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.8em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
form header aside h1 { /* edit mode */
  -webkit-text-fill-color: #333;
}

header aside p:last-child {
  margin: 0;
}
header aside a:link,
header aside a:visited {
  white-space: nowrap;
  font-weight: bold;
  color: inherit;
}
header aside a:hover,
header aside a:focus {
  color: var(--colour-teal);
}
.home-news,
.home-issues {
  position: relative;
  padding: 1em 1em 2em 1em;
  background-color: white;
}
.home-news {
  border-radius: 5px 0 0 5px;
}
.home-news h2,
.home-issues h2 {
  margin: 0;
  padding: 0;
  font-size: 1.56em;
}
.home-news > p,
.home-issues > p {
  position: absolute;
  bottom: 0;
}

.home-news ul {
  margin: 1em 0 0;
  padding: 0.25em 0 0.25em 1em;
  list-style-type: none;
}

.home-news ul a {
  font-weight: bold;
}
.home-news ul li:first-child {
  margin: 0 0 0.5em;
  padding: 0.8em 1em;
  background-color: #fef6e1;
  border-radius: 5px;
}
.home-news ul a:link,
.home-news ul a:visited {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.home-news ul li {
  margin: 1.5em 0;
}
.home-news > h2 {
  padding: 0 0 0 18px;
}

.home-issues ul {
  list-style-type: none;
  padding: 0;
}
.home-issues ul li {
  margin: 1em 0;
}

.home-issues ul a:link,
.home-issues ul a:visited {
  text-decoration: none;
  font-weight: 600;
}

.home-feature {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--colour-teal);
  background-size: cover;
  border-radius: 0 5px 5px 0;
}
.home-feature div {
  height: 100%;
}
form .home-feature div { /* edit mode */
  height: auto;
}

.home-events {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  padding: 1em 0;
  background-color: white;
}
.home-events > div:first-child {
  position: absolute;
  z-index: 1;
}
.home-events > div:first-child h2 {
  margin: 0 0 0 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.33em;
  color: var(--colour-teal);
  transform: translateX(-100%) rotate(-90deg) translateY(6em);
}
.home-events > div:last-child {
  flex: 100% 0 1;
  margin-left: 5em;
  margin-right: 1em;
  font-size: 0.9em;
  z-index: 2;
}
.home-events > div:last-child > div > a > div {
  aspect-ratio: 5 / 3;
  background-size: cover;
  background-color: lightgrey;
}
.home-events > div:last-child h5,
.home-events > div:last-child p {
  margin: 0.2em 0;
}

.home-events h4 {
  margin: 0;
}

.home-events a {
  text-decoration: none;
  color: inherit;
}
.home-events a:hover,
.home-events a:focus {
  text-decoration: none !important;
}
.home-events a:hover h4,
.home-events a:focus h4 {
  text-decoration: underline;
}

.home-events .flex-3 {
  column-gap: 1em;
}

.home-footer {
  padding: 1.5em 0 3em;
}
.home-footer > p:first-of-type {
  max-width: 610px;
}
.home-footer > div.cta {
  margin-top: 2em;
}

.home-interviews {
  column-gap: 1em;
  background-color: white;
}
.home-interviews > div:last-child {
  display: flex;
  flex-flow: column nowrap;
}
.home-interviews > div:last-child ul {
  margin: 0;
}
.home-interviews > div:last-child li {
  margin: 0.5em 0;
}
.home-interviews > div:last-child li a:link,
.home-interviews > div:last-child li a:visited {
  text-decoration: none;
  color: inherit;
}

.home-congress {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 30% 1em 0;
  text-align: left;
  text-decoration: none;
  text-shadow: 2px 2px 9px rgba(0,0,0,0.25);
}
.home-congress img {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 50%;
  height: auto;
}
.home-congress > * {
  color: white !important;
}
.home-congress h3 {
  margin: 0 0 0.25em;
  font-size: 1.3em;
}
.home-congress h3 span {
  display: block;
  line-height: 0.9;
  font-weight: 300;
  font-size: 2.25em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: .3em 0 0.2em;
}
.home-congress h4,
.home-congress p {
  margin-top: 0;
  color: white;
}
.home-congress p.more {
  font-weight: 700;
  text-decoration: underline;
}
.home-congress:hover {
  text-decoration: none !important;
}
.home-congress:hover .more {
  text-decoration: underline;
}
#au_map {
  margin: 1em auto;
  width: 80%;
  aspect-ratio: 1024 / 768;
  text-align: center;
}

#members_list ul {
  columns: 2;
}
.submenu {
  display: table-row;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.submenu > li {
  display: table-cell;
}
.submenu li.prefix::after {
  content: ":";
}
.submenu li:not(:first-child)::before {
  content: "\00a0|\00a0";
}
.submenu li.prefix + li::before {
  content: "\00a0";
}
.notice {
  padding: 0.5em 1em !important;
  border: none;
  border-left: 2px solid #20d020;
  background-color: #ecfceb;
}
.notice.warning {
  border-color: #ffc605;
  background-color: #fff9e6;
  font-size: inherit;
  color: inherit;
}
.facts {
  border: solid var(--colour-teal);
  border-width: 3px 0 0;
}
.facts .fact {
  padding: 0 1em;
  border-bottom: 1px solid var(--colour-teal);
}
.facts .image {
  text-align: center;
}
.facts ul.source {
  margin-top: -0.5em;
  list-style-type: none;
  text-align: right;
  font-style: italic;
  font-size: 0.9em;
}
#footer_sponsors {
  margin: -2em auto 2em;
  max-width: 1080px;
}
#footer_sponsors > div {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  padding: 2em 0;
  border-top: 2px solid var(--colour-teal);
}
#footer_sponsors > div:first-child {
  justify-content: center;
  column-gap: 4em;
}
#footer_sponsors > div > h4 {
  margin: 1.5em 0;
  font-size: 1.25em;
}
#footer_sponsors > div:nth-child(n+2) > h4 {
  flex-basis: 100%;
  text-align: center;
}
#footer_sponsors > div > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
  row-gap: 3em;
}
#footer_sponsors > div > div > div {
  flex-basis: calc((100% / 5) - 2em);
  text-align: center;
}
.collapse th,
.collapse td {
  padding: 0.25em 0.5em;
}

.collapse tr,
.collapse td {
  border-color: var(--colour-teal);
}
.collapse thead tr th {
  background-color: var(--colour-teal);
  color: white;
}
  /* container */

.video-player {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-repeat: no-repeat;;
  background-position: center center;
  cursor: pointer;
}

/* play button */

.video-player > a {
  transition: 0.25s ease-in-out;
  width: 64px;
  height: 48px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAwCAYAAAChS3wfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdCMjkyRjk3NTNEMTFFREJCMUFCMzU5MUYyMjgxQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdCMjkyRkE3NTNEMTFFREJCMUFCMzU5MUYyMjgxQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0IyOTJGNzc1M0QxMUVEQkIxQUIzNTkxRjIyODFDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0IyOTJGODc1M0QxMUVEQkIxQUIzNTkxRjIyODFDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnhRufQAAAWtSURBVHja5FtNiBRHFH71urp7ZvbPrMu6/iSuCEYD6iF4iZCgx5wkCAGDOZoQDwnEmzkk4lkThAghR4mHgDEeBQkYD4knBTEYjcEf3FXjrvs/3V0/+aqmR9ddlRy2dzo7Ba+ru6a3qt573/up6lpxa/NmahYjJQVJQh1RRHVmMpOTJKVckVarAybLlgshegTRMkvUkd9XtbUdTFQjIWJrbRXdxGRtLKwNLbN7roEqvp0ozEnmxM2hQRqkckpBSU4zoGlQ5p6tEHXWegZjp1rKaVZqCuPVbRiOW2Mm8M44Mz/mLBtB+wMVRXcCrQnPZGs10qj7u7qoWsGU0C5pTnEzAlOvgplPdKXyrhZiIykVgWH/u83fw+9+1qLZZu3TTvAumH+2bYGKcOMGQeMeDNj83jHzZI7GkG60G2HM35jFL4b5e8zodzG3v9kIcJ2xMR+Dsa8h6dh16BgV9P8vThUB8zda688GurupUgU4lQK/kJzBjZMauP1CMx/3zOdaXQrMU45UMP8p0P2zRyZ4JvAs7m/f7uGqZ2Z2JklyjplpKRfbcEJfQclfgkjc3rbN2ywkchNIWEdC0FIvztsGadonlHrE0LzT/nbdJsx7Rw8+JfNHAaIeC3cJgg9EmzDv/QFsP6tU3jc9PeQtHp5+J7VRcX5AZNkWJDMrXBRYiefX20kAHu1Q/djU1FuM2L+pOFFbH2pKiQKXBYbhJg7TdKUtIvQ5KYchqXv3SA0Nwe0GVCYn65M+pVYyUsQVooCU1SK6cBxT/9GjVEWukVy6RGZ8nJzTLYsZIOz3sw7DvkIEAIjpkRHq2ruXVp06RX2HDpGt1ym5cqVhFi1OuNjNLwyXM1vba4sRsa/S69d93XvwIK05d466du+mDG3qzp2WmoXPAq3tZDC/rIhVW1MIsyEfbdxIAydO0MDJkxStX99ys4AAqgwodD9ZUi5S6dy1i9ZcuNByswAKKg4BrxSGgJdJH1pvtVkIL4AgWC5aIIAymAUy4Ihx7S5DWGqRWUjXe7U0Kerim0XgBFC6HZBFNAvB9HSfs3RlnllcvdowiQVEQ+n3v5pm8drFi9R74IBHAmVZ+wjgibdavZqiDRuQWqZ+p7qtBDB99izd3bGDhvftI+7pIRHHCydYovLufKvbt+nR4cM0AWfoTME5x4XeY5BldYKjWEY/PnaM1N27FAL6XutaL3gu5EwgKSPcH8LhOU3HW7Y0wt/CM++KcQhwHxT7ygb3eOtWD3frvuAUOKwTwAhoXRvA/XnL4YzhAR+1CdznOwCiusRlvE3g/pwkgL0AxorMh+0cbbYK7i9YD88w1lkjtpjOvUajwcFSwH2e/TeUPi2tEP8UsiOEBUvQ20vJ5cs0eeYMjR450lq4z7d/J4QRZwIPCzGvamObYWjPHlLDwyTXrm0t3J+jIGHMfSmEGLZFIADLVjs15QcK1+VRtizMuwwI84q1vi8DIf5UBfkAt5MjFnnH+T8DwB2w6uy8wUqpv/B8j9qs+E9jExO/MTf22863E/PuO4hQ6lY0OnqDE9iqYv7RlnldXEBuIuP4NK1aRbI/SRwCTo8zT6ZEnUE7wN8dthTiuI0iYhmGJKPISObPydr2sH8gHr7vWoYoxdzZSVyrUW9Hx3cR809mCQshP9J7UyXJh7peJw30cwUIqAAKEWrkA+/hpW+XlC9wW+iOoNhAyl8Rlt80WVY3aUqoif3+GsgdlXXaD4JgP4fhO7j/AX/24Jm4nqPDvmywVmh1btvsebi0m+gSG7O/xvw2GHzsQiDMwJN8wSLhvCP39RSCeAPIGIRgBv3OkTF9aK+hrTuvG0fgUcO5uLVF8yh8QE+PxAc58ay6Sc0D52ZW3Tw+byBUhb7dc/MofYZnhXb3cSBlIVLMoY77MWocqx8NtJ4wzA8xl6F4evpaJuUf7l8B3PnAuQL7V4ABAE5N/i+TMKf/AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.video-player:hover > a,
.video-player > a:focus {
  transform: scale(1.1);
}

/* video player iframe */

.video-player > iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1280px) {  /* was 1024px */

  .mobileonly {
    display: revert;
  }

  header > div {
    position: static;
    width: auto;
    padding: 1.5em 2em;
    height: 4em;
  }
  .homepage header > div {
    height: auto;
    background-position: center top;
    background-size: 40%;
  }

  .homepage header .logo {
    position: static;
    top: 0;
    left: 0;
    margin: 0 0 108px 0;
    height: 10vw;
  }

  #menu_trigger {
    position: absolute;
    top: calc(2em / 6);
    right: calc(3em / 6);
    font-size: 6em;
    color: var(--colour-teal);
    cursor: pointer;
  }

  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    flex-flow: column nowrap;
    margin-top: 4em;
    padding: 2em;
    width: calc(100% - 4em - 72px);
    background-color: white;
    border: 1px solid var(--colour-teal);
    text-align: left;
  }
  .homepage header nav {
    margin-top: -72px;
  }
  header nav.active {
    display: flex;
  }
  header nav ul {
    flex-flow: column nowrap;
    max-width: 360px;
    width: 100%;
    height: fit-content;
  }

  header nav ul:first-child {
    order: 2;
  }
  header nav ul:last-child {
    order: 1;
  }
  header nav ul li {
    margin: 0 !important;
  }
  header nav ul:first-child li:nth-child(n+2)::before {
    margin: 0;
    content: "";
  }

  header nav a:link,
  header nav a:visited {
    display: block;
    font-size: 4vw;
  }

  header p strong {
    font-size: 1.8em;
  }

  header aside {
    position: static;
    right: 0;
    bottom: 0;
    width: auto;
    padding-top: 200px;
  }

  main {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  body:not(.homepage) main {
    flex-flow: column nowrap;
  }

  body:not(.homepage) main > nav {
    margin: 1.5em 0 0.5em;
    width: fit-content;
  }

  .boxed {
    padding: 0 1.5em;
    box-shadow: none;
  }
  .boxed.home-top {
    padding: 0;
  }

  .factbox.right,
  .factbox.left {
    margin: 1em -2em;
    height: auto;
    background-position: center top;
    background-size: contain;
  }
  .factbox.right > div,
  .factbox.left > div {
    width: auto;
    padding: 25vw 45px 45px 45px;
    border-radius: 0;
  }
  .factbox.blue > div   { background-image: linear-gradient(to bottom, rgba(1, 92, 171, 0) 33%, rgba(1, 92, 171, 1) 66%) !important; }
  .factbox.yellow > div { background-image: linear-gradient(to bottom, rgba(253, 183, 20, 0) 33%, rgba(253, 183, 20, 1) 66%) !important; }
  .factbox.red > div    { background-image: linear-gradient(to bottom, rgba(232, 44, 42, 0) 33%, rgba(232, 44, 42, 1) 66%) !important; }
  .factbox.teal > div   { background-image: linear-gradient(to bottom, rgba(0, 165, 184, 0) 33%, rgba(0, 165, 184, 1) 66%) !important; }

  .boxed.factbox {
    padding: 0;
    border-radius: 0;
  }
  .boxed.factbox.right, .boxed.factbox.left {
    background-size: 133%;
  }

}

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

  .flex,
  .flex-3 {
    flex-flow: column nowrap;
  }

  .imgright {
    margin: 1em auto;
    float: none;
  }

  header aside {
    padding-top: 80px;
  }

  .home-news ul {
    padding: 0;
  }
  .home-news > h2 {
    padding: 0;
  }

  .home-feature {
    border-radius: 0 0 5px 5px;
  }

  .home-congress h3 span {
    font-size: 2em;
  }

  .home-events {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .home-events > div:first-child {
    position: static;
  }
  .home-events > div:first-child h2 {
    font-size: 1.56em;
    transform: none;
  }
  .home-events > div:last-child {
    margin: 1em 0;
    row-gap: 2em;
  }

  .boxed.home-top {
    padding: 0 0;
  }

  section.home-news {
    padding-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  section.home-issues {
    border-radius: 0 0 5px 5px;
  }
  section.home-feature {
    min-height: 750px;
    padding: 1em;
    margin-top: 2em;
    border-radius: 5px;
  }

  .factbox.blue > div   { background-image: linear-gradient(to bottom, rgba(1, 92, 171, 0) 11%, rgba(1, 92, 171, 1) 44%) !important; }
  .factbox.yellow > div { background-image: linear-gradient(to bottom, rgba(253, 183, 20, 0) 11%, rgba(253, 183, 20, 1) 44%) !important; }
  .factbox.red > div    { background-image: linear-gradient(to bottom, rgba(232, 44, 42, 0) 11%, rgba(232, 44, 42, 1) 44%) !important; }
  .factbox.teal > div   { background-image: linear-gradient(to bottom, rgba(0, 165, 184, 0) 11%, rgba(0, 165, 184, 1) 44%) !important; }

  footer {
    padding: 1.5em 2em;
  }
  footer > div {
    width: auto;
    row-gap: 2em;
  }
  footer > div > div.address {
    margin-left: initial;
    order: 3;
  }
  footer .flex.socials {
    flex-flow: row nowrap;
    order: 2;
  }

  footer small {
    flex-flow: column nowrap;
    row-gap: 1.5em;
    margin-top: 2em;
  }

  #gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ul.articles > li {
    flex: calc(50% - 4em);
  }

  #au_map {
    width: 100%;
  }
  #members_list ul {
    columns: 1;
  }

  #footer_sponsors {
    padding: 0 20px;
    width: auto;
  }
  #footer_sponsors > div > div {
    padding: 0 0.5em;
  }
  #footer_sponsors > div > h4 {
    flex-basis: 100%;
    text-align: center;
    margin: 0 0 2em;
  }
  #footer_sponsors > div > div > div {
    flex-basis: calc((100% / 2) - 2em);
  }

  ul.videos {
    flex-flow: column nowrap;
  }
  ul.videos > li {
    margin: 0 0 1em 0;
    padding: 0;
  }

}
