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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

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

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Form styles */

form#standard {
    border: 0px solid #dc2d27;
    width: 100%;
}

form#standard h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
}

form#standard:first-child {
    margin-top: 0;
}

form#standard ul {
    margin-left: 25px;
    margin-left: 1.5625rem;
}

form#standard fieldset {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

form#standard fieldset p {
    margin-left: 0;
}

form#standard fieldset.field-full-width {
    margin-left: 205px;
    margin-left: 12.8125rem;
    margin-right: 15px;
    margin-right: 0.9375rem;
}

form#standard div.field .error {
    clear: both;
    font-weight: normal;
    color: #dc2d27;
}

form#standard div.field label.error {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    color: #dc2d27;
    display: block !important;
}

.general-content ul.error li:before {
    color: #dc2d27;
}

form fieldset {
    border: none;
    padding: 0;
    margin-left: 0;
}

form fieldset div {
    overflow: auto;
}

form fieldset label {
    width: 14em;
    padding-right: 16px;
    padding-right: 1rem;
    float: left;
}

form fieldset label.squish {
    width: 14em;
    padding-right: 0;
    margin: 0 8px 0 0;
    margin: 0 0.5rem 0 0;
}

form fieldset label.full-width {
    width: auto;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 16px 5px 0;
    margin: 0 1rem 0.3125rem 0;
}

form fieldset label span {
    font-weight: normal;
    font-style: italic;
}

form fieldset label span.inline {
    display: inline;
}

form fieldset legend {
    float: left;
    margin: 0;
    padding-right: 16px;
    padding-right: 1rem;
}

form fieldset legend.mandatory {
    background-image: url(https://www.swinburne.edu.au/images/icons/asterisk.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
}

form fieldset legend,
form fieldset label {
    font-weight: 600;
    max-width: 30%;
    margin-top: 10px;
    margin-top: 0.625rem;
}

form fieldset input[type="text"].other {
    width: 120px;
}

form fieldset:last-child {
    margin-top: 30px;
    margin-top: 1.875rem;
}

form fieldset .field {
    max-width: 65%;
    padding-left: 10px;
    padding-left: 0.625rem;
    float: left;
}

form fieldset .field.radio {
    float: left;
    max-width: 65%;
}

form fieldset .field label {
    float: none;
    margin-top: 0;
    font-weight: normal;
}

form fieldset .field label.error {
    width: auto;
    max-width: 100%;
}

form fieldset .field.checkbox {
    max-width: 100%;
    display: flex;
    align-items: flex-start;   /* keeps checkbox aligned with top of text */
    flex-wrap: wrap;
}

form fieldset .field.checkbox label {
    max-width: 100%;
    width: auto !important;
    /* margin-left: 25px; */
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;    
}


form fieldset .field.checkbox input[type="checkbox"] {
    margin-top: 3px;           /* aligns with first line of text */
    margin-right: 8px;
}

form fieldset .field.checkbox label.mandatory {
    flex: 1;                   /* take remaining width */
    display: inline-block;
    margin: 0;
    line-height: 1.5;
    background-position: 0 4px; /* keep asterisk aligned */
    background-repeat: no-repeat;
    padding-left: 14px;          /* give space for asterisk */
    background-size: 8px 8px;
}

form fieldset .field.checkbox label.error {
    flex-basis: 100%;          /* force onto new line */
    margin: 4px 0 0 34px;       /* indent so it aligns under text */
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #dc2d27;
}

form div fieldset:last-child {
    margin-top: 0;
}

form div.submitMinPadding {
    padding-left: 20px;
    padding-left: 1.25rem;
}

form .note {
    text-align: right;
    font-style: italic;
}

form label.mandatory {
    background-image: url(https://www.swinburne.edu.au/images/icons/asterisk.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
}

form .primary_email,
form .primary_website {
    display: none;
    visibility: hidden;
}

form.confirm fieldset {
    margin: 0;
    padding: 0;
}

form.confirm fieldset label {
    margin: 0;
}

.noSquish {
    margin: 160px 0 0 0;
    margin: 10rem 0 0 0;
    padding-left: 256px;
    padding-left: 16rem;
}

.inputSquish {
    margin: 0 32px 0 0;
    margin: 0 2rem 0 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 4px 0 0;
    margin: 0.25rem 0.25rem 0 0;
}

.note .note__icon {
    background-color: #dc2d27;
}

.note .note__icon .fa {
    font-size: 32px;
    font-size: 2rem;
}

.note .note__bd {
    padding: 5px 12px;
    padding: 0.3125rem 0.75rem;
    text-align: left;
}

form#standard input[type="text"],
form#standard select,
form#standard textarea {
    overflow: hidden;
    resize: none;
}

.field {
    overflow: visible;
}

form fieldset div.field {
    overflow: visible;
}
