/* base css */
:root {
  font-size: 10px;
}

body {
  color: #363636;
  font-size: 10px;
  line-height: 1.6;
  font-family: apercu-regular, sans-serif;
  font-weight: 400;
  position: relative;
  padding-top: 7rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
  overflow: hidden;
}

body.no-nav {
  padding-top: 0;
}

a,
button,
p,
span,
li {
  font-size: 1.8rem;
  letter-spacing: 0.03rem;
}

button {
  border: none;
  padding: 0;
}

p a,
p span,
a i,
a span,
li span,
li a {
  font-size: 1em;
}

a {
  color: #e64626;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 5rem 0;
  border: 0;
  border-top: 1px solid #e8e7e7;
}

b, strong {
  font-family: 'apercu-bold', sans-serif;
}

/* lists */
ul {
  margin: 0 0 3rem;
  padding: 0 0 0 1.7rem;
}

ul:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
}

/* font weights */
.fw-regular {
  font-family: 'apercu-regular', sans-serif;
}

.fw-medium {
  font-family: 'apercu-medium', sans-serif;
}

.fw-bold {
  font-family: 'apercu-bold', sans-serif;
}

/* headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  font-family: apercu-bold, sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-size: 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

.antwerp-mi {
  font-family: lyon-display-italic, sans-serif;
}

.antwerp-mi.dark {
  color: #000;
}

h1, .h1 {
  font-size: 3.6rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.8rem;
}

/* colors */
.color-orange {
  color: #e64626;
}

.no-margin {
  margin: 0;
}

.content-heading {
  margin-bottom: 6rem;
}

.content-heading .title {
  margin: 0;
}

.content-heading.with-subheading .title {
  margin: 0 0 2rem;
}

.content-heading.with-subtitle .title {
  margin: 0 0 1rem;
}

.content-heading.with-subtitle .subtitle {
  font-family: 'apercu-regular', sans-serif;
  margin: 0;
}

.content-heading.with-subtitle .mb1 {
  margin-bottom: 1rem;
}

.heading-with-icon {
  position: relative;
  padding-left: 3.5rem;
}

.heading-with-icon .icon {
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 2.4rem;
}

/* buttons */
.btn {
  font-size: 1.5rem;
  padding: 1.2rem 2.5rem 1.3rem;
  border-radius: 0;
  letter-spacing: 0.03rem;
  transition-duration: 0.3s;
  min-width: 18rem;
  height: 4.5rem;
  line-height: 1;
  font-family: apercu-mono, sans-serif;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.btn .icon {
  line-height: 1;
  display: inline-block;
}

.btn i {
  font-size: 1.6rem;
  width: 1.6rem;
  height: auto;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.btn.with-icon-right .icon {
  margin-left: 0.5rem;
}

.btn.with-icon-right.with-hover:hover i {
  left: 0.5rem;
}

.btn.with-icon-left .icon {
  margin-right: 0.5rem;
}

.btn.with-icon-left.with-hover:hover i {
  left: -0.5rem;
}

.btn-20 {
  min-width: 20rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 1.1rem 1.5rem;
  height: 4rem;
  font-size: 1.4rem;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.5rem 2.5rem;
  height: 5rem;
  font-size: 1.6rem;
}

.btn-lg i,
.btn-group-lg > .btn i {
  font-size: 1.8rem;
}

/* text link */
.text-link {
  white-space: nowrap;
  display: inline-block;
  font-size: 1.6rem;
  color: #e64626;
  font-family: apercu-mono, sans-serif;
  letter-spacing: 0;
}

.text-link.with-underline {
  text-decoration: underline;
}

.text-link .icon {
  line-height: 1;
  display: inline-block;
  margin-left: 0.5rem;
}

.text-link i {
  font-size: 1.8rem;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: -0.1rem;
  transition: left 0.2s ease-in-out;
}

.text-link svg {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  top: -1px;
}

.text-link.with-icon-right .icon {
  margin-left: 0.5rem;
}

.text-link.with-icon-right.with-hover:hover i {
  left: 0.5rem;
}

.text-link.with-icon-left .icon {
  margin-right: 0.5rem;
}

.text-link.with-icon-left.with-hover:hover i {
  left: -0.5rem;
}

.text-link-lg {
  font-size: 1.8rem;
  white-space: normal;
  line-height: 1.4;
  height: auto;
  margin-top: 2rem;
}

.with-long-arrow .icon {
  display: inline-block;
  padding-left: 0.5rem;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.with-long-arrow svg {
  height: 1.4rem;
  width: 5.8rem;
  stroke: #e64626;
  transition: stroke 0.2s ease-in-out;
}

.with-long-arrow:hover .icon {
  left: 0.5rem;
}

.with-long-arrow:hover svg {
  stroke: #424242;
}

/* button container */
.btn-container {
  margin-bottom: -1rem;
  margin-left: -1rem;
}

.btn-container .text-link,
.btn-container .btn {
  margin: 1rem;
}

/* same button width */
.same-button-width .btn {
  width: 22rem;
}

/* darkgrey button */
.btn-darkgrey:not(:disabled):hover {
  background: #e64626;
  border-color: #e64626;
  color: #fff;
}

/* darkgrey hover */
.btn-white:hover {
  background: #424242;
  color: #fff;
  border-color: #424242;
}

/* darkgrey hover */
.hover-darkgrey:hover {
  background: #212529;
  color: #fff;
  border-color: #212529;
}

/* button outline */
.btn-outline {
  background: transparent;
}

.outline-white {
  border-color: #fff;
  color: #fff;
}

.outline-white:hover {
  background: #fff;
  color: #212529;
}

.outline-darkgrey {
  border-color: #424242;
  color: #424242;
}

.outline-darkgrey:hover {
  background: #424242;
  color: #fff;
}

/* font css */
@font-face {
  font-family: 'apercu-regular';
  src: url("../fonts/apercu_regular_pro.eot");
  src: url("../fonts/apercu_regular_pro.eot") format("embedded-opentype"), url("../fonts/apercu_regular_pro.woff2") format("woff2"), url("../fonts/apercu_regular_pro.woff") format("woff"), url("../fonts/apercu_regular_pro.ttf") format("truetype"), url("../fonts/apercu_regular_pro.svg#apercu_regular_pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercu-medium';
  src: url("../fonts/apercu_medium_pro.eot");
  src: url("../fonts/apercu_medium_pro.eot") format("embedded-opentype"), url("../fonts/apercu_medium_pro.woff2") format("woff2"), url("../fonts/apercu_medium_pro.woff") format("woff"), url("../fonts/apercu_medium_pro.ttf") format("truetype"), url("../fonts/apercu_medium_pro.svg#apercu_medium_pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercu-bold';
  src: url("../fonts/apercu_bold_pro.eot");
  src: url("../fonts/apercu_bold_pro.eot") format("embedded-opentype"), url("../fonts/apercu_bold_pro.woff2") format("woff2"), url("../fonts/apercu_bold_pro.woff") format("woff"), url("../fonts/apercu_bold_pro.ttf") format("truetype"), url("../fonts/apercu_bold_pro.svg#apercu_bold_pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercu-mono';
  src: url("../fonts/apercu_mono_pro.eot");
  src: url("../fonts/apercu_mono_pro.eot") format("embedded-opentype"), url("../fonts/apercu_mono_pro.woff2") format("woff2"), url("../fonts/apercu_mono_pro.woff") format("woff"), url("../fonts/apercu_mono_pro.ttf") format("truetype"), url("../fonts/apercu_mono_pro.svg#apercu_mono_pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'antwerp-medium-italic';
  src: url("../fonts/AntwerpMediumItalic.eot");
  src: url("../fonts/AntwerpMediumItalic.eot") format("embedded-opentype"), url("../fonts/AntwerpMediumItalic.woff2") format("woff2"), url("../fonts/AntwerpMediumItalic.woff") format("woff"), url("../fonts/AntwerpMediumItalic.ttf") format("truetype"), url("../fonts/AntwerpMediumItalic.svg#AntwerpMediumItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lyon-display-italic';
  src: url("../fonts/lyon-display-regular-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* form css */
.form-block,
.form-group {
  margin-bottom: 3rem;
  text-align: left;
}

.form-block h4, .form-block h5,
.form-group h4,
.form-group h5 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.form-block h4 span:not(.info-tooltip-icon), .form-block h5 span:not(.info-tooltip-icon),
.form-group h4 span:not(.info-tooltip-icon),
.form-group h5 span:not(.info-tooltip-icon) {
  font-size: 1.5rem;
  color: #64686b;
  display: block;
}

.form-block .mb-5,
.form-group .mb-5 {
  margin-bottom: 5rem;
}

.form-group-hidden {
  display: none;
}

.form-block {
  margin-bottom: 6rem;
}

.form-block.mb-3 {
  margin-bottom: 3rem;
}

.form-block:last-child {
  margin-bottom: 0;
}

label {
  letter-spacing: 0.05rem;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  color: #424242;
  font-family: apercu-medium, sans-serif;
}

label .accent, p .accent {
  font-style: normal;
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

label .small-text {
  font-size: 1.5rem;
  color: #7b7b7b;
  font-family: apercu-regular, sans-serif;
}

textarea.form-control {
  padding: 2rem 1.8rem;
}

input:disabled,
button:disabled {
  cursor: no-drop;
}

form button[type='submit'] {
  margin-top: 1rem;
  min-width: 25rem;
}

.small-text-container {
  margin-top: 6rem;
}

.small-text-container p {
  font-size: 1.4rem;
  color: #797979;
  font-style: italic;
  letter-spacing: 0.03rem;
}

.small-text-container a {
  font-size: 1.4rem;
  text-decoration: underline;
}

.form-control {
  font-size: 1.6rem;
  height: 5.6rem;
  padding: 1rem 1.8rem 1rem;
  border-radius: 0.2rem;
  color: #424242;
  letter-spacing: 0.05rem;
  border: 1px solid #ddd;
}

.form-control::-webkit-input-placeholder {
  letter-spacing: 0.03rem;
  color: #9b9b9b;
  -webkit-text-stroke-width: 0;
}

.form-control::-moz-placeholder {
  letter-spacing: 0.03rem;
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  letter-spacing: 0.03rem;
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  letter-spacing: 0.03rem;
  color: #9b9b9b;
}

.form-control:focus {
  color: #424242;
  border-color: #ddd !important;
  box-shadow: none;
  outline: -webkit-focus-ring-color auto 1px;
}

input[type="password"] {
  font-style: normal;
  font-weight: normal;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* add spacing to better separate each image */
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0.2rem;
  letter-spacing: 0.4em;
}

select.noValue {
  letter-spacing: 0.05rem;
  color: #999;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../images/arrow-down.svg) right 15px top 55% no-repeat;
  background-size: 1.3rem;
  padding: 1rem 3.4rem 1rem 1.8rem;
  cursor: pointer;
}

/* custom checkbox */
.custom-checkbox {
  position: relative;
  padding-left: 3.8rem;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  display: inline-block;
  cursor: pointer;
}

.custom-checkbox.radio {
  padding-left: 3rem;
}

.custom-checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.custom-checkbox .checkbox-indicator {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #dadada;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
}

.custom-checkbox input[type="checkbox"] ~ .checkbox-indicator,
.custom-checkbox input[type="radio"] ~ .checkbox-indicator {
  border-radius: 0.3rem;
}

.custom-checkbox span:not(.checkbox-indicator) {
  color: #616161;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: normal;
  transition: color 0.2s ease-in-out;
}

.custom-checkbox .checkbox-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.6rem;
  top: 0.2rem;
  width: 0.6rem;
  height: 1.2rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkbox-indicator:after {
  display: block;
}

.custom-checkbox input:checked ~ .checkbox-indicator {
  background: #e64626;
  border-color: #e64626;
}

.custom-checkbox a {
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
}

/* radio block */
.radio-block .custom-checkbox {
  display: block;
}

/* select 2 plugin css overrides */
.select2-container {
  z-index: 110;
  display: block;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  line-height: 1;
  min-height: 45px;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 40px 0px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../images/arrow-down.svg) right 18px top 10px no-repeat;
  background-size: 1.3rem;
}

.select2-container .select2-search--inline {
  width: 100%;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 1.6rem;
  min-height: 31px;
  margin: 0;
  height: 34px;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
  padding-top: 3px;
}

.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
}

.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
}

.select2-container--default .select2-search--inline .select2-search__field:focus {
  color: #424242;
  border-color: #424242 !important;
  box-shadow: none;
}

.register-form .select2-container--default .select2-selection--multiple {
  min-height: 50px;
}

.register-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 10px 40px 10px 15px;
  background: #ffffff url(../images/arrow-down.svg) right 18px top 16px no-repeat;
  background-size: 1.3rem;
  min-height: 54px;
}

/* fixes: placeholder text gets cut off on mobile */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin: 0 0 0 7px;
  font-size: 20px;
  line-height: 0;
  margin-top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 8px 13px;
  background: #e64626;
  color: #ffffff;
  font-size: 1.5rem;
  border: none;
  font-family: apercu-regular, sans-serif;
  margin: 2px 5px 3px 0;
  white-space: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d0d0d0;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #d0d0d0;
  border-top: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid #d0d0d0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #e64626;
}

.select2-results__option {
  padding: 8px 15px;
  font-size: 1.6rem;
  font-family: apercu-regular, sans-serif;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.select2-container--default .select2-results__group {
  background: #eee;
  padding: 10px 15px;
}

.select2-selection__rendered:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: visible;
}

/* site header */
.site-header {
  background: #e64626;
  position: relative;
  padding: 6rem 0;
}

.site-header .black-bar-top {
  width: 5px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10%;
  background: #fff;
}

.site-header .white-bar-right {
  width: 50px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 8%;
  background: #fff;
  display: block;
}

.site-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header-content .site-header-text {
  text-align: center;
}

.site-header-content .usyd-logo-container {
  display: none;
}

.site-header-content .usyd-logo-container img {
  width: 15rem;
}

.site-header-content .title {
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.site-header-content .date,
.site-header-content .time {
  color: #000;
  font-size: 1.6rem;
  margin: 0;
}

.site-header-content .time {
  font-size: 2.1rem;
  font-family: apercu-regular, sans-serif;
}

.site-header-content .btn-container {
  margin: 4rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header-content .btn-container .btn {
  margin: 0;
  min-width: 0;
  width: 20rem;
  padding: 1.5rem 1.2rem;
  font-size: 1.5rem;
}

.site-header-content .btn-container .btn:first-child {
  margin-bottom: 1.5rem;
}

/* page with no navigation */
body.no-nav .site-header .usyd-logo-container {
  display: block;
  margin-bottom: 3rem;
}

/* with bg image */
.with-bg-image {
  position: relative;
}

.with-bg-image .site-header-content {
  text-align: center;
}

.with-bg-image .image-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.with-bg-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #020024;
  background: linear-gradient(90deg, #e64626 45%, rgba(237, 53, 58, 0) 160%);
}

.with-bg-image .container {
  position: relative;
}

.with-bg-image .usyd-logo-container {
  margin-bottom: 4rem;
}

/* site nav */
.site-nav {
  background: #363636;
  border-bottom: 0.1rem solid #eaeaea;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: scroll;
  padding-top: 7rem;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}

.site-nav .nav {
  flex-direction: column;
}

.site-nav .nav-link {
  position: relative;
}

.site-nav .nav-link .icon-flip {
  transform: rotate(180deg);
}

.site-nav .nav-link .icon-flip:focus, .site-nav .nav-link .icon-flip:active {
  color: #fff;
}

.site-nav .nav-link .icon-flip:focus:hover {
  color: #e64626;
}

.site-nav.site-nav-shown {
  transform: translateY(0);
}

.nav-item.button {
  margin-top: 1.8rem;
}

.nav-link {
  font-size: 1.6rem;
  padding: 1.5rem 0;
  color: #fff;
  font-family: "apercu-medium", sans-serif;
}

.nav-link:hover {
  color: #e64626;
}

.site-nav-container {
  padding: 1rem 0 3rem 1rem;
}

/* site nav dropdown */
.has-dropdown .icon {
  position: absolute;
  top: 1.2rem;
  right: 0;
  height: 3.2rem;
  width: 3.2rem;
  text-align: center;
  padding-top: 0.5rem;
  z-index: 5;
}

.dropdown {
  padding-left: 2rem;
  display: none;
}

/* responsive header */
.responsive-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 7rem;
  width: 100%;
  background: #fff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  z-index: 200;
  border-bottom: 0.1rem solid #f1f2f2;
}

.responsive-header .row {
  align-items: center;
}

.responsive-header .usyd-logo-container .usyd-logo {
  width: 15rem;
  height: 5.3rem;
}

/* header info box */
.btn-info-icon {
  width: auto;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-info-icon .info-icon {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.btn-info-icon .info-icon svg {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  top: -0.1rem;
}

.btn-info-icon .info-icon:hover {
  background: #333;
  color: #fff;
  border-color: #333 !important;
}

@media (min-width: 600px) {
  .btn-info-icon {
    margin: 0 0 0 2rem;
    justify-content: flex-start;
  }
}

/* responsive menu - hamburger icon */
.responsive-menu {
  width: 4rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
  float: right;
}

.responsive-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e64626;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.responsive-menu span:nth-child(1) {
  top: 0px;
}

.responsive-menu span:nth-child(2), .responsive-menu span:nth-child(3) {
  top: 9px;
}

.responsive-menu span:nth-child(4) {
  top: 18px;
}

.responsive-menu.open span {
  background: #e64626;
}

.responsive-menu.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.responsive-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90%;
}

.responsive-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 90%;
}

.responsive-menu.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* footer */
.site-footer {
  position: relative;
  background: #363636;
  padding: 6rem 0;
}

.site-footer .usyd-logo {
  width: 20rem;
}

.site-footer .black-bar-top {
  width: 5px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10%;
  background: #fff;
}

.site-footer .white-bar-right {
  width: 50px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 24%;
  background: #fff;
  display: block;
}

.site-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer-text {
  margin-top: 5rem;
  color: #fff;
  text-align: center;
}

.site-footer-text p {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.site-footer-text p a {
  color: #fff;
}

.site-footer-text p a:hover {
  color: #e64626;
}

/* footer links */
.footer-links {
  flex-direction: column;
  margin-top: 5rem;
  text-align: center;
}

.footer-links .nav-link {
  padding: 1rem 0;
  position: relative;
  font-size: 1.7rem;
  font-family: "apercu-regular", sans-serif;
}

/* socials */
.usyd-socials {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-top: 5rem;
}

.usyd-socials .nav-link {
  padding: 1rem;
  line-height: 1;
  font-size: 2rem;
}

.usyd-socials i {
  font-size: 2.2rem;
}

.usyd-socials .nav-item:first-child {
  width: 100%;
  text-align: center;
}

/* footer block cta */
.footer-blocks-cta {
  padding: 6rem 0;
  text-align: center;
  border-top: 1px solid #f1f2f2;
}

.footer-blocks-cta .col-12 {
  margin-bottom: 5rem;
}

.footer-blocks-cta .col-12:last-child {
  margin-bottom: 0;
}

.footer-blocks {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-blocks.bg-orange {
  background: #e64626;
}

.footer-blocks.bg-eggshell {
  background: #FFECDF;
}

.footer-blocks.bg-darkgrey {
  background: #363636;
}

.footer-blocks h4 {
  position: relative;
  padding-bottom: 2.4rem;
}

.footer-blocks h4:after {
  content: "";
  width: 2rem;
  height: 0.15rem;
  background: #424242;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.footer-blocks .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(241, 242, 242, 0.88);
}

.footer-blocks .footer-blocks-content {
  position: relative;
  top: 0;
  left: 0;
  padding: 5rem 3rem;
  width: 100%;
}

.footer-blocks .footer-blocks-content p {
  margin-bottom: 3rem;
}

.footer-blocks .btn {
  padding: 1.2rem 1.5rem 1.3rem;
  width: 100%;
  max-width: 23rem;
}

.footer-blocks .btn i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 5px;
}

.footer-blocks img {
  width: 100%;
}

.footer-blocks:hover span.btn {
  color: #fff;
  background: #424242;
  border-color: #424242;
}

.here-360 {
  background: url(../images/here.png) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.here-360 .here-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.here-360 .here-title h4, .here-360 .here-title h3 {
  display: inline-block;
  margin: 0 0 0.5rem;
  color: #363636;
  transition: color 0.2s ease-in-out;
}

.here-360 .here-title span {
  font-family: apercu-mono, sans-serif;
  font-size: 1.6rem;
}

.here-360 .icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 1.4rem;
}

.here-360 .icon svg {
  height: 3.5rem;
  width: 3.5rem;
  transition: fill 0.2s ease-in-out;
}

.here-360:hover .icon svg {
  fill: #e64626;
}

.here-360:hover .here-title h3, .here-360:hover .here-title h4 {
  color: #e64626;
}

@media (min-width: 992px) {
  /* footer block cta */
  .footer-blocks-cta .col-12 {
    margin-bottom: 0;
  }
  body.no-nav .site-header .usyd-logo-container {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  /* footer block cta */
  .footer-blocks .btn {
    padding: 1.2rem 2.5rem 1.3rem;
  }
}

/* homepage */
/* utility classes */
.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-6 {
  margin-top: 6rem;
}

/* fancybox */
.fancybox-slide {
  padding: 0;
}

/* video embed */
.simple-video-embed {
  padding-bottom: 6rem;
}

.video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-block {
  padding: 6rem 0;
}

.page-block.with-border-top {
  border-top: 0.1rem solid #eaeaea;
}

.heading-text-block {
  text-align: center;
}

/* whats on */
.whats-on .col-12 {
  margin-bottom: 4rem;
}

.whats-on .col-12:last-child {
  margin-bottom: 0;
}

.wo-box {
  position: relative;
  padding: 5rem 3rem 4rem;
  background: #fff;
  text-align: center;
  border: 0.1rem solid #d8d8d8;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.wo-box .title {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}

.wo-box .text {
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  display: block;
  transition: color 0.2s ease-in-out;
}

.wo-box img {
  width: 14rem;
  height: 9rem;
  display: block;
  margin: 3rem auto 4rem;
}

.wo-box .icon {
  font-size: 2.4rem;
  color: #e64626;
  transition: color 0.2s ease-in-out;
}

.wo-box:hover {
  background: #e64626;
  border-color: #e64626;
}

.wo-box:hover .title,
.wo-box:hover .text,
.wo-box:hover .icon {
  color: #fff;
}

/* register block */
.register-block {
  text-align: center;
}

.register-block .register-form {
  max-width: 90rem;
  margin: 6rem auto 0;
}

.social-signup-buttons {
  max-width: 90rem;
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-signup-buttons a {
  margin: 1rem 0;
  width: 100%;
  max-width: 28rem;
  letter-spacing: 0;
  font-size: 1.5rem;
  padding: 1.5rem 1rem;
}

.social-signup-buttons a i {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 1rem;
}

.register-block .footer-text {
  margin-top: 3rem;
}

.register-block .footer-text p {
  font-size: 1.4rem;
  color: #797979;
  font-style: italic;
  letter-spacing: 0.03rem;
}

.register-block .footer-text p br {
  display: none;
}

.register-block .footer-text a {
  font-family: apercu-medium, sans-serif;
  white-space: nowrap;
}

.register-block .footer-text a:hover {
  color: #424242;
}

/* home video */
.home-video {
  position: relative;
  margin: 6rem 0;
}

.home-video img {
  width: 100%;
}

.home-video .btn {
  margin-top: 2rem;
}

.home-video.mt-2 {
  margin-top: 2rem;
}

.home-video.mt-0 {
  margin-top: 0;
}

.hv-content-container {
  background: #f1f2f2;
  display: flex;
  align-items: center;
}

.hv-image-container {
  padding: 0;
  position: relative;
  cursor: pointer;
}

.hv-image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in-out;
}

.hv-image-container .play-icon {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  text-align: center;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background: #e64626;
  padding-top: 10px;
  transition: background-color 0.2s ease-in-out;
}

.hv-image-container .play-icon svg {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  height: 1.8rem;
  width: 1.8rem;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}

.hv-image-container:hover .overlay {
  background: rgba(230, 70, 38, 0.1);
}

.hv-image-container:hover .play-icon {
  background: #fff;
}

.hv-image-container:hover .play-icon svg {
  fill: #e64626;
}

.home-video-content {
  padding: 6rem 1.5rem;
  background: #f1f2f2;
  text-align: center;
}

.hv-alt-container {
  position: relative;
  max-width: 54rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* program listing filter */
.program-listing-filter {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.program-listing-filter .filter-selections {
  flex-direction: column;
  width: 100%;
}

.program-listing-filter .filter-option {
  margin: 0 0 1rem;
}

.program-listing-filter .filter-option-multiselect {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  margin: 0;
}

.program-listing-filter .filter-button {
  padding: 1.4rem 2rem;
  border: 0.1rem solid #eaeaea;
  line-height: 1;
  font-size: 1.6rem;
  display: block;
  cursor: pointer;
  height: 4.5rem;
  color: #9b9b9b;
  letter-spacing: 0;
}

.program-listing-filter .filter-button.active, .program-listing-filter .filter-button:hover {
  color: #e64626;
  border-color: #e64626;
}

.program-listing-filter .blue.active .filter-button,
.program-listing-filter .blue:hover .filter-button {
  border-color: #0148a4;
  color: #0148a4;
}

.program-listing-filter .yellow.active .filter-button,
.program-listing-filter .yellow:hover .filter-button {
  border-color: #ffb800;
  color: #ffb800;
}

.program-listing-filter .button-container {
  margin-top: 2rem;
  width: 100%;
  display: flex;
}

.program-listing-filter .button-container .filter-reset-button {
  background: #363636;
  border-color: #363636;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 0 0 2rem;
  font-family: apercu-mono, sans-serif;
  letter-spacing: 0;
  padding: 1.3rem 2rem;
}

.program-listing-filter .button-container .filter-reset-button:hover {
  background: #e64626;
  color: #fff;
  border-color: #e64626;
}

.program-listing-filter .button-container .filter-reset-button:first-child {
  margin-left: 0;
}

.program-listing-filter .button-container .btn-orange {
  color: #fff;
  background-color: #e64626;
  border-color: #e64626;
}

.program-listing-filter .button-container .btn-orange:hover {
  color: #fff;
  background-color: #ce3618;
  border-color: #c33316;
}

.program-listing-filter .button-container .btn-lightgrey {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #707070;
}

.program-listing-filter .button-container .btn-lightgrey:hover {
  color: #fff;
  background-color: #e64626;
  border-color: #e64626;
}

/* program listing */
.program-listing {
  margin: 6rem 0 2rem;
}

.program-block {
  border: 0.1rem solid #eaeaea;
  margin-bottom: 4rem;
}

.program-block:last-child {
  margin-bottom: 0;
}

.program-block.featured {
  border: 2px solid #e64626;
  background: rgba(230, 70, 38, 0.02);
  border-radius: 3px;
}

.program-block-content {
  position: relative;
  padding: 2rem;
  border-bottom: 0.1rem solid #eaeaea;
}

.program-image-container {
  position: absolute;
  top: 3rem;
  left: 3rem;
  height: 12rem;
  width: 12rem;
  border-radius: 0.1rem;
  cursor: pointer;
  opacity: 1;
  display: none;
  transition: opacity 0.2s ease-in-out;
}

.program-image-container img {
  width: 100%;
  border-radius: 0.3rem;
}

.program-image-container a {
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.program-image-container a:hover {
  opacity: 0.75;
}

.program-image-container:hover {
  opacity: 0.8;
}

.program-content .pc-title {
  position: relative;
  margin-bottom: 1.5rem;
}

.program-content .program-type {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  padding: 0.8rem 0;
  background: #eaeaea;
  border-radius: 0.3rem;
  line-height: 1;
  height: 2.9rem;
  width: 12rem;
  text-align: center;
  color: #fff;
  font-family: apercu-medium, sans-serif;
}

.program-content .program-type span {
  font-size: 1.3rem;
}

.program-content .program-type .icon {
  margin-right: 0.3rem;
}

.program-content .program-type .icon-lg {
  font-size: 16px;
  vertical-align: middle;
}

.program-content .program-type:last-child {
  margin-right: 0;
}

.program-content .blue {
  background: #0148a4;
}

.program-content .yellow {
  background: #ffb800;
}

.program-content .program-name {
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
}

.program-content .program-name a {
  color: #363636;
}

.program-content .program-name a:hover {
  color: #e64626;
}

.program-details {
  flex-direction: column;
  margin-bottom: 1rem;
}

.program-details .program-details-block {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.4;
}

.program-details .program-details-block .icon {
  margin-right: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.program-location {
  color: #e64626;
  font-size: 1.6rem;
  font-family: 'apercu-medium', sans-serif;
}

.program-description p {
  font-size: 1.6rem;
  color: #555;
}

.program-action-container {
  justify-content: space-evenly;
  flex-grow: 1;
  flex-direction: column;
}

.pac-btn-container {
  border-bottom: 0.1rem solid #eaeaea;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.pac-btn-container:last-child {
  margin-bottom: 0;
  border: none;
}

.pac-btn {
  display: flex;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: apercu-mono, sans-serif;
  letter-spacing: 0;
  background: #fff;
}

.pac-btn .icon {
  margin-left: 1rem;
}

.pac-btn .icon.icon-left {
  margin: 0 1rem 0 0;
}

.pac-btn:active, .pac-btn:focus {
  color: #e64626;
}

.pac-btn.green {
  color: #41b146;
}

.pac-btn.grey {
  color: #636363;
}

.pac-btn.no-hover {
  cursor: auto;
}

.pac-btn:not(.no-hover):hover {
  background: #e64626;
  color: #fff;
}

.pac-btn.zoom-blue {
  color: #2D8CFF;
  cursor: pointer;
}

.pac-btn.zoom-blue .icon {
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 100%;
  background: #2D8CFF;
  color: #fff;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.pac-btn.zoom-blue .icon i {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.pac-btn.zoom-blue:hover {
  background: #2D8CFF;
}

.pac-btn.zoom-blue:hover .icon {
  color: #2D8CFF;
  background: #fff;
}

.pac-btn.green:not([href]):hover {
  color: #41b146;
}

/* fancybox modal */
.course-modal {
  display: none;
}

.fancybox-content {
  padding: 5rem 3rem;
  width: 92%;
}

/* course modal */
.course-modal-head {
  position: relative;
  margin-bottom: 3rem;
}

.course-modal-head .program-image-container {
  top: 0;
  left: 0;
}

.course-modal-head .pc-title {
  margin-bottom: 2rem;
}

.course-modal-content li, .course-modal-content span, .course-modal-content p, .course-modal-content a {
  font-size: 1.6rem;
}

.course-modal-content .image-container > img {
  margin: 1rem 0 0;
}

.course-modal-content img {
  width: 100%;
  margin: 3rem 0 0;
  border-radius: 0.3rem;
}

.course-modal-actions {
  margin-top: 5rem;
}

.course-modal-actions .program-action-container {
  justify-content: flex-start;
}

.course-modal-actions .pac-btn-container {
  border: none;
  flex-grow: initial;
  margin: 0 0 2rem;
}

.course-modal-actions .pac-btn-container:last-child {
  margin: 0;
}

.course-modal-actions .pac-btn {
  border: 0.1rem solid #eaeaea;
  width: 33rem;
  background: #e64626;
  color: #fff;
}

.course-modal-actions .pac-btn:hover {
  background: #424242;
}

.course-modal-actions .pac-btn.green {
  background: #41b146;
  border-color: #41b146;
  color: #fff;
}

.course-modal-actions .pac-btn.green:not([href]):hover {
  color: #fff;
}

.course-modal-actions .pac-btn.zoom-blue {
  background: #2D8CFF;
  color: #fff;
}

.course-modal-actions .pac-btn.zoom-blue .icon {
  background: #fff;
  color: #2D8CFF;
}

.course-modal-actions .pac-btn.zoom-blue:hover {
  background: #1d6dce;
}

.course-modal-actions .pac-btn.outline-grey {
  background: transparent;
  border: 0.1rem solid #636363;
  color: #636363;
}

.course-modal-actions .pac-btn.outline-grey:hover {
  background: #e64626;
  border-color: #e64626;
  color: #fff;
}

/* about infoday */
.about-links-container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.about-links-container .about-link {
  margin: 1rem;
  width: 28rem;
}

/* covid safe */
.covid-safe .image-container {
  margin-bottom: 3rem;
}

.covid-safe .image-container img {
  width: 100%;
  border-radius: 0.3rem;
}

/* map directions */
.map-embed-container {
  margin-top: 5rem;
}

.map-embed-container iframe {
  width: 100%;
  height: 30rem;
}

/* faq */
.faq {
  background: #f1f2f2;
}

.faq .faq-content {
  margin: 4rem 0 0;
  position: relative;
}

.faq .faq-content h3 {
  margin-top: 0;
  font-size: 2.2rem;
}

.faq .faq-content p,
.faq .faq-content li {
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  color: #3a3a3a;
}

.faq .faq-content a {
  border-bottom: 0.1rem solid transparent;
  color: #e64626;
  white-space: nowrap;
}

.faq .faq-content a:hover {
  border-color: #e64626;
}

.faq .faq-content ul {
  padding-left: 4rem;
  list-style-type: disc;
}

.faq .faq-content ol,
.faq .faq-content ul {
  margin-bottom: 2rem;
}

.faq .faq-box {
  margin-bottom: 1rem;
  background: #fff;
}

.faq .faq-box p {
  font-size: 1.8rem;
  color: #3a3a3a;
  letter-spacing: 0.03rem;
  line-height: 1.4;
}

.faq .faq-box p span {
  font-size: 2.6rem;
  padding-right: 0.5rem;
}

.faq .faq-box p .faq-quesiton,
.faq .faq-box p .faq-answer,
.faq .faq-box p {
  font-size: 1.7rem;
  padding: 0;
}

.faq .faq-box p:last-child {
  border-top: none;
}

.faq .faq-box .faq-question-container,
.faq .faq-box .faq-answer-container {
  margin-bottom: 0;
  padding: 2rem;
  border: 0.1rem solid #f3f3f3;
  font-size: 1.8rem;
}

.faq .faq-box .faq-question-container {
  position: relative;
  padding-right: 4rem;
  padding-left: 6rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
}

.faq .faq-box .faq-question-container.faq-active,
.faq .faq-box .faq-question-container:hover {
  background: #e64626;
  color: #fff;
}

.faq .faq-box .faq-question-container .q-icon {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}

.faq .faq-box .faq-question-container .faq-quesiton {
  position: relative;
  top: 0.1rem;
  font-size: 1.8rem;
}

.faq .faq-box .faq-question-container .faq-arrow {
  position: absolute;
  right: 2rem;
  top: 25%;
  border-radius: 100%;
  background: #e64626;
  width: 3.5rem;
  height: 3.5erm;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  padding: 0.6rem 0 0 0.1rem;
  display: block;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}

.faq .faq-box .faq-answer-container {
  border-top: none;
  display: none;
  padding: 3rem 2rem;
}

.faq .faq-box .faq-answer-container p span {
  color: #e64626;
}

/* back to top */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  display: none;
  border: 0.1rem solid #f6fbfe;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background: #e64626;
  text-align: center;
  opacity: 1;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  z-index: 1000;
}

.back-to-top .icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
}

.back-to-top .icon svg {
  height: 2.2rem;
  width: 2.2rem;
}

.back-to-top:hover {
  background: #333;
}

/* live text - blinking circle dot */
.usydtv-heading {
  padding-bottom: 3rem;
}

.live-text {
  position: relative;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-family: apercu-medium, sans-serif;
  line-height: 1;
}

.live-text:before {
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  background: red;
  border-radius: 100%;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: 1px;
  animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* login page */
.login-form {
  max-width: 50rem;
  width: 100%;
  margin: 4rem auto 0;
}

.login-form .forget-password-link {
  margin-top: 4rem;
  text-align: center;
}

.login-form .register-link {
  margin-top: 2rem;
  text-align: center;
}

/* forget password */
.forget-password-block {
  background: #f5f7f7;
  padding: 6rem 0;
  margin: 0;
}

.forget-password-form {
  text-align: center;
}

.forget-password-container {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}

/* join zoom */
.join-zoom-container {
  text-align: center;
  padding: 4rem 5rem;
  max-width: 55rem;
  width: 100%;
  margin: 8rem auto 0;
  border: 0.2rem solid #2d8cff;
  border-radius: 4px;
  background: rgba(45, 140, 255, 0.08);
}

.join-zoom-container .icon {
  display: inline-block;
  position: relative;
  top: -0.4rem;
  margin-right: 1rem;
}

.join-zoom-container .icon img {
  width: 3.5rem;
  height: 3.5rem;
}

.join-zoom-container .btn-white {
  color: #ffffff;
  background-color: #2d8cff;
  border-color: #2d8cff;
  font-family: apercu-medium, sans-serif;
}

.join-zoom-container .btn-white:hover {
  background-color: #424242;
  border-color: #424242;
}

/* live page */
.live-countdown-container {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
}

.live-countdown-container .image-container {
  position: relative;
}

.live-countdown-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(54, 54, 54, 0.6);
  transition: background-color 0.2s ease-in-out;
}

.live-countdown-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  height: 6rem;
  width: 6rem;
  border-radius: 100%;
  background: #e64626;
  padding-top: 10px;
  transition: background-color 0.2s ease-in-out;
}

.live-countdown-container .play-icon svg {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  height: 2rem;
  width: 2rem;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}

.live-countdown-container.video-is-live:hover .overlay {
  background: rgba(230, 70, 38, 0.3);
}

.live-countdown-container.video-is-live:hover .play-icon {
  background: #fff;
}

.live-countdown-container.video-is-live:hover .play-icon svg {
  fill: #e64626;
}

.live-countdown-content {
  background: #424242;
  padding: 5rem 4rem;
  text-align: center;
  position: relative;
}

.live-countdown-content .title {
  color: #fff;
  font-family: apercu-regular, sans-serif;
  margin-bottom: 6rem;
  font-size: 2rem;
}

.livestream-regsiter-cta {
  color: #fff;
  margin-top: 6rem;
}

.livestream-regsiter-cta span {
  display: block;
}

.livestream-regsiter-cta .btn {
  margin-top: 2rem;
}

.live-countdown {
  color: #fff;
}

.live-countdown .time-block {
  padding: 0;
}

.live-countdown .time-value {
  font-size: 3.4rem;
  color: #e64626;
  line-height: 1;
  font-family: apercu-bold, sans-serif;
}

.live-countdown .text {
  font-size: 1.4rem;
}

/* interactive map */
.all-map-container .map {
  width: 100%;
  height: 600px;
}

.map-controls-container {
  margin: 4rem 0 2rem;
}

.map-controls-container .col-12 {
  margin-bottom: 3rem;
}

/* google map info box container */
.info-box-container {
  padding: 10px 20px 10px 10px;
}

.info-box-container .venue-name {
  font-family: 'apercu-bold', sans-serif;
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
}

.info-box-container .venue-address {
  display: block;
  font-size: 15px;
  font-family: 'apercu-regular', sans-serif;
  color: #767575;
}

.info-box-container .venue-link {
  margin-top: 10px;
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #e64626;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
  font-family: 'apercu-medium', sans-serif;
}

.info-box-container .venue-link:hover {
  background: #212121;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
  width: 33px !important;
  height: 33px !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect .gm-style img {
  width: 18px !important;
  height: 18px !important;
}

.map-controls-container .disabled-line {
  position: absolute;
  top: 7px;
  left: -4px;
  border: 3px solid #ffffff;
  height: 8px;
  width: 42px;
  border-radius: 50px;
  background: #ff0000;
  display: block;
  transform: rotate(-28deg);
  opacity: 1;
}

.map-controls-container input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.map-controls-container input[type='checkbox']:checked + .mapicon-container .disabled-line {
  background: #000;
  opacity: 0;
}

.map-controls-container label {
  margin: 0;
  font-size: 1.6rem;
}

.map-controls-container .mapicon {
  height: 3rem;
  width: 3rem;
}

.map-controls-container .mapicon-container {
  position: relative;
}

.map-checkbox-container {
  position: relative;
  display: inline-block;
}

/* simple video block */
.simple-video-container {
  padding: 8rem 0;
  background: #eee;
}

.simple-video-block {
  margin-bottom: 8rem;
}

.simple-video-block:last-child {
  margin-bottom: 0;
}

.simple-video-block .title {
  margin-bottom: 3rem;
}

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  background: #eee;
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* filter search */
.filter-search {
  height: 4.5rem;
  border: 1px solid #eaeaea;
  margin-bottom: 2rem;
  position: relative;
}

.filter-search .form-control {
  position: relative;
  padding-right: 4rem;
  border: none;
  height: 100%;
  border-radius: 0;
  outline: 0.1rem solid transparent;
  transition: outline 0.2s ease-in-out;
}

.filter-search .form-control:focus-visible {
  outline: 0.1rem solid #e64626;
  border-radius: 0;
}

.filter-search .form-control:focus-visible + .search-icon {
  background: #e64626;
  color: #fff;
}

.filter-search .form-control:focus-visible + .search-icon:hover {
  background: #424242;
  color: #fff;
}

.filter-search .search-icon {
  height: 3rem;
  width: 3rem;
  background: #eaeaea;
  color: #777;
  padding: 0.4rem;
  border-radius: 0.3rem;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.filter-search .search-icon i, .filter-search .search-icon .fa-search {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-search .search-icon:hover {
  background: #e64626;
  color: #fff;
}

/* program header */
.program-header {
  margin-bottom: 6rem;
}

/* breadcrumb */
.breadcrumb {
  margin: 2rem 0 0;
  padding: 0;
  background: transparent;
}

.breadcrumb-item {
  font-size: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.8rem;
}

/* additional details */
.cmc-additional-details {
  margin-top: 4rem;
}

.cmc-additional-details h3, .cmc-additional-details h4 {
  font-size: 1.8rem;
}

/* default state - placeholder fix  */
.select2-search--inline {
  display: contents;
  /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
  width: 100% !important;
  /*makes the placeholder to be 100% of the width while there are no options selected*/
}

/* additional registration */
.pb-additional-registration {
  background: #f4f4f4;
  border-top: 1px solid #eaeaea;
  padding: 1.6rem 2rem;
  text-align: center;
}

.pb-additional-registration p, .pb-additional-registration span, .pb-additional-registration a {
  font-size: 1.5rem;
}

.pb-additional-registration a {
  text-decoration: underline;
}

/* course modal infobox */
.course-modal-infobox {
  position: relative;
  margin: 3rem 0;
  padding: 1rem 1rem 1rem 6rem;
  border-radius: 3px;
  border: 1px solid #e64626;
  background: rgba(230, 70, 38, 0.05);
}

.course-modal-infobox p, .course-modal-infobox span, .course-modal-infobox a {
  font-size: 1.5rem;
}

.course-modal-infobox a {
  text-decoration: underline;
}

.course-modal-infobox i {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #e64626;
}

.launch-zoom-modal {
  cursor: pointer;
}

.new-window-link {
  text-align: center;
  margin-top: 3rem;
  text-decoration: underline;
}

/* find more sessions */
.find-more-sessions {
  margin-top: 6rem;
  text-align: center;
}

/* timetable filter */
.timetable-filter .filter-search {
  margin: 0;
}

.timetable-filter .button-container {
  margin-top: 1rem;
  flex-direction: column;
}

.timetable-filter .button-container .filter-button {
  margin: 1rem 0;
}

/* notification */
.notification-container {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #eaeaea;
  z-index: 1;
  position: relative;
  /* if there's only 1 notification */
}

.notification-container.notif-single .notif-content {
  padding-right: 0;
}

.notification-container.notif-single .notif-control {
  display: none;
}

.notif-content {
  position: relative;
}

.notif-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  color: #808080;
  font-size: 2.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
  cursor: pointer;
}

.notif-close i {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.notif-close:hover {
  color: #000;
}

.notif-close:active {
  transform: scale(0.75);
}

.notif-icon {
  position: relative;
  background: #e64626;
  color: #fff;
  height: 3.6rem;
  width: 3.6rem;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 2rem;
}

.notif-icon i {
  font-size: 1.6rem;
}

.notif-content-listing {
  height: 13rem;
  overflow: hidden;
  position: relative;
}

.notif-block {
  width: 100%;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: top 0.2s ease-in-out, opacity 0.3s ease-in-out;
}

.notif-block p {
  font-size: 1.45rem;
  line-height: 1.4;
  max-height: 6.1rem;
  overflow: hidden;
}

.notif-block span, .notif-block p {
  letter-spacing: 0.01rem;
}

.notif-block .notif-readmore {
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: apercu-medium, sans-serif;
  white-space: nowrap;
}

.notif-block.slideUp {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.notif-title {
  font-size: 1.55rem;
  font-family: apercu-bold, sans-serif;
  line-height: 1.2;
  max-height: 3.7rem;
  overflow: hidden;
  display: block;
}

.notif-date {
  font-size: 1.4rem;
  color: #8c8c8c;
  margin-bottom: 1rem;
  display: block;
}

.notif-control {
  margin-top: 2rem;
}

.notif-control-btn {
  position: relative;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  text-align: center;
  background: #dadada;
  color: #808080;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.notif-control-btn:first-child {
  margin-right: 1rem;
}

.notif-control-btn i {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.notif-control-btn.left i {
  left: 46%;
}

.notif-control-btn.right i {
  left: 54%;
}

.notif-control-btn:hover {
  background: #424242;
  color: #fff;
}

.notif-control-btn:active {
  transform: scale(0.75);
}

/* bell animation */
.bell-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.bell-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #fff;
}

#clapper-group {
  transform-origin: top center;
}

.bell-animate svg {
  animation: ring 3.5s infinite ease-in-out;
}

.bell-animate #clapper-group {
  animation: ring-clapper 3.5s infinite linear;
}

@keyframes ring {
  0% {
    transform: rotate(30deg);
  }
  5% {
    transform: rotate(-30deg);
  }
  10% {
    transform: rotate(15deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(0deg);
  }
}

@keyframes ring-clapper {
  0% {
    transform: rotate(0deg);
  }
  7% {
    transform: rotate(-15deg);
  }
  12% {
    transform: rotate(15deg);
  }
  17% {
    transform: rotate(-5deg);
  }
  22% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(0deg);
  }
}

/* notification floating icon */
.notif-floating-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  display: none;
}

.notif-floating-icon .notif-icon {
  position: relative;
  transform: none;
  top: initial;
  left: initial;
  background: #e64626;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin: 0;
}

.notif-floating-icon .notif-icon .bell-icon svg {
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}

.notif-floating-icon .notif-icon:hover {
  background: #212121;
}

.notif-floating-icon .notif-icon:hover .bell-icon svg {
  fill: #fff;
}

.cma-top {
  margin: 4rem 0 3rem;
}

.cma-bottom {
  margin-top: 4rem;
}

@media (min-width: 500px) {
  .notif-content-listing {
    height: 11rem;
  }
}

@media (min-width: 768px) {
  .notif-control {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .notif-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .notif-content {
    padding: 0 8.5rem 0 5.5rem;
  }
  .notif-block.slideUp {
    top: 0;
    transform: none;
  }
  .notif-title {
    max-height: 1.8rem;
    overflow: hidden;
  }
  .notif-block p {
    max-height: 4.1rem;
  }
  .notif-content-listing {
    height: 9rem;
  }
}

@media (min-width: 992px) {
  .notif-control {
    top: 54%;
    transform: translateY(-50%);
    bottom: initial;
  }
  .notif-date {
    display: inline;
    margin: 0 0 0 0.5rem;
  }
  .notif-icon {
    top: 50%;
    transform: translateY(-50%);
  }
  .notif-close {
    right: initial;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b6a6a;
  }
  .notif-close:active {
    transform: translateY(-50%) scale(0.75);
  }
  .notif-content-listing {
    height: 4.3rem;
  }
  .notif-block p {
    max-height: 2.1rem;
  }
  .notif-title {
    max-height: 1.85rem;
    display: inline;
  }
}

@media (min-width: 1050px) {
  .notif-close {
    left: -4rem;
  }
}

@media (min-width: 1200px) {
  .notif-close {
    left: -3.5rem;
  }
}

@media (min-width: 1400px) {
  .notif-close {
    left: -5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 375px) {
  /* header button adjustments */
  .site-header-content .btn-container .btn {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
  /* live counter */
  .live-countdown-content {
    padding: 5rem 4rem;
  }
  .live-countdown .time-value {
    font-size: 4.4rem;
  }
  .live-countdown .text {
    font-size: 1.5rem;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  /* interactive map */
  .map-controls-container .col-12 {
    max-width: 50%;
  }
  .map-controls-container .mapicon {
    height: 2.4rem;
    width: 2.4rem;
  }
}

@media (min-width: 400px) {
  /* live counter */
  .live-countdown-content {
    padding: 5rem;
  }
  .live-countdown .time-value {
    font-size: 5rem;
  }
  .live-countdown .text {
    font-size: 1.6rem;
  }
}

@media (min-width: 500px) {
  .site-header-content .title {
    font-size: 6rem;
  }
  .site-header-content .date, .site-header-content .time {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  /* site nav */
  .site-nav-container {
    padding: 3rem 0 3rem 0.5rem;
  }
  /* footer */
  .usyd-socials .nav-item:first-child {
    width: auto;
    text-align: left;
  }
  /* home video */
  .hv-image-container .play-icon {
    bottom: 4rem;
    right: 4rem;
    height: 5rem;
    width: 5rem;
  }
  .home-video-content {
    padding: 8rem 5rem;
  }
}

@media (min-width: 600px) {
  .site-header-content .btn-container {
    flex-direction: row;
  }
  .site-header-content .btn-container .btn:first-child {
    margin: 0 2rem 0 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .site-header-content .title {
    font-size: 7rem;
  }
  /* fancybox */
  .fancybox-slide {
    padding: 1.5rem;
  }
  /* register block */
  .register-block .footer-text p br {
    display: block;
  }
  /* footer */
  .footer-links {
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
  }
  .footer-links .nav-link {
    padding-right: 3rem;
  }
  .footer-links .nav-link:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 1.8rem;
    width: 0.1rem;
    background: #eaeaea;
    opacity: 0.4;
  }
  .footer-links .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .footer-links .nav-item:last-child .nav-link:after {
    display: none;
  }
  .site-footer-text p br {
    display: none;
  }
  /* faq */
  .faq .faq-box .faq-question-container .faq-quesiton {
    font-size: 2rem;
  }
  /* program listing */
  .program-action-container {
    flex-direction: row;
  }
  .pac-btn-container {
    border-right: 0.1rem solid #eaeaea;
    border-bottom: none;
  }
  /* course modal */
  .course-modal-actions .pac-btn-container {
    margin: 0 3rem 0 0;
  }
  /* map directions */
  .map-embed-container iframe {
    height: 45rem;
  }
  /* faq */
  .faq .faq-box .faq-answer-container {
    padding: 3rem 4rem;
  }
  /* live counter */
  .live-countdown .time-value {
    font-size: 6rem;
  }
  .live-countdown .text {
    font-size: 1.8rem;
  }
  /* home video */
  .hv-alt-container {
    max-width: 72rem;
  }
  /* course modal infobox */
  .course-modal-infobox {
    text-align: center;
    padding: 1rem 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
  /* responsive header */
  .responsive-header {
    display: none;
  }
  /* site header */
  .site-header {
    padding: 6rem 0;
    height: 50rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .site-header .white-bar-right {
    bottom: 24%;
  }
  .site-header.short-header {
    height: 30rem;
  }
  /* header button adjustments */
  .site-header-content .btn-container {
    justify-content: flex-start;
    margin: 5rem 0 0;
  }
  .site-header-content .btn-container .btn {
    min-width: 18rem;
  }
  .site-header-content .site-header-text {
    margin-top: 5rem;
  }
  .site-header-content .usyd-logo-container {
    display: block;
  }
  .site-header-content {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site-header-content .site-header-text {
    text-align: left;
    margin: 0;
  }
  .site-header-content .usyd-logo-container img {
    width: 20rem;
  }
  .site-header-content .title {
    font-size: 7rem;
    margin-bottom: 2rem;
  }
  .site-header-content .date,
  .site-header-content .time {
    font-size: 2.2rem;
  }
  .site-header-content .time {
    font-size: 2.1rem;
  }
  /* with bg image */
  .with-bg-image .overlay {
    background: linear-gradient(90deg, #e64626 60%, rgba(237, 53, 58, 0) 0%);
  }
  .with-bg-image .site-header-content {
    flex-direction: column;
  }
  .with-bg-image .usyd-logo-container img {
    width: 18rem;
  }
  /* site nav */
  .site-nav {
    background: #fff;
    display: block !important;
    position: relative;
    padding: 0;
    overflow: visible;
    transform: none;
  }
  .site-nav .nav {
    flex-direction: row;
    justify-content: center;
  }
  .site-nav .nav-link {
    padding: 2rem;
    color: #424242;
  }
  .site-nav .nav-link:hover {
    color: #e64626;
  }
  .site-nav .nav-item.active .nav-link {
    color: #C63A1E;
  }
  .site-nav-container {
    padding: 0;
  }
  /* site nav dropdown */
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 28rem;
    z-index: 10;
    padding: 0 1.5rem;
    border: 1px solid #eee;
    box-shadow: 0 0.3rem 0.7rem rgba(175, 171, 171, 0.3);
  }
  .dropdown .nav {
    flex-direction: column;
  }
  .dropdown .nav-item {
    border-bottom: 0.1rem solid #eee;
  }
  .dropdown .nav-item:last-child {
    border-bottom: 0;
  }
  .dropdown .nav-link {
    padding: 1.1rem 1rem;
  }
  .has-dropdown {
    position: relative;
  }
  .has-dropdown .icon {
    position: initial;
    height: auto;
    width: auto;
    padding: 0;
    z-index: 1;
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 0.2rem;
  }
  .has-dropdown:hover .dropdown {
    display: block;
  }
  .heading-text-block {
    text-align: left;
  }
  /* register block */
  .register-block .custom-checkbox {
    display: inline-block;
    margin: 0 2rem 1.5rem 0;
  }
  /* footer */
  .site-footer {
    padding: 10rem 0;
  }
  .site-footer .usyd-logo {
    width: 24rem;
  }
  .footer-blocks-content p {
    max-width: 23rem;
    margin: 0 auto 3rem;
  }
  /* short page */
  .short-page {
    padding: 15rem 0;
  }
  /* home video */
  .home-video {
    margin: 10rem 0 11.5rem;
  }
  .hv-alt-container {
    max-width: 87rem;
    padding: 0;
  }
  .home-video-content {
    position: absolute;
    bottom: -2.5rem;
    left: -3rem;
    z-index: 2;
    max-width: 42rem;
    padding: 5rem 5rem;
    text-align: left;
  }
  .caption-reversed .home-video-content {
    left: initial;
    right: -3rem;
  }
  .caption-reversed .hv-image-container .play-icon {
    right: initial;
    left: 4rem;
  }
  /* whats on */
  .whats-on .col-12 {
    margin-bottom: 0;
  }
  /* video embed */
  .simple-video-embed .container {
    padding: 0 5rem;
  }
  /* fancybox modal */
  .fancybox-content {
    padding: 5rem;
    width: 80%;
    max-height: 80%;
    max-width: 125rem;
  }
  /* course modal */
  .course-modal {
    width: 90%;
  }
  /* back to top */
  .back-to-top {
    bottom: 5rem;
    right: 5rem;
  }
  /* home video */
  .home-video {
    margin: 8rem 0;
  }
  /* program listing */
  .program-listing-filter .filter-selections {
    flex-direction: row;
    flex-grow: 1;
  }
  .program-listing-filter .filter-option {
    margin: 0 1rem 0 0;
  }
  .program-listing-filter .filter-option-multiselect {
    margin: 1rem 0 0 0;
  }
  .program-listing-filter .filter-option-multiselect {
    margin: 0;
  }
  .program-block-content {
    padding: 3rem 3rem 3rem 18rem;
  }
  .program-image-container {
    display: block;
  }
  .program-details {
    flex-direction: row;
  }
  .program-details .program-details-block {
    margin: 0 2.5rem 0 0;
  }
  /* course modal */
  .course-modal-head {
    padding: 0 0 0 15rem;
    min-height: 12rem;
  }
  .course-modal-head .pc-title {
    margin-bottom: 1.5rem;
  }
  .course-modal-head .program-details {
    margin-bottom: 0.5rem;
  }
  /* about infoday */
  .about-links-container {
    flex-direction: row;
    align-items: center;
  }
  .about-links-container .about-link {
    margin: 0 1rem;
  }
  /* covid safe */
  .covid-safe .content-container {
    padding-right: 3rem;
  }
  .covid-safe .image-container {
    margin: 0;
  }
  /* map directions */
  .map-embed-container iframe {
    height: 60rem;
  }
  /* timetable filter */
  .timetable-filter {
    flex-direction: row;
  }
  .timetable-filter .filter-selections {
    flex-direction: row;
  }
  .timetable-filter .filter-option {
    margin: 0 1rem 0 0;
  }
  .timetable-filter .button-container {
    flex-direction: row;
    margin: 0;
    width: auto;
  }
  .timetable-filter .button-container .filter-button {
    width: 13rem;
  }
  /* live counter */
  .livestream-regsiter-cta span {
    display: inline-block;
  }
  .livestream-regsiter-cta .btn {
    margin: 0 0 0 2rem;
  }
  .live-countdown-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .live-countdown-content .title {
    margin-bottom: 3rem;
  }
  .live-countdown {
    padding: 0 5rem;
  }
  .live-countdown-container .play-icon {
    display: none;
  }
  /* breadcrumb */
  .breadcrumb {
    margin: 0;
    justify-content: flex-end;
  }
  /* timetable filter */
  .timetable-filter {
    flex-direction: row;
    justify-content: space-between;
  }
  .timetable-filter .filter-search {
    width: 40%;
  }
  .timetable-filter .button-container .filter-button {
    margin: 0 0 0 2rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* site header */
  .site-header:not(.with-bg-image) .site-header-content .usyd-logo-container {
    margin: 0;
  }
  .site-header-content .title {
    font-size: 8rem;
  }
  /* register block */
  .social-signup-buttons {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  /* footer */
  .site-footer .usyd-logo {
    width: 26rem;
  }
  .site-footer-content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer-text {
    text-align: left;
    margin: 0;
  }
  .site-footer-text p br {
    display: none;
  }
  .footer-links {
    margin-top: 0;
    justify-content: flex-start;
  }
  .usyd-socials {
    justify-content: flex-start;
    margin-top: 2rem;
  }
  .usyd-socials .nav-item:first-child .nav-link {
    margin-right: 2rem;
    padding-left: 0;
  }
  /* home video */
  .hv-alt-container {
    max-width: 100rem;
  }
  .home-video-wide .hv-alt-container {
    max-width: 108rem;
  }
  /* back to top */
  .back-to-top {
    bottom: 7rem;
    right: 8rem;
  }
  /* program listing */
  .program-listing-filter {
    flex-direction: row;
    justify-content: space-between;
  }
  .program-listing-filter .filter-selections {
    width: auto;
  }
  .program-listing-filter .filter-option-multiselect {
    margin: 0 1rem 0 0;
  }
  .program-listing-filter .button-container {
    margin: 0;
    width: initial;
    min-width: 17rem;
  }
  .program-listing-filter .button-container .filter-reset-button {
    width: 17rem;
  }
  /* covid safe */
  .covid-safe .content-container {
    padding-right: 5rem;
  }
  /* timetable filter */
  .timetable-filter .button-container .filter-button {
    width: 13rem;
  }
  /* filter search */
  .filter-search {
    margin-right: 1rem;
    width: 33%;
    margin-bottom: 0;
  }
  /* program listing heading */
  .program-type-container {
    display: flex;
    justify-content: flex-end;
    padding-left: 30px;
    width: 100%;
    max-width: 28rem;
  }
  .program-content .program-type {
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 125rem;
  }
  /* home video */
  .home-video-wide .hv-alt-container {
    max-width: 116rem;
  }
}


/* program list filter bar: select2 mobile spacing */
@media (max-width: 1199px){

    .program-listing-filter .select2-container{
        width: 100% !important;
    }

    .program-listing-filter .filter-option-multiselect:nth-child(2){
        margin-bottom: 2rem;
    }
}


/* bootstrap tooltip css only */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .5rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: -1px
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 40rem;
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #363636;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}


/* bootstrap popover css only */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 400px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 13px;
  word-wrap: break-word;
  background-color: #454444;
  background-clip: padding-box;
  border-radius: 4px;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  margin: 0 .3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((.7rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 7px 7px 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #444
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff
}

.popover-header {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
  background-color: #363636;
  border-bottom: 1px solid #717070;
  border-radius: 4px 4px 0 0;
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 6px 12px 8px;
  color: #fff;
}