/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Core-only for QUT 2017 Base Design
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 15px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .form-control-static.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.166667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  color: #818a91;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  -webkit-background-size: 1.25rem 1.25rem;
          background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus {
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #dde7f3;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #373a3c;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #373a3c;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #094f95 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #063665 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.flex-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-xs-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex-items-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-items-xs-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-items-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.flex-xs-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.flex-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.flex-items-xs-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-items-xs-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-items-xs-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-items-xs-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flex-items-xs-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 576px) {
  .flex-items-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-sm-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 576px) {
  .flex-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-sm-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 576px) {
  .flex-items-sm-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-sm-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-sm-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-sm-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-sm-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 768px) {
  .flex-items-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-md-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-md-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-items-md-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-md-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-md-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-md-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-lg-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-lg-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-lg-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-lg-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-lg-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-lg-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 1200px) {
  .flex-items-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-xl-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .flex-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-xl-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .flex-items-xl-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-xl-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-xl-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-xl-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-xl-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

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

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #094f95 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #063665 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.col-xs-10pc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.pull-xs-10pc {
  right: 10%;
}

.push-xs-10pc {
  left: 10%;
}

@media (min-width: 576px) {
  .col-sm-10pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .pull-sm-10pc {
    right: 10%;
  }
  .push-sm-10pc {
    left: 10%;
  }
  .offset-sm-10pc {
    margin-left: 10%;
  }
}

@media (min-width: 768px) {
  .col-md-10pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .pull-md-10pc {
    right: 10%;
  }
  .push-md-10pc {
    left: 10%;
  }
  .offset-md-10pc {
    margin-left: 10%;
  }
}

@media (min-width: 992px) {
  .col-lg-10pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .pull-lg-10pc {
    right: 10%;
  }
  .push-lg-10pc {
    left: 10%;
  }
  .offset-lg-10pc {
    margin-left: 10%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .pull-xl-10pc {
    right: 10%;
  }
  .push-xl-10pc {
    left: 10%;
  }
  .offset-xl-10pc {
    margin-left: 10%;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.col-xs-20pc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.pull-xs-20pc {
  right: 20%;
}

.push-xs-20pc {
  left: 20%;
}

@media (min-width: 576px) {
  .col-sm-20pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-sm-20pc {
    right: 20%;
  }
  .push-sm-20pc {
    left: 20%;
  }
  .offset-sm-20pc {
    margin-left: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-20pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-md-20pc {
    right: 20%;
  }
  .push-md-20pc {
    left: 20%;
  }
  .offset-md-20pc {
    margin-left: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-20pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-lg-20pc {
    right: 20%;
  }
  .push-lg-20pc {
    left: 20%;
  }
  .offset-lg-20pc {
    margin-left: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-20pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-xl-20pc {
    right: 20%;
  }
  .push-xl-20pc {
    left: 20%;
  }
  .offset-xl-20pc {
    margin-left: 20%;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.col-xs-40pc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.pull-xs-40pc {
  right: 40%;
}

.push-xs-40pc {
  left: 40%;
}

@media (min-width: 576px) {
  .col-sm-40pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .pull-sm-40pc {
    right: 40%;
  }
  .push-sm-40pc {
    left: 40%;
  }
  .offset-sm-40pc {
    margin-left: 40%;
  }
}

@media (min-width: 768px) {
  .col-md-40pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .pull-md-40pc {
    right: 40%;
  }
  .push-md-40pc {
    left: 40%;
  }
  .offset-md-40pc {
    margin-left: 40%;
  }
}

@media (min-width: 992px) {
  .col-lg-40pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .pull-lg-40pc {
    right: 40%;
  }
  .push-lg-40pc {
    left: 40%;
  }
  .offset-lg-40pc {
    margin-left: 40%;
  }
}

@media (min-width: 1200px) {
  .col-xl-40pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .pull-xl-40pc {
    right: 40%;
  }
  .push-xl-40pc {
    left: 40%;
  }
  .offset-xl-40pc {
    margin-left: 40%;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-10pc, .col-sm-10pc, .col-md-10pc, .col-lg-10pc, .col-xl-10pc, .col-xs-20pc, .col-sm-20pc, .col-md-20pc, .col-lg-20pc, .col-xl-20pc, .col-xs-40pc, .col-sm-40pc, .col-md-40pc, .col-lg-40pc, .col-xl-40pc, .col-xs-60pc, .col-sm-60pc, .col-md-60pc, .col-lg-60pc, .col-xl-60pc {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.col-xs-60pc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.pull-xs-60pc {
  right: 60%;
}

.push-xs-60pc {
  left: 60%;
}

@media (min-width: 576px) {
  .col-sm-60pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .pull-sm-60pc {
    right: 60%;
  }
  .push-sm-60pc {
    left: 60%;
  }
  .offset-sm-60pc {
    margin-left: 60%;
  }
}

@media (min-width: 768px) {
  .col-md-60pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .pull-md-60pc {
    right: 60%;
  }
  .push-md-60pc {
    left: 60%;
  }
  .offset-md-60pc {
    margin-left: 60%;
  }
}

@media (min-width: 992px) {
  .col-lg-60pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .pull-lg-60pc {
    right: 60%;
  }
  .push-lg-60pc {
    left: 60%;
  }
  .offset-lg-60pc {
    margin-left: 60%;
  }
}

@media (min-width: 1200px) {
  .col-xl-60pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .pull-xl-60pc {
    right: 60%;
  }
  .push-xl-60pc {
    left: 60%;
  }
  .offset-xl-60pc {
    margin-left: 60%;
  }
}
/*# sourceMappingURL=bootstrap-flex.css.map */
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/** 
 * font-face mixin.  Loads fonts from git repo "./?a=555763:/libs/cms-fonts/"
 * @param {font-family}    $family
 * @param {string}         $path
 * @param {font-weight}    [$weight=400]      normal, bold, lighter, bolder, 100-900
 * @param {font-style}     [$style=normal]    normal, italic, oblique
 * @param {font-stretch}   [$stretch=normal]  normal, condensed, expanded, etc
 * @param {font-display}   [$display=block]   auto, block, swap, fallback, optional
 */
/*! 
 * This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  https://www.linotype.com
 */
/*
 @include font-face("Helvetica Neue QUT", "fonts/helvetica-neue/1488894/helvetica-neue-w04-55-roman",  400, $locals: "HelveticaNeue");
 @include font-face("Helvetica Neue QUT", "fonts/helvetica-neue/1488906/helvetica-neue-w04-65-medium", 600, $locals: "HelveticaNeue-Medium");
 @include font-face("Helvetica Neue QUT", "fonts/helvetica-neue/1488918/helvetica-neue-w04-75-bold",   700, $locals: "HelveticaNeue-Bold");
 @include font-face("Helvetica Neue QUT", "fonts/helvetica-neue/1488930/helvetica-neue-w04-85-heavy",  800);
 */
/*! 
 * This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  https://www.linotype.com
 */
/*
 @include font-face("Neue Helvetica W04 55 Roman",  "fonts/helvetica-neue/1488894/helvetica-neue-w04-55-roman",  400);
 @include font-face("Neue Helvetica W04 65 Medium", "fonts/helvetica-neue/1488906/helvetica-neue-w04-65-medium", 600);
 @include font-face("Neue Helvetica W04 75 Bold",   "fonts/helvetica-neue/1488918/helvetica-neue-w04-75-bold",   700);
 @include font-face("Neue Helvetica W04 85 Heavy",  "fonts/helvetica-neue/1488930/helvetica-neue-w04-85-heavy",  800);
 */
/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2018 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Fontfabric
 * License URL: https://www.fontspring.com/licenses/fontfabric/webfont
 *
 *
 */
/*! 
 * "Q" glyphs modified 2018-03-13 by BCM
 */
@font-face {
  font-family: "Nexa Custom QUT";
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  src: url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-light.woff2") format("woff2"), url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-light.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Nexa Custom QUT";
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  src: url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-book.woff2") format("woff2"), url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-book.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Nexa Custom QUT";
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  src: url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-bold.woff2") format("woff2"), url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-bold.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Nexa Custom QUT";
  font-style: normal;
  font-stretch: normal;
  font-weight: 800;
  src: url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-heavy.woff2") format("woff2"), url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-custom/qut-nexa-heavy.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Nexa Slab Custom QUT";
  font-style: oblique;
  font-stretch: normal;
  font-weight: 800;
  src: url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-slab-custom/qut-nexa-slab-heavy-oblique.woff2") format("woff2"), url("/__data/assets/git_bridge/0004/555763/libs/cms-fonts/fonts/nexa-slab-custom/qut-nexa-slab-heavy-oblique.woff") format("woff");
  font-display: block;
}
/*!
 * Copyright 2016 The Nunito Project Authors (contact@sansoxygen.com),
 * 
 * This Font Software is licensed under the SIL Open Font License, Version 1.1.
 *
 * This license is available with a FAQ at: http://scripts.sil.org/OFL
 */
/*!
 * Copyright 2011 The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat),
 * 
 * This Font Software is licensed under the SIL Open Font License, Version 1.1.
 *
 * This license is available with a FAQ at: http://scripts.sil.org/OFL
 */

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #2299dd, 0 0 5px #2299dd;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #2299dd;
  border-left-color: #2299dd;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{@page{size:landscape}html.with-featherlight>*>:not(.featherlight){display:none}}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1, .my-1 {
  margin-top: 1rem !important;
}
.mr-1, .mx-1 {
  margin-right: 1rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}
.ml-1, .mx-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 1.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 1.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 1.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 1.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 1.5rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3, .my-3 {
  margin-top: 3rem !important;
}
.mr-3, .mx-3 {
  margin-right: 3rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 3rem !important;
}
.ml-3, .mx-3 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1, .py-1 {
  padding-top: 1rem !important;
}
.pr-1, .px-1 {
  padding-right: 1rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}
.pl-1, .px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 1.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 1.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 1.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 1.5rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3, .py-3 {
  padding-top: 3rem !important;
}
.pr-3, .px-3 {
  padding-right: 3rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 3rem !important;
}
.pl-3, .px-3 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 1.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 1.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 1.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 1.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 1.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 1.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.disabled, [disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


@charset "UTF-8";
/**
 * Include variables
 **/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/**
 * Vendor
 */
.pretty-checkbox * {
  box-sizing: border-box;
}
.pretty-checkbox input:not([type="checkbox"]):not([type="radio"]) {
  display: none;
}
.pretty-checkbox {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}
.pretty-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pretty-checkbox .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}
.pretty-checkbox .state label:before, .pretty-checkbox .state label:after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}
.pretty-checkbox .state label:before {
  border-color: #bdc3c7;
}
.pretty-checkbox .state.p-is-hover, .pretty-checkbox .state.p-is-indeterminate {
  display: none;
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes tada {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7);
  }
  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }
  55% {
    animation-timing-function: ease-in;
    transform: scale(1.5);
  }
  72% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
  81% {
    animation-timing-function: ease-in;
    transform: scale(1.24);
  }
  89% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
  95% {
    animation-timing-function: ease-in;
    transform: scale(1.04);
  }
  100% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
@keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }
  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}
.pretty-checkbox.p-default.p-fill .state label:after {
  transform: scale(1);
}
.pretty-checkbox.p-default .state label:after {
  transform: scale(0.6);
}
.pretty-checkbox.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}
.pretty-checkbox.p-default.p-thick .state label:before, .pretty-checkbox.p-default.p-thick .state label:after {
  border-width: calc(1em / 7);
}
.pretty-checkbox.p-default.p-thick .state label:after {
  transform: scale(0.4) !important;
}
.pretty-checkbox.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}
.pretty-checkbox.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.pretty-checkbox.p-icon input:checked ~ .state .icon {
  opacity: 1;
}
.pretty-checkbox.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}
.pretty-checkbox.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}
.pretty-checkbox.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.pretty-checkbox.p-svg input:checked ~ .state .svg {
  opacity: 1;
}
.pretty-checkbox.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  transform: scale(0.8);
}
.pretty-checkbox.p-image input:checked ~ .state img {
  opacity: 1;
}
.pretty-checkbox.p-switch input {
  min-width: 2em;
}
.pretty-checkbox.p-switch .state {
  position: relative;
}
.pretty-checkbox.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}
.pretty-checkbox.p-switch .state label {
  text-indent: 2.5em;
}
.pretty-checkbox.p-switch .state label:before, .pretty-checkbox.p-switch .state label:after {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  transform: scale(0.8);
}
.pretty-checkbox.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}
.pretty-checkbox.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}
.pretty-checkbox.p-switch input:checked ~ .state label:before {
  opacity: 0;
}
.pretty-checkbox.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}
.pretty-checkbox.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}
.pretty-checkbox.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}
.pretty-checkbox.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}
.pretty-checkbox.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}
.pretty-checkbox.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}
.pretty-checkbox.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0px 0px 3px 0px #bdc3c7;
}
.pretty-checkbox.p-has-indeterminate input[type="checkbox"]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}
.pretty-checkbox.p-has-indeterminate input[type="checkbox"]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}
.pretty-checkbox.p-has-indeterminate input[type="checkbox"]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}
.pretty-checkbox.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}
.pretty-checkbox.p-toggle .state.p-off, .pretty-checkbox.p-toggle .state .icon, .pretty-checkbox.p-toggle .state .svg, .pretty-checkbox.p-toggle .state img {
  opacity: 1;
  display: inherit;
}
.pretty-checkbox.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}
.pretty-checkbox.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}
.pretty-checkbox.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}
.pretty-checkbox.p-plain input:checked ~ .state label:before, .pretty-checkbox.p-plain.p-toggle .state label:before {
  content: none;
}
.pretty-checkbox.p-plain.p-plain .icon {
  transform: scale(1.1);
}
.pretty-checkbox.p-round .state label:before, .pretty-checkbox.p-round .state label:after {
  border-radius: 100%;
}
.pretty-checkbox.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}
.pretty-checkbox.p-round.p-icon .state .icon:before {
  transform: scale(0.8);
}
.pretty-checkbox.p-curve .state label:before, .pretty-checkbox.p-curve .state label:after {
  border-radius: 20%;
}
.pretty-checkbox.p-smooth label:before, .pretty-checkbox.p-smooth label:after, .pretty-checkbox.p-smooth .icon, .pretty-checkbox.p-smooth .svg {
  transition: all 0.5s ease;
}
.pretty-checkbox.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}
.pretty-checkbox.p-smooth input:checked + .state .icon, .pretty-checkbox.p-smooth input:checked + .state .svg, .pretty-checkbox.p-smooth input:checked + .state img {
  animation: zoom 0.2s ease;
}
.pretty-checkbox.p-smooth.p-default input:checked + .state label:after {
  animation: zoom 0.2s ease;
}
.pretty-checkbox.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  transform: scale(0);
  transition: all 0.5s ease;
}
.pretty-checkbox.p-tada:not(.p-default) input:checked + .state .icon, .pretty-checkbox.p-tada:not(.p-default) input:checked + .state .svg, .pretty-checkbox.p-tada:not(.p-default) input:checked + .state img, .pretty-checkbox.p-tada:not(.p-default) input:checked + .state label:before, .pretty-checkbox.p-tada:not(.p-default) input:checked + .state label:after {
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}
.pretty-checkbox.p-jelly:not(.p-default) input:checked + .state .icon, .pretty-checkbox.p-jelly:not(.p-default) input:checked + .state .svg, .pretty-checkbox.p-jelly:not(.p-default) input:checked + .state img, .pretty-checkbox.p-jelly:not(.p-default) input:checked + .state label:before, .pretty-checkbox.p-jelly:not(.p-default) input:checked + .state label:after {
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.pretty-checkbox.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}
.pretty-checkbox.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty-checkbox.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty-checkbox.p-rotate:not(.p-default) input:checked ~ .state img, .pretty-checkbox.p-rotate:not(.p-default) input:checked ~ .state label:before, .pretty-checkbox.p-rotate:not(.p-default) input:checked ~ .state label:after {
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.pretty-checkbox.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}
.pretty-checkbox.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  animation: pulse 1s;
}
.pretty-checkbox input[disabled] {
  cursor: not-allowed;
  display: none;
}
.pretty-checkbox input[disabled] ~ * {
  opacity: 0.5;
}
.pretty-checkbox.p-locked input {
  display: none;
  cursor: not-allowed;
}
.pretty-checkbox input:checked ~ .state.p-primary label:after, .pretty-checkbox.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}
.pretty-checkbox input:checked ~ .state.p-primary .icon, .pretty-checkbox input:checked ~ .state.p-primary .svg, .pretty-checkbox.p-toggle .state.p-primary .icon, .pretty-checkbox.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}
.pretty-checkbox input:checked ~ .state.p-primary-o label:before, .pretty-checkbox.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}
.pretty-checkbox input:checked ~ .state.p-primary-o label:after, .pretty-checkbox.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}
.pretty-checkbox input:checked ~ .state.p-primary-o .icon, .pretty-checkbox input:checked ~ .state.p-primary-o .svg, .pretty-checkbox input:checked ~ .state.p-primary-o svg, .pretty-checkbox.p-toggle .state.p-primary-o .icon, .pretty-checkbox.p-toggle .state.p-primary-o .svg, .pretty-checkbox.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}
.pretty-checkbox.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}
.pretty-checkbox.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}
.pretty-checkbox.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}
.pretty-checkbox input:checked ~ .state.p-info label:after, .pretty-checkbox.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}
.pretty-checkbox input:checked ~ .state.p-info .icon, .pretty-checkbox input:checked ~ .state.p-info .svg, .pretty-checkbox.p-toggle .state.p-info .icon, .pretty-checkbox.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}
.pretty-checkbox input:checked ~ .state.p-info-o label:before, .pretty-checkbox.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}
.pretty-checkbox input:checked ~ .state.p-info-o label:after, .pretty-checkbox.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}
.pretty-checkbox input:checked ~ .state.p-info-o .icon, .pretty-checkbox input:checked ~ .state.p-info-o .svg, .pretty-checkbox input:checked ~ .state.p-info-o svg, .pretty-checkbox.p-toggle .state.p-info-o .icon, .pretty-checkbox.p-toggle .state.p-info-o .svg, .pretty-checkbox.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}
.pretty-checkbox.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}
.pretty-checkbox.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}
.pretty-checkbox.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}
.pretty-checkbox input:checked ~ .state.p-success label:after, .pretty-checkbox.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}
.pretty-checkbox input:checked ~ .state.p-success .icon, .pretty-checkbox input:checked ~ .state.p-success .svg, .pretty-checkbox.p-toggle .state.p-success .icon, .pretty-checkbox.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}
.pretty-checkbox input:checked ~ .state.p-success-o label:before, .pretty-checkbox.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}
.pretty-checkbox input:checked ~ .state.p-success-o label:after, .pretty-checkbox.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}
.pretty-checkbox input:checked ~ .state.p-success-o .icon, .pretty-checkbox input:checked ~ .state.p-success-o .svg, .pretty-checkbox input:checked ~ .state.p-success-o svg, .pretty-checkbox.p-toggle .state.p-success-o .icon, .pretty-checkbox.p-toggle .state.p-success-o .svg, .pretty-checkbox.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}
.pretty-checkbox.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}
.pretty-checkbox.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}
.pretty-checkbox.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}
.pretty-checkbox input:checked ~ .state.p-warning label:after, .pretty-checkbox.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}
.pretty-checkbox input:checked ~ .state.p-warning .icon, .pretty-checkbox input:checked ~ .state.p-warning .svg, .pretty-checkbox.p-toggle .state.p-warning .icon, .pretty-checkbox.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}
.pretty-checkbox input:checked ~ .state.p-warning-o label:before, .pretty-checkbox.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}
.pretty-checkbox input:checked ~ .state.p-warning-o label:after, .pretty-checkbox.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}
.pretty-checkbox input:checked ~ .state.p-warning-o .icon, .pretty-checkbox input:checked ~ .state.p-warning-o .svg, .pretty-checkbox input:checked ~ .state.p-warning-o svg, .pretty-checkbox.p-toggle .state.p-warning-o .icon, .pretty-checkbox.p-toggle .state.p-warning-o .svg, .pretty-checkbox.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}
.pretty-checkbox.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}
.pretty-checkbox.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}
.pretty-checkbox.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}
.pretty-checkbox input:checked ~ .state.p-danger label:after, .pretty-checkbox.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}
.pretty-checkbox input:checked ~ .state.p-danger .icon, .pretty-checkbox input:checked ~ .state.p-danger .svg, .pretty-checkbox.p-toggle .state.p-danger .icon, .pretty-checkbox.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}
.pretty-checkbox input:checked ~ .state.p-danger-o label:before, .pretty-checkbox.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}
.pretty-checkbox input:checked ~ .state.p-danger-o label:after, .pretty-checkbox.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}
.pretty-checkbox input:checked ~ .state.p-danger-o .icon, .pretty-checkbox input:checked ~ .state.p-danger-o .svg, .pretty-checkbox input:checked ~ .state.p-danger-o svg, .pretty-checkbox.p-toggle .state.p-danger-o .icon, .pretty-checkbox.p-toggle .state.p-danger-o .svg, .pretty-checkbox.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}
.pretty-checkbox.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}
.pretty-checkbox.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}
.pretty-checkbox.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}
.pretty-checkbox.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}
.pretty-checkbox.p-bigger label:before, .pretty-checkbox.p-bigger label:after, .pretty-checkbox.p-bigger .icon, .pretty-checkbox.p-bigger .svg, .pretty-checkbox.p-bigger .img {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}
.pretty-checkbox.p-bigger label {
  text-indent: 1.7em;
}
@media print {
  .pretty-checkbox .state:before, .pretty-checkbox .state label:before, .pretty-checkbox .state label:after, .pretty-checkbox .state .icon {
    color-adjust: exact;
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
#mobile-dropdown, #mobile-cricos {
  display: none;
}
.responsive-title {
  display: none;
}
.hidden {
  display: none !important;
}
html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-font-feature-settings: "liga", "kern";
  -webkit-text-size-adjust: none;
  font-feature-settings: "liga", "kern";
  height: 100%;
  font-size: 15px;
}
style {
  display: none !important;
}
body {
  font-size: 17.3px;
  line-height: 21px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#content {
  background-color: white;
}
.hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lead, .big {
  font-size: 22px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .lead, .big {
    font-size: 18px;
    line-height: 24px;
  }
}
.small {
  font-size: 85%;
}
.text-decoration-none {
  text-decoration: none !important;
}
.nowrap {
  white-space: nowrap;
}
h1, .h2, h2, h3, .customised__form__layout .sq-form-section-title, .h3, h4, .h4, h5, .h5 {
  color: #0066b9;
  vertical-align: -webkit-baseline-middle;
}
h1, .h1, h2, .h2, h3, .customised__form__layout .sq-form-section-title, .h3, h4, .h4 {
  font-weight: 700;
}
h1, .h1, h2.big-headings, .h2, .promo-title {
  line-height: 69px;
  font-size: 66px;
}
h2, .h2 {
  line-height: 47px;
  margin-bottom: 1.3rem;
  font-size: 44px;
}
h3, .customised__form__layout .sq-form-section-title, .h3, .small-headings h2 {
  line-height: 36px;
  font-size: 31px;
}
h4, .h4, .small-headings h3, .small-headings .customised__form__layout .sq-form-section-title, .customised__form__layout .small-headings .sq-form-section-title, .small-headings-h3 h3, .small-headings-h3 .customised__form__layout .sq-form-section-title, .customised__form__layout .small-headings-h3 .sq-form-section-title {
  line-height: 28px;
  font-size: 23px;
}
h5, .h5, .small-headings h4 {
  font-weight: 700;
  line-height: 24px;
  font-size: 19px;
}
@media (max-width: 991px) {
  h1, .h1, h2.big-headings, .h2, .promo-title {
    line-height: 55px;
    font-size: 52px;
  }
  h2, .h2 {
    line-height: 37px;
    font-size: 33.5px;
  }
  h3, .customised__form__layout .sq-form-section-title, .h3, .small-headings h2 {
    line-height: 32px;
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  h1, .h1, h2.big-headings, .h2, .promo-title {
    line-height: 40px;
    font-size: 40px;
  }
  h2, .h2 {
    line-height: 33px;
    font-size: 30px;
  }
  h3, .customised__form__layout .sq-form-section-title, .h3, .small-headings h2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 25px;
  }
}
a {
  color: #0066b9;
}
a.invert {
  color: white;
}
#page-head {
  position: absolute;
  width: 100%;
}
#breadcrumb .breadcrumb {
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 1.33rem 0;
}
#breadcrumb .breadcrumb a {
  text-decoration: underline;
}
#breadcrumb .breadcrumb a:hover {
  text-decoration: none;
}
#breadcrumb .breadcrumb::after {
  display: block;
}
#breadcrumb .breadcrumb__item {
  display: block;
  float: left;
}
#breadcrumb .breadcrumb__item::after {
  content: "〉";
  content: "〉"/"";
  font-size: 13px;
  font-weight: bold;
  color: #cccccc;
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  #breadcrumb .breadcrumb__item::after {
    margin: 0 0.4rem;
  }
}
#breadcrumb .breadcrumb__item--home a {
  background: url(https://cms.qut.edu.au/__data/assets/image/0016/7009/icon-home.png?v=0.10.1) top center no-repeat;
  height: 20px;
  width: 17px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  float: left;
}
#breadcrumb .breadcrumb__item--home a:hover {
  transform: scale(1.1);
}
#breadcrumb .breadcrumb__item--home a span {
  visibility: hidden;
}
#breadcrumb .breadcrumb__item--active {
  font-weight: bold;
}
@media (max-width: 767px) {
  #breadcrumb .breadcrumb__item--active {
    display: none;
  }
}
#breadcrumb .breadcrumb__item:last-child::after {
  content: "";
}
@media (max-width: 767px) {
  #breadcrumb .breadcrumb__item:nth-last-child(2)::after {
    content: " ";
  }
}
.white-breadcrumbs #breadcrumb .breadcrumb__item a {
  color: #fff;
}
.white-breadcrumbs #breadcrumb .breadcrumb__item.active {
  color: #fff;
}
.white-breadcrumbs #breadcrumb .breadcrumb__item:first-child a {
  background: url(https://cms.qut.edu.au/__data/assets/image/0013/701401/icon-home-white.png?v=0.1.1) top center no-repeat;
}
#content-column h2:not(:first-child), .panel-content h2:not(:first-child), .box-content h2:not(:first-child), .child-col h2:not(:first-child), .content-wrap h2:not(:first-child) {
  margin-top: 3rem;
}
#content-column h3:not(:first-child), #content-column .customised__form__layout .sq-form-section-title:not(:first-child), .customised__form__layout #content-column .sq-form-section-title:not(:first-child), .panel-content h3:not(:first-child), .panel-content .customised__form__layout .sq-form-section-title:not(:first-child), .customised__form__layout .panel-content .sq-form-section-title:not(:first-child), .box-content h3:not(:first-child), .box-content .customised__form__layout .sq-form-section-title:not(:first-child), .customised__form__layout .box-content .sq-form-section-title:not(:first-child), .child-col h3:not(:first-child), .child-col .customised__form__layout .sq-form-section-title:not(:first-child), .customised__form__layout .child-col .sq-form-section-title:not(:first-child), .content-wrap h3:not(:first-child), .content-wrap .customised__form__layout .sq-form-section-title:not(:first-child), .customised__form__layout .content-wrap .sq-form-section-title:not(:first-child) {
  margin-top: 2rem;
}
#content-column h4:not(:first-child), .panel-content h4:not(:first-child), .box-content h4:not(:first-child), .child-col h4:not(:first-child), .content-wrap h4:not(:first-child) {
  margin-top: 2rem;
}
#content-column h5, .panel-content h5, .box-content h5, .child-col h5, .content-wrap h5 {
  color: #0082ec;
  margin-top: 1.25rem;
}
#content-column img, .panel-content img, .box-content img, .child-col img, .content-wrap img {
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#content-column img.img-thumbnail, .panel-content img.img-thumbnail, .box-content img.img-thumbnail, .child-col img.img-thumbnail, .content-wrap img.img-thumbnail {
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  #content-column img.image-left, #content-column img.image-right, #content-column img.image-center, #content-column figure.image-left, #content-column figure.image-right, #content-column figure.image-center, .panel-content img.image-left, .panel-content img.image-right, .panel-content img.image-center, .panel-content figure.image-left, .panel-content figure.image-right, .panel-content figure.image-center, .box-content img.image-left, .box-content img.image-right, .box-content img.image-center, .box-content figure.image-left, .box-content figure.image-right, .box-content figure.image-center, .child-col img.image-left, .child-col img.image-right, .child-col img.image-center, .child-col figure.image-left, .child-col figure.image-right, .child-col figure.image-center, .content-wrap img.image-left, .content-wrap img.image-right, .content-wrap img.image-center, .content-wrap figure.image-left, .content-wrap figure.image-right, .content-wrap figure.image-center {
    padding: 0;
    margin-bottom: 0;
  }
  #content-column img.image-left, #content-column figure.image-left, .panel-content img.image-left, .panel-content figure.image-left, .box-content img.image-left, .box-content figure.image-left, .child-col img.image-left, .child-col figure.image-left, .content-wrap img.image-left, .content-wrap figure.image-left {
    float: left;
  }
  #content-column img.image-right, #content-column figure.image-right, .panel-content img.image-right, .panel-content figure.image-right, .box-content img.image-right, .box-content figure.image-right, .child-col img.image-right, .child-col figure.image-right, .content-wrap img.image-right, .content-wrap figure.image-right {
    float: right;
  }
  #content-column img.image-center, #content-column figure.image-center, .panel-content img.image-center, .panel-content figure.image-center, .box-content img.image-center, .box-content figure.image-center, .child-col img.image-center, .child-col figure.image-center, .content-wrap img.image-center, .content-wrap figure.image-center {
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
#content-column figure, .panel-content figure, .box-content figure, .child-col figure, .content-wrap figure {
  position: relative;
  text-align: center;
  margin-bottom: 0.666rem;
  display: table;
}
@media (max-width: 767px) {
  #content-column figure, .panel-content figure, .box-content figure, .child-col figure, .content-wrap figure {
    width: 100%;
  }
  #content-column figure img, .panel-content figure img, .box-content figure img, .child-col figure img, .content-wrap figure img {
    width: 100%;
  }
}
#content-column figure figcaption, .panel-content figure figcaption, .box-content figure figcaption, .child-col figure figcaption, .content-wrap figure figcaption {
  padding: 10px 15px;
  background-color: #0066b9;
  color: white;
  text-align: left;
  display: table-caption;
  caption-side: bottom;
}
#content-column figure img, .panel-content figure img, .box-content figure img, .child-col figure img, .content-wrap figure img {
  margin: 0;
  margin-bottom: 0;
}
#content-column figure img:not([width]), .panel-content figure img:not([width]), .box-content figure img:not([width]), .child-col figure img:not([width]), .content-wrap figure img:not([width]) {
  width: 100%;
}
#content-column a, .panel-content a, .box-content a, .child-col a, .content-wrap a {
  text-decoration: underline;
}
#content-column a:hover, .panel-content a:hover, .box-content a:hover, .child-col a:hover, .content-wrap a:hover {
  text-decoration: none;
}
#content-column a.button, .panel-content a.button, .box-content a.button, .child-col a.button, .content-wrap a.button {
  text-decoration: none;
}
#content-column ol:not([class]), .panel-content ol:not([class]), .box-content ol:not([class]), .child-col ol:not([class]), .content-wrap ol:not([class]) {
  padding: 0;
  margin: 0;
}
#content-column ol:not([class]) li, .panel-content ol:not([class]) li, .box-content ol:not([class]) li, .child-col ol:not([class]) li, .content-wrap ol:not([class]) li {
  padding-left: 0;
  padding-bottom: 0.25rem;
  margin-left: 3rem;
}
#content-column ol:not([class]) li:last-child, .panel-content ol:not([class]) li:last-child, .box-content ol:not([class]) li:last-child, .child-col ol:not([class]) li:last-child, .content-wrap ol:not([class]) li:last-child {
  padding-bottom: 1rem;
}
#content-column ul:not([class]), #content-column ul.square-bullets, .panel-content ul:not([class]), .panel-content ul.square-bullets, .box-content ul:not([class]), .box-content ul.square-bullets, .child-col ul:not([class]), .child-col ul.square-bullets, .content-wrap ul:not([class]), .content-wrap ul.square-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content-column ul:not([class]).no-list-bullets, #content-column ul.square-bullets.no-list-bullets, .panel-content ul:not([class]).no-list-bullets, .panel-content ul.square-bullets.no-list-bullets, .box-content ul:not([class]).no-list-bullets, .box-content ul.square-bullets.no-list-bullets, .child-col ul:not([class]).no-list-bullets, .child-col ul.square-bullets.no-list-bullets, .content-wrap ul:not([class]).no-list-bullets, .content-wrap ul.square-bullets.no-list-bullets {
  padding-left: 0;
}
#content-column ul:not([class]).no-list-bullets li, #content-column ul.square-bullets.no-list-bullets li, .panel-content ul:not([class]).no-list-bullets li, .panel-content ul.square-bullets.no-list-bullets li, .box-content ul:not([class]).no-list-bullets li, .box-content ul.square-bullets.no-list-bullets li, .child-col ul:not([class]).no-list-bullets li, .child-col ul.square-bullets.no-list-bullets li, .content-wrap ul:not([class]).no-list-bullets li, .content-wrap ul.square-bullets.no-list-bullets li {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
}
#content-column ul:not([class]).no-list-bullets li::before, #content-column ul.square-bullets.no-list-bullets li::before, .panel-content ul:not([class]).no-list-bullets li::before, .panel-content ul.square-bullets.no-list-bullets li::before, .box-content ul:not([class]).no-list-bullets li::before, .box-content ul.square-bullets.no-list-bullets li::before, .child-col ul:not([class]).no-list-bullets li::before, .child-col ul.square-bullets.no-list-bullets li::before, .content-wrap ul:not([class]).no-list-bullets li::before, .content-wrap ul.square-bullets.no-list-bullets li::before {
  content: none;
}
#content-column ul:not([class]) li, #content-column ul.square-bullets li, .panel-content ul:not([class]) li, .panel-content ul.square-bullets li, .box-content ul:not([class]) li, .box-content ul.square-bullets li, .child-col ul:not([class]) li, .child-col ul.square-bullets li, .content-wrap ul:not([class]) li, .content-wrap ul.square-bullets li {
  padding-left: 0;
  padding-bottom: 0.25rem;
  margin-left: 3rem;
}
#content-column ul:not([class]) li:last-child, #content-column ul.square-bullets li:last-child, .panel-content ul:not([class]) li:last-child, .panel-content ul.square-bullets li:last-child, .box-content ul:not([class]) li:last-child, .box-content ul.square-bullets li:last-child, .child-col ul:not([class]) li:last-child, .child-col ul.square-bullets li:last-child, .content-wrap ul:not([class]) li:last-child, .content-wrap ul.square-bullets li:last-child {
  padding-bottom: 1rem;
}
#content-column ul:not([class]) li::before, #content-column ul.square-bullets li::before, .panel-content ul:not([class]) li::before, .panel-content ul.square-bullets li::before, .box-content ul:not([class]) li::before, .box-content ul.square-bullets li::before, .child-col ul:not([class]) li::before, .child-col ul.square-bullets li::before, .content-wrap ul:not([class]) li::before, .content-wrap ul.square-bullets li::before {
  content: "■";
  margin-left: -1.5rem;
  font-size: 13px;
  position: absolute;
  color: #a3c1d7;
}
.panel-light-blue #content-column ul:not([class]) li::before, .panel-light-blue #content-column ul.square-bullets li::before, .panel-light-blue .panel-content ul:not([class]) li::before, .panel-light-blue .panel-content ul.square-bullets li::before, .panel-light-blue .box-content ul:not([class]) li::before, .panel-light-blue .box-content ul.square-bullets li::before, .panel-light-blue .child-col ul:not([class]) li::before, .panel-light-blue .child-col ul.square-bullets li::before, .panel-light-blue .content-wrap ul:not([class]) li::before, .panel-light-blue .content-wrap ul.square-bullets li::before {
  color: #76aad1;
}
#content-column ul.hard-left-align li, .panel-content ul.hard-left-align li, .box-content ul.hard-left-align li, .child-col ul.hard-left-align li, .content-wrap ul.hard-left-align li {
  text-align: left !important;
  justify-content: left !important;
}
#content-column .on-this-page, .panel-content .on-this-page, .box-content .on-this-page, .child-col .on-this-page, .content-wrap .on-this-page {
  border-bottom: 2px solid #e8eef3;
  margin: 2rem 0 2rem 0;
  padding-bottom: 1rem;
}
#content-column .on-this-page .otp-title, .panel-content .on-this-page .otp-title, .box-content .on-this-page .otp-title, .child-col .on-this-page .otp-title, .content-wrap .on-this-page .otp-title {
  margin-bottom: 5px;
}
#content-column .on-this-page .otp-links, .panel-content .on-this-page .otp-links, .box-content .on-this-page .otp-links, .child-col .on-this-page .otp-links, .content-wrap .on-this-page .otp-links {
  list-style: none;
  padding-left: 3px;
}
#content-column .on-this-page .otp-links li, .panel-content .on-this-page .otp-links li, .box-content .on-this-page .otp-links li, .child-col .on-this-page .otp-links li, .content-wrap .on-this-page .otp-links li {
  margin-left: 1.5rem;
  margin-bottom: 0.15rem;
  padding: 0;
}
#content-column .on-this-page .otp-links li::before, .panel-content .on-this-page .otp-links li::before, .box-content .on-this-page .otp-links li::before, .child-col .on-this-page .otp-links li::before, .content-wrap .on-this-page .otp-links li::before {
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
  content: " ";
  font-size: 0.5rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 1rem;
  margin-left: -1.5rem;
  font-size: 9px;
  line-height: 18px;
}
#content-column .on-this-page .otp-links li a, .panel-content .on-this-page .otp-links li a, .box-content .on-this-page .otp-links li a, .child-col .on-this-page .otp-links li a, .content-wrap .on-this-page .otp-links li a {
  font-size: 1rem;
}
#content-column blockquote, .panel-content blockquote, .box-content blockquote, .child-col blockquote, .content-wrap blockquote {
  padding-left: 2rem;
  padding-right: 1rem;
}
#content-column blockquote p, .panel-content blockquote p, .box-content blockquote p, .child-col blockquote p, .content-wrap blockquote p {
  position: relative;
}
#content-column blockquote span.before, #content-column blockquote span.after, .panel-content blockquote span.before, .panel-content blockquote span.after, .box-content blockquote span.before, .box-content blockquote span.after, .child-col blockquote span.before, .child-col blockquote span.after, .content-wrap blockquote span.before, .content-wrap blockquote span.after {
  font-size: 0;
  display: inline-block;
  height: 18px;
}
#content-column blockquote span.after, .panel-content blockquote span.after, .box-content blockquote span.after, .child-col blockquote span.after, .content-wrap blockquote span.after {
  display: inline-block;
  width: 30px;
}
#content-column blockquote span.before::before, #content-column blockquote span.after::after, .panel-content blockquote span.before::before, .panel-content blockquote span.after::after, .box-content blockquote span.before::before, .box-content blockquote span.after::after, .child-col blockquote span.before::before, .child-col blockquote span.after::after, .content-wrap blockquote span.before::before, .content-wrap blockquote span.after::after {
  color: #e8eef3;
  font-size: 60px;
  display: inline-block;
  position: absolute;
}
#content-column blockquote span.before::before, .panel-content blockquote span.before::before, .box-content blockquote span.before::before, .child-col blockquote span.before::before, .content-wrap blockquote span.before::before {
  content: "“";
  margin-left: -2rem;
  margin-top: 0.75rem;
}
#content-column blockquote span.after::after, .panel-content blockquote span.after::after, .box-content blockquote span.after::after, .child-col blockquote span.after::after, .content-wrap blockquote span.after::after {
  content: "”";
  margin-left: 0.1rem;
  margin-top: 0.5rem;
}
#content-column .table th, .panel-content .table th, .box-content .table th, .child-col .table th, .content-wrap .table th {
  color: white;
  background-color: #00467f;
}
#content-column .table tbody th, .panel-content .table tbody th, .box-content .table tbody th, .child-col .table tbody th, .content-wrap .table tbody th {
  background-color: #0062b2;
}
#content-column .table:not(.table--unstriped) tbody tr:nth-of-type(odd), .panel-content .table:not(.table--unstriped) tbody tr:nth-of-type(odd), .box-content .table:not(.table--unstriped) tbody tr:nth-of-type(odd), .child-col .table:not(.table--unstriped) tbody tr:nth-of-type(odd), .content-wrap .table:not(.table--unstriped) tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#right-column {
  /* 
    padding-top: 2rem;
    
    @media (min-width: $size-lg-min) {
        padding-top: 4rem;
    }
    */
}
#right-column .right-column-box {
  border: 2px solid #e8eef3;
  padding: 1.5rem 1.5rem 2rem;
  margin-bottom: 2rem;
}
#right-column .right-column-box > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#right-column table {
  border: 2px solid #e8eef3;
}
#right-column table th, #right-column table td {
  border: 2px solid #e8eef3;
  padding: 0.75rem 1.5rem;
}
#right-column table th {
  background-color: #f9fafc;
}
a.arrow-link, a.download, a.email:not(.button), span.arrow-link, span.download, span.email:not(.button), button.arrow-link, button.download, button.email:not(.button) {
  font-size: 18.9px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}
a.arrow-link:hover, a.download:hover, a.email:not(.button):hover, span.arrow-link:hover, span.download:hover, span.email:not(.button):hover, button.arrow-link:hover, button.download:hover, button.email:not(.button):hover {
  text-decoration: underline;
  cursor: pointer;
}
a.arrow-link.icon-only, a.download.icon-only, a.email:not(.button).icon-only, span.arrow-link.icon-only, span.download.icon-only, span.email:not(.button).icon-only, button.arrow-link.icon-only, button.download.icon-only, button.email:not(.button).icon-only {
  color: inherit !important;
  font-weight: normal;
}
a.arrow-link.icon-only:hover, a.download.icon-only:hover, a.email:not(.button).icon-only:hover, span.arrow-link.icon-only:hover, span.download.icon-only:hover, span.email:not(.button).icon-only:hover, button.arrow-link.icon-only:hover, button.download.icon-only:hover, button.email:not(.button).icon-only:hover {
  text-decoration: none;
}
a.arrow-link, span.arrow-link, button.arrow-link {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
a.arrow-link::before, a.arrow-link::after, span.arrow-link::before, span.arrow-link::after, button.arrow-link::before, button.arrow-link::after {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: white;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
}
a.arrow-link::before, span.arrow-link::before, button.arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
a.arrow-link::after, span.arrow-link::after, button.arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
a.arrow-link:hover::before, span.arrow-link:hover::before, button.arrow-link:hover::before {
  opacity: 0;
}
a.arrow-link:hover::after, span.arrow-link:hover::after, button.arrow-link:hover::after {
  opacity: 1;
}
a.arrow-link.invert, .panel-blue a.arrow-link, .panel-dark-blue a.arrow-link, span.arrow-link.invert, .panel-blue span.arrow-link, .panel-dark-blue span.arrow-link, button.arrow-link.invert, .panel-blue button.arrow-link, .panel-dark-blue button.arrow-link {
  color: white;
}
a.arrow-link.invert::before, .panel-blue a.arrow-link::before, .panel-dark-blue a.arrow-link::before, span.arrow-link.invert::before, .panel-blue span.arrow-link::before, .panel-dark-blue span.arrow-link::before, button.arrow-link.invert::before, .panel-blue button.arrow-link::before, .panel-dark-blue button.arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
a.arrow-link.invert::after, .panel-blue a.arrow-link::after, .panel-dark-blue a.arrow-link::after, span.arrow-link.invert::after, .panel-blue span.arrow-link::after, .panel-dark-blue span.arrow-link::after, button.arrow-link.invert::after, .panel-blue button.arrow-link::after, .panel-dark-blue button.arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.panel-blue .box-content a.arrow-link, .panel-dark-blue .box-content a.arrow-link, .panel-blue a.arrow-link.invert, .panel-dark-blue a.arrow-link.invert, .white-box .box a.arrow-link, .grey-box .box a.arrow-link, .panel-blue .box-content span.arrow-link, .panel-dark-blue .box-content span.arrow-link, .panel-blue span.arrow-link.invert, .panel-dark-blue span.arrow-link.invert, .white-box .box span.arrow-link, .grey-box .box span.arrow-link, .panel-blue .box-content button.arrow-link, .panel-dark-blue .box-content button.arrow-link, .panel-blue button.arrow-link.invert, .panel-dark-blue button.arrow-link.invert, .white-box .box button.arrow-link, .grey-box .box button.arrow-link {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  color: #0066b9;
}
.panel-blue .box-content a.arrow-link::before, .panel-blue .box-content a.arrow-link::after, .panel-dark-blue .box-content a.arrow-link::before, .panel-dark-blue .box-content a.arrow-link::after, .panel-blue a.arrow-link.invert::before, .panel-blue a.arrow-link.invert::after, .panel-dark-blue a.arrow-link.invert::before, .panel-dark-blue a.arrow-link.invert::after, .white-box .box a.arrow-link::before, .white-box .box a.arrow-link::after, .grey-box .box a.arrow-link::before, .grey-box .box a.arrow-link::after, .panel-blue .box-content span.arrow-link::before, .panel-blue .box-content span.arrow-link::after, .panel-dark-blue .box-content span.arrow-link::before, .panel-dark-blue .box-content span.arrow-link::after, .panel-blue span.arrow-link.invert::before, .panel-blue span.arrow-link.invert::after, .panel-dark-blue span.arrow-link.invert::before, .panel-dark-blue span.arrow-link.invert::after, .white-box .box span.arrow-link::before, .white-box .box span.arrow-link::after, .grey-box .box span.arrow-link::before, .grey-box .box span.arrow-link::after, .panel-blue .box-content button.arrow-link::before, .panel-blue .box-content button.arrow-link::after, .panel-dark-blue .box-content button.arrow-link::before, .panel-dark-blue .box-content button.arrow-link::after, .panel-blue button.arrow-link.invert::before, .panel-blue button.arrow-link.invert::after, .panel-dark-blue button.arrow-link.invert::before, .panel-dark-blue button.arrow-link.invert::after, .white-box .box button.arrow-link::before, .white-box .box button.arrow-link::after, .grey-box .box button.arrow-link::before, .grey-box .box button.arrow-link::after {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: white;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
}
.panel-blue .box-content a.arrow-link::before, .panel-dark-blue .box-content a.arrow-link::before, .panel-blue a.arrow-link.invert::before, .panel-dark-blue a.arrow-link.invert::before, .white-box .box a.arrow-link::before, .grey-box .box a.arrow-link::before, .panel-blue .box-content span.arrow-link::before, .panel-dark-blue .box-content span.arrow-link::before, .panel-blue span.arrow-link.invert::before, .panel-dark-blue span.arrow-link.invert::before, .white-box .box span.arrow-link::before, .grey-box .box span.arrow-link::before, .panel-blue .box-content button.arrow-link::before, .panel-dark-blue .box-content button.arrow-link::before, .panel-blue button.arrow-link.invert::before, .panel-dark-blue button.arrow-link.invert::before, .white-box .box button.arrow-link::before, .grey-box .box button.arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.panel-blue .box-content a.arrow-link::after, .panel-dark-blue .box-content a.arrow-link::after, .panel-blue a.arrow-link.invert::after, .panel-dark-blue a.arrow-link.invert::after, .white-box .box a.arrow-link::after, .grey-box .box a.arrow-link::after, .panel-blue .box-content span.arrow-link::after, .panel-dark-blue .box-content span.arrow-link::after, .panel-blue span.arrow-link.invert::after, .panel-dark-blue span.arrow-link.invert::after, .white-box .box span.arrow-link::after, .grey-box .box span.arrow-link::after, .panel-blue .box-content button.arrow-link::after, .panel-dark-blue .box-content button.arrow-link::after, .panel-blue button.arrow-link.invert::after, .panel-dark-blue button.arrow-link.invert::after, .white-box .box button.arrow-link::after, .grey-box .box button.arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.panel-blue .box-content a.arrow-link:hover::before, .panel-dark-blue .box-content a.arrow-link:hover::before, .panel-blue a.arrow-link.invert:hover::before, .panel-dark-blue a.arrow-link.invert:hover::before, .white-box .box a.arrow-link:hover::before, .grey-box .box a.arrow-link:hover::before, .panel-blue .box-content span.arrow-link:hover::before, .panel-dark-blue .box-content span.arrow-link:hover::before, .panel-blue span.arrow-link.invert:hover::before, .panel-dark-blue span.arrow-link.invert:hover::before, .white-box .box span.arrow-link:hover::before, .grey-box .box span.arrow-link:hover::before, .panel-blue .box-content button.arrow-link:hover::before, .panel-dark-blue .box-content button.arrow-link:hover::before, .panel-blue button.arrow-link.invert:hover::before, .panel-dark-blue button.arrow-link.invert:hover::before, .white-box .box button.arrow-link:hover::before, .grey-box .box button.arrow-link:hover::before {
  opacity: 0;
}
.panel-blue .box-content a.arrow-link:hover::after, .panel-dark-blue .box-content a.arrow-link:hover::after, .panel-blue a.arrow-link.invert:hover::after, .panel-dark-blue a.arrow-link.invert:hover::after, .white-box .box a.arrow-link:hover::after, .grey-box .box a.arrow-link:hover::after, .panel-blue .box-content span.arrow-link:hover::after, .panel-dark-blue .box-content span.arrow-link:hover::after, .panel-blue span.arrow-link.invert:hover::after, .panel-dark-blue span.arrow-link.invert:hover::after, .white-box .box span.arrow-link:hover::after, .grey-box .box span.arrow-link:hover::after, .panel-blue .box-content button.arrow-link:hover::after, .panel-dark-blue .box-content button.arrow-link:hover::after, .panel-blue button.arrow-link.invert:hover::after, .panel-dark-blue button.arrow-link.invert:hover::after, .white-box .box button.arrow-link:hover::after, .grey-box .box button.arrow-link:hover::after {
  opacity: 1;
}
.panel-blue .box-content a.arrow-link.empty-arrow, .panel-dark-blue .box-content a.arrow-link.empty-arrow, .panel-blue .box-content span.arrow-link.empty-arrow, .panel-dark-blue .box-content span.arrow-link.empty-arrow, .panel-blue .box-content button.arrow-link.empty-arrow, .panel-dark-blue .box-content button.arrow-link.empty-arrow {
  color: white;
  color: white;
}
.panel-blue .box-content a.arrow-link.empty-arrow::before, .panel-dark-blue .box-content a.arrow-link.empty-arrow::before, .panel-blue .box-content span.arrow-link.empty-arrow::before, .panel-dark-blue .box-content span.arrow-link.empty-arrow::before, .panel-blue .box-content button.arrow-link.empty-arrow::before, .panel-dark-blue .box-content button.arrow-link.empty-arrow::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.panel-blue .box-content a.arrow-link.empty-arrow::after, .panel-dark-blue .box-content a.arrow-link.empty-arrow::after, .panel-blue .box-content span.arrow-link.empty-arrow::after, .panel-dark-blue .box-content span.arrow-link.empty-arrow::after, .panel-blue .box-content button.arrow-link.empty-arrow::after, .panel-dark-blue .box-content button.arrow-link.empty-arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
a.download, span.download, button.download {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
a.download::before, span.download::before, button.download::before {
  position: absolute;
  left: -2.3rem;
  top: 2px;
  width: 22px;
  height: 22px;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  background-repeat: no-repeat;
}
a.download::before, span.download::before, button.download::before {
  background-image: url("/__data/assets/file/0009/637578/download.svg");
  opacity: 1;
}
a.download.invert, .panel-blue a.download, .panel-dark-blue a.download, span.download.invert, .panel-blue span.download, .panel-dark-blue span.download, button.download.invert, .panel-blue button.download, .panel-dark-blue button.download {
  color: white;
}
a.download.invert::before, .panel-blue a.download::before, .panel-dark-blue a.download::before, span.download.invert::before, .panel-blue span.download::before, .panel-dark-blue span.download::before, button.download.invert::before, .panel-blue button.download::before, .panel-dark-blue button.download::before {
  background-image: url("/__data/assets/file/0007/953566/download-white.svg");
}
.panel-blue .box-content a.download, .panel-dark-blue .box-content a.download, .panel-blue a.download.invert, .panel-dark-blue a.download.invert, .white-box .box a.download, .grey-box .box a.download, .panel-blue .box-content span.download, .panel-dark-blue .box-content span.download, .panel-blue span.download.invert, .panel-dark-blue span.download.invert, .white-box .box span.download, .grey-box .box span.download, .panel-blue .box-content button.download, .panel-dark-blue .box-content button.download, .panel-blue button.download.invert, .panel-dark-blue button.download.invert, .white-box .box button.download, .grey-box .box button.download {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  color: #0066b9;
}
.panel-blue .box-content a.download::before, .panel-dark-blue .box-content a.download::before, .panel-blue a.download.invert::before, .panel-dark-blue a.download.invert::before, .white-box .box a.download::before, .grey-box .box a.download::before, .panel-blue .box-content span.download::before, .panel-dark-blue .box-content span.download::before, .panel-blue span.download.invert::before, .panel-dark-blue span.download.invert::before, .white-box .box span.download::before, .grey-box .box span.download::before, .panel-blue .box-content button.download::before, .panel-dark-blue .box-content button.download::before, .panel-blue button.download.invert::before, .panel-dark-blue button.download.invert::before, .white-box .box button.download::before, .grey-box .box button.download::before {
  position: absolute;
  left: -2.3rem;
  top: 2px;
  width: 22px;
  height: 22px;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  background-repeat: no-repeat;
}
.panel-blue .box-content a.download::before, .panel-dark-blue .box-content a.download::before, .panel-blue a.download.invert::before, .panel-dark-blue a.download.invert::before, .white-box .box a.download::before, .grey-box .box a.download::before, .panel-blue .box-content span.download::before, .panel-dark-blue .box-content span.download::before, .panel-blue span.download.invert::before, .panel-dark-blue span.download.invert::before, .white-box .box span.download::before, .grey-box .box span.download::before, .panel-blue .box-content button.download::before, .panel-dark-blue .box-content button.download::before, .panel-blue button.download.invert::before, .panel-dark-blue button.download.invert::before, .white-box .box button.download::before, .grey-box .box button.download::before {
  background-image: url("/__data/assets/file/0009/637578/download.svg");
  opacity: 1;
}
.panel-blue .box-content a.download.empty-arrow, .panel-dark-blue .box-content a.download.empty-arrow, .panel-blue .box-content span.download.empty-arrow, .panel-dark-blue .box-content span.download.empty-arrow, .panel-blue .box-content button.download.empty-arrow, .panel-dark-blue .box-content button.download.empty-arrow {
  color: white;
  color: white;
}
.panel-blue .box-content a.download.empty-arrow::before, .panel-dark-blue .box-content a.download.empty-arrow::before, .panel-blue .box-content span.download.empty-arrow::before, .panel-dark-blue .box-content span.download.empty-arrow::before, .panel-blue .box-content button.download.empty-arrow::before, .panel-dark-blue .box-content button.download.empty-arrow::before {
  background-image: url("/__data/assets/file/0007/953566/download-white.svg");
}
a.email:not(.button), span.email:not(.button), button.email:not(.button) {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
a.email:not(.button)::before, span.email:not(.button)::before, button.email:not(.button)::before {
  position: absolute;
  left: -2.5rem;
  top: 4px;
  width: 22px;
  height: 22px;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  background-repeat: no-repeat;
}
a.email:not(.button)::before, span.email:not(.button)::before, button.email:not(.button)::before {
  background-image: url("/__data/assets/file/0010/637075/email.svg");
  opacity: 1;
}
a.email:not(.button).invert, .panel-blue a.email:not(.button), .panel-dark-blue a.email:not(.button), span.email:not(.button).invert, .panel-blue span.email:not(.button), .panel-dark-blue span.email:not(.button), button.email:not(.button).invert, .panel-blue button.email:not(.button), .panel-dark-blue button.email:not(.button) {
  color: white;
}
a.email:not(.button).invert::before, .panel-blue a.email:not(.button)::before, .panel-dark-blue a.email:not(.button)::before, span.email:not(.button).invert::before, .panel-blue span.email:not(.button)::before, .panel-dark-blue span.email:not(.button)::before, button.email:not(.button).invert::before, .panel-blue button.email:not(.button)::before, .panel-dark-blue button.email:not(.button)::before {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.panel-blue .box-content a.email:not(.button), .panel-dark-blue .box-content a.email:not(.button), .panel-blue a.email:not(.button).invert, .panel-dark-blue a.email:not(.button).invert, .white-box .box a.email:not(.button), .grey-box .box a.email:not(.button), .panel-blue .box-content span.email:not(.button), .panel-dark-blue .box-content span.email:not(.button), .panel-blue span.email:not(.button).invert, .panel-dark-blue span.email:not(.button).invert, .white-box .box span.email:not(.button), .grey-box .box span.email:not(.button), .panel-blue .box-content button.email:not(.button), .panel-dark-blue .box-content button.email:not(.button), .panel-blue button.email:not(.button).invert, .panel-dark-blue button.email:not(.button).invert, .white-box .box button.email:not(.button), .grey-box .box button.email:not(.button) {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  color: #0066b9;
}
.panel-blue .box-content a.email:not(.button)::before, .panel-dark-blue .box-content a.email:not(.button)::before, .panel-blue a.email:not(.button).invert::before, .panel-dark-blue a.email:not(.button).invert::before, .white-box .box a.email:not(.button)::before, .grey-box .box a.email:not(.button)::before, .panel-blue .box-content span.email:not(.button)::before, .panel-dark-blue .box-content span.email:not(.button)::before, .panel-blue span.email:not(.button).invert::before, .panel-dark-blue span.email:not(.button).invert::before, .white-box .box span.email:not(.button)::before, .grey-box .box span.email:not(.button)::before, .panel-blue .box-content button.email:not(.button)::before, .panel-dark-blue .box-content button.email:not(.button)::before, .panel-blue button.email:not(.button).invert::before, .panel-dark-blue button.email:not(.button).invert::before, .white-box .box button.email:not(.button)::before, .grey-box .box button.email:not(.button)::before {
  position: absolute;
  left: -2.5rem;
  top: 4px;
  width: 22px;
  height: 22px;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  background-repeat: no-repeat;
}
.panel-blue .box-content a.email:not(.button)::before, .panel-dark-blue .box-content a.email:not(.button)::before, .panel-blue a.email:not(.button).invert::before, .panel-dark-blue a.email:not(.button).invert::before, .white-box .box a.email:not(.button)::before, .grey-box .box a.email:not(.button)::before, .panel-blue .box-content span.email:not(.button)::before, .panel-dark-blue .box-content span.email:not(.button)::before, .panel-blue span.email:not(.button).invert::before, .panel-dark-blue span.email:not(.button).invert::before, .white-box .box span.email:not(.button)::before, .grey-box .box span.email:not(.button)::before, .panel-blue .box-content button.email:not(.button)::before, .panel-dark-blue .box-content button.email:not(.button)::before, .panel-blue button.email:not(.button).invert::before, .panel-dark-blue button.email:not(.button).invert::before, .white-box .box button.email:not(.button)::before, .grey-box .box button.email:not(.button)::before {
  background-image: url("/__data/assets/file/0010/637075/email.svg");
  opacity: 1;
}
.panel-blue .box-content a.email:not(.button).empty-arrow, .panel-dark-blue .box-content a.email:not(.button).empty-arrow, .panel-blue .box-content span.email:not(.button).empty-arrow, .panel-dark-blue .box-content span.email:not(.button).empty-arrow, .panel-blue .box-content button.email:not(.button).empty-arrow, .panel-dark-blue .box-content button.email:not(.button).empty-arrow {
  color: white;
  color: white;
}
.panel-blue .box-content a.email:not(.button).empty-arrow::before, .panel-dark-blue .box-content a.email:not(.button).empty-arrow::before, .panel-blue .box-content span.email:not(.button).empty-arrow::before, .panel-dark-blue .box-content span.email:not(.button).empty-arrow::before, .panel-blue .box-content button.email:not(.button).empty-arrow::before, .panel-dark-blue .box-content button.email:not(.button).empty-arrow::before {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
a.linkedin:not(.button), span.linkedin:not(.button), button.linkedin:not(.button) {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
a.linkedin:not(.button)::before, span.linkedin:not(.button)::before, button.linkedin:not(.button)::before {
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 22px;
  height: 22px;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  background-repeat: no-repeat;
}
a.linkedin:not(.button)::before, span.linkedin:not(.button)::before, button.linkedin:not(.button)::before {
  background-image: url("/__data/assets/file/0008/879245/icon-linkedin.svg");
  opacity: 1;
}
a.linkedin:not(.button).invert, .panel-blue a.linkedin:not(.button), .panel-dark-blue a.linkedin:not(.button), span.linkedin:not(.button).invert, .panel-blue span.linkedin:not(.button), .panel-dark-blue span.linkedin:not(.button), button.linkedin:not(.button).invert, .panel-blue button.linkedin:not(.button), .panel-dark-blue button.linkedin:not(.button) {
  color: white;
}
a.linkedin:not(.button).invert::before, .panel-blue a.linkedin:not(.button)::before, .panel-dark-blue a.linkedin:not(.button)::before, span.linkedin:not(.button).invert::before, .panel-blue span.linkedin:not(.button)::before, .panel-dark-blue span.linkedin:not(.button)::before, button.linkedin:not(.button).invert::before, .panel-blue button.linkedin:not(.button)::before, .panel-dark-blue button.linkedin:not(.button)::before {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.panel-blue .box-content a.linkedin:not(.button), .panel-dark-blue .box-content a.linkedin:not(.button), .panel-blue a.linkedin:not(.button).invert, .panel-dark-blue a.linkedin:not(.button).invert, .white-box .box a.linkedin:not(.button), .grey-box .box a.linkedin:not(.button), .panel-blue .box-content span.linkedin:not(.button), .panel-dark-blue .box-content span.linkedin:not(.button), .panel-blue span.linkedin:not(.button).invert, .panel-dark-blue span.linkedin:not(.button).invert, .white-box .box span.linkedin:not(.button), .grey-box .box span.linkedin:not(.button), .panel-blue .box-content button.linkedin:not(.button), .panel-dark-blue .box-content button.linkedin:not(.button), .panel-blue button.linkedin:not(.button).invert, .panel-dark-blue button.linkedin:not(.button).invert, .white-box .box button.linkedin:not(.button), .grey-box .box button.linkedin:not(.button) {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  color: #0066b9;
}
.panel-blue .box-content a.linkedin:not(.button)::before, .panel-dark-blue .box-content a.linkedin:not(.button)::before, .panel-blue a.linkedin:not(.button).invert::before, .panel-dark-blue a.linkedin:not(.button).invert::before, .white-box .box a.linkedin:not(.button)::before, .grey-box .box a.linkedin:not(.button)::before, .panel-blue .box-content span.linkedin:not(.button)::before, .panel-dark-blue .box-content span.linkedin:not(.button)::before, .panel-blue span.linkedin:not(.button).invert::before, .panel-dark-blue span.linkedin:not(.button).invert::before, .white-box .box span.linkedin:not(.button)::before, .grey-box .box span.linkedin:not(.button)::before, .panel-blue .box-content button.linkedin:not(.button)::before, .panel-dark-blue .box-content button.linkedin:not(.button)::before, .panel-blue button.linkedin:not(.button).invert::before, .panel-dark-blue button.linkedin:not(.button).invert::before, .white-box .box button.linkedin:not(.button)::before, .grey-box .box button.linkedin:not(.button)::before {
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 22px;
  height: 22px;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  background-repeat: no-repeat;
}
.panel-blue .box-content a.linkedin:not(.button)::before, .panel-dark-blue .box-content a.linkedin:not(.button)::before, .panel-blue a.linkedin:not(.button).invert::before, .panel-dark-blue a.linkedin:not(.button).invert::before, .white-box .box a.linkedin:not(.button)::before, .grey-box .box a.linkedin:not(.button)::before, .panel-blue .box-content span.linkedin:not(.button)::before, .panel-dark-blue .box-content span.linkedin:not(.button)::before, .panel-blue span.linkedin:not(.button).invert::before, .panel-dark-blue span.linkedin:not(.button).invert::before, .white-box .box span.linkedin:not(.button)::before, .grey-box .box span.linkedin:not(.button)::before, .panel-blue .box-content button.linkedin:not(.button)::before, .panel-dark-blue .box-content button.linkedin:not(.button)::before, .panel-blue button.linkedin:not(.button).invert::before, .panel-dark-blue button.linkedin:not(.button).invert::before, .white-box .box button.linkedin:not(.button)::before, .grey-box .box button.linkedin:not(.button)::before {
  background-image: url("/__data/assets/file/0008/879245/icon-linkedin.svg");
  opacity: 1;
}
.panel-blue .box-content a.linkedin:not(.button).empty-arrow, .panel-dark-blue .box-content a.linkedin:not(.button).empty-arrow, .panel-blue .box-content span.linkedin:not(.button).empty-arrow, .panel-dark-blue .box-content span.linkedin:not(.button).empty-arrow, .panel-blue .box-content button.linkedin:not(.button).empty-arrow, .panel-dark-blue .box-content button.linkedin:not(.button).empty-arrow {
  color: white;
  color: white;
}
.panel-blue .box-content a.linkedin:not(.button).empty-arrow::before, .panel-dark-blue .box-content a.linkedin:not(.button).empty-arrow::before, .panel-blue .box-content span.linkedin:not(.button).empty-arrow::before, .panel-dark-blue .box-content span.linkedin:not(.button).empty-arrow::before, .panel-blue .box-content button.linkedin:not(.button).empty-arrow::before, .panel-dark-blue .box-content button.linkedin:not(.button).empty-arrow::before {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
a.action-link::before {
  color: black;
  content: "→";
  padding-right: 0.5rem;
  display: inline-block;
}
button.arrow-link {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: white;
  padding: 0;
}
ul.arrow-links {
  padding-left: 0;
}
ul.arrow-links li {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
}
ul.arrow-links li::before {
  content: none;
}
ul.arrow-links li {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
ul.arrow-links li::before {
  display: none;
}
ul.arrow-links.split-list {
  float: left;
  width: 50%;
}
ul.arrow-links.split-list li {
  margin: 0.66rem;
}
ul.arrow-links a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
ul.arrow-links a::before, ul.arrow-links a::after {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: white;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
}
ul.arrow-links a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
ul.arrow-links a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
ul.arrow-links a:hover::before {
  opacity: 0;
}
ul.arrow-links a:hover::after {
  opacity: 1;
}
.panel-blue ul.arrow-links a, .panel-dark-blue ul.arrow-links a {
  color: white;
  color: white;
}
.panel-blue ul.arrow-links a::before, .panel-dark-blue ul.arrow-links a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.panel-blue ul.arrow-links a::after, .panel-dark-blue ul.arrow-links a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
ul.arrow-links.arrow-links--alternative a {
  margin: 0;
  display: block;
  width: 100%;
  padding: 1.25rem;
  padding-left: 2.5rem;
  text-decoration: none;
}
ul.arrow-links.arrow-links--alternative a:active, ul.arrow-links.arrow-links--alternative a:visited, ul.arrow-links.arrow-links--alternative a:link, ul.arrow-links.arrow-links--alternative a:hover {
  text-decoration: none;
}
ul.arrow-links.arrow-links--alternative a:active, ul.arrow-links.arrow-links--alternative a:hover {
  padding-left: 3.5rem;
  background-color: #0066b9;
  color: #FFFFFF;
}
ul.arrow-links.arrow-links--alternative a:hover::before, ul.arrow-links.arrow-links--alternative a:hover::after {
  left: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
ul.arrow-links.arrow-links--alternative a::before, ul.arrow-links.arrow-links--alternative a::after {
  left: 0;
  top: 50%;
  margin-top: -0.6875rem;
}
ul.arrow-links.arrow-links--alternative li {
  margin-bottom: 0;
  border-bottom: 1px solid #0066b9;
}
@media (min-width: 768px) {
  ul.arrow-links.arrow-links--alternative li:last-of-type {
    border-bottom: none;
    margin-bottom: 0.5rem;
  }
}
ul.action-links {
  padding-left: 0;
}
ul.action-links li {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
}
ul.action-links li::before {
  content: none;
}
ul.action-links li {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
ul.action-links li::before {
  content: "→" !important;
  display: inline-block;
  padding-right: 0.5rem;
}
.quick-box-info-lists ul:not([class]), .quick-box-info-lists ul.square-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-squares.quick-box-info-lists ul:not([class]) .box, .no-squares.quick-box-info-lists ul.square-bullets .box {
  border: 1px solid #0066b9;
}
.no-squares.quick-box-info-lists ul:not([class]) li, .no-squares.quick-box-info-lists ul.square-bullets li {
  margin-left: 0;
}
.no-squares.quick-box-info-lists ul:not([class]) li::before, .no-squares.quick-box-info-lists ul.square-bullets li::before {
  content: "";
}
.quick-box-info-lists ul:not([class]) li, .quick-box-info-lists ul.square-bullets li {
  padding-left: 0;
  padding-bottom: 0.15rem !important;
  padding-top: 0.15rem;
  margin-left: 1.1rem;
}
.quick-box-info-lists ul:not([class]) li::before, .quick-box-info-lists ul.square-bullets li::before {
  content: "■";
  margin-left: -1.1rem;
  margin-top: 1px;
  font-size: 13px;
  position: absolute;
  color: #a3c1d7;
}
.panel-light-blue .quick-box-info-lists ul:not([class]) li::before, .panel-light-blue .quick-box-info-lists ul.square-bullets li::before {
  color: #76aad1;
}
.quick-box-info-lists.blue-heading .box-internal h3, .quick-box-info-lists.blue-heading .box-internal .customised__form__layout .sq-form-section-title, .customised__form__layout .quick-box-info-lists.blue-heading .box-internal .sq-form-section-title {
  background-color: #0066b9;
}
.quick-box-info-lists.blue-heading .box-internal h3 a, .quick-box-info-lists.blue-heading .box-internal .customised__form__layout .sq-form-section-title a, .customised__form__layout .quick-box-info-lists.blue-heading .box-internal .sq-form-section-title a {
  color: white !important;
}
.chevron-heading {
  position: relative;
}
.chevron-heading:before {
  content: " ";
  position: absolute;
  left: 0;
  background-image: url("/__data/assets/file/0011/719993/chevron.svg");
}
.panel-dark-blue .chevron-heading:before, .dark-blue-element .chevron-heading:before, .dark-box .chevron-heading:before, .panel-blue .chevron-heading:before, .blue-element .chevron-heading:before, .blue-box .chevron-heading:before {
  background-image: url("/__data/assets/file/0015/720231/chevron-white.svg");
}
h1.chevron-heading, .h1.chevron-heading, h2.big-headings.chevron-heading, .h2.chevron-heading, .promo-title.chevron-heading {
  padding-left: calc((66px * 1.5) + 1rem);
  margin-top: 66px;
}
h1.chevron-heading:before, .h1.chevron-heading:before, h2.big-headings.chevron-heading:before, .h2.chevron-heading:before, .promo-title.chevron-heading:before {
  width: calc(66px * 1.5);
  height: calc(66px * 1.5);
  top: calc(-66px / 2);
}
h2.chevron-heading, .h2.chevron-heading {
  padding-left: calc((44px * 1.5) + 1rem);
  margin-top: 44px;
}
h2.chevron-heading:before, .h2.chevron-heading:before {
  width: calc(44px * 1.5);
  height: calc(44px * 1.5);
  top: calc(-44px / 2);
}
h3.chevron-heading, .customised__form__layout .chevron-heading.sq-form-section-title, .h3.chevron-heading, .small-headings h2.chevron-heading {
  padding-left: calc((31px * 1.5) + 1rem);
  margin-top: 31px;
}
h3.chevron-heading:before, .customised__form__layout .chevron-heading.sq-form-section-title:before, .h3.chevron-heading:before, .small-headings h2.chevron-heading:before {
  width: calc(31px * 1.5);
  height: calc(31px * 1.5);
  top: calc(-31px / 2);
}
h4.chevron-heading, .h4.chevron-heading, .small-headings h3.chevron-heading, .small-headings .customised__form__layout .chevron-heading.sq-form-section-title, .customised__form__layout .small-headings .chevron-heading.sq-form-section-title, .small-headings-h3 h3.chevron-heading, .small-headings-h3 .customised__form__layout .chevron-heading.sq-form-section-title, .customised__form__layout .small-headings-h3 .chevron-heading.sq-form-section-title {
  padding-left: calc((23px * 1.5) + 1rem);
  margin-top: 23px;
}
h4.chevron-heading:before, .h4.chevron-heading:before, .small-headings h3.chevron-heading:before, .small-headings .customised__form__layout .chevron-heading.sq-form-section-title:before, .customised__form__layout .small-headings .chevron-heading.sq-form-section-title:before, .small-headings-h3 h3.chevron-heading:before, .small-headings-h3 .customised__form__layout .chevron-heading.sq-form-section-title:before, .customised__form__layout .small-headings-h3 .chevron-heading.sq-form-section-title:before {
  width: calc(23px * 1.5);
  height: calc(23px * 1.5);
  top: calc(-23px / 2);
}
h5.chevron-heading, .h5.chevron-heading, .small-headings h4.chevron-heading {
  padding-left: calc((19px * 1.5) + 1rem);
  margin-top: 19px;
}
h5.chevron-heading:before, .h5.chevron-heading:before, .small-headings h4.chevron-heading:before {
  width: calc(19px * 1.5);
  height: calc(19px * 1.5);
  top: calc(-19px / 2);
}
@media (max-width: 991px) {
  h1.chevron-heading, .h1.chevron-heading, h2.big-headings.chevron-heading, .h2.chevron-heading, .promo-title.chevron-heading {
    padding-left: calc((52px * 1.5) + 1rem);
    margin-top: 52px;
  }
  h1.chevron-heading:before, .h1.chevron-heading:before, h2.big-headings.chevron-heading:before, .h2.chevron-heading:before, .promo-title.chevron-heading:before {
    width: calc(52px * 1.5);
    height: calc(52px * 1.5);
    top: calc(-52px / 2);
  }
  h2.chevron-heading, .h2.chevron-heading {
    padding-left: calc((33.5px * 1.5) + 1rem);
    margin-top: 33.5px;
  }
  h2.chevron-heading:before, .h2.chevron-heading:before {
    width: calc(33.5px * 1.5);
    height: calc(33.5px * 1.5);
    top: calc(-33.5px / 2);
  }
  h3.chevron-heading, .customised__form__layout .chevron-heading.sq-form-section-title, .h3.chevron-heading, .small-headings h2.chevron-heading {
    padding-left: calc((29px * 1.5) + 1rem);
    margin-top: 29px;
  }
  h3.chevron-heading:before, .customised__form__layout .chevron-heading.sq-form-section-title:before, .h3.chevron-heading:before, .small-headings h2.chevron-heading:before {
    width: calc(29px * 1.5);
    height: calc(29px * 1.5);
    top: calc(-29px / 2);
  }
}
@media (max-width: 767px) {
  h1.chevron-heading, .h1.chevron-heading, h2.big-headings.chevron-heading, .h2.chevron-heading, .promo-title.chevron-heading {
    padding-left: calc((40px * 1.5) + 1rem);
    margin-top: 40px;
  }
  h1.chevron-heading:before, .h1.chevron-heading:before, h2.big-headings.chevron-heading:before, .h2.chevron-heading:before, .promo-title.chevron-heading:before {
    width: calc(40px * 1.5);
    height: calc(40px * 1.5);
    top: calc(-40px / 2);
  }
  h2.chevron-heading, .h2.chevron-heading {
    padding-left: calc((30px * 1.5) + 1rem);
    margin-top: 30px;
  }
  h2.chevron-heading:before, .h2.chevron-heading:before {
    width: calc(30px * 1.5);
    height: calc(30px * 1.5);
    top: calc(-30px / 2);
  }
  h3.chevron-heading, .customised__form__layout .chevron-heading.sq-form-section-title, .h3.chevron-heading, .small-headings h2.chevron-heading {
    padding-left: calc((25px * 1.5) + 1rem);
    margin-top: 25px;
  }
  h3.chevron-heading:before, .customised__form__layout .chevron-heading.sq-form-section-title:before, .h3.chevron-heading:before, .small-headings h2.chevron-heading:before {
    width: calc(25px * 1.5);
    height: calc(25px * 1.5);
    top: calc(-25px / 2);
  }
}
a.secure::before {
  content: " ";
  background: url("/__data/assets/file/0007/711682/lock.svg") no-repeat scroll 0 0;
  background-size: 13px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
a.secure.invert::before {
  background: url("/__data/assets/file/0006/711681/lock-white.svg") no-repeat scroll 0 0;
}
a.arrowSecure {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  margin-left: 0;
}
a.arrowSecure::before {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
  transition: 0.3s;
  width: 22px;
  height: 22px;
  background-color: transparent;
  margin-right: 5px;
}
a.arrowSecure:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
a.arrowSecure::after {
  content: " ";
  background: url("/__data/assets/file/0007/711682/lock.svg") no-repeat scroll 0 0;
  background-size: 13px;
  display: inline-block;
  width: 13px !important;
  height: 13px !important;
  margin-left: 1rem;
}
a.arrowSecure.invert::after {
  background: url("/__data/assets/file/0006/711681/lock-white.svg") no-repeat scroll 0 0;
}
a.phone {
  display: inline-block;
}
a.phone::before {
  content: " ";
  background: url("/__data/assets/file/0003/772662/call.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
a.phone.invert::before {
  background: url("/__data/assets/file/0004/772663/call-white.svg") no-repeat scroll 0 0;
}
a.phone.large-icon {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 2.333rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.phone.large-icon::before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
a.fax {
  display: inline-block;
}
a.fax::before {
  content: " ";
  background: url("/__data/assets/file/0010/1063387/fax.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
a.fax.invert::before {
  background: url("/__data/assets/file/0011/1063388/fax-white.svg") no-repeat scroll 0 0;
}
a.fax.large-icon {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 2.333rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.fax.large-icon::before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
a.pin {
  display: block;
}
a.pin::before {
  content: " ";
  background: url("/__data/assets/file/0010/776746/pin-2.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
a.pin.invert::before {
  background: url("/__data/assets/file/0008/705527/pin.svg") no-repeat scroll 0 0;
}
a.pin.large-icon {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 2.333rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.pin.large-icon::before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
i.graduate-cap-outline {
  display: inline-block;
}
i.graduate-cap-outline::before {
  content: " ";
  background: url("/__data/assets/file/0007/1234933/graduate-cap-outline-white.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
i.graduate-cap-outline.large-icon {
  position: relative;
  top: 9px;
}
i.graduate-cap-outline.large-icon::before {
  width: 45px;
  height: 33px;
}
i.graduate-cap-outline-blue {
  display: inline-block;
}
i.graduate-cap-outline-blue::before {
  content: " ";
  background: url("/__data/assets/file/0005/1238279/graduate-cap-outline-blue.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
i.graduate-cap-outline-blue.large-icon {
  position: relative;
  top: 0;
}
i.graduate-cap-outline-blue.large-icon::before {
  width: 37px;
  height: 33px;
}
i.user-graduate {
  display: inline-block;
}
i.user-graduate::before {
  content: " ";
  background: url("/__data/assets/file/0010/975862/user-graduate-solid.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 19px;
}
i.user-graduate.large-icon {
  position: relative;
  top: 0;
}
i.user-graduate.large-icon::before {
  width: 26px;
  height: 31px;
}
i.user-graduate-blue {
  display: inline-block;
}
i.user-graduate-blue::before {
  content: " ";
  background: url("/__data/assets/file/0011/1361594/user-graduate-solid-blue.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 19px;
}
i.user-graduate-blue.large-icon {
  position: relative;
  top: 0;
}
i.user-graduate-blue.large-icon::before {
  width: 26px;
  height: 31px;
  position: relative;
  left: 3px;
}
i.logo-google-scholar {
  display: inline-block;
}
i.logo-google-scholar::before {
  content: " ";
  background: url("/__data/assets/file/0007/1116385/google-scholar-logo.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
i.logo-google-scholar.large-icon {
  position: relative;
  top: 3px;
}
i.logo-google-scholar.large-icon::before {
  width: 33px;
  height: 33px;
}
i.logo-publons-square {
  display: inline-block;
}
i.logo-publons-square::before {
  content: " ";
  background: url("/__data/assets/file/0019/1160533/publons-logo-square.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
i.logo-publons-square.large-icon {
  position: relative;
  top: 2px;
}
i.logo-publons-square.large-icon::before {
  width: 30px;
  height: 30px;
}
i.logo-web-of-science {
  display: inline-block;
}
i.logo-web-of-science::before {
  content: " ";
  background: url("/__data/assets/file/0010/1361809/logo-clarivate-web-of-science.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 17px;
}
i.logo-web-of-science.large-icon {
  position: relative;
  top: 3.5px;
}
i.logo-web-of-science.large-icon::before {
  width: 30px;
  height: 32px;
}
i.logo-scopus {
  display: inline-block;
}
i.logo-scopus::before {
  content: " ";
  background: url("/__data/assets/file/0003/1160751/scopus-logo.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
i.logo-scopus.large-icon {
  position: relative;
  top: 2px;
}
i.logo-scopus.large-icon::before {
  width: 30px;
  height: 30px;
}
i.logo-twitter-x {
  display: inline-block;
}
i.logo-twitter-x::before {
  content: " ";
  background: url("/__data/assets/file/0009/1266777/icon-twitter-x-blue.svg") no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
i.logo-twitter-x.large-icon {
  position: relative;
  top: 2px;
}
i.logo-twitter-x.large-icon::before {
  width: 30px;
  height: 30px;
}
/**
 * Input styling
 */
input.form-control, .customised__form__layout .sq-form-question-answer input, select.form-control, .customised__form__layout .sq-form-question-answer select, textarea.form-control, .customised__form__layout .sq-form-question-answer textarea, .input.form-control {
  border: 1px solid #0066b9;
  border-radius: 0;
  padding: 12.5px 1rem;
  font-size: 16px;
  color: #373a3c;
  height: auto;
}
@media (max-width: 767px) {
  input.form-control, .customised__form__layout .sq-form-question-answer input, select.form-control, .customised__form__layout .sq-form-question-answer select, textarea.form-control, .customised__form__layout .sq-form-question-answer textarea, .input.form-control {
    margin-bottom: 0.666rem;
  }
}
input.form-control::placeholder, .customised__form__layout .sq-form-question-answer input::placeholder, select.form-control::placeholder, .customised__form__layout .sq-form-question-answer select::placeholder, textarea.form-control::placeholder, .customised__form__layout .sq-form-question-answer textarea::placeholder, .input.form-control::placeholder {
  color: #373a3c;
  white-space: normal;
  opacity: 1;
}
input.form-control.button, .customised__form__layout .sq-form-question-answer input.button, select.form-control.button, .customised__form__layout .sq-form-question-answer select.button, textarea.form-control.button, .customised__form__layout .sq-form-question-answer textarea.button, .input.form-control.button {
  padding: 1rem;
}
input.form-control:focus, .customised__form__layout .sq-form-question-answer input:focus, select.form-control:focus, .customised__form__layout .sq-form-question-answer select:focus, textarea.form-control:focus, .customised__form__layout .sq-form-question-answer textarea:focus, .input.form-control:focus {
  outline: 3px solid #0066b9;
}
input.form-control.lighter-placeholder::-webkit-input-placeholder, .customised__form__layout .sq-form-question-answer input.lighter-placeholder::-webkit-input-placeholder, select.form-control.lighter-placeholder::-webkit-input-placeholder, .customised__form__layout .sq-form-question-answer select.lighter-placeholder::-webkit-input-placeholder, textarea.form-control.lighter-placeholder::-webkit-input-placeholder, .customised__form__layout .sq-form-question-answer textarea.lighter-placeholder::-webkit-input-placeholder, .input.form-control.lighter-placeholder::-webkit-input-placeholder {
  /* Edge */
  color: #888 !important;
}
input.form-control.lighter-placeholder:-ms-input-placeholder, .customised__form__layout .sq-form-question-answer input.lighter-placeholder:-ms-input-placeholder, select.form-control.lighter-placeholder:-ms-input-placeholder, .customised__form__layout .sq-form-question-answer select.lighter-placeholder:-ms-input-placeholder, textarea.form-control.lighter-placeholder:-ms-input-placeholder, .customised__form__layout .sq-form-question-answer textarea.lighter-placeholder:-ms-input-placeholder, .input.form-control.lighter-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888 !important;
}
input.form-control.lighter-placeholder::placeholder, .customised__form__layout .sq-form-question-answer input.lighter-placeholder::placeholder, select.form-control.lighter-placeholder::placeholder, .customised__form__layout .sq-form-question-answer select.lighter-placeholder::placeholder, textarea.form-control.lighter-placeholder::placeholder, .customised__form__layout .sq-form-question-answer textarea.lighter-placeholder::placeholder, .input.form-control.lighter-placeholder::placeholder {
  color: #888 !important;
}
.panel-white input.form-control, .panel-white .customised__form__layout .sq-form-question-answer input, .customised__form__layout .sq-form-question-answer .panel-white input, .white-element input.form-control, .white-element .customised__form__layout .sq-form-question-answer input, .customised__form__layout .sq-form-question-answer .white-element input, .panel-white select.form-control, .panel-white .customised__form__layout .sq-form-question-answer select, .customised__form__layout .sq-form-question-answer .panel-white select, .white-element select.form-control, .white-element .customised__form__layout .sq-form-question-answer select, .customised__form__layout .sq-form-question-answer .white-element select, .panel-white textarea.form-control, .panel-white .customised__form__layout .sq-form-question-answer textarea, .customised__form__layout .sq-form-question-answer .panel-white textarea, .white-element textarea.form-control, .white-element .customised__form__layout .sq-form-question-answer textarea, .customised__form__layout .sq-form-question-answer .white-element textarea, .panel-white .input.form-control, .white-element .input.form-control {
  border-color: #0066b9;
}
.panel-light-blue.blue-outlines input.form-control, .panel-light-blue.blue-outlines .customised__form__layout .sq-form-question-answer input, .customised__form__layout .sq-form-question-answer .panel-light-blue.blue-outlines input, .panel-white.blue-outlines input.form-control, .panel-white.blue-outlines .customised__form__layout .sq-form-question-answer input, .customised__form__layout .sq-form-question-answer .panel-white.blue-outlines input, .force-blue-outlines input.form-control, .force-blue-outlines .customised__form__layout .sq-form-question-answer input, .customised__form__layout .sq-form-question-answer .force-blue-outlines input, input.form-control.blue-outline, .customised__form__layout .sq-form-question-answer input.blue-outline, .panel-light-blue.blue-outlines select.form-control, .panel-light-blue.blue-outlines .customised__form__layout .sq-form-question-answer select, .customised__form__layout .sq-form-question-answer .panel-light-blue.blue-outlines select, .panel-white.blue-outlines select.form-control, .panel-white.blue-outlines .customised__form__layout .sq-form-question-answer select, .customised__form__layout .sq-form-question-answer .panel-white.blue-outlines select, .force-blue-outlines select.form-control, .force-blue-outlines .customised__form__layout .sq-form-question-answer select, .customised__form__layout .sq-form-question-answer .force-blue-outlines select, select.form-control.blue-outline, .customised__form__layout .sq-form-question-answer select.blue-outline, .panel-light-blue.blue-outlines textarea.form-control, .panel-light-blue.blue-outlines .customised__form__layout .sq-form-question-answer textarea, .customised__form__layout .sq-form-question-answer .panel-light-blue.blue-outlines textarea, .panel-white.blue-outlines textarea.form-control, .panel-white.blue-outlines .customised__form__layout .sq-form-question-answer textarea, .customised__form__layout .sq-form-question-answer .panel-white.blue-outlines textarea, .force-blue-outlines textarea.form-control, .force-blue-outlines .customised__form__layout .sq-form-question-answer textarea, .customised__form__layout .sq-form-question-answer .force-blue-outlines textarea, textarea.form-control.blue-outline, .customised__form__layout .sq-form-question-answer textarea.blue-outline, .panel-light-blue.blue-outlines .input.form-control, .panel-white.blue-outlines .input.form-control, .force-blue-outlines .input.form-control, .input.form-control.blue-outline {
  border: 1px solid #0066b9;
}
.large__searchbox {
  display: flex;
  position: relative;
  z-index: 1;
}
.large__searchbox__input {
  height: 50px;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 20.5px;
}
.large__searchbox__input::placeholder {
  color: #666;
  opacity: 1;
}
.large__searchbox__input--grey-border {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.large__searchbox__submit {
  background-color: #0066b9;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
}
.large__searchbox__submit:hover {
  background-color: #00467f;
}
.large__searchbox__submit--gray {
  background-color: #e8eef3;
}
.large__searchbox__submit--gray:hover {
  background-color: #c6d5e2;
}
.large__searchbox__input {
  border: 1px solid #0066b9;
  border-right: 0;
}
/** Search landing page search **/
.study-search-full-panel .study-search-form {
  display: flex;
}
.study-search-full-panel .study-search-form .search_input {
  height: 40px;
  width: 70%;
  padding: 1.5rem;
  font-size: 17px;
  line-height: 22px;
  border: 1px solid #0066b9;
}
.study-search-full-panel .study-search-form .searchbox_submit {
  background-color: #0066b9;
  height: 47px;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
}
/** Show clear icon on search fields **/
input[type=search] {
  /** but not when there's no input (next best thing :placeholder-shown) */
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
input[type=search]:placeholder-shown::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
select.form-control:not([multiple]), .customised__form__layout .sq-form-question-answer select:not([multiple]) {
  height: auto !important;
  /* override bs' "select.form-control:not([size]):not([multiple]) { height: calc(2.5rem - 2px); }" */
  padding-right: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/__data/assets/file/0005/709052/arrow-down.svg"), linear-gradient(to right, #e8eef3, #e8eef3);
  background-position: calc(100% - 14px) 14px, 100% 0;
  background-size: 18px 18px, 50px 100%;
  background-repeat: no-repeat;
  background-color: white;
  cursor: pointer;
}
select.form-control:not([multiple])::-ms-expand, .customised__form__layout .sq-form-question-answer select:not([multiple])::-ms-expand {
  display: none;
}
select.form-control:not([multiple]):hover, .customised__form__layout .sq-form-question-answer select:not([multiple]):hover {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg"), linear-gradient(to right, #0066b9, #0066b9);
}
.has-danger select.form-control:not([multiple]), .has-danger .customised__form__layout .sq-form-question-answer select:not([multiple]), .customised__form__layout .sq-form-question-answer .has-danger select:not([multiple]), select.form-control:not([multiple]).has-danger, .customised__form__layout .sq-form-question-answer select.has-danger:not([multiple]) {
  border-color: #d9534f;
}
.form-check-radio-fix .form-group [type="checkbox"] + label:before, .form-check-radio-fix .form-group [type="radio"] + label:before {
  left: 1px !important;
  top: calc(50% - 2px) !important;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"], .form-group:not(.no-styled-checkbox) label, .sq-form-question-answer [type="checkbox"], .sq-form-question-answer label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked), .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked, .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked), .form-group:not(.no-styled-checkbox) [type="radio"]:checked, .sq-form-question-answer [type="checkbox"]:not(:checked), .sq-form-question-answer [type="checkbox"]:checked, .sq-form-question-answer [type="radio"]:not(:checked), .sq-form-question-answer [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label, .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label, .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label, .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label, .sq-form-question-answer [type="checkbox"]:not(:checked) + label, .sq-form-question-answer [type="checkbox"]:checked + label, .sq-form-question-answer [type="radio"]:not(:checked) + label, .sq-form-question-answer [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:before, .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:before, .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:before, .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:before, .sq-form-question-answer [type="checkbox"]:not(:checked) + label:before, .sq-form-question-answer [type="checkbox"]:checked + label:before, .sq-form-question-answer [type="radio"]:not(:checked) + label:before, .sq-form-question-answer [type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: 2px solid #0066b9;
  background: #ffffff;
  border-radius: 2px;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:after, .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:after, .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:after, .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:after, .sq-form-question-answer [type="checkbox"]:not(:checked) + label:after, .sq-form-question-answer [type="checkbox"]:checked + label:after, .sq-form-question-answer [type="radio"]:not(:checked) + label:after, .sq-form-question-answer [type="radio"]:checked + label:after {
  content: "✓";
  content: "✓"/"";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 4px;
  color: #0066b9;
  transition: all 0.2s;
  font-weight: bold;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked):focus + label:before, .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked:focus + label:before, .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked):focus + label:before, .form-group:not(.no-styled-checkbox) [type="radio"]:checked:focus + label:before, .sq-form-question-answer [type="checkbox"]:not(:checked):focus + label:before, .sq-form-question-answer [type="checkbox"]:checked:focus + label:before, .sq-form-question-answer [type="radio"]:not(:checked):focus + label:before, .sq-form-question-answer [type="radio"]:checked:focus + label:before {
  border: 2px solid #0066b9;
}
.panel-blue .form-group:not(.no-styled-checkbox) [type="checkbox"]:focus + label:before, .panel-dark-blue .form-group:not(.no-styled-checkbox) [type="checkbox"]:focus + label:before, .panel-blue .form-group:not(.no-styled-checkbox) [type="radio"]:focus + label:before, .panel-dark-blue .form-group:not(.no-styled-checkbox) [type="radio"]:focus + label:before, .panel-blue .sq-form-question-answer [type="checkbox"]:focus + label:before, .panel-dark-blue .sq-form-question-answer [type="checkbox"]:focus + label:before, .panel-blue .sq-form-question-answer [type="radio"]:focus + label:before, .panel-dark-blue .sq-form-question-answer [type="radio"]:focus + label:before {
  border: 3px solid white;
}
.panel-light-blue.blue-outlines .form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:before, .panel-light-blue.blue-outlines .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:before, .panel-white.blue-outlines .form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:before, .panel-white.blue-outlines .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:before, .force-blue-outlines .form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:before, .force-blue-outlines .form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:before, .form-group:not(.no-styled-checkbox) [type="checkbox"].blue-outline:not(:checked) + label:before, .form-group:not(.no-styled-checkbox) [type="checkbox"].blue-outline:checked + label:before, .panel-light-blue.blue-outlines .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:before, .panel-light-blue.blue-outlines .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:before, .panel-white.blue-outlines .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:before, .panel-white.blue-outlines .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:before, .force-blue-outlines .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:before, .force-blue-outlines .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:before, .form-group:not(.no-styled-checkbox) [type="radio"].blue-outline:not(:checked) + label:before, .form-group:not(.no-styled-checkbox) [type="radio"].blue-outline:checked + label:before, .panel-light-blue.blue-outlines .sq-form-question-answer [type="checkbox"]:not(:checked) + label:before, .panel-light-blue.blue-outlines .sq-form-question-answer [type="checkbox"]:checked + label:before, .panel-white.blue-outlines .sq-form-question-answer [type="checkbox"]:not(:checked) + label:before, .panel-white.blue-outlines .sq-form-question-answer [type="checkbox"]:checked + label:before, .force-blue-outlines .sq-form-question-answer [type="checkbox"]:not(:checked) + label:before, .force-blue-outlines .sq-form-question-answer [type="checkbox"]:checked + label:before, .sq-form-question-answer [type="checkbox"].blue-outline:not(:checked) + label:before, .sq-form-question-answer [type="checkbox"].blue-outline:checked + label:before, .panel-light-blue.blue-outlines .sq-form-question-answer [type="radio"]:not(:checked) + label:before, .panel-light-blue.blue-outlines .sq-form-question-answer [type="radio"]:checked + label:before, .panel-white.blue-outlines .sq-form-question-answer [type="radio"]:not(:checked) + label:before, .panel-white.blue-outlines .sq-form-question-answer [type="radio"]:checked + label:before, .force-blue-outlines .sq-form-question-answer [type="radio"]:not(:checked) + label:before, .force-blue-outlines .sq-form-question-answer [type="radio"]:checked + label:before, .sq-form-question-answer [type="radio"].blue-outline:not(:checked) + label:before, .sq-form-question-answer [type="radio"].blue-outline:checked + label:before {
  border: 1px solid #0066b9;
}
.has-danger.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:before, .has-danger.form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:before, .has-danger.form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:before, .has-danger.form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:before, .has-danger.sq-form-question-answer [type="checkbox"]:not(:checked) + label:before, .has-danger.sq-form-question-answer [type="checkbox"]:checked + label:before, .has-danger.sq-form-question-answer [type="radio"]:not(:checked) + label:before, .has-danger.sq-form-question-answer [type="radio"]:checked + label:before {
  border-color: red;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:not(:checked) + label:after, .form-group:not(.no-styled-checkbox) [type="radio"]:not(:checked) + label:after, .sq-form-question-answer [type="checkbox"]:not(:checked) + label:after, .sq-form-question-answer [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:checked + label:after, .form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:after, .sq-form-question-answer [type="checkbox"]:checked + label:after, .sq-form-question-answer [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-group:not(.no-styled-checkbox) [type="checkbox"][data-indeterminate] + label:after, .form-group:not(.no-styled-checkbox) [type="radio"][data-indeterminate] + label:after, .sq-form-question-answer [type="checkbox"][data-indeterminate] + label:after, .sq-form-question-answer [type="radio"][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:disabled:not(:checked) + label:before, .form-group:not(.no-styled-checkbox) [type="checkbox"]:disabled:checked + label:before, .form-group:not(.no-styled-checkbox) [type="radio"]:disabled:not(:checked) + label:before, .form-group:not(.no-styled-checkbox) [type="radio"]:disabled:checked + label:before, .sq-form-question-answer [type="checkbox"]:disabled:not(:checked) + label:before, .sq-form-question-answer [type="checkbox"]:disabled:checked + label:before, .sq-form-question-answer [type="radio"]:disabled:not(:checked) + label:before, .sq-form-question-answer [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:disabled:not(:checked) + label:hover:before, .form-group:not(.no-styled-checkbox) [type="checkbox"]:disabled:checked + label:hover:before, .form-group:not(.no-styled-checkbox) [type="radio"]:disabled:not(:checked) + label:hover:before, .form-group:not(.no-styled-checkbox) [type="radio"]:disabled:checked + label:hover:before, .sq-form-question-answer [type="checkbox"]:disabled:not(:checked) + label:hover:before, .sq-form-question-answer [type="checkbox"]:disabled:checked + label:hover:before, .sq-form-question-answer [type="radio"]:disabled:not(:checked) + label:hover:before, .sq-form-question-answer [type="radio"]:disabled:checked + label:hover:before {
  border: 2px solid #e8eef3 !important;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:disabled:checked + label:after, .form-group:not(.no-styled-checkbox) [type="radio"]:disabled:checked + label:after, .sq-form-question-answer [type="checkbox"]:disabled:checked + label:after, .sq-form-question-answer [type="radio"]:disabled:checked + label:after {
  color: #dadada;
  cursor: not-allowed;
}
.form-group:not(.no-styled-checkbox) [type="checkbox"]:disabled + label, .form-group:not(.no-styled-checkbox) [type="radio"]:disabled + label, .sq-form-question-answer [type="checkbox"]:disabled + label, .sq-form-question-answer [type="radio"]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.form-group:not(.no-styled-checkbox) [type="radio"] + label:before, .sq-form-question-answer [type="radio"] + label:before {
  border-radius: 50% !important;
}
.form-group:not(.no-styled-checkbox) [type="radio"]:checked + label:after, .sq-form-question-answer [type="radio"]:checked + label:after {
  content: " ";
  top: calc(50% - 6px);
  left: 5px;
  border-radius: 50%;
  background-color: #0066b9;
  margin-top: 0;
  height: 12px;
  width: 12px;
}
form fieldset.inline-bordered {
  text-align: left !important;
  padding: 0 1rem 1rem;
  margin-top: -0.75rem;
  border: 2px solid #e8eef3;
  font-size: 95%;
}
.blue-outlines form fieldset.inline-bordered, form fieldset.inline-bordered.blue-outline {
  border: 1px solid #0066b9;
}
form fieldset.inline-bordered legend {
  text-align: left !important;
  font-size: 18px;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
form fieldset.inline-bordered [type="checkbox"] + label, form fieldset.inline-bordered [type="radio"] + label {
  padding-bottom: 5px;
}
.has-danger .form-control {
  border-color: #d9534f !important;
}
.fancy-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  width: 51px;
  height: 31px;
}
.fancy-toggle > input[type="checkbox"] {
  -webkit-appearance: none;
  outline: none;
  display: block;
  box-sizing: border-box;
  width: 51px;
  height: 32px;
  border-radius: 32px;
  border: 2px solid #e5e5e5;
  transition: all 0.3s ease;
}
.fancy-toggle > input[type="checkbox"]:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25), 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.3s cubic-bezier(0.275, -0.45, 0.725, 1.45);
}
.fancy-toggle > input[type="checkbox"]:active {
  border: 16px solid #009fe3;
}
.fancy-toggle > input[type="checkbox"]:active:after {
  width: 35px;
}
.fancy-toggle > input[type="checkbox"]:checked {
  border: 16px solid #009fe3;
}
.fancy-toggle > input[type="checkbox"]:checked:after {
  left: 21px;
}
.fancy-toggle > input[type="checkbox"]:checked:active {
  border: 16px solid #e5e5e5;
}
.fancy-toggle > input[type="checkbox"]:checked:active:after {
  left: 14px;
}
.fancy-toggle > input[type="checkbox"]:disabled, .fancy-toggle > input[type="checkbox"]:checked:disabled {
  border: 16px solid #e5e5e5;
}
.sq-form-required-field, .red-star {
  color: red;
}
.form-instructions {
  border: 2px solid #e8eef3;
}
.form-instructions p {
  padding: 10px 10px 0 35px;
}
.form-instructions p:first-child {
  padding: 10px 10px 10px 35px;
  margin: 0px 10px;
  border-bottom: 1px dotted #ccc;
  background: transparent url(/?a=70373) no-repeat left center;
}
.form-instructions ul li {
  margin: 3px 10px;
  padding-left: 10px;
}
.customised__form .form__feedback .save-confirmation, .customised__form .form__feedback .save-issues {
  font-weight: bold;
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .customised__form .form__feedback .save-confirmation, .customised__form .form__feedback .save-issues {
    padding: 2.333rem;
  }
}
.customised__form .form__contents {
  overflow-x: hidden;
}
.customised__form .form__contents > * > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.customised__form .form__contents .title {
  margin-bottom: 0;
  padding: 1rem 1rem 1.5rem;
}
.customised__form .form__contents .list-unstyled li, .customised__form .form__contents .form-group ul li {
  padding-left: 0;
  list-style: none;
}
.customised__form .form__contents .contents .form-check label {
  padding-top: 0;
}
.customised__form .form__contents .contents .bottom-bordered {
  border-bottom: 2px solid #e8eef3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.customised__form .form__contents .contents h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .customised__form .form__contents .title {
    padding: 2.333rem 2.333rem 1.5rem;
  }
  .customised__form .form__contents > * > * {
    padding-left: 3.333rem;
    padding-right: 3.333rem;
  }
}
.customised__form .form__contents .time-element {
  display: inline-block;
  width: 80px;
}
@media (max-width: 767px) {
  .customised__form .form__contents .time-element {
    width: 60px;
  }
}
.customised__form .form__contents .time-element-meridian {
  display: inline-block;
  width: 120px;
}
.customised__form .form__contents .date-element {
  display: inline-block;
  width: 30%;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .customised__form .form__contents .date-element.day-picker {
    width: 40%;
  }
  .customised__form .form__contents .date-element.month-picker {
    width: calc(60% - 9px);
    /** Double border, double spacing **/
  }
  .customised__form .form__contents .date-element.year-picker {
    width: 100%;
  }
}
.customised__form .form__contents legend.sq-form-question-title {
  font-size: inherit;
}
.customised__form .form__contents .footer {
  padding-top: 2.333rem;
  padding-bottom: 2.333rem;
}
.customised__form .form__contents .footer .footer__elements {
  text-align: right;
}
.silverpop-form select:-moz-placeholder {
  box-shadow: none !important;
}
.silverpop-form select:invalid {
  box-shadow: none !important;
}
.multi__page__form .page__list {
  list-style: none;
  padding-left: 0;
  border-right: 2px solid #e8eef3;
  background-color: white;
}
.multi__page__form .page__list li {
  color: #999;
  padding: 1.333rem;
  border-bottom: 2px solid #e8eef3;
}
.multi__page__form .page__list li.current {
  background: #0066b9;
  color: white;
}
@media (max-width: 767px) {
  .multi__page__form .page__list li {
    display: none;
  }
  .multi__page__form .page__list li.current {
    display: block;
  }
}
/**
 * Adjusts the standard squiz forms to nicer layout
 */
.customised__form__layout .sq-form-section-title {
  padding: 2.333rem 0 1.5rem;
  color: #373a3c;
}
.customised__form__layout .sq-form-question {
  margin-bottom: 0.5rem;
}
.customised__form__layout .sq-form-question::after {
  content: "";
  display: table;
  clear: both;
}
.customised__form__layout .sq-form-question > fieldset {
  width: 100%;
  position: relative;
}
.customised__form__layout .sq-form-question-text input, .customised__form__layout .sq-form-question-text textarea, .customised__form__layout .sq-form-question-text select, .customised__form__layout .sq-form-question-email-address input, .customised__form__layout .sq-form-question-email-address textarea, .customised__form__layout .sq-form-question-email-address select {
  width: 100%;
}
@media (min-width: 768px) {
  .customised__form__layout .sq-form-question-title {
    display: inline-block;
    width: 40%;
    float: left;
  }
  .customised__form__layout .sq-form-question-note {
    width: 59%;
    float: right;
    font-size: 95%;
  }
  .customised__form__layout .sq-form-question-answer {
    display: inline-block;
    width: 59%;
    float: right;
  }
}
@media (max-width: 767px) {
  .customised__form__layout .sq-form-section:first-child .sq-form-section-title {
    padding-top: 0;
  }
  .customised__form__layout .sq-form-section-title {
    padding: 1.333rem 0 0.5rem;
  }
  .customised__form__layout .sq-form-question-title {
    font-weight: bold;
  }
  .customised__form__layout .sq-form-question-note {
    display: block;
    font-size: 95%;
  }
}
.customised__form__layout legend.sq-form-question-title {
  float: left;
}
.customised__form__layout .sq-form-question-answer select {
  padding: 10.5px 65px 10.5px 1rem;
}
.customised__form__layout .sq-form-question-answer.has-danger .sq-form-field {
  border-color: #d9534f;
}
.customised__form__layout .sq-form-question-answer ul {
  padding-left: 0;
  list-style: none;
}
.customised__form__layout .sq-form-question-numeric input {
  width: auto;
}
@media (max-width: 767px) {
  .customised__form__layout .sq-form-upload .btn-upload {
    margin-top: 0.5rem;
    width: 100%;
  }
  .customised__form__layout .sq-form-upload .uploaded-file-name {
    width: 100%;
  }
}
.customised__form__layout .sq-form-question-datetime label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.customised__form__layout .sq-form-question-datetime input, .customised__form__layout .sq-form-question-datetime select {
  display: inline-block;
}
.customised__form__layout .sq-form-question-datetime .max-width-2 {
  width: 90px;
}
.customised__form__layout .sq-form-error {
  width: 100%;
  clear: both;
  text-align: right;
  color: #CC3333;
}
.enquiry-form-g, .long-form {
  padding: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.enquiry-form-g.enquiry-form-g-anchors a:focus, .long-form.enquiry-form-g-anchors a:focus {
  background-color: #0066b9;
  color: #FFFFFF;
  outline: none;
}
.enquiry-form-g.no-require-icons .sq-form-required-field, .long-form.no-require-icons .sq-form-required-field {
  visibility: hidden;
}
.enquiry-form-g.no-require-icons .sq-form-required-field-text, .long-form.no-require-icons .sq-form-required-field-text {
  visibility: hidden;
}
.enquiry-form-g .sq-form-required-field-text, .long-form .sq-form-required-field-text {
  color: #000000;
  font-style: italic;
  font-weight: 100;
  font-size: 0.9em;
}
.enquiry-form-g.panel-blue, .enquiry-form-g.panel-dark-blue, .long-form.panel-blue, .long-form.panel-dark-blue {
  margin-top: 1.5rem;
}
.enquiry-form-g.panel-blue .sq-form-submit, .enquiry-form-g.panel-blue input[type="submit"], .enquiry-form-g.panel-dark-blue .sq-form-submit, .enquiry-form-g.panel-dark-blue input[type="submit"], .long-form.panel-blue .sq-form-submit, .long-form.panel-blue input[type="submit"], .long-form.panel-dark-blue .sq-form-submit, .long-form.panel-dark-blue input[type="submit"] {
  background-color: white;
  color: #0066b9;
}
.enquiry-form-g.panel-blue .sq-form-submit:hover, .enquiry-form-g.panel-blue input[type="submit"]:hover, .enquiry-form-g.panel-dark-blue .sq-form-submit:hover, .enquiry-form-g.panel-dark-blue input[type="submit"]:hover, .long-form.panel-blue .sq-form-submit:hover, .long-form.panel-blue input[type="submit"]:hover, .long-form.panel-dark-blue .sq-form-submit:hover, .long-form.panel-dark-blue input[type="submit"]:hover {
  border: 2px solid #00467f;
  background-color: #00467f;
  color: white;
}
.enquiry-form-g.panel-blue .sq-form-submit:focus, .enquiry-form-g.panel-blue input[type="submit"]:focus, .enquiry-form-g.panel-dark-blue .sq-form-submit:focus, .enquiry-form-g.panel-dark-blue input[type="submit"]:focus, .long-form.panel-blue .sq-form-submit:focus, .long-form.panel-blue input[type="submit"]:focus, .long-form.panel-dark-blue .sq-form-submit:focus, .long-form.panel-dark-blue input[type="submit"]:focus {
  outline: 3px solid white !important;
  outline-offset: 0.2rem;
  transition: none;
}
.enquiry-form-g.panel-blue .sq-form-required-field-text, .enquiry-form-g.panel-dark-blue .sq-form-required-field-text, .long-form.panel-blue .sq-form-required-field-text, .long-form.panel-dark-blue .sq-form-required-field-text {
  color: white;
}
.enquiry-form-g.panel-blue .sq-form-field, .enquiry-form-g.panel-blue .form-control, .enquiry-form-g.panel-dark-blue .sq-form-field, .enquiry-form-g.panel-dark-blue .form-control, .long-form.panel-blue .sq-form-field, .long-form.panel-blue .form-control, .long-form.panel-dark-blue .sq-form-field, .long-form.panel-dark-blue .form-control {
  border-color: #e8eef3 !important;
}
.enquiry-form-g.panel-blue .sq-form-question-note, .enquiry-form-g.panel-blue .form-control-labels p, .enquiry-form-g.panel-dark-blue .sq-form-question-note, .enquiry-form-g.panel-dark-blue .form-control-labels p, .long-form.panel-blue .sq-form-question-note, .long-form.panel-blue .form-control-labels p, .long-form.panel-dark-blue .sq-form-question-note, .long-form.panel-dark-blue .form-control-labels p {
  color: #EEEEEE !important;
}
.enquiry-form-g.panel-blue .sq-form-error, .enquiry-form-g.panel-dark-blue .sq-form-error, .long-form.panel-blue .sq-form-error, .long-form.panel-dark-blue .sq-form-error {
  padding: 0;
  margin: 0;
}
.enquiry-form-g.panel-blue .sq-form-error:not(:empty), .enquiry-form-g.panel-dark-blue .sq-form-error:not(:empty), .long-form.panel-blue .sq-form-error:not(:empty), .long-form.panel-dark-blue .sq-form-error:not(:empty) {
  color: #B90015;
  background-color: #FAEDEF;
  width: auto;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 10px;
  margin-top: 0.5rem;
}
.enquiry-form-g.panel-blue .sq-form-section-title, .enquiry-form-g.panel-blue .section-title, .enquiry-form-g.panel-dark-blue .sq-form-section-title, .enquiry-form-g.panel-dark-blue .section-title, .long-form.panel-blue .sq-form-section-title, .long-form.panel-blue .section-title, .long-form.panel-dark-blue .sq-form-section-title, .long-form.panel-dark-blue .section-title {
  color: #FFFFFF;
}
.enquiry-form-g.panel-blue .sq-form-question-file-upload .sq-form-field, .enquiry-form-g.panel-dark-blue .sq-form-question-file-upload .sq-form-field, .long-form.panel-blue .sq-form-question-file-upload .sq-form-field, .long-form.panel-dark-blue .sq-form-question-file-upload .sq-form-field {
  color: white !important;
}
.enquiry-form-g.panel-blue .sq-form-question-answer input:not([type=radio]):focus, .enquiry-form-g.panel-blue .control-wrap input:not([type=radio]):focus, .enquiry-form-g.panel-dark-blue .sq-form-question-answer input:not([type=radio]):focus, .enquiry-form-g.panel-dark-blue .control-wrap input:not([type=radio]):focus, .long-form.panel-blue .sq-form-question-answer input:not([type=radio]):focus, .long-form.panel-blue .control-wrap input:not([type=radio]):focus, .long-form.panel-dark-blue .sq-form-question-answer input:not([type=radio]):focus, .long-form.panel-dark-blue .control-wrap input:not([type=radio]):focus {
  outline: 2px solid #e8eef3 !important;
}
.enquiry-form-g.panel-blue .sq-form-question-answer select:focus, .enquiry-form-g.panel-blue .control-wrap select:focus, .enquiry-form-g.panel-dark-blue .sq-form-question-answer select:focus, .enquiry-form-g.panel-dark-blue .control-wrap select:focus, .long-form.panel-blue .sq-form-question-answer select:focus, .long-form.panel-blue .control-wrap select:focus, .long-form.panel-dark-blue .sq-form-question-answer select:focus, .long-form.panel-dark-blue .control-wrap select:focus {
  outline: 2px solid #e8eef3 !important;
}
.enquiry-form-g.panel-blue .sq-form-question-answer textarea:focus, .enquiry-form-g.panel-blue .control-wrap textarea:focus, .enquiry-form-g.panel-dark-blue .sq-form-question-answer textarea:focus, .enquiry-form-g.panel-dark-blue .control-wrap textarea:focus, .long-form.panel-blue .sq-form-question-answer textarea:focus, .long-form.panel-blue .control-wrap textarea:focus, .long-form.panel-dark-blue .sq-form-question-answer textarea:focus, .long-form.panel-dark-blue .control-wrap textarea:focus {
  outline: 2px solid #e8eef3 !important;
}
.enquiry-form-g.panel-blue .sq-form-field, .enquiry-form-g.panel-blue .form-control, .enquiry-form-g.panel-blue input.sq-form-field[type="radio"] + label::before, .enquiry-form-g.panel-blue input.sq-form-field[type="radio"] + label::after, .enquiry-form-g.panel-dark-blue .sq-form-field, .enquiry-form-g.panel-dark-blue .form-control, .enquiry-form-g.panel-dark-blue input.sq-form-field[type="radio"] + label::before, .enquiry-form-g.panel-dark-blue input.sq-form-field[type="radio"] + label::after, .long-form.panel-blue .sq-form-field, .long-form.panel-blue .form-control, .long-form.panel-blue input.sq-form-field[type="radio"] + label::before, .long-form.panel-blue input.sq-form-field[type="radio"] + label::after, .long-form.panel-dark-blue .sq-form-field, .long-form.panel-dark-blue .form-control, .long-form.panel-dark-blue input.sq-form-field[type="radio"] + label::before, .long-form.panel-dark-blue input.sq-form-field[type="radio"] + label::after {
  border-color: #e8eef3 !important;
}
.enquiry-form-g .sq-form-section.width-60 .sq-form-question, .enquiry-form-g .sq-form-section.width-60 .form-group, .enquiry-form-g .form-section.width-60 .sq-form-question, .enquiry-form-g .form-section.width-60 .form-group, .long-form .sq-form-section.width-60 .sq-form-question, .long-form .sq-form-section.width-60 .form-group, .long-form .form-section.width-60 .sq-form-question, .long-form .form-section.width-60 .form-group {
  width: 60% !important;
}
@media (max-width: 991px) {
  .enquiry-form-g .sq-form-section.width-60 .sq-form-question, .enquiry-form-g .sq-form-section.width-60 .form-group, .enquiry-form-g .form-section.width-60 .sq-form-question, .enquiry-form-g .form-section.width-60 .form-group, .long-form .sq-form-section.width-60 .sq-form-question, .long-form .sq-form-section.width-60 .form-group, .long-form .form-section.width-60 .sq-form-question, .long-form .form-section.width-60 .form-group {
    width: 100% !important;
  }
}
.enquiry-form-g .sq-form-section:first-of-type .sq-form-section-title, .enquiry-form-g .sq-form-section:first-of-type .section-title, .enquiry-form-g .form-section:first-of-type .sq-form-section-title, .enquiry-form-g .form-section:first-of-type .section-title, .long-form .sq-form-section:first-of-type .sq-form-section-title, .long-form .sq-form-section:first-of-type .section-title, .long-form .form-section:first-of-type .sq-form-section-title, .long-form .form-section:first-of-type .section-title {
  padding-top: 1rem;
}
.enquiry-form-g .sq-form-section .sq-form-question, .enquiry-form-g .sq-form-section .form-group, .enquiry-form-g .form-section .sq-form-question, .enquiry-form-g .form-section .form-group, .long-form .sq-form-section .sq-form-question, .long-form .sq-form-section .form-group, .long-form .form-section .sq-form-question, .long-form .form-section .form-group {
  width: 50% !important;
  margin-bottom: 2rem;
}
.enquiry-form-g .sq-form-section .sq-form-question:last-child, .enquiry-form-g .sq-form-section .form-group:last-child, .enquiry-form-g .form-section .sq-form-question:last-child, .enquiry-form-g .form-section .form-group:last-child, .long-form .sq-form-section .sq-form-question:last-child, .long-form .sq-form-section .form-group:last-child, .long-form .form-section .sq-form-question:last-child, .long-form .form-section .form-group:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .enquiry-form-g .sq-form-section .sq-form-question, .enquiry-form-g .sq-form-section .form-group, .enquiry-form-g .form-section .sq-form-question, .enquiry-form-g .form-section .form-group, .long-form .sq-form-section .sq-form-question, .long-form .sq-form-section .form-group, .long-form .form-section .sq-form-question, .long-form .form-section .form-group {
    width: 100% !important;
  }
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-answer input:not([type=radio]), .enquiry-form-g .sq-form-section .sq-form-question .control-wrap input:not([type=radio]), .enquiry-form-g .sq-form-section .form-group .sq-form-question-answer input:not([type=radio]), .enquiry-form-g .sq-form-section .form-group .control-wrap input:not([type=radio]), .enquiry-form-g .form-section .sq-form-question .sq-form-question-answer input:not([type=radio]), .enquiry-form-g .form-section .sq-form-question .control-wrap input:not([type=radio]), .enquiry-form-g .form-section .form-group .sq-form-question-answer input:not([type=radio]), .enquiry-form-g .form-section .form-group .control-wrap input:not([type=radio]), .long-form .sq-form-section .sq-form-question .sq-form-question-answer input:not([type=radio]), .long-form .sq-form-section .sq-form-question .control-wrap input:not([type=radio]), .long-form .sq-form-section .form-group .sq-form-question-answer input:not([type=radio]), .long-form .sq-form-section .form-group .control-wrap input:not([type=radio]), .long-form .form-section .sq-form-question .sq-form-question-answer input:not([type=radio]), .long-form .form-section .sq-form-question .control-wrap input:not([type=radio]), .long-form .form-section .form-group .sq-form-question-answer input:not([type=radio]), .long-form .form-section .form-group .control-wrap input:not([type=radio]) {
  height: 3.5rem;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-answer input:not([type=radio]):focus, .enquiry-form-g .sq-form-section .sq-form-question .control-wrap input:not([type=radio]):focus, .enquiry-form-g .sq-form-section .form-group .sq-form-question-answer input:not([type=radio]):focus, .enquiry-form-g .sq-form-section .form-group .control-wrap input:not([type=radio]):focus, .enquiry-form-g .form-section .sq-form-question .sq-form-question-answer input:not([type=radio]):focus, .enquiry-form-g .form-section .sq-form-question .control-wrap input:not([type=radio]):focus, .enquiry-form-g .form-section .form-group .sq-form-question-answer input:not([type=radio]):focus, .enquiry-form-g .form-section .form-group .control-wrap input:not([type=radio]):focus, .long-form .sq-form-section .sq-form-question .sq-form-question-answer input:not([type=radio]):focus, .long-form .sq-form-section .sq-form-question .control-wrap input:not([type=radio]):focus, .long-form .sq-form-section .form-group .sq-form-question-answer input:not([type=radio]):focus, .long-form .sq-form-section .form-group .control-wrap input:not([type=radio]):focus, .long-form .form-section .sq-form-question .sq-form-question-answer input:not([type=radio]):focus, .long-form .form-section .sq-form-question .control-wrap input:not([type=radio]):focus, .long-form .form-section .form-group .sq-form-question-answer input:not([type=radio]):focus, .long-form .form-section .form-group .control-wrap input:not([type=radio]):focus {
  outline: 3px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-answer select, .enquiry-form-g .sq-form-section .sq-form-question .control-wrap select, .enquiry-form-g .sq-form-section .form-group .sq-form-question-answer select, .enquiry-form-g .sq-form-section .form-group .control-wrap select, .enquiry-form-g .form-section .sq-form-question .sq-form-question-answer select, .enquiry-form-g .form-section .sq-form-question .control-wrap select, .enquiry-form-g .form-section .form-group .sq-form-question-answer select, .enquiry-form-g .form-section .form-group .control-wrap select, .long-form .sq-form-section .sq-form-question .sq-form-question-answer select, .long-form .sq-form-section .sq-form-question .control-wrap select, .long-form .sq-form-section .form-group .sq-form-question-answer select, .long-form .sq-form-section .form-group .control-wrap select, .long-form .form-section .sq-form-question .sq-form-question-answer select, .long-form .form-section .sq-form-question .control-wrap select, .long-form .form-section .form-group .sq-form-question-answer select, .long-form .form-section .form-group .control-wrap select {
  height: 3.5rem !important;
  background-position: calc(100% - 14px) 17px, 100% 0;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-answer select:focus, .enquiry-form-g .sq-form-section .sq-form-question .control-wrap select:focus, .enquiry-form-g .sq-form-section .form-group .sq-form-question-answer select:focus, .enquiry-form-g .sq-form-section .form-group .control-wrap select:focus, .enquiry-form-g .form-section .sq-form-question .sq-form-question-answer select:focus, .enquiry-form-g .form-section .sq-form-question .control-wrap select:focus, .enquiry-form-g .form-section .form-group .sq-form-question-answer select:focus, .enquiry-form-g .form-section .form-group .control-wrap select:focus, .long-form .sq-form-section .sq-form-question .sq-form-question-answer select:focus, .long-form .sq-form-section .sq-form-question .control-wrap select:focus, .long-form .sq-form-section .form-group .sq-form-question-answer select:focus, .long-form .sq-form-section .form-group .control-wrap select:focus, .long-form .form-section .sq-form-question .sq-form-question-answer select:focus, .long-form .form-section .sq-form-question .control-wrap select:focus, .long-form .form-section .form-group .sq-form-question-answer select:focus, .long-form .form-section .form-group .control-wrap select:focus {
  outline: 3px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-answer textarea:focus, .enquiry-form-g .sq-form-section .sq-form-question .control-wrap textarea:focus, .enquiry-form-g .sq-form-section .form-group .sq-form-question-answer textarea:focus, .enquiry-form-g .sq-form-section .form-group .control-wrap textarea:focus, .enquiry-form-g .form-section .sq-form-question .sq-form-question-answer textarea:focus, .enquiry-form-g .form-section .sq-form-question .control-wrap textarea:focus, .enquiry-form-g .form-section .form-group .sq-form-question-answer textarea:focus, .enquiry-form-g .form-section .form-group .control-wrap textarea:focus, .long-form .sq-form-section .sq-form-question .sq-form-question-answer textarea:focus, .long-form .sq-form-section .sq-form-question .control-wrap textarea:focus, .long-form .sq-form-section .form-group .sq-form-question-answer textarea:focus, .long-form .sq-form-section .form-group .control-wrap textarea:focus, .long-form .form-section .sq-form-question .sq-form-question-answer textarea:focus, .long-form .form-section .sq-form-question .control-wrap textarea:focus, .long-form .form-section .form-group .sq-form-question-answer textarea:focus, .long-form .form-section .form-group .control-wrap textarea:focus {
  outline: 3px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-tickbox-list ul, .enquiry-form-g .sq-form-section .form-group.sq-form-question-tickbox-list ul, .enquiry-form-g .form-section .sq-form-question.sq-form-question-tickbox-list ul, .enquiry-form-g .form-section .form-group.sq-form-question-tickbox-list ul, .long-form .sq-form-section .sq-form-question.sq-form-question-tickbox-list ul, .long-form .sq-form-section .form-group.sq-form-question-tickbox-list ul, .long-form .form-section .sq-form-question.sq-form-question-tickbox-list ul, .long-form .form-section .form-group.sq-form-question-tickbox-list ul {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-tickbox-list ul li, .enquiry-form-g .sq-form-section .form-group.sq-form-question-tickbox-list ul li, .enquiry-form-g .form-section .sq-form-question.sq-form-question-tickbox-list ul li, .enquiry-form-g .form-section .form-group.sq-form-question-tickbox-list ul li, .long-form .sq-form-section .sq-form-question.sq-form-question-tickbox-list ul li, .long-form .sq-form-section .form-group.sq-form-question-tickbox-list ul li, .long-form .form-section .sq-form-question.sq-form-question-tickbox-list ul li, .long-form .form-section .form-group.sq-form-question-tickbox-list ul li {
  display: flex;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-tickbox-list ul li input[type="checkbox"], .enquiry-form-g .sq-form-section .form-group.sq-form-question-tickbox-list ul li input[type="checkbox"], .enquiry-form-g .form-section .sq-form-question.sq-form-question-tickbox-list ul li input[type="checkbox"], .enquiry-form-g .form-section .form-group.sq-form-question-tickbox-list ul li input[type="checkbox"], .long-form .sq-form-section .sq-form-question.sq-form-question-tickbox-list ul li input[type="checkbox"], .long-form .sq-form-section .form-group.sq-form-question-tickbox-list ul li input[type="checkbox"], .long-form .form-section .sq-form-question.sq-form-question-tickbox-list ul li input[type="checkbox"], .long-form .form-section .form-group.sq-form-question-tickbox-list ul li input[type="checkbox"] {
  margin-right: 1rem;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-title, .enquiry-form-g .sq-form-section .sq-form-question .form-control-labels label, .enquiry-form-g .sq-form-section .form-group .sq-form-question-title, .enquiry-form-g .sq-form-section .form-group .form-control-labels label, .enquiry-form-g .form-section .sq-form-question .sq-form-question-title, .enquiry-form-g .form-section .sq-form-question .form-control-labels label, .enquiry-form-g .form-section .form-group .sq-form-question-title, .enquiry-form-g .form-section .form-group .form-control-labels label, .long-form .sq-form-section .sq-form-question .sq-form-question-title, .long-form .sq-form-section .sq-form-question .form-control-labels label, .long-form .sq-form-section .form-group .sq-form-question-title, .long-form .sq-form-section .form-group .form-control-labels label, .long-form .form-section .sq-form-question .sq-form-question-title, .long-form .form-section .sq-form-question .form-control-labels label, .long-form .form-section .form-group .sq-form-question-title, .long-form .form-section .form-group .form-control-labels label {
  font-size: 17px !important;
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.5rem !important;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-option-list .sq-form-question-title, .enquiry-form-g .sq-form-section .form-group.sq-form-question-option-list .sq-form-question-title, .enquiry-form-g .form-section .sq-form-question.sq-form-question-option-list .sq-form-question-title, .enquiry-form-g .form-section .form-group.sq-form-question-option-list .sq-form-question-title, .long-form .sq-form-section .sq-form-question.sq-form-question-option-list .sq-form-question-title, .long-form .sq-form-section .form-group.sq-form-question-option-list .sq-form-question-title, .long-form .form-section .sq-form-question.sq-form-question-option-list .sq-form-question-title, .long-form .form-section .form-group.sq-form-question-option-list .sq-form-question-title {
  margin-bottom: 1rem !important;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div, .enquiry-form-g .sq-form-section .form-group.sq-form-question-option-list .sq-form-question-answer div, .enquiry-form-g .form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div, .enquiry-form-g .form-section .form-group.sq-form-question-option-list .sq-form-question-answer div, .long-form .sq-form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div, .long-form .sq-form-section .form-group.sq-form-question-option-list .sq-form-question-answer div, .long-form .form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div, .long-form .form-section .form-group.sq-form-question-option-list .sq-form-question-answer div {
  margin-bottom: 1rem;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div:last-child, .enquiry-form-g .sq-form-section .form-group.sq-form-question-option-list .sq-form-question-answer div:last-child, .enquiry-form-g .form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div:last-child, .enquiry-form-g .form-section .form-group.sq-form-question-option-list .sq-form-question-answer div:last-child, .long-form .sq-form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div:last-child, .long-form .sq-form-section .form-group.sq-form-question-option-list .sq-form-question-answer div:last-child, .long-form .form-section .sq-form-question.sq-form-question-option-list .sq-form-question-answer div:last-child, .long-form .form-section .form-group.sq-form-question-option-list .sq-form-question-answer div:last-child {
  margin-bottom: 0;
}
.enquiry-form-g .sq-form-section .sq-form-question.sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .sq-form-section .form-group.sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .sq-form-section .form-group .sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .form-section .sq-form-question.sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .form-section .sq-form-question .sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .form-section .form-group.sq-form-question-datetime .sq-form-question-answer select, .enquiry-form-g .form-section .form-group .sq-form-question-datetime .sq-form-question-answer select, .long-form .sq-form-section .sq-form-question.sq-form-question-datetime .sq-form-question-answer select, .long-form .sq-form-section .sq-form-question .sq-form-question-datetime .sq-form-question-answer select, .long-form .sq-form-section .form-group.sq-form-question-datetime .sq-form-question-answer select, .long-form .sq-form-section .form-group .sq-form-question-datetime .sq-form-question-answer select, .long-form .form-section .sq-form-question.sq-form-question-datetime .sq-form-question-answer select, .long-form .form-section .sq-form-question .sq-form-question-datetime .sq-form-question-answer select, .long-form .form-section .form-group.sq-form-question-datetime .sq-form-question-answer select, .long-form .form-section .form-group .sq-form-question-datetime .sq-form-question-answer select {
  margin-right: 1rem;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-note, .enquiry-form-g .sq-form-section .sq-form-question .form-control-labels p, .enquiry-form-g .sq-form-section .form-group .sq-form-question-note, .enquiry-form-g .sq-form-section .form-group .form-control-labels p, .enquiry-form-g .form-section .sq-form-question .sq-form-question-note, .enquiry-form-g .form-section .sq-form-question .form-control-labels p, .enquiry-form-g .form-section .form-group .sq-form-question-note, .enquiry-form-g .form-section .form-group .form-control-labels p, .long-form .sq-form-section .sq-form-question .sq-form-question-note, .long-form .sq-form-section .sq-form-question .form-control-labels p, .long-form .sq-form-section .form-group .sq-form-question-note, .long-form .sq-form-section .form-group .form-control-labels p, .long-form .form-section .sq-form-question .sq-form-question-note, .long-form .form-section .sq-form-question .form-control-labels p, .long-form .form-section .form-group .sq-form-question-note, .long-form .form-section .form-group .form-control-labels p {
  float: left;
  width: 100%;
  color: #666666;
  margin-bottom: 0.5rem;
}
.enquiry-form-g .sq-form-section .sq-form-question .sq-form-question-answer, .enquiry-form-g .sq-form-section .sq-form-question .control-wrap, .enquiry-form-g .sq-form-section .form-group .sq-form-question-answer, .enquiry-form-g .sq-form-section .form-group .control-wrap, .enquiry-form-g .form-section .sq-form-question .sq-form-question-answer, .enquiry-form-g .form-section .sq-form-question .control-wrap, .enquiry-form-g .form-section .form-group .sq-form-question-answer, .enquiry-form-g .form-section .form-group .control-wrap, .long-form .sq-form-section .sq-form-question .sq-form-question-answer, .long-form .sq-form-section .sq-form-question .control-wrap, .long-form .sq-form-section .form-group .sq-form-question-answer, .long-form .sq-form-section .form-group .control-wrap, .long-form .form-section .sq-form-question .sq-form-question-answer, .long-form .form-section .sq-form-question .control-wrap, .long-form .form-section .form-group .sq-form-question-answer, .long-form .form-section .form-group .control-wrap {
  width: 100%;
}
.enquiry-form-g .sq-form-submit, .enquiry-form-g .sq-form-reset, .enquiry-form-g input[type="submit"], .long-form .sq-form-submit, .long-form .sq-form-reset, .long-form input[type="submit"] {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  transition: 0.3s;
  padding: 1rem 4rem;
  margin-top: 2rem !important;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
@media (max-width: 767px) {
  .enquiry-form-g .sq-form-submit, .enquiry-form-g .sq-form-reset, .enquiry-form-g input[type="submit"], .long-form .sq-form-submit, .long-form .sq-form-reset, .long-form input[type="submit"] {
    margin: 0;
    width: 100%;
  }
}
.enquiry-form-g .sq-form-submit:hover, .enquiry-form-g .sq-form-reset:hover, .enquiry-form-g input[type="submit"]:hover, .long-form .sq-form-submit:hover, .long-form .sq-form-reset:hover, .long-form input[type="submit"]:hover {
  border: 2px solid #00467f;
  background-color: #00467f;
  color: white;
}
.enquiry-form-g .sq-form-submit:focus, .enquiry-form-g .sq-form-reset:focus, .enquiry-form-g input[type="submit"]:focus, .long-form .sq-form-submit:focus, .long-form .sq-form-reset:focus, .long-form input[type="submit"]:focus {
  outline: 3px solid #0066b9 !important;
  outline-offset: 0.2rem;
  transition: none;
}
.enquiry-form-g .sq-form-submit.white-border, .enquiry-form-g .sq-form-reset.white-border, .enquiry-form-g input[type="submit"].white-border, .long-form .sq-form-submit.white-border, .long-form .sq-form-reset.white-border, .long-form input[type="submit"].white-border {
  border: 2px solid white;
}
.enquiry-form-g .sq-form-submit.invert, .enquiry-form-g .sq-form-reset.invert, .enquiry-form-g input[type="submit"].invert, .long-form .sq-form-submit.invert, .long-form .sq-form-reset.invert, .long-form input[type="submit"].invert {
  margin-top: 1rem !important;
  background-color: white;
  color: #0066b9;
}
.enquiry-form-g .sq-form-submit.invert:hover, .enquiry-form-g .sq-form-reset.invert:hover, .enquiry-form-g input[type="submit"].invert:hover, .long-form .sq-form-submit.invert:hover, .long-form .sq-form-reset.invert:hover, .long-form input[type="submit"].invert:hover {
  border: 2px solid #00467f;
  background-color: #00467f;
  color: white;
}
.enquiry-form-g .sq-form-submit.invert:focus, .enquiry-form-g .sq-form-reset.invert:focus, .enquiry-form-g input[type="submit"].invert:focus, .long-form .sq-form-submit.invert:focus, .long-form .sq-form-reset.invert:focus, .long-form input[type="submit"].invert:focus {
  outline: 3px solid white !important;
  outline-offset: 0.2rem;
  transition: none;
}
.enquiry-form-g .container, .long-form .container {
  padding: 0 15px 2rem;
}
.enquiry-form-g .sq-form-section-title, .enquiry-form-g .section-title, .long-form .sq-form-section-title, .long-form .section-title {
  color: #0066b9;
  padding: 2.5rem 0 2rem;
  margin-bottom: 0;
}
.enquiry-form-g #error-box, .long-form #error-box {
  background-color: #FCF8F8;
  border: 1px solid #CC3333;
  color: #CC3333;
  display: none;
  margin-top: 1rem;
}
.enquiry-form-g #error-box .error-number, .long-form #error-box .error-number {
  padding: 1rem 1rem 0.5rem 2rem;
  margin-bottom: 0;
  font-size: 17px;
  color: #cc3333;
  font-weight: bold;
  line-height: 24px;
}
.enquiry-form-g #error-box a, .long-form #error-box a {
  color: #cc3333;
  text-decoration: underline;
}
.enquiry-form-g #error-box a :hover, .long-form #error-box a :hover {
  text-decoration: none;
}
.enquiry-form-g .sq-form-errors, .long-form .sq-form-errors {
  color: #CC3333;
}
.enquiry-form-g .sq-form-error, .long-form .sq-form-error {
  margin: 0;
  padding: 0;
}
.enquiry-form-g .sq-form-error:not(:empty), .long-form .sq-form-error:not(:empty) {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
.enquiry-form-g .sq-form-question-error .sq-form-field, .enquiry-form-g .sq-form-question-error input.sq-form-field[type="radio"] + label::before, .enquiry-form-g .sq-form-question-error input.sq-form-field[type="radio"] + label::after, .long-form .sq-form-question-error .sq-form-field, .long-form .sq-form-question-error input.sq-form-field[type="radio"] + label::before, .long-form .sq-form-question-error input.sq-form-field[type="radio"] + label::after {
  border-color: #d9534f !important;
}
.enquiry-form-g .container, .long-form .container {
  overflow: hidden;
}
.enquiry-form-g .sq-form-question-tickbox-list label::before, .long-form .sq-form-question-tickbox-list label::before {
  border: 1px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-field, .enquiry-form-g .form-control, .long-form .sq-form-field, .long-form .form-control {
  border: 1px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-field::-webkit-input-placeholder, .enquiry-form-g .form-control::-webkit-input-placeholder, .long-form .sq-form-field::-webkit-input-placeholder, .long-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #666 !important;
}
.enquiry-form-g .sq-form-field:-ms-input-placeholder, .enquiry-form-g .form-control:-ms-input-placeholder, .long-form .sq-form-field:-ms-input-placeholder, .long-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}
.enquiry-form-g .sq-form-field::placeholder, .enquiry-form-g .form-control::placeholder, .long-form .sq-form-field::placeholder, .long-form .form-control::placeholder {
  color: #666 !important;
}
.enquiry-form-g .sq-form-field[disabled], .enquiry-form-g .form-control[disabled], .long-form .sq-form-field[disabled], .long-form .form-control[disabled] {
  opacity: 0.8;
}
.enquiry-form-g .sq-form-field.lighter-placeholder::-webkit-input-placeholder, .enquiry-form-g .form-control.lighter-placeholder::-webkit-input-placeholder, .long-form .sq-form-field.lighter-placeholder::-webkit-input-placeholder, .long-form .form-control.lighter-placeholder::-webkit-input-placeholder {
  /* Edge */
  color: #888 !important;
}
.enquiry-form-g .sq-form-field.lighter-placeholder:-ms-input-placeholder, .enquiry-form-g .form-control.lighter-placeholder:-ms-input-placeholder, .long-form .sq-form-field.lighter-placeholder:-ms-input-placeholder, .long-form .form-control.lighter-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888 !important;
}
.enquiry-form-g .sq-form-field.lighter-placeholder::placeholder, .enquiry-form-g .form-control.lighter-placeholder::placeholder, .long-form .sq-form-field.lighter-placeholder::placeholder, .long-form .form-control.lighter-placeholder::placeholder {
  color: #888 !important;
}
.enquiry-form-g .sq-form-question-option-list .sq-form-question-answer ul li, .long-form .sq-form-question-option-list .sq-form-question-answer ul li {
  text-align: left;
}
.enquiry-form-g .sq-form-question-select select.sq-form-field, .long-form .sq-form-question-select select.sq-form-field {
  width: 100%;
}
.enquiry-form-g input.sq-form-field[type="radio"] + label::before, .enquiry-form-g input.form-control[type="radio"] + label::before, .enquiry-form-g .customised__form__layout .sq-form-question-answer input[type="radio"] + label::before, .customised__form__layout .sq-form-question-answer .enquiry-form-g input[type="radio"] + label::before, .long-form input.sq-form-field[type="radio"] + label::before, .long-form input.form-control[type="radio"] + label::before, .long-form .customised__form__layout .sq-form-question-answer input[type="radio"] + label::before, .customised__form__layout .sq-form-question-answer .long-form input[type="radio"] + label::before {
  border: 1px solid #0066b9 !important;
}
.enquiry-form-g input.sq-form-field[type="checkbox"] + label::after, .enquiry-form-g input.form-control[type="checkbox"] + label::after, .enquiry-form-g .customised__form__layout .sq-form-question-answer input[type="checkbox"] + label::after, .customised__form__layout .sq-form-question-answer .enquiry-form-g input[type="checkbox"] + label::after, .long-form input.sq-form-field[type="checkbox"] + label::after, .long-form input.form-control[type="checkbox"] + label::after, .long-form .customised__form__layout .sq-form-question-answer input[type="checkbox"] + label::after, .customised__form__layout .sq-form-question-answer .long-form input[type="checkbox"] + label::after {
  top: calc(50% + 2.5px) !important;
}
.enquiry-form-g .sq-form-question-answer select:not([multiple]):hover, .long-form .sq-form-question-answer select:not([multiple]):hover {
  background-image: url("//www.qut.edu.au/__data/assets/file/0005/709052/arrow-down.svg"), linear-gradient(to right, #e8eef3, #e8eef3) !important;
}
.enquiry-form-g .sq-form-question-option-list input + label::before, .enquiry-form-g .sq-form-question-tickbox-list input + label::before, .long-form .sq-form-question-option-list input + label::before, .long-form .sq-form-question-tickbox-list input + label::before {
  border: 1px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-question-option-list input[type=radio]:focus + label::before, .enquiry-form-g .sq-form-question-tickbox-list input[type=radio]:focus + label::before, .long-form .sq-form-question-option-list input[type=radio]:focus + label::before, .long-form .sq-form-question-tickbox-list input[type=radio]:focus + label::before {
  border: 3px solid #0066b9 !important;
}
.enquiry-form-g .sq-form-question-option-list input[type=checkbox]:focus + label::before, .enquiry-form-g .sq-form-question-tickbox-list input[type=checkbox]:focus + label::before, .long-form .sq-form-question-option-list input[type=checkbox]:focus + label::before, .long-form .sq-form-question-tickbox-list input[type=checkbox]:focus + label::before {
  border: 3px solid #0066b9 !important;
}
.enquiry-form-g .error-insert:focus, .long-form .error-insert:focus {
  background-color: #CC3333;
  color: #FFFFFF !important;
  outline: none;
}
.enquiry-form-g .btnSubmitted, .enquiry-form-g .btnSubmitted:hover, .enquiry-form-g .long-form .btnSubmitted:hover, .long-form .enquiry-form-g .btnSubmitted:hover, .long-form .btnSubmitted, .long-form .btnSubmitted:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.enquiry-form-g .multiSelectDisplay, .long-form .multiSelectDisplay {
  border-radius: 0;
  padding: 0.5rem;
  font-size: 16px;
  min-height: 32px;
  color: #373a3c;
}
.enquiry-form-g .multiSelectInput, .long-form .multiSelectInput {
  margin-bottom: 1rem;
  width: 75% !important;
}
.enquiry-form-g .multiSelectInput::placeholder, .long-form .multiSelectInput::placeholder {
  color: #777777 !important;
}
.enquiry-form-g .multiSelectButton, .long-form .multiSelectButton {
  width: 20% !important;
  margin-left: 1rem;
  display: inline-block;
  border: none !important;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.enquiry-form-g .multiSelectCard, .long-form .multiSelectCard {
  margin: 0 5px 5px 0;
  padding: 0.5rem 3rem 0.5rem 1rem;
  position: relative;
  display: inline-block;
  border: 1px solid #0066b9;
  border-radius: 20px;
}
.enquiry-form-g .multiSelectCardButton, .long-form .multiSelectCardButton {
  border-radius: 20px !important;
  border: none !important;
  padding: 0.5rem 1rem !important;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  display: inline-block;
  height: 36px !important;
  cursor: pointer;
}
.form-debug-display {
  background-color: #F7E4A1;
  border: 2px solid #efcb43;
  color: #7C5013;
  padding: 0.7em;
}
.form-debug-display table tr {
  border-top: 2px solid #efcb43;
}
.form-debug-display h3.hidden-fields-heading, .form-debug-display .customised__form__layout .hidden-fields-heading.sq-form-section-title, .customised__form__layout .form-debug-display .hidden-fields-heading.sq-form-section-title {
  color: #7C5013;
}
.full-panel.centered .form-debug-display li p, .full-panel.centered .form-debug-display div, .full-panel.centered .form-debug-display h3, .full-panel.centered .form-debug-display .customised__form__layout .sq-form-section-title, .customised__form__layout .full-panel.centered .form-debug-display .sq-form-section-title {
  text-align: left !important;
  justify-content: left !important;
}
.form-debug-display .form-debug-display-item .bold {
  font-weight: bold;
}
/**
 * Research style articles
 */
.news-image {
  border: 1px solid #e9edf1;
  background: #F2F6F9;
}
.news-image img {
  width: 100%;
}
.news-image figcaption {
  padding: 10px 15px;
}
.news__article {
  padding-bottom: 3rem;
}
.news__article__feature {
  width: 100%;
  margin-bottom: 1rem;
}
.news__article.share-bottom .col-lg-11.share-bottom {
  flex: 0 0 100%;
  max-width: 100%;
}
.news__article.share-bottom .news-share-icons {
  flex: 0 0 100%;
  max-width: 100%;
}
.news__article.share-top .panel-content .row {
  position: relative;
}
.news__article.share-top .col-lg-11.share-top {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
}
.news__article.share-top .news-share-icons {
  position: absolute;
  left: 0;
  top: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.news__article img {
  max-width: 100%;
}
.news__article .image-left {
  float: left;
  margin: 0 1rem 0 0;
}
.news__article .image-right {
  float: right;
  margin: 0 0 0 1rem;
}
.news__article .image-center {
  text-align: center;
}
.news__article .news-date {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #e8eef3;
  font-size: 95%;
  color: #888;
}
.news__article .share-icon-test {
  display: inline-block;
  margin-bottom: 5px;
}
.news__article .share-icon-test::before {
  content: "";
  background-color: #0077B5;
  height: 32px;
  width: 32px;
  color: white;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
}
.news__article .share-icon-test:hover::before {
  transform: scale(1.05);
}
.news__article .share-icon {
  display: inline-block;
  margin-bottom: 5px;
}
.news__article .share-icon img {
  transition: 0.3s;
  margin-top: 0;
  margin-bottom: 0;
}
.news__article .share-icon:hover {
  text-decoration: none;
}
.news__article .share-icon:hover img {
  transform: scale(1.05);
}
.news__article blockquote {
  font-size: 1.25rem;
  margin: 1.7rem 1rem 1.7rem 1rem;
  padding: 0px;
  text-align: center;
}
.news__article .play-icon {
  position: relative;
  display: block;
}
.news__article .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
}
.news__article .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
}
@media (min-width: 992px) {
  .news__corporatelist {
    margin-right: 1rem;
  }
}
.news__corporatelist__feature {
  margin-bottom: 3rem;
}
.news__corporatelist__feature .news__result__date {
  left: 2rem;
  bottom: 3rem;
}
.news__corporatelist__feature__content {
  position: relative;
  padding: 2rem;
  background: #e8eef3;
}
.news__corporatelist__feature__content h2 {
  background-color: #0066b9;
  padding: 1rem 2rem;
  margin-top: -4rem;
}
.news__corporatelist__feature__content h2 a {
  color: white;
}
.news__corporatelist__featurewrap {
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  om: 2px dotted #e8eef3;
}
@media (max-width: 640px) {
  .news__corporatelist__subfeature {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .news__corporatelist__subfeature .subfeature-item {
    margin-bottom: 1rem;
  }
}
.news__corporatelist__listing__block {
  margin-bottom: 2.5rem;
  border-bottom: 2px dotted #e8eef3;
}
.more-news-results {
  border-bottom: 2px dotted #e8eef3;
  padding-bottom: 2rem;
}
.news__result__imagewrap {
  position: relative;
}
.news__result__date {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(0, 102, 185, 0.9);
  color: white;
  padding: 0.33rem 1rem;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.news__result__item {
  margin-bottom: 3.5rem;
}
.news__result__item .news__result__date {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
  bottom: 0;
  left: 0;
}
.news__result img {
  width: 100%;
}
.news__result a {
  text-decoration: underline;
}
.news__result a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #sub-article-shares {
    display: none;
  }
}
#sidebar-real-focus-feature-stories a:last-child {
  margin-bottom: 0 !important;
}
.news__searchbox {
  display: flex;
  position: relative;
  z-index: 1;
}
.news__searchbox__input {
  height: 50px;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 20.5px;
}
.news__searchbox__input::placeholder {
  color: #666;
  opacity: 1;
}
.news__searchbox__input--grey-border {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.news__searchbox__submit {
  background-color: #0066b9;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
}
.news__searchbox__submit:hover {
  background-color: #00467f;
}
.news__searchbox__submit--gray {
  background-color: #e8eef3;
}
.news__searchbox__submit--gray:hover {
  background-color: #c6d5e2;
}
.news__searchbox__input {
  border: 2px solid #e8eef3;
  border-right: 0;
}
/******** Right column ********/
#news-right-col {
  margin-bottom: 1rem;
}
.news__box {
  margin-top: 3rem;
}
.news__box__image {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
}
.news__box__image--16x9 {
  padding-bottom: 56.25%;
}
.news__box__heading {
  background-color: #e8eef3;
  background: #e8eef3;
  margin-top: calc(-2.25rem - 22px/2);
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.25rem;
  display: block;
  /*h3, h4 {
            background: $colour-primary-light;
            display: inline;
            padding: 0.75rem 1.25rem;
        }*/
}
.news__box__heading h3, .news__box__heading .customised__form__layout .sq-form-section-title, .customised__form__layout .news__box__heading .sq-form-section-title, .news__box__heading h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.news__box__contents {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 2px solid #e8eef3;
  padding: 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.news__box__contents--white-background {
  background-color: #fff;
  color: #373a3c;
  border: 0;
}
.news__box__contents p, .news__box__contents a {
  font-size: 90%;
}
.news__box--blue-outline .news__box__heading {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.news__box--blue-outline .news__box__heading h2, .news__box--blue-outline .news__box__heading h3, .news__box--blue-outline .news__box__heading .customised__form__layout .sq-form-section-title, .customised__form__layout .news__box--blue-outline .news__box__heading .sq-form-section-title, .news__box--blue-outline .news__box__heading h4, .news__box--blue-outline .news__box__heading a {
  color: white;
}
.news__box--blue-outline .news__box__contents {
  border: 2px solid #0066b9;
}
.news__box.blue-box .news__box__heading {
  background-color: #00467f;
  background: #00467f;
  color: white;
}
.news__box.blue-box .news__box__heading h2, .news__box.blue-box .news__box__heading h3, .news__box.blue-box .news__box__heading .customised__form__layout .sq-form-section-title, .customised__form__layout .news__box.blue-box .news__box__heading .sq-form-section-title, .news__box.blue-box .news__box__heading h4, .news__box.blue-box .news__box__heading a {
  color: white;
}
.news__box.blue-box .news__box__contents {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.news__box.blue-box .news__box__text-wrap a, .news__box.blue-box .news__box__text-wrap a:focus, .news__box.blue-box .news__box__text-wrap a:visited {
  color: white;
}
.news__box .play-icon {
  position: relative;
}
.news__box .play-icon::before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 35px;
  left: 75px;
  border-radius: 25px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
}
.news__box .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
}
.right-column-box.news h3, .right-column-box.news .customised__form__layout .sq-form-section-title, .customised__form__layout .right-column-box.news .sq-form-section-title {
  margin-bottom: 1.5rem;
  padding: 1rem 1.66rem;
  background-color: #e8eef3;
  display: table;
}
.right-column-box.news .news-date {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.right-column-box.news .event-date {
  padding: 0.25rem;
  margin: 0.333rem 0;
  line-height: 18px;
  border-bottom: 1px solid #e8eef3;
  border-top: 1px solid #e8eef3;
}
.right-column-box.news a {
  text-decoration: underline;
}
/*#news-right-col {
    @media (max-width: 991px) {
        margin-top: 1.33rem;
    }
    
    @media (max-width: 640px) {
        margin-left: $rem;
        margin-right: $rem;
    }
    
    // Box styles
    .right-col-box {
        border: $grey-border;
        
        padding: 1.25rem;
        
        //margin-top: 1.25rem;
        margin-bottom: 1rem;
        
        h3, h4 {
            padding: 0;
            margin-bottom: 0.75rem;
        }
        
        h4 {
            margin-bottom: 0.75rem;
        }
        
        &.news-image {
            padding: 0;
            
            &:first-child {
                margin-top: 0;
            }
            
            figcaption {
                padding: 0.5rem 1.25rem;
                text-align: center;
            }
        }
    }
}*/
#media-contact-box a {
  font-size: 16px;
  line-height: 20px;
  background-size: 20px;
}
#media-contact-box a:not(.email) {
  padding-left: 2.5rem;
}
#news-social-panel h4 {
  border-bottom: 2px dotted #e8eef3;
  margin-bottom: 0.5rem;
  display: block;
}
#news-social-panel .social-icons a {
  transition: 0.3s;
}
#news-social-panel .social-icons a:hover {
  text-decoration: none;
}
#news-social-panel .social-icons a:hover img {
  transform: scale(1.05);
}
.twitter-panel .news__box {
  /*
        &__contents {
            padding-bottom: 0;
        }
        */
}
.twitter-panel .news__box__heading {
  margin-bottom: 0;
}
.twitter-panel .news__box__text-limiter {
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.twitter-panel .news__box__text-wrap {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: hidden;
}
.twitter-panel h3, .twitter-panel .customised__form__layout .sq-form-section-title, .customised__form__layout .twitter-panel .sq-form-section-title {
  position: relative;
  padding-left: 2rem;
}
.twitter-panel h3::before, .twitter-panel .customised__form__layout .sq-form-section-title::before, .customised__form__layout .twitter-panel .sq-form-section-title::before {
  content: " ";
  position: absolute;
  left: 0;
  background-image: url("https://www.qut.edu.au/__data/assets/image/0005/690188/Twitter_Logo_Blue.png");
  background-size: contain;
  background-position: left;
  display: block;
  width: 24px;
  height: 24px;
}
#youtube-panel h3, #youtube-panel .customised__form__layout .sq-form-section-title, .customised__form__layout #youtube-panel .sq-form-section-title {
  position: relative;
  padding-left: 2.5rem;
}
#youtube-panel h3::before, #youtube-panel .customised__form__layout .sq-form-section-title::before, .customised__form__layout #youtube-panel .sq-form-section-title::before {
  content: " ";
  position: absolute;
  left: 0;
  background-image: url(https://www.qut.edu.au/__data/assets/image/0003/690204/yt_icon_rgb.png);
  background-size: contain;
  background-position: left;
  display: block;
  width: 32px;
  height: 23px;
}
#youtube-panel a[href^="http"] {
  background: none;
}
#youtube-panel .youtube-video {
  margin-bottom: 1.333rem;
}
#youtube-panel .youtube-video:last-child {
  margin-bottom: 0;
}
#the-conversation-panel li {
  list-style-type: none;
}
/******** These are like buttons but slimmer/curvier ********/
.tag {
  border-radius: 4px;
  font-size: 90%;
  padding: 0.25rem 1rem;
  margin-right: 4.995px;
  margin-bottom: 4.995px;
  border: 1px solid #0066b9;
}
/**
 * Expanders
 */
.show-hide {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1rem 1rem 3.5rem;
  border: 2px solid #e8eef3;
  background-color: #e8eef3;
}
a.show-hide {
  font-size: 18px;
  line-height: 24px;
}
button.show-hide {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #0066b9;
  text-decoration: underline;
  cursor: pointer;
}
.show-hide::before {
  content: " ";
  width: 0.75rem;
  height: 1rem;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 0.5rem);
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(90deg);
}
.show-hide.in {
  border: 2px solid #e8eef3;
  background-color: white;
}
.show-hide.in::before {
  transform: rotate(-90deg);
}
.show-hide-contents {
  padding: 0 1.333rem;
  border: 2px solid #e8eef3;
  border-top: 0;
}
.show-hide-contents > *:first-child {
  padding-top: 1.33rem !important;
  margin-top: 0;
}
.show-hide-contents > *:last-child {
  padding-bottom: 1.33rem;
}
.show-hide-contents + .show-hide {
  border-top: 2px solid white;
}
.show-hide-contents .card {
  margin-bottom: 0 !important;
}
.show-hide.invert {
  border: 2px solid #0066b9 !important;
  background-color: #0066b9 !important;
  color: white !important;
}
.show-hide.invert::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
}
.show-hide-contents.invert {
  border-color: white !important;
}
.show-hide.bigger {
  font-size: 22px !important;
  padding: 1rem 1rem 1rem 4rem;
}
.show-hide.bigger::before {
  width: 1rem;
  height: 2rem;
  top: calc(50% - 1rem);
}
.panel-light-blue .show-hide, .panel-light-blue .show-hide-contents {
  background-color: #FFF;
  background: white;
  border: 1px solid #0066b9;
}
.panel-light-blue .show-hide.in {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  transition: 0.5s;
}
.panel-light-blue .show-hide.in h2, .panel-light-blue .show-hide.in h3, .panel-light-blue .show-hide.in .customised__form__layout .sq-form-section-title, .customised__form__layout .panel-light-blue .show-hide.in .sq-form-section-title, .panel-light-blue .show-hide.in h4, .panel-light-blue .show-hide.in a {
  color: white;
}
.panel-light-blue .show-hide.in::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
}
.panel-light-blue .show-hide-contents {
  border-top: none;
}
.full-panel.panel-blue .show-hide, .full-panel.panel-dark-blue .show-hide {
  color: #0066b9;
  background-color: white;
}
.full-panel.panel-blue .show-hide-contents, .full-panel.panel-dark-blue .show-hide-contents {
  background-color: white;
}
.full-panel.panel-blue .show-hide-contents.transparent-bg, .full-panel.panel-dark-blue .show-hide-contents.transparent-bg {
  background-color: transparent !important;
}
.full-panel.panel-blue .show-hide-contents .full-panel:not(.panel-blue) h2, .full-panel.panel-dark-blue .show-hide-contents .full-panel:not(.panel-blue) h2 {
  color: #0066b9;
}
.full-panel.panel-blue .show-hide-contents .card-desc, .full-panel.panel-dark-blue .show-hide-contents .card-desc {
  color: #373a3c;
}
.full-panel.panel-blue .show-hide-contents .card-info, .full-panel.panel-dark-blue .show-hide-contents .card-info {
  color: #373a3c;
}
.full-panel.panel-blue .show-hide-contents .card, .full-panel.panel-dark-blue .show-hide-contents .card {
  margin-bottom: 0 !important;
}
.show-hide.left-align {
  text-align: left;
}
.show-hide-contents.left-align * {
  text-align: left;
  justify-content: left;
}
.notification {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  background-color: white;
  z-index: 5;
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}
.notification--shadow-bottom {
  box-shadow: 0px 9px 15px -7px rgba(0, 0, 0, 0.3);
}
.notification--shadow-top {
  box-shadow: 0px -9px 15px -7px rgba(0, 0, 0, 0.3);
}
.notification__close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 30px;
  height: 30px;
  background-image: url("/__data/assets/file/0019/721351/cross-blue.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.notification__close:hover {
  transform: rotate(90deg);
  cursor: pointer;
}
.notification--fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.persona-animate {
  animation-duration: 0.5s;
  animation-name: pulse;
  animation-iteration-count: 2;
  animation-fill-mode: both;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.modal.modalVisible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal__content {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  max-height: 95%;
  width: 99%;
}
@media (max-width: 576px) {
  .modal__content .audience-selector-button {
    font-size: 4.4vw;
  }
}
.modal__content .btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.modal__content .btn.active {
  background-color: #fff;
  color: #0066b9 !important;
}
.modal__close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 30px;
  height: 30px;
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}
.modal__close:hover {
  background-image: url("/__data/assets/file/0004/709906/cross.svg");
  cursor: pointer;
}
@media (max-width: 576px) {
  .audience__modal .audience-selector-button {
    font-size: 4.4vw;
  }
}
.audience__modal .btn-group .btn {
  padding: 1rem 0.75rem;
  width: 100%;
}
.audience__modal .btn-group .btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.audience__modal .btn-group .btn.active {
  background-color: #fff;
  color: #0066b9 !important;
}
/**************************\
  Basic Modal Styles
\**************************/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(2.5deg);
  }
  25% {
    -webkit-transform: rotate(-2.5deg);
  }
  50% {
    -webkit-transform: rotate(1.25deg);
  }
  75% {
    -webkit-transform: rotate(-1.25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(0.5deg);
  }
  25% {
    -ms-transform: rotate(-0.5deg);
  }
  50% {
    -ms-transform: rotate(0.25deg);
  }
  75% {
    -ms-transform: rotate(-0.25deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(2.5deg);
  }
  25% {
    transform: rotate(-2.5deg);
  }
  50% {
    transform: rotate(1.25deg);
  }
  75% {
    transform: rotate(-1.25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.micromodal {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 100;
}
.micromodal.is-open {
  visibility: visible;
  opacity: 1;
}
.micromodal__overlay {
  transition: 0.3s linear;
  opacity: 0;
}
.micromodal.is-open .micromodal__overlay {
  opacity: 1;
  overflow-y: auto;
}
.micromodal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  background: #0066b9;
  color: white;
}
.micromodal__overlay h2, .micromodal__overlay h3, .micromodal__overlay .customised__form__layout .sq-form-section-title, .customised__form__layout .micromodal__overlay .sq-form-section-title, .micromodal__overlay h4, .micromodal__overlay a {
  color: white;
}
@media (min-width: 768px) {
  .micromodal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .micromodal__overlay {
    overflow-y: scroll;
  }
}
.micromodal__container {
  box-sizing: border-box;
  position: relative;
  max-height: 100vh;
}
.micromodal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.micromodal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.micromodal__close {
  position: absolute;
  right: 2rem;
  top: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none !important;
}
@media (max-width: 767px) {
  .micromodal__close {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #0058a0;
    width: 45px;
    height: 45px;
  }
}
.micromodal__close:hover {
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}
.micromodal__close:hover::before {
  transform: scale(1.05);
}
.micromodal__close:focus {
  outline: 2px solid white !important;
  outline-offset: -2px;
  transition: none;
}
.micromodal__close::before {
  content: " ";
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.micromodal__content {
  /*margin-top: 2rem;
        margin-bottom: 2rem;
        line-height: 1.5;*/
}
.micromodal__content span.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: inline-block;
  margin-top: 1rem;
}
.micromodal > .panel-light-blue .micromodal__close::before, .micromodal > .panel-white .micromodal__close::before {
  background-image: url("/__data/assets/file/0019/721351/cross-blue.svg");
}
.micromodal > .panel-light-blue .micromodal__close:focus, .micromodal > .panel-white .micromodal__close:focus {
  outline: 2px solid #0066b9 !important;
  outline-offset: -2px;
  transition: none;
}
@media (max-width: 767px) {
  .micromodal > .panel-light-blue .micromodal__close, .micromodal > .panel-white .micromodal__close {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: none !important;
    width: 45px;
    height: 45px;
  }
}
[data-modal] {
  display: none;
}
.chat__container {
  height: auto;
  max-height: 100%;
  min-width: 285px;
  position: fixed;
  bottom: 0;
  z-index: 20;
  box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.4);
  right: 4.33rem;
}
@media (max-width: 767px) {
  .chat__container {
    right: 1rem;
  }
}
.chat__link {
  transition: 0.3s;
  color: #fff;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  margin-right: 2.33rem;
  display: inline-block;
}
button.chat__link {
  background-color: transparent;
  border: none;
}
button.chat__link:focus {
  outline: 2px white solid;
}
button.chat__link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.chat__link::after {
  transition: 0.3s;
  position: absolute;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 1rem;
  content: " ";
}
.chat__link:hover, .chat__link:focus {
  color: white;
}
.chat__link:hover::after, .chat__link:focus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.chat__link__wrapper {
  background: #0066b9;
  padding: 0.66rem 1.33rem;
  cursor: pointer;
}
.chat__link__wrapper.chat__link__wrapper--pink {
  background: #c7026f;
}
.chat__window {
  background: #fff;
  position: relative;
  bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .chat__window {
    height: 555px;
  }
}
.chat__window__iframe {
  height: 545px;
  border: 0;
  width: 99%;
}
@media (max-width: 767px) {
  .chat--opened {
    right: 0;
    height: 100%;
    background: white;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .chat--opened {
    max-width: 400px;
  }
}
.chat--opened .chat__link::after {
  transition: 0.3s;
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
  cursor: pointer;
  right: 1rem;
}
.chat--opened .chat__link:hover::after {
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
  transform: scale(1.05);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 1rem 2rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #e8eef3;
}
.nav-tabs {
  border-bottom: 1px solid #e8eef3;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid #e8eef3;
  text-decoration: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: white;
  border-color: #00467f;
  background-color: #00467f;
}
.nav-tabs .nav-link.disabled {
  color: #e8eef3;
  background-color: transparent;
  border-color: #e8eef3;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: #0066b9;
  border-color: #0066b9;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white;
  background-color: #0066b9;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.content-highlight {
  padding: 2.333rem;
}
.content-highlight.bordered {
  border: 2px solid #e8eef3;
}
.content-highlight.bordered > *:last-child {
  margin-bottom: 0;
}
.content-highlight.thin {
  padding: 1rem;
}
.content-highlight.blue {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.content-highlight.blue h2, .content-highlight.blue h3, .content-highlight.blue .customised__form__layout .sq-form-section-title, .customised__form__layout .content-highlight.blue .sq-form-section-title, .content-highlight.blue h4, .content-highlight.blue a {
  color: white;
}
.content-highlight.blue a.arrow-link {
  color: white;
}
.content-highlight.blue a.arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.content-highlight.blue a.arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.content-highlight.blue a.arrow-link::hover {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
.content-highlight.blue a.arrow-link::hover::before, .content-highlight.blue a.arrow-link::hover::after {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: white;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
}
.content-highlight.blue a.arrow-link::hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.content-highlight.blue a.arrow-link::hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.content-highlight.blue a.arrow-link::hover:hover::before {
  opacity: 0;
}
.content-highlight.blue a.arrow-link::hover:hover::after {
  opacity: 1;
}
.content-highlight.light {
  background-color: #e8eef3;
  background: #e8eef3;
}
.border {
  border: 2px solid #e8eef3 !important;
}
.border-top {
  border-top: 2px solid #e8eef3 !important;
}
.border-right {
  border-right: 2px solid #e8eef3 !important;
}
.border-bottom {
  border-bottom: 2px solid #e8eef3 !important;
}
.border-left {
  border-left: 2px solid #e8eef3 !important;
}
.border-thin {
  border: 1px solid #e8eef3 !important;
}
.border-thin-top {
  border-top: 1px solid #e8eef3 !important;
}
.border-thin-right {
  border-right: 1px solid #e8eef3 !important;
}
.border-thin-bottom {
  border-bottom: 1px solid #e8eef3 !important;
}
.border-thin-left {
  border-left: 1px solid #e8eef3 !important;
}
.border-blue {
  border: 2px solid #0066b9 !important;
}
.border-blue-top {
  border-top: 2px solid #0066b9 !important;
}
.border-blue-right {
  border-right: 2px solid #0066b9 !important;
}
.border-blue-bottom {
  border-bottom: 2px solid #0066b9 !important;
}
.border-blue-left {
  border-left: 2px solid #0066b9 !important;
}
.border-blue-thin {
  border: 1px solid #0066b9 !important;
}
.border-blue-thin-top {
  border-top: 1px solid #0066b9 !important;
}
.border-blue-thin-right {
  border-right: 1px solid #0066b9 !important;
}
.border-blue-thin-bottom {
  border-bottom: 1px solid #0066b9 !important;
}
.border-blue-thin-left {
  border-left: 1px solid #0066b9 !important;
}
.half-gutters {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.half-gutters > .col, .half-gutters > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.thin-gutters {
  margin-right: -3.75px;
  margin-left: -3.75px;
}
.thin-gutters > .col, .thin-gutters > [class*="col-"] {
  padding-right: 3.75px;
  padding-left: 3.75px;
}
.study-area-link-list .study-area-links {
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
}
.study-area-link-list .study-area-links p {
  margin: 1rem 0;
}
.study-area-link-list .study-area-links .list-links {
  list-style-type: none;
  cursor: pointer;
  padding: 1.2rem;
  border-top: 1px solid #ccc;
  background: transparent;
  background-size: 0.8rem;
}
.study-area-link-list .study-area-links .list-links:first-child {
  border: none;
}
.study-area-link-list .study-area-links.columns-3.only-1-row {
  display: flex;
}
.study-area-link-list .study-area-links.columns-3.only-1-row .list-links {
  border-top: none !important;
}
.study-area-link-list .study-area-links.columns-3.last-item-border-top li:last-child {
  border-top: 1px solid #ccc !important;
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-2 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-2 .list-links:nth-child(2n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-2-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-2-lg .list-links:nth-child(2n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-2-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-2-md .list-links:nth-child(2n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-2-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-2-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-3 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-3 .list-links:nth-child(3n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-3-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-3-lg .list-links:nth-child(3n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-3-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-3-md .list-links:nth-child(3n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-3-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-3-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-4 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-4 .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-4-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-4-lg .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-4-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-4-md .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-4-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-4-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-5 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-5 .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-5-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-5-lg .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-5-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-5-md .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-5-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-5-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-6 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-6 .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-6-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-6-lg .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-6-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-6-md .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-6-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-6-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-7 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-7 .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-7-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-7-lg .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-7-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-7-md .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-7-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-7-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-8 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-8 .list-links:nth-child(8n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-8-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-8-lg .list-links:nth-child(8n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-8-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-8-md .list-links:nth-child(8n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-8-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-8-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-9 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-9 .list-links:nth-child(9n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-9-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-9-lg .list-links:nth-child(9n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-9-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-9-md .list-links:nth-child(9n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-9-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-9-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-10 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-10 .list-links:nth-child(10n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-10-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-10-lg .list-links:nth-child(10n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-10-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-10-md .list-links:nth-child(10n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.top-link-item-10-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.top-link-item-10-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-4-rows .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links:nth-child(5n+1) {
    border: none !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links a {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-3.study-links-5-rows .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .study-area-link-list .study-area-links.columns-3 {
    column-count: 3;
    list-style-type: none;
  }
  .study-area-link-list .study-area-links.columns-3 .list-links {
    display: inline-block;
    width: 100%;
  }
  .study-area-link-list .study-area-links.columns-3 .list-links:nth-child(3n+1) {
    border: none;
  }
}
@media (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-3 {
    display: block !important;
    column-count: 2;
    list-style-type: none;
  }
  .study-area-link-list .study-area-links.columns-3 .list-links {
    display: inline-block;
    width: 100%;
  }
  .study-area-link-list .study-area-links.columns-3 .list-links:nth-child(5n+1) {
    border: none;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-3 {
    display: block !important;
    column-count: 1;
    list-style-type: none;
  }
  .study-area-link-list .study-area-links.columns-3 .list-links {
    display: inline-block;
    width: 100%;
  }
  .study-area-link-list .study-area-links.columns-3 .list-links:first-child {
    border: none;
  }
}
@media (min-width: 768px) {
  .study-area-link-list .study-area-links.columns-2.only-1-row {
    display: flex;
  }
}
.study-area-link-list .study-area-links.columns-2.only-1-row .list-links {
  border-top: none !important;
}
@media (min-width: 768px) {
  .study-area-link-list .study-area-links.columns-2.fix-border-bottom li:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.fix-border-bottom-lg-down li:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.fix-border-bottom-lg-down li:nth-last-child(2) {
    border-bottom: none;
  }
}
.study-area-link-list .study-area-links.columns-2.last-item-border-top li:last-child {
  border-top: 1px solid #ccc !important;
}
@media (min-width: 768px) {
  .study-area-link-list .study-area-links.columns-2.last-item-border-bottom li:last-child {
    border-bottom: 1px solid #ccc !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-2 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-2 .list-links:nth-child(2n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-2-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-2-lg .list-links:nth-child(2n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-2-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-2-md .list-links:nth-child(2n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-2-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-2-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-3 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-3 .list-links:nth-child(3n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-3-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-3-lg .list-links:nth-child(3n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-3-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-3-md .list-links:nth-child(3n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-3-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-3-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-4 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-4 .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-4-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-4-lg .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-4-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-4-md .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-4-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-4-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-5 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-5 .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-5-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-5-lg .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-5-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-5-md .list-links:nth-child(5n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-5-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-5-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-6 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-6 .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-6-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-6-lg .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-6-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-6-md .list-links:nth-child(6n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-6-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-6-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-7 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-7 .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-7-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-7-lg .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-7-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-7-md .list-links:nth-child(7n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-7-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-7-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-8 .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-8 .list-links:nth-child(8n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-8-lg .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-8-lg .list-links:nth-child(8n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-8-md .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-8-md .list-links:nth-child(8n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.top-link-item-8-sm .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.top-link-item-8-sm .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links:nth-child(4n+1) {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links {
    border-top: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.study-business-links .list-links:first-child {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .study-area-link-list .study-area-links.columns-2 {
    column-count: 2;
    list-style-type: none;
  }
  .study-area-link-list .study-area-links.columns-2.less-then-fix .list-links {
    display: block;
    width: 100%;
    border-top: none !important;
    border-bottom: none !important;
  }
  .study-area-link-list .study-area-links.columns-2.row-count-2 .list-links:last-child:nth-child(3) {
    border-bottom: 1px solid #ccc !important;
  }
  .study-area-link-list .study-area-links.columns-2.row-count-2 .list-links:nth-child(2n+1) {
    border: none;
  }
  .study-area-link-list .study-area-links.columns-2:not(.row-count-2):not(.study-business-links):not([class*="top-link-item-"]) .list-links:nth-child(3n+1) {
    border: none;
  }
  .study-area-link-list .study-area-links.columns-2 .list-links {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .study-area-link-list .study-area-links.columns-2 {
    column-count: 2;
    list-style-type: none;
  }
  .study-area-link-list .study-area-links.columns-2 .list-links {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links.columns-2 {
    column-count: 1;
    list-style-type: none;
  }
  .study-area-link-list .study-area-links.columns-2 .list-links {
    display: inline-block;
    width: 100%;
  }
  .study-area-link-list .study-area-links.columns-2 .list-links:first-child {
    border: none;
  }
}
@media (max-width: 767px) {
  .study-area-link-list .study-area-links {
    margin-bottom: 0;
  }
  .study-area-link-list .study-area-links .list-links:first-child {
    border-top: 1px solid #ccc;
  }
}
.result-navigation {
  display: flex;
}
.result-navigation .page-count {
  align-self: center;
  font-weight: 700;
}
.result-navigation .pagination-nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .result-navigation .pagination-nav {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .result-navigation {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
/**
 * Pagination
 */
ul.pagination {
  padding-left: 0;
  display: inline-block;
}
ul.pagination li {
  display: inline-block;
  float: left;
}
ul.pagination li a {
  transition: 0.3s;
  border: 2px solid #e8eef3;
  border-right: none;
  padding: 1rem 1.25rem;
  float: left;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 18px;
}
.panel-light-blue ul.pagination li a {
  border-color: #0066b9;
}
ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: #0066b9;
  color: white;
}
ul.pagination li a.disabled {
  display: none;
}
ul.pagination li.disabled {
  display: none;
}
ul.pagination li.active a {
  background-color: #e8eef3;
}
.panel-light-blue ul.pagination li.active a {
  background-color: #00467f;
  color: white;
}
ul.pagination li.next a, ul.pagination li.prev a {
  position: relative;
  padding: 1rem 1.5rem;
  height: 52px;
  position: relative;
}
ul.pagination li.next a::before, ul.pagination li.next a::after, ul.pagination li.prev a::before, ul.pagination li.prev a::after {
  content: " ";
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
ul.pagination li.next a:hover::before, ul.pagination li.next a:focus::before, ul.pagination li.prev a:hover::before, ul.pagination li.prev a:focus::before {
  opacity: 0;
}
ul.pagination li.next a:hover::after, ul.pagination li.next a:focus::after, ul.pagination li.prev a:hover::after, ul.pagination li.prev a:focus::after {
  opacity: 1;
}
ul.pagination li.next a::before {
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
}
ul.pagination li.next a::after {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
  opacity: 0;
}
ul.pagination li.prev a::before {
  background-image: url("/__data/assets/file/0003/709050/arrow-left.svg");
}
ul.pagination li.prev a::after {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  opacity: 0;
}
ul.pagination li:last-child a {
  border-right: 2px solid #e8eef3;
}
.panel-light-blue ul.pagination li:last-child a {
  border-color: #0066b9;
}
@media (max-width: 767px) {
  ul.pagination li.page-num {
    display: none;
  }
  ul.pagination li.page-num.active, ul.pagination li.page-num.shown-sm {
    display: inline-block;
  }
}
.aspect-2x1 {
  min-height: 50vw;
}
.aspect-3x1 {
  min-height: 33.3333333333vw;
}
.aspect-3x2 {
  min-height: 66.6666666667vw;
}
.aspect-4x3 {
  min-height: 75vw;
}
.aspect-16x9 {
  min-height: 56.25vw;
}
.aspect-auto {
  min-height: auto;
}
@media (min-width: 577px) {
  .aspect-sm-2x1 {
    min-height: 50vw;
  }
}
@media (min-width: 577px) {
  .aspect-sm-3x1 {
    min-height: 33.3333333333vw;
  }
}
@media (min-width: 577px) {
  .aspect-sm-3x2 {
    min-height: 66.6666666667vw;
  }
}
@media (min-width: 577px) {
  .aspect-sm-4x3 {
    min-height: 75vw;
  }
}
@media (min-width: 577px) {
  .aspect-sm-16x9 {
    min-height: 56.25vw;
  }
}
@media (min-width: 577px) {
  .aspect-sm-auto {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .aspect-md-2x1 {
    min-height: 50vw;
  }
}
@media (min-width: 768px) {
  .aspect-md-3x1 {
    min-height: 33.3333333333vw;
  }
}
@media (min-width: 768px) {
  .aspect-md-3x2 {
    min-height: 66.6666666667vw;
  }
}
@media (min-width: 768px) {
  .aspect-md-4x3 {
    min-height: 75vw;
  }
}
@media (min-width: 768px) {
  .aspect-md-16x9 {
    min-height: 56.25vw;
  }
}
@media (min-width: 768px) {
  .aspect-md-auto {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .aspect-lg-2x1 {
    min-height: 50vw;
  }
}
@media (min-width: 992px) {
  .aspect-lg-3x1 {
    min-height: 33.3333333333vw;
  }
}
@media (min-width: 992px) {
  .aspect-lg-3x2 {
    min-height: 66.6666666667vw;
  }
}
@media (min-width: 992px) {
  .aspect-lg-4x3 {
    min-height: 75vw;
  }
}
@media (min-width: 992px) {
  .aspect-lg-16x9 {
    min-height: 56.25vw;
  }
}
@media (min-width: 992px) {
  .aspect-lg-auto {
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .aspect-xl-2x1 {
    min-height: 50vw;
  }
}
@media (min-width: 1200px) {
  .aspect-xl-3x1 {
    min-height: 33.3333333333vw;
  }
}
@media (min-width: 1200px) {
  .aspect-xl-3x2 {
    min-height: 66.6666666667vw;
  }
}
@media (min-width: 1200px) {
  .aspect-xl-4x3 {
    min-height: 75vw;
  }
}
@media (min-width: 1200px) {
  .aspect-xl-16x9 {
    min-height: 56.25vw;
  }
}
@media (min-width: 1200px) {
  .aspect-xl-auto {
    min-height: auto;
  }
}
.pace-container {
  overflow-y: hidden !important;
  height: 100px;
  margin-bottom: -100px;
}
.pace-container .pace {
  z-index: 1;
  zoom: 2;
  position: relative;
}
.pace-container .pace .pace-activity {
  position: absolute;
  border-top-color: #00467f;
  border-left-color: #00467f;
  -webkit-animation: pace-spinner 1s linear infinite;
  -moz-animation: pace-spinner 1s linear infinite;
  -ms-animation: pace-spinner 1s linear infinite;
  -o-animation: pace-spinner 1s linear infinite;
  animation: pace-spinner 1s linear infinite;
}
.pace-container .pace .pace-progress {
  position: absolute;
  background-color: #00467f;
}
.pace-container .pace .pace-progress .pace-progress-inner {
  box-shadow: 0 0 10px #00467f, 0 0 5px #00467f;
}
.play-icon span.play-time {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 8px;
  border-radius: 4px;
}
h2[id^="span_class_sr-only"] {
  position: absolute;
  width: 1px !important;
  height: 1px;
  padding: 0 !imporant;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
.font-stack-content {
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 400;
}
.font-stack-mobile {
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 400;
}
.font-stack-medium {
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 600;
}
.font-stack-headings-small {
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
}
.font-stack-headings {
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 800;
}
.toolbar {
  position: fixed;
  top: 0px;
  background-color: #0066b9;
  padding: 10px;
  padding-top: 5px;
  z-index: 1000;
  border-radius: 0 0 3px 3px;
}
@media (min-width: 992px) {
  .toolbar {
    right: 100px;
  }
}
.toolbar__label {
  color: white;
  font-size: 1rem;
}
.toolbar__section {
  display: inline-block;
}
.toolbar__section:not(:last-child) {
  padding-right: 5px;
  border-right: 1px dotted white;
  margin-right: 5px;
}
#skip-link {
  display: block;
  height: auto;
  height: 1px;
  margin: -2px 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  color: #0066b9;
  text-decoration: underline;
  -webkit-transition: height 0.2s ease, padding 0.2s ease;
  transition: height 0.2s ease, padding 0.2s ease;
}
#skip-link span {
  outline: 2px solid #0066b9;
  padding: 0.5rem;
}
#skip-link:focus {
  padding: 3rem 2rem;
  height: 105px;
  margin: 0;
  z-index: 11;
  outline: none;
}
#skip-link:hover {
  text-decoration: none;
}
#skip-link-outer {
  display: block;
  height: auto;
  height: 1px;
  margin: -2px 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: height 0.2s ease, padding 0.2s ease;
  transition: height 0.2s ease, padding 0.2s ease;
}
#skip-link-outer ul {
  list-style-type: none;
  padding: 0;
  columns: 2;
}
#skip-link-outer ul li {
  padding: 0.5rem;
  margin: 0.5rem;
  display: inline-block;
}
#skip-link-outer ul #skip-link-2, #skip-link-outer ul #skip-to-help {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  color: #0066b9;
  text-decoration: underline;
  padding: 0;
  height: auto;
}
#skip-link-outer ul #skip-link-2:focus, #skip-link-outer ul #skip-to-help:focus {
  outline: none;
}
#skip-link-outer ul #skip-link-2:focus span, #skip-link-outer ul #skip-to-help:focus span {
  outline: 2px solid #0066b9;
  outline-offset: 2px;
  background-color: #0066b9;
  color: white;
}
#skip-link-outer ul #skip-link-2 span, #skip-link-outer ul #skip-to-help span {
  outline: 2px solid #0066b9;
  padding: 0.5rem;
}
#skip-link-outer ul #skip-link-2:hover, #skip-link-outer ul #skip-to-help:hover {
  text-decoration: none;
}
#skip-link-outer:focus-within {
  padding: 3rem 2rem;
  height: 105px;
  margin: 0;
  z-index: 11;
  outline: none;
}
.qut-flyout-wrapper .qut-flyout {
  position: absolute;
  right: 0;
  top: calc(50% - 100px);
  height: auto;
  max-width: 250px;
  z-index: 500;
  background-color: #0066b9;
  padding: 0;
  text-align: left;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item.title {
  display: none;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item:last-child {
  border-bottom: none;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border: 2px solid #0066b9;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link:focus {
  color: #0066b9;
  background-color: white;
  text-decoration: underline;
  outline-offset: 0;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link:hover {
  color: #0066b9;
  background-color: white;
  text-decoration: underline;
}
.qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link.active {
  color: #0066b9;
  background-color: white;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .qut-flyout-wrapper .qut-flyout {
    position: static !important;
    max-width: none;
    width: auto;
    background-color: white;
    padding: 0;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list {
    width: auto;
    text-align: left;
    padding: 0;
    list-style-type: disc;
    margin: 0;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item {
    display: list-item;
    list-style: none;
    width: 50%;
    margin-left: 20px;
    border: none;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item.title {
    display: block;
    color: #373a3c;
    text-decoration: none;
    font-size: 23px;
    color: #0066b9;
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link {
    color: #0066b9;
    text-decoration: underline;
    padding: 1px 0.25rem;
    font-weight: normal;
    border: none;
    font-size: 1rem;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link::before {
    content: " ";
    background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 1rem;
    margin-left: -1.5rem;
    font-size: 9px;
    line-height: 18px;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link:hover {
    color: #0066b9;
    text-decoration: none;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link.active {
    color: #0066b9;
    text-decoration: none;
  }
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item .qut-flyout-link:focus {
    color: #0066b9;
    text-decoration: underline;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .qut-flyout-wrapper .qut-flyout .qut-flyout-list .qut-flyout-list-item {
    width: auto;
  }
}
.single-line-page-header-button .hero__header {
  border: 1px solid red !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper {
  border: 1px solid red !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .hero__header__blurb__wrapper .row .hero__header__blurb .blurb-content {
  max-width: 100% !important;
  background-color: red;
  width: 320px !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .hero__header__blurb__wrapper .row .hero__header__blurb .row {
  border: 1px solid green !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .hero__header__blurb__wrapper .row .hero__header__blurb .row .col-mid-4 {
  max-width: 100% !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .hero__header__blurb__wrapper .row .hero__header__blurb .row .col-mid {
  max-width: 100% !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .hero__header__blurb__wrapper .row .hero__header__blurb .row:not(.col-md) {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .blurb-content {
  border: 1px solid red !important;
  float: left;
  width: 100% !important;
  max-width: 100% !important;
}
.single-line-page-header-button .hero__header .hero__header__wrapper .hero__header__link {
  border: 1px solid pink !important;
  float: left;
  width: 100%;
}
.banner-no-blue-overlay .header__wrapper .secondlevel__page .hero__header__bg::after {
  content: none;
}
.overflow-hidden {
  overflow: hidden;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


@charset "UTF-8";
/**
 * Include variables
 **/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
.white-content, .full-panel.white-content {
  color: white;
}
.white-content h2, .white-content h3, .white-content h4, .white-content a, .full-panel.white-content h2, .full-panel.white-content h3, .full-panel.white-content h4, .full-panel.white-content a {
  color: white;
}
.panel-white, .white-element, .row.panel-white {
  background-color: white !important;
  color: #373a3c;
}
.panel-white h2, .panel-white h3, .panel-white h4, .panel-white a, .white-element h2, .white-element h3, .white-element h4, .white-element a, .row.panel-white h2, .row.panel-white h3, .row.panel-white h4, .row.panel-white a {
  color: #0066b9;
}
.panel-white a.button.pink, .white-element a.button.pink, .row.panel-white a.button.pink {
  color: white;
}
.panel-light-blue, .grey-element, .row.panel-light-blue {
  background-color: #e8eef3 !important;
  color: #373a3c;
}
.panel-light-blue h2, .panel-light-blue h3, .panel-light-blue h4, .panel-light-blue a, .grey-element h2, .grey-element h3, .grey-element h4, .grey-element a, .row.panel-light-blue h2, .row.panel-light-blue h3, .row.panel-light-blue h4, .row.panel-light-blue a {
  color: #0066b9;
}
.panel-light-blue a.button.pink, .grey-element a.button.pink, .row.panel-light-blue a.button.pink {
  color: white;
}
.panel-blue, .blue-element, .row.panel-blue {
  background-color: #0066b9 !important;
  color: white;
}
.panel-blue h2, .panel-blue h3, .panel-blue h4, .panel-blue a, .blue-element h2, .blue-element h3, .blue-element h4, .blue-element a, .row.panel-blue h2, .row.panel-blue h3, .row.panel-blue h4, .row.panel-blue a {
  color: white;
}
.panel-dark-blue, .dark-blue-element, .row.panel-dark-blue {
  background-color: #00467f !important;
  color: white;
}
.panel-dark-blue h2, .panel-dark-blue h3, .panel-dark-blue h4, .panel-dark-blue a, .dark-blue-element h2, .dark-blue-element h3, .dark-blue-element h4, .dark-blue-element a, .row.panel-dark-blue h2, .row.panel-dark-blue h3, .row.panel-dark-blue h4, .row.panel-dark-blue a {
  color: white;
}
.panel-secondary-blue, .secondary-blue-element, .row.panel-secondary-blue {
  background-color: #009fe3 !important;
  color: white;
}
.panel-secondary-blue h2, .panel-secondary-blue h3, .panel-secondary-blue h4, .panel-secondary-blue a, .secondary-blue-element h2, .secondary-blue-element h3, .secondary-blue-element h4, .secondary-blue-element a, .row.panel-secondary-blue h2, .row.panel-secondary-blue h3, .row.panel-secondary-blue h4, .row.panel-secondary-blue a {
  color: white;
}
.panel-white + .panel-white {
  border-top: 2px solid #e8eef3;
}
.panel-no-separator-border {
  border-top: 0 !important;
}
.panel-separator, .panel-separator-border {
  border-top: 2px solid #e8eef3 !important;
}
.panel-separator--thin, .panel-separator-border--thin {
  border-top: 1px solid #e8eef3 !important;
}
.panel-white-separator {
  border-top: 2px solid white;
}
.panel-blue-separator {
  border-top: 1px solid #0066b9 !important;
}
.full-panel {
  width: 100%;
  /*> .container > .row {
        width: calc(100% + 2rem);
    }*/
  padding-top: 3.33rem;
  padding-bottom: 5.33rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .full-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .full-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.full-panel .container {
  overflow-y: hidden;
}
.full-panel .panel-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.33rem;
  margin-bottom: 2.66rem;
  width: 100%;
}
.full-panel .panel-heading.sr-only {
  width: 1px !important;
}
@media (max-width: 991px) {
  .full-panel .panel-heading {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .full-panel .panel-heading {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.full-panel .panel-content {
  margin-bottom: 1rem;
}
.full-panel .panel-content h2.section {
  margin-top: 1.3rem;
  border-top: 1px solid lightgray;
  padding-top: 1.3rem;
}
.full-panel .panel-content h2.section :first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.full-panel .box-heading h3, .full-panel .box-heading .h3, .full-panel .box-heading h4, .full-panel .box-heading .h4 {
  margin: 0;
}
.full-panel .box-content > *:last-child {
  margin-bottom: 0;
}
.full-panel.hide {
  padding: 0;
}
.full-panel.panel-no-pb {
  padding-bottom: 0 !important;
}
.full-panel.panel-no-pt {
  padding-top: 0 !important;
}
.full-panel.panel-no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.full-panel.panel-thin-pb {
  padding-bottom: 2rem !important;
}
.full-panel.panel-thin-pt {
  padding-top: 2rem !important;
}
.full-panel.panel-thin-py {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.full-panel.panel-thick-pb {
  padding-bottom: 4rem !important;
}
.full-panel.panel-thick-pt {
  padding-top: 4rem !important;
}
.full-panel.panel-thick-py {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.full-panel.panel-thicker-pb {
  padding-bottom: 6rem !important;
}
.full-panel.panel-thicker-pt {
  padding-top: 6rem !important;
}
.full-panel.panel-thicker-py {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.full-panel.panel-thickest-pb {
  padding-bottom: 8rem !important;
}
.full-panel.panel-thickest-pt {
  padding-top: 8rem !important;
}
.full-panel.panel-thickest-py {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.full-panel.panel-megajumbo-pb {
  padding-bottom: 12rem !important;
}
.full-panel.panel-megajumbo-pt {
  padding-top: 12rem !important;
}
.full-panel.panel-megajumbo-py {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
@media (min-width: 577px) {
  .full-panel.panel-sm-no-pb {
    padding-bottom: 0 !important;
  }
  .full-panel.panel-sm-no-pt {
    padding-top: 0 !important;
  }
  .full-panel.panel-sm-no-py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 577px) {
  .full-panel.panel-sm-thin-pb {
    padding-bottom: 2rem !important;
  }
  .full-panel.panel-sm-thin-pt {
    padding-top: 2rem !important;
  }
  .full-panel.panel-sm-thin-py {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 577px) {
  .full-panel.panel-sm-thick-pb {
    padding-bottom: 4rem !important;
  }
  .full-panel.panel-sm-thick-pt {
    padding-top: 4rem !important;
  }
  .full-panel.panel-sm-thick-py {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 577px) {
  .full-panel.panel-sm-thicker-pb {
    padding-bottom: 6rem !important;
  }
  .full-panel.panel-sm-thicker-pt {
    padding-top: 6rem !important;
  }
  .full-panel.panel-sm-thicker-py {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 577px) {
  .full-panel.panel-sm-thickest-pb {
    padding-bottom: 8rem !important;
  }
  .full-panel.panel-sm-thickest-pt {
    padding-top: 8rem !important;
  }
  .full-panel.panel-sm-thickest-py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 577px) {
  .full-panel.panel-sm-megajumbo-pb {
    padding-bottom: 12rem !important;
  }
  .full-panel.panel-sm-megajumbo-pt {
    padding-top: 12rem !important;
  }
  .full-panel.panel-sm-megajumbo-py {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (min-width: 768px) {
  .full-panel.panel-md-no-pb {
    padding-bottom: 0 !important;
  }
  .full-panel.panel-md-no-pt {
    padding-top: 0 !important;
  }
  .full-panel.panel-md-no-py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .full-panel.panel-md-thin-pb {
    padding-bottom: 2rem !important;
  }
  .full-panel.panel-md-thin-pt {
    padding-top: 2rem !important;
  }
  .full-panel.panel-md-thin-py {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 768px) {
  .full-panel.panel-md-thick-pb {
    padding-bottom: 4rem !important;
  }
  .full-panel.panel-md-thick-pt {
    padding-top: 4rem !important;
  }
  .full-panel.panel-md-thick-py {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) {
  .full-panel.panel-md-thicker-pb {
    padding-bottom: 6rem !important;
  }
  .full-panel.panel-md-thicker-pt {
    padding-top: 6rem !important;
  }
  .full-panel.panel-md-thicker-py {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 768px) {
  .full-panel.panel-md-thickest-pb {
    padding-bottom: 8rem !important;
  }
  .full-panel.panel-md-thickest-pt {
    padding-top: 8rem !important;
  }
  .full-panel.panel-md-thickest-py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) {
  .full-panel.panel-md-megajumbo-pb {
    padding-bottom: 12rem !important;
  }
  .full-panel.panel-md-megajumbo-pt {
    padding-top: 12rem !important;
  }
  .full-panel.panel-md-megajumbo-py {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (min-width: 992px) {
  .full-panel.panel-lg-no-pb {
    padding-bottom: 0 !important;
  }
  .full-panel.panel-lg-no-pt {
    padding-top: 0 !important;
  }
  .full-panel.panel-lg-no-py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .full-panel.panel-lg-thin-pb {
    padding-bottom: 2rem !important;
  }
  .full-panel.panel-lg-thin-pt {
    padding-top: 2rem !important;
  }
  .full-panel.panel-lg-thin-py {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 992px) {
  .full-panel.panel-lg-thick-pb {
    padding-bottom: 4rem !important;
  }
  .full-panel.panel-lg-thick-pt {
    padding-top: 4rem !important;
  }
  .full-panel.panel-lg-thick-py {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 992px) {
  .full-panel.panel-lg-thicker-pb {
    padding-bottom: 6rem !important;
  }
  .full-panel.panel-lg-thicker-pt {
    padding-top: 6rem !important;
  }
  .full-panel.panel-lg-thicker-py {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 992px) {
  .full-panel.panel-lg-thickest-pb {
    padding-bottom: 8rem !important;
  }
  .full-panel.panel-lg-thickest-pt {
    padding-top: 8rem !important;
  }
  .full-panel.panel-lg-thickest-py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 992px) {
  .full-panel.panel-lg-megajumbo-pb {
    padding-bottom: 12rem !important;
  }
  .full-panel.panel-lg-megajumbo-pt {
    padding-top: 12rem !important;
  }
  .full-panel.panel-lg-megajumbo-py {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (min-width: 1200px) {
  .full-panel.panel-xl-no-pb {
    padding-bottom: 0 !important;
  }
  .full-panel.panel-xl-no-pt {
    padding-top: 0 !important;
  }
  .full-panel.panel-xl-no-py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .full-panel.panel-xl-thin-pb {
    padding-bottom: 2rem !important;
  }
  .full-panel.panel-xl-thin-pt {
    padding-top: 2rem !important;
  }
  .full-panel.panel-xl-thin-py {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .full-panel.panel-xl-thick-pb {
    padding-bottom: 4rem !important;
  }
  .full-panel.panel-xl-thick-pt {
    padding-top: 4rem !important;
  }
  .full-panel.panel-xl-thick-py {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .full-panel.panel-xl-thicker-pb {
    padding-bottom: 6rem !important;
  }
  .full-panel.panel-xl-thicker-pt {
    padding-top: 6rem !important;
  }
  .full-panel.panel-xl-thicker-py {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .full-panel.panel-xl-thickest-pb {
    padding-bottom: 8rem !important;
  }
  .full-panel.panel-xl-thickest-pt {
    padding-top: 8rem !important;
  }
  .full-panel.panel-xl-thickest-py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .full-panel.panel-xl-megajumbo-pb {
    padding-bottom: 12rem !important;
  }
  .full-panel.panel-xl-megajumbo-pt {
    padding-top: 12rem !important;
  }
  .full-panel.panel-xl-megajumbo-py {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
.full-panel.vh-30 {
  min-height: 30vh;
}
.full-panel.vh-max-30 {
  max-height: 30vh;
}
.full-panel.vh-40 {
  min-height: 40vh;
}
.full-panel.vh-max-40 {
  max-height: 40vh;
}
.full-panel.vh-50 {
  min-height: 50vh;
}
.full-panel.vh-max-50 {
  max-height: 50vh;
}
.full-panel.vh-60 {
  min-height: 60vh;
}
.full-panel.vh-max-60 {
  max-height: 60vh;
}
.full-panel.vh-70 {
  min-height: 70vh;
}
.full-panel.vh-max-70 {
  max-height: 70vh;
}
@media (min-width: 577px) {
  .full-panel.vh-sm-30 {
    min-height: 30vh;
  }
  .full-panel.vh-sm-max-30 {
    max-height: 30vh;
  }
}
@media (min-width: 577px) {
  .full-panel.vh-sm-40 {
    min-height: 40vh;
  }
  .full-panel.vh-sm-max-40 {
    max-height: 40vh;
  }
}
@media (min-width: 577px) {
  .full-panel.vh-sm-50 {
    min-height: 50vh;
  }
  .full-panel.vh-sm-max-50 {
    max-height: 50vh;
  }
}
@media (min-width: 577px) {
  .full-panel.vh-sm-60 {
    min-height: 60vh;
  }
  .full-panel.vh-sm-max-60 {
    max-height: 60vh;
  }
}
@media (min-width: 577px) {
  .full-panel.vh-sm-70 {
    min-height: 70vh;
  }
  .full-panel.vh-sm-max-70 {
    max-height: 70vh;
  }
}
@media (min-width: 577px) {
  .full-panel.vh-sm-auto {
    min-height: auto;
  }
  .full-panel.vh-sm-max-auto {
    max-height: auto;
  }
}
@media (min-width: 768px) {
  .full-panel.vh-md-30 {
    min-height: 30vh;
  }
  .full-panel.vh-md-max-30 {
    max-height: 30vh;
  }
}
@media (min-width: 768px) {
  .full-panel.vh-md-40 {
    min-height: 40vh;
  }
  .full-panel.vh-md-max-40 {
    max-height: 40vh;
  }
}
@media (min-width: 768px) {
  .full-panel.vh-md-50 {
    min-height: 50vh;
  }
  .full-panel.vh-md-max-50 {
    max-height: 50vh;
  }
}
@media (min-width: 768px) {
  .full-panel.vh-md-60 {
    min-height: 60vh;
  }
  .full-panel.vh-md-max-60 {
    max-height: 60vh;
  }
}
@media (min-width: 768px) {
  .full-panel.vh-md-70 {
    min-height: 70vh;
  }
  .full-panel.vh-md-max-70 {
    max-height: 70vh;
  }
}
@media (min-width: 768px) {
  .full-panel.vh-md-auto {
    min-height: auto;
  }
  .full-panel.vh-md-max-auto {
    max-height: auto;
  }
}
@media (min-width: 992px) {
  .full-panel.vh-lg-30 {
    min-height: 30vh;
  }
  .full-panel.vh-lg-max-30 {
    max-height: 30vh;
  }
}
@media (min-width: 992px) {
  .full-panel.vh-lg-40 {
    min-height: 40vh;
  }
  .full-panel.vh-lg-max-40 {
    max-height: 40vh;
  }
}
@media (min-width: 992px) {
  .full-panel.vh-lg-50 {
    min-height: 50vh;
  }
  .full-panel.vh-lg-max-50 {
    max-height: 50vh;
  }
}
@media (min-width: 992px) {
  .full-panel.vh-lg-60 {
    min-height: 60vh;
  }
  .full-panel.vh-lg-max-60 {
    max-height: 60vh;
  }
}
@media (min-width: 992px) {
  .full-panel.vh-lg-70 {
    min-height: 70vh;
  }
  .full-panel.vh-lg-max-70 {
    max-height: 70vh;
  }
}
@media (min-width: 992px) {
  .full-panel.vh-lg-auto {
    min-height: auto;
  }
  .full-panel.vh-lg-max-auto {
    max-height: auto;
  }
}
@media (min-width: 1200px) {
  .full-panel.vh-xl-30 {
    min-height: 30vh;
  }
  .full-panel.vh-xl-max-30 {
    max-height: 30vh;
  }
}
@media (min-width: 1200px) {
  .full-panel.vh-xl-40 {
    min-height: 40vh;
  }
  .full-panel.vh-xl-max-40 {
    max-height: 40vh;
  }
}
@media (min-width: 1200px) {
  .full-panel.vh-xl-50 {
    min-height: 50vh;
  }
  .full-panel.vh-xl-max-50 {
    max-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .full-panel.vh-xl-60 {
    min-height: 60vh;
  }
  .full-panel.vh-xl-max-60 {
    max-height: 60vh;
  }
}
@media (min-width: 1200px) {
  .full-panel.vh-xl-70 {
    min-height: 70vh;
  }
  .full-panel.vh-xl-max-70 {
    max-height: 70vh;
  }
}
@media (min-width: 1200px) {
  .full-panel.vh-xl-auto {
    min-height: auto;
  }
  .full-panel.vh-xl-max-auto {
    max-height: auto;
  }
}
.full-panel.centered-title h2, .full-panel.centered-titles h2, .full-panel.centered h2 {
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
}
.full-panel.centered-titles h3, .full-panel.centered h3, .full-panel.centered-titles h4, .full-panel.centered h4, .full-panel.centered-titles h5, .full-panel.centered h5 {
  text-align: center;
}
.full-panel.centered-content *:not(h2):not(h3):not(h4):not(h5):not(input):not(textarea):not(select):not(option):not(.ignore-centering), .full-panel.centered *:not(h2):not(h3):not(h4):not(h5):not(input):not(textarea):not(select):not(option):not(.ignore-centering) {
  text-align: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.full-panel.box-content-left .box {
  text-align: left;
}
.full-panel.box-content-left .box * {
  text-align: left;
}
.full-panel.box-content-center .box {
  text-align: center;
}
.full-panel.box-content-center .box * {
  text-align: center;
}
.full-panel.box-content-right .box {
  text-align: right;
}
.full-panel.box-content-right .box * {
  text-align: right;
}
.full-panel.no-wrap-title h2 {
  white-space: nowrap;
}
.full-panel.fix-background-top {
  background-position: top center;
}
@media (max-width: 767px) {
  .full-panel.fix-background-top {
    background-repeat: no-repeat;
    background-size: auto;
  }
}
.full-panel.background-image-position-bottom {
  background-position: bottom center;
}
.full-panel.blue-overlay {
  position: relative;
}
.full-panel.blue-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  z-index: 0;
  background-color: rgba(1, 42, 76, 0.8);
}
.full-panel.blue-overlay > * {
  z-index: 1;
  position: relative;
}
.full-panel.remove-heading-bottom-margin h2.panel-heading {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.full-panel.remove-audience-int-content *[data-course-audience="INT"] {
  display: none !important;
}
.full-panel.remove-audience-dom-content *[data-course-audience="DOM"] {
  display: none !important;
}
@media (min-width: 992px) {
  .centered-img-rows-panel, .single-image-content-panel, .high-impact-panel {
    padding-bottom: 3.33rem;
  }
}
.centered-img-rows-panel .panel-heading, .single-image-content-panel .panel-heading, .high-impact-panel .panel-heading {
  padding-top: 0;
}
.full-panel .full-panel > .container {
  padding-left: 0;
  padding-right: 0;
}
.boxes-with-block-heading-panel, .images-with-block-heading-panel {
  padding-bottom: 3.333rem;
}
.boxes-with-block-heading-panel.blue-box-borders-light .box, .blue-box-borders-light.images-with-block-heading-panel .box {
  border: 1px solid #0066b9 !important;
}
.boxes-with-block-heading-panel.blue-box-borders .box, .blue-box-borders.images-with-block-heading-panel .box {
  border: 2px solid #0066b9 !important;
}
.boxes-with-block-heading-panel.box-inline-link-align-bottom .box, .box-inline-link-align-bottom.images-with-block-heading-panel .box {
  display: flex;
  flex-flow: column nowrap;
}
.boxes-with-block-heading-panel.box-inline-link-align-bottom .box .box-content, .box-inline-link-align-bottom.images-with-block-heading-panel .box .box-content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}
.boxes-with-block-heading-panel.box-inline-link-align-bottom .box .box-content > *:last-child, .box-inline-link-align-bottom.images-with-block-heading-panel .box .box-content > *:last-child {
  margin-top: auto;
}
.boxes-with-block-heading-panel .boxes, .images-with-block-heading-panel .boxes {
  margin-top: 2rem;
  margin-bottom: -2rem;
}
.boxes-with-block-heading-panel .boxes > *, .images-with-block-heading-panel .boxes > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.boxes-with-block-heading-panel .boxes:first-of-type, .images-with-block-heading-panel .boxes:first-of-type {
  margin-top: 0;
}
.boxes-with-block-heading-panel .box-wrap, .images-with-block-heading-panel .box-wrap {
  margin-bottom: 2rem;
  /*@media (min-width: $size-md-min) and (max-width: $size-md-max) {
            margin-bottom: 1rem;
        }*/
}
@media (max-width: 767px) {
  .boxes-with-block-heading-panel .box-wrap:first-child, .images-with-block-heading-panel .box-wrap:first-child {
    margin-top: 0;
  }
}
.boxes-with-block-heading-panel .box, .images-with-block-heading-panel .box {
  padding: 2rem;
  position: relative;
  background-color: #FFF;
  background: white;
  color: #373a3c;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 36px;
}
.panel-white.boxes-with-block-heading-panel .box, .panel-white.images-with-block-heading-panel .box {
  border: 2px solid #e8eef3;
}
.boxes-with-block-heading-panel .box h2, .images-with-block-heading-panel .box h2, .boxes-with-block-heading-panel .box h3, .images-with-block-heading-panel .box h3, .boxes-with-block-heading-panel .box h4, .images-with-block-heading-panel .box h4, .boxes-with-block-heading-panel .box a, .images-with-block-heading-panel .box a {
  color: #0066b9;
}
.boxes-with-block-heading-panel .box a.button.pink, .images-with-block-heading-panel .box a.button.pink {
  color: white;
}
.boxes-with-block-heading-panel .box .box-heading, .images-with-block-heading-panel .box .box-heading {
  margin-top: calc(-2rem - 36px);
  margin-bottom: 1.5rem;
  padding: 1rem 1.66rem;
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  display: table;
}
.boxes-with-block-heading-panel .box .box-heading h2, .images-with-block-heading-panel .box .box-heading h2, .boxes-with-block-heading-panel .box .box-heading h3, .images-with-block-heading-panel .box .box-heading h3, .boxes-with-block-heading-panel .box .box-heading h4, .images-with-block-heading-panel .box .box-heading h4, .boxes-with-block-heading-panel .box .box-heading a, .images-with-block-heading-panel .box .box-heading a {
  color: white;
}
.boxes-with-block-heading-panel .box .box-heading a h3, .images-with-block-heading-panel .box .box-heading a h3 {
  text-decoration: underline;
}
.boxes-with-block-heading-panel .box .box-heading a h3:hover, .images-with-block-heading-panel .box .box-heading a h3:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .boxes-with-block-heading-panel .box, .images-with-block-heading-panel .box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .boxes-with-block-heading-panel .box .box-heading, .images-with-block-heading-panel .box .box-heading {
    left: 1rem;
    right: 1rem;
  }
}
.boxes-with-block-heading-panel.centered-titles .box .box-heading, .centered-titles.images-with-block-heading-panel .box .box-heading, .images-with-block-heading-panel.full-panel.centered .box .box-heading, .boxes-with-block-heading-panel.full-panel.centered .box .box-heading, .full-panel.centered.images-with-block-heading-panel .box .box-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.boxes-with-block-heading-panel.centered-titles .box .box-heading h3, .centered-titles.images-with-block-heading-panel .box .box-heading h3, .images-with-block-heading-panel.full-panel.centered .box .box-heading h3, .boxes-with-block-heading-panel.full-panel.centered .box .box-heading h3, .full-panel.centered.images-with-block-heading-panel .box .box-heading h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.boxes-with-block-heading-panel.grey-titles .box .box-heading, .grey-titles.images-with-block-heading-panel .box .box-heading {
  background-color: #e8eef3;
}
.boxes-with-block-heading-panel.grey-titles .box .box-heading h3, .grey-titles.images-with-block-heading-panel .box .box-heading h3 {
  color: #0066b9;
}
.boxes-with-block-heading-panel.grey-boxes .box, .grey-boxes.images-with-block-heading-panel .box {
  background-color: #e8eef3;
}
.boxes-with-block-heading-panel.apply-steps .box .box-heading h3, .apply-steps.images-with-block-heading-panel .box .box-heading h3 {
  display: block;
}
@media (min-width: 991px) {
  .boxes-with-block-heading-panel.apply-steps .box .box-heading h3, .apply-steps.images-with-block-heading-panel .box .box-heading h3 {
    width: 50%;
  }
}
.tiled-column-panel .box {
  margin-bottom: 2px;
  border: 0;
}
.tiled-column-panel .content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/**
 * Centered content panel. Needs to remain in parent panels scss as its used by child imports
 */
.centered-content-panel, .centered-img-rows-panel, .centered-multiple-column-panel, .contact-panel {
  text-align: center;
}
.centered-content-panel .panel-heading, .centered-img-rows-panel .panel-heading, .centered-multiple-column-panel .panel-heading, .contact-panel .panel-heading {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .centered-content-panel .panel-heading, .centered-img-rows-panel .panel-heading, .centered-multiple-column-panel .panel-heading, .contact-panel .panel-heading {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.centered-content-panel *, .centered-img-rows-panel *, .centered-multiple-column-panel *, .contact-panel * {
  -webkit-justify-content: center;
  justify-content: center;
}
.centered-content-panel .panel-content, .centered-img-rows-panel .panel-content, .centered-multiple-column-panel .panel-content, .contact-panel .panel-content {
  margin-bottom: 0;
}
.content-panel {
  padding-bottom: 1.5rem;
}
.content-panel.container-no-pb .container {
  padding-bottom: 0 !important;
}
.content-panel #right-column .border-box {
  padding: 1rem;
}
.content-panel #right-column .border-box.blue {
  border: 2px solid #0066b9;
}
.content-panel #right-column .border-box.light {
  border: 2px solid #e8eef3;
}
.content-panel #right-column .box-equity-scheme {
  padding: 1.5rem;
}
.content-panel #right-column .box-equity-scheme .bold-link {
  font-weight: bold;
  text-decoration: underline;
}
.content-panel #right-column .box-equity-scheme .bold-link:hover {
  text-decoration: none;
}
.content-panel #right-column .box-equity-scheme.blue {
  background-color: #0066b9;
  color: white;
}
.content-panel #right-column .box-equity-scheme.blue .box-heading {
  color: white !important;
}
.content-panel #right-column .box-equity-scheme.blue a {
  color: white;
}
.content-panel #right-column .box-equity-scheme.light {
  background-color: #e8eef3;
  color: #373a3c;
}
.content-panel #right-column .box-equity-scheme.light .box-heading {
  color: #0066b9 !important;
}
.content-panel #right-column .box-equity-scheme.light a {
  color: #0066b9;
}
.content-panel #right-column .box-equity-testimonial .box {
  width: 100%;
  border: 2px solid #e8eef3;
  margin: 0;
}
.content-panel #right-column .box-equity-testimonial .box:not(:first-child) {
  border-top: none;
}
.content-panel #right-column .box-equity-testimonial .box .box-heading {
  padding: 1.5rem;
}
.content-panel #right-column .box-equity-testimonial .box .box-content {
  padding: 0 1.5rem 1.5rem;
}
.content-panel #right-column .box-equity-testimonial .box .box-content blockquote {
  padding: 0;
  margin: 0;
}
.content-panel #right-column .box-equity-testimonial .box .box-content blockquote .quote {
  z-index: 0;
}
.content-panel #right-column .box-equity-testimonial .box .box-content blockquote .quote::before {
  content: "“";
  display: inline-block;
  position: absolute;
  top: 3.5rem;
  left: -1.5rem;
  color: #e8eef3;
  font-size: 14rem;
  z-index: -1;
}
.content-panel #right-column .box-equity-testimonial .box .box-content cite {
  font-style: normal;
  color: #00467f;
}
.show-hide-panel.panel-white .show-hide-heading-button, .show-hide-panel.panel-light-blue .show-hide-heading-button {
  border: 2px solid #0066b9;
  color: #0066b9;
}
.show-hide-panel.panel-white .show-hide-heading-button:focus, .show-hide-panel.panel-light-blue .show-hide-heading-button:focus {
  outline: 3px solid #0066b9;
  outline-offset: 0px;
}
.show-hide-panel.panel-white .show-hide-heading-button::after, .show-hide-panel.panel-light-blue .show-hide-heading-button::after {
  background-image: url("/__data/assets/file/0005/709052/arrow-down.svg");
}
.show-hide-panel.panel-blue .show-hide-heading-button, .show-hide-panel.panel-dark-blue .show-hide-heading-button {
  border: 2px solid white;
  color: white;
}
.show-hide-panel.panel-blue .show-hide-heading-button:focus, .show-hide-panel.panel-dark-blue .show-hide-heading-button:focus {
  outline: 3px solid white;
  outline-offset: 0px;
}
.show-hide-panel.panel-blue .show-hide-heading-button::after, .show-hide-panel.panel-dark-blue .show-hide-heading-button::after {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg");
}
.show-hide-panel.centered .show-hide-heading-button {
  text-align: center;
}
.show-hide-panel:not(.centered) .show-hide-heading-button {
  text-align: left;
}
.show-hide-panel .panel-heading .show-hide-heading-button {
  background-color: transparent;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 3rem 4.5rem 3rem 3rem;
}
@media (max-width: 576px) {
  .show-hide-panel .panel-heading .show-hide-heading-button {
    text-align: left !important;
    -webkit-justify-content: left !important;
    justify-content: left !important;
  }
}
.show-hide-panel .panel-heading .show-hide-heading-button.open::after {
  transform: rotate(180deg);
  transform-origin: center;
}
.show-hide-panel .panel-heading .show-hide-heading-button::after {
  content: " ";
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  position: absolute;
  transition: transform 0.3s;
  right: 4rem;
  top: 3rem;
}
@media (max-width: 991px) {
  .show-hide-panel .panel-heading .show-hide-heading-button::after {
    top: 2.5rem;
  }
}
@media (max-width: 576px) {
  .show-hide-panel .panel-heading .show-hide-heading-button::after {
    right: 2rem;
  }
}
.show-hide-panel .show-hide-button.toggle-arrow-white::after {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg");
}
.show-hide-panel .show-hide-button.toggle-arrow-blue::after {
  background-image: url("/__data/assets/file/0005/709052/arrow-down.svg");
}
.show-hide-panel .show-hide-button.toggle-arrow-blue, .show-hide-panel .show-hide-button.toggle-arrow-white {
  padding-right: 3rem;
}
.show-hide-panel .show-hide-button.toggle-arrow-blue::after, .show-hide-panel .show-hide-button.toggle-arrow-white::after {
  content: " ";
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  position: absolute;
  transition: transform 0.3s;
  right: 0.6rem;
  top: 0.7em;
}
.show-hide-panel .show-hide-button.toggle-arrow-blue.open::after, .show-hide-panel .show-hide-button.toggle-arrow-white.open::after {
  transform: rotate(180deg);
  transform-origin: center;
}
/*.on-this-page-panel {
    #toc {
        display: inline-block;
        border: $grey-border;
        padding: 1.5rem;
    }
    
    #toc-links {
        margin-bottom: 0;
    }
}*/
/** Image grids **/
/* 
 * 2 variants:
 * - Image above title/description (.above-caption)
 * - Image with title overlay (.overlay-caption)
 */
.image-grid-panel .panel-heading {
  margin-bottom: 1.333rem;
}
@media (max-width: 767px) {
  .image-grid-panel .panel-content {
    margin-bottom: 0.666rem;
  }
}
.image-grid-panel .box {
  position: relative;
}
@media (min-width: 768px) {
  .image-grid-panel .box {
    margin-bottom: 2rem;
  }
}
.image-grid-panel .boxes {
  padding-left: 14px;
  padding-right: 14px;
}
.image-grid-panel .play-icon {
  position: relative;
}
.image-grid-panel .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
}
.image-grid-panel .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
}
.image-grid-panel.hide-titles .boxes .box .caption-content {
  display: none;
}
.image-grid-panel.above-caption {
  padding-bottom: 3.33rem;
}
.image-grid-panel.above-caption .box {
  padding-left: 1px;
  padding-right: 1px;
}
.image-grid-panel.above-caption .box img {
  width: 100%;
}
.image-grid-panel.above-caption .box:nth-child(3) {
  padding-right: 0;
}
.image-grid-panel.above-caption .box .caption-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  padding-left: 3rem;
}
.image-grid-panel.above-caption .box .caption-content .arrow-link {
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .image-grid-panel.above-caption .box .caption-content .arrow-link {
    margin-left: 0rem;
  }
}
.image-grid-panel.above-caption .box.inner-border-thin .aspect-force {
  border: 1px solid #e8eef3;
  border-bottom: none;
}
.image-grid-panel.above-caption .box.inner-border-thin .caption-content {
  border: 1px solid #e8eef3;
  border-top: none;
}
.image-grid-panel.above-caption .box .box-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .image-grid-panel.above-caption .box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .image-grid-panel.above-caption .box > * {
    margin-bottom: 2px;
  }
  .image-grid-panel.above-caption .box .box-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 70, 127, 0.9);
    padding: 1rem;
  }
  .image-grid-panel.above-caption .box .box-content .box-title {
    color: white;
  }
  .image-grid-panel.above-caption .box .box-content .arrow-link {
    color: white;
  }
  .image-grid-panel.above-caption .box .box-content .arrow-link::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
    background-color: transparent;
  }
  .image-grid-panel.above-caption .box .box-content .arrow-link:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  .image-grid-panel.above-caption .box .box-content a.email::before {
    background-image: url("/__data/assets/file/0011/637076/email-white.svg");
  }
  .image-grid-panel.above-caption .box .box-content a.email::after {
    background-image: url("/__data/assets/file/0010/637075/email.svg");
  }
}
.image-grid-panel.above-caption.boxes-extra-padding .box {
  padding: 0 0.5rem 0 0.5rem;
}
.image-grid-panel.above-caption.boxes-extra-padding .box:first-child {
  padding-left: 0 !important;
}
.image-grid-panel.above-caption.boxes-extra-padding .box:last-child {
  padding-right: 0 !important;
}
.image-grid-panel.overlay-caption .box {
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-bottom: 2px;
  margin-right: 2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-grid-panel.overlay-caption .box.border-thin {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .image-grid-panel.overlay-caption .box {
    width: calc(20% - 2px);
  }
}
.image-grid-panel.overlay-caption .box a, .image-grid-panel.overlay-caption .box .box-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .image-grid-panel.overlay-caption .box a, .image-grid-panel.overlay-caption .box .box-wrap {
    min-height: 300px;
    margin-bottom: 1rem;
  }
}
.image-grid-panel.overlay-caption .box .box-title {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
.image-grid-panel.overlay-caption .box .overlay {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.image-grid-panel.overlay-caption .box .box-caption {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  background-color: rgba(0, 70, 127, 0.9);
  padding: 1rem;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .image-grid-panel.overlay-caption .box .box-caption {
    min-height: 5.25rem;
  }
}
.image-grid-panel.overlay-caption .box:hover .arrow-link {
  text-decoration: underline;
  color: white;
}
.image-grid-panel.overlay-caption .box:hover .overlay {
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .image-grid-panel.overlay-caption.quote-hover .box .aspect-force {
    padding-bottom: 13rem;
    position: relative;
  }
  .image-grid-panel.overlay-caption.quote-hover .box .box-wrap {
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.image-grid-panel.overlay-caption.quote-hover .box .box-caption {
  transition: min-height 0.2s;
  min-height: 5.25rem;
}
.image-grid-panel.overlay-caption.quote-hover .box .box-caption .image-quote {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  padding: 1rem 1rem 1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: white;
  font-size: 1.1rem;
  line-height: 1.2rem;
  max-height: 7.2rem;
  margin: 0;
}
.image-grid-panel.overlay-caption.quote-hover .box .box-caption .image-quote ul {
  padding-left: 1.5rem;
}
.image-grid-panel.overlay-caption.quote-hover .box .box-caption .image-quote a {
  position: static !important;
  height: auto !important;
  width: auto !important;
  color: white !important;
  text-decoration: underline;
}
.image-grid-panel.overlay-caption.quote-hover .box .box-caption .image-quote a:hover {
  text-decoration: none;
}
.image-grid-panel.overlay-caption.quote-hover .box:hover .box-caption {
  min-height: 100%;
}
.image-grid-panel.overlay-caption.quote-hover .box:hover .box-caption .image-quote {
  opacity: 1;
}
.image-grid-panel.overlay-caption.quote-hover .box:focus-within .box-caption {
  min-height: 100%;
}
.image-grid-panel.overlay-caption.quote-hover .box:focus-within .box-caption .image-quote {
  opacity: 1;
}
.image-grid-panel.overlay-caption.overlaid-quote .box-caption {
  margin: 0 1rem 1rem;
}
.image-grid-panel.overlay-caption.overlaid-quote .box-caption .image-quote {
  color: white;
  font-size: 1.1rem;
  line-height: 1.2rem;
  max-height: 7.2rem;
  margin: 0;
  overflow: hidden;
}
.image-grid-panel.overlay-caption.overlaid-quote .box-caption .image-quote ul {
  padding-left: 1.5rem;
}
.image-grid-panel.overlay-caption.overlaid-quote .box-caption .image-quote a {
  position: static !important;
  height: auto !important;
  width: auto !important;
  color: white !important;
  text-decoration: underline;
}
.image-grid-panel.overlay-caption.overlaid-quote .box-caption .image-quote a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .image-grid-panel .image-grid-5 .box {
    width: calc(20% - 2px);
  }
  .image-grid-panel .image-grid-4 .box {
    width: calc(25% - 2px);
  }
  .image-grid-panel .image-grid-3 .box {
    width: calc(33.333% - 2px);
  }
  .image-grid-panel .image-grid-2 .box {
    width: calc(50% - 2px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-grid-panel .image-grid-5 .box {
    width: calc(33% - 2px);
  }
}
@media (min-width: 768px) {
  .overlay-caption.image-aspect-auto.image-grid-panel .box .aspect-force, .image-grid-square.image-grid-panel .box .aspect-force, .image-grid-landscape.image-grid-panel .box .aspect-force, .image-grid-16x9.image-grid-panel .box .aspect-force {
    position: relative;
  }
  .overlay-caption.image-aspect-auto.image-grid-panel .box .aspect-force a, .overlay-caption.image-aspect-auto.image-grid-panel .box .aspect-force img, .overlay-caption.image-aspect-auto.image-grid-panel .box .aspect-force .box-wrap, .image-grid-square.image-grid-panel .box .aspect-force a, .image-grid-square.image-grid-panel .box .aspect-force img, .image-grid-square.image-grid-panel .box .aspect-force .box-wrap, .image-grid-landscape.image-grid-panel .box .aspect-force a, .image-grid-landscape.image-grid-panel .box .aspect-force img, .image-grid-landscape.image-grid-panel .box .aspect-force .box-wrap, .image-grid-16x9.image-grid-panel .box .aspect-force a, .image-grid-16x9.image-grid-panel .box .aspect-force img, .image-grid-16x9.image-grid-panel .box .aspect-force .box-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-grid-panel .aspect-force {
    position: relative;
  }
  .overlay-caption.image-aspect-auto.image-grid-panel .aspect-force, .image-grid-square.image-grid-panel .aspect-force {
    padding-bottom: 100%;
  }
  .image-grid-landscape.image-grid-panel .aspect-force {
    padding-bottom: 75%;
  }
  .image-grid-16x9.image-grid-panel .aspect-force {
    padding-bottom: 56.25%;
  }
}
.image-grid-panel.image-grid-carousel .container {
  position: relative;
  overflow: visible;
}
.image-grid-panel.image-grid-carousel .carousel-prev {
  left: -17px;
}
.image-grid-panel.image-grid-carousel .carousel-prev::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  left: 5px;
}
.image-grid-panel.image-grid-carousel .carousel-next {
  right: -11px;
}
.image-grid-panel.image-grid-carousel .carousel-next::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
  right: 5px;
}
.image-grid-panel.image-grid-carousel .carousel-next, .image-grid-panel.image-grid-carousel .carousel-prev {
  position: absolute;
  top: 25%;
  width: 65px;
  height: 78px;
  z-index: 100;
  background-color: #0066b9;
  border: 1px solid white;
  cursor: pointer;
}
.image-grid-panel.image-grid-carousel .carousel-next::before, .image-grid-panel.image-grid-carousel .carousel-prev::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.image-grid-panel.image-grid-carousel .carousel-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: calc(100% - 6px);
}
.image-grid-panel.image-grid-carousel .carousel-wrapper .boxes {
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  max-width: 100%;
}
.image-grid-panel.image-grid-carousel .carousel-wrapper .boxes .box {
  flex: 0 0 33.3333%;
}
.image-grid-panel.image-grid-carousel .carousel-wrapper .boxes .box .caption-content {
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .image-grid-panel.image-grid-carousel .carousel-wrapper .boxes .box {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .image-grid-panel.image-grid-carousel .carousel-wrapper .boxes .box {
    flex: 0 0 100%;
  }
}
@media (min-width: 577px) {
  .image-grid-panel .boxes .play-icon a {
    background-image: none;
  }
}
/** Center image rows panel **/
/*
 * Simple panel with images tiled across each row in their own boxes
 */
.centered-img-rows-panel .play-icon {
  position: relative;
  display: block;
}
.centered-img-rows-panel .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
  top: calc(50% - 100px / 2);
}
.centered-img-rows-panel .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  top: calc(50% - 100px / 2);
}
.centered-img-rows-panel .boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.centered-img-rows-panel .box {
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .centered-img-rows-panel .box {
    padding: 1rem 1.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .centered-img-rows-panel .box {
    padding: 0.5rem 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .centered-img-rows-panel .box:last-child {
    margin-right: 0;
  }
}
.centered-img-rows-panel .box img {
  margin: auto;
  width: 100%;
}
.centered-img-rows-panel.transparent-boxes .box {
  background: transparent;
}
/** Tabbed content panel **/
/*
 * On desktop there are tabs across the top
 * On tablet it becomes a set of expanders
 * On mobile the content lays out vertically
*/
.tabbed-content-panel {
  /** Hide the tab titles, only on large and up as we use them for the expanders **/
}
.tabbed-content-panel .play-icon {
  position: relative;
  display: block;
}
.tabbed-content-panel .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
  top: calc(50% - 100px / 2);
}
.tabbed-content-panel .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  top: calc(50% - 100px / 2);
}
.tabbed-content-panel .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  .tabbed-content-panel .tabs {
    display: none;
  }
}
.tabbed-content-panel .tabs .tab {
  transition: 0.3s;
  background: white;
  padding: 1rem;
  margin-right: 2px;
  flex-wrap: wrap;
  display: inherit;
  text-align: center;
  color: #0066b9;
  border: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 19px;
  line-height: 24px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.tabbed-content-panel .tabs .tab.active {
  color: white;
  background: #0066b9;
}
.tabbed-content-panel .tabs .tab:last-child {
  margin-right: 0;
}
.tabbed-content-panel .tabs .tab:hover {
  color: white;
  background: #00467f;
  cursor: pointer;
}
.tabbed-content-panel .tabs .tab:focus {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs .tab:focus:not(:focus-visible) {
  outline: 0;
}
.tabbed-content-panel .tabs .tab:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs .tab.active:focus {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs .tab.active:focus:not(:focus-visible) {
  outline: 0;
}
.tabbed-content-panel .tabs .tab.active:focus-visible {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs.panel-white .tab {
  background: #e8eef3;
}
.tabbed-content-panel .tabs.panel-white .tab.active {
  color: white;
  background: #0066b9;
}
.tabbed-content-panel .tabs.panel-white .tab:hover {
  color: white;
  background: #00467f;
}
.tabbed-content-panel .tabs.panel-white .tab:focus {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs.panel-white .tab.active:focus {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs.panel-blue .tab {
  background-color: #FFF;
  background: white;
  color: #0066b9;
}
.tabbed-content-panel .tabs.panel-blue .tab:hover {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #0066b9;
}
.tabbed-content-panel .tabs.panel-blue .tab.active {
  background-color: #00467f;
  background: #00467f;
  color: white;
}
.tabbed-content-panel .tabs.panel-blue .tab:focus {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs.panel-blue .tab.active:focus {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs.panel-dark-blue .tab {
  background-color: #FFF;
  background: white;
  color: #0066b9;
}
.tabbed-content-panel .tabs.panel-dark-blue .tab:hover {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #0066b9;
}
.tabbed-content-panel .tabs.panel-dark-blue .tab.active {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.tabbed-content-panel .tabs.panel-dark-blue .tab:focus {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel .tabs.panel-dark-blue .tab.active:focus {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.tabbed-content-panel.panel-light-blue .tab-content > .box-content .show-hide.in {
  color: white !important;
}
.tabbed-content-panel .tab-content:focus {
  outline: none;
}
.tabbed-content-panel .tab-content > .box-content {
  background: white;
  color: #373a3c;
}
.tabbed-content-panel .tab-content > .box-content h2, .tabbed-content-panel .tab-content > .box-content h3, .tabbed-content-panel .tab-content > .box-content h4, .tabbed-content-panel .tab-content > .box-content a {
  color: #0066b9;
}
.tabbed-content-panel .tab-content > .box-content a.button.pink {
  color: white;
}
.tabbed-content-panel .tab-content > .box-content .mobile-tab {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding-top: 3px;
}
.tabbed-content-panel .tab-content > .box-content .mobile-tab:focus {
  outline: 2px dashed #0066b9 !important;
  transition: none;
}
.tabbed-content-panel .tab-content > .box-content h3 {
  margin-top: 0;
}
.tabbed-content-panel .tab-content > .box-content .panel-content .image-metadata p {
  font-size: 1rem;
}
.tabbed-content-panel .tab-content > .box-content .panel-content .image-metadata h4 {
  margin-top: 0;
}
.tabbed-content-panel .tab-content > .box-content .box-image {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .tabbed-content-panel .tab-content > .box-content {
    padding-left: 2.33rem;
    padding-right: 2.33rem;
    padding-top: 2.33rem;
    padding-bottom: 2.33rem;
  }
}
@media (max-width: 767px) {
  .tabbed-content-panel .tab-content > .box-content .box-image {
    height: auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .tabbed-content-panel .tab-content > .box-content {
    padding: 1rem;
    margin-bottom: 2px;
  }
  .tabbed-content-panel .tab-content > .box-content .content-title {
    transition: 0.3s;
    position: relative;
    padding-right: 3rem;
  }
  .tabbed-content-panel .tab-content > .box-content .content-title::before, .tabbed-content-panel .tab-content > .box-content .content-title::after {
    transition: 0.3s;
    content: " ";
    position: absolute;
    right: 0;
    top: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tabbed-content-panel .tab-content > .box-content .content-title::before {
    background-size: 1.25rem 1.25rem;
    background: url("/__data/assets/file/0005/709907/plus.svg") no-repeat;
    opacity: 1;
  }
  .tabbed-content-panel .tab-content > .box-content .content-title::after {
    background-image: none;
    opacity: 0;
    content: "";
    content: ""/"";
    position: absolute;
    right: 0px;
    top: calc(50% - 0.65rem);
    font-size: 30px;
    color: #0066b9;
    font-family: "Font Awesome 5 Pro";
  }
  .tabbed-content-panel .tab-content > .box-content .content-title.active::before {
    opacity: 0;
  }
  .tabbed-content-panel .tab-content > .box-content .content-title.active::after {
    opacity: 1;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tabbed-content-panel .tab-content > .box-content {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .tabbed-content-panel .tab-content-wrap {
    margin-top: 2px;
  }
  .tabbed-content-panel .is-sticky > .tabs {
    border-bottom: 2px solid #e8eef3;
  }
  .tabbed-content-panel .is-sticky .panel-white.tabs {
    border-bottom: 2px solid white;
  }
  .tabbed-content-panel .is-sticky .panel-blue.tabs {
    border-bottom: 2px solid #0066b9;
  }
  .tabbed-content-panel .is-sticky .panel-dark-blue.tabs {
    border-bottom: 2px solid #00467f;
  }
}
.tabbed-content-panel.content-padding-sm .tab-content > .box-content {
  padding: 1rem !important;
}
@media (min-width: 768px) {
  .tabbed-content-panel.no-border-desktop .tab-content > .box-content {
    border: none !important;
  }
}
.tabbed-content-panel.panel-white .tab-content > .box-content {
  border: 2px solid #e8eef3;
  border-top: 0;
}
@media (max-width: 991px) {
  .tabbed-content-panel.panel-white .tab-content > .box-content {
    margin-bottom: 0;
  }
}
.tabbed-content-panel.panel-white:not(.blue-tabs) .tab-content:first-child > .box-content {
  border-top: 2px solid #e8eef3;
}
.tabbed-content-panel.panel-blue .simple-box-carousel .box-heading h3, .tabbed-content-panel.panel-light-blue .simple-box-carousel .box-heading h3, .tabbed-content-panel.panel-secondary-blue .simple-box-carousel .box-heading h3, .tabbed-content-panel.panel-dark-blue .simple-box-carousel .box-heading h3 {
  color: white !important;
}
.tabbed-content-panel.panel-blue.blue-tabs .simple-box-carousel .box-heading h3, .tabbed-content-panel.panel-light-blue.blue-tabs .simple-box-carousel .box-heading h3, .tabbed-content-panel.panel-secondary-blue.blue-tabs .simple-box-carousel .box-heading h3, .tabbed-content-panel.panel-dark-blue.blue-tabs .simple-box-carousel .box-heading h3 {
  color: #0066b9 !important;
}
@media (min-width: 768px) {
  .tabbed-content-panel.blue-tabs {
    padding-bottom: 0;
  }
}
.tabbed-content-panel.blue-tabs .tab-content-wrap {
  margin-top: 0;
}
.tabbed-content-panel.blue-tabs .tabs {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .tabbed-content-panel.blue-tabs .tab-content:not(:first-child) {
    border-top: 1px dotted white;
  }
}
@media (max-width: 767px) {
  .tabbed-content-panel.blue-tabs .panel-content > .row > .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.tabbed-content-panel.blue-tabs .box-content {
  background: transparent;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
  color: white;
}
.tabbed-content-panel.blue-tabs .box-content h2, .tabbed-content-panel.blue-tabs .box-content h3, .tabbed-content-panel.blue-tabs .box-content h4, .tabbed-content-panel.blue-tabs .box-content a {
  color: white;
}
.tabbed-content-panel.blue-tabs .box-content .mobile-tab:focus {
  outline: 2px dashed white !important;
}
.tabbed-content-panel.blue-tabs .content-title::before {
  background-image: url("/__data/assets/file/0006/709908/plus-white.svg") !important;
}
.tabbed-content-panel.blue-tabs .content-title::after {
  color: white;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .item img {
  margin-top: 0;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .item .box-content {
  color: #373a3c;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .item .box-content h2, .tabbed-content-panel.blue-tabs .simple-box-carousel .item .box-content h3, .tabbed-content-panel.blue-tabs .simple-box-carousel .item .box-content h4, .tabbed-content-panel.blue-tabs .simple-box-carousel .item .box-content a {
  color: #0066b9;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .item .box-content a.button.pink {
  color: white;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .item .box {
  background-color: white;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .box-heading {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #373a3c;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .box-heading h2, .tabbed-content-panel.blue-tabs .simple-box-carousel .box-heading h3, .tabbed-content-panel.blue-tabs .simple-box-carousel .box-heading h4, .tabbed-content-panel.blue-tabs .simple-box-carousel .box-heading a {
  color: #0066b9;
}
.tabbed-content-panel.blue-tabs .simple-box-carousel .box-heading a.button.pink {
  color: white;
}
@media (min-width: 1199px) {
  .tabbed-content-panel.no-tab-titles .content-title {
    display: none;
  }
}
.tabbed-content-panel.social-tabs.panel-light-blue .box-content {
  background-color: white !important;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap {
  margin-top: 0;
  position: relative;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .spinner, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .spinner {
  top: 25%;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .box-content, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .box-content {
  background-color: #e8eef3;
  border: 1px solid #0066b9 !important;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .box-content .content-title h3, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .box-content .content-title h3 {
  color: #0066b9;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .box-content .social-wrapper, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .box-content .social-wrapper {
  border: 1px solid #0066b9;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .box-content .username-wrapper, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .box-content .username-wrapper {
  border-color: white !important;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .box-content .post-text, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .box-content .post-text {
  border-color: white !important;
}
.tabbed-content-panel.social-tabs.panel-white .tab-content-wrap .box-content .box-wrap, .tabbed-content-panel.social-tabs.panel-light-blue .tab-content-wrap .box-content .box-wrap {
  background-color: white !important;
  padding: 0.5rem;
}
.tabbed-content-panel.social-tabs.panel-secondary-blue .tabs a:not(.active) {
  color: #0066b9;
}
.tabbed-content-panel.social-tabs .tab-content-wrap {
  padding: 0 15px;
  position: relative;
}
.tabbed-content-panel.social-tabs .tab-content {
  padding: 0;
}
.tabbed-content-panel.social-tabs .tab-content .box-content {
  padding-top: 0.5rem !important;
  min-height: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.tabbed-content-panel.social-tabs .tab-content .box-content .content-title::after {
  background-image: url("/__data/assets/file/0019/721351/cross-blue.svg");
}
.tabbed-content-panel.social-tabs .tab-content .box-content .panel-content {
  margin-top: 0.5rem;
}
@media (max-width: 1199px) {
  .tabbed-content-panel.social-tabs .tab-content .box-content {
    padding: 1rem !important;
    min-height: auto;
  }
  .tabbed-content-panel.social-tabs .tab-content .box-content .content-title h3 {
    margin-bottom: 0;
  }
}
.tabbed-content-panel.social-tabs .panel-content {
  /* different to the .box-content style above */
}
.tabbed-content-panel.social-tabs .panel-content .box-content {
  padding-top: 0 !important;
  min-height: auto;
  background-color: transparent;
  border-color: none !important;
}
.tabbed-content-panel.social-tabs .tabs .tab {
  margin-right: 1px !important;
  margin-left: 1px !important;
}
.tabbed-content-panel.social-tabs .tabs .tab:first-child {
  margin-left: 0 !important;
}
.tabbed-content-panel.social-tabs .tabs .tab:last-child {
  margin-right: 0 !important;
}
@media (min-width: 1200px) {
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-md-6:not(.col-lg-4, .col-lg-3) {
    padding: 0 0.5rem;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-md-6:not(.col-lg-4, .col-lg-3):nth-child(2n+2) {
    padding-right: 0;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-md-6:not(.col-lg-4, .col-lg-3):nth-child(2n+1) {
    padding-left: 0;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-md-6.col-lg-4 {
    padding: 0 0.5rem;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-md-6.col-lg-4:nth-child(3n+3) {
    padding-right: 0;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-md-6.col-lg-4:nth-child(3n+1) {
    padding-left: 0;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-lg-3 {
    padding: 0 0.5rem;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-lg-3:nth-child(4n+4) {
    padding-right: 0;
  }
  .tabbed-content-panel.social-tabs .social-grid-layout .box-less-padding.col-lg-3:nth-child(4n+1) {
    padding-left: 0;
  }
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper {
  width: 100%;
  background-color: white;
  height: auto;
  margin-bottom: 1rem;
  border: 1px solid #0066b9;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .item-image {
  height: 187px;
  background-size: 102% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: white;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .item-image + .username-wrapper {
  border-top: none !important;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .item-image.event-image {
  height: 181px;
  background-size: 100% auto;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .item-image.facebook-image {
  background-size: 85% auto !important;
  background-position: top center;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .channel-profile-img {
  height: 35px;
  width: 50px;
  margin: 5px 0 0 5px;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-text .post-date {
  background-color: white;
  position: absolute;
  right: 0px;
  color: #0066b9;
  padding: 5px;
  font-size: 0.9em;
  line-height: 1em;
  font-style: italic;
  bottom: 0px;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .user-background {
  width: 100%;
  background-position: center;
  height: 100px;
  position: relative;
  background-size: auto 100px;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper a + .username-wrapper {
  border-top: none !important;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .user-profile-img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 2px solid white;
  margin: 3px 0 0 3px;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper {
  width: 100%;
  min-height: 45px;
  background-color: white;
  position: relative;
  display: flex;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper i {
  font-size: 34px;
  margin: 0.5rem 0 0 0.5rem;
  color: #0066b9;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper .twitter-icon {
  /* twitter icon color #5dade7 */
  width: 25px;
  height: 25px;
  margin: 5px;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper .twitter-icon svg {
  height: 25px;
  width: 25px;
  fill: #5dade7;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper .user-name {
  height: 17px;
  width: auto;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper .user-handle {
  min-height: 1.1em;
  max-height: 2.2em;
  width: calc(100% - 55px);
  margin: 0.5rem;
  font-size: 1.1em;
  line-height: 1.1em;
  overflow: hidden;
  font-weight: bold;
  color: #0066b9;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .username-wrapper .post-date {
  position: absolute;
  right: 10px;
  color: #0066b9;
  font-size: 0.8em;
  font-style: italic;
  top: 5px;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-text {
  padding: 0.5rem;
  padding-bottom: 1rem;
  font-size: 0.8em;
  color: #373a3c;
  position: relative;
  border-top: none;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-text p {
  margin-bottom: 8px;
  max-height: 147px;
  overflow: hidden;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-text.facebook p {
  max-height: 105px;
  overflow: hidden;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-likes {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 0.8em;
  padding-left: 18px;
  text-align: right;
  font-style: italic;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-likes.facebook::before {
  content: "";
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  color: #0066b9;
  font-size: 13px;
  top: 0;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-likes.twitter::before, .tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-likes.instagram::before {
  content: "";
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  color: #0066b9;
  font-size: 13px;
  top: 0;
}
.tabbed-content-panel.social-tabs .social-grid-layout .social-wrapper .post-likes::before {
  content: " ";
  background-image: url("https://www.qut.edu.au/__data/assets/file/0005/709907/plus.svg");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  display: block;
  left: 0px;
  top: 3px;
  position: absolute;
}
@media (min-width: 992px) {
  .tabbed-content-panel.tabs-left-side.panel-white .tab {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
  }
  .tabbed-content-panel.tabs-left-side.panel-white .tab-content > .box-content {
    border-top: 2px solid #e8eef3;
  }
  .tabbed-content-panel.tabs-left-side.panel-blue .tab, .tabbed-content-panel.tabs-left-side.panel-dark-blue .tab {
    border-bottom: 2px solid #0066b9;
    border-right: 2px solid #0066b9;
  }
  .tabbed-content-panel.tabs-left-side .container {
    display: flex;
    flex-wrap: wrap;
  }
  .tabbed-content-panel.tabs-left-side .container .panel-heading {
    flex: 0 0 100%;
  }
  .tabbed-content-panel.tabs-left-side .container .tabs {
    width: 20%;
    display: inline-block;
  }
  .tabbed-content-panel.tabs-left-side .container .tabs .tab {
    height: auto;
    padding: 2rem 1rem;
  }
  .tabbed-content-panel.tabs-left-side .container .tab-content-wrap {
    width: 80%;
    margin-top: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .tabbed-content-panel.tabs-left-side .tab-content-wrap .full-panel .container .row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .tabbed-content-panel.nested-panels .tab-content-wrap .full-panel .container .row {
    margin: 0;
  }
}
.tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-white h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-white h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-white h4, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-light-blue h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-light-blue h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-light-blue h4 {
  color: #0066b9;
}
.tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-white h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-white h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-white h4, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-light-blue h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-light-blue h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-light-blue h4 {
  color: #0066b9;
}
.tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-blue h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-blue h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-blue h4, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-dark-blue h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-dark-blue h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel > .container.panel-dark-blue h4 {
  color: white;
}
.tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-blue h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-blue h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-blue h4, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-dark-blue h2, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-dark-blue h3, .tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.panel-dark-blue h4 {
  color: white;
}
.tabbed-content-panel.nested-panels .tab-content .box-content .full-panel.single-image-content-carousel figure {
  white-space: nowrap;
}
.tabbed-content-panel.nested-panel-carousel-padding-fix .single-image-content-carousel .container .row {
  padding-right: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-1 .tab-content:nth-child(1) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-1 .tab-content:nth-child(1) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-1 .tab-content:nth-child(1) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-1 .tab-content:nth-child(1) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-1 .tab-content:nth-child(1) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-1 .tab-content:nth-child(1) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-1 .tab-content:nth-child(1) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-2 .tab-content:nth-child(2) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-2 .tab-content:nth-child(2) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-2 .tab-content:nth-child(2) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-2 .tab-content:nth-child(2) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-2 .tab-content:nth-child(2) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-2 .tab-content:nth-child(2) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-2 .tab-content:nth-child(2) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-3 .tab-content:nth-child(3) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-3 .tab-content:nth-child(3) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-3 .tab-content:nth-child(3) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-3 .tab-content:nth-child(3) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-3 .tab-content:nth-child(3) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-3 .tab-content:nth-child(3) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-3 .tab-content:nth-child(3) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-4 .tab-content:nth-child(4) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-4 .tab-content:nth-child(4) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-4 .tab-content:nth-child(4) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-4 .tab-content:nth-child(4) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-4 .tab-content:nth-child(4) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-4 .tab-content:nth-child(4) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-4 .tab-content:nth-child(4) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-5 .tab-content:nth-child(5) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-5 .tab-content:nth-child(5) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-5 .tab-content:nth-child(5) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-5 .tab-content:nth-child(5) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-5 .tab-content:nth-child(5) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-5 .tab-content:nth-child(5) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-5 .tab-content:nth-child(5) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-6 .tab-content:nth-child(6) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-6 .tab-content:nth-child(6) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-6 .tab-content:nth-child(6) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-6 .tab-content:nth-child(6) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-6 .tab-content:nth-child(6) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-6 .tab-content:nth-child(6) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-6 .tab-content:nth-child(6) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-7 .tab-content:nth-child(7) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-7 .tab-content:nth-child(7) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-7 .tab-content:nth-child(7) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-7 .tab-content:nth-child(7) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-7 .tab-content:nth-child(7) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-7 .tab-content:nth-child(7) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-7 .tab-content:nth-child(7) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-8 .tab-content:nth-child(8) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-8 .tab-content:nth-child(8) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-8 .tab-content:nth-child(8) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-8 .tab-content:nth-child(8) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-8 .tab-content:nth-child(8) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-8 .tab-content:nth-child(8) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-8 .tab-content:nth-child(8) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-9 .tab-content:nth-child(9) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-9 .tab-content:nth-child(9) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-9 .tab-content:nth-child(9) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-9 .tab-content:nth-child(9) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-9 .tab-content:nth-child(9) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-9 .tab-content:nth-child(9) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-9 .tab-content:nth-child(9) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.tabbed-content-panel.nested-panel-padding-fix-10 .tab-content:nth-child(10) .box-content {
  padding: 0;
}
.tabbed-content-panel.nested-panel-padding-fix-10 .tab-content:nth-child(10) .box-content .full-panel {
  padding: 2.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-10 .tab-content:nth-child(10) .box-content .mobile-tab {
  padding: 1.5rem;
}
.tabbed-content-panel.nested-panel-padding-fix-10 .tab-content:nth-child(10) .box-content .mobile-tab h3 {
  margin-bottom: 0 !important;
}
.tabbed-content-panel.nested-panel-padding-fix-10 .tab-content:nth-child(10) .box-content .mobile-tab::after, .tabbed-content-panel.nested-panel-padding-fix-10 .tab-content:nth-child(10) .box-content .mobile-tab::before {
  right: 1.5rem;
}
.tabbed-content-panel.tab-content-white-10 .tab-content:nth-child(10) {
  background-color: white;
  padding: 0 3rem;
  margin-top: 1rem;
}
.single-image-content-panel, .high-impact-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  /** Allow image to overflow the bottom of the container **/
  /* Hide particular image on various sizes */
  /** Align image to bottom, ensure content remains in middle & spaced correctly **/
  /** Align image to top, ensure content remains in middle & spaced correctly **/
  /** All the text content in a blue box **/
}
.single-image-content-panel h2, .high-impact-panel h2 {
  margin-bottom: 0;
}
.single-image-content-panel h3, .high-impact-panel h3 {
  margin-top: 0;
}
.single-image-content-panel .panel-heading, .high-impact-panel .panel-heading {
  padding-bottom: 1rem;
}
.single-image-content-panel .image-wrap, .high-impact-panel .image-wrap {
  text-align: center;
  align-self: center;
}
@media (max-width: 767px) {
  .image-right.single-image-content-panel .image-wrap, .image-right.high-impact-panel .image-wrap {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel.remove-first-child-pt .content-container, .high-impact-panel.remove-first-child-pt .content-container {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel.remove-first-child-pt .content-container .content-wrap > *:first-child, .high-impact-panel.remove-first-child-pt .content-container .content-wrap > *:first-child {
    margin-top: 0 !important;
  }
}
.single-image-content-panel .content-container, .high-impact-panel .content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .single-image-content-panel .content-container, .high-impact-panel .content-container {
    margin-top: 2rem;
  }
}
.single-image-content-panel .content-container .content-wrap > *:first-child, .high-impact-panel .content-container .content-wrap > *:first-child {
  margin-top: 2rem;
}
.single-image-content-panel .content-outer-wrap, .high-impact-panel .content-outer-wrap {
  width: 100%;
}
.single-image-content-panel .no-gutters .content-outer-wrap, .high-impact-panel .no-gutters .content-outer-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .single-image-content-panel .no-gutters, .high-impact-panel .no-gutters {
    padding-bottom: 2rem;
  }
}
.single-image-content-panel.panel-white .image-caption, .single-image-content-panel.panel-light-blue .image-caption, .high-impact-panel.panel-white .image-caption, .high-impact-panel.panel-light-blue .image-caption {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.single-image-content-panel.panel-white .image-caption h2, .single-image-content-panel.panel-white .image-caption h3, .single-image-content-panel.panel-white .image-caption h4, .single-image-content-panel.panel-white .image-caption a, .single-image-content-panel.panel-light-blue .image-caption h2, .single-image-content-panel.panel-light-blue .image-caption h3, .single-image-content-panel.panel-light-blue .image-caption h4, .single-image-content-panel.panel-light-blue .image-caption a, .high-impact-panel.panel-white .image-caption h2, .high-impact-panel.panel-white .image-caption h3, .high-impact-panel.panel-white .image-caption h4, .high-impact-panel.panel-white .image-caption a, .high-impact-panel.panel-light-blue .image-caption h2, .high-impact-panel.panel-light-blue .image-caption h3, .high-impact-panel.panel-light-blue .image-caption h4, .high-impact-panel.panel-light-blue .image-caption a {
  color: white;
}
.single-image-content-panel.panel-blue .image-caption, .high-impact-panel.panel-blue .image-caption {
  background-color: #00467f;
  background: #00467f;
  color: white;
}
.single-image-content-panel.panel-blue .image-caption h2, .single-image-content-panel.panel-blue .image-caption h3, .single-image-content-panel.panel-blue .image-caption h4, .single-image-content-panel.panel-blue .image-caption a, .high-impact-panel.panel-blue .image-caption h2, .high-impact-panel.panel-blue .image-caption h3, .high-impact-panel.panel-blue .image-caption h4, .high-impact-panel.panel-blue .image-caption a {
  color: white;
}
.single-image-content-panel.panel-dark-blue .image-caption, .single-image-content-panel.panel-secondary-blue .image-caption, .high-impact-panel.panel-dark-blue .image-caption, .high-impact-panel.panel-secondary-blue .image-caption {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.single-image-content-panel.panel-dark-blue .image-caption h2, .single-image-content-panel.panel-dark-blue .image-caption h3, .single-image-content-panel.panel-dark-blue .image-caption h4, .single-image-content-panel.panel-dark-blue .image-caption a, .single-image-content-panel.panel-secondary-blue .image-caption h2, .single-image-content-panel.panel-secondary-blue .image-caption h3, .single-image-content-panel.panel-secondary-blue .image-caption h4, .single-image-content-panel.panel-secondary-blue .image-caption a, .high-impact-panel.panel-dark-blue .image-caption h2, .high-impact-panel.panel-dark-blue .image-caption h3, .high-impact-panel.panel-dark-blue .image-caption h4, .high-impact-panel.panel-dark-blue .image-caption a, .high-impact-panel.panel-secondary-blue .image-caption h2, .high-impact-panel.panel-secondary-blue .image-caption h3, .high-impact-panel.panel-secondary-blue .image-caption h4, .high-impact-panel.panel-secondary-blue .image-caption a {
  color: white;
}
.single-image-content-panel .image-caption, .high-impact-panel .image-caption {
  padding: 0.66rem;
  position: relative;
  margin-top: -2.33rem;
  margin-left: -1.33rem;
}
@media (min-width: 768px) {
  .single-image-content-panel .image-caption.align-right, .high-impact-panel .image-caption.align-right {
    position: absolute;
    right: -0.333rem;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel .image-caption, .high-impact-panel .image-caption {
    margin-left: 0;
    margin-top: 0;
  }
}
.single-image-content-panel.background-video, .high-impact-panel.background-video {
  overflow: hidden !important;
}
.single-image-content-panel .play-icon, .high-impact-panel .play-icon {
  position: relative;
  display: block;
}
.single-image-content-panel .play-icon::before, .high-impact-panel .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
  top: calc(50% - 100px / 2);
}
.single-image-content-panel .play-icon:hover::before, .high-impact-panel .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  top: calc(50% - 100px / 2);
}
@media (min-width: 1200px) {
  .single-image-content-panel.image-overflow, .high-impact-panel.image-overflow {
    margin-bottom: -4rem;
    padding-bottom: 0;
  }
  .single-image-content-panel.image-overflow .container, .high-impact-panel.image-overflow .container {
    overflow-y: visible !important;
  }
  .single-image-content-panel.image-overflow .hip-image, .high-impact-panel.image-overflow .hip-image {
    z-index: 100;
  }
}
.single-image-content-panel.boxed-heading h2, .high-impact-panel.boxed-heading h2 {
  padding: 1rem 1rem;
  display: inline-block;
  background: #0066b9;
  color: white;
  word-break: break-word;
}
@media (min-width: 768px) {
  .single-image-content-panel.boxed-heading h2, .high-impact-panel.boxed-heading h2 {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .single-image-content-panel.overlay-heading .content-outer-wrap, .high-impact-panel.overlay-heading .content-outer-wrap {
    max-width: 100%;
  }
  .single-image-content-panel.overlay-heading .title-wrap, .high-impact-panel.overlay-heading .title-wrap {
    margin-top: 2.33rem;
    white-space: nowrap;
  }
  .image-left.single-image-content-panel.overlay-heading .title-wrap, .image-left.high-impact-panel.overlay-heading .title-wrap {
    direction: rtl;
  }
  .single-image-content-panel.overlay-heading h2, .high-impact-panel.overlay-heading h2 {
    display: inline-block;
    direction: ltr;
    max-width: fit-content;
  }
}
.single-image-content-panel.content-top .content-container, .high-impact-panel.content-top .content-container {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .single-image-content-panel.hide-image-md-down .image-wrap, .high-impact-panel.hide-image-md-down .image-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel.hide-image-sm-down .image-wrap, .high-impact-panel.hide-image-sm-down .image-wrap {
    display: none;
  }
}
@media (max-width: 576px) {
  .single-image-content-panel.hide-image-xs-down .image-wrap, .high-impact-panel.hide-image-xs-down .image-wrap {
    display: none;
  }
}
.single-image-content-panel.no-image-caption .image-caption, .high-impact-panel.no-image-caption .image-caption {
  display: none;
}
.single-image-content-panel.bottom-align, .high-impact-panel.bottom-align {
  padding-bottom: 0;
}
.single-image-content-panel.bottom-align .image-wrap, .high-impact-panel.bottom-align .image-wrap {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.single-image-content-panel.bottom-align .content-container, .high-impact-panel.bottom-align .content-container {
  margin-top: 0rem;
  margin-bottom: 3.33rem;
}
@media (max-width: 767px) {
  .single-image-content-panel.bottom-align .row, .high-impact-panel.bottom-align .row {
    flex-wrap: wrap-reverse;
  }
}
.single-image-content-panel.top-align, .high-impact-panel.top-align {
  padding-top: 0;
}
.single-image-content-panel.top-align .image-wrap, .high-impact-panel.top-align .image-wrap {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.single-image-content-panel.top-align .content-container, .high-impact-panel.top-align .content-container {
  margin-top: 3.33rem;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .single-image-content-panel.reverse-md-down .row, .high-impact-panel.reverse-md-down .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel.reverse-md-down.image-left .content-container, .high-impact-panel.reverse-md-down.image-left .content-container {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.single-image-content-panel.blue-boxed-text, .high-impact-panel.blue-boxed-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .single-image-content-panel.blue-boxed-text, .high-impact-panel.blue-boxed-text {
    padding-bottom: 0;
    padding-top: 50vw;
    background-position: left top;
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .single-image-content-panel.blue-boxed-text .content-container, .high-impact-panel.blue-boxed-text .content-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-image-content-panel.blue-boxed-text .content-container .content-outer-wrap, .high-impact-panel.blue-boxed-text .content-container .content-outer-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-image-content-panel.blue-boxed-text .image-wrap, .high-impact-panel.blue-boxed-text .image-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.single-image-content-panel.blue-boxed-text .container, .high-impact-panel.blue-boxed-text .container {
  align-self: center;
}
.image-left.single-image-content-panel.blue-boxed-text .content-container, .image-left.high-impact-panel.blue-boxed-text .content-container {
  direction: rtl;
}
@media (max-width: 767px) {
  .single-image-content-panel.blue-boxed-text .content-container, .high-impact-panel.blue-boxed-text .content-container {
    padding: 0;
  }
}
.single-image-content-panel.blue-boxed-text .content-outer-wrap, .high-impact-panel.blue-boxed-text .content-outer-wrap {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  padding: 1.5rem 2rem;
}
.single-image-content-panel.blue-boxed-text .content-outer-wrap h2, .single-image-content-panel.blue-boxed-text .content-outer-wrap h3, .single-image-content-panel.blue-boxed-text .content-outer-wrap h4, .single-image-content-panel.blue-boxed-text .content-outer-wrap a, .high-impact-panel.blue-boxed-text .content-outer-wrap h2, .high-impact-panel.blue-boxed-text .content-outer-wrap h3, .high-impact-panel.blue-boxed-text .content-outer-wrap h4, .high-impact-panel.blue-boxed-text .content-outer-wrap a {
  color: white;
}
.image-left.single-image-content-panel.blue-boxed-text .content-outer-wrap, .image-left.high-impact-panel.blue-boxed-text .content-outer-wrap {
  direction: ltr;
}
.single-image-content-panel.two-tone-boxed-text, .high-impact-panel.two-tone-boxed-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .single-image-content-panel.two-tone-boxed-text, .high-impact-panel.two-tone-boxed-text {
    padding-bottom: 0;
    padding-top: 50vw;
    background-position: left top;
    background-size: 100vw;
    background-repeat: no-repeat;
  }
}
.single-image-content-panel.two-tone-boxed-text .container, .high-impact-panel.two-tone-boxed-text .container {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .single-image-content-panel.two-tone-boxed-text .container, .high-impact-panel.two-tone-boxed-text .container {
    width: 100%;
  }
}
.image-left.single-image-content-panel.two-tone-boxed-text .content-container, .image-left.high-impact-panel.two-tone-boxed-text .content-container {
  direction: rtl;
}
@media (min-width: 768px) {
  .image-right.single-image-content-panel.two-tone-boxed-text .content-container, .image-right.high-impact-panel.two-tone-boxed-text .content-container {
    margin-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .image-right.single-image-content-panel.two-tone-boxed-text .content-container, .image-right.high-impact-panel.two-tone-boxed-text .content-container {
    margin-left: 6rem;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel.two-tone-boxed-text .content-container, .high-impact-panel.two-tone-boxed-text .content-container {
    padding: 0;
    margin-top: 0;
  }
}
.single-image-content-panel.two-tone-boxed-text .content-container .content-wrap > *:first-child, .high-impact-panel.two-tone-boxed-text .content-container .content-wrap > *:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-image-content-panel.two-tone-boxed-text .content-outer-wrap, .high-impact-panel.two-tone-boxed-text .content-outer-wrap {
    direction: ltr;
    width: 100%;
  }
}
.image-left.single-image-content-panel.two-tone-boxed-text .content-wrap, .image-left.high-impact-panel.two-tone-boxed-text .content-wrap {
  direction: ltr;
}
@media (min-width: 768px) {
  .single-image-content-panel.two-tone-boxed-text .title-wrap, .high-impact-panel.two-tone-boxed-text .title-wrap {
    margin: 0 2rem -3rem -2rem;
  }
}
@media (min-width: 1600px) {
  .single-image-content-panel.two-tone-boxed-text .title-wrap, .high-impact-panel.two-tone-boxed-text .title-wrap {
    margin-left: -6rem;
  }
}
.single-image-content-panel.two-tone-boxed-text h2, .high-impact-panel.two-tone-boxed-text h2 {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.single-image-content-panel.two-tone-boxed-text h2 h2, .single-image-content-panel.two-tone-boxed-text h2 h3, .single-image-content-panel.two-tone-boxed-text h2 h4, .single-image-content-panel.two-tone-boxed-text h2 a, .high-impact-panel.two-tone-boxed-text h2 h2, .high-impact-panel.two-tone-boxed-text h2 h3, .high-impact-panel.two-tone-boxed-text h2 h4, .high-impact-panel.two-tone-boxed-text h2 a {
  color: white;
}
@media (max-width: 767px) {
  .single-image-content-panel.two-tone-boxed-text h2, .high-impact-panel.two-tone-boxed-text h2 {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .single-image-content-panel.two-tone-boxed-text h2, .high-impact-panel.two-tone-boxed-text h2 {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1600px) {
  .single-image-content-panel.two-tone-boxed-text h2, .high-impact-panel.two-tone-boxed-text h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.single-image-content-panel.two-tone-boxed-text .content-wrap, .high-impact-panel.two-tone-boxed-text .content-wrap {
  background-color: #e8eef3;
  padding: 1rem;
}
@media (max-width: 767px) {
  .single-image-content-panel.two-tone-boxed-text .content-wrap, .high-impact-panel.two-tone-boxed-text .content-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single-image-content-panel.two-tone-boxed-text .content-wrap, .high-impact-panel.two-tone-boxed-text .content-wrap {
    padding: 4rem 2rem 0.5rem;
  }
}
.single-image-content-panel.two-tone-boxed-text .content-wrap p, .high-impact-panel.two-tone-boxed-text .content-wrap p {
  color: #373a3c;
}
@media (min-width: 992px) {
  .single-image-content-panel.two-tone-boxed-text .content-wrap p, .high-impact-panel.two-tone-boxed-text .content-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .single-image-content-panel.no-bg-md-down, .high-impact-panel.no-bg-md-down {
    background-image: none !important;
  }
  .single-image-content-panel.no-bg-md-down.two-tone-boxed-text, .high-impact-panel.no-bg-md-down.two-tone-boxed-text {
    padding-top: 0;
    margin-top: 0;
  }
  .single-image-content-panel.no-bg-md-down > .container, .high-impact-panel.no-bg-md-down > .container {
    width: 100%;
  }
  .single-image-content-panel.no-bg-md-down .content-container, .high-impact-panel.no-bg-md-down .content-container {
    margin-top: 0;
  }
  .single-image-content-panel.no-bg-md-down .content-container .content-outer-wrap, .high-impact-panel.no-bg-md-down .content-container .content-outer-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-image-content-panel.no-bg-sm-down, .high-impact-panel.no-bg-sm-down {
    background-image: none !important;
  }
  .single-image-content-panel.no-bg-sm-down.two-tone-boxed-text, .high-impact-panel.no-bg-sm-down.two-tone-boxed-text {
    padding-top: 0;
    margin-top: 0;
  }
  .single-image-content-panel.no-bg-sm-down > .container, .high-impact-panel.no-bg-sm-down > .container {
    width: 100%;
  }
  .single-image-content-panel.no-bg-sm-down .content-container, .high-impact-panel.no-bg-sm-down .content-container {
    margin-top: 0;
  }
  .single-image-content-panel.no-bg-sm-down .content-container .content-outer-wrap, .high-impact-panel.no-bg-sm-down .content-container .content-outer-wrap {
    width: 100%;
  }
}
.single-image-content-panel.background-video, .high-impact-panel.background-video {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-image-content-panel.background-video, .high-impact-panel.background-video {
    padding-top: 56.25vw;
  }
}
.single-image-content-panel.background-video video, .high-impact-panel.background-video video {
  position: absolute;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .single-image-content-panel.background-video video, .high-impact-panel.background-video video {
    height: 56.25vw;
  }
}
.single-image-content-panel.align-content-top .content-outer-wrap, .high-impact-panel.align-content-top .content-outer-wrap {
  position: absolute;
  top: 0;
}
@media (max-width: 1199px) {
  .single-image-content-panel.align-content-top .content-outer-wrap, .high-impact-panel.align-content-top .content-outer-wrap {
    position: static;
  }
}
/** Multicolumns **/
.multiple-column-panel .panel-link {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .multiple-column-panel.no-mobile-spacing-first .child-col:first-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .multiple-column-panel.no-mobile-spacing-second .child-col:nth-of-type(2) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .multiple-column-panel.no-mobile-spacing-third .child-col:nth-of-type(3) {
    margin-bottom: 0 !important;
  }
}
.multiple-column-panel .child-col *:last-child {
  margin-bottom: 0;
}
.multiple-column-panel .child-col:not(:last-child) {
  margin-bottom: 2rem;
}
.multiple-column-panel .child-col.has-image {
  background-repeat: no-repeat;
  background-size: 12rem 12rem;
  background-position: center top;
  padding-top: 14rem;
}
@media (min-width: 768px) {
  .multiple-column-panel .child-col.has-image {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .multiple-column-panel .child-col.has-image:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .multiple-column-panel.no-column-margin .child-col:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .multiple-column-panel.no-column-margin .child-col:not(:last-child) li:last-child {
    padding-bottom: 0.25rem;
  }
}
/** Multiple columns with image at top **/
.centered-multiple-column-panel .child-col {
  padding-top: 4.5rem;
  background-repeat: no-repeat;
  background-size: 4rem 4rem;
  background-position: center top;
}
@media (min-width: 768px) {
  .centered-multiple-column-panel .child-col {
    padding-top: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .centered-multiple-column-panel .child-col {
    margin-bottom: 2rem;
  }
  .centered-multiple-column-panel .child-col:last-child {
    margin-bottom: 0;
  }
}
.centered-multiple-column-panel h3 {
  margin-bottom: 1rem;
}
.related-article-panel .container {
  overflow-y: visible;
}
.related-article-panel .box {
  position: relative;
  padding-right: 1rem;
}
.related-article-panel h3 {
  position: absolute;
  left: 3rem;
  top: calc(-1rem - 17px);
  z-index: 2;
  color: white;
  background: #0066b9;
  display: inline-block;
  padding: 1rem 1.66rem;
}
.related-article-panel .image-holder {
  padding-right: 0;
}
.related-article-panel .image-holder .related-article-image {
  min-height: 240px;
  padding-right: 0;
  background-size: cover;
  background-position: center center;
}
.related-article-panel .box-content {
  padding: 1.66rem 2rem;
  border: 2px solid #e8eef3;
  border-left: none;
}
@media (max-width: 767px) {
  .related-article-panel h3 {
    left: 1rem;
    top: calc(-1rem - 30px);
  }
}
.research-projects-panel [data-toggle=buttons] > .btn input[type=checkbox], .research-projects-panel [data-toggle=buttons] > .btn input[type=radio], .research-projects-panel [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .research-projects-panel [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.research-projects-panel .results-container {
  padding: 0;
}
.research-projects-panel .box {
  padding: 0;
  position: relative;
}
.research-projects-panel .box .box-caption {
  position: absolute;
  background-color: rgba(0, 70, 127, 0.9);
  width: 100%;
  max-height: 100%;
  left: 0;
  bottom: 0;
  padding: 2rem;
}
.research-projects-panel .box .box-caption .show-on-hover {
  max-height: 0;
  transition: opacity 0.3s ease-out, max-height 0.6s ease-in;
  overflow: hidden;
  opacity: 0;
}
.research-projects-panel .box:hover .box-caption {
  background-color: #00467f;
}
.research-projects-panel .box:hover .box-caption .show-on-hover {
  max-height: 350px;
  transition: opacity 0.3s ease-out, max-height 0.6s ease-out;
  opacity: 1;
}
.contact-panel .address.campus::before, .contact-panel .address.postal::before {
  content: " ";
  width: 27px;
  height: 26px;
  position: absolute;
  left: -0.5rem;
  top: -5px;
  background-size: cover;
  -webkit-filter: brightness(20%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(20%);
}
.contact-panel .contact-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
}
@media (max-width: 576px) {
  .contact-panel .contact-item {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .contact-panel .contact-item {
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 991px) {
  .contact-panel .contact-item {
    margin-top: 15px;
  }
}
.contact-panel .contact-item.phone > * {
  line-height: 50px;
}
.contact-panel .phone {
  margin: 0.8rem 0;
}
.contact-panel .address {
  position: relative;
  padding-left: 2rem;
  /* border-left: 3px solid #0066b9; */
  text-align: left;
  /* font-size: 16px; */
  /* line-height: 19px; */
  /* vertical-align: top; */
}
.contact-panel .address.campus {
  margin-left: -13.5px;
}
.contact-panel .address.campus::before {
  background-image: url("/__data/assets/file/0010/776746/pin-2.svg");
}
.contact-panel .address.postal::before {
  background-image: url("/__data/assets/file/0020/713315/mailbox.svg");
}
.contact-panel .single-address .address {
  margin-top: 10px;
}
.contact-panel.panel-blue .phone ::before {
  background-image: url("//www.qut.edu.au/__data/assets/file/0004/772663/call-white.svg");
}
.contact-panel.panel-blue a.email {
  background-color: transparent;
  border-color: white !important;
  color: white !important;
}
.contact-panel.panel-blue a.email::before {
  background-image: url("//www.qut.edu.au/__data/assets/file/0011/637076/email-white.svg");
}
.contact-panel.panel-blue a.email::after {
  background-image: url("//www.qut.edu.au/__data/assets/file/0010/637075/email.svg");
}
.contact-panel.panel-blue a.email:hover {
  background-color: white;
  color: #0066b9 !important;
}
.contact-panel a.phone {
  display: inline !important;
}
.background-video-panel {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-height: 90vh;
  background-size: cover;
  background-position: center;
}
.background-video-panel .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-video-panel video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-panel .news-image-wrap {
  position: relative;
}
.news-panel .news-date {
  position: absolute;
  left: 2rem;
  bottom: 1.5rem;
  color: white;
  padding: 0.33rem 1rem;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.news-panel .news-date::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0066b9;
  background: #0066b9;
  opacity: 0.9;
  z-index: -1;
}
.news-panel .no-image .news-date {
  top: 0;
  bottom: auto;
  left: 0;
}
.news-panel a {
  text-decoration: underline;
}
.news-panel a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-panel .release-feature {
    background-color: #00467f;
    background: #00467f;
    color: white;
    margin: 0 1rem 1rem;
    flex: 0 0 calc(100% - 2rem);
  }
  .news-panel .release-feature h2, .news-panel .release-feature h3, .news-panel .release-feature h4, .news-panel .release-feature a {
    color: white;
  }
  .news-panel .release-feature .release-row {
    position: relative;
    padding-top: 56.25%;
  }
  .news-panel .release-feature .content-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-panel .release-feature .content-half.left {
    right: 0;
    left: auto !important;
  }
  .news-panel .release-feature .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 70, 127, 0.8);
  }
}
@media (max-width: 767px) {
  .news-panel .release-feature .content-wrapper {
    background-color: #00467f;
    background: #00467f;
    color: white;
    padding: 0.5rem 1rem;
  }
  .news-panel .release-feature .content-wrapper h2, .news-panel .release-feature .content-wrapper h3, .news-panel .release-feature .content-wrapper h4, .news-panel .release-feature .content-wrapper a {
    color: white;
  }
}
.news-panel .release-feature .sub-title {
  background-color: #009fe3;
  background: #009fe3;
  padding: 0.333rem 1rem;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}
.news-panel .release-feature .news-date-feature {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -6px;
  margin-bottom: 12px;
}
.news-panel #news-right-col .news__box img {
  max-width: 100%;
}
.news-panel #news-right-col .right-news-link {
  display: block;
  font-weight: bold;
  margin: 0.5rem;
}
.news-panel #news-right-col .listing-output {
  display: flex;
  flex-direction: column;
}
.news-panel blockquote {
  font-size: 1.25rem;
  margin: 1.7rem 1rem 1.7rem 1rem;
  padding: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .news-feature-panel .release-feature {
    background-color: #00467f;
    background: #00467f;
    color: white;
  }
  .news-feature-panel .release-feature h2, .news-feature-panel .release-feature h3, .news-feature-panel .release-feature h4, .news-feature-panel .release-feature a {
    color: white;
  }
  .news-feature-panel .release-row {
    position: relative;
    padding-top: 56.25%;
  }
  .news-feature-panel .content-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-feature-panel .content-half.left {
    right: 0;
    left: auto !important;
  }
  .news-feature-panel .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 70, 127, 0.8);
  }
}
@media (max-width: 767px) {
  .news-feature-panel .content-wrapper {
    background-color: #00467f;
    background: #00467f;
    color: white;
    padding: 0.5rem 1rem;
  }
  .news-feature-panel .content-wrapper h2, .news-feature-panel .content-wrapper h3, .news-feature-panel .content-wrapper h4, .news-feature-panel .content-wrapper a {
    color: white;
  }
}
.news-feature-panel .sub-title {
  background-color: #009fe3;
  background: #009fe3;
  padding: 0.333rem 1rem;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}
.news-feature-panel .news-date {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -6px;
  margin-bottom: 12px;
}
.news-feature-panel .no-image .news-date {
  top: 0;
  bottom: auto;
  left: 0;
}
.news-feature-panel a {
  text-decoration: underline;
}
.news-feature-panel a:hover {
  text-decoration: none;
}
/**
 * Picked up existing styles and dumped them here. needs massive clean up
 */
.floating-box-carousel {
  /* Synced Carousels */
  /* md up */
  /* lg up */
  /* md only */
  /* sm up */
  /* sm down */
  /* xs only */
}
.floating-box-carousel h2 {
  margin-top: 2rem;
  margin-bottom: 2.66rem;
}
.floating-box-carousel.boxed-heading h2 {
  margin-top: 1.5rem;
  padding: 1rem 1rem;
  display: inline-block;
  background: #0066b9;
  color: white;
  word-break: break-word;
}
@media (min-width: 768px) {
  .floating-box-carousel.boxed-heading h2 {
    padding: 1rem 2rem;
  }
}
.floating-box-carousel.right-aligned-caption .caption-box {
  order: 2;
}
.floating-box-carousel.right-aligned-caption .synced-carousels {
  order: 1;
}
.floating-box-carousel.top-aligned-caption .caption-box .title-wrap h2 {
  margin-top: 0;
  padding-top: 0;
}
.floating-box-carousel.small-carousel-text-box .campus-names-bg {
  margin-top: -1rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
}
.floating-box-carousel.small-carousel-text-box .campus-names-bg .owl-dots {
  right: -2.5rem;
  bottom: -5px;
}
.floating-box-carousel.small-carousel-text-box .campus-names-bg .campus-name {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5rem;
}
.floating-box-carousel .campus-images .item {
  padding-bottom: 56.25%;
}
.floating-box-carousel .campus-images .item .item-content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.floating-box-carousel .campus-images .item .item-content img {
  height: 100%;
}
.floating-box-carousel .campus-images .item .item-content a:focus {
  outline: 2px dashed white;
  outline-offset: 2px;
}
.floating-box-carousel .campus-images .owl-nav {
  height: 100%;
  width: 100%;
  margin: 0;
}
.floating-box-carousel .campus-images .owl-nav .owl-prev, .floating-box-carousel .campus-images .owl-nav .owl-next {
  transition: 0.3s;
  width: 30px;
  height: 60px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #0066b9;
  background-position: center;
  background-size: 15px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: width 0.25s, opacity 1s;
  border: none;
}
.floating-box-carousel .campus-images .owl-nav .owl-prev:hover, .floating-box-carousel .campus-images .owl-nav .owl-next:hover {
  background-color: #00467f;
  width: 60px;
}
.floating-box-carousel .campus-images .owl-nav .owl-prev:focus, .floating-box-carousel .campus-images .owl-nav .owl-next:focus {
  width: 60px;
  outline: 2px dashed white;
  outline-offset: 2px;
}
.floating-box-carousel .campus-images .owl-nav .owl-prev.disabled, .floating-box-carousel .campus-images .owl-nav .owl-next.disabled {
  opacity: 0;
  width: 0;
}
.floating-box-carousel .campus-images .owl-nav .owl-prev {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  left: 0;
}
.floating-box-carousel .campus-images .owl-nav .owl-next {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
  right: 0;
}
.floating-box-carousel .campus-names-bg, .floating-box-carousel .campus-names-fg {
  color: white;
  line-height: 1rem;
}
.floating-box-carousel .campus-names-fg .owl-stage-outer, .floating-box-carousel .campus-names-fg .owl-stage, .floating-box-carousel .campus-names-fg .owl-item {
  height: 100%;
}
.floating-box-carousel .campus-names-fg .owl-item {
  display: flex;
}
.floating-box-carousel .campus-names-fg .campus-name {
  display: block;
  color: white;
  margin-bottom: 0.4rem;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: bold;
}
.floating-box-carousel .campus-names-fg .campus-name a {
  text-decoration: underline;
}
.floating-box-carousel .campus-names-fg .owl-dots {
  position: absolute;
  bottom: -12px;
}
.floating-box-carousel .campus-names-fg .owl-dot {
  float: left;
  padding: 0.66rem;
}
.floating-box-carousel .campus-names-fg .owl-dot span {
  display: inline-block;
  border: 1px solid white;
  width: 0.66rem;
  height: 0.66rem;
}
.floating-box-carousel .campus-names-fg .owl-dot.active span {
  background-color: white;
}
.floating-box-carousel .carousel-play-icon {
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
}
.floating-box-carousel .carousel-play-icon:hover {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
}
.floating-box-carousel .campus-names-bg {
  background: #0066b9;
  padding: 1.4rem;
  line-height: 1rem;
  z-index: 5;
}
@media (min-width: 768px) {
  .floating-box-carousel .campus-names-bg {
    margin-top: -3rem;
    margin-left: 3rem;
  }
  .floating-box-carousel .campus-names-fg .owl-dots {
    right: 0;
    line-height: 0;
  }
}
@media (min-width: 992px) {
  .floating-box-carousel {
    /* Synced Carousels */
  }
  .floating-box-carousel .campus-names-bg {
    margin-top: -3rem;
    margin-left: 3rem;
    padding: 1.4rem;
  }
  .floating-box-carousel .campus-names-fg {
    z-index: 10;
    margin-bottom: 0;
  }
  .floating-box-carousel .campus-names-fg .campus-name {
    max-width: 90%;
    font-size: 28px;
    line-height: 34px;
  }
  .floating-box-carousel .campus-names-fg .owl-item {
    padding-right: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .floating-box-carousel .campus-names-fg .owl-item {
    padding-right: 6rem;
    /* so text wraps per design and doesn't cover nav dots */
  }
}
@media (min-width: 577px) {
  .floating-box-carousel .campus-names-fg .campus-name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .floating-box-carousel .campus-names-fg {
    padding-bottom: 2rem;
  }
  .floating-box-carousel .campus-names-fg .owl-dots {
    left: 0;
    line-height: 0;
  }
}
@media (max-width: 576px) {
  .floating-box-carousel .campus-names-fg .campus-name {
    font-size: 22px;
    line-height: 30px;
  }
}
.split-background-panel {
  position: relative;
  display: flex;
  align-items: center;
}
.split-background-panel.image-half, .split-background-panel .image-half {
  color: white;
}
.split-background-panel.image-half *, .split-background-panel .image-half * {
  color: white;
}
.split-background-panel.horizontal {
  min-height: 28.125vw;
  /* 16:9 / 2 */
}
.split-background-panel .centered-bg, .split-background-panel .centered-fg {
  position: absolute;
  top: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
}
.split-background-panel .centered-bg {
  background-color: #0066b9;
  background-size: cover;
  width: 50%;
}
.split-background-panel .centered-fg {
  background-position: bottom;
  background-size: auto 90%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.split-background-panel .centered-caption {
  background: #0066b9;
  color: white;
  line-height: 1rem;
  padding: 0.66rem 1.33rem 1rem;
  z-index: 1;
  display: inline-block;
  align-self: flex-end;
  margin-bottom: 3rem;
}
.split-background-panel .centered-caption .caption-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.split-background-panel .centered-caption .caption-subtext {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.people-carousel .side-carousel .owl-nav .owl-prev, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev, .people-carousel .side-carousel .owl-nav .owl-next, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border: none;
  z-index: 10;
}
.people-carousel .side-carousel .owl-nav .owl-prev::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev::before, .people-carousel .side-carousel .owl-nav .owl-prev::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev::after, .people-carousel .side-carousel .owl-nav .owl-next::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next::before, .people-carousel .side-carousel .owl-nav .owl-next::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next::after {
  transition: 0.3s;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E") transparent;
}
.people-carousel .side-carousel .owl-nav .owl-prev::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev::before, .people-carousel .side-carousel .owl-nav .owl-next::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.people-carousel .side-carousel .owl-nav .owl-prev::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev::after, .people-carousel .side-carousel .owl-nav .owl-next::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.people-carousel .side-carousel .owl-nav .owl-prev:hover::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev:hover::before, .people-carousel .side-carousel .owl-nav .owl-next:hover::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next:hover::before {
  opacity: 0;
}
.people-carousel .side-carousel .owl-nav .owl-prev:hover::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev:hover::after, .people-carousel .side-carousel .owl-nav .owl-next:hover::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next:hover::after {
  opacity: 1;
}
.people-carousel .side-carousel .owl-nav .owl-prev:focus, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev:focus, .people-carousel .side-carousel .owl-nav .owl-next:focus, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next:focus {
  outline: 2px dashed #0066b9;
  outline-offset: 2px;
}
.people-carousel .side-carousel .owl-nav .owl-prev:focus::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev:focus::before, .people-carousel .side-carousel .owl-nav .owl-next:focus::before, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next:focus::before {
  opacity: 0;
}
.people-carousel .side-carousel .owl-nav .owl-prev:focus::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev:focus::after, .people-carousel .side-carousel .owl-nav .owl-next:focus::after, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next:focus::after {
  opacity: 1;
}
.people-carousel .side-carousel .owl-nav .owl-prev, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-prev {
  left: 1rem;
  transform: rotate(180deg);
}
.people-carousel .side-carousel .owl-nav .owl-next, .people-carousel .people-carousel-bg .owl-carousel .owl-nav .owl-next {
  right: 1rem;
}
/** Deep etched people carousel **/
.people-carousel {
  padding-bottom: 0;
  position: relative;
  overflow: hidden !important;
  /* counters .owl-stage-outer { overflow: visible } (so animations don't get chopped off on .container margins) */
}
.people-carousel .container {
  position: relative;
  overflow: hidden !important;
}
.people-carousel:not(.people-search) .panel-body {
  position: relative;
  z-index: 2;
  height: 100px;
}
.people-carousel:not(.people-search) .panel-body .panel-heading {
  position: absolute;
  left: calc(50% + 1rem);
}
@media (max-width: 767px) {
  .people-carousel:not(.people-search) .panel-body {
    height: 60px;
  }
  .people-carousel:not(.people-search) .panel-body .panel-heading {
    left: 0;
    padding-left: 3rem;
  }
}
.people-carousel .people-carousel-wrap {
  position: relative;
  z-index: 0;
}
.people-carousel .lecturer-image {
  height: 100%;
}
.people-carousel .lecturer-image img {
  width: auto !important;
  max-width: 95%;
}
@media (min-width: 768px) {
  .people-carousel .lecturer-image img {
    position: absolute;
  }
}
.people-carousel .lecturer-caption {
  position: absolute;
  bottom: 2rem;
  background: #0066b9;
  color: white;
  line-height: 1rem;
  padding: 0.66rem 1.33rem 1rem;
  /* eww */
  z-index: 1;
}
.people-carousel .lecturer-caption .lecturer-name {
  font-size: 16px;
  line-height: 24px;
}
.people-carousel .lecturer-caption .lecturer-role {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .people-carousel .lecturer-caption {
    margin-right: 5rem;
  }
}
.people-carousel .side-carousel figure {
  margin: 0;
}
.people-carousel .side-carousel blockquote {
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .people-carousel .side-carousel blockquote {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.people-carousel .side-carousel blockquote:before {
  content: "“";
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: -1.75rem;
  color: #D3DFE8;
  font-size: 14rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .people-carousel .side-carousel blockquote:before {
    left: -0.75rem;
  }
}
.people-carousel .side-carousel blockquote > *:last-child {
  margin-bottom: 0;
}
.people-carousel .side-carousel figcaption {
  padding: 0;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .people-carousel .side-carousel figcaption {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.people-carousel .side-carousel .testimonial-source {
  color: #0269b6;
  display: block;
}
.people-carousel .side-carousel .owl-dots {
  text-align: left;
  line-height: 0;
  width: 100%;
  z-index: 10;
}
.people-carousel .side-carousel .owl-dots .owl-dot {
  padding: 1rem 0.66rem;
  display: inline-block;
  margin: 0;
}
.people-carousel .side-carousel .owl-dots .owl-dot span {
  display: inline-block;
  border: 1px solid #0066b9;
  width: 0.66rem;
  height: 0.66rem;
}
.people-carousel .side-carousel .owl-dots .owl-dot.active span {
  background-color: #0066b9;
}
.people-carousel .side-carousel .owl-dots .owl-dot:first-of-type {
  padding-left: 0;
}
@media (min-width: 768px) {
  .people-carousel .side-carousel .owl-dots {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .people-carousel .side-carousel .owl-dots {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .people-carousel .side-carousel .owl-dots {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .people-carousel .side-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .people-carousel .side-carousel .owl-nav {
    margin-top: 2rem;
  }
  .people-carousel .side-carousel .owl-nav .owl-prev, .people-carousel .side-carousel .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    top: auto;
    bottom: 0;
  }
  .people-carousel .side-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .people-carousel .side-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .people-carousel .side-carousel {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .people-carousel .side-carousel {
    margin-bottom: 1rem;
  }
}
.people-carousel .people-carousel-bg {
  height: 100%;
}
@media (min-width: 768px) {
  .people-carousel .people-carousel-bg {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
.people-carousel .people-carousel-bg .owl-carousel-animated {
  height: 100%;
}
.people-carousel .people-carousel-bg .owl-carousel, .people-carousel .people-carousel-bg .owl-carousel .owl-stage, .people-carousel .people-carousel-bg .owl-carousel .owl-stage-outer, .people-carousel .people-carousel-bg .owl-carousel .owl-item {
  height: 100%;
}
.people-carousel .people-carousel-bg .owl-carousel {
  z-index: auto;
}
.people-carousel .people-carousel-bg .item {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .people-carousel .people-carousel-bg .item {
    height: 100%;
  }
}
.people-carousel .container .owl-stage .arrow-link {
  transition: none;
}
.people-carousel .container .owl-stage .arrow-link::before {
  transition: none;
}
.people-carousel .container .owl-stage .arrow-link::after {
  transition: none;
}
@media (min-width: 768px) {
  .people-search .people-carousel-bg {
    width: 50%;
  }
}
/** Single Image and Content Carousel panel **/
.single-image-content-carousel .text-carousel .disabled {
  display: none;
}
.single-image-content-carousel .text-carousel figcaption > * {
  font-weight: 400;
}
.single-image-content-carousel .text-carousel figcaption .testimonial-source {
  font-weight: 700;
}
.single-image-content-carousel .content-container {
  padding: 1.5rem 3rem;
}
@media (min-width: 768px) {
  .single-image-content-carousel .content-container {
    padding: 1rem 3rem 0.5rem;
  }
  .no-content-padding.single-image-content-carousel .content-container {
    padding: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .no-content-padding.single-image-content-carousel .content-container {
    padding: 0 1rem 0;
  }
}
.single-image-content-carousel .content-container .content-outer-wrap {
  overflow: hidden;
}
.single-image-content-carousel .content-container .content-outer-wrap a {
  text-decoration: underline;
}
.single-image-content-carousel .content-container .content-outer-wrap a:hover {
  text-decoration: none;
}
.single-image-content-carousel .image-wrap {
  padding: 0;
  overflow: hidden;
}
.single-image-content-carousel .image-carousel .item {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .single-image-content-carousel .image-carousel .item {
    min-height: 63.33vw;
  }
}
@media (min-width: 992px) {
  .single-image-content-carousel .image-carousel .item {
    min-height: 0%;
  }
}
.single-image-content-carousel .image-carousel .owl-carousel .owl-item {
  visibility: visible;
}
.single-image-content-carousel .image-carousel .owl-carousel, .single-image-content-carousel .image-carousel .owl-carousel .owl-stage-outer, .single-image-content-carousel .image-carousel .owl-carousel .owl-stage, .single-image-content-carousel .image-carousel .owl-carousel .owl-item {
  height: 100%;
}
.single-image-content-carousel .owl-nav .owl-prev, .single-image-content-carousel .owl-nav .owl-next {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  bottom: 0;
  background: #fff;
}
.single-image-content-carousel .owl-nav .owl-prev::before, .single-image-content-carousel .owl-nav .owl-prev::after, .single-image-content-carousel .owl-nav .owl-next::before, .single-image-content-carousel .owl-nav .owl-next::after {
  transition: 0.3s;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E") transparent;
}
.single-image-content-carousel .owl-nav .owl-prev::before, .single-image-content-carousel .owl-nav .owl-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.single-image-content-carousel .owl-nav .owl-prev::after, .single-image-content-carousel .owl-nav .owl-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.single-image-content-carousel .owl-nav .owl-prev:hover::before, .single-image-content-carousel .owl-nav .owl-next:hover::before {
  opacity: 0;
}
.single-image-content-carousel .owl-nav .owl-prev:hover::after, .single-image-content-carousel .owl-nav .owl-next:hover::after {
  opacity: 1;
}
.single-image-content-carousel .owl-nav .owl-prev {
  transform: scale(-1, 1);
  right: 3rem;
}
.single-image-content-carousel .owl-nav .owl-next {
  right: 0;
}
.single-image-content-carousel .owl-dots {
  background-color: #0066b9;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 5.8rem;
  padding: 0 1rem;
  height: 3rem;
}
.single-image-content-carousel .owl-dots .owl-dot {
  padding: 0.33rem 0.33rem;
  display: inline-block;
  margin: 0.33rem;
}
.single-image-content-carousel .owl-dots .owl-dot span {
  padding: 0.33rem 0.33rem;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0;
}
.single-image-content-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.single-image-content-carousel .container.panel-white, .single-image-content-carousel .container.panel-light-blue {
  color: #373a3c;
}
.single-image-content-carousel .container.panel-white h2, .single-image-content-carousel .container.panel-white h3, .single-image-content-carousel .container.panel-white h4, .single-image-content-carousel .container.panel-white a, .single-image-content-carousel .container.panel-light-blue h2, .single-image-content-carousel .container.panel-light-blue h3, .single-image-content-carousel .container.panel-light-blue h4, .single-image-content-carousel .container.panel-light-blue a {
  color: #0066b9;
}
.single-image-content-carousel .container.panel-white a.button.pink, .single-image-content-carousel .container.panel-light-blue a.button.pink {
  color: white;
}
.single-image-content-carousel .container.panel-white .owl-carousel .arrow-link::before, .single-image-content-carousel .container.panel-light-blue .owl-carousel .arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.single-image-content-carousel .container.panel-white .owl-carousel .arrow-link::after, .single-image-content-carousel .container.panel-light-blue .owl-carousel .arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.single-image-content-carousel.no-image-caption .subtitle {
  display: none;
}
@media (max-width: 992px) {
  .single-image-content-carousel.show-image-first .row {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .single-image-content-carousel.show-image-first .row .content-container {
    order: 2;
  }
  .single-image-content-carousel.show-image-first .row .image-wrap {
    order: 1;
  }
}
@media (max-width: 992px) {
  .single-image-content-carousel .row .owl-item {
    height: 150px;
  }
  .single-image-content-carousel .row .active {
    height: auto;
  }
}
@media (min-width: 992px) {
  .single-image-content-carousel .content-outer-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* Boxed content with blue icon box to left */
@media (min-width: 992px) {
  .icon-box-panel {
    padding-bottom: 3.33rem;
  }
}
@media (max-width: 992px) {
  .icon-box-panel .box .box-content-wrap {
    width: 100%;
  }
}
.icon-box-panel.icon-dark .box .icon {
  background: #00467f;
}
.icon-box-panel .boxes > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2rem;
}
.icon-box-panel .box {
  background-color: #FFF;
  background: white;
  color: #373a3c;
  padding: 2rem;
  padding-left: 10rem;
  position: relative;
  margin-left: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.panel-white.icon-box-panel .box {
  border: 2px solid #e8eef3;
}
.icon-box-panel .box h2, .icon-box-panel .box h3, .icon-box-panel .box h4, .icon-box-panel .box a {
  color: #0066b9;
}
.icon-box-panel .box a.button.pink {
  color: white;
}
.icon-box-panel .box .box-link {
  margin-top: 1rem;
}
.icon-box-panel .box .icon {
  background-color: #0066b9;
  background: #0066b9;
  height: 10rem;
  width: 10rem;
  position: absolute;
  top: 2rem;
  left: -2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.icon-box-panel .box .icon img {
  height: 6rem;
  /* IE 11 FIX - kill me */
  width: 6rem;
  min-width: 6rem;
}
.panel-blue.icon-box-panel .box .icon {
  background-color: #00467f;
  background: #00467f;
}
@media (max-width: 767px) {
  .icon-box-panel .box .icon img {
    object-fit: contain;
    min-width: 3rem;
  }
}
@media (max-width: 992px) {
  .icon-box-panel .box .icon img {
    object-fit: contain;
    min-width: 3rem;
  }
}
@media (max-width: 991px) {
  .icon-box-panel .box {
    margin-top: 3.3rem;
    margin-left: 0;
    padding: 2rem;
    padding-top: 5.3rem;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .icon-box-panel .box .icon {
    width: 6.6rem;
    height: 6.6rem;
    top: -3.3rem;
    left: 2rem;
  }
  .icon-box-panel .box .icon img {
    height: 4.4rem;
    /* IE 11 FIX - kill me */
    width: 4.4rem;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .icon-box-panel .box {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    margin-bottom: 0;
    padding: 1rem;
    padding-top: 3.5rem;
    height: auto;
  }
  .icon-box-panel .box .icon {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
    left: 1rem;
  }
  .icon-box-panel .box .icon img {
    /* IE 11 FIX - kill me */
    width: 4.4rem;
  }
}
@media (min-width: 992px) {
  .icon-box-panel.icon-lg-top .box, .icon-box-panel .col-lg-3 .box, .icon-box-panel .col-lg-20pc .box {
    margin-top: 5rem;
    margin-left: 0;
    padding: 2rem;
    padding-top: 7rem;
  }
  .icon-box-panel.icon-lg-top .box .icon, .icon-box-panel .col-lg-3 .box .icon, .icon-box-panel .col-lg-20pc .box .icon {
    top: -5rem;
    left: 2rem;
  }
}
.icon-box-panel.icon-above-text .boxes .box-wrap .box {
  flex-direction: column;
}
.icon-box-panel.icon-above-text .boxes .box-wrap .box .icon {
  margin-right: 0;
  margin-bottom: 1rem;
}
.icon-box-panel.small-box-headings .box .box-content-wrap h3 {
  line-height: 28px;
  font-size: 23px;
}
.icon-box-panel.no-icon-box .icon {
  background: transparent !important;
}
.icon-box-panel.no-icon-box .icon img {
  height: auto;
}
.icon-box-panel.icon-centered .box {
  margin-left: 0;
  margin-top: 5rem;
  padding: 2rem;
  padding-top: 7rem;
}
.no-icon-box.icon-box-panel.icon-centered .box {
  padding-top: 5rem;
}
.icon-box-panel.icon-centered .icon {
  top: -5rem;
  left: calc(50% - 5rem);
}
@media (max-width: 991px) {
  .icon-box-panel.icon-centered .icon {
    top: -3.3rem;
    left: calc(50% - (6.6rem / 2));
  }
}
@media (max-width: 767px) {
  .icon-box-panel.icon-centered .icon {
    top: -2.5rem;
    left: calc(50% - (5rem / 2));
  }
}
.icon-box-panel.icon-float-center .icon {
  margin: 0 auto 2rem !important;
}
.icon-box-panel.no-icon-box-border .box {
  border: none !important;
}
.icon-box-panel.all-text-center .box-content-wrap {
  flex-grow: 1;
  display: flex;
  width: 100%;
}
.icon-box-panel.all-text-center .box-content {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.icon-box-panel.all-text-center .box-content p:first-of-type {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .icon-box-panel.fix-icon-padding-in-full-width .boxes > * {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .icon-box-panel.move-icon-inside-box .box {
    margin: 0;
    padding: 2rem;
    min-height: 0;
    flex-basis: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  .icon-box-panel.move-icon-inside-box .box .icon {
    position: static;
    width: min-content;
    height: min-content;
    padding: 1rem;
    display: -ms-flexbox;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .icon-box-panel.move-icon-inside-box.icon-lg-top .box, .icon-box-panel.move-icon-inside-box .col-lg-3 .box, .icon-box-panel.move-icon-inside-box .col-lg-20pc .box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .icon-box-panel.move-icon-inside-box.icon-lg-top .box .icon, .icon-box-panel.move-icon-inside-box .col-lg-3 .box .icon, .icon-box-panel.move-icon-inside-box .col-lg-20pc .box .icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .icon-box-panel.move-icon-inside-box .box {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .icon-box-panel.move-icon-inside-box .box .icon {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .icon-box-panel.move-icon-inside-box .box .icon {
    margin-right: 2rem;
  }
}
.icon-box-panel.text-align-left .box .box-content-wrap h3 {
  text-align: left !important;
}
.icon-box-panel.text-align-left .box .box-content-wrap .box-content p {
  text-align: left !important;
}
.icon-box-panel.text-align-left .box .box-content-wrap .box-content p:last-child {
  text-align: center !important;
}
.icon-box-panel.outlined .box {
  background: transparent;
}
.panel-white.icon-box-panel.outlined .box, .panel-light-blue.icon-box-panel.outlined .box {
  border: 2px solid #0066b9;
  /*.box-link {
                    @include blue-object;
                    @include white-content;
                    
                    .arrow-link {
                        @include arrow-before-white;
                    }
                }*/
}
.panel-blue.icon-box-panel.outlined .box, .panel-dark-blue.icon-box-panel.outlined .box {
  border: 2px solid white;
  color: white;
  /*.box-link {
                    @include white-object;
                    @include normal-content;
                    
                    .arrow-link {
                        @include arrow-before;
                    }
                }*/
}
.panel-blue.icon-box-panel.outlined .box h2, .panel-blue.icon-box-panel.outlined .box h3, .panel-blue.icon-box-panel.outlined .box h4, .panel-blue.icon-box-panel.outlined .box a, .panel-dark-blue.icon-box-panel.outlined .box h2, .panel-dark-blue.icon-box-panel.outlined .box h3, .panel-dark-blue.icon-box-panel.outlined .box h4, .panel-dark-blue.icon-box-panel.outlined .box a {
  color: white;
}
.icon-box-panel.white-box .box {
  background-color: #FFF;
  background: white;
  color: #373a3c;
  border: 0;
}
.icon-box-panel.white-box .box h2, .icon-box-panel.white-box .box h3, .icon-box-panel.white-box .box h4, .icon-box-panel.white-box .box a {
  color: #0066b9;
}
.icon-box-panel.white-box .box a.button.pink {
  color: white;
}
.icon-box-panel.light-box .box {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #373a3c;
  border: 0;
}
.icon-box-panel.light-box .box h2, .icon-box-panel.light-box .box h3, .icon-box-panel.light-box .box h4, .icon-box-panel.light-box .box a {
  color: #0066b9;
}
.icon-box-panel.light-box .box a.button.pink {
  color: white;
}
.icon-box-panel.dark-box .box {
  background-color: #00467f;
  background: #00467f;
  color: white;
  border: 0;
}
.icon-box-panel.dark-box .box h2, .icon-box-panel.dark-box .box h3, .icon-box-panel.dark-box .box h4, .icon-box-panel.dark-box .box a {
  color: white;
}
.icon-box-panel.blue-box .box {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  border: 0;
}
.icon-box-panel.blue-box .box h2, .icon-box-panel.blue-box .box h3, .icon-box-panel.blue-box .box h4, .icon-box-panel.blue-box .box a {
  color: white;
}
.icon-box-panel.blue-box .box .icon {
  background-color: #00467f;
  background: #00467f;
}
.icon-box-panel.link-align-bottom .box .box-content-wrap {
  padding-bottom: 40px;
}
.icon-box-panel.link-align-bottom .box .box-link {
  position: absolute;
  bottom: 25px;
  left: 150px;
}
@media (max-width: 991px) {
  .icon-box-panel.link-align-bottom .box .box-link {
    left: 2rem;
  }
}
.icon-box-panel.box-inline-link-align-bottom .box {
  display: flex;
}
.icon-box-panel.box-inline-link-align-bottom .box .box-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.icon-box-panel.box-inline-link-align-bottom .box .box-content-wrap .box-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.icon-box-panel.box-inline-link-align-bottom .box .box-content-wrap .box-content > *:last-child {
  margin-top: auto;
}
.icon-box-panel.no-icon-offset .box {
  margin: 0;
  padding: 2rem;
  min-height: 0;
  flex-basis: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .icon-box-panel.no-icon-offset .box {
    flex-direction: column;
  }
}
.icon-box-panel.no-icon-offset .box .icon {
  position: static;
  background: transparent !important;
  width: auto;
  height: auto;
  display: -ms-flexbox;
  -webkit-justify-content: left;
  justify-content: left;
}
@media (max-width: 991px) {
  .icon-box-panel.no-icon-offset .box .icon {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .icon-box-panel.no-icon-offset .box .icon {
    margin-right: 2rem;
  }
}
.icon-box-panel.no-icon-offset.icon-lg-top .box, .icon-box-panel.no-icon-offset .col-lg-3 .box, .icon-box-panel.no-icon-offset .col-lg-20pc .box {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.icon-box-panel.no-icon-offset.icon-lg-top .box .icon, .icon-box-panel.no-icon-offset .col-lg-3 .box .icon, .icon-box-panel.no-icon-offset .col-lg-20pc .box .icon {
  margin-right: 0;
  margin-bottom: 1rem;
}
.icon-box-panel.icon-panel-content-full-width .panel-content .col-lg-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.icon-box-panel.icon-inside-centered.blue-box .box .show-hide {
  background-color: #fff;
  background: white;
  color: #0066b9;
  border: 0;
}
.icon-box-panel.icon-inside-centered.dark-box .box .show-hide {
  background-color: #fff;
  background: white;
  color: #0066b9;
  border: 0;
}
.icon-box-panel.icon-inside-centered .box {
  margin: 0;
  padding: 2rem;
  min-height: 0;
  flex-basis: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .icon-box-panel.icon-inside-centered .box {
    flex-direction: column;
  }
}
.icon-box-panel.icon-inside-centered .box .icon {
  position: static;
  background: transparent !important;
  width: auto;
  height: auto;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .icon-box-panel.icon-inside-centered .box .icon {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .icon-box-panel.icon-inside-centered .box .icon {
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .icon-box-panel.icon-inside-centered .box .icon img {
    min-width: 4rem;
  }
}
.icon-box-panel.icon-inside-centered.icon-lg-top .box, .icon-box-panel.icon-inside-centered .col-lg-3 .box, .icon-box-panel.icon-inside-centered .col-lg-20pc .box {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.icon-box-panel.icon-inside-centered.icon-lg-top .box .icon, .icon-box-panel.icon-inside-centered .col-lg-3 .box .icon, .icon-box-panel.icon-inside-centered .col-lg-20pc .box .icon {
  margin-right: 0;
  margin-bottom: 1rem;
}
.icon-box-panel.content-full-width .panel-content .col-lg-9 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
}
.icon-box-panel.content-in-column .box-content-wrap {
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.icon-box-panel.content-in-column .box-content-wrap .box-link {
  text-align: center;
}
.icon-box-panel.full-width-icons .boxes .box .icon {
  width: 100%;
}
.icon-box-panel.full-width-icons .boxes .box .icon img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .icon-box-panel.five-icon-inline-fix-lg .box .icon img {
    object-fit: contain;
    min-width: 3rem;
  }
  .icon-box-panel.five-icon-inline-fix-lg .box .icon {
    left: calc(50% - 5rem);
  }
}
.icon-box-panel.icons-align-top .boxes .box-wrap .box {
  flex-direction: row;
}
.icon-box-panel.no-icon-panel1 .boxes .box-wrap:nth-of-type(1) .box {
  padding-left: 2rem;
}
.icon-box-panel.no-icon-panel1 .boxes .box-wrap:nth-of-type(1) .box .icon {
  display: none;
}
.icon-box-panel.no-icon-panel2 .boxes .box-wrap:nth-of-type(2) .box {
  padding-left: 2rem;
}
.icon-box-panel.no-icon-panel2 .boxes .box-wrap:nth-of-type(2) .box .icon {
  display: none;
}
.icon-box-panel.no-icon-panel3 .boxes .box-wrap:nth-of-type(3) .box {
  padding-left: 2rem;
}
.icon-box-panel.no-icon-panel3 .boxes .box-wrap:nth-of-type(3) .box .icon {
  display: none;
}
.icon-box-panel.no-icon-panel4 .boxes .box-wrap:nth-of-type(4) .box {
  padding-left: 2rem;
}
.icon-box-panel.no-icon-panel4 .boxes .box-wrap:nth-of-type(4) .box .icon {
  display: none;
}
.icon-box-panel.no-icon-panel5 .boxes .box-wrap:nth-of-type(5) .box {
  padding-left: 2rem;
}
.icon-box-panel.no-icon-panel5 .boxes .box-wrap:nth-of-type(5) .box .icon {
  display: none;
}
.icon-box-panel.no-icon-panel6 .boxes .box-wrap:nth-of-type(6) .box {
  padding-left: 2rem;
}
.icon-box-panel.no-icon-panel6 .boxes .box-wrap:nth-of-type(6) .box .icon {
  display: none;
}
.key-dates-panel .expander__heading {
  background-color: #00467f;
  background: #00467f;
  color: white;
  /* -- override for conflicting panel content; needs to be a comprehensive accordion solution -- */
  position: relative;
  padding: 1rem 1.5rem;
}
.key-dates-panel .expander__heading h2, .key-dates-panel .expander__heading h3, .key-dates-panel .expander__heading h4, .key-dates-panel .expander__heading a {
  color: white;
}
.key-dates-panel .expander__heading h3, .key-dates-panel .expander__heading .h4, .key-dates-panel .expander__heading .white-text {
  color: white !important;
}
@media (max-width: 767px) {
  .key-dates-panel .expander__heading {
    padding: 1rem;
  }
}
.key-dates-panel .expander__heading * {
  margin-bottom: 0;
}
.key-dates-panel .expander__heading::before, .key-dates-panel .expander__heading::after {
  transition: 0.3s;
  content: " ";
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.key-dates-panel .expander__heading::before {
  background-size: 1.25rem 1.25rem;
  background: url("/__data/assets/file/0006/709908/plus-white.svg") no-repeat;
  opacity: 0;
}
.key-dates-panel .expander__heading::after {
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
  opacity: 1;
}
.key-dates-panel .expander__contents {
  border: 2px solid #e8eef3;
}
@media (min-width: 768px) {
  .key-dates-panel .expander__contents {
    padding: 1rem;
  }
}
.key-dates-panel .expander--closed .expander__contents {
  display: none;
}
.key-dates-panel .expander--closed .expander__heading {
  margin-bottom: 0;
  border-bottom: 1px solid white;
}
.key-dates-panel .expander--closed .expander__heading::before {
  opacity: 1;
}
.key-dates-panel .expander--closed .expander__heading::after {
  opacity: 0;
}
.key-dates-panel .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.key-dates-panel .box__heading {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}
.key-dates-panel .box__heading h2, .key-dates-panel .box__heading h3, .key-dates-panel .box__heading h4, .key-dates-panel .box__heading a {
  color: white;
}
@media (max-width: 767px) {
  .key-dates-panel .box__heading {
    padding: 1rem;
  }
}
.key-dates-panel .box__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 2px solid #e8eef3;
  border-top: 0;
  padding: 1.5rem;
}
/* Image boxes with block heading, extends non-image version */
.images-with-block-heading-panel {
  padding-bottom: 5.33rem;
  /** Full width image with overlaid box **/
}
.images-with-block-heading-panel .box-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.images-with-block-heading-panel .play-icon {
  position: relative;
  display: block;
}
.images-with-block-heading-panel .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
  top: calc(50% - 100px / 2);
}
.images-with-block-heading-panel .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  top: calc(50% - 100px / 2);
}
.images-with-block-heading-panel .url-version.is-id {
  display: none;
}
.images-with-block-heading-panel .id-version.is-url {
  display: none;
}
.images-with-block-heading-panel .box-image-top {
  padding-bottom: 56.25%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: -36px;
}
.images-1-1.images-with-block-heading-panel .box-image-top {
  padding-bottom: 100%;
}
.images-2-1.images-with-block-heading-panel .box-image-top {
  padding-bottom: 50%;
}
.images-3-2.images-with-block-heading-panel .box-image-top {
  padding-bottom: 66.6666666667%;
}
@media (min-width: 992px) {
  .images-with-block-heading-panel.featured-background-image .box {
    background-color: #FFF;
    background: white;
  }
  .images-with-block-heading-panel.featured-background-image .box-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .images-with-block-heading-panel.featured-background-image .box-wrap .box {
    margin-left: 4rem;
  }
  .images-with-block-heading-panel.featured-background-image .box-image-top {
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-position: right center;
  }
  .images-with-block-heading-panel.featured-background-image .box {
    margin-top: 8rem;
    margin-bottom: 6rem;
    -webkit-box-flex: none;
    -webkit-flex: none 1 auto;
    -moz-box-flex: none;
    -moz-flex: none 1 auto;
    -ms-flex: none 1 auto;
    flex: none 1 auto;
  }
  .images-with-block-heading-panel.featured-background-image.content-right .box-wrap {
    align-items: flex-end;
  }
  .images-with-block-heading-panel.featured-background-image.content-right .box-wrap .box {
    margin-right: 4rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .images-with-block-heading-panel.featured-background-image .box {
    width: calc(50% - 4rem);
  }
}
.images-with-block-heading-panel .blue-element .box {
  background-color: #0066b9;
  background: #0066b9;
}
.images-with-block-heading-panel .blue-element .box .box-content * {
  color: white;
}
.images-with-block-heading-panel .blue-element a.arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.images-with-block-heading-panel .blue-element a.arrow-link:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.images-with-block-heading-panel .blue-element a.email::before {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.images-with-block-heading-panel .blue-element a.email::after {
  background-image: url("/__data/assets/file/0010/637075/email.svg");
}
.images-with-block-heading-panel .blue-element .box-heading {
  background-color: #FFF;
  background: white;
  color: #0066b9;
}
.images-with-block-heading-panel .blue-element .box-heading h3 {
  color: #0066b9;
}
@media (max-width: 576px) {
  .images-with-block-heading-panel .box-content img {
    width: 80px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .images-with-block-heading-panel .box-content .text-xs-center {
    text-align: left !important;
    padding-top: 1rem !important;
  }
}
.images-with-block-heading-panel .container .box .box-content .arrow-links a {
  color: #0066b9;
}
.images-with-block-heading-panel .container .box .box-content ul.arrow-links a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.images-with-block-heading-panel .container .box .box-content ul.arrow-links a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.social-icons {
  display: flex;
  flex-direction: row;
}
.social-icons svg {
  margin-right: 0.5rem;
  padding: 5px 0 0 0;
  height: 22px;
  width: 22px;
  fill: #0066b9;
}
.social-icons a {
  margin-right: 1.5rem;
  font-weight: bold;
}
.social-icons .social-icon {
  vertical-align: middle;
}
.social-icons.size-small svg {
  height: 29px !important;
  width: 24px !important;
}
.social-icons.size-medium svg {
  height: 48px !important;
  width: 48px !important;
}
.social-icons.size-large svg {
  height: 68px !important;
  width: 68px !important;
}
.social-icons.icons-only a {
  margin-right: 0 !important;
  font-weight: bold;
}
.panel-white .social-icons svg {
  fill: #0066b9 !important;
}
.panel-blue .social-icons svg {
  fill: #fff !important;
}
.panel-dark-blue .social-icons svg {
  fill: #fff !important;
}
.panel-secondary-blue .social-icons svg {
  fill: #fff !important;
}
.calendar-event-panel.panel-white .calendar, .calendar-event-panel.panel-light-blue .calendar {
  padding-left: 45px;
  background-color: #0066b9;
  border: 2px solid #0066b9;
  color: white;
}
.calendar-event-panel.panel-white .calendar:hover, .calendar-event-panel.panel-light-blue .calendar:hover {
  background-color: #00467f;
  border-color: #00467f;
}
.calendar-event-panel.panel-white .calendar svg, .calendar-event-panel.panel-light-blue .calendar svg {
  position: absolute;
  top: 5px;
  left: 4px;
  height: 35px;
  width: 35px;
  fill: white;
}
.calendar-event-panel.panel-blue .calendar, .calendar-event-panel.panel-dark-blue .calendar, .calendar-event-panel.panel-secondary-blue .calendar {
  padding-left: 45px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid white;
  background-color: white;
  color: #0066b9;
}
.calendar-event-panel.panel-blue .calendar:hover, .calendar-event-panel.panel-dark-blue .calendar:hover, .calendar-event-panel.panel-secondary-blue .calendar:hover {
  background-color: #0066b9;
  border-color: white;
  color: white;
}
.calendar-event-panel.panel-blue .calendar:hover svg, .calendar-event-panel.panel-dark-blue .calendar:hover svg, .calendar-event-panel.panel-secondary-blue .calendar:hover svg {
  fill: white;
}
.calendar-event-panel.panel-blue .calendar svg, .calendar-event-panel.panel-dark-blue .calendar svg, .calendar-event-panel.panel-secondary-blue .calendar svg {
  position: absolute;
  top: 5px;
  left: 4px;
  height: 35px;
  width: 35px;
  fill: #0066b9;
}
.vertical-carousel-panel .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("//www.qut.edu.au/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
}
.vertical-carousel-panel .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("//www.qut.edu.au/__data/assets/file/0010/719461/play-white.svg");
}
.vertical-carousel-panel .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .vertical-carousel-panel .button-prev {
    display: none;
  }
  .vertical-carousel-panel .button-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .vertical-carousel-panel .play-icon::before {
    top: calc(30% - 100px / 2);
  }
  .vertical-carousel-panel .vc-promo-content {
    min-height: 1px !important;
  }
}
.centered-carousel-panel .carousel-slide-text {
  padding: 10px;
  color: white;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .centered-carousel-panel .carousel-slide-text {
    font-size: 11px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .centered-carousel-panel .carousel-slide-link {
    font-size: 12px !important;
    line-height: 12px;
  }
  .centered-carousel-panel .carousel-slide-link {
    line-height: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .centered-carousel-panel .carousel-slide-text {
    font-size: 10px;
    line-height: 12px;
    padding: 0;
  }
  .centered-carousel-panel .carousel-slide-link {
    font-size: 10px !important;
    line-height: 12px;
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  .centered-carousel-panel .arrow-link {
    padding: 0;
    margin: 0;
    position: unset;
  }
  .centered-carousel-panel .carousel-slide-link {
    line-height: 12px !important;
  }
  .centered-carousel-panel a.arrow-link::before, .centered-carousel-panel span.arrow-link::before, .centered-carousel-panel button.arrow-link::before, .centered-carousel-panel a.arrow-link::after, .centered-carousel-panel span.arrow-link::after, .centered-carousel-panel button.arrow-link::after {
    position: unset;
  }
}
@media (min-width: 992px) {
  .tiled-content-panel {
    padding-bottom: 3.33rem;
  }
}
@media (max-width: 767px) {
  .tiled-content-panel.hide-image-mobile-view {
    background-image: none !important;
  }
}
.tiled-content-panel .boxes > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .thin-margin.tiled-content-panel .boxes > * {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .tiled-content-panel.remove-images-sm-down .box .img-wrap {
    display: none;
  }
}
.tiled-content-panel .box-content .topic-list-left {
  text-align: left !important;
  justify-content: left !important;
  margin-left: 1.5rem;
}
.tiled-content-panel.light-box-borders .box {
  border: 2px solid #e8eef3 !important;
}
.tiled-content-panel.blue-box-borders-light .box {
  border: 1px solid #0066b9 !important;
}
.tiled-content-panel.blue-box-borders-white .box {
  border: 2px solid white !important;
}
.tiled-content-panel.blue-box-borders .box {
  border: 2px solid #0066b9;
}
.tiled-content-panel.left-align-headings .box .box-internal {
  text-align: left;
}
.tiled-content-panel .no-bullets {
  list-style-type: none;
}
.tiled-content-panel.no-image-text-spacing .box .box-internal {
  padding-top: 0.5rem !important;
}
.tiled-content-panel.tiles-toggle-panel .show-hide {
  font-size: 44px;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.tiled-content-panel.tiles-toggle-panel .show-hide::before {
  height: 2rem;
  width: 1.5rem;
  top: calc(50% - 1rem);
}
.tiled-content-panel.align-content-center .box .box-internal {
  text-align: center;
}
.tiled-content-panel.small-text .box .box-internal h3 {
  font-size: 17.3px !important;
}
.tiled-content-panel.panel-white .show-hide {
  background-color: white !important;
  color: #0066b9 !important;
  border: 2px solid #0066b9 !important;
}
.tiled-content-panel.panel-white .show-hide::before {
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
}
.tiled-content-panel.panel-white .show-hide-contents {
  border-color: white !important;
  background-color: white !important;
}
.tiled-content-panel.panel-blue .show-hide {
  background-color: #0066b9 !important;
  color: white !important;
  border: 2px solid white !important;
}
.tiled-content-panel.panel-blue .show-hide::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
}
.tiled-content-panel.panel-blue .show-hide-contents {
  border-color: #0066b9 !important;
  background-color: #0066b9 !important;
}
.tiled-content-panel.panel-dark-blue .show-hide {
  background-color: #00467f !important;
  color: white !important;
  border: 2px solid white !important;
}
.tiled-content-panel.panel-dark-blue .show-hide::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
}
.tiled-content-panel.panel-dark-blue .show-hide-contents {
  border-color: #00467f !important;
  background-color: #00467f !important;
}
.tiled-content-panel.panel-secondary-blue .show-hide {
  background-color: #009fe3 !important;
  color: white !important;
  border: 2px solid white !important;
}
.tiled-content-panel.panel-secondary-blue .show-hide::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
}
.tiled-content-panel.panel-secondary-blue .show-hide-contents {
  border-color: #009fe3 !important;
  background-color: #009fe3 !important;
}
.tiled-content-panel.panel-light-blue .show-hide {
  background-color: #e8eef3 !important;
  color: #0066b9 !important;
  border: 2px solid #0066b9 !important;
}
.tiled-content-panel.panel-light-blue .show-hide::before {
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
}
.tiled-content-panel.panel-light-blue .show-hide-contents {
  border-color: #e8eef3 !important;
  background-color: #e8eef3 !important;
}
.tiled-content-panel.box-link-align-bottom .box .box-internal {
  display: flex;
  flex-flow: column nowrap;
}
.tiled-content-panel.box-link-align-bottom .box .box-internal .box-content {
  margin-bottom: auto;
  padding-bottom: 0.5rem;
}
.tiled-content-panel.box-link-align-bottom .box .box-internal > a:last-child {
  margin-top: auto;
}
.tiled-content-panel.box-inline-link-align-bottom .box .box-internal {
  height: 100%;
}
.tiled-content-panel.box-inline-link-align-bottom .box .box-internal .box-content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.tiled-content-panel.box-inline-link-align-bottom .box .box-internal .box-content > *:last-child {
  margin-top: auto;
}
.tiled-content-panel .justify-left .box {
  text-align: left;
}
.tiled-content-panel .justify-left .box * {
  text-align: left;
}
.tiled-content-panel.justify-boxes-left .boxes {
  justify-content: left !important;
}
.tiled-content-panel .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding: 2rem 1rem;
  border: 2px solid #e8eef3;
  width: 100%;
}
.panel-light-blue.tiled-content-panel .box {
  background-color: white;
}
@media (max-width: 767px) {
  .tiled-content-panel .box {
    padding: 1rem 0;
    height: auto;
  }
  .tiled-content-panel .box h3 {
    margin-bottom: 1rem;
  }
}
.tiled-content-panel .box .img-wrap {
  text-align: center;
  min-width: 1px;
}
@media (min-width: 768px) {
  .tiled-content-panel .box.image-left .img-wrap {
    padding-right: 0.5rem;
    -webkit-align-self: center;
    align-self: center;
  }
}
.tiled-content-panel .box.image-right {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .tiled-content-panel .box.image-right .img-wrap {
    padding-left: 0.5rem;
    -webkit-align-self: center;
    align-self: center;
  }
}
.tiled-content-panel .box .play-icon {
  position: relative;
  display: block;
}
.tiled-content-panel .box .play-icon::before {
  content: " ";
  position: absolute;
  width: 98px;
  height: 98px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
  border-radius: 50px;
  opacity: 0.9;
  z-index: 5;
  background-color: #0066b9;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #0066b9 inset, 0 0 1px 0 #0066b9;
}
.tiled-content-panel .box .play-icon:hover::before {
  box-shadow: 0 0 1px 0 #012a4c inset, 0 0 1px 0 #012a4c;
  background-color: #012a4c;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
}
.tiled-content-panel .box .box-internal .arrow-link {
  margin-top: 1rem;
}
.tiled-content-panel .box .box-internal *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tiled-content-panel .box .box-internal {
    padding-top: 1rem;
  }
}
.tiled-content-panel .box.image-top .box-internal {
  padding-top: 1.5rem;
}
.tiled-content-panel .box.image-bottom .box-internal {
  padding-bottom: 1.5rem;
}
.tiled-content-panel .box.image-bottom {
  display: flex;
}
.tiled-content-panel .box.image-bottom .img-wrap {
  order: 2;
}
.tiled-content-panel .box .box-image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .tiled-content-panel.left-align-image .img-wrap {
    float: left;
    height: 100%;
    margin-right: 2rem;
  }
  .tiled-content-panel.left-align-image .box-image {
    margin-bottom: 0;
  }
  .tiled-content-panel.left-align-image .box-internal {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%;
  }
  .tiled-content-panel.left-align-image.no-image-padding .box-internal {
    border-top: 2px solid #e8eef3;
  }
}
.tiled-content-panel.white-box .box, .tiled-content-panel .white-box .box, .tiled-content-panel.grey-box .box, .tiled-content-panel .grey-box .box, .tiled-content-panel.dark-box .box, .tiled-content-panel .dark-box .box, .tiled-content-panel.blue-box .box, .tiled-content-panel .blue-box .box, .tiled-content-panel.success-box .box, .tiled-content-panel .success-box .box, .full-panel.tiled-blue-box .box, .full-panel .tiled-blue-box .box {
  border: 0;
  padding: 0;
}
.tiled-content-panel.white-box .box .img-wrap, .tiled-content-panel .white-box .box .img-wrap, .tiled-content-panel.grey-box .box .img-wrap, .tiled-content-panel .grey-box .box .img-wrap, .tiled-content-panel.dark-box .box .img-wrap, .tiled-content-panel .dark-box .box .img-wrap, .tiled-content-panel.blue-box .box .img-wrap, .tiled-content-panel .blue-box .box .img-wrap, .tiled-content-panel.success-box .box .img-wrap, .tiled-content-panel .success-box .box .img-wrap, .full-panel.tiled-blue-box .box .img-wrap, .full-panel .tiled-blue-box .box .img-wrap {
  padding: 2rem;
  background-color: white;
}
.tiled-content-panel.white-box .box .img-wrap .box-image, .tiled-content-panel .white-box .box .img-wrap .box-image, .tiled-content-panel.grey-box .box .img-wrap .box-image, .tiled-content-panel .grey-box .box .img-wrap .box-image, .tiled-content-panel.dark-box .box .img-wrap .box-image, .tiled-content-panel .dark-box .box .img-wrap .box-image, .tiled-content-panel.blue-box .box .img-wrap .box-image, .tiled-content-panel .blue-box .box .img-wrap .box-image, .tiled-content-panel.success-box .box .img-wrap .box-image, .tiled-content-panel .success-box .box .img-wrap .box-image, .full-panel.tiled-blue-box .box .img-wrap .box-image, .full-panel .tiled-blue-box .box .img-wrap .box-image {
  margin-bottom: 0;
  vertical-align: middle;
}
.tiled-content-panel.white-box .box .box-internal, .tiled-content-panel .white-box .box .box-internal, .tiled-content-panel.grey-box .box .box-internal, .tiled-content-panel .grey-box .box .box-internal, .tiled-content-panel.dark-box .box .box-internal, .tiled-content-panel .dark-box .box .box-internal, .tiled-content-panel.blue-box .box .box-internal, .tiled-content-panel .blue-box .box .box-internal, .tiled-content-panel.success-box .box .box-internal, .tiled-content-panel .success-box .box .box-internal, .full-panel.tiled-blue-box .box .box-internal, .full-panel .tiled-blue-box .box .box-internal {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .tiled-content-panel.white-box .thin-padding.box .box-internal, .tiled-content-panel .white-box .thin-padding.box .box-internal, .tiled-content-panel.grey-box .thin-padding.box .box-internal, .tiled-content-panel .grey-box .thin-padding.box .box-internal, .tiled-content-panel.dark-box .thin-padding.box .box-internal, .tiled-content-panel .dark-box .thin-padding.box .box-internal, .tiled-content-panel.blue-box .thin-padding.box .box-internal, .tiled-content-panel .blue-box .thin-padding.box .box-internal, .tiled-content-panel.success-box .thin-padding.box .box-internal, .tiled-content-panel .success-box .thin-padding.box .box-internal, .full-panel.tiled-blue-box .thin-padding.box .box-internal, .full-panel .tiled-blue-box .thin-padding.box .box-internal {
    padding: 1rem;
  }
}
.tiled-content-panel.white-box .box, .tiled-content-panel .white-box .box {
  background-color: #FFF;
  background: white;
  color: #373a3c;
}
.tiled-content-panel.white-box .box h2, .tiled-content-panel.white-box .box h3, .tiled-content-panel.white-box .box h4, .tiled-content-panel.white-box .box a, .tiled-content-panel .white-box .box h2, .tiled-content-panel .white-box .box h3, .tiled-content-panel .white-box .box h4, .tiled-content-panel .white-box .box a {
  color: #0066b9;
}
.tiled-content-panel.white-box .box a.button.pink, .tiled-content-panel .white-box .box a.button.pink {
  color: white;
}
@media (min-width: 768px) {
  .see-through-boxes.tiled-content-panel.white-box .box, .see-through-boxes.tiled-content-panel .white-box .box {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.tiled-content-panel.grey-box .box, .tiled-content-panel .grey-box .box {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #373a3c;
}
.tiled-content-panel.grey-box .box h2, .tiled-content-panel.grey-box .box h3, .tiled-content-panel.grey-box .box h4, .tiled-content-panel.grey-box .box a, .tiled-content-panel .grey-box .box h2, .tiled-content-panel .grey-box .box h3, .tiled-content-panel .grey-box .box h4, .tiled-content-panel .grey-box .box a {
  color: #0066b9;
}
.tiled-content-panel.grey-box .box a.button.pink, .tiled-content-panel .grey-box .box a.button.pink {
  color: white;
}
@media (min-width: 768px) {
  .see-through-boxes.tiled-content-panel.grey-box .box, .see-through-boxes.tiled-content-panel .grey-box .box {
    background-color: rgba(232, 238, 243, 0.7);
  }
}
.tiled-content-panel.dark-box .box, .tiled-content-panel .dark-box .box {
  background-color: #00467f;
  background: #00467f;
  color: white;
}
.tiled-content-panel.dark-box .box h2, .tiled-content-panel.dark-box .box h3, .tiled-content-panel.dark-box .box h4, .tiled-content-panel.dark-box .box a, .tiled-content-panel .dark-box .box h2, .tiled-content-panel .dark-box .box h3, .tiled-content-panel .dark-box .box h4, .tiled-content-panel .dark-box .box a {
  color: white;
}
@media (min-width: 768px) {
  .see-through-boxes.tiled-content-panel.dark-box .box, .see-through-boxes.tiled-content-panel .dark-box .box {
    background-color: rgba(0, 70, 127, 0.7);
  }
}
.tiled-content-panel.dark-box .box .arrow-link, .tiled-content-panel .dark-box .box .arrow-link {
  color: white;
}
.tiled-content-panel.dark-box .box .arrow-link::before, .tiled-content-panel .dark-box .box .arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.tiled-content-panel.dark-box .box .arrow-link::after, .tiled-content-panel .dark-box .box .arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.tiled-content-panel.blue-box .box, .tiled-content-panel .blue-box .box {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.tiled-content-panel.blue-box .box h2, .tiled-content-panel.blue-box .box h3, .tiled-content-panel.blue-box .box h4, .tiled-content-panel.blue-box .box a, .tiled-content-panel .blue-box .box h2, .tiled-content-panel .blue-box .box h3, .tiled-content-panel .blue-box .box h4, .tiled-content-panel .blue-box .box a {
  color: white;
}
@media (min-width: 768px) {
  .see-through-boxes.tiled-content-panel.blue-box .box, .see-through-boxes.tiled-content-panel .blue-box .box {
    background-color: rgba(0, 102, 185, 0.7);
  }
}
.tiled-content-panel.blue-box .box .arrow-link, .tiled-content-panel .blue-box .box .arrow-link {
  color: white;
}
.tiled-content-panel.blue-box .box .arrow-link::before, .tiled-content-panel .blue-box .box .arrow-link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.tiled-content-panel.blue-box .box .arrow-link::after, .tiled-content-panel .blue-box .box .arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.tiled-content-panel.success-box .box, .tiled-content-panel .success-box .box {
  background-color: #CBF0C0;
  border: 2px solid #124D01;
  color: #124D01;
}
.tiled-content-panel.success-box .box h3, .tiled-content-panel .success-box .box h3 {
  color: #124D01;
}
@media (min-width: 768px) {
  .see-through-boxes.tiled-content-panel.success-box .box, .see-through-boxes.tiled-content-panel .success-box .box {
    background-color: rgba(203, 240, 192, 0.7);
  }
}
@media (min-width: 992px) {
  .tiled-content-panel.overhang-image .box.image-left {
    margin-left: 2rem;
  }
  .tiled-content-panel.overhang-image .box.image-left .img-wrap {
    margin-left: -4rem;
  }
  .tiled-content-panel.overhang-image .box.image-right {
    margin-right: 2rem;
  }
  .tiled-content-panel.overhang-image .box.image-right .img-wrap {
    margin-right: -4rem;
  }
}
.tiled-content-panel.no-box-padding .boxes {
  margin: 0;
}
.tiled-content-panel.no-box-padding .boxes > * {
  margin: 0;
  padding: 1px;
}
.tiled-content-panel.no-image-padding .box {
  border: 0;
  padding: 0;
}
.tiled-content-panel.no-image-padding .img-wrap {
  padding: 0 !important;
}
.tiled-content-panel.no-image-padding .box-internal {
  padding: 2rem;
}
.tiled-content-panel.no-image-padding:not(.panel-light-blue):not(.white-box):not(.blue-box):not(.dark-box):not(.grey-box) .box-internal {
  border-bottom: 2px solid #e8eef3;
}
.tiled-content-panel.no-image-padding:not(.panel-light-blue):not(.white-box):not(.blue-box):not(.dark-box):not(.grey-box) .box-internal:first-child {
  border-top: 2px solid #e8eef3;
}
.tiled-content-panel.no-image-padding:not(.panel-light-blue):not(.white-box):not(.blue-box):not(.dark-box):not(.grey-box) .image-top .box-internal {
  border-left: 2px solid #e8eef3;
  border-right: 2px solid #e8eef3;
}
.tiled-content-panel.no-image-padding:not(.panel-light-blue):not(.white-box):not(.blue-box):not(.dark-box):not(.grey-box) .image-bottom .box-internal {
  border-left: 2px solid #e8eef3;
  border-right: 2px solid #e8eef3;
  border-top: 2px solid #e8eef3;
  border-bottom: none !important;
}
.tiled-content-panel.no-image-padding:not(.panel-light-blue):not(.white-box):not(.blue-box):not(.dark-box):not(.grey-box) .image-left .box-internal {
  border-top: 2px solid #e8eef3;
  border-right: 2px solid #e8eef3;
}
.tiled-content-panel.no-image-padding:not(.panel-light-blue):not(.white-box):not(.blue-box):not(.dark-box):not(.grey-box) .image-right .box-internal {
  border-top: 2px solid #e8eef3;
  border-left: 2px solid #e8eef3;
}
.tiled-content-panel.no-image-padding.equal-length-box .box {
  flex-direction: column;
  display: inline-block;
}
.tiled-content-panel.no-image-padding.equal-length-box .box .img-wrap {
  flex-grow: 0;
  flex-basis: auto;
}
.tiled-content-panel.no-image-padding.equal-length-box .box .box-internal {
  flex: 1;
}
.tiled-content-panel.align-box-height .box {
  display: flex;
  flex-flow: column;
}
.tiled-content-panel.align-box-height .box .img-wrap {
  flex: 0 1 auto;
}
.tiled-content-panel.align-box-height .box .box-internal {
  flex: 1 1 auto;
}
.tiled-content-panel.tiled-staff-profile .img-wrap img {
  max-width: 130px;
}
.tiled-content-panel.tiled-staff-profile .box {
  word-wrap: break-word;
}
.tiled-content-panel.tiled-staff-profile .box .box-internal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tiled-content-panel.tiled-staff-profile .box .box-internal > * {
  max-width: 100%;
}
.tiled-content-panel.tiled-staff-profile .box .box-internal .staffprof-email {
  word-break: break-all;
  word-break: break-word;
  /* non-standard */
}
.tiled-content-panel.tiled-staff-profile dl > * {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tiled-content-panel.tiled-staff-profile .box-internal {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    text-align: center;
  }
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles .img-wrap {
  background-color: transparent !important;
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles .box-internal {
  padding-top: 0;
  padding-left: 1.5rem;
  text-align: center;
  justify-content: center;
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles .box-internal a.h4 {
  text-decoration: underline;
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles .box-internal a.h4:hover {
  text-decoration: none;
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles.blue-box .box-internal {
  padding-top: 2rem;
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles.blue-box a.email {
  color: white;
}
.tiled-content-panel.tiled-staff-profile.featured-staff-profiles.blue-box a.email::before {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.tiled-content-panel.tiled-study-icons .box .box-image {
  height: 3.25rem;
}
.tiled-content-panel.tiled-study-icons .box .img-wrap {
  padding-bottom: 4rem;
  margin-bottom: 0rem;
}
.tiled-content-panel.tiled-study-icons .box .box-internal {
  position: relative;
}
.tiled-content-panel.tiled-study-icons .box .box-internal > h3 {
  color: #373a3c;
  font-size: 16px;
  line-height: 0px;
  left: 0rem;
  top: -2.5rem;
  position: absolute;
  width: 100%;
  font-weight: 700;
}
.tiled-content-panel.tiled-study-icons .box .box-content > * {
  color: #00467f;
  font-weight: 800;
  margin: 0;
  font-size: 18px;
}
.tiled-content-panel.no-image-pb .img-wrap {
  padding-bottom: 0 !important;
}
.tiled-content-panel.no-box-mb .boxes > div {
  margin-bottom: 0 !important;
}
.tiled-content-panel .vertically-centered-content .box-internal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tiled-content-panel .tiled-icon-small .img-wrap .box-image[src*=".svg"] {
  max-width: 6rem;
  max-height: 4rem;
}
.tiled-content-panel .tiled-icon-medium .img-wrap .box-image[src*=".svg"] {
  max-width: 8rem;
  max-height: 6rem;
}
.tiled-content-panel .tiled-icon-large .img-wrap .box-image[src*=".svg"] {
  max-width: 16rem;
  max-height: 8rem;
}
.tiled-content-panel.images-full-width .box .img-wrap .box-image {
  width: 100% !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes {
  margin-bottom: 0.5rem;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes h3 {
  margin-top: 0 !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes h3 .show-hide {
  color: white !important;
  font-size: inherit;
  line-height: inherit;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes h3 .show-hide::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg") !important;
  width: 1rem;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
}
.tiled-content-panel.tiled-show-hide .grouping-boxes .box-content {
  color: white !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes .box-content > *:first-child {
  padding-top: 2rem !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes .box-content > *:last-child {
  padding-bottom: 2rem !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.dark-box {
  background-color: #00467f !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.dark-box .show-hide {
  background-color: #00467f !important;
  border-color: #00467f !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.dark-box .show-hide:hover, .tiled-content-panel.tiled-show-hide .grouping-boxes.dark-box .show-hide.in {
  background-color: #0066b9 !important;
  border-color: #0066b9 !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.dark-box .box-content {
  background-color: #e8eef3 !important;
  border-color: #e8eef3 !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.blue-box {
  background-color: #0066b9 !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.blue-box .show-hide {
  background-color: #0066b9 !important;
  border-color: #0066b9 !important;
}
.tiled-content-panel.tiled-show-hide .grouping-boxes.blue-box .box-content {
  background-color: #0066b9 !important;
  border-color: #0066b9 !important;
}
@media (min-width: 768px) {
  .tiled-content-panel .campus-icon, .tiled-content-panel .entry-icon, .tiled-content-panel .duration-icon, .tiled-content-panel .empty-icon, .tiled-content-panel .badge-icon {
    position: relative;
  }
  .tiled-content-panel .campus-icon:before, .tiled-content-panel .entry-icon:before, .tiled-content-panel .duration-icon:before, .tiled-content-panel .empty-icon:before, .tiled-content-panel .badge-icon:before {
    position: absolute;
    content: " ";
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 6px;
    left: -30px;
  }
  .tiled-content-panel .campus-icon:before {
    background-image: url("/__data/assets/file/0007/738610/campus-blue.svg");
  }
  .tiled-content-panel .badge-icon:before {
    background-image: url("/__data/assets/file/0011/738578/op-rank.svg");
  }
  .tiled-content-panel .entry-icon:before {
    background-image: url("/__data/assets/file/0009/738612/calendar-blue.svg");
  }
  .tiled-content-panel .duration-icon:before {
    background-image: url("/__data/assets/file/0008/738611/duration-blue.svg");
  }
  .tiled-content-panel .related-courses .campus-icon, .tiled-content-panel .related-courses .entry-icon, .tiled-content-panel .related-courses .duration-icon, .tiled-content-panel .related-courses .empty-icon, .tiled-content-panel .related-courses .badge-icon {
    left: 3rem;
  }
  .tiled-content-panel .related-courses .campus-icon:before, .tiled-content-panel .related-courses .entry-icon:before, .tiled-content-panel .related-courses .duration-icon:before, .tiled-content-panel .related-courses .empty-icon:before, .tiled-content-panel .related-courses .badge-icon:before {
    left: -3rem;
  }
}
.tiled-content-panel.slim-feature-boxes .box {
  border: none;
  background-color: transparent;
}
.tiled-content-panel.slim-feature-boxes .box h3, .tiled-content-panel.slim-feature-boxes .box h3 a {
  line-height: 25px;
  margin-top: 1rem !important;
  text-decoration: underline;
}
.tiled-content-panel.slim-feature-boxes .box h3:hover, .tiled-content-panel.slim-feature-boxes .box h3 a:hover {
  text-decoration: none;
}
.tiled-content-panel.slim-feature-boxes .box .box-internal {
  padding: 0 !important;
  background-color: transparent;
  position: static;
}
.tiled-content-panel.slim-feature-boxes .box .box-internal .box-content .blog-pub-date {
  position: absolute;
  top: 291px;
  left: 2rem;
  background-color: #0066b9;
  color: white;
  font-weight: bold;
  padding: 0.33rem 1rem;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .tiled-content-panel.slim-feature-boxes .box .box-internal .box-content .blog-pub-date {
    top: 235px;
  }
}
@media (max-width: 991px) {
  .tiled-content-panel.slim-feature-boxes .box .box-internal .box-content .blog-pub-date {
    top: 158px;
  }
}
@media (max-width: 767px) {
  .tiled-content-panel.slim-feature-boxes .box .box-internal .box-content .blog-pub-date {
    top: 270px;
  }
}
@media (max-width: 576px) {
  .tiled-content-panel.slim-feature-boxes .box .box-internal .box-content .blog-pub-date {
    position: static;
    background-color: transparent;
    color: #373a3c;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0.5rem;
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0;
  }
}
.tiled-content-panel.slim-feature-boxes.card-white .box {
  border: none;
}
.tiled-content-panel.slim-feature-boxes.card-white .box h3, .tiled-content-panel.slim-feature-boxes.card-white .box h3 a {
  margin-top: 0 !important;
}
.tiled-content-panel.slim-feature-boxes.card-white .box .box-internal {
  padding: 1rem !important;
  background-color: white;
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .box.open, .tiled-content-panel.show-hide-outer.dark-box .boxes .box.open {
  box-shadow: 0 31px #0066b9;
}
@media (max-width: 767px) {
  .tiled-content-panel.show-hide-outer.blue-box .boxes .box.open, .tiled-content-panel.show-hide-outer.dark-box .boxes .box.open {
    box-shadow: none;
  }
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button {
  border: 2px solid white;
  background-color: white;
  color: #0066b9 !important;
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button:hover, .tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button:active, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button:hover, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button:active {
  border: 2px solid white;
  background-color: #0066b9;
  color: white !important;
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button:hover::before, .tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button:active::before, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button:hover::before, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button:active::before {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg");
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button:focus-visible, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .box .toggle-content-button::before, .tiled-content-panel.show-hide-outer.dark-box .boxes .box .toggle-content-button::before {
  background-image: url("/__data/assets/file/0005/709052/arrow-down.svg");
}
.tiled-content-panel.show-hide-outer.blue-box .boxes .toggle-content-outer .toggle-content-inner {
  background-color: #0066b9 !important;
}
.tiled-content-panel.show-hide-outer.dark-box .boxes .toggle-content-outer .toggle-content-inner {
  background-color: #00467f !important;
}
.tiled-content-panel.show-hide-outer.white-box .boxes .toggle-content-outer .toggle-content-inner {
  background-color: white !important;
}
.tiled-content-panel.show-hide-outer.grey-box .boxes .toggle-content-outer .toggle-content-inner {
  background-color: #e8eef3 !important;
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer {
  margin-bottom: 0;
  overflow-y: hidden;
  transition: all 0.3s;
  max-height: 0;
  min-height: 0;
  height: auto;
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer.open {
  max-height: 1000px;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
}
@media (max-width: 767px) {
  .tiled-content-panel.show-hide-outer .boxes .toggle-content-outer.open {
    margin-top: -2rem;
  }
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer.open .toggle-content-inner {
  transform: translateY(0);
  padding: 1rem;
  background-color: #0066b9;
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer.open .toggle-content-inner > div {
  background-color: white;
  padding: 1rem;
  margin-bottom: 0;
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer.open .toggle-content-inner > div p:last-child {
  margin-bottom: 0;
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer .toggle-content-inner {
  transform: translateY(-250px);
  transition: all 0.3s;
  width: 100%;
}
.tiled-content-panel.show-hide-outer .boxes .toggle-content-outer .toggle-content-inner > div {
  transition: all 0.3s;
}
.tiled-content-panel.show-hide-outer .boxes .box {
  transition: box-shadow 0.1s;
}
.tiled-content-panel.show-hide-outer .boxes .box.open {
  box-shadow: 0 31px white;
}
.tiled-content-panel.show-hide-outer .boxes .box.open .toggle-content-button::before {
  transform: rotate(180deg);
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  padding: 0.8rem 2rem 0.7rem;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button {
    max-width: 100%;
    overflow: hidden;
  }
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:hover, .tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:focus {
  text-decoration: none;
  outline: none;
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:focus-visible {
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:empty {
  padding: 1.5rem 1.8rem;
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:hover, .tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:active {
  border: 2px solid #0066b9;
  background-color: #00467f;
  color: white !important;
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:hover::before, .tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button:active::before {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg");
}
.tiled-content-panel.show-hide-outer .boxes .box .toggle-content-button::before {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg");
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  height: 1rem;
  width: 1.6rem;
  transition: all 0.2s;
  transform-origin: center;
}
.search-on-this-page.full-panel.page-content {
  height: auto;
  z-index: 1;
  padding: 0 !important;
}
.search-on-this-page.full-panel.page-content.panel-light-blue .container, .search-on-this-page.full-panel.page-content.panel-white .container {
  border: 2px solid #0066b9;
}
.search-on-this-page.full-panel.page-content.panel-blue .container, .search-on-this-page.full-panel.page-content.panel-secondary-blue .container, .search-on-this-page.full-panel.page-content.panel-dark-blue .container {
  border: 2px solid white;
}
.search-on-this-page.full-panel.page-content h3 {
  margin-bottom: 0 !important;
  padding: 0;
  padding-top: 1rem;
  padding-left: 1rem !important;
}
.search-on-this-page.full-panel.page-content form {
  padding-top: 0 !important;
  margin-top: 0.75rem;
}
.search-on-this-page .close-menu {
  display: none;
}
.search-on-this-page.search-sticky {
  position: -webkit-sticky;
  /* Safari & IE */
  position: sticky;
  top: 0;
}
.search-on-this-page.search-sticky form {
  padding-bottom: 1rem !important;
}
.search-on-this-page.search-sticky form #goToResult:focus {
  opacity: 1 !important;
  z-index: 1 !important;
}
.search-on-this-page.search-sticky-out {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
}
.search-on-this-page.search-sticky-out .container {
  border: none !important;
  position: relative;
}
.search-on-this-page.search-sticky-out .container form {
  padding-bottom: 1rem !important;
}
.search-on-this-page.search-sticky-out .close-menu {
  display: block;
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none !important;
}
@media (max-width: 767px) {
  .search-on-this-page.search-sticky-out .close-menu {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #0058a0;
    width: 45px;
    height: 45px;
  }
}
.search-on-this-page.search-sticky-out .close-menu:hover {
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}
.search-on-this-page.search-sticky-out .close-menu:hover::before {
  transform: scale(1.05);
}
.search-on-this-page.search-sticky-out .close-menu:focus {
  outline: 2px solid white !important;
  outline-offset: -2px;
  transition: none;
}
.search-on-this-page.search-sticky-out .close-menu::before {
  content: " ";
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.search-on-this-page.search-sticky-out.panel-light-blue .close-menu::before, .search-on-this-page.search-sticky-out.panel-white .close-menu::before {
  background-image: url("/__data/assets/file/0019/721351/cross-blue.svg");
}
.search-on-this-page.search-sticky-out.panel-light-blue .close-menu:focus, .search-on-this-page.search-sticky-out.panel-white .close-menu:focus {
  outline: 2px solid #0066b9 !important;
  outline-offset: -2px;
  transition: none;
}
@media (max-width: 767px) {
  .search-on-this-page.search-sticky-out.panel-light-blue .close-menu, .search-on-this-page.search-sticky-out.panel-white .close-menu {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: none !important;
    width: 45px;
    height: 45px;
  }
}
.highlight-search-on-page {
  box-shadow: 0px 0 5px 5px rgba(0, 102, 185, 0.6);
  padding: 5px !important;
  border-radius: 5px;
}
.panel-qut-float-nav {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 7px;
  position: -webkit-sticky;
  /* Safari & IE */
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .panel-qut-float-nav .container {
    padding: 0;
  }
  .panel-qut-float-nav .container .qut-float-nav {
    background-color: #00467f;
    padding: 0.5rem;
  }
  .panel-qut-float-nav .container .qut-float-nav .qut-float-nav-list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .panel-qut-float-nav .container .qut-float-nav .qut-float-nav-list .qut-float-nav-list-item {
    border-bottom: 1px solid #ccc;
  }
  .panel-qut-float-nav .container .qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
    font-size: 16px;
    padding: 1rem;
    margin-right: 1rem;
    text-align: left;
  }
  .panel-qut-float-nav .container .qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
    width: calc(100% - 2rem);
    left: 1rem;
    bottom: 8px;
  }
  .panel-qut-float-nav.panel-white {
    box-shadow: none !important;
  }
}
.panel-qut-float-nav .qut-float-nav h2 {
  padding: 0;
  margin: 0;
}
.panel-qut-float-nav .qut-float-nav h2 .float-nav-button {
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid #e8eef3;
  background-color: #0066b9;
  color: white;
  font-size: 18px;
  position: relative;
}
.panel-qut-float-nav .qut-float-nav h2 .float-nav-button::after {
  content: "";
  content: ""/"";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 1rem;
  color: white;
  font-family: "Font Awesome 5 Pro";
  transition: transform 0.3s ease-out, padding 0.3s ease-out;
  transform: rotate(0deg);
}
.panel-qut-float-nav .qut-float-nav h2 .float-nav-button.open::after {
  padding-top: 9px;
  transform: rotate(180deg);
}
.panel-qut-float-nav .qut-float-nav h2 .float-nav-button:focus-visible {
  outline: 2px solid white;
  outline-offset: -3px;
}
.panel-qut-float-nav.panel-white {
  box-shadow: 0px 3px #e8eef3;
}
.panel-qut-float-nav .qut-float-nav-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item {
  flex-grow: 1;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
  height: 100%;
  width: 100%;
  border: none;
  transition: 0.3s;
  background: #e8eef3;
  margin-right: 2px;
  flex-wrap: wrap;
  display: inherit;
  text-align: center;
  color: #0066b9;
  padding: 1rem;
  border: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 19px;
  line-height: 24px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  position: relative;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
  content: " ";
  position: absolute;
  width: 80%;
  height: 3px;
  bottom: 5px;
  left: 10%;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #0066b9;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:last-child {
  margin-right: 0;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover {
  color: white;
  background: #00467f;
  cursor: pointer;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover::after {
  opacity: 0;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus {
  outline: 0 !important;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus {
  outline: 0 !important;
}
.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus-visible {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
@media (max-width: 1199px) {
  .panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
    padding: 1rem 0.5rem;
  }
}
.panel-white.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
  background: white;
}
.panel-white.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
  background-color: #0066b9;
}
.panel-white.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover {
  color: white;
  background: #00467f;
}
.panel-white.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.panel-white.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.panel-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
  background: #0066b9;
  color: white;
}
.panel-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #0066b9;
}
.panel-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
  background-color: white;
}
.panel-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus-visible {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.panel-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus-visible {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.panel-dark-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
  background: #00467f;
  color: white;
}
.panel-dark-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover {
  background-color: #e8eef3;
  background: #e8eef3;
  color: #0066b9;
}
.panel-dark-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
  background-color: white;
}
.panel-dark-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus-visible {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.panel-dark-blue.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus-visible {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.underline-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
  background: white;
}
.underline-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
  background-color: #0066b9;
}
.underline-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover {
  color: white;
  background: #00467f;
}
.underline-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.underline-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
@media (max-width: 767px) {
  .underline-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
    width: calc(100% - 2rem);
    left: 1rem;
    bottom: 8px;
  }
}
.solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button {
  background: white;
}
.solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
  display: none;
}
.solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active {
  color: white;
  background-color: #0066b9;
}
.solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:hover {
  color: white;
  background: #00467f;
}
.solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active:focus-visible {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
@media (max-width: 767px) {
  .solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active::after {
    display: none;
  }
  .solid-blue-active.panel-qut-float-nav .qut-float-nav-list .qut-float-nav-list-item button.active {
    color: white;
    background-color: #0066b9;
  }
}
.error-input {
  border: 1px red solid !important;
}
.correct-input {
  border: 1px green solid !important;
}
.panel-blue .form-message, .form-message .panel-dark-blue {
  color: white;
}
.silverpop-form input[type=checkbox] + label:before {
  left: 1px !important;
  margin-top: -13px !important;
}
.silverpop-form.panel-light-blue input:not([type="submit"]), .silverpop-form.panel-light-blue select, .silverpop-form.panel-light-blue textarea, .silverpop-form.panel-light-blue fieldset, .silverpop-form.panel-light-blue input[type="checkbox"] + label:before, .silverpop-form.panel-white input:not([type="submit"]), .silverpop-form.panel-white select, .silverpop-form.panel-white textarea, .silverpop-form.panel-white fieldset, .silverpop-form.panel-white input[type="checkbox"] + label:before {
  border: 1px solid #0066b9 !important;
}
.silverpop-form.panel-dark-blue input, .silverpop-form.panel-dark-blue select, .silverpop-form.panel-dark-blue textarea, .silverpop-form.panel-dark-blue fieldset, .silverpop-form.panel-dark-blue input[type="checkbox"] + label:before, .silverpop-form.panel-blue input, .silverpop-form.panel-blue select, .silverpop-form.panel-blue textarea, .silverpop-form.panel-blue fieldset, .silverpop-form.panel-blue input[type="checkbox"] + label:before, .silverpop-form.panel-secondary-blue input, .silverpop-form.panel-secondary-blue select, .silverpop-form.panel-secondary-blue textarea, .silverpop-form.panel-secondary-blue fieldset, .silverpop-form.panel-secondary-blue input[type="checkbox"] + label:before {
  border: 1px solid #e8eef3 !important;
}
.silverpop-form.side-image-form .side-image-form-inner {
  min-height: 200px;
}
.silverpop-form.side-image-form .form-side-img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.silverpop-form.side-image-form .form-side-img.center {
  margin: auto;
}
@media (max-width: 767px) {
  .silverpop-form.side-image-form .form-side-img {
    position: static;
    margin-bottom: 0.5rem;
  }
}
.silverpop-form.vertical-watson-form .row {
  flex-direction: column;
}
.silverpop-form.vertical-watson-form .row .form-message {
  width: 100% !important;
  max-width: 100% !important;
}
.silverpop-form.vertical-watson-form .row .form-group {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
.silverpop-form.vertical-watson-form .row .form-group.dom-select select {
  height: 3rem !important;
}
@media (min-width: 992px) {
  .silverpop-form.left-margin-fix {
    margin-left: -30px;
  }
}
.silverpop-form .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  padding-left: 1px;
  color: #000;
}
.silverpop-form .intl-tel-input .country-list .country .dial-code {
  color: #555;
}
.silverpop-form .intl-tel-input .country-list .country {
  color: black;
}
.silverpop-form .intl-tel-input {
  width: 100%;
}
.silverpop-form.silverpop-modal-enabled, .enquire-modal-enabled, .pdf-modal-enabled {
  display: none;
}
.featherlight-content .silverpop-form.silverpop-modal-enabled, .featherlight-content .enquire-modal-enabled, .featherlight-content .pdf-modal-enabled {
  display: block;
}
.no-link-decoration {
  text-decoration: none !important;
}
.centered-img-rows-panel.reduce-logo-padding .box {
  padding: 0;
}
.full-panel a.arrow-link.secure {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-left: 0;
}
.full-panel a.arrow-link.secure::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
  transition: 0.3s;
  width: 22px;
  height: 22px;
  background-color: transparent;
  margin-right: 5px;
  background-size: 22px;
}
.full-panel a.arrow-link.secure:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.full-panel a.arrow-link.secure::after {
  position: initial;
  content: " ";
  background: url("/__data/assets/file/0007/711682/lock.svg") no-repeat scroll 0 0;
  background-size: 22px;
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  margin-left: 1rem;
  opacity: 1;
}
.full-panel a.arrow-link.secure.invert::after {
  background: url("/__data/assets/file/0006/711681/lock-white.svg") no-repeat scroll 0 0;
}
.full-panel.panel-white a.arrow-link.secure::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.full-panel.panel-white a.arrow-link.secure:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.full-panel.remove-custom-bullets #content-column ul:not([class]) li::before, .full-panel.remove-custom-bullets .panel-content ul:not([class]) li::before, .full-panel.remove-custom-bullets .box-content ul:not([class]) li::before, .full-panel.remove-custom-bullets .child-col ul:not([class]) li::before, .full-panel.remove-custom-bullets .content-wrap ul:not([class]) li::before, .full-panel.remove-custom-bullets #content-column ul.square-bullets li::before, .full-panel.remove-custom-bullets .panel-content ul.square-bullets li::before, .full-panel.remove-custom-bullets .box-content ul.square-bullets li::before, .full-panel.remove-custom-bullets .child-col ul.square-bullets li::before, .full-panel.remove-custom-bullets .content-wrap ul.square-bullets li::before {
  content: none;
}
.full-panel.ul-column-count-4 ul, .full-panel .ul-column-count-4 ul {
  column-count: 4;
}
@media only screen and (max-width: 768px) {
  .full-panel.ul-column-count-4 ul, .full-panel .ul-column-count-4 ul {
    column-count: 1;
  }
}
.full-panel.ul-column-count-3 ul, .full-panel .ul-column-count-3 ul {
  column-count: 3;
}
@media only screen and (max-width: 768px) {
  .full-panel.ul-column-count-3 ul, .full-panel .ul-column-count-3 ul {
    column-count: 1;
  }
}
.full-panel.ul-column-count-2 ul, .full-panel .ul-column-count-2 ul {
  column-count: 2;
}
@media only screen and (max-width: 992px) {
  .full-panel.ul-column-count-2 ul, .full-panel .ul-column-count-2 ul {
    column-count: 1;
  }
}
.full-panel .ul-no-style {
  list-style-type: none;
  margin-left: none;
}
.full-panel .column-count-4 {
  column-count: 4;
  display: flex;
}
.full-panel .centered-content .form-fieldset-align-left, .full-panel .full-panel.centered .form-fieldset-align-left {
  text-align: left !important;
}
.full-panel .centered-content .form-fieldset-align-left fieldset, .full-panel .full-panel.centered .form-fieldset-align-left fieldset {
  text-align: left !important;
}
.full-panel .centered-content .form-fieldset-align-left form fieldset.inline-bordered, .full-panel .full-panel.centered .form-fieldset-align-left form fieldset.inline-bordered {
  text-align: left !important;
}
.full-panel .centered-content .form-fieldset-align-left fieldset.inline-bordered, .full-panel .full-panel.centered .form-fieldset-align-left fieldset.inline-bordered {
  text-align: left !important;
}
.full-panel .custom-staff-page-image-style {
  float: right;
  width: 100%;
  max-width: 500px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .full-panel .custom-staff-page-image-style {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .full-panel .custom-staff-page-image-style {
    padding-left: 0;
    max-width: 100%;
  }
}
.full-panel.hide-our-experts-search-form-panel .our-experts-search-form-panel {
  display: none;
}
.full-panel .table-row-even-modifier {
  background-color: white;
}
.full-panel .table-row-odd-modifier {
  background-color: #eceeef;
}
.full-panel.fpo {
  position: relative;
}
.full-panel.fpo::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  z-index: 0;
  background-color: red;
}
.full-panel.fpo > * {
  z-index: 1;
  position: relative;
}
@keyframes fpo-animate {
  0% {
    background-color: red;
  }
  25% {
    background-color: yellow;
  }
  50% {
    background-color: blue;
  }
  75% {
    background-color: green;
  }
  100% {
    background-color: red;
  }
}
.fpo {
  background-color: red !important;
  border: 1px solid red !important;
  animation-name: fpo-animate;
  animation-duration: 4s;
}
p.fpo2 {
  border: 1px solid #BEBEBE;
}
.header__wrapper.hero-background-image-position-bottom .hero__header .hero__header__bg {
  background-position: bottom center;
  border: 1px solid red;
}
@media only screen and (max-width: 991px) {
  .full-panel .table {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
  }
}
.full-panel h6, .full-panel .h6 {
  font-weight: bold;
}
.full-panel .single-image-content-carousel.hide-subtitle .subtitle {
  display: none;
}
.full-panel.tiled-blue-box .box, .full-panel .tiled-blue-box .box {
  background-color: #FFF;
  background: white;
  color: #373a3c;
}
.full-panel.tiled-blue-box .box h2, .full-panel.tiled-blue-box .box h3, .full-panel.tiled-blue-box .box h4, .full-panel.tiled-blue-box .box a, .full-panel .tiled-blue-box .box h2, .full-panel .tiled-blue-box .box h3, .full-panel .tiled-blue-box .box h4, .full-panel .tiled-blue-box .box a {
  color: #0066b9;
}
.full-panel.tiled-blue-box .box a.button.pink, .full-panel .tiled-blue-box .box a.button.pink {
  color: white;
}
.full-panel.tiled-blue-box .box h4, .full-panel .tiled-blue-box .box h4 {
  color: #0066b9 !important;
}
@media (min-width: 768px) {
  .see-through-boxes.full-panel.tiled-blue-box .box, .see-through-boxes.full-panel .tiled-blue-box .box {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.multiple-column-panel.multiple-column-panel-mb-0 .child-col:not(:last-child) {
  margin-bottom: 0 !important;
}
.icon-box-panel.fix-icon-box-panel-center .icon {
  max-width: 100% !important;
  height: auto !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .icon-box-panel.fix-icon-box-panel-center .icon {
    position: inherit !important;
  }
}
.white-anchor-link-text a {
  color: white !important;
}
@media (min-width: 577px) {
  .panel-inner-border-light-grey {
    padding: 15px 30px;
    border: 2px solid #e8eef3;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/******* media carousel / horizontal-large (default) *******/

.player {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 450px;
}

.vertical-large .player {
    width: 498px;
}

.player div.player-content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    /* display: none; */ 
    height: auto;
    width: auto;
}

.player div.player-content a,  
.player div.navigation a {
    color: #777;
    text-decoration: none;
}

.player div.player-content a:focus, 
.player div.player-content a:hover, 
.player div.player-content a:active {
    text-decoration: underline;
}

.player div.controls {
    height: 23px;
    display: none;
    margin-top: 5px;
}

.player div.controls a {
    padding: 5px;
}

.player div.slideshow-container {
    border: 1px solid #dadada;
    border-bottom: 0;
    clear: both;
    height: auto; /* This should be set to be at least the height of the largest image in the slideshow */
    position: relative;   
}

div.vertical-large .player div.slideshow-container {
    border: none;
}

.player div.loader {
    background-image: url(/__data/assets/image/0003/564780/ajax-loader.gif?v=0.1.3);
    background-position: center;
    background-repeat: no-repeat;
    height: 295px; /* This should be set to be at least the height of the largest image in the slideshow */
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.player div.slideshow {
    border-bottom: 1px solid #dadada;
    height: 297px;
    padding: 3px;
}


#content .vertical-large div.slideshow {
    border-bottom: none;
    height: 324px;
    padding: 4px;
}

.player div.slideshow span.image-wrapper {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

/*@@ baldwicc 20150707 - removing strong, replacing with .play-video @@*/
.player div.slideshow span.image-wrapper.video-No strong, 
.player div.slideshow span.image-wrapper.video-No .play-video {
    display: none;
}

/*@@ baldwicc 20150707 - removing strong, replacing with .play-video @@*/
.player div.slideshow span.image-wrapper.video-Yes strong,
.player div.slideshow span.image-wrapper.video-Yes .play-video {
    background: url(/__data/assets/image/0009/564732/play-button.png?v=0.1.3) no-repeat center bottom;
    padding: 0;
    bottom: 20px;
    cursor: pointer;
    display: block;
    height: 58px;
    margin-right: -29px;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 58px;
    z-index: 3;
}

.player div.slideshow span.image-wrapper.video-Yes strong:hover {
    background: url(/__data/assets/image/0009/564732/play-button.png?v=0.1.3) no-repeat center top;
}

.player div.slideshow a.advance-link {
    display: block;
    height: auto; /* This should be set to be at least the height of the largest image in the slideshow */
    padding-top: 4px;
    width: auto;
}

.player div.slideshow a.advance-link:hover, 
.player div.slideshow a.advance-link:active, 
.player div.slideshow a.advance-link:visited {
    text-decoration: none;
}

.player #gallery div.slideshow img {
    height: 295px;
    padding: 0;
    width: 442px;
}

#content .player #gallery div.slideshow img {
    padding: 0;
}

.vertical-large .player #gallery div.slideshow img {
    height: 324px;
    width: 488px;
}

.player div.download {}

.player div.caption-container {}

.player span.image-caption {
    display: block;
    position: absolute;
}

.player div.caption {
    background-color: #000;
    color: #ccc;
    padding: 12px;
}

.player div.caption a {
    color: #fff;
}

.player div.image-title {
    font-size: 1.4em;
    font-weight: bold;
}

.player div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}

.player div.navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

.player #thumbs {
    background-color: #c5c4c4;
    border: 1px solid #dadada;
    border-top: none;
    height: 58px;
    overflow: hidden;
    position: relative;
}

.player .jcarousel-clip {
    padding: 4px 0 0 25px;
}

.player.thumbs-1 #thumbs {
    display: none !important;
}

.player.thumbs-1 a.advance-link {
    cursor: default;
}

.player #thumbs .jcarousel-prev-horizontal,
.player #thumbs .jcarousel-next-horizontal,
.player #thumbs .start-block,
.player #thumbs .end-block {
    background: #707070 url(/__data/assets/image/0010/564733/media-carousel-arrows.png?v=0.1.3) center 20px no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 23px;
}

.player #thumbs .jcarousel-next-horizontal, 
.player #thumbs .end-block {
    background: #707070 url(/__data/assets/image/0010/564733/media-carousel-arrows.png?v=0.1.3) center -169px no-repeat;
    left: auto;
    right: 0;
}
.player #thumbs .start-block, 
.player #thumbs .end-block {
    background-image: none !important;
    cursor: default;
}
.player.no-scroll #thumbs .jcarousel-prev-horizontal, 
.player.no-scroll #thumbs .jcarousel-next-horizontal {
    display: none !important;
}

.player #thumbs .jcarousel-prev-horizontal:hover, 
.player #thumbs .jcarousel-next-horizontal:hover {
    background-color: #333
}

/*
.player #thumbs .back-bg a, 
.player #thumbs .next-bg a {
    background: url(/__data/assets/image/0010/564733/media-carousel-arrows.png?v=0.1.3) center 20px no-repeat;
    display: inline-block;
    height: 50px;
    width: 23px;
}

.player #thumbs .next-bg a{
    background: url(/__data/assets/image/0010/564733/media-carousel-arrows.png?v=0.1.3) center -169px no-repeat;
}

.player #thumbs .back-bg a:hover, 
.player #thumbs .next-bg a:hover {
    background-color: #333
}
*/

.player #thumbs ul.thumbs {
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 4px 0;
    position: relative;
}

.player #thumbs ul.thumbs li {
    background-image: none;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 2px;
}

.player #thumbs a.thumb {
    border: none;
    display: inline;
    padding: 0;
}

.player #thumbs ul.thumbs li.selected a.thumb {
    color: #000;
    font-weight: bold;
}

.player #thumbs a.thumb:focus {
    outline: none;
}

.player #thumbs ul.thumbs img {
    border: none;
    display: block;
    height: 50px;
    padding: 0;
    width: 76px;
}

.player div.pagination {
    clear: both;
}

.player div.navigation div.top {
    height: 11px;
    margin-bottom: 12px;
}

.player div.navigation div.bottom {
    margin-top: 12px;
}

.player div.pagination a, 
.player div.pagination span.current, 
.player div.pagination span.ellipsis {
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
}

.player div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}

.player div.pagination span.current {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-weight: bold;
}

.player div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}

.player #captionToggle a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-top: 5px;
    padding: 5px 30px 5px 5px;
}

.media-carousel {
    border-bottom: 1px dotted #dcd9d9;
    height: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

div.vertical-large.media-carousel {
  background-color: #F2F6F9;
  border: 1px solid #dadada;
  padding-bottom: 10px;
}

.media-carousel .info {
    float: left;
    width: 232px;
}

div.vertical-large .info {
    width: 478px;
    padding: 10px;
}

.media-carousel #info-holder.info h3 {
    font-size: 1.8em;
    padding: 8px 0;
}

#content div.vertical-large.media-carousel #info-holder.info h3 {
    font-size: 1.3em;
    padding: 0 0 8px 0;
}

#content .vertical-small #info-holder.info h3, #content .vertical-large #info-holder.info h3 {
    padding: 8px 0;
}

#content .media-carousel .info .sub-heading {
    /* margin-bottom: 45px; */
    padding: 0; 
}

#content .media-carousel .info .sub-heading-noquote {
    margin-bottom: 10px;
    padding: 0; 
}

#content .media-carousel .info .quote {
    border-top: 1px dotted #d3d4d5;
    /* margin-bottom: 13px; */
    padding-top: 10px;
    position: relative;
}

.media-carousel .info cite {
    display: block;
    font-style: italic;
    text-align: right;
}

.media-carousel .info .quote span {
    background: url(mysource_files/icons.png) no-repeat -4800px 0;
    display: block;
    height: 25px;
    /* 
    left: 0;
    position: absolute;
    top: -30px;
    */
    width: 27px;
}

.media-carousel .info .full-link {
    border-top: 1px dotted #d3d4d5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

.media-carousel .info .full-link a {
    background: url(mysource_files/icons.png) no-repeat -800px 6px;
    display: block;
    line-height: 20px;
    padding-left: 16px;
}

.media-carousel .info .full-link.video-No {
    display: none;
}



/******* media carousel / horizontal-small *******/

.horizontal-small .player {
    width: 333px;
}

.horizontal-small .player div.loader {
    height: 230px; /* This should be set to be at least the height of the largest image in the slideshow */
}

.horizontal-small .player div.slideshow {
    height: 217px;
}

.horizontal-small .player #gallery div.slideshow img {
    height: 215px;
    width: 323px;
}

.horizontal-small .player #thumbs ul.thumbs img {
    height: 50px;
    width: 67px;
}

.horizontal-small .info {
    float: left;
    width: 191px
}


/******* media carousel / vertical-small *******/


.media-carousel.vertical-small {
    padding-bottom: 10px;
    width: 333px;
}

.vertical-small .player {
    width: 333px;
}

.vertical-small .player div.loader {
    height: 230px; /* This should be set to be at least the height of the largest image in the slideshow */
}

.vertical-small .player div.slideshow {
    height: 217px;
}

.vertical-small .player #gallery div.slideshow img {
    height: 215px;
    width: 323px;
}

.vertical-small .player #thumbs ul.thumbs img {
    width: 67px;
    height: 50px;
}

.vertical-small #info-holder {
    width: auto;
}

.vertical-small #info-holder h3 {
    border-top: 1px dotted #d3d4d5;
    margin-top: 20px;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/**
 * Include variables
 **/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
@media (min-width: 768px) {
  .owl-carousel.owl-carousel-animated .owl-stage-outer {
    overflow: visible;
  }
  .owl-carousel.owl-carousel-animated .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-carousel-animated .owl-item.active, .owl-carousel.owl-carousel-animated .owl-item.animated {
    visibility: visible;
  }
}
.vertical-carousel-panel .carousel-container {
  overflow: hidden;
}
@media (max-width: 991px) {
  .vertical-carousel-panel .carousel-container {
    width: 100%;
  }
  .vertical-carousel-panel .swiper-container {
    width: 720px;
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .vertical-carousel-panel .swiper-container {
    width: 540px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .vertical-carousel-panel .vc-large-container {
    width: 600px;
    height: 600px;
    padding-left: 0;
    padding-right: 2px;
    margin-left: 15px;
  }
}
.vertical-carousel-panel .vc-large-container .swiper-slide {
  background-color: #00467f;
  background: #00467f;
  height: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  .vertical-carousel-panel .vc-large-container .swiper-slide {
    height: 450px;
    width: 640px;
  }
}
@media (max-width: 767px) {
  .vertical-carousel-panel .vc-large-container .swiper-slide {
    height: 290px;
    width: 290px;
  }
  .vertical-carousel-panel .vc-large-container .swiper-slide:last-child {
    margin-right: 225px;
  }
}
.vertical-carousel-panel .vc-large-container .pagination {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 1.5rem;
  padding: 1rem;
  transition: 0.3s;
  opacity: 0;
  z-index: 10;
  font-size: 18px;
  color: white;
  background-color: rgba(0, 102, 185, 0.9);
}
@media (min-width: 992px) {
  .vertical-carousel-panel .vc-large-container .pagination {
    display: none;
  }
}
.vertical-carousel-panel .vc-large-container .swiper-slide-active .pagination {
  opacity: 1;
}
.vertical-carousel-panel .vc-large-container .button-prev {
  position: absolute;
  height: 0;
  width: 0;
}
.vertical-carousel-panel .vc-large-container .button-prev:focus {
  left: 5px;
  top: 5px;
  z-index: 5;
  background-color: white;
  background-image: url("/__data/assets/file/0003/709050/arrow-left.svg");
  background-size: 30px 18px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 30px;
  width: 45px;
}
.vertical-carousel-panel .vc-large-container .button-next {
  position: absolute;
  height: 0;
  width: 0;
}
.vertical-carousel-panel .vc-large-container .button-next:focus {
  right: 7px;
  top: 5px;
  z-index: 5;
  background-color: white;
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
  background-size: 30px 18px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 30px;
  width: 45px;
}
.vertical-carousel-panel .vc-large-container a:focus {
  outline: 2px dashed white;
  outline-offset: 2px;
  transition: none;
}
.vertical-carousel-panel .vc-promo-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .vertical-carousel-panel .vc-promo-wrap {
    background-size: contain;
    background-position: top center;
  }
}
.vertical-carousel-panel .vc-promo-content {
  width: 100%;
  padding: 1.5rem;
  background: rgba(0, 70, 127, 0.9);
  color: white;
}
.vertical-carousel-panel .vc-promo-content h2, .vertical-carousel-panel .vc-promo-content h3, .vertical-carousel-panel .vc-promo-content h4, .vertical-carousel-panel .vc-promo-content a {
  color: white;
}
@media (max-width: 767px) {
  .vertical-carousel-panel .vc-promo-content {
    padding: 1rem;
    background: #012a4c;
    min-height: 100px;
  }
}
.vertical-carousel-panel .vc-scroller {
  margin-left: -15px;
}
@media (max-width: 991px) {
  .vertical-carousel-panel .vc-scroller {
    display: none;
  }
}
.vertical-carousel-panel .vc-scroller .swiper-container {
  width: 100%;
  height: 600px;
}
.vertical-carousel-panel .vc-scroller .swiper-slide {
  height: 178px;
  background-size: cover;
  width: 100%;
}
.vertical-carousel-panel .vc-scroller .swiper-slide:last-child::after {
  content: "";
  height: 178px;
  width: 100%;
  display: block;
  background: #00467f;
  margin-top: -5px;
}
.vertical-carousel-panel .vc-scroller .slide-content {
  font-size: 19px;
  line-height: 24px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  transition: 0.3s;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  text-decoration: underline;
  padding-left: 20%;
  padding-right: 20%;
  cursor: pointer;
}
.vertical-carousel-panel .vc-scroller .slide-content:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: none;
}
.vertical-carousel-panel .vc-scroller .slide-content:focus span {
  outline: 5px auto -webkit-focus-ring-color;
}
.vertical-carousel-panel .vc-scroller .active-slide .slide-content {
  background: rgba(0, 70, 127, 0.9);
}
.vertical-carousel-panel .vc-scroller .swiper-button-disabled {
  display: none;
}
.vertical-carousel-panel .vc-scroller .vc-button-up, .vertical-carousel-panel .vc-scroller .vc-button-down {
  transition: 0.3s;
  width: 60px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #0066b9;
  background-position: center;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vertical-carousel-panel .vc-scroller .vc-button-up:hover, .vertical-carousel-panel .vc-scroller .vc-button-down:hover {
  background-color: #0066b9;
  height: 45px;
}
.vertical-carousel-panel .vc-scroller .vc-button-up {
  background-image: url("/__data/assets/file/0003/634836/arrow-up-white.svg");
}
.vertical-carousel-panel .vc-scroller .vc-button-down {
  background-image: url("/__data/assets/file/0006/709053/arrow-down-white.svg");
  bottom: 0;
}
.centered-carousel-panel .panel-heading {
  margin-bottom: 1.666rem;
}
.centered-carousel-panel .panel-content {
  margin-bottom: 0;
}
.centered-carousel-panel .carousel-expanded {
  position: relative;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}
@media (max-width: 768px) {
  .centered-carousel-panel .carousel-expanded {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .centered-carousel-panel .carousel-expanded {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.centered-carousel-panel .swiper-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.centered-carousel-panel .swiper-slide {
  cursor: pointer;
  height: 200px;
  width: 200px;
}
.centered-carousel-panel .slide-content {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.centered-carousel-panel .slide-content .overlay {
  transition: 0.5s;
  background: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.centered-carousel-panel .slide-content .slide-caption {
  display: none;
}
.centered-carousel-panel .slide-content .slide-caption .slide-caption a {
  margin: 1rem 1.5rem;
}
.centered-carousel-panel .swiper-slide-active {
  -webkit-transform: scale(1.3333);
  -moz-transform: scale(1.3333);
  transform: scale(1.3333);
  z-index: 1;
}
.centered-carousel-panel .swiper-slide-active .overlay {
  opacity: 0;
}
.centered-carousel-panel .swiper-slide-active .slide-caption {
  display: block;
  width: 100%;
  background: #00549a;
  opacity: 0.9;
  padding: 1rem 0.75rem;
}
.centered-carousel-panel .swiper-slide-active .slide-caption a {
  opacity: 1;
  display: block;
  color: white;
  font-size: 14px;
  line-height: 18px;
}
.centered-carousel-panel .swiper-slide-active .slide-caption a::before, .centered-carousel-panel .swiper-slide-active .slide-caption a::after {
  left: -2rem;
  width: 17px;
  height: 17px;
}
.centered-carousel-panel .swiper-slide-active .slide-caption a:focus {
  outline: 2px dashed white;
  outline-offset: 2px;
  transition: none;
}
.centered-carousel-panel .hc-button-next, .centered-carousel-panel .hc-button-prev {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .centered-carousel-panel .swiper-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .centered-carousel-panel .swiper-slide {
    height: 220px;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .centered-carousel-panel .swiper-container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .centered-carousel-panel .swiper-slide {
    height: 368px;
    width: 368px;
  }
  .centered-carousel-panel .hc-button-next, .centered-carousel-panel .hc-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - (40px / 2));
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  }
  .centered-carousel-panel .hc-button-next::before, .centered-carousel-panel .hc-button-next::after, .centered-carousel-panel .hc-button-prev::before, .centered-carousel-panel .hc-button-prev::after {
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
  }
  .centered-carousel-panel .hc-button-next::before, .centered-carousel-panel .hc-button-prev::before {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E") transparent;
    opacity: 1;
  }
  .centered-carousel-panel .hc-button-next::after, .centered-carousel-panel .hc-button-prev::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
    opacity: 0;
  }
  .centered-carousel-panel .hc-button-next:hover::before, .centered-carousel-panel .hc-button-prev:hover::before {
    opacity: 0;
  }
  .centered-carousel-panel .hc-button-next:hover::after, .centered-carousel-panel .hc-button-prev:hover::after {
    opacity: 1;
  }
  .centered-carousel-panel .hc-button-next:focus::before, .centered-carousel-panel .hc-button-prev:focus::before {
    opacity: 0;
  }
  .centered-carousel-panel .hc-button-next:focus::after, .centered-carousel-panel .hc-button-prev:focus::after {
    opacity: 1;
  }
  .centered-carousel-panel .hc-button-next {
    right: 2rem;
  }
  .centered-carousel-panel .hc-button-prev {
    left: 2rem;
    transform: rotate(180deg);
  }
}
.centered-carousel-panel.panel-white .hc-button-next:focus, .centered-carousel-panel.panel-white .hc-button-prev:focus, .centered-carousel-panel.panel-light-blue .hc-button-next:focus, .centered-carousel-panel.panel-light-blue .hc-button-prev:focus {
  outline: 2px dashed #0066b9;
  outline-offset: 2px;
}
.centered-carousel-panel.panel-blue .hc-button-next:focus, .centered-carousel-panel.panel-blue .hc-button-prev:focus, .centered-carousel-panel.panel-dark-blue .hc-button-next:focus, .centered-carousel-panel.panel-dark-blue .hc-button-prev:focus, .centered-carousel-panel.panel-secondary-blue .hc-button-next:focus, .centered-carousel-panel.panel-secondary-blue .hc-button-prev:focus {
  outline: 2px dashed white;
  outline-offset: 2px;
}
.simple-box-carousel .box-heading {
  margin-top: calc(-2rem - 34px);
  margin-bottom: 1.5rem;
  padding: 1rem 1.66rem;
  display: table;
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.simple-box-carousel .box-heading h2, .simple-box-carousel .box-heading h3, .simple-box-carousel .box-heading h4, .simple-box-carousel .box-heading a {
  color: white;
}
.simple-box-carousel .box-wrap {
  margin-bottom: 2rem;
}
.simple-box-carousel .box-content {
  border: 0;
  padding: 0;
  color: #373a3c;
}
.simple-box-carousel .box {
  border: 0;
  position: relative;
  background-color: #e8eef3;
  flex: 1;
}
@media (min-width: 768px) {
  .simple-box-carousel .box {
    margin-top: 2.666rem;
    margin-left: -3.666rem;
  }
}
@media (min-width: 768px) {
  .simple-box-carousel .box {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .simple-box-carousel .box {
    padding: 1.5rem;
  }
}
.simple-box-carousel .owl-dots {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  width: 100%;
  left: 25%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 1.4rem;
}
.simple-box-carousel .owl-dot {
  padding: 1rem 0.66rem;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.simple-box-carousel .owl-dot:first-of-type {
  padding-left: 0;
}
.simple-box-carousel .owl-dot span {
  display: inline-block;
  border: 1px solid #fff;
  width: 0.66rem;
  height: 0.66rem;
}
.simple-box-carousel .owl-dot.active span {
  background-color: #fff;
}
.simple-box-carousel .owl-nav {
  height: 100%;
  width: 100%;
  margin: 0;
}
.simple-box-carousel .owl-nav .owl-prev {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  left: 0;
}
.simple-box-carousel .owl-nav .owl-next {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
  right: 0;
}
.simple-box-carousel .owl-nav .owl-next, .simple-box-carousel .owl-nav .owl-prev {
  transition: 0.3s;
  width: 30px;
  height: 60px;
  position: absolute;
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #0066b9;
  background-position: center;
  background-size: 15px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: width 0.25s, opacity 1s;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .simple-box-carousel .owl-nav .owl-next, .simple-box-carousel .owl-nav .owl-prev {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .simple-box-carousel .owl-nav .owl-next, .simple-box-carousel .owl-nav .owl-prev {
    top: 15%;
  }
}
.simple-box-carousel .owl-nav .owl-next:hover, .simple-box-carousel .owl-nav .owl-prev:hover {
  background-color: #00467f;
  width: 60px;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


.featherlight.featherlight-qut .featherlight-content .featherlight-close-icon {
  top: -15px;
  right: -15px;
}
.featherlight.featherlight-qut {
  width: 100%;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.9);
}
.featherlight.featherlight-qut .featherlight-content {
  overflow: visible;
  width: 90%;
  max-width: 1200px;
  background: transparent;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  position: relative;
}
.featherlight.featherlight-qut .featherlight-content .featherlight-close-icon {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('https://cms.qut.edu.au/__data/assets/image/0008/638162/fancybox.png?v=0.1.1') -40px 0;
}
.featherlight.featherlight-qut .featherlight-content .featherlight-qut-youtube-player.featherlight-inner {
  width: 100%;
  height: 0;
  transition: height 0.25s ease-in-out;
}
.featherlight.featherlight-qut .featherlight-content .featherlight-inner.featherlight-image {
  width: auto;
  height: auto;
  margin: auto;
}
.featherlight.featherlight-qut.featherlight-loading .featherlight-content {
  padding: 0;
  border-bottom: 0;
}
.featherlight.featherlight-qut.featherlight-loading .featherlight-content .featherlight-close-icon {
  display: none;
}
.featherlight.featherlight-qut.featherlight-loading .featherlight-content .loading {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  webkit-animation: loadingSpinnerAnimation 1s step-start infinite;
  moz-animation: loadingSpinnerAnimation 1s step-start infinite;
  animation: loadingSpinnerAnimation 1s step-start infinite;
  background: transparent url(https://cms.qut.edu.au/__data/assets/image/0008/638162/fancybox.png?v=0.1.1) 0 0;
}
@-moz-keyframes loadingSpinnerAnimation {
  0% {
    background-position: 0 0;
  }
  8.3% {
    background-position: 0 -40px;
  }
  16.6% {
    background-position: 0 -80px;
  }
  24.9% {
    background-position: 0 -120px;
  }
  33.2% {
    background-position: 0 -160px;
  }
  41.5% {
    background-position: 0 -200px;
  }
  49.8% {
    background-position: 0 -240px;
  }
  58.1% {
    background-position: 0 -280px;
  }
  66.4% {
    background-position: 0 -320px;
  }
  74.7% {
    background-position: 0 -360px;
  }
  83% {
    background-position: 0 -400px;
  }
  91.3% {
    background-position: 0 -440px;
  }
}
@-webkit-keyframes loadingSpinnerAnimation {
  0% {
    background-position: 0 0;
  }
  8.3% {
    background-position: 0 -40px;
  }
  16.6% {
    background-position: 0 -80px;
  }
  24.9% {
    background-position: 0 -120px;
  }
  33.2% {
    background-position: 0 -160px;
  }
  41.5% {
    background-position: 0 -200px;
  }
  49.8% {
    background-position: 0 -240px;
  }
  58.1% {
    background-position: 0 -280px;
  }
  66.4% {
    background-position: 0 -320px;
  }
  74.7% {
    background-position: 0 -360px;
  }
  83% {
    background-position: 0 -400px;
  }
  91.3% {
    background-position: 0 -440px;
  }
}
@keyframes loadingSpinnerAnimation {
  0% {
    background-position: 0 0;
  }
  8.3% {
    background-position: 0 -40px;
  }
  16.6% {
    background-position: 0 -80px;
  }
  24.9% {
    background-position: 0 -120px;
  }
  33.2% {
    background-position: 0 -160px;
  }
  41.5% {
    background-position: 0 -200px;
  }
  49.8% {
    background-position: 0 -240px;
  }
  58.1% {
    background-position: 0 -280px;
  }
  66.4% {
    background-position: 0 -320px;
  }
  74.7% {
    background-position: 0 -360px;
  }
  83% {
    background-position: 0 -400px;
  }
  91.3% {
    background-position: 0 -440px;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/**
 * Part of expanding reveal test
 **/
@-webkit-keyframes reveal {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@keyframes reveal {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
/**
 * Smaller fadeIn/fadeOut's
 **/
/**
 * Even smaller fadeIn/fadeOut's
 **/
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUpSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
}
@keyframes fadeOutLeftSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }
}
@keyframes fadeOutRightSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes fadeInUpTiny {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftTiny {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightTiny {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownTiny {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUpTiny {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
}
@keyframes fadeOutLeftTiny {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
}
@keyframes fadeOutRightTiny {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
}
@keyframes fadeOutDownTiny {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
.fadeOutUpSmall {
  animation-name: fadeOutUpSmall;
}
.fadeOutLeftSmall {
  animation-name: fadeOutLeftSmall;
}
.fadeOutRightSmall {
  animation-name: fadeOutRightSmall;
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
.fadeInUpTiny {
  animation-name: fadeInUpTiny;
}
.fadeInLeftTiny {
  animation-name: fadeInLeftTiny;
}
.fadeInRightTiny {
  animation-name: fadeInRightTiny;
}
.fadeInDownTiny {
  animation-name: fadeInDownTiny;
}
.fadeOutUpTiny {
  animation-name: fadeOutUpTiny;
}
.fadeOutLeftTiny {
  animation-name: fadeOutLeftTiny;
}
.fadeOutRightTiny {
  animation-name: fadeOutRightTiny;
}
.fadeOutDownTiny {
  animation-name: fadeOutDownTiny;
}
@media (min-width: 992px) {
  .animated-page .revealable {
    position: relative;
  }
  .animated-page .revealable::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(to bottom, #e8eef3 0px, #e8eef3 33.999px, #fff 34px, #fff 64px);
  }
  .animated-page .revealable.reveal::after {
    -webkit-animation-name: reveal;
    animation-name: reveal;
  }
  .animated-page [data-animation] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
  }
  .animated-page [data-animation^='fadeIn'], .animated-page [data-animation^='roll'] {
    opacity: 0;
  }
  .animated-page .hero-content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
    animation-timing-function: linear;
  }
  .animated-page .full-panel {
    overflow: visible;
  }
  .animated-page .full-panel .container {
    overflow-y: visible;
  }
  .animated-page .box-heading::after {
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 4s;
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * Research specific
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Styles
 *********************************/
.full-panel.bluebox-cea .boxes h3 {
  background-position: center center;
  background-color: white;
  background-repeat: no-repeat;
  margin-top: -5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  height: 6rem;
  font-size: 0;
  z-index: 2;
  display: block;
  position: relative;
}
.full-panel.bluebox-cea .boxes > :first-child h3 {
  background-image: url(/?a=639852);
  background-size: 11.5rem 4rem;
  width: 15rem;
}
.full-panel.bluebox-cea .boxes > :nth-child(2) h3 {
  background-image: url(/?a=640884);
  background-size: 9.5rem 4rem;
  width: 13rem;
}
.real-research #hero .carousel-large {
  height: auto;
  max-height: none;
  padding-bottom: 4rem;
  position: relative;
}
.real-research #hero .carousel-large .bg-header {
  height: 100%;
}
.real-research #hero .carousel-large .content-bg {
  padding-bottom: 3.33rem;
}
@media (min-width: 768px) {
  .real-research #hero .carousel-large .container {
    padding-left: 0;
    padding-right: 0;
  }
  .real-research #hero .carousel-large .hero-content {
    padding-top: 14rem;
  }
  .real-research #hero .carousel-large .promo-content {
    margin-top: 1.333rem;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .real-research #hero .carousel-large .container {
    padding-left: 0;
    padding-right: 0;
  }
  .real-research #hero .carousel-large .hero-content {
    padding-top: 14rem;
  }
  .real-research #hero .carousel-large .promo-content {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .real-research #hero .carousel-large .hero-content {
    padding-top: 3rem;
  }
  .real-research #hero .carousel-large .content-bg {
    margin-top: 1.33rem;
  }
}
.real-research .hero-content .real-wrap {
  position: relative;
}
.real-research .hero-content .real-wrap #video-container {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
}
.real-research .secondlevel__page .hero__header__blurb {
  padding-left: 1rem;
  padding-bottom: 2rem;
}
.multiple-column-panel.robot-from-top {
  padding: 0;
}
.multiple-column-panel.robot-from-top .container {
  background: url("/?a=641855") top right no-repeat;
  background-position: 90% 0;
  padding: 3.33rem 15px 5.33rem;
  background-size: 350px;
}
@media (max-width: 991px) {
  .multiple-column-panel.robot-from-top .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: 200px;
    background-position: right top;
  }
}
@media (max-width: 767px) {
  .multiple-column-panel.robot-from-top .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: 135px;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .multiple-column-panel.pepper-large-side {
    background: url("https://cms.qut.edu.au/__data/assets/image/0003/635052/pepper-is-watching.png") top right no-repeat;
  }
  .multiple-column-panel.pepper-large-side .child-col {
    margin-bottom: 2.66rem;
  }
  .multiple-column-panel.pepper-large-side .child-col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .experts-panel #our-experts-form .row > * {
    padding-left: 5px;
  }
  .experts-panel #our-experts-form .row > *:first-child {
    padding-left: 15px;
  }
  .experts-panel #our-experts-form .row > *:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .experts-panel #our-experts-form .row > * {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .experts-panel #our-experts-form .row > * {
    margin-bottom: 0;
  }
  .experts-panel #our-experts-form .row {
    margin-bottom: 2rem;
  }
}
.experts-panel #our-experts-form select.form-control {
  width: 100%;
}
.experts-panel .row > * {
  margin-bottom: 2rem;
}
.experts-panel .experts-results .row > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.experts-panel .staffprof-result {
  border: 2px solid #e8eef3;
  padding: 1rem;
  width: 100%;
}
.experts-panel .staffprof-result .staffprof-result--avatar img {
  width: 5.333rem;
  height: 5.333rem;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  #stay-connected-research input, #stay-connected-research select {
    margin-bottom: 1.33rem;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * Graduate success specific
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
.graduate-success {
  /*@media (min-width: $size-xl-min) {
        .high-impact-panel.hip-content-push-down .hip-content-wrap {
            margin-top: 5rem;
        }
    }*/
  /*.high-impact-panel .hip-content-wrap {
        -webkit-box-align: flex-top;
        -webkit-align-items: flex-top;
        -ms-flex-align: flex-top;
        align-items: flex-start;
    }
    
    .hip-content-push-down .hip-content-wrap {
        margin-top: 1.33rem;
    }*/
}
.graduate-success .full-panel .container {
  overflow-y: visible;
}
@media (min-width: 992px) {
  .graduate-success .full-panel.handsy-image .title-wrap {
    margin-top: 5rem;
  }
  .graduate-success .full-panel.handsy-image .image-wrap {
    height: 40.5rem;
    position: relative;
    margin-left: -8rem;
  }
  .graduate-success .full-panel.handsy-image .image-wrap img {
    position: absolute;
    left: 0rem;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .graduate-success header .qut-logo {
    background: url(https://cms.qut.edu.au/__data/assets/file/0005/639446/qut-logo-strap-line.svg?v=0.1.4) no-repeat;
    background-size: 100%;
    width: 285px;
    height: 45px;
  }
  .graduate-success header.fixed-alt .qut-logo {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .graduate-success header:not(.fixed-alt) .qut-logo {
    width: 330px;
    height: 52px;
  }
}
.graduate-success #hero h1, .graduate-success #hero h2 {
  color: white;
}
.graduate-success #hero .header-text {
  text-align: center;
}
.graduate-success #hero .promo-title {
  background: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .graduate-success #hero .content-bg {
    padding-bottom: 5.33rem;
  }
}
.graduate-success #hero .search-form-hero .form-control.input-course-search {
  display: block;
  padding: 13px 1rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #000;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  width: 85%;
  float: left;
}
.graduate-success #hero .search-form-hero .search-button {
  float: left;
  text-indent: -9999em;
  background: #0066b9 url("//www.qut.edu.au/__data/assets/image/0011/338816/search-mobile-icon2.png?") no-repeat;
  background-size: 60%;
  background-position: center center;
  border: 0;
  margin: 0;
  border-radius: 0;
  width: 3rem;
  padding: 13px 1rem;
  font-size: 1.25rem;
  line-height: 2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .graduate-success #hero .search-form-hero .form-control.input-course-search {
    width: 84%;
  }
}
.graduate-success .silverpop-form .button[value="Subscribe"] {
  padding: 1rem 1.5rem;
}
.graduate-success .silverpop-form .form-inline .form-control {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .graduate-success .silverpop-form input, .graduate-success .silverpop-form select {
    margin-bottom: 1.33rem;
  }
}
.graduate-success .two-col-search-results .search-results-panel .search-result {
  padding: 2rem 2rem 0 0;
  margin-top: 2rem;
  border-top: 1px solid #e8eef3;
}
.graduate-success .two-col-search-results .search-results-panel .search-result:last-child {
  border-bottom: 1px solid #e8eef3;
  padding: 2rem 2rem 2rem 0;
}
#content-column .graduate-success .two-col-search-results .search-results-panel .search-result h3 {
  margin-top: 0 !important;
}
.graduate-success .two-col-search-results .search-results-panel .search-result .search-show-hide-expander {
  background: url(https://cms.qut.edu.au/__data/assets/image/0007/639340/open.png?v=0.1.1) no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: relative;
  float: right;
  right: -2rem;
  cursor: pointer;
}
.graduate-success .two-col-search-results .search-results-panel .search-result .search-show-hide-expander.expanded {
  background: url(https://cms.qut.edu.au/__data/assets/image/0008/639341/close.png?v=0.1.1) no-repeat;
  background-size: 80%;
  background-position: center;
}
.graduate-success .two-col-search-results .search-results-panel dl {
  margin-top: 1rem;
}
.graduate-success .two-col-search-results #right-column {
  padding-top: 2rem;
}
.graduate-success .two-col-search-results #right-column .right-column-box {
  border: 1px solid #e8eef3;
}
.graduate-success .two-col-search-results .result-navigation {
  margin-top: 2rem;
}
.graduate-success.real-world-success .box-content-below .box-content-below-wrapper {
  position: relative;
  top: -4rem;
}
.graduate-success .box-content-center {
  margin-top: 4rem;
  background: #fff;
  padding: 0 2rem 2rem 2rem;
}
.graduate-success .box-content-center .box-heading {
  margin-top: -2rem;
}
.graduate-success .box-panel {
  margin-bottom: 2rem;
  display: flex;
  flex-flow: column;
}
.graduate-success .box-panel .box-heading {
  background: #0066b9;
  display: inline-block;
  padding: 1rem 1.66rem;
  margin-bottom: 1.5rem;
}
.graduate-success .box-panel .box-heading * {
  color: white;
}
.graduate-success body.mms .carousel-large .promo-content, .graduate-success body.mms .carousel-large .content-bg, .graduate-success body.mms .carousel-large .header-text, .graduate-success body.mms .carousel-medium .promo-content, .graduate-success body.mms .carousel-medium .content-bg, .graduate-success body.mms .carousel-medium .header-text {
  text-align: left;
}
.graduate-success .match-my-skills .container {
  overflow-y: visible;
}
.graduate-success .match-my-skills .page-count {
  color: #fff;
  text-align: right;
}
.graduate-success .match-my-skills .page-count * {
  color: white;
}
.graduate-success .match-my-skills .mms-step {
  display: none;
}
.graduate-success .match-my-skills .mms-step.current {
  display: block;
}
.graduate-success .match-my-skills .box-content-below.top-box {
  min-height: 0;
  padding: 0 0 0 1rem;
  margin-bottom: -1rem;
  background: transparent;
  z-index: 2;
  position: relative;
}
.graduate-success .match-my-skills .box-content-below.top-box .box-heading {
  margin-bottom: 0;
}
.graduate-success .match-my-skills .question {
  min-height: 0;
  margin-bottom: 1rem;
  padding: 1.5rem 2.66rem;
}
.graduate-success .match-my-skills .question:first-child {
  padding-top: 2.25rem;
}
.graduate-success .match-my-skills .question .box-content-below-wrapper {
  margin-top: -4rem;
}
.graduate-success .match-my-skills .question .box-heading {
  display: block;
}
.graduate-success .match-my-skills .question .star-inputs {
  text-align: right;
}
.graduate-success .match-my-skills .question .star-inputs .star {
  display: inline-block;
}
.graduate-success .match-my-skills .question .star-inputs .rating {
  display: inline-block;
}
.graduate-success .match-my-skills .question .star-inputs .rating-input {
  float: right;
  height: 2rem;
  width: 2rem;
  padding: 0;
  margin: 0 0 0 -2.25rem;
  opacity: 0;
}
.graduate-success .match-my-skills .question .star-inputs .rating-star {
  position: relative;
  cursor: pointer;
  float: right;
  display: block;
  margin-bottom: 0;
  height: 2rem;
  width: 2rem;
  background: url(https://cms.qut.edu.au/__data/assets/image/0007/639412/star-filled.png?v=0.1.3) no-repeat;
  margin-right: 0.25rem;
  z-index: 2;
}
.graduate-success .match-my-skills .question .star-inputs .rating:hover .rating-star:hover, .graduate-success .match-my-skills .question .star-inputs .rating:hover .rating-star:hover ~ .rating-star, .graduate-success .match-my-skills .question .star-inputs .rating-input:checked ~ .rating-star {
  background: url(https://cms.qut.edu.au/__data/assets/image/0007/639412/star-filled.png?v=0.1.3) no-repeat;
}
.graduate-success .match-my-skills .question .star-inputs .rating-star, .graduate-success .match-my-skills .question .star-inputs .rating:hover .rating-star {
  position: relative;
  float: right;
  display: block;
  height: 2rem;
  width: 2rem;
  background: url(https://cms.qut.edu.au/__data/assets/image/0006/639411/star.png?v=0.1.2) no-repeat;
}
@media (max-width: 767px) {
  .graduate-success .match-my-skills {
    padding: 0;
  }
  .graduate-success .match-my-skills .page-count {
    display: none;
  }
  .graduate-success .match-my-skills .container {
    overflow-y: visible;
    padding: 0;
  }
  .graduate-success .match-my-skills .container > .row {
    margin: 0;
  }
  .graduate-success .match-my-skills .col-lg-7 {
    padding: 0;
  }
  .graduate-success .match-my-skills .top-box {
    padding: 0;
  }
  .graduate-success .match-my-skills .question .star-inputs {
    margin-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .graduate-success .match-my-skills .question {
    padding: 1.33rem 2.33rem;
  }
  .graduate-success .match-my-skills #email-results {
    border-top: 2px solid #e8eef3;
    padding-top: 3rem;
    margin-top: 3rem;
    border-bottom: 2px solid #e8eef3;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.graduate-success .tooltip--triangle {
  position: relative;
}
.graduate-success .tooltip--triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px white;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  z-index: 3;
}
.graduate-success .tooltip--triangle:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.graduate-success .tooltip--triangle:hover:before, .graduate-success .tooltip--triangle:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .graduate-success .top-box .row {
    margin-top: 2rem;
  }
  .graduate-success.mms .content-bg {
    text-align: center;
  }
  .graduate-success #hero .carousel-medium {
    height: 23.666rem;
  }
}
@media (min-width: 768px) {
  .graduate-success.mms #hero .carousel-medium {
    height: 28rem;
  }
  .graduate-success.mms .content-bg .promo-content {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .graduate-success .match-my-skills {
    margin-top: -8rem;
  }
  .graduate-success .match-my-skills .page-count {
    margin-top: -3rem;
    padding-top: 0.66rem;
  }
}
@media (max-width: 991px) {
  .graduate-success.mms .promo-content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .graduate-success.mms #hero .header-text {
    text-align: left;
  }
  .graduate-success.mms #hero .content-bg .promo-content {
    text-align: left;
    margin-left: 0;
    max-width: 33.333333%;
  }
  .graduate-success .match-my-skills {
    margin-top: -12.66rem;
  }
  .graduate-success .match-my-skills .mms-email-form {
    margin-top: 12.66rem;
  }
  .graduate-success .match-my-skills .page-count {
    margin-top: 6.66rem;
  }
  .graduate-success .panel-push-up {
    transform: translateY(-6rem);
  }
  .graduate-success .silverpop-form.panel-push-up {
    padding-bottom: 0;
  }
  .graduate-success .search-form-hero {
    padding-bottom: 5rem;
  }
}
.graduate-success .silverpop-form h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 1.33rem;
}
.graduate-success .match-my-skills.boxed-heading-panel .box-heading h3, .graduate-success .match-my-skills.boxed-heading-panel .box-heading .h3 {
  background: #0066b9;
  padding: 1rem 1.66rem;
  display: inline-block;
  color: white;
}
.graduate-success .high-impact-panel.hip-box-heading h2 {
  display: inline-block;
  background: #0066b9;
  color: white;
  padding: 1rem 2rem;
  word-break: break-word;
  max-width: 100%;
}
.graduate-success .full-panel.staex-wil-panel {
  padding: 0;
}
.graduate-success .staex-wil-panel .staex-wil-panel-inner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .graduate-success .staex-wil-panel .panel-body {
    margin-top: 1rem;
  }
  .graduate-success .staex-wil-panel .panel-body:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .graduate-success .staex-wil-panel .panel-body {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1199px) {
  .graduate-success .full-panel.staex-wil-panel {
    background-color: #e8eef3;
  }
}
@media (min-width: 1200px) {
  .graduate-success .full-panel.staex-wil-panel {
    position: relative;
  }
  .graduate-success .staex-wil-panel .staex-wil-panel-inner {
    position: absolute;
    background: transparent;
    width: 100%;
    transform: translateY(-50%);
  }
  .graduate-success .staex-wil-panel .panel-body {
    padding-left: 3.66rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .graduate-success .all-the-way-to-the-right-yo.panel-light-blue {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
.graduate-success .brains-panel {
  padding-top: 11.66rem;
}
.graduate-success .brain-box {
  border: 2px solid white;
  padding: 3.33rem 0;
  padding-bottom: 5.66rem;
}
.graduate-success .brain-box:before {
  content: " ";
  position: absolute;
  top: -4.33rem;
  left: calc(50% - 62.5px);
  width: 128px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 125px;
}
.graduate-success .brain-box h3 {
  padding: 0 4.33rem;
}
.graduate-success .brain-box.brain-box-course:before {
  background-image: url("https://cms.qut.edu.au/__data/assets/file/0005/638816/eureka-brain.svg?v=0.1.8");
}
.graduate-success .brain-box.brain-box-quiz:before {
  background-image: url("https://cms.qut.edu.au/__data/assets/file/0004/638815/quiz-brain.svg?v=0.1.7");
}
.graduate-success .brain-box .brain-links {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px - 4px);
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1.33rem;
  background: white;
}
@media (max-width: 1199px) {
  .graduate-success .brains-panel {
    padding-top: 3.66rem;
  }
  .graduate-success .brain-box h3 {
    padding: 0 2.66rem;
  }
}
@media (max-width: 991px) {
  .graduate-success .brain-box h3 {
    padding: 0 1.66rem;
  }
}
@media (max-width: 767px) {
  .graduate-success .brain-box-wrap:first-of-type {
    margin-top: 3.33rem;
  }
  .graduate-success .brain-box-wrap {
    margin-top: 6.66rem;
  }
  .graduate-success .brain-box-wrap:last-of-type {
    margin-bottom: 1.33rem;
  }
}
.graduate-success .boxes-with-boxed-headings-panel.upcoming-events .box .box-heading h3 {
  font-size: 24px;
  line-height: 30px;
}
.graduate-success .panel-blue.but-not-really-panel-blue {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .graduate-success .centered-grad-panel {
    position: relative;
    height: 37.66rem;
  }
  .graduate-success .centered-grad-panel .panel-body {
    padding-top: 8.33rem;
  }
  .graduate-success .centered-grad-bg, .graduate-success .centered-grad-fg {
    position: absolute;
    top: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100%;
  }
  .graduate-success .centered-grad-bg {
    background-color: #0066b9;
    background-image: url("https://cms.qut.edu.au/__data/assets/image/0003/641055/penny-singapore-bg.jpg?v=0.1.7");
    background-size: cover;
    width: 50%;
  }
  .graduate-success .centered-grad-fg {
    background-image: url("https://cms.qut.edu.au/__data/assets/image/0010/640936/penny-singapore-fg.jpg?v=0.1.12");
    background-position: bottom;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .graduate-success .full-panel.real-world-grads {
    background-image: url("https://cms.qut.edu.au/__data/assets/image/0003/641055/penny-singapore-bg.jpg?v=0.1.7");
    background-size: cover;
    background-position: center;
    background-color: #0066b9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .graduate-success .full-panel.real-world-grads {
    height: 407px;
    background-image: url("https://cms.qut.edu.au/__data/assets/image/0010/641584/penny-singapore.jpg?v=0.1.7");
    background-size: cover;
    background-position: center;
    background-color: #0066b9;
  }
  .graduate-success .full-panel.real-world-grads .container {
    height: calc(407px - 4rem);
  }
  .graduate-success .full-panel.real-world-grads .container .row {
    height: 100%;
  }
}
.graduate-success .centered-grad-caption {
  position: absolute;
  bottom: 3rem;
  left: calc(50% + 7.66rem);
}
.graduate-success .centered-grad-caption {
  background: #0066b9;
  color: white;
  line-height: 1rem;
  padding: 0.66rem 1.33rem 1rem;
  z-index: 1;
}
.graduate-success .centered-grad-caption .grad-name {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.graduate-success .centered-grad-caption .grad-role {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/**
 * Include variables
 **/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*$colour-primary-dark: #00467f;
$colour-primary-blue: #0066b9;
$colour-primary-light: #e8eef3;
$colour-primary-light-gray: #f3f6f9;
$colour-primary-gray: #373a3c;
$colour-overlay-dark: #012a4c;
$colour-overlay-light: #00549a;
$colour-border-gray: #eaeae9;*/
.campaign-landing {
  /*.content-panel {
        padding-bottom: 2.33rem;
        padding-top: 2.33rem;
    }*/
}
@media (min-width: 767px) {
  .campaign-landing header .qut-logo {
    background: url(https://cms.qut.edu.au/__data/assets/file/0004/900787/logo-strapline-two-deck-right.svg?v=0.1.0) no-repeat;
    width: 172px;
    height: 45px;
    background-size: 100%;
  }
}
.campaign-landing header.fixed-alt {
  height: 5rem;
}
@media (max-width: 991px) {
  .campaign-landing #hero.formless-page .form-container {
    display: none;
  }
}
@media (min-width: 992px) {
  .campaign-landing #hero.formless-page .form-container {
    visibility: hidden;
  }
}
.campaign-landing #hero.formless-page .silverpop-campaign-form {
  display: none;
}
.campaign-landing #content-column .highlight h3 {
  margin-top: 0;
}
.campaign-landing .form-container {
  position: relative;
  height: 25rem;
}
.campaign-landing .hero-white h1 {
  color: #fff;
}
.campaign-landing .single-image-content-panel.panel-blue .content-wrap p a {
  text-decoration: underline !important;
}
.campaign-landing .promo-content h1, .campaign-landing .promo-content h2, .campaign-landing .promo-content .h2, .campaign-landing .promo-content h3, .campaign-landing .promo-content .h3, .campaign-landing .promo-content h4, .campaign-landing .promo-content .h4 {
  color: #fff;
}
.campaign-landing .silverpop-campaign-form {
  background: #0066b9;
  position: relative;
  padding: 1.33rem;
  top: -2.8rem;
}
@media (max-width: 991px) {
  .campaign-landing .silverpop-campaign-form {
    top: -1.33rem;
  }
}
.campaign-landing .silverpop-campaign-form abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}
.campaign-landing .silverpop-campaign-form label {
  font-size: 16px;
  font-weight: 400;
}
.campaign-landing .silverpop-campaign-form input.form-control, .campaign-landing .silverpop-campaign-form select.form-control {
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 0.66rem;
  padding: 5px 1rem;
  border: 2px solid #0066b9;
  color: black;
  height: 3rem;
}
.campaign-landing .silverpop-campaign-form [type="checkbox"] {
  margin: 0 0.66rem 0 0;
}
.campaign-landing .silverpop-campaign-form #generic-event-registration-2017-stay-connected-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.campaign-landing .silverpop-campaign-form h3 {
  color: #fff;
  text-align: center;
}
.campaign-landing .silverpop-campaign-form label {
  color: #fff;
}
.campaign-landing .silverpop-campaign-form .button {
  margin-top: 0.66rem;
}
.campaign-landing .silverpop-campaign-form .button:hover {
  background-color: #00467f;
  color: #fff;
}
.campaign-landing .silverpop-campaign-form p {
  color: #fff;
  margin-bottom: 0.66rem;
}
.campaign-landing .silverpop-campaign-form .error-msg {
  color: lightpink;
  font-weight: bold;
  text-align: center;
}
.campaign-landing .silverpop-campaign-form a.arrow-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 1.33rem;
}
.campaign-landing .white-element h3, .campaign-landing .white-element label, .campaign-landing .white-element p, .campaign-landing .grey-element h3, .campaign-landing .grey-element label, .campaign-landing .grey-element p {
  color: #000;
}
.campaign-landing .centered-multiple-column-panel .child-col {
  padding-top: 13rem;
  background-size: 12rem 12rem;
}
.campaign-landing .black-element {
  background-color: #000 !important;
}
.campaign-landing .full-panel.medium-form {
  padding-top: 9.33rem;
}
.campaign-landing .full-panel.large-form {
  padding-top: 12.33rem;
}
.campaign-landing .silverpop-form input.form-control {
  width: 100%;
}
.campaign-landing .box-panel {
  animation-delay: 1s;
  margin-bottom: 2rem;
  display: flex;
  flex-flow: column;
}
.campaign-landing .boxed-heading-panel.boxed-feature-panel-image {
  height: 30em;
  margin: 0 1rem;
  background-size: cover;
  background-position: 70%;
}
.campaign-landing .boxed-heading-panel .box-image-top {
  height: 20rem;
  background-size: cover;
  background-position: 60%;
}
.campaign-landing .boxed-heading-panel .box-content-below {
  padding: 2rem;
  position: relative;
  background: white;
  flex: 1;
  margin-top: 0;
  min-height: 320px;
}
.campaign-landing .boxes-with-boxed-headings-panel .box-content-below {
  padding: 2rem;
  position: relative;
  background: white;
  flex: 1;
  margin-top: 0;
  min-height: 320px;
}
@media (min-width: 991px) {
  .long-sp-form .full-panel:nth-of-type(2) .row {
    padding-right: 33%;
  }
}
.reasons-panel {
  padding-bottom: 3.333rem;
}
.reasons-panel .boxes {
  margin-top: 2rem;
  margin-bottom: -2rem;
}
.reasons-panel .boxes:first-of-type {
  margin-top: 0;
}
.reasons-panel .box-wrap {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .reasons-panel .box-wrap {
    margin-bottom: 3rem;
  }
  .reasons-panel .box-wrap:first-child {
    margin-top: 0;
  }
}
.reasons-panel .box {
  padding: 2rem;
  position: relative;
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  margin-top: 36px;
}
.reasons-panel .box h2, .reasons-panel .box h3, .reasons-panel .box h4, .reasons-panel .box a {
  color: white;
}
.reasons-panel .box .box-heading {
  margin-top: calc(-2rem - 36px);
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  padding: 1.25rem 1rem;
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  display: table;
}
.reasons-panel .box .box-heading h2, .reasons-panel .box .box-heading h3, .reasons-panel .box .box-heading h4, .reasons-panel .box .box-heading a {
  color: white;
}
.reasons-panel .box .box-heading a h3 {
  text-decoration: underline;
}
.reasons-panel .box .box-heading a h3:hover {
  text-decoration: none;
}
.reasons-panel .box .box-content {
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .reasons-panel .box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .reasons-panel .box .box-heading {
    left: 1rem;
    right: 1rem;
  }
}
.expander-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.3s;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
}
.expander-link::before {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
  transform: rotate(90deg);
}
.expanded.expander-link::before {
  transform: rotate(270deg);
}
.high-impact-panel .button-play-overlay {
  display: none;
}
.high-impact-panel .button-play-overlay-active {
  visibility: visible !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.high-impact-panel .button-play-overlay-active a.button.play.invert {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #00467f;
  background-image: url("/__data/assets/file/0010/719461/play-white.svg");
  padding-left: 4.66rem;
  border: 0;
}
.high-impact-panel .button-play-overlay-active a.button.play.invert:hover {
  background-color: white;
  color: #00467f;
  background-image: url("/__data/assets/file/0007/719458/play.svg");
}
.tooltip--triangle {
  position: relative;
}
.tooltip--triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px white;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  z-index: 3;
}
.tooltip--triangle:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.tooltip--triangle:hover:before, .tooltip--triangle:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * Student stories styles
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Styles
 *********************************/
body.student-stories #subjects {
  margin-bottom: 2rem;
}
body.student-stories .story {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.student-stories .student-story-featured {
  background-color: #e8eef3;
  border: 2px solid #e8eef3;
}
body.student-stories .student-story-featured .story-content {
  padding: 1.5rem;
  padding-left: 0;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


@charset "UTF-8";
.scholarships .brain-box {
  border: 2px solid white;
  padding: 3.33rem 0;
  padding-bottom: 5.66rem;
}
.scholarships .brain-box:before {
  content: " ";
  position: absolute;
  top: -4.33rem;
  left: calc(50% - 62.5px);
  width: 128px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 125px;
  background-image: url("https://cms.qut.edu.au/__data/assets/file/0004/638815/quiz-brain.svg?v=0.1.5");
}
.scholarships .brain-box h3 {
  padding: 0 4.33rem;
}
@media (max-width: 991px) {
  .scholarships .brain-box h3 {
    padding: 0 1.66rem;
  }
}
@media (max-width: 1199px) {
  .scholarships .brain-box h3 {
    padding: 0 2.66rem;
  }
}
.scholarships input.form-control::placeholder, .scholarships select.form-control::placeholder {
  color: #666;
}
.scholarships.scholarships-home #page-head {
  display: none;
}
.scholarships.scholarships-home .magic-panel.high-impact-panel {
  /* .hip-image shouldn't render if not provided - in which case an empty col should be left behind, or .hip-content-wrap should offset the correct number of cols
                   since it doesn't yet, workaround is just to make .hip-image invisible on desktop */
}
.scholarships.scholarships-home .magic-panel.high-impact-panel .hip-image {
  display: none !important;
}
@media (min-width: 768px) {
  .scholarships.scholarships-home .magic-panel.high-impact-panel .hip-image {
    display: block !important;
    visibility: hidden !important;
  }
}
@media (max-width: 767px) {
  .scholarships.scholarships-home .magic-panel.high-impact-panel {
    padding-top: 33vw !important;
  }
  .scholarships.scholarships-home .magic-panel.high-impact-panel.blue-boxed-text.panel-blue .hip-content-wrap {
    margin-top: 0;
  }
}
.scholarships.scholarships-home .magic-panel.icon-box-panel .panel-content {
  margin-bottom: 2.66rem;
}
.scholarships.scholarships-home .magic-panel.tiled-content-panel.panel-light-blue .box {
  background-color: white;
}
.scholarships.scholarships-browse #page-head {
  display: none;
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card {
  background: white;
  margin-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 2px 3px 20px 1px rgba(32, 32, 46, 0.07);
  -moz-box-shadow: 2px 3px 20px 1px rgba(32, 32, 46, 0.07);
  box-shadow: 2px 3px 20px 1px rgba(32, 32, 46, 0.07);
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card > * {
  padding: 1.375rem 1.375rem 1.75rem;
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card .card-footer {
  border-top: 1px solid #eee;
  padding: 1.375rem;
  background-color: #FAFAFA;
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card .card-contents h3 a {
  display: inline-block;
}
.scholarships.scholarships-browse #scholarship-results-panel .icon {
  position: relative;
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-study-area .icon:before, .scholarships.scholarships-browse #scholarship-results-panel .scholarship-eligibility-criteria .icon:before {
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-study-area .icon:before {
  background-image: url("https://cms.qut.edu.au/__data/assets/file/0009/694881/study-area.svg?v=0.1.3");
}
.scholarships.scholarships-browse #scholarship-results-panel .scholarship-eligibility-criteria .icon:before {
  background-image: url("https://cms.qut.edu.au/__data/assets/file/0011/694883/scholarship-theme.svg?v=0.1.3");
}
@media (max-width: 991px) {
  .scholarships.scholarship-page .secondlevel__page.hero__header {
    padding-top: 8rem;
  }
}
@media (min-width: 992px) {
  .scholarships.scholarship-page #right-column {
    padding-top: 0rem;
  }
}
.scholarships.scholarship-page #content-column a.arrow-link, .scholarships.scholarship-page #content-column span.arrow-link, .scholarships.scholarship-page .panel-content a.arrow-link, .scholarships.scholarship-page .panel-content span.arrow-link, .scholarships.scholarship-page .box-content a.arrow-link, .scholarships.scholarship-page .box-content span.arrow-link, .scholarships.scholarship-page .child-col a.arrow-link, .scholarships.scholarship-page .child-col span.arrow-link {
  text-decoration: none;
}
.scholarships.scholarship-page #content-column a.arrow-link::before, .scholarships.scholarship-page #content-column a.arrow-link::after, .scholarships.scholarship-page #content-column span.arrow-link::before, .scholarships.scholarship-page #content-column span.arrow-link::after, .scholarships.scholarship-page .panel-content a.arrow-link::before, .scholarships.scholarship-page .panel-content a.arrow-link::after, .scholarships.scholarship-page .panel-content span.arrow-link::before, .scholarships.scholarship-page .panel-content span.arrow-link::after, .scholarships.scholarship-page .box-content a.arrow-link::before, .scholarships.scholarship-page .box-content a.arrow-link::after, .scholarships.scholarship-page .box-content span.arrow-link::before, .scholarships.scholarship-page .box-content span.arrow-link::after, .scholarships.scholarship-page .child-col a.arrow-link::before, .scholarships.scholarship-page .child-col a.arrow-link::after, .scholarships.scholarship-page .child-col span.arrow-link::before, .scholarships.scholarship-page .child-col span.arrow-link::after {
  top: 1px;
}
.scholarships.scholarship-page #content-column a.arrow-link:hover, .scholarships.scholarship-page #content-column span.arrow-link:hover, .scholarships.scholarship-page .panel-content a.arrow-link:hover, .scholarships.scholarship-page .panel-content span.arrow-link:hover, .scholarships.scholarship-page .box-content a.arrow-link:hover, .scholarships.scholarship-page .box-content span.arrow-link:hover, .scholarships.scholarship-page .child-col a.arrow-link:hover, .scholarships.scholarship-page .child-col span.arrow-link:hover {
  text-decoration: underline;
}
.scholarships.scholarship-page .media-carousel-new {
  width: auto;
  transition: opacity 0.3s ease-in-out;
  overflow: visible;
  border: none;
}
.scholarships.scholarship-page .media-carousel-new .mobile-embed {
  border: 0;
  height: initial;
}
.scholarships.scholarship-page .media-carousel-new.loading {
  opacity: 0;
  background-image: url(https://www.qut.edu.au/__data/assets/image/0015/2418/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.scholarships.scholarship-page .media-carousel-new .slideshow, .scholarships.scholarship-page .media-carousel-new .info {
  float: none;
  width: auto;
  margin: 0;
}
.scholarships.scholarship-page .media-carousel-new .slideshow .current-slide-wrapper {
  padding: 0;
}
.scholarships.scholarship-page .media-carousel-new .info {
  margin-right: 0;
  border: 2px solid #e8eef3;
  border-top: none;
  padding: 1.5rem;
}
.scholarships.scholarship-page .media-carousel-new .info cite {
  padding-bottom: 1rem;
  text-align: left;
  font-style: normal;
  color: #00467f;
}
.scholarships.scholarship-page .media-carousel-new .info ul.action-links li:first-child {
  border-top: none;
}
.scholarships.scholarship-page .media-carousel-new .info > * {
  position: relative;
}
.scholarships.scholarship-page .media-carousel-new .info h4 {
  font-size: 28px;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.scholarships.scholarship-page .media-carousel-new .info .quote {
  z-index: 0;
}
.scholarships.scholarship-page .media-carousel-new .info .quote::before {
  content: "“";
  display: inline-block;
  position: absolute;
  top: 2.5rem;
  left: -1.5rem;
  color: #e8eef3;
  font-size: 14rem;
  z-index: -1;
}
.scholarships.scholarship-page #right-column .right-column-box {
  border: none;
  padding: 0;
}
.scholarships.scholarship-page #right-column .right-column-box .boxed-heading-panel .container {
  padding-left: 0;
  padding-right: 0;
  overflow-y: visible;
}
@media (min-width: 992px) {
  .scholarships.scholarship-page #hero {
    padding-bottom: 6.66rem;
  }
}
.scholarships.scholarship-page #hero .bg-header, .scholarships.scholarship-page .hero__header .bg-header {
  height: 100%;
}
.scholarships.scholarship-page #hero .bg-header .overlay, .scholarships.scholarship-page .hero__header .bg-header .overlay {
  height: 12rem;
}
.scholarships.scholarship-page #hero .promo-content, .scholarships.scholarship-page #hero .hero__header__blurb, .scholarships.scholarship-page .hero__header .promo-content, .scholarships.scholarship-page .hero__header .hero__header__blurb {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
}
.scholarships.scholarship-page #hero .promo-type, .scholarships.scholarship-page .hero__header .promo-type {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  background-color: white;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 2rem;
  color: #0066b9;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * The header stylings
 * Responsive tweaks for styles are generally at the bottom of the relevant block
 * Sizings are defined at the top in the variables
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Colours
 *********************************/
/********************************
 * my_source files
 ********************************/
/*********************************
 * Local mixins
 *********************************/
/*********************************
 * Styles
 *********************************/
.corporate__homepage .alert-banner, .alert__banner .alert-banner {
  background: #efcb43;
  position: relative;
  width: 100%;
  z-index: 21;
}
@media (max-width: 1199px) {
  .corporate__homepage .alert-banner, .alert__banner .alert-banner {
    background: #efcb43;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .alert-banner, .alert__banner .alert-banner {
    background: linear-gradient(90deg, transparent 50%, #efcb43 50%);
    position: absolute;
  }
  .corporate__homepage .alert-banner::before, .alert__banner .alert-banner::before {
    content: " ";
    position: absolute;
    display: block;
    width: 5rem;
    height: 99.7%;
    top: 0;
    left: 48%;
    z-index: -1;
    background: #efcb43;
    transform-origin: bottom left;
    transform: skew(45deg, 0deg);
  }
  .corporate__homepage .alert-banner .container, .alert__banner .alert-banner .container {
    background: #efcb43;
    margin-left: 48%;
    width: auto;
  }
}
.corporate__homepage .alert-banner img, .alert__banner .alert-banner img {
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.header {
  background-color: #001E36;
  transition: 0.3s;
}
.header__wrapper {
  position: relative;
  /*&__audiences {
            .header__logo {
                background: url($svg-logo-primary-blue) no-repeat;
            }
            @include breakpoint-up(lg) {
                .header__realworld {
                    background: url(/__data/assets/file/0017/722114/strapline-blue.svg?v=0.1.1) no-repeat bottom left;
                }
            }
            .header__links__studylinks__audience {
                &::after {
                    background: url($icon-arrow-down) transparent no-repeat;
                }
            }
        }*/
}
@media (min-width: 768px) {
  .header--transparent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: transparent;
  }
  .header--transparent .megamenu {
    background-color: rgba(0, 70, 127, 0.5);
  }
  .header--transparent .megamenu__overlay {
    top: 0;
  }
  .header--overlay .header, .header.header--overlay {
    background-color: rgba(1, 42, 76, 0.85);
  }
  .header--no-overlay .header {
    background-color: transparent;
  }
  .header--no-overlay .header .megamenu {
    background-color: rgba(0, 70, 127, 0.5);
  }
  .header--no-overlay .header .megamenu__overlay {
    top: 0;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .header > .container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__pusher {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
  height: 6.5rem;
}
.header__pusher *:focus {
  outline: 0.2rem dashed white;
  outline-offset: 3px;
}
.header__pusher *:focus:not(:focus-visible) {
  outline: 0;
}
.header__pusher *:focus-visible {
  outline: 0.2rem dashed white;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .header__pusher {
    height: 5.333rem;
  }
}
.header__logo {
  z-index: 20;
  position: relative;
  display: block;
  float: left;
  background: url("/__data/assets/file/0007/779740/logo-white.svg?v=0.1.1") no-repeat;
  background-size: contain;
  height: 55px;
  width: 55px;
  transform: translateZ(0);
}
.header__logo__inverted {
  background: url("/__data/assets/file/0012/779736/logo-primary-blue.svg?v=0.1.1") no-repeat;
}
@media (max-width: 767px) {
  .header__logo {
    height: 45px;
    width: 45px;
  }
}
.header__logo__test {
  z-index: 20;
  position: relative;
  display: block;
  float: left;
  background: url("/__data/assets/file/0010/894628/logo-strapline-two-deck-right.svg?v=0.0.1") no-repeat;
  background-size: contain;
  height: 55px;
  width: 210px;
  transform: translateZ(0);
}
@media (max-width: 991px) {
  .header__logo__test {
    background: url("/__data/assets/file/0007/779740/logo-white.svg?v=0.1.1") no-repeat;
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 767px) {
  .header__logo__test {
    height: 45px;
    width: 45px;
  }
}
.header__acknowledgement__link {
  border-left: 2px solid white;
  color: white;
  font-size: 85%;
  margin-left: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .header__realworld {
    z-index: 20;
    position: relative;
    background: url("/__data/assets/file/0011/900857/tagline-one-deck-white.svg?v=0.0.12") no-repeat bottom left;
    background-size: contain;
    height: 55px;
    width: 270px;
    display: none;
    float: left;
    margin-left: 10px;
  }
}
.header__logo__utilities {
  z-index: 20;
  position: relative;
  display: block;
  float: left;
  background: url("/__data/assets/file/0010/894628/logo-strapline-two-deck-right.svg?v=0.0.1") no-repeat;
  background-size: contain;
  height: 55px;
  width: 210px;
  transform: translateZ(0);
}
@media (max-width: 991px) {
  .header__logo__utilities {
    background: url("/__data/assets/file/0007/779740/logo-white.svg?v=0.1.1") no-repeat;
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 767px) {
  .header__logo__utilities {
    height: 45px;
    width: 45px;
  }
}
.header__title:focus {
  color: #fff;
}
.header__links {
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.header__links__login {
  color: white;
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 22px;
  border-right: 2px solid white;
}
@media (min-width: 768px) {
  .header__links__login {
    font-size: 95%;
  }
}
@media (max-width: 767px) {
  .header__links__login {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__links__login:hover, .header__links__login:focus {
  text-decoration: none;
  color: white;
}
.header__links__login::before {
  content: " ";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__links__login::before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .header__links__login::before {
    height: 22px;
    width: 22px;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .header__links__login {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header__links__login {
    padding-left: 0;
    height: 35px;
    line-height: 35px;
    top: -10px;
    position: relative;
    border-right: 1px dotted white;
  }
}
.header__links__login::before {
  background: url("/__data/assets/file/0006/711681/lock-white.svg") no-repeat bottom left;
}
@media (max-width: 767px) {
  .header__links__login::before {
    display: none;
  }
}
.header__links__default {
  color: white;
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 22px;
}
@media (min-width: 768px) {
  .header__links__default {
    font-size: 95%;
  }
}
@media (max-width: 767px) {
  .header__links__default {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__links__default:hover, .header__links__default:focus {
  text-decoration: none;
  color: white;
}
.header__links__default::before {
  content: " ";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__links__default::before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .header__links__default::before {
    height: 22px;
    width: 22px;
    background-position: center;
  }
}
.header__links__default.left-border, .header__links__default.both-borders {
  border-left: 2px solid white;
}
@media (min-width: 768px) {
  .header__links__default.left-border, .header__links__default.both-borders {
    margin-left: 20px;
  }
}
.header__links__default.right-border, .header__links__default.both-borders {
  border-right: 2px solid white;
}
@media (min-width: 768px) {
  .header__links__default.right-border, .header__links__default.both-borders {
    margin-right: 20px;
  }
}
.header__links__default.right-edge {
  padding-right: 0;
}
@media (max-width: 767px) {
  .header__links__default {
    padding: 0 1rem !important;
    height: 35px;
    line-height: 35px;
    top: -10px;
    position: relative;
    border-left: none !important;
    border-right: 1px dotted white;
  }
}
.header__links__contact {
  color: white;
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 22px;
}
@media (min-width: 768px) {
  .header__links__contact {
    font-size: 95%;
  }
}
@media (max-width: 767px) {
  .header__links__contact {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__links__contact:hover, .header__links__contact:focus {
  text-decoration: none;
  color: white;
}
.header__links__contact::before {
  content: " ";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__links__contact::before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .header__links__contact::before {
    height: 22px;
    width: 22px;
    background-position: center;
  }
}
.header__links__contact::before {
  background-image: url("/__data/assets/file/0005/708647/call-white.svg?v=0.1.1");
}
@media (max-width: 767px) {
  .header__links__contact {
    margin-left: 15px;
    padding-left: 20px;
    height: 35px;
    border-right: 1px dotted white;
  }
  .header__links__contact::before {
    height: 35px;
  }
}
@media (min-width: 768px) {
  .header__links__contact {
    padding-left: 0;
  }
  .header__links__contact::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__links__contact {
    margin-right: 0;
    padding-right: 0;
  }
}
.header__links__megamenu {
  transition: default-transition;
  border: 0;
  margin-left: 0.5rem;
  padding: 7.5px;
  height: 35px;
  width: 35px;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-color: transparent;
  background-image: url("/__data/assets/file/0009/709371/cross-white.svg");
}
.header__links__megamenu:focus {
  outline: 0.25rem dashed white;
  outline-offset: -2px;
}
.header__links__megamenu:focus:not(:focus-visible) {
  outline: 0;
}
.header__links__megamenu:focus-visible {
  outline: 0.25rem dashed white;
  outline-offset: -2px;
}
@media (min-width: 768px) {
  .header__links__megamenu {
    height: 30px;
    width: 30px;
  }
}
.header__links__megamenu.closed {
  background-image: url("/__data/assets/file/0003/705594/mobile-menu.svg?v=0.1.1");
}
.header__links__audience {
  color: white;
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 22px;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__links__audience {
    font-size: 95%;
  }
}
@media (max-width: 767px) {
  .header__links__audience {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__links__audience:hover, .header__links__audience:focus {
  text-decoration: none;
  color: white;
}
.header__links__audience::before {
  content: " ";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__links__audience::before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .header__links__audience::before {
    height: 22px;
    width: 22px;
    background-position: center;
  }
}
.header__links__audience::after {
  transition: 0.3s;
  content: " ";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: url("/__data/assets/file/0006/709053/arrow-down-white.svg") transparent no-repeat;
}
.header__links__linklist {
  margin: 0;
  padding-left: 0;
}
.header__links__linklist li {
  display: inline-block;
}
@media (max-width: 767px) {
  .header__links__linklist {
    height: 35px;
  }
}
.header__searchbox {
  display: flex;
  position: relative;
  z-index: 1;
}
.header__searchbox__input {
  height: 35px;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.header__searchbox__input::placeholder {
  color: #666;
  opacity: 1;
}
.header__searchbox__input--grey-border {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.header__searchbox__submit {
  background-color: #0066b9;
  transition: 0.3s;
  height: 35px;
  width: 35px;
  padding: 7px;
  cursor: pointer;
  border-radius: 0;
}
.header__searchbox__submit:hover {
  background-color: #00467f;
}
.header__searchbox__submit--gray {
  background-color: #e8eef3;
}
.header__searchbox__submit--gray:hover {
  background-color: #c6d5e2;
}
.header__searchbox__input:focus {
  outline: 0.25rem dashed white;
  outline-offset: 0.25rem;
}
.header__searchbox__input:focus:not(:focus-visible) {
  outline: 0;
}
.header__searchbox__input:focus-visible {
  outline: 0.25rem dashed white;
  outline-offset: 0.25rem;
}
.header__searchbox__submit {
  transition: none;
}
@media (max-width: 767px) {
  .header__searchbox {
    border-right: 1px dotted white;
    padding-right: 7.5px;
    width: auto !important;
  }
  .header__searchbox__toggle {
    background-image: url("/__data/assets/file/0003/711678/search-white.svg");
    background-color: transparent;
    background-size: 21px 21px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    height: 35px;
    width: 35px;
    padding: 7px;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
    margin-right: 5px;
  }
  .header__searchbox__input {
    width: 50%;
    flex-grow: 1;
  }
  .header__searchbox__submit {
    width: auto;
    padding: 2px !important;
  }
  .header__searchbox--open .header__links__login, .header__searchbox--open .header__links__contact {
    display: none;
  }
  .header__searchbox--open .header__searchbox {
    width: 100%;
    margin-right: 5px;
  }
  .header__searchbox--closed .header__searchbox {
    margin-left: 7.5px;
  }
  .header__searchbox--closed .header__searchbox__input {
    display: none;
  }
  .header__searchbox--closed .header__searchbox__submit {
    background-color: transparent;
  }
}
.header__mobile__audience {
  padding: 0.66rem;
  text-align: center;
}
.header__mobile__audience__link {
  color: white;
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 22px;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__mobile__audience__link {
    font-size: 95%;
  }
}
@media (max-width: 767px) {
  .header__mobile__audience__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__mobile__audience__link:hover, .header__mobile__audience__link:focus {
  text-decoration: none;
  color: white;
}
.header__mobile__audience__link::before {
  content: " ";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__mobile__audience__link::before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .header__mobile__audience__link::before {
    height: 22px;
    width: 22px;
    background-position: center;
  }
}
.header__mobile__audience__link::after {
  transition: 0.3s;
  content: " ";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: url("/__data/assets/file/0006/709053/arrow-down-white.svg") transparent no-repeat;
}
@media (max-width: 576px) {
  .header__mobile__audience__link {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .header__mobile__audience.mobile-audience-animate {
    animation-duration: 5s;
    animation-name: change-background;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  @keyframes change-background {
    0% {
      background: #00467f;
    }
    15% {
      background: #c7026f;
    }
    80% {
      background: #c7026f;
    }
    100% {
      background: #00467f;
    }
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * The megamenu stylings
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Colours
 *********************************/
/*********************************
 * Local mixins
 *********************************/
/*********************************
 * Styles
 *********************************/
.megamenu--open header {
  background-color: #0066b9 !important;
  height: 100%;
}
.megamenu--open #content {
  display: none;
}
.megamenu--open footer {
  display: none;
}
.megamenu {
  background-color: rgba(0, 70, 127, 0.4);
  height: 4rem;
  position: relative;
  z-index: 10;
}
.megamenu .header__searchbox {
  margin-left: auto;
}
.megamenu--less-transparent .megamenu {
  background-color: rgba(0, 70, 127, 0.7);
}
.megamenu .svg-180 {
  transform: rotate(180deg);
}
.megamenu .link-fader {
  position: absolute;
  top: 60px;
  left: 16rem;
  height: 750%;
  width: calc(100% - 17rem);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 50;
  display: none;
}
@media (max-width: 767px) {
  .megamenu .link-fader {
    display: none;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
  }
}
@media (max-width: 767px) {
  .megamenu {
    height: auto;
    display: none;
    position: absolute;
    width: 100%;
  }
}
.megamenu--open {
  display: block;
}
.megamenu-- {
  background-color: rgba(21, 47, 69, 0.65);
}
.megamenu__overlay {
  transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  background-color: rgba(28, 39, 49, 0.9);
  position: fixed;
  left: 0;
  top: 10.5rem;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
}
.megamenu__overlay.expose {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .megamenu__overlay {
    top: 5.333rem !important;
  }
}
.megamenu__pusher {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .megamenu__pusher {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .megamenu--expose .megamenu__tab__dropdown {
    pointer-events: auto;
    transition: 0s;
  }
  .megamenu--expose .megamenu__tab__contents {
    transition: opacity 0.3s, z-index 0s;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .megamenu .megamenu__tab--open .megamenu__tab__dropdown {
    display: block;
  }
}
@media (max-width: 767px) {
  .megamenu__tab {
    width: 100%;
  }
}
.megamenu__tab__link {
  color: white;
  font-size: 20px;
  line-height: 4rem;
  font-weight: 800;
  padding: 0 1.6rem;
  display: block;
}
.megamenu__tab__link--current {
  background-color: #0066b9;
}
.megamenu__tab__link--promo:focus {
  background-color: white !important;
  color: #00467f !important;
  text-decoration: none !important;
}
.megamenu__tab__link:focus {
  background-color: white;
  text-decoration: underline;
  color: #00467f;
  outline: none;
}
.megamenu__tab__link__focusicon {
  width: 35px;
  height: 20px;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 17.5px);
  opacity: 0;
  z-index: -10;
  border: none;
  background: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 4px;
}
.megamenu__tab__link__focusicon:focus {
  opacity: 1;
  z-index: 40;
  outline: none;
  background-color: #0066b9;
}
.megamenu__tab__link__focusicon svg {
  height: 10px;
  width: 16px;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 4px;
  fill: #e8eef3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .megamenu__tab__link__focusicon {
    width: 88px;
    height: 60px;
    right: 0;
    top: calc(50% - 30px);
    left: auto;
    opacity: 1;
    z-index: 40;
  }
  .megamenu__tab__link__focusicon svg {
    width: 24px;
    height: 15px;
    left: calc(50% - 12px);
    top: calc(50% - 7.5px);
  }
  .megamenu__tab__link__focusicon:focus {
    opacity: 1;
    z-index: 40;
    outline-offset: -0.25rem;
    outline: 0.25rem dashed white;
    background-color: transparent;
  }
  .megamenu__tab__link__focusicon:focus:not(:focus-visible) {
    outline: 0;
  }
  .megamenu__tab__link__focusicon:focus-visible {
    outline-offset: -0.25rem;
    outline: 0.25rem dashed white;
  }
}
@media (max-width: 767px) {
  .megamenu__tab__link {
    display: block;
    position: relative;
    padding: 0 1rem;
    z-index: 30;
    width: 100%;
    color: white !important;
    background-color: #0066b9;
    border-top: 1px solid white;
  }
  .megamenu__tab__link:focus {
    outline: none;
    background-color: #0066b9;
    text-decoration: none;
    color: white;
  }
  .megamenu__tab__link:focus span {
    outline-offset: 0.25rem;
    outline: 0.25rem dashed white;
  }
  .megamenu__tab__link:focus:not(:focus-visible) span {
    outline: 0;
  }
  .megamenu__tab__link:focus-visible {
    outline: none;
    background-color: #0066b9;
    text-decoration: none;
    color: white;
  }
  .megamenu__tab__link:focus-visible span {
    outline-offset: 0.25rem;
    outline: 0.25rem dashed white;
  }
  .megamenu__tab__link::after {
    content: none !important;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("/__data/assets/file/0006/709053/arrow-down-white.svg") center no-repeat;
  }
  .megamenu__tab__link--no-dropdown::after {
    display: none;
  }
  .megamenu__tab__link--active {
    text-decoration: underline;
  }
  .megamenu__tab__link--active::after {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .megamenu__tab__dropdown {
    pointer-events: none;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 15px;
    right: 15px;
    background-color: white;
    top: 4rem;
  }
}
@media (min-width: 992px) {
  .megamenu__tab__dropdown {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .megamenu__tab__dropdown {
    display: none;
  }
}
@media (min-width: 768px) {
  .megamenu__tab__contents {
    position: relative;
    z-index: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
  }
  .megamenu__tab__contents .column {
    padding: 10px 7.5px 10px 7.5px;
    /*&:last-child {
                        padding: 0;
                    }*/
  }
  .megamenu__tab__contents .column.sub-column {
    padding-top: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .megamenu__tab:hover .megamenu__tab__link, .megamenu__tab:focus .megamenu__tab__link {
    background-color: white;
    text-decoration: none;
    color: #00467f;
  }
}
.megamenu__tab__promo {
  background-size: auto 70%;
  background-position: center top;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.megamenu__tab__promo .promo-caption {
  background-color: #009fe3;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.megamenu__tab__promo .promo-caption a {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
}
.megamenu__tab__promo .promo-caption p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .megamenu__tab--open .megamenu__tab__link {
    background-color: white;
    text-decoration: none;
    color: #00467f;
  }
  .megamenu__tab--open .megamenu__tab__dropdown {
    z-index: 0;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
  .megamenu__tab--open .megamenu__tab__contents {
    opacity: 1;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .megamenu__tab--narrow-promo .megamenu__subtab__content {
    margin-right: 14rem;
  }
  .megamenu__tab--narrow-promo .megamenu__tab__promo {
    width: 14rem;
    left: auto;
    right: 0;
  }
  .megamenu__tab--wide-promo .megamenu__subtab__content {
    margin-right: 19rem;
  }
  .megamenu__tab--wide-promo .megamenu__tab__promo {
    width: 19rem;
    left: auto;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .megamenu__tab--narrow-promo .megamenu__subtab__content {
    margin-right: 0;
  }
  .megamenu__tab--wide-promo .megamenu__subtab__content {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .megamenu__subtab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.megamenu__subtab__wrapper {
  background: #e8eef3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 15rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .megamenu__subtab__wrapper {
    width: 100%;
    background: #c1d8ef;
  }
}
.megamenu__subtab__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 700;
  transition: none;
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 0rem;
}
.megamenu__subtab__link:focus {
  outline: 0.25rem dashed #0066b9;
  outline-offset: -0.25rem;
}
.megamenu__subtab__link:focus:not(:focus-visible) {
  outline: 0;
}
.megamenu__subtab__link:focus-visible {
  transition: outline 0s;
  outline: 0.25rem dashed #0066b9;
  outline-offset: -0.25rem;
}
.megamenu__subtab__link__focusicon {
  width: 20px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  opacity: 0;
  z-index: 110;
  border: none;
  background: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 4px;
}
.megamenu__subtab__link__focusicon:focus {
  opacity: 1;
  outline-offset: 0;
  outline: none;
  background-color: #0066b9;
}
.megamenu__subtab__link__focusicon svg {
  height: 16px;
  width: 10px;
  position: absolute;
  top: calc(50% - 8px);
  right: 4px;
  fill: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .megamenu__subtab__link__focusicon {
    width: 88px;
    height: 50px;
    right: 0;
    top: calc(50% - 25px);
    left: auto;
    opacity: 1;
    z-index: 40;
  }
  .megamenu__subtab__link__focusicon:focus {
    opacity: 1;
    outline-offset: -0.25rem;
    outline: 0.25rem dashed #0066B9;
    background-color: transparent;
  }
  .megamenu__subtab__link__focusicon:focus:not(:focus-visible) {
    outline: none;
  }
  .megamenu__subtab__link__focusicon:focus-visible {
    outline-offset: -0.25rem;
    outline: 0.25rem dashed #0066B9;
    background-color: transparent;
  }
  .megamenu__subtab__link__focusicon svg {
    width: 20px;
    height: 12px;
    left: calc(50% - 10px);
    top: calc(50% - 6px);
    fill: #0066b9;
  }
}
.megamenu__subtab__link__mobileIcon {
  width: 44px;
  height: 30px;
  position: absolute;
  right: 22px;
  top: calc(50% - 10px);
  opacity: 1;
  z-index: 110;
  border: none;
  background: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.megamenu__subtab__link__mobileIcon:focus {
  outline-offset: -2px;
}
.megamenu__subtab__link__mobileIcon svg {
  width: 18px;
  height: 12px;
  left: calc(50% - 10px);
  top: calc(50% - 9.5px);
  position: absolute;
  fill: #0066b9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .megamenu__subtab__link--current, .megamenu__subtab__link:hover {
    background-color: white;
    border-left: 10px solid #0066b9;
    margin-right: -1px;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .megamenu__subtab__link {
    padding: 0.85rem 1.5rem;
    z-index: 30;
    border-bottom: 1px solid white;
  }
  .megamenu__subtab__link:focus {
    outline: none;
    outline-offset: 0.25rem;
  }
  .megamenu__subtab__link:focus span {
    outline: 0.25rem dashed #0066B9;
    outline-offset: 0.25rem;
  }
  .megamenu__subtab__link:focus:not(:focus-visible) span {
    outline: 0;
  }
  .megamenu__subtab__link:focus-visible {
    outline: none;
    outline-offset: 0.25rem;
  }
  .megamenu__subtab__link:focus-visible span {
    outline: 0.25rem dashed #0066B9;
    outline-offset: 0.25rem;
  }
  .megamenu__subtab__link::after {
    content: none !important;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("/__data/assets/file/0005/709052/arrow-down.svg") center no-repeat;
  }
  .megamenu__subtab__link--current {
    text-decoration: underline;
  }
  .megamenu__subtab__link--current::after {
    transform: rotate(180deg);
  }
  .megamenu__subtab__link br {
    display: none;
  }
}
.megamenu__subtab__content {
  height: 100%;
  background: white;
  position: relative;
  z-index: 25;
}
@media (min-width: 768px) {
  .megamenu__subtab__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    pointer-events: auto;
    margin-left: 15rem;
    margin-right: 0;
  }
  .megamenu__subtab__content__wrapper {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .megamenu__subtab__content__wrapper {
    height: 100%;
  }
}
.megamenu__subtab:not(.megamenu__subtab--current):not(.megamenu__subtab--fixed) .megamenu__subtab__content {
  display: none;
}
@media (min-width: 768px) {
  .megamenu__subtab--current .megamenu__subtab__content, .megamenu__subtab--fixed .megamenu__subtab__content {
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .megamenu__subtab--current .megamenu__subtab__content, .megamenu__subtab--fixed .megamenu__subtab__content {
    display: block;
  }
}
.megamenu__subtab--fixed .megamenu__subtab__content {
  margin-left: 0;
}
.megamenu__subtab__searchbox {
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 0 1rem;
}
.megamenu__subtab__searchbox__input {
  height: 35px;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.megamenu__subtab__searchbox__input::placeholder {
  color: #666;
  opacity: 1;
}
.megamenu__subtab__searchbox__input--grey-border {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.megamenu__subtab__searchbox__submit {
  background-color: #0066b9;
  transition: 0.3s;
  height: 35px;
  width: 35px;
  padding: 7px;
  cursor: pointer;
  border-radius: 0;
}
.megamenu__subtab__searchbox__submit:hover {
  background-color: #00467f;
}
.megamenu__subtab__searchbox__submit--gray {
  background-color: #e8eef3;
}
.megamenu__subtab__searchbox__submit--gray:hover {
  background-color: #c6d5e2;
}
@media (max-width: 767px) {
  .megamenu__subtab__searchbox {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .megamenu__subtab__searchbox {
    margin-bottom: 1rem;
  }
}
.megamenu__subtab__searchbox__input {
  width: calc(100% - 50px);
}
.megamenu .column__header {
  font-size: 17.3px;
  line-height: 24px;
  font-weight: 600;
  color: #373a3c !important;
}
.megamenu .column__header__button {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  z-index: 50;
  background-color: transparent;
  color: inherit;
}
.megamenu .column__header__button:focus {
  outline: none;
}
.megamenu .column__header__button:focus h4 {
  outline-offset: -0.25rem;
  outline: 0.25rem dashed #0066b9;
}
.megamenu .column__header__button:focus:not(:focus-visible) {
  outline: none;
}
.megamenu .column__header__button:focus:not(:focus-visible) h4 {
  outline: 0;
}
.megamenu .column__header__button:focus-visible {
  outline: none;
}
.megamenu .column__header__button:focus-visible h4 {
  outline-offset: -0.25rem;
  outline: 0.25rem dashed #0066b9;
}
@media (min-width: 768px) {
  .megamenu .column__header {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
    border-bottom: 1px dotted #dedede;
  }
  .megamenu .column__header:not(:first-child) {
    margin-top: 0.4rem;
  }
}
.megamenu .column__header.always-open + .column__content {
  display: block !important;
}
@media (min-width: 992px) {
  .megamenu .column__content .arrow-links.column-2-desktop {
    column-count: 2;
  }
  .megamenu .column__content .arrow-links.column-2-desktop li {
    break-inside: avoid-column;
  }
}
@media (max-width: 991px) {
  .megamenu .column__content .arrow-links.column-2-mobile {
    column-count: 2;
  }
  .megamenu .column__content .arrow-links.column-2-mobile li {
    break-inside: avoid-column;
  }
}
.megamenu .column__content .arrow-links a:focus {
  outline: none;
  background-color: #0066b9;
  color: white;
}
.megamenu .column__content .arrow-links a:focus:not(:focus-visible) {
  outline: none;
  background-color: transparent;
  color: inherit;
}
.megamenu .column__content .arrow-links a:focus-visible {
  outline: none;
  background-color: #0066b9;
  color: white;
}
@media (max-width: 767px) {
  .megamenu .column {
    padding-left: 0;
    padding-right: 0;
  }
  .megamenu .column__header {
    padding: 0.7rem 1rem 0.7rem 2rem;
    border-bottom: 1px solid lightgrey;
    position: relative;
    background-color: #e8eef3;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .megamenu .column__header__button {
    position: relative;
    display: flex;
    flex-grow: inherit;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 50;
  }
  .megamenu .column__header.column__header--current {
    background-color: #e8eef3;
  }
  .megamenu .column__header:last-child {
    border-bottom: 0;
  }
  .megamenu .column__header::after {
    content: none !important;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("/__data/assets/file/0005/709052/arrow-down.svg") center no-repeat;
  }
  .megamenu .column__header--current::after {
    transform: rotate(180deg);
  }
  .megamenu .column__content:not(.column__content--current) {
    display: none;
  }
  .megamenu .column__content:not(.column__content--current)--current {
    display: block;
  }
}
.megamenu .column ul.media-links {
  font-size: 15px;
  line-height: 17px;
  padding-left: 1.5rem;
}
.megamenu .column ul.media-links li {
  margin-bottom: 0.75rem;
}
.megamenu .column ul.arrow-links, .megamenu .column ul.action-links {
  margin-bottom: 0;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.megamenu .column ul.arrow-links .mega-secure:after, .megamenu .column ul.action-links .mega-secure:after {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  display: inline-block;
  background: url("//www.qut.edu.au/__data/assets/file/0007/711682/lock.svg") no-repeat center;
}
.megamenu .column ul.arrow-links a, .megamenu .column ul.action-links a {
  display: block;
  margin-left: 1rem;
  font-size: 15px;
  line-height: 17px;
}
.megamenu .column ul.arrow-links a::before, .megamenu .column ul.arrow-links a::after, .megamenu .column ul.action-links a::before, .megamenu .column ul.action-links a::after {
  width: 15px;
  height: 11px;
  left: -1.25rem;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/__data/assets/file/0010/709048/arrow-right.svg");
}
@media (max-width: 767px) {
  .megamenu .column ul.arrow-links a::before, .megamenu .column ul.arrow-links a::after, .megamenu .column ul.action-links a::before, .megamenu .column ul.action-links a::after {
    left: 12px;
    top: calc(50% - 5px);
  }
}
.megamenu .column ul.arrow-links a::after, .megamenu .column ul.action-links a::after {
  height: 13px;
}
@media (min-width: 768px) {
  .megamenu .column ul.arrow-links a::after, .megamenu .column ul.action-links a::after {
    top: 2px;
    left: -1.2rem;
  }
}
.megamenu .column ul.arrow-links a.small, .megamenu .column ul.action-links a.small {
  font-size: 14px;
  font-weight: 600;
}
.megamenu .column ul.arrow-links a.large, .megamenu .column ul.action-links a.large {
  font-size: 17px;
}
.megamenu .column ul.arrow-links li, .megamenu .column ul.action-links li {
  margin-bottom: 0.75rem;
}
.megamenu .column ul.arrow-links li:last-child, .megamenu .column ul.arrow-links li:last-child p, .megamenu .column ul.action-links li:last-child, .megamenu .column ul.action-links li:last-child p {
  margin-bottom: 0;
}
.megamenu .column ul.arrow-links li p, .megamenu .column ul.action-links li p {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  margin-left: 1rem;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .megamenu .column ul.arrow-links, .megamenu .column ul.action-links {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .megamenu .column ul.arrow-links li, .megamenu .column ul.action-links li {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
  .megamenu .column ul.arrow-links a, .megamenu .column ul.action-links a {
    padding: 0.7rem 0 0.7rem 2.25rem;
  }
}
.megamenu .column p {
  font-size: 1rem;
}
@media (min-width: 577px) {
  .megamenu .column p {
    margin-left: 0.5rem;
  }
}
.megamenu .promo-content {
  background-size: auto 70%;
  position: absolute;
  height: 100%;
  background-position: center top;
  left: 0;
  top: 0;
  width: 100%;
}
.megamenu .promo-content .promo-caption {
  background-color: #009fe3;
  color: #0058a0;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.megamenu .promo-content .promo-caption a {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
}
.megamenu .promo-content .promo-caption p {
  margin: 0;
  padding: 0;
}
.megamenu .promo-content--narrow {
  width: 14rem;
  left: auto;
  right: 0;
}
.megamenu .promo-content--wide {
  width: 19rem;
  left: auto;
  right: 0;
}
.megamenu .column-end-promo {
  color: white;
  background-color: #00467f;
  padding: 0.5rem;
}
.megamenu__mobile__promo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 75vw;
  background-position: top;
  background-size: contain;
}
.megamenu__mobile__promo__caption {
  background-color: #009fe3;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 600;
  left: 0;
}
.megamenu__mobile__promo__caption a {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
}
.megamenu__mobile__promo__caption p {
  margin: 0;
  padding: 0;
}
.megamenu__mobile__promo--hide {
  display: none;
}
.mega-alert-blue {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0.75rem;
  padding-left: 0.5rem;
  background: #0066b9;
}
.mega-alert-blue a {
  color: white !important;
}
.mega-alert-blue a::before {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg") !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.mega-alert-blue a::after {
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg") !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767px) {
  #usertoolbar ~ .header__wrapper .megamenu__overlay {
    top: calc(5.33rem + 51px) !important;
  }
}
@media (min-width: 768px) {
  #usertoolbar ~ .header__wrapper .megamenu__overlay {
    top: 51px !important;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * The hero stylings
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Background image positions
 *********************************/
/*********************************
 * Styles
 *********************************/
.hero__header {
  background-color: white;
  position: relative;
  z-index: 0;
  /******
    ** Background image poisiton variations
    *******/
}
.hero__header__container {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .hero__header__container {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
.hero__header__title {
  position: relative;
  background-color: #0066b9;
  color: white;
  display: inline;
  padding: 1rem 0rem;
  width: auto;
  box-shadow: 2rem 0 0 #0066b9, -2rem 0 0 #0066b9, 2rem 0 0 #0066b9, -2rem 0 0 #0066b9;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .hero__header__title {
    padding: 17.5px 0;
    box-shadow: 1rem 0 0 #0066b9, -1rem 0 0 #0066b9, 1rem 0 0 #0066b9, -1rem 0 0 #0066b9;
  }
}
.hero__header__title::before {
  content: " ";
  height: 100%;
  width: 2px;
  background: #0066b9;
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
}
.hero__header__title span {
  position: relative;
  z-index: 1;
}
.hero__header__title.h1-fix-e-grad::first-letter {
  letter-spacing: 0.4rem;
  font-style: italic;
}
.hero__header__blurb {
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}
.hero__header__blurb *:last-child {
  margin-bottom: 0;
}
.hero__header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero__header__bg--video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hero__header__bg--video {
    max-width: 100%;
  }
  .hero__header__bg--video.poster-sm {
    max-width: fit-content;
  }
}
@media (min-width: 1200px) {
  .hero__header.xl-bg-pos-center-top .hero__header__bg {
    background-position: center top;
  }
  .hero__header.xl-bg-pos-center-bottom .hero__header__bg {
    background-position: center bottom;
  }
  .hero__header.xl-bg-pos-center-center .hero__header__bg {
    background-position: center center;
  }
}
@media (max-width: 1199px) {
  .hero__header.lg-bg-pos-center-top .hero__header__bg {
    background-position: center top;
  }
  .hero__header.lg-bg-pos-center-bottom .hero__header__bg {
    background-position: center bottom;
  }
  .hero__header.lg-bg-pos-center-center .hero__header__bg {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .hero__header.sm-bg-pos-center-top .hero__header__bg {
    background-position: center top;
  }
  .hero__header.sm-bg-pos-center-bottom .hero__header__bg {
    background-position: center bottom;
  }
  .hero__header.sm-bg-pos-center-center .hero__header__bg {
    background-position: center center;
  }
}
@media (min-width: 1200px) {
  .hero__header.xl-bg-pos-right-top .hero__header__bg {
    background-position: right top;
  }
  .hero__header.xl-bg-pos-right-bottom .hero__header__bg {
    background-position: right bottom;
  }
  .hero__header.xl-bg-pos-right-center .hero__header__bg {
    background-position: right center;
  }
}
@media (max-width: 1199px) {
  .hero__header.lg-bg-pos-right-top .hero__header__bg {
    background-position: right top;
  }
  .hero__header.lg-bg-pos-right-bottom .hero__header__bg {
    background-position: right bottom;
  }
  .hero__header.lg-bg-pos-right-center .hero__header__bg {
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .hero__header.sm-bg-pos-right-top .hero__header__bg {
    background-position: right top;
  }
  .hero__header.sm-bg-pos-right-bottom .hero__header__bg {
    background-position: right bottom;
  }
  .hero__header.sm-bg-pos-right-center .hero__header__bg {
    background-position: right center;
  }
}
@media (min-width: 1200px) {
  .hero__header.xl-bg-pos-left-top .hero__header__bg {
    background-position: left top;
  }
  .hero__header.xl-bg-pos-left-bottom .hero__header__bg {
    background-position: left bottom;
  }
  .hero__header.xl-bg-pos-left-center .hero__header__bg {
    background-position: left center;
  }
}
@media (max-width: 1199px) {
  .hero__header.lg-bg-pos-left-top .hero__header__bg {
    background-position: left top;
  }
  .hero__header.lg-bg-pos-left-bottom .hero__header__bg {
    background-position: left bottom;
  }
  .hero__header.lg-bg-pos-left-center .hero__header__bg {
    background-position: left center;
  }
}
@media (max-width: 767px) {
  .hero__header.sm-bg-pos-left-top .hero__header__bg {
    background-position: left top;
  }
  .hero__header.sm-bg-pos-left-bottom .hero__header__bg {
    background-position: left bottom;
  }
  .hero__header.sm-bg-pos-left-center .hero__header__bg {
    background-position: left center;
  }
}
.hero--hide-content .hero__header__wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hero--no-overlay .hero__header .hero__header__bg::after {
  background: transparent;
}
.landing__page.hero__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .landing__page.hero__header {
    height: 725px;
    max-height: calc($size-hero-landingpage-max-height - $size-menu-offset);
    justify-content: flex-end;
  }
  .header--transparent .landing__page.hero__header {
    max-height: 77.5vh;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .landing__page.hero__header {
    max-height: 80vh;
  }
}
@media (max-width: 576px) {
  .landing__page.hero__header {
    background-color: #00467f;
  }
}
.landing__page .hero__header__container {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .landing__page .hero__header__container {
    margin-top: -2rem;
  }
}
.landing__page .hero__header__title {
  display: inline-block;
  margin-bottom: 0;
  padding: 1rem 0;
  z-index: 2;
  position: relative;
}
.landing__page .hero__header__blurb {
  color: white;
  background-color: rgba(0, 70, 127, 0.95);
}
.landing__page .hero__header__blurb:hover {
  background-color: #00467f;
}
.landing__page .hero__header__blurb h2, .landing__page .hero__header__blurb h3 {
  color: white;
}
@media (min-width: 768px) {
  .landing__page .hero__header__blurb {
    padding: 2rem 1.33rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .landing__page .hero__header__blurb {
    padding: 1rem 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .landing__page .hero__header__link {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .landing__page .hero__header__link {
    padding-top: 0.66rem;
  }
}
.landing__page .hero__header__bg {
  height: calc(100% - 5.333rem);
}
@media (max-width: 767px) {
  .landing__page .hero__header__bg {
    height: 56vw;
    position: relative;
  }
}
.hero--hide-content .landing__page .hero__header__bg {
  height: 100%;
}
.hero--overlay .landing__page .hero__header__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: rgba(1, 42, 76, 0.8);
}
.secondlevel__page.hero__header {
  background-color: #00467f;
  padding-top: 15.5rem;
}
@media (max-width: 767px) {
  .secondlevel__page.hero__header {
    padding-top: 4.333rem;
  }
}
@media (min-width: 768px) {
  .secondlevel__page .hero__header__title {
    max-width: 75%;
  }
}
.secondlevel__page .hero__header__blurb {
  padding-bottom: 3.5rem;
  color: white;
}
@media (min-width: 768px) {
  .secondlevel__page .hero__header__blurb {
    margin-top: 3.333rem;
  }
}
@media (max-width: 767px) {
  .secondlevel__page .hero__header__blurb {
    margin-top: 3rem;
  }
}
.secondlevel__page .hero__header__link {
  padding-left: 0;
  margin-top: -1rem;
  padding-bottom: 2rem;
}
.secondlevel__page .hero__header__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: rgba(1, 42, 76, 0.8);
}
.hero--boxed-text .secondlevel__page .hero__header__blurb p {
  padding: 2rem;
  background-color: rgba(1, 42, 76, 0.9);
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .hero--boxed-text .secondlevel__page .hero__header__blurb p {
    padding: 1.25rem;
  }
}
.hero--no-overlay .secondlevel__page .hero__header__bg::after {
  background: transparent;
}
@media (min-width: 768px) {
  .hero--blurb-two-third .secondlevel__page .hero__header__blurb {
    padding-right: 16.6666666667%;
  }
}
.content__page {
  background-color: white;
}
.content__page.hero__header {
  padding-top: 2.75rem;
}
#page-head {
  position: relative;
  background-color: white;
}
#breadcrumb {
  margin-bottom: -0.5rem;
}
#breadcrumb .breadcrumb {
  padding: 1rem 0 0;
  display: inline-block;
}
/**
 * Campaign header on the main design
 */
.corporate__campaign .hero.hero--blurb {
  margin-bottom: -5rem;
}
.corporate__campaign .hero__image {
  background-color: #00467f;
  padding-top: 21.5rem;
  padding-bottom: 12rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  max-height: 90vh;
}
.corporate__campaign .hero__image--small {
  padding-top: 9rem;
}
@media (max-width: 1199px) {
  .corporate__campaign .hero__image {
    padding-top: 18.5rem;
    padding-bottom: 9rem;
  }
}
@media (max-width: 991px) {
  .corporate__campaign .hero__image {
    padding-top: 21.5rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .corporate__campaign .hero__image {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .corporate__campaign .hero__image {
    padding-top: 6.5rem;
    padding-bottom: 8rem;
  }
}
.corporate__campaign .cta .child-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.corporate__campaign .child-col.has-image {
  background-size: 100% auto;
  background-position: 50%;
  padding: 0;
}
.corporate__campaign .cta--hero {
  transform: translateY(-50%);
}
.corporate__campaign .cta__icons, .corporate__campaign .cta__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.corporate__campaign .cta__icon {
  min-height: 85px;
}
.corporate__campaign .cta__content {
  background: rgba(0, 70, 127, 0.9);
  padding: 2rem 2rem;
  color: #FFFFFF;
}
.corporate__campaign .cta__title {
  font-weight: 400;
  color: #FFFFFF;
}
.corporate__campaign .cta__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-h1-no-overhang .hero__header .hero__header__bg {
  height: 100%;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * The buttons
 * Responsive tweaks for styles are generally at the bottom of the relevant block
 * Sizings are defined at the top in the variables
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Colours
 *********************************/
/*********************************
 * Mixins
 *********************************/
/*********************************
 * Styles
 *********************************/
.button {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  transition: 0.3s;
  padding: 0.8rem 2rem 0.7rem;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button {
    max-width: 100%;
    overflow: hidden;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.blue, .button.arrow, .button.button--blue {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
}
.button.blue:hover, .button.arrow:hover, .button.blue:focus, .button.arrow:focus, .button.blue.active, .active.button.arrow, .button.button--blue:hover, .button.button--blue:focus, .button.button--blue.active {
  border: 2px solid #00467f;
  background-color: #00467f;
  color: white !important;
}
.button.blue.focus:focus, .focus.button.arrow:focus, .button.button--blue.focus:focus {
  transition: outline 0s;
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.button.blue.focus:focus:not(:focus-visible), .focus.button.arrow:focus:not(:focus-visible), .button.button--blue.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.blue.focus:focus-visible, .focus.button.arrow:focus-visible, .button.button--blue.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.button.light-blue, .button.button--light-blue {
  border: 2px solid #e8eef3;
  background-color: #e8eef3;
  color: #0066b9 !important;
}
.button.light-blue:hover, .button.light-blue:focus, .button.light-blue.active, .button.button--light-blue:hover, .button.button--light-blue:focus, .button.button--light-blue.active {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
}
.button.light-blue.focus:focus, .button.button--light-blue.focus:focus {
  transition: outline 0s;
  outline: 2px solid #e8eef3;
  outline-offset: 2px;
}
.button.light-blue.focus:focus:not(:focus-visible), .button.button--light-blue.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.light-blue.focus:focus-visible, .button.button--light-blue.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #e8eef3;
  outline-offset: 2px;
}
.button.white, .button.email, .button.button--white {
  border: 2px solid white;
  background-color: white;
  color: #0066b9 !important;
}
.button.white:hover, .button.email:hover, .button.white:focus, .button.email:focus, .button.white.active, .active.button.email, .button.button--white:hover, .button.button--white:focus, .button.button--white.active {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
}
.button.white.focus:focus, .focus.button.email:focus, .button.button--white.focus:focus {
  transition: outline 0s;
  outline: 2px solid white;
  outline-offset: 2px;
}
.button.white.focus:focus:not(:focus-visible), .focus.button.email:focus:not(:focus-visible), .button.button--white.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.white.focus:focus-visible, .focus.button.email:focus-visible, .button.button--white.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid white;
  outline-offset: 2px;
}
.button.dark, .button.button--dark {
  border: 2px solid #00467f;
  background-color: #00467f;
  color: white !important;
}
.button.dark:hover, .button.dark:focus, .button.dark.active, .button.button--dark:hover, .button.button--dark:focus, .button.button--dark.active {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
}
.button.dark.focus:focus, .button.button--dark.focus:focus {
  transition: outline 0s;
  outline: 2px solid #00467f;
  outline-offset: 2px;
}
.button.dark.focus:focus:not(:focus-visible), .button.button--dark.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.dark.focus:focus-visible, .button.button--dark.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #00467f;
  outline-offset: 2px;
}
.button.pink, .button.button--pink {
  border: 2px solid #c7026f;
  background-color: #c7026f;
  color: white !important;
}
.button.pink:hover, .button.pink:focus, .button.pink.active, .button.button--pink:hover, .button.button--pink:focus, .button.button--pink.active {
  border: 2px solid #950153;
  background-color: #950153;
  color: white !important;
}
.button.pink.focus:focus, .button.button--pink.focus:focus {
  transition: outline 0s;
  outline: 2px solid #c7026f;
  outline-offset: 2px;
}
.button.pink.focus:focus:not(:focus-visible), .button.button--pink.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.pink.focus:focus-visible, .button.button--pink.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #c7026f;
  outline-offset: 2px;
}
.button.transparent, .button.button--transparent {
  border: 2px solid white;
  background-color: transparent;
  color: white !important;
}
.button.transparent:hover, .button.transparent:focus, .button.transparent.active, .button.button--transparent:hover, .button.button--transparent:focus, .button.button--transparent.active {
  border: 2px solid white;
  background-color: white;
  color: #0066b9 !important;
}
.button.transparent.focus:focus, .button.button--transparent.focus:focus {
  transition: outline 0s;
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.button.transparent.focus:focus:not(:focus-visible), .button.button--transparent.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.transparent.focus:focus-visible, .button.button--transparent.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.button.secondary-blue, .button.button--secondary-blue {
  border: 2px solid #009fe3;
  background-color: #009fe3;
  color: white !important;
}
.button.secondary-blue:hover, .button.secondary-blue:focus, .button.secondary-blue.active, .button.button--secondary-blue:hover, .button.button--secondary-blue:focus, .button.button--secondary-blue.active {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
}
.button.secondary-blue.focus:focus, .button.button--secondary-blue.focus:focus {
  transition: outline 0s;
  outline: 2px solid #009fe3;
  outline-offset: 2px;
}
.button.secondary-blue.focus:focus:not(:focus-visible), .button.button--secondary-blue.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.secondary-blue.focus:focus-visible, .button.button--secondary-blue.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #009fe3;
  outline-offset: 2px;
}
.button.white-blue-border, .button.button--white-blue-border {
  border: 2px solid #0066b9;
  background-color: white;
  color: #0066b9 !important;
}
.button.white-blue-border:hover, .button.white-blue-border:focus, .button.white-blue-border.active, .button.button--white-blue-border:hover, .button.button--white-blue-border:focus, .button.button--white-blue-border.active {
  border: 2px solid #0066b9;
  background-color: #0066b9;
  color: white !important;
}
.button.white-blue-border.focus:focus, .button.button--white-blue-border.focus:focus {
  transition: outline 0s;
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.button.white-blue-border.focus:focus:not(:focus-visible), .button.button--white-blue-border.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.white-blue-border.focus:focus-visible, .button.button--white-blue-border.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid #0066b9;
  outline-offset: 2px;
}
.button.blue-white-border, .button.button--blue-white-border {
  border: 2px solid white;
  background-color: #0066b9;
  color: white !important;
}
.button.blue-white-border:hover, .button.blue-white-border:focus, .button.blue-white-border.active, .button.button--blue-white-border:hover, .button.button--blue-white-border:focus, .button.button--blue-white-border.active {
  border: 2px solid white;
  background-color: white;
  color: #0066b9 !important;
}
.button.blue-white-border.focus:focus, .button.button--blue-white-border.focus:focus {
  transition: outline 0s;
  outline: 2px solid white;
  outline-offset: 2px;
}
.button.blue-white-border.focus:focus:not(:focus-visible), .button.button--blue-white-border.focus:focus:not(:focus-visible) {
  outline: 0;
}
.button.blue-white-border.focus:focus-visible, .button.button--blue-white-border.focus:focus-visible {
  transition: outline 0s;
  outline: 2px solid white;
  outline-offset: 2px;
}
.button.arrow {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  color: white;
  padding-left: 4rem;
  padding-left: 4rem;
  margin-left: 0;
}
.button.arrow::before, .button.arrow::after {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: white;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
}
.button.arrow::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.button.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.button.arrow:hover::before {
  opacity: 0;
}
.button.arrow:hover::after {
  opacity: 1;
}
.button.arrow::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28255%2C%20255%2C%20255%2C%200%29%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.button.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(255%2C%20255%2C%20255)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.button.arrow::before, .button.arrow::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.arrow::after {
  opacity: 0;
}
.button.arrow:hover::before, .button.arrow:focus::before {
  opacity: 0;
}
.button.arrow:hover::after, .button.arrow:focus::after {
  opacity: 1;
}
.button.arrow.white, .arrow.button.email {
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  padding-left: 4rem;
  margin-left: 0;
}
.button.arrow.white::before, .arrow.button.email::before, .button.arrow.white::after, .arrow.button.email::after {
  position: absolute;
  left: -2.5rem;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: white;
  content: " ";
  transform: translateZ(0);
  transition: 0.3s;
}
.button.arrow.white::before, .arrow.button.email::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2029.608%2050%3B%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22fill%3A%20rgba%28216%2C%20216%2C%20216%2C%200%29%3B%20stroke%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb%280%2C%20102%2C%20185%29%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.button.arrow.white::after, .arrow.button.email::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  opacity: 0;
}
.button.arrow.white:hover::before, .arrow.button.email:hover::before {
  opacity: 0;
}
.button.arrow.white:hover::after, .arrow.button.email:hover::after {
  opacity: 1;
}
.button.arrow.white::before, .arrow.button.email::before, .button.arrow.white::after, .arrow.button.email::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.arrow.white::after, .arrow.button.email::after {
  opacity: 0;
}
.button.arrow.white:hover::before, .arrow.button.email:hover::before, .button.arrow.white:focus::before, .arrow.button.email:focus::before {
  opacity: 0;
}
.button.arrow.white:hover::after, .arrow.button.email:hover::after, .button.arrow.white:focus::after, .arrow.button.email:focus::after {
  opacity: 1;
}
.button.filter {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0.4rem 0.6rem 0;
  padding: 0.8rem 1.5rem;
}
.button.filter:hover, .button.filter.focus {
  border: 2px solid #00467f;
  outline: none;
}
.button.filter.active {
  background-color: #00467f;
  border: 2px solid #00467f;
  color: white;
}
.button.email {
  padding-left: 4rem;
  padding-left: 4rem;
}
.button.email::before, .button.email::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 7.5px);
  width: 22px;
  height: 15px;
  background-size: 22px 15px;
}
.button.email::after {
  opacity: 0;
}
.button.email:hover::before, .button.email:focus::before {
  opacity: 0;
}
.button.email:hover::after, .button.email:focus::after {
  opacity: 1;
}
.button.email::before, .button.email::after {
  height: 15px;
  background-size: 22px 15px;
}
.button.email::before {
  background-image: url("/__data/assets/file/0010/637075/email.svg");
}
.button.email::after {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.button.email.invert::before, .button.email.button--white-hover::before {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.button.email.invert::after, .button.email.button--white-hover::after {
  background-image: url("/__data/assets/file/0010/637075/email.svg");
}
.button.email--white-icon::before {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.button.email--white-icon::after {
  background-image: url("/__data/assets/file/0011/637076/email-white.svg");
}
.button.pause {
  padding-left: 4rem;
}
.button.pause::before, .button.pause::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.pause::after {
  opacity: 0;
}
.button.pause:hover::before, .button.pause:focus::before {
  opacity: 0;
}
.button.pause:hover::after, .button.pause:focus::after {
  opacity: 1;
}
.button.pause::before {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause::after {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause.invert::before, .button.pause.button--white-hover::before {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause.invert::after, .button.pause.button--white-hover::after {
  background-image: url("/__data/assets/file/0004/1278697/pause-round.svg");
}
.button.pause.pink::before {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause.pink::after {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause--white-icon::before {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause--white-icon::after {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.pause.white, .pause.button.email, .button.pause.light-blue {
  padding-left: 4rem;
}
.button.pause.white::before, .pause.button.email::before, .button.pause.white::after, .pause.button.email::after, .button.pause.light-blue::before, .button.pause.light-blue::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.pause.white::after, .pause.button.email::after, .button.pause.light-blue::after {
  opacity: 0;
}
.button.pause.white:hover::before, .pause.button.email:hover::before, .button.pause.white:focus::before, .pause.button.email:focus::before, .button.pause.light-blue:hover::before, .button.pause.light-blue:focus::before {
  opacity: 0;
}
.button.pause.white:hover::after, .pause.button.email:hover::after, .button.pause.white:focus::after, .pause.button.email:focus::after, .button.pause.light-blue:hover::after, .button.pause.light-blue:focus::after {
  opacity: 1;
}
.button.pause.white::before, .pause.button.email::before, .button.pause.light-blue::before {
  background-image: url("/__data/assets/file/0004/1278697/pause-round.svg");
}
.button.pause.white::after, .pause.button.email::after, .button.pause.light-blue::after {
  background-image: url("/__data/assets/file/0011/1278695/pause-round-white.svg");
}
.button.play {
  padding-left: 4rem;
}
.button.play::before, .button.play::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.play::after {
  opacity: 0;
}
.button.play:hover::before, .button.play:focus::before {
  opacity: 0;
}
.button.play:hover::after, .button.play:focus::after {
  opacity: 1;
}
.button.play::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play.invert::before, .button.play.button--white-hover::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play.invert::after, .button.play.button--white-hover::after {
  background-image: url("/__data/assets/file/0008/638099/play-round.svg");
}
.button.play.pink::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play.pink::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play--white-icon::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play--white-icon::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.play.white, .play.button.email, .button.play.light-blue {
  padding-left: 4rem;
}
.button.play.white::before, .play.button.email::before, .button.play.white::after, .play.button.email::after, .button.play.light-blue::before, .button.play.light-blue::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.play.white::after, .play.button.email::after, .button.play.light-blue::after {
  opacity: 0;
}
.button.play.white:hover::before, .play.button.email:hover::before, .button.play.white:focus::before, .play.button.email:focus::before, .button.play.light-blue:hover::before, .button.play.light-blue:focus::before {
  opacity: 0;
}
.button.play.white:hover::after, .play.button.email:hover::after, .button.play.white:focus::after, .play.button.email:focus::after, .button.play.light-blue:hover::after, .button.play.light-blue:focus::after {
  opacity: 1;
}
.button.play.white::before, .play.button.email::before, .button.play.light-blue::before {
  background-image: url("/__data/assets/file/0008/638099/play-round.svg");
}
.button.play.white::after, .play.button.email::after, .button.play.light-blue::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"], .button[href*="youtu.be/"], .button[href*="facebook.com/watch"], .button[data-youtube-settings], .button[href*="facebook.com/QUTCreativeIndustries/videos"] {
  padding-left: 4rem;
}
.button[href*="youtube.com/watch"]::before, .button[href*="youtube.com/watch"]::after, .button[href*="youtu.be/"]::before, .button[href*="youtu.be/"]::after, .button[href*="facebook.com/watch"]::before, .button[href*="facebook.com/watch"]::after, .button[data-youtube-settings]::before, .button[data-youtube-settings]::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"]::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"]::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button[href*="youtube.com/watch"]::after, .button[href*="youtu.be/"]::after, .button[href*="facebook.com/watch"]::after, .button[data-youtube-settings]::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"]::after {
  opacity: 0;
}
.button[href*="youtube.com/watch"]:hover::before, .button[href*="youtube.com/watch"]:focus::before, .button[href*="youtu.be/"]:hover::before, .button[href*="youtu.be/"]:focus::before, .button[href*="facebook.com/watch"]:hover::before, .button[href*="facebook.com/watch"]:focus::before, .button[data-youtube-settings]:hover::before, .button[data-youtube-settings]:focus::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"]:hover::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"]:focus::before {
  opacity: 0;
}
.button[href*="youtube.com/watch"]:hover::after, .button[href*="youtube.com/watch"]:focus::after, .button[href*="youtu.be/"]:hover::after, .button[href*="youtu.be/"]:focus::after, .button[href*="facebook.com/watch"]:hover::after, .button[href*="facebook.com/watch"]:focus::after, .button[data-youtube-settings]:hover::after, .button[data-youtube-settings]:focus::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"]:hover::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"]:focus::after {
  opacity: 1;
}
.button[href*="youtube.com/watch"]::before, .button[href*="youtu.be/"]::before, .button[href*="facebook.com/watch"]::before, .button[data-youtube-settings]::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"]::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"]::after, .button[href*="youtu.be/"]::after, .button[href*="facebook.com/watch"]::after, .button[data-youtube-settings]::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"]::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"].invert::before, .button[href*="youtube.com/watch"].button--white-hover::before, .button[href*="youtu.be/"].invert::before, .button[href*="youtu.be/"].button--white-hover::before, .button[href*="facebook.com/watch"].invert::before, .button[href*="facebook.com/watch"].button--white-hover::before, .button[data-youtube-settings].invert::before, .button[data-youtube-settings].button--white-hover::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].invert::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].button--white-hover::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"].invert::after, .button[href*="youtube.com/watch"].button--white-hover::after, .button[href*="youtu.be/"].invert::after, .button[href*="youtu.be/"].button--white-hover::after, .button[href*="facebook.com/watch"].invert::after, .button[href*="facebook.com/watch"].button--white-hover::after, .button[data-youtube-settings].invert::after, .button[data-youtube-settings].button--white-hover::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].invert::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].button--white-hover::after {
  background-image: url("/__data/assets/file/0008/638099/play-round.svg");
}
.button[href*="youtube.com/watch"].pink::before, .button[href*="youtu.be/"].pink::before, .button[href*="facebook.com/watch"].pink::before, .button[data-youtube-settings].pink::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].pink::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"].pink::after, .button[href*="youtu.be/"].pink::after, .button[href*="facebook.com/watch"].pink::after, .button[data-youtube-settings].pink::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].pink::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"]--white-icon::before, .button[href*="youtu.be/"]--white-icon::before, .button[href*="facebook.com/watch"]--white-icon::before, .button[data-youtube-settings]--white-icon::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"]--white-icon::before {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"]--white-icon::after, .button[href*="youtu.be/"]--white-icon::after, .button[href*="facebook.com/watch"]--white-icon::after, .button[data-youtube-settings]--white-icon::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"]--white-icon::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button[href*="youtube.com/watch"].white, .button.email[href*="youtube.com/watch"], .button[href*="youtube.com/watch"].light-blue, .button[href*="youtu.be/"].white, .button.email[href*="youtu.be/"], .button[href*="youtu.be/"].light-blue, .button[href*="facebook.com/watch"].white, .button.email[href*="facebook.com/watch"], .button[href*="facebook.com/watch"].light-blue, .button[data-youtube-settings].white, .button.email[data-youtube-settings], .button[data-youtube-settings].light-blue, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"], .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue {
  padding-left: 4rem;
}
.button[href*="youtube.com/watch"].white::before, .button.email[href*="youtube.com/watch"]::before, .button[href*="youtube.com/watch"].white::after, .button.email[href*="youtube.com/watch"]::after, .button[href*="youtube.com/watch"].light-blue::before, .button[href*="youtube.com/watch"].light-blue::after, .button[href*="youtu.be/"].white::before, .button.email[href*="youtu.be/"]::before, .button[href*="youtu.be/"].white::after, .button.email[href*="youtu.be/"]::after, .button[href*="youtu.be/"].light-blue::before, .button[href*="youtu.be/"].light-blue::after, .button[href*="facebook.com/watch"].white::before, .button.email[href*="facebook.com/watch"]::before, .button[href*="facebook.com/watch"].white::after, .button.email[href*="facebook.com/watch"]::after, .button[href*="facebook.com/watch"].light-blue::before, .button[href*="facebook.com/watch"].light-blue::after, .button[data-youtube-settings].white::before, .button.email[data-youtube-settings]::before, .button[data-youtube-settings].white::after, .button.email[data-youtube-settings]::after, .button[data-youtube-settings].light-blue::before, .button[data-youtube-settings].light-blue::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white::before, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white::after, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button[href*="youtube.com/watch"].white::after, .button.email[href*="youtube.com/watch"]::after, .button[href*="youtube.com/watch"].light-blue::after, .button[href*="youtu.be/"].white::after, .button.email[href*="youtu.be/"]::after, .button[href*="youtu.be/"].light-blue::after, .button[href*="facebook.com/watch"].white::after, .button.email[href*="facebook.com/watch"]::after, .button[href*="facebook.com/watch"].light-blue::after, .button[data-youtube-settings].white::after, .button.email[data-youtube-settings]::after, .button[data-youtube-settings].light-blue::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white::after, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue::after {
  opacity: 0;
}
.button[href*="youtube.com/watch"].white:hover::before, .button.email[href*="youtube.com/watch"]:hover::before, .button[href*="youtube.com/watch"].white:focus::before, .button.email[href*="youtube.com/watch"]:focus::before, .button[href*="youtube.com/watch"].light-blue:hover::before, .button[href*="youtube.com/watch"].light-blue:focus::before, .button[href*="youtu.be/"].white:hover::before, .button.email[href*="youtu.be/"]:hover::before, .button[href*="youtu.be/"].white:focus::before, .button.email[href*="youtu.be/"]:focus::before, .button[href*="youtu.be/"].light-blue:hover::before, .button[href*="youtu.be/"].light-blue:focus::before, .button[href*="facebook.com/watch"].white:hover::before, .button.email[href*="facebook.com/watch"]:hover::before, .button[href*="facebook.com/watch"].white:focus::before, .button.email[href*="facebook.com/watch"]:focus::before, .button[href*="facebook.com/watch"].light-blue:hover::before, .button[href*="facebook.com/watch"].light-blue:focus::before, .button[data-youtube-settings].white:hover::before, .button.email[data-youtube-settings]:hover::before, .button[data-youtube-settings].white:focus::before, .button.email[data-youtube-settings]:focus::before, .button[data-youtube-settings].light-blue:hover::before, .button[data-youtube-settings].light-blue:focus::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white:hover::before, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]:hover::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white:focus::before, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]:focus::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue:hover::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue:focus::before {
  opacity: 0;
}
.button[href*="youtube.com/watch"].white:hover::after, .button.email[href*="youtube.com/watch"]:hover::after, .button[href*="youtube.com/watch"].white:focus::after, .button.email[href*="youtube.com/watch"]:focus::after, .button[href*="youtube.com/watch"].light-blue:hover::after, .button[href*="youtube.com/watch"].light-blue:focus::after, .button[href*="youtu.be/"].white:hover::after, .button.email[href*="youtu.be/"]:hover::after, .button[href*="youtu.be/"].white:focus::after, .button.email[href*="youtu.be/"]:focus::after, .button[href*="youtu.be/"].light-blue:hover::after, .button[href*="youtu.be/"].light-blue:focus::after, .button[href*="facebook.com/watch"].white:hover::after, .button.email[href*="facebook.com/watch"]:hover::after, .button[href*="facebook.com/watch"].white:focus::after, .button.email[href*="facebook.com/watch"]:focus::after, .button[href*="facebook.com/watch"].light-blue:hover::after, .button[href*="facebook.com/watch"].light-blue:focus::after, .button[data-youtube-settings].white:hover::after, .button.email[data-youtube-settings]:hover::after, .button[data-youtube-settings].white:focus::after, .button.email[data-youtube-settings]:focus::after, .button[data-youtube-settings].light-blue:hover::after, .button[data-youtube-settings].light-blue:focus::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white:hover::after, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]:hover::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white:focus::after, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]:focus::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue:hover::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue:focus::after {
  opacity: 1;
}
.button[href*="youtube.com/watch"].white::before, .button.email[href*="youtube.com/watch"]::before, .button[href*="youtube.com/watch"].light-blue::before, .button[href*="youtu.be/"].white::before, .button.email[href*="youtu.be/"]::before, .button[href*="youtu.be/"].light-blue::before, .button[href*="facebook.com/watch"].white::before, .button.email[href*="facebook.com/watch"]::before, .button[href*="facebook.com/watch"].light-blue::before, .button[data-youtube-settings].white::before, .button.email[data-youtube-settings]::before, .button[data-youtube-settings].light-blue::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white::before, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]::before, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue::before {
  background-image: url("/__data/assets/file/0008/638099/play-round.svg");
}
.button[href*="youtube.com/watch"].white::after, .button.email[href*="youtube.com/watch"]::after, .button[href*="youtube.com/watch"].light-blue::after, .button[href*="youtu.be/"].white::after, .button.email[href*="youtu.be/"]::after, .button[href*="youtu.be/"].light-blue::after, .button[href*="facebook.com/watch"].white::after, .button.email[href*="facebook.com/watch"]::after, .button[href*="facebook.com/watch"].light-blue::after, .button[data-youtube-settings].white::after, .button.email[data-youtube-settings]::after, .button[data-youtube-settings].light-blue::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].white::after, .button.email[href*="facebook.com/QUTCreativeIndustries/videos"]::after, .button[href*="facebook.com/QUTCreativeIndustries/videos"].light-blue::after {
  background-image: url("/__data/assets/file/0007/638098/play-round-white.svg");
}
.button.pdf {
  padding-left: 4rem;
}
.button.pdf::before, .button.pdf::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.pdf::after {
  opacity: 0;
}
.button.pdf:hover::before, .button.pdf:focus::before {
  opacity: 0;
}
.button.pdf:hover::after, .button.pdf:focus::after {
  opacity: 1;
}
.button.pdf::before {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button.pdf::after {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button.pdf.invert::before, .button.pdf.button--white-hover::before {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button.pdf.invert::after, .button.pdf.button--white-hover::after {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button.pdf--white-icon::before {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button.pdf--white-icon::after {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button[href*="/assets/pdf_file/"] {
  padding-left: 4rem;
}
.button[href*="/assets/pdf_file/"]::before, .button[href*="/assets/pdf_file/"]::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button[href*="/assets/pdf_file/"]::after {
  opacity: 0;
}
.button[href*="/assets/pdf_file/"]:hover::before, .button[href*="/assets/pdf_file/"]:focus::before {
  opacity: 0;
}
.button[href*="/assets/pdf_file/"]:hover::after, .button[href*="/assets/pdf_file/"]:focus::after {
  opacity: 1;
}
.button[href*="/assets/pdf_file/"]::before {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button[href*="/assets/pdf_file/"]::after {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button[href*="/assets/pdf_file/"].invert::before, .button[href*="/assets/pdf_file/"].button--white-hover::before, .button[href*="/assets/pdf_file/"].pink::before, .button[href*="/assets/pdf_file/"]--white-icon::before {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button[href*="/assets/pdf_file/"].invert::after, .button[href*="/assets/pdf_file/"].button--white-hover::after, .button[href*="/assets/pdf_file/"].pink::after, .button[href*="/assets/pdf_file/"]--white-icon::after {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button[href*="/assets/pdf_file/"].white, .button.email[href*="/assets/pdf_file/"], .button[href*="/assets/pdf_file/"].light-blue, .button[href*="/assets/pdf_file/"].button--white-blue-border {
  padding-left: 4rem;
}
.button[href*="/assets/pdf_file/"].white::before, .button.email[href*="/assets/pdf_file/"]::before, .button[href*="/assets/pdf_file/"].white::after, .button.email[href*="/assets/pdf_file/"]::after, .button[href*="/assets/pdf_file/"].light-blue::before, .button[href*="/assets/pdf_file/"].light-blue::after, .button[href*="/assets/pdf_file/"].button--white-blue-border::before, .button[href*="/assets/pdf_file/"].button--white-blue-border::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button[href*="/assets/pdf_file/"].white::after, .button.email[href*="/assets/pdf_file/"]::after, .button[href*="/assets/pdf_file/"].light-blue::after, .button[href*="/assets/pdf_file/"].button--white-blue-border::after {
  opacity: 0;
}
.button[href*="/assets/pdf_file/"].white:hover::before, .button.email[href*="/assets/pdf_file/"]:hover::before, .button[href*="/assets/pdf_file/"].white:focus::before, .button.email[href*="/assets/pdf_file/"]:focus::before, .button[href*="/assets/pdf_file/"].light-blue:hover::before, .button[href*="/assets/pdf_file/"].light-blue:focus::before, .button[href*="/assets/pdf_file/"].button--white-blue-border:hover::before, .button[href*="/assets/pdf_file/"].button--white-blue-border:focus::before {
  opacity: 0;
}
.button[href*="/assets/pdf_file/"].white:hover::after, .button.email[href*="/assets/pdf_file/"]:hover::after, .button[href*="/assets/pdf_file/"].white:focus::after, .button.email[href*="/assets/pdf_file/"]:focus::after, .button[href*="/assets/pdf_file/"].light-blue:hover::after, .button[href*="/assets/pdf_file/"].light-blue:focus::after, .button[href*="/assets/pdf_file/"].button--white-blue-border:hover::after, .button[href*="/assets/pdf_file/"].button--white-blue-border:focus::after {
  opacity: 1;
}
.button[href*="/assets/pdf_file/"].white::before, .button.email[href*="/assets/pdf_file/"]::before, .button[href*="/assets/pdf_file/"].light-blue::before, .button[href*="/assets/pdf_file/"].button--white-blue-border::before {
  background-image: url("/__data/assets/file/0011/976529/pdf-icon-blue.svg");
}
.button[href*="/assets/pdf_file/"].white::after, .button.email[href*="/assets/pdf_file/"]::after, .button[href*="/assets/pdf_file/"].light-blue::after, .button[href*="/assets/pdf_file/"].button--white-blue-border::after {
  background-image: url("/__data/assets/file/0007/976561/pdf-icon-white.svg");
}
.button.cube {
  padding-left: 4rem;
}
.button.cube::before, .button.cube::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.cube::after {
  opacity: 0;
}
.button.cube:hover::before, .button.cube:focus::before {
  opacity: 0;
}
.button.cube:hover::after, .button.cube:focus::after {
  opacity: 1;
}
.button.cube::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube.invert::before, .button.cube.button--white-hover::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube.invert::after, .button.cube.button--white-hover::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube.pink::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube.pink::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube--white-icon::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube--white-icon::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.cube.white, .cube.button.email, .button.cube.light-blue {
  padding-left: 4rem;
}
.button.cube.white::before, .cube.button.email::before, .button.cube.white::after, .cube.button.email::after, .button.cube.light-blue::before, .button.cube.light-blue::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.cube.white::after, .cube.button.email::after, .button.cube.light-blue::after {
  opacity: 0;
}
.button.cube.white:hover::before, .cube.button.email:hover::before, .button.cube.white:focus::before, .cube.button.email:focus::before, .button.cube.light-blue:hover::before, .button.cube.light-blue:focus::before {
  opacity: 0;
}
.button.cube.white:hover::after, .cube.button.email:hover::after, .button.cube.white:focus::after, .cube.button.email:focus::after, .button.cube.light-blue:hover::after, .button.cube.light-blue:focus::after {
  opacity: 1;
}
.button.cube.white::before, .cube.button.email::before, .button.cube.light-blue::before {
  background-image: url("/__data/assets/file/0006/977055/icon-cube.svg");
}
.button.cube.white::after, .cube.button.email::after, .button.cube.light-blue::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"] {
  padding-left: 4rem;
}
.button[href*="my.matterport.com/show"]::before, .button[href*="my.matterport.com/show"]::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button[href*="my.matterport.com/show"]::after {
  opacity: 0;
}
.button[href*="my.matterport.com/show"]:hover::before, .button[href*="my.matterport.com/show"]:focus::before {
  opacity: 0;
}
.button[href*="my.matterport.com/show"]:hover::after, .button[href*="my.matterport.com/show"]:focus::after {
  opacity: 1;
}
.button[href*="my.matterport.com/show"]::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"]::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"].invert::before, .button[href*="my.matterport.com/show"].button--white-hover::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"].invert::after, .button[href*="my.matterport.com/show"].button--white-hover::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"].pink::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"].pink::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"]--white-icon::before {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"]--white-icon::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button[href*="my.matterport.com/show"].white, .button.email[href*="my.matterport.com/show"], .button[href*="my.matterport.com/show"].light-blue {
  padding-left: 4rem;
}
.button[href*="my.matterport.com/show"].white::before, .button.email[href*="my.matterport.com/show"]::before, .button[href*="my.matterport.com/show"].white::after, .button.email[href*="my.matterport.com/show"]::after, .button[href*="my.matterport.com/show"].light-blue::before, .button[href*="my.matterport.com/show"].light-blue::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button[href*="my.matterport.com/show"].white::after, .button.email[href*="my.matterport.com/show"]::after, .button[href*="my.matterport.com/show"].light-blue::after {
  opacity: 0;
}
.button[href*="my.matterport.com/show"].white:hover::before, .button.email[href*="my.matterport.com/show"]:hover::before, .button[href*="my.matterport.com/show"].white:focus::before, .button.email[href*="my.matterport.com/show"]:focus::before, .button[href*="my.matterport.com/show"].light-blue:hover::before, .button[href*="my.matterport.com/show"].light-blue:focus::before {
  opacity: 0;
}
.button[href*="my.matterport.com/show"].white:hover::after, .button.email[href*="my.matterport.com/show"]:hover::after, .button[href*="my.matterport.com/show"].white:focus::after, .button.email[href*="my.matterport.com/show"]:focus::after, .button[href*="my.matterport.com/show"].light-blue:hover::after, .button[href*="my.matterport.com/show"].light-blue:focus::after {
  opacity: 1;
}
.button[href*="my.matterport.com/show"].white::before, .button.email[href*="my.matterport.com/show"]::before, .button[href*="my.matterport.com/show"].light-blue::before {
  background-image: url("/__data/assets/file/0006/977055/icon-cube.svg");
}
.button[href*="my.matterport.com/show"].white::after, .button.email[href*="my.matterport.com/show"]::after, .button[href*="my.matterport.com/show"].light-blue::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.linkedin {
  padding-left: 4rem;
}
.button.linkedin::before, .button.linkedin::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.linkedin::after {
  opacity: 0;
}
.button.linkedin:hover::before, .button.linkedin:focus::before {
  opacity: 0;
}
.button.linkedin:hover::after, .button.linkedin:focus::after {
  opacity: 1;
}
.button.linkedin::before {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin::after {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin.invert::before, .button.linkedin.button--white-hover::before {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin.invert::after, .button.linkedin.button--white-hover::after {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin.pink::before {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin.pink::after {
  background-image: url("/__data/assets/file/0007/977056/icon-cube-white.svg");
}
.button.linkedin--white-icon::before {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin--white-icon::after {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.linkedin.white, .linkedin.button.email, .button.linkedin.light-blue {
  padding-left: 4rem;
}
.button.linkedin.white::before, .linkedin.button.email::before, .button.linkedin.white::after, .linkedin.button.email::after, .button.linkedin.light-blue::before, .button.linkedin.light-blue::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.linkedin.white::after, .linkedin.button.email::after, .button.linkedin.light-blue::after {
  opacity: 0;
}
.button.linkedin.white:hover::before, .linkedin.button.email:hover::before, .button.linkedin.white:focus::before, .linkedin.button.email:focus::before, .button.linkedin.light-blue:hover::before, .button.linkedin.light-blue:focus::before {
  opacity: 0;
}
.button.linkedin.white:hover::after, .linkedin.button.email:hover::after, .button.linkedin.white:focus::after, .linkedin.button.email:focus::after, .button.linkedin.light-blue:hover::after, .button.linkedin.light-blue:focus::after {
  opacity: 1;
}
.button.linkedin.white::before, .linkedin.button.email::before, .button.linkedin.light-blue::before {
  background-image: url("/__data/assets/file/0008/879245/icon-linkedin.svg");
}
.button.linkedin.white::after, .linkedin.button.email::after, .button.linkedin.light-blue::after {
  background-image: url("/__data/assets/file/0005/709556/linkedin.svg");
}
.button.phone {
  padding-left: 4rem;
}
.button.phone::before, .button.phone::after {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.button.phone::after {
  opacity: 0;
}
.button.phone:hover::before, .button.phone:focus::before {
  opacity: 0;
}
.button.phone:hover::after, .button.phone:focus::after {
  opacity: 1;
}
.button.phone::before {
  background-image: url("/__data/assets/file/0003/772662/call.svg");
}
.button.phone::after {
  background-image: url("/__data/assets/file/0004/772663/call-white.svg");
}
.button.phone.invert::before, .button.phone.button--white-hover::before {
  background-image: url("/__data/assets/file/0004/772663/call-white.svg");
}
.button.phone.invert::after, .button.phone.button--white-hover::after {
  background-image: url("/__data/assets/file/0003/772662/call.svg");
}
.button.phone--white-icon::before {
  background-image: url("/__data/assets/file/0004/772663/call-white.svg");
}
.button.phone--white-icon::after {
  background-image: url("/__data/assets/file/0004/772663/call-white.svg");
}
.button.study-area-list-buttons {
  line-height: 18px;
  max-width: 486px;
  width: 92vw;
}
.button--blue-outline, .button.email, .button--blue-outline:hover, .button.email:hover {
  border: 2px solid #0066b9 !important;
}
.button--dark-outline, .button--dark-outline:hover {
  border: 2px solid #00467f !important;
}
.button--white-outline, .button--white-outline:hover {
  border: 2px solid white !important;
}
.button--pink-outline, .button--pink-outline:hover {
  border: 2px solid #c7026f !important;
}
.button.button--blue-hover:hover, .button.button--blue-hover:focus, .button.button--blue-hover.active {
  border: 2px solid #0066b9 !important;
  background-color: #0066b9 !important;
  color: white !important;
}
.button.button--dark-hover:hover, .button.button--dark-hover:focus, .button.button--dark-hover.active {
  border: 2px solid #00467f !important;
  background-color: #00467f !important;
  color: white !important;
}
.button.button--white-hover:hover, .button.button--white-hover:focus, .button.button--white-hover.active {
  border: 2px solid white !important;
  background-color: white !important;
  color: #0066b9 !important;
}
.button.button--pink-hover:hover, .button.button--pink-hover:focus, .button.button--pink-hover.active {
  border: 2px solid #c7026f !important;
  background-color: #c7026f !important;
  color: white !important;
}
.button.button--transparent-hover:hover, .button.button--transparent-hover:focus, .button.button--transparent-hover.active {
  border: 2px solid transparent !important;
  background-color: transparent !important;
  color: !important;
}
.button--thin-outline, .button--thin-outline:hover, .button--thin-outline:focus {
  border-width: 1px !important;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * The toggletips
 * Responsive tweaks for styles are generally at the bottom of the relevant block
 * Sizings are defined at the top in the variables
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Colours
 *********************************/
/*********************************
 * Mixins
 *********************************/
/*********************************
 * Styles
 *********************************/
.toggletip-container {
  position: relative;
  display: inline-block;
}
.toggletip-container [role="status"] {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 10em;
  padding: 0.5rem 0.5rem 0.5rem 0;
  min-height: 100%;
  height: auto;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .toggletip-container [role="status"] {
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: -1;
  }
}
.toggletip-container [role="status"] .toggletip-bubble {
  display: inline-block;
  padding: 0.5rem;
  color: white;
  z-index: 99;
  position: relative;
  background: #000;
}
@media only screen and (max-width: 991px) {
  .toggletip-container [role="status"] .toggletip-bubble {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.toggletip-container [role="status"] .toggletip-bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  margin-left: -11px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent black transparent transparent;
  margin-top: 9px;
}
@media only screen and (max-width: 991px) {
  .toggletip-container [role="status"] .toggletip-bubble::after {
    position: absolute;
    top: 0;
    left: 50%;
    border-color: transparent transparent black transparent;
    margin-top: -15px;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * The footer stylings
 * Responsive tweaks for styles are generally at the bottom of the relevant block
 * Sizings are defined at the top in the variables
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Colours
 *********************************/
/*********************************
 * Social media icons
 *********************************/
/*********************************
 * Styles
 *********************************/
footer {
  background: #00467f;
  color: white;
}
footer a {
  color: white;
}
footer a:hover, footer a:focus {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
.fatfooter {
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .fatfooter {
    background-color: #0066b9;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .fatfooter {
    background-color: #00569c;
  }
}
.fatfooter__tab__container {
  /*
            padding-top: 1rem;
            padding-bottom: 1.25rem;
            */
}
@media (max-width: 576px) {
  .fatfooter__tab__container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.fatfooter__content__wrapper {
  background-color: #0066b9;
}
@media (max-width: 767px) {
  .fatfooter__content__wrapper {
    display: none;
  }
}
.fatfooter__tab {
  display: inline-block;
  padding: 0.75rem 0 0.5rem;
}
@media (max-width: 576px) {
  .fatfooter__tab {
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
    width: 50%;
    padding: 1rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fatfooter__tab .fatfooter__tab:first-child, .fatfooter__tab:first-child + .fatfooter__tab {
    border-bottom: 1px dotted #e8eef3;
  }
  .fatfooter__tab:first-child, .fatfooter__tab:nth-child(3) {
    border-right: 1px dotted #e8eef3;
  }
}
@media (min-width: 577px) {
  .fatfooter__tab {
    transition: 0.3s;
    padding: 1rem 1.5rem;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    text-decoration: none !important;
  }
  .fatfooter__tab--current {
    background-color: #0066b9;
  }
  .fatfooter__tab:not(.fatfooter__tab--current):hover {
    background-color: #00467f;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .fatfooter__tab:not(:last-child) {
    border-right: 1px dotted #e8eef3;
  }
}
.fatfooter__content {
  display: none;
  transition: 0.3s;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 15px;
  line-height: 16px;
}
.fatfooter__content--current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fatfooter__content__blurb {
  line-height: 18px;
  margin-bottom: 1.5rem;
}
.fatfooter__linklist {
  list-style-type: none;
  padding-left: 0;
}
.fatfooter__linklist li {
  padding-bottom: 1.5rem;
}
.fatfooter__linklist li:last-of-type {
  padding-bottom: 0;
}
.fatfooter__linklist a.footer-secure::after {
  content: " ";
  background: url("//www.qut.edu.au/__data/assets/file/0007/711682/lock.svg") no-repeat scroll 0 0;
  background-size: 13px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.fatfooter__linklist a.footer-secure.invert::after {
  background: url("//www.qut.edu.au/__data/assets/file/0006/711681/lock-white.svg") no-repeat scroll 0 0;
}
.commonfooter__catchall__wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .commonfooter__catchall__wrapper {
    font-size: 14.5px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .commonfooter__catchall > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .commonfooter__catchall .commonfooter__separatedlist {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .commonfooter__catchall > .mb-3 {
    margin-bottom: 1.5rem !important;
  }
}
.commonfooter__info__wrapper {
  color: #373a3c;
  background-color: white;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 12.5px;
  line-height: 20px;
}
.commonfooter__info__wrapper a {
  color: #373a3c;
}
.commonfooter__info__wrapper a:hover, .commonfooter__info__wrapper a:focus {
  color: #373a3c;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(1)::after, .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(3)::after {
    display: none;
  }
}
@media (min-width: 577px) {
  .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(2)::after, .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(4)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(2)::after {
    display: inline-block;
  }
  .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(3)::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .commonfooter__info__wrapper .commonfooter__separatedlist li:nth-of-type(3)::after {
    display: inline-block;
  }
}
.commonfooter__socialmedia {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .commonfooter__socialmedia__contactbutton {
    padding: 0.75rem 1rem;
    font-size: 17.7px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .commonfooter__socialmedia__contactbutton {
    margin-bottom: 0.5rem !important;
  }
}
.commonfooter__socialmedia__list {
  padding-left: 0rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .commonfooter__socialmedia__list {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .commonfooter__socialmedia__list {
    display: inline-block;
    border-right: 1px solid #0066b9;
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
.commonfooter__socialmedia__list a {
  display: block;
  height: 1.6rem;
  width: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.commonfooter__socialmedia__list a:hover {
  transform: scale(1.1);
}
.commonfooter__socialmedia__list li {
  padding-right: 0.666rem;
  display: inline-block;
}
.commonfooter__socialmedia__list li:last-child {
  padding-right: 0;
}
.commonfooter__socialmedia__list .facebook a {
  background-image: url("/__data/assets/file/0009/707256/facebook.svg?v=0.1.2");
}
.commonfooter__socialmedia__list .twitter a {
  background-image: url("/__data/assets/file/0011/707258/x.svg?v=0.1.17");
}
.commonfooter__socialmedia__list .youtube a {
  background-image: url("/__data/assets/file/0010/707257/youtube.svg?v=0.1.0");
  width: 1.8rem;
}
.commonfooter__socialmedia__list .linkedin a {
  background-image: url("/__data/assets/file/0003/707259/linkedin.svg?v=0.1.1");
  width: 1.8rem;
}
.commonfooter__socialmedia__list .instagram a {
  background-image: url("/__data/assets/file/0004/707260/instagram.svg?v=0.1.1");
}
.commonfooter__socialmedia__list .tiktok a {
  background-image: url("/__data/assets/file/0020/1184204/tiktok-logo-white.svg?v=0.0.1");
}
.commonfooter__socialmedia__link {
  text-decoration: underline;
}
.commonfooter__socialmedia__link:hover, .commonfooter__socialmedia__link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .commonfooter__socialmedia__link {
    display: block;
  }
}
@media (max-width: 576px) {
  .commonfooter__socialmedia__link {
    margin: 1rem 0 1.5rem 0 !important;
  }
}
.commonfooter__contact {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .commonfooter__contact__button {
    padding: 0.75rem 1rem;
    font-size: 17.7px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .commonfooter__contact__button {
    margin-bottom: 0.5rem !important;
  }
}
.commonfooter__separatedlist {
  padding-left: 0;
  margin-bottom: 0;
}
.commonfooter__separatedlist li {
  display: inline-block;
}
.commonfooter__separatedlist li::after {
  content: "|";
  color: #0066b9;
  padding-left: 1rem;
  padding-right: 1rem;
}
.commonfooter__separatedlist li:last-of-type::after {
  display: none;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * Corporate homepage styles
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Colours
 *********************************/
/*********************************
 * Styles
 *********************************/
.corporate__homepage .header.header--overlay {
  background-color: #012a4c;
}
.corporate__homepage .panel-white ul:not([class]) li {
  margin-left: 1.7rem !important;
}
.corporate__homepage .panel-white ul:not([class]) li::before {
  font-size: 17px !important;
  color: #0066b9 !important;
}
.corporate__homepage .panel-blue ul:not([class]) li, .corporate__homepage .panel-dark-blue ul:not([class]) li {
  margin-left: 1.7rem !important;
}
.corporate__homepage .panel-blue ul:not([class]) li::before, .corporate__homepage .panel-dark-blue ul:not([class]) li::before {
  font-size: 17px !important;
  color: white !important;
}
.corporate__homepage .homepage__newCarousel3 {
  margin-left: -8px;
  z-index: 1;
  position: relative;
  background-color: white;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel3 {
    background-color: #012a4c;
  }
}
.corporate__homepage .homepage__newCarousel3 .owl-item {
  background: #003865;
  overflow: hidden;
}
.corporate__homepage .homepage__newCarousel3 .owl-stage-outer .owl-item:not(.center) .row {
  visibility: hidden;
}
.corporate__homepage .homepage__newCarousel3 .owl-item:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}
.corporate__homepage .homepage__newCarousel3 .owl-stage-outer .owl-item:not(.center) .content__link::before, .corporate__homepage .homepage__newCarousel3 .owl-stage-outer .owl-item:not(.center) .content__link::after, .corporate__homepage .homepage__newCarousel3 .owl-stage-outer .owl-item:not(.center) .content__link {
  transition: none;
}
.corporate__homepage .homepage__newCarousel3 ul.owl-stage {
  margin-bottom: 0;
  list-style: none;
}
.corporate__homepage .homepage__newCarousel3__item {
  height: auto;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3__item {
    background-position: top center !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 57%;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__item {
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15rem;
    height: 0;
    padding-top: 56.2%;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .homepage__newCarousel3__item {
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 13rem;
    height: 0;
    max-height: 630px;
    padding-top: 56.3%;
  }
}
.corporate__homepage .homepage__newCarousel3__item .content .innerContent {
  padding: 2rem 0;
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__item .content .innerContent {
    padding: 2rem;
    height: 100%;
    padding-bottom: 0rem;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__item .content {
    margin-bottom: -15rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .homepage__newCarousel3__item .content {
    margin-bottom: -13rem;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel3__item .content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.corporate__homepage .homepage__newCarousel3__item .content__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.corporate__homepage .homepage__newCarousel3__item .content__wrapper .row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel3__item .content__wrapper {
    padding: 0;
  }
}
.corporate__homepage .homepage__newCarousel3__item .content * {
  color: white;
}
.corporate__homepage .homepage__newCarousel3__item .content a {
  padding: 0;
  background-color: #003865;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__item .content a:hover {
    /* access change 
                            background-color: inherit
                            */
  }
  .corporate__homepage .homepage__newCarousel3__item .content a:focus {
    outline: 3px dashed white;
    outline-offset: 0.5rem;
  }
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel3__item .content a h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.corporate__homepage .homepage__newCarousel3__item .content__link__col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel3__item .content__link__col {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3__item .content__link__col {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__item .innerContent div div.col-lg-7 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__item--video {
    position: absolute;
    height: calc(100% - 5rem);
    width: 100%;
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .corporate__homepage .homepage__newCarousel3__item--video video {
    max-height: 80vh;
    min-height: 60vh;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3__item--video video {
    max-height: 80%;
    min-height: 80%;
    max-width: 120%;
    top: 30%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel3__item--video video {
    max-width: none;
    max-height: none;
    min-height: none;
  }
}
.corporate__homepage .homepage__newCarousel3__prev, .corporate__homepage .homepage__newCarousel3__next {
  border: 1px solid white;
  top: calc(50% - 185px);
  background-color: #0066b9;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  text-indent: -99999px;
  width: 65px;
  height: 78px;
  transition: 0.3s;
}
.corporate__homepage .homepage__newCarousel3__prev:focus, .corporate__homepage .homepage__newCarousel3__next:focus {
  outline: 3px dashed white;
  outline-offset: 0.2rem;
  /*
                 outline: none;
                 border: 1px dotted white;
                 */
}
@media (min-width: 321px) {
  .corporate__homepage .homepage__newCarousel3__prev, .corporate__homepage .homepage__newCarousel3__next {
    top: calc(50% - 160px);
  }
}
@media (min-width: 437px) {
  .corporate__homepage .homepage__newCarousel3__prev, .corporate__homepage .homepage__newCarousel3__next {
    top: calc(50% - 160px);
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__prev, .corporate__homepage .homepage__newCarousel3__next {
    top: calc(50% - 135px);
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3__prev, .corporate__homepage .homepage__newCarousel3__next {
    bottom: -2.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.corporate__homepage .homepage__newCarousel3__prev::before, .corporate__homepage .homepage__newCarousel3__next::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel3__prev::before, .corporate__homepage .homepage__newCarousel3__next::before {
    width: 35px;
    background-size: 20px;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3__prev::before, .corporate__homepage .homepage__newCarousel3__next::before {
    width: 35px;
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__prev:hover, .corporate__homepage .homepage__newCarousel3__next:hover {
    background-color: #00467f;
    width: 85px;
  }
}
.corporate__homepage .homepage__newCarousel3__prev {
  left: 15px;
}
.corporate__homepage .homepage__newCarousel3__prev::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  right: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__prev::before {
    right: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__prev {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel3__prev {
    left: calc((100vw - 1192px)/2);
  }
}
.corporate__homepage .homepage__newCarousel3__next {
  right: 15px;
}
.corporate__homepage .homepage__newCarousel3__next::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  transform: rotate(180deg);
  left: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__next::before {
    left: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__next {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__next {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel3__next {
    right: calc((100vw - 1192px)/2);
  }
}
.corporate__homepage .homepage__newCarousel3__dots {
  background-color: #003865;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3__dots {
    text-align: center;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3__dots {
    text-align: right;
    padding-right: 3rem;
  }
}
.corporate__homepage .homepage__newCarousel3__dots__wrapper {
  position: absolute;
  top: calc(100% -290px);
  left: 50%;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel3__dots__wrapper {
    height: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel3__dots__wrapper {
    margin-top: -4.5rem;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel3__dots__wrapper {
    margin-top: -3.5rem;
    height: 3rem;
  }
}
.corporate__homepage .homepage__newCarousel3__dot {
  display: inline-block;
  line-height: 42px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.corporate__homepage .homepage__newCarousel3__dot span {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #fff;
  color: transparent;
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}
.corporate__homepage .homepage__newCarousel3__dot:not(.active):hover {
  cursor: pointer;
}
.corporate__homepage .homepage__newCarousel3__dot:not(.active):hover span {
  border: 8px double #0066b9;
  height: 0;
  width: 0;
}
.corporate__homepage .homepage__newCarousel3__dot:focus {
  outline: none;
}
.corporate__homepage .homepage__newCarousel3__dot:not(.active):focus span {
  border: 8px double #0066b9;
  height: 0;
  width: 0;
}
.corporate__homepage .homepage__newCarousel3__dot.active span {
  background-color: #0066b9;
}
.corporate__homepage .homepage__newCarousel3 .owl-carousel {
  background-color: #003865;
}
.corporate__homepage .homepage__newCarousel3 .owl-dots {
  position: absolute;
  top: calc(100% - 350px);
  left: 50%;
}
@media (min-width: 321px) {
  .corporate__homepage .homepage__newCarousel3 .owl-dots {
    position: absolute;
    top: calc(100% - 300px);
    left: 50%;
  }
}
@media (min-width: 479px) {
  .corporate__homepage .homepage__newCarousel3 .owl-dots {
    position: absolute;
    top: calc(100% - 278px);
    left: 60%;
  }
}
@media (min-width: 560px) {
  .corporate__homepage .homepage__newCarousel3 .owl-dots {
    top: calc(100% - 222px);
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel3 .owl-dots {
    position: absolute;
    top: calc(100% - 230px);
    left: 70%;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .homepage__newCarousel3 .owl-dots {
    top: calc(100% - 200px);
  }
}
@media (min-width: 1600px) {
  .corporate__homepage .homepage__newCarousel3 .owl-dots {
    left: 65%;
  }
}
.corporate__homepage .homepage__newCarousel3 .owl-stage-outer .owl-item:not(.center) .homepage__newCarousel3__item {
  opacity: 0.5;
}
.corporate__homepage .homepage__newCarousel3 .owl-item.active.center {
  margin-bottom: 1px;
}
.corporate__homepage .homepage__newCarousel3 .owl-item:not(.center) {
  line-height: 0;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel3 .owl-stage-outer {
    min-height: 475px;
  }
}
@media (max-width: 321px) {
  .corporate__homepage .homepage__newCarousel3 .owl-stage-outer {
    min-height: 500px;
  }
}
.corporate__homepage .homepage__newCarousel2 {
  margin-left: -8px;
  z-index: 1;
  position: relative;
  background-color: white;
  /* access change
        ul.owl-stage {margin-bottom:0;list-style:none;} 
        */
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel2 {
    background-color: #012a4c;
  }
}
.corporate__homepage .homepage__newCarousel2 .owl-item {
  background: #003865;
  overflow: hidden;
}
.corporate__homepage .homepage__newCarousel2 .owl-stage-outer .owl-item:not(.center) .row {
  visibility: hidden;
}
.corporate__homepage .homepage__newCarousel2 .owl-item:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}
.corporate__homepage .homepage__newCarousel2 .owl-stage-outer .owl-item:not(.center) .content__link::before, .corporate__homepage .homepage__newCarousel2 .owl-stage-outer .owl-item:not(.center) .content__link::after, .corporate__homepage .homepage__newCarousel2 .owl-stage-outer .owl-item:not(.center) .content__link {
  transition: none;
}
.corporate__homepage .homepage__newCarousel2__item {
  height: auto;
  /* access change
            .innerContent div div.col-lg-7{
                
                @include breakpoint-up(md){
                    margin:1.5rem
                }
            }
            */
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2__item {
    background-position: top center !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 57%;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__item {
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15rem;
    height: auto;
    padding-top: 56.2%;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .homepage__newCarousel2__item {
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 13rem;
    height: auto;
    max-height: 630px;
    padding-top: 56.3%;
  }
}
.corporate__homepage .homepage__newCarousel2__item .content {
  /* access change
                @include breakpoint-down(lg) {
                    h2 {
                        font-size: 30px;
                        line-height: 36px;
                        margin-bottom: 10px;
                    }
                    
                }
                */
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__item .content {
    margin-bottom: -15rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .homepage__newCarousel2__item .content {
    margin-bottom: -13rem;
    padding: 0;
  }
}
.corporate__homepage .homepage__newCarousel2__item .content__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.corporate__homepage .homepage__newCarousel2__item .content__wrapper .row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel2__item .content__wrapper {
    padding: 0;
  }
}
.corporate__homepage .homepage__newCarousel2__item .content * {
  color: white;
}
.corporate__homepage .homepage__newCarousel2__item .content a {
  padding: 2rem 1rem;
  background-color: #003865;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__item .content a {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__item .content a {
    padding: 2rem;
    /* access change
                        
                        &:focus {
                            outline: 3px dashed white;
                            outline-offset: 0.5rem; 
                        }
                        
                        */
  }
  .corporate__homepage .homepage__newCarousel2__item .content a:hover {
    /* access change 
                            background-color: inherit
                            */
    background-color: rgba(1, 42, 76, 0.9);
  }
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel2__item .content a h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.corporate__homepage .homepage__newCarousel2__item .content__link__col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel2__item .content__link__col {
    /* 
                            access change
                            margin-top: 0;
                            */
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2__item .content__link__col {
    padding-top: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__item--video {
    position: absolute;
    height: calc(100% - 5rem);
    width: 100%;
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .corporate__homepage .homepage__newCarousel2__item--video video {
    max-height: 80vh;
    min-height: 60vh;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2__item--video video {
    max-height: 80%;
    min-height: 80%;
    max-width: 120%;
    top: 30%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel2__item--video video {
    max-width: none;
    max-height: none;
    min-height: none;
  }
}
.corporate__homepage .homepage__newCarousel2__prev, .corporate__homepage .homepage__newCarousel2__next {
  border: 1px solid white;
  top: calc(50% - 185px);
  background-color: #0066b9;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  text-indent: -99999px;
  width: 65px;
  height: 78px;
  transition: 0.3s;
}
.corporate__homepage .homepage__newCarousel2__prev:focus, .corporate__homepage .homepage__newCarousel2__next:focus {
  /* access change
                 outline: 3px dashed white;
                 outline-offset: 0.25rem;
                 */
  outline: none;
  border: 1px dotted white;
}
@media (min-width: 321px) {
  .corporate__homepage .homepage__newCarousel2__prev, .corporate__homepage .homepage__newCarousel2__next {
    top: calc(50% - 160px);
  }
}
@media (min-width: 437px) {
  .corporate__homepage .homepage__newCarousel2__prev, .corporate__homepage .homepage__newCarousel2__next {
    top: calc(50% - 160px);
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__prev, .corporate__homepage .homepage__newCarousel2__next {
    top: calc(50% - 135px);
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2__prev, .corporate__homepage .homepage__newCarousel2__next {
    bottom: -2.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.corporate__homepage .homepage__newCarousel2__prev::before, .corporate__homepage .homepage__newCarousel2__next::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel2__prev::before, .corporate__homepage .homepage__newCarousel2__next::before {
    width: 35px;
    background-size: 20px;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2__prev::before, .corporate__homepage .homepage__newCarousel2__next::before {
    width: 35px;
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__prev:hover, .corporate__homepage .homepage__newCarousel2__next:hover {
    background-color: #00467f;
    width: 85px;
  }
}
.corporate__homepage .homepage__newCarousel2__prev {
  left: 15px;
}
.corporate__homepage .homepage__newCarousel2__prev::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  right: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__prev::before {
    right: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__prev {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel2__prev {
    left: calc((100vw - 1192px)/2);
  }
}
.corporate__homepage .homepage__newCarousel2__next {
  right: 15px;
}
.corporate__homepage .homepage__newCarousel2__next::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  transform: rotate(180deg);
  left: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__next::before {
    left: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__next {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__next {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel2__next {
    right: calc((100vw - 1192px)/2);
  }
}
.corporate__homepage .homepage__newCarousel2__dots {
  background-color: #003865;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2__dots {
    text-align: center;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2__dots {
    text-align: right;
    padding-right: 3rem;
  }
}
.corporate__homepage .homepage__newCarousel2__dots__wrapper {
  position: absolute;
  top: calc(100% -290px);
  left: 50%;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel2__dots__wrapper {
    height: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel2__dots__wrapper {
    margin-top: -4.5rem;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel2__dots__wrapper {
    margin-top: -3.5rem;
    height: 3rem;
  }
}
.corporate__homepage .homepage__newCarousel2__dot {
  display: inline-block;
  line-height: 42px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.corporate__homepage .homepage__newCarousel2__dot span {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #fff;
  color: transparent;
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}
.corporate__homepage .homepage__newCarousel2__dot:not(.active):hover {
  cursor: pointer;
}
.corporate__homepage .homepage__newCarousel2__dot:not(.active):hover span {
  border: 8px double #0066b9;
  height: 0;
  width: 0;
}
.corporate__homepage .homepage__newCarousel2__dot:focus {
  outline: none;
}
.corporate__homepage .homepage__newCarousel2__dot:not(.active):focus span {
  border: 8px double #0066b9;
  height: 0;
  width: 0;
}
.corporate__homepage .homepage__newCarousel2__dot.active span {
  background-color: #0066b9;
}
.corporate__homepage .homepage__newCarousel2 .owl-carousel {
  background-color: #003865;
}
.corporate__homepage .homepage__newCarousel2 .owl-dots {
  position: absolute;
  top: calc(100% - 350px);
  left: 50%;
}
@media (min-width: 321px) {
  .corporate__homepage .homepage__newCarousel2 .owl-dots {
    position: absolute;
    top: calc(100% - 300px);
    left: 50%;
  }
}
@media (min-width: 479px) {
  .corporate__homepage .homepage__newCarousel2 .owl-dots {
    position: absolute;
    top: calc(100% - 278px);
    left: 60%;
  }
}
@media (min-width: 560px) {
  .corporate__homepage .homepage__newCarousel2 .owl-dots {
    top: calc(100% - 222px);
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel2 .owl-dots {
    position: absolute;
    top: calc(100% - 230px);
    left: 70%;
  }
}
@media (min-width: 992px) {
  .corporate__homepage .homepage__newCarousel2 .owl-dots {
    top: calc(100% - 200px);
  }
}
@media (min-width: 1600px) {
  .corporate__homepage .homepage__newCarousel2 .owl-dots {
    left: 65%;
  }
}
.corporate__homepage .homepage__newCarousel2 .owl-stage-outer .owl-item:not(.center) .homepage__newCarousel2__item {
  opacity: 0.5;
}
.corporate__homepage .homepage__newCarousel2 .owl-item.active.center {
  margin-bottom: 1px;
}
.corporate__homepage .homepage__newCarousel2 .owl-item:not(.center) {
  line-height: 0;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel2 .owl-stage-outer {
    min-height: 475px;
  }
}
@media (max-width: 321px) {
  .corporate__homepage .homepage__newCarousel2 .owl-stage-outer {
    min-height: 500px;
  }
}
.corporate__homepage .homepage__newCarousel {
  margin-left: -8px;
  z-index: 1;
  position: relative;
  background-color: white;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel {
    background-color: #012a4c;
  }
}
.corporate__homepage .homepage__newCarousel .owl-item {
  background: #003865;
  overflow: hidden;
}
.corporate__homepage .homepage__newCarousel .owl-stage-outer .owl-item:not(.center) .row {
  visibility: hidden;
}
.corporate__homepage .homepage__newCarousel .owl-item:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}
.corporate__homepage .homepage__newCarousel .owl-stage-outer .owl-item:not(.center) .content__link::before, .corporate__homepage .homepage__newCarousel .owl-stage-outer .owl-item:not(.center) .content__link::after, .corporate__homepage .homepage__newCarousel .owl-stage-outer .owl-item:not(.center) .content__link {
  transition: none;
}
.corporate__homepage .homepage__newCarousel__item {
  height: auto;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel__item {
    background-position: top center !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 57%;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__item {
    background-size: cover;
    height: 629px;
    margin-bottom: 13rem;
  }
}
.corporate__homepage .homepage__newCarousel__item .content {
  /* accessibility change  
                .innerContent {
                    padding 2rem 0;    
                }
                
                @include breakpoint-up(md) {
                    .innerContent {
                        padding: 2rem;
                        height:100%;
                    }
                }
                */
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__item .content {
    margin-bottom: -15rem;
    padding: 0;
  }
}
.corporate__homepage .homepage__newCarousel__item .content__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.corporate__homepage .homepage__newCarousel__item .content__wrapper .row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel__item .content__wrapper {
    padding: 0;
  }
}
.corporate__homepage .homepage__newCarousel__item .content * {
  color: white;
}
.corporate__homepage .homepage__newCarousel__item .content a {
  padding: 2rem 1rem;
  background-color: #003865;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__item .content a {
    padding: 2rem;
  }
  .corporate__homepage .homepage__newCarousel__item .content a:hover {
    background-color: rgba(1, 42, 76, 0.9);
  }
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel__item .content a h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.corporate__homepage .homepage__newCarousel__item .content__link__col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .corporate__homepage .homepage__newCarousel__item .content__link__col {
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel__item .content__link__col {
    padding-top: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__item--video {
    position: absolute;
    height: calc(100% - 5rem);
    width: 100%;
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .corporate__homepage .homepage__newCarousel__item--video video {
    max-height: 80vh;
    min-height: 60vh;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel__item--video video {
    max-height: 80%;
    min-height: 80%;
    max-width: 120%;
    top: 30%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel__item--video video {
    max-width: none;
    max-height: none;
    min-height: none;
  }
}
.corporate__homepage .homepage__newCarousel__prev, .corporate__homepage .homepage__newCarousel__next {
  border: 1px solid white;
  top: calc(50% - 160px);
  background-color: #0066b9;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  text-indent: -99999px;
  width: 65px;
  height: 78px;
  transition: 0.3s;
}
.corporate__homepage .homepage__newCarousel__prev:focus, .corporate__homepage .homepage__newCarousel__next:focus {
  outline: none;
  border: 1px dotted white;
}
@media (min-width: 437px) {
  .corporate__homepage .homepage__newCarousel__prev, .corporate__homepage .homepage__newCarousel__next {
    top: calc(50% - 160px);
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__prev, .corporate__homepage .homepage__newCarousel__next {
    top: calc(50% - 140px);
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel__prev, .corporate__homepage .homepage__newCarousel__next {
    bottom: -2.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.corporate__homepage .homepage__newCarousel__prev::before, .corporate__homepage .homepage__newCarousel__next::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel__prev::before, .corporate__homepage .homepage__newCarousel__next::before {
    width: 35px;
    background-size: 20px;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel__prev::before, .corporate__homepage .homepage__newCarousel__next::before {
    width: 35px;
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__prev, .corporate__homepage .homepage__newCarousel__next {
    top: calc(50% - 85px);
  }
  .corporate__homepage .homepage__newCarousel__prev:hover, .corporate__homepage .homepage__newCarousel__next:hover {
    background-color: #00467f;
    width: 85px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel__prev, .corporate__homepage .homepage__newCarousel__next {
    top: calc(50% - 115px);
  }
}
.corporate__homepage .homepage__newCarousel__prev {
  left: 15px;
}
.corporate__homepage .homepage__newCarousel__prev::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  right: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__prev::before {
    right: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__prev {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel__prev {
    left: calc((100vw - 1192px)/2);
  }
}
.corporate__homepage .homepage__newCarousel__next {
  right: 15px;
}
.corporate__homepage .homepage__newCarousel__next::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  transform: rotate(180deg);
  left: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__next::before {
    left: 10px;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__next {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__next {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__newCarousel__next {
    right: calc((100vw - 1192px)/2);
  }
}
.corporate__homepage .homepage__newCarousel__dots {
  background-color: #003865;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__newCarousel__dots {
    text-align: center;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel__dots {
    text-align: right;
    padding-right: 3rem;
  }
}
.corporate__homepage .homepage__newCarousel__dots__wrapper {
  position: absolute;
  top: calc(100% -290px);
  left: 50%;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel__dots__wrapper {
    height: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__newCarousel__dots__wrapper {
    margin-top: -4.5rem;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__newCarousel__dots__wrapper {
    margin-top: -3.5rem;
    height: 3rem;
  }
}
.corporate__homepage .homepage__newCarousel__dot {
  display: inline-block;
  line-height: 42px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.corporate__homepage .homepage__newCarousel__dot span {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #fff;
  color: transparent;
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}
.corporate__homepage .homepage__newCarousel__dot:not(.active):hover {
  cursor: pointer;
}
.corporate__homepage .homepage__newCarousel__dot:not(.active):hover span {
  border: 8px double #0066b9;
  height: 0;
  width: 0;
}
.corporate__homepage .homepage__newCarousel__dot:focus {
  outline: none;
}
.corporate__homepage .homepage__newCarousel__dot:not(.active):focus span {
  border: 8px double #0066b9;
  height: 0;
  width: 0;
}
.corporate__homepage .homepage__newCarousel__dot.active span {
  background-color: #0066b9;
}
.corporate__homepage .homepage__newCarousel .owl-carousel {
  background-color: #003865;
}
.corporate__homepage .homepage__newCarousel .owl-dots {
  position: absolute;
  top: calc(100% - 302px);
  left: 50%;
}
@media (min-width: 321px) {
  .corporate__homepage .homepage__newCarousel .owl-dots {
    position: absolute;
    top: calc(100% - 297px);
    left: 50%;
  }
}
@media (min-width: 479px) {
  .corporate__homepage .homepage__newCarousel .owl-dots {
    position: absolute;
    top: calc(100% - 278px);
    left: 60%;
  }
}
@media (min-width: 560px) {
  .corporate__homepage .homepage__newCarousel .owl-dots {
    top: calc(100% - 222px);
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__newCarousel .owl-dots {
    position: absolute;
    top: calc(100% - 200px);
    left: 70%;
  }
}
.corporate__homepage .homepage__newCarousel .owl-stage-outer .owl-item:not(.center) .homepage__newCarousel__item {
  opacity: 0.5;
}
.corporate__homepage .homepage__carousel {
  background-color: white;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel {
    background-color: #012a4c;
  }
}
.corporate__homepage .homepage__carousel .owl-item {
  background: white;
  overflow: hidden;
}
.corporate__homepage .homepage__carousel__item {
  height: auto;
  max-height: 80vh;
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__carousel__item {
    background-position: top center !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 44%;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__carousel__item {
    height: 800px;
    max-height: 90vh;
    margin-bottom: 3rem;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__carousel__item {
    height: 800px;
    max-height: 77.5vh;
    margin-bottom: 5rem;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__carousel__item .content {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__carousel__item .content {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1200px) {
  .corporate__homepage .homepage__carousel__item .content {
    margin-bottom: -5rem;
  }
}
.corporate__homepage .homepage__carousel__item .content__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.corporate__homepage .homepage__carousel__item .content__wrapper .row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel__item .content__wrapper {
    padding: 0;
  }
}
.corporate__homepage .homepage__carousel__item .content * {
  color: white;
}
.corporate__homepage .homepage__carousel__item .content a {
  padding: 1rem;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__carousel__item .content a {
    background-color: rgba(1, 42, 76, 0.85);
    padding: 2rem;
  }
  .corporate__homepage .homepage__carousel__item .content a:hover {
    background-color: rgba(1, 42, 76, 0.9);
  }
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__carousel__item .content a {
    padding-bottom: 4rem;
  }
  .corporate__homepage .homepage__carousel__item .content a h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel__item .content a {
    padding-bottom: 1rem;
    background-color: #012a4c;
  }
}
.corporate__homepage .homepage__carousel__item .content__link__col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .corporate__homepage .homepage__carousel__item .content__link__col {
    margin-top: 1.5rem;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__carousel__item--video {
    position: absolute;
    height: calc(100% - 5rem);
    width: 100%;
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .corporate__homepage .homepage__carousel__item--video video {
    max-height: 80vh;
    min-height: 60vh;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__carousel__item--video video {
    max-height: 80%;
    min-height: 80%;
    max-width: 120%;
    top: 30%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__carousel__item--video video {
    max-width: none;
    max-height: none;
    min-height: none;
  }
}
.corporate__homepage .homepage__carousel__prev, .corporate__homepage .homepage__carousel__next {
  background-color: #0066b9;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  text-indent: -99999px;
  width: 65px;
  height: 78px;
  transition: 0.3s;
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__carousel__prev, .corporate__homepage .homepage__carousel__next {
    top: calc(50% - 39px);
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__carousel__prev, .corporate__homepage .homepage__carousel__next {
    background-color: transparent;
    bottom: -2.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.corporate__homepage .homepage__carousel__prev::before, .corporate__homepage .homepage__carousel__next::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel__prev::before, .corporate__homepage .homepage__carousel__next::before {
    width: 35px;
    background-size: 15px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__carousel__prev:hover, .corporate__homepage .homepage__carousel__next:hover {
    background-color: #00467f;
    width: 85px;
  }
}
.corporate__homepage .homepage__carousel__prev {
  left: 0;
}
.corporate__homepage .homepage__carousel__prev::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  right: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__carousel__prev::before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel__prev {
    left: 15px;
  }
}
.corporate__homepage .homepage__carousel__next {
  right: 0;
}
.corporate__homepage .homepage__carousel__next::before {
  background-image: url("/__data/assets/file/0004/709051/arrow-left-white.svg");
  transform: rotate(180deg);
  left: 0px;
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__carousel__next::before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel__next {
    right: 15px;
  }
}
@media (max-width: 576px) {
  .corporate__homepage .homepage__carousel__dots {
    background-color: rgba(1, 42, 76, 0.5);
    text-align: center;
  }
}
@media (min-width: 577px) {
  .corporate__homepage .homepage__carousel__dots {
    text-align: right;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .corporate__homepage .homepage__carousel__dots__wrapper {
    height: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .corporate__homepage .homepage__carousel__dots__wrapper {
    margin-top: -4.5rem;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .homepage__carousel__dots__wrapper {
    margin-top: -3.5rem;
    height: 3rem;
  }
}
.corporate__homepage .homepage__carousel__dot {
  display: inline-block;
  line-height: 42px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.corporate__homepage .homepage__carousel__dot span {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 1px solid #0066b9;
  color: transparent;
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__carousel__dot span {
    border: 1px solid white;
  }
}
.corporate__homepage .homepage__carousel__dot:not(.active):hover {
  cursor: pointer;
}
.corporate__homepage .homepage__carousel__dot:not(.active):hover span {
  border: 6px double #0066b9;
  height: 0;
  width: 0;
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__carousel__dot:not(.active):hover span {
    border: 6px double white;
  }
}
.corporate__homepage .homepage__carousel__dot.active span {
  background-color: #0066b9;
}
@media (max-width: 991px) {
  .corporate__homepage .homepage__carousel__dot.active span {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .multiple-column-panel .child-col:not(:last-child) {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .corporate__homepage .multiple-column-panel.middle-col-padding-fix .child-col {
    padding-right: 15px;
  }
  .corporate__homepage .multiple-column-panel.middle-col-padding-fix .child-col:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .corporate__homepage .multiple-column-panel.md-hide-last .child-col:nth-child(2) {
    margin-bottom: 0;
  }
  .corporate__homepage .multiple-column-panel.md-hide-last .child-col:last-child {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .corporate__homepage .multiple-column-panel.md-hide-last .child-col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .corporate__homepage .multiple-column-panel.sm-hide-last .child-col:nth-child(2) {
    margin-bottom: 0;
  }
  .corporate__homepage .multiple-column-panel.sm-hide-last .child-col:last-child {
    display: none;
  }
}
.corporate__homepage .course__searchbox {
  display: flex;
  position: relative;
  z-index: 1;
}
.corporate__homepage .course__searchbox__input {
  height: 50px;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 20.5px;
}
.corporate__homepage .course__searchbox__input::placeholder {
  color: #666;
  opacity: 1;
}
.corporate__homepage .course__searchbox__input--grey-border {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.corporate__homepage .course__searchbox__submit {
  background-color: #0066b9;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
}
.corporate__homepage .course__searchbox__submit:hover {
  background-color: #00467f;
}
.corporate__homepage .course__searchbox__submit--gray {
  background-color: #e8eef3;
}
.corporate__homepage .course__searchbox__submit--gray:hover {
  background-color: #c6d5e2;
}
.corporate__homepage .course__searchbox__input {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.corporate__homepage .research__searchbox {
  display: flex;
  position: relative;
  z-index: 1;
}
.corporate__homepage .research__searchbox__input {
  height: 50px;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 20.5px;
}
.corporate__homepage .research__searchbox__input::placeholder {
  color: #666;
  opacity: 1;
}
.corporate__homepage .research__searchbox__input--grey-border {
  border: 2px solid #e8eef3;
  border-right: 0;
}
.corporate__homepage .research__searchbox__submit {
  background-color: #0066b9;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
}
.corporate__homepage .research__searchbox__submit:hover {
  background-color: #00467f;
}
.corporate__homepage .research__searchbox__submit--gray {
  background-color: #e8eef3;
}
.corporate__homepage .research__searchbox__submit--gray:hover {
  background-color: #c6d5e2;
}
.corporate__homepage .box__contents {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 2px solid #e8eef3;
  border-top: 0;
  padding: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.corporate__homepage .box__contents--white-background {
  background-color: #fff;
  color: #373a3c;
  border: 0;
}
.corporate__homepage .box__image {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
}
.corporate__homepage .box__image--16x9 {
  padding-bottom: 56.25%;
}
.corporate__homepage .box__heading {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  margin-top: calc(-2rem - 36px);
  margin-bottom: 1.5rem;
  padding: 1rem 1.66rem;
  display: table;
}
.corporate__homepage .box__heading h2, .corporate__homepage .box__heading h3, .corporate__homepage .box__heading h4, .corporate__homepage .box__heading a {
  color: white;
}
.corporate__homepage .box__heading * {
  color: inherit;
}
@media (max-width: 767px) {
  .corporate__homepage .homepage-content-swiper-container .carousel-buttons div .button {
    padding: 0.6rem 0.5rem 0.5rem;
  }
  .corporate__homepage .homepage-content-swiper-container .swiper-button-prev, .corporate__homepage .homepage-content-swiper-container .swiper-button-next {
    width: 35px;
    height: 45px;
    transition: none;
    background-size: 17px;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/********************************************
 * Google Maps styles
 *******************************************/
/*********************************
 * Include variables
 *********************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
/*********************************
 * Colours
 *********************************/
/*********************************
 * Styles
 *********************************/
.smallmap {
  position: relative;
}
.smallmap__fullmaplink {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #0066b9;
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 1rem 1rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 5;
}
.smallmap__fullmaplink:hover {
  background-color: #00467f;
}
.smallmap__fullmaplink--left {
  right: auto;
  left: 10px;
}
.smallmap__maplocation {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding: 1rem 1rem;
  font-size: 12px;
  line-height: 12px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.smallmap__maplocation__title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}
.smallmap__mapwrapper {
  border: 2px solid #0066b9;
  padding-bottom: 66.6666666667%;
  width: 100%;
}
.smallmap__mapwrapper .LabeledMarker_iconMarker {
  color: white;
}
.smallmap__embedded {
  position: absolute;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
.smallmap__mapselector {
  float: left;
  width: calc(50%);
  color: #0066b9;
  background-color: white;
  display: block;
  font-size: 19px;
  line-height: 24px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 0;
}
.smallmap__mapselector:not(.current):hover {
  background-color: #00467f;
  color: white;
}
.smallmap__mapselector.current {
  background-color: #0066b9;
  color: white;
  text-decoration: none;
}

/**
 * Pretty much a direct rip of shorthands styles with minor tweaks to prevent it overridding corp-site styles 
 */
.sh_embed { position: relative; height: auto; width:100%; z-index: 0; /*overflow: hidden; background-color: #222; color: white; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; */} 
.sh_embed .sh-embed-bg { position: absolute; width: 110%; height: 110%; top: -5%; left: -5%; z-index: -1; background-color: rgba(0,0,0,.8); } 
.sh_embed #embed_article { display: none; } 
@media (max-height: 720px), (max-width: 755px) { .sh_embed .sh-embed-meta .sh-embed-btn { font-size: 14px; width: 120px; padding: 8px; } } 
.sh_embed iframe { display: block; padding: 0; border: 0; background-color: #222; }
.sh_embed .sh-embed-close { display: block; position: fixed; z-index: 99999; bottom: 25px; right: 25px; width: 100px; height: 35px; padding-top: 12px; border-radius: 20px; background-color: rgba(0, 0, 0, 0.6); color: #fff; text-align: center; text-decoration: none; line-height: 1; font-size: 12px; font-weight:
bold; text-transform: uppercase; font-family: sans-serif; cursor: pointer; } 
.sh_embed .sh-embed-close span { display: inline-block; margin-top: -4px; margin-right: 2px; font-size: 18px; font-weight: normal; vertical-align: middle; } 
.sh_embed .sh-embed-close:hover, .sh_embed .sh-embed-close:active {
border: none; background-color: rgba(0, 0, 0, 0.8); }


.full-size {
    transition: 0.75s;
}

.full-size .sh-embed-btn {
    display: none;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/**
 * Include variables
 **/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
/*********************************
 * Sizings
 *********************************/
.course-page #breadcrumb {
  display: none;
}
@media (min-width: 992px) {
  .course-page .tabbed-content-panel.no-tab-titles .content-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
  }
  .course-page .tabbed-content-panel.no-tab-titles .content-title:active, .course-page .tabbed-content-panel.no-tab-titles .content-title:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
}
.course-page img.country-flag {
  position: relative;
  top: -2px;
  margin: 0;
  margin-right: 4px;
}
.course-page img.country-flag[src=""] {
  visibility: hidden;
}
.course-page #cqp-requirements-box, .course-page #elqp-requirements-box {
  background-color: #e8eef3;
}
.course-page #cqp-requirements-box .select2-container:focus, .course-page #cqp-requirements-box .select2-container .select2-selection:focus, .course-page #elqp-requirements-box .select2-container:focus, .course-page #elqp-requirements-box .select2-container .select2-selection:focus {
  outline: none;
}
.course-page #cqp-requirements-box .select2-container .select2-selection--single, .course-page #elqp-requirements-box .select2-container .select2-selection--single {
  height: 30px;
}
.course-page #cqp-requirements-box .cqp-results, .course-page #cqp-requirements-box .elqp-results, .course-page #elqp-requirements-box .cqp-results, .course-page #elqp-requirements-box .elqp-results {
  margin: 0;
  line-height: 1.6em;
}
.course-page #cqp-requirements-box .cqp-results ul li, .course-page #cqp-requirements-box .elqp-results ul li, .course-page #elqp-requirements-box .cqp-results ul li, .course-page #elqp-requirements-box .elqp-results ul li {
  margin-bottom: 18px;
}
.course-page #cqp-requirements-box .cqp-results ul li:last-of-type, .course-page #cqp-requirements-box .elqp-results ul li:last-of-type, .course-page #elqp-requirements-box .cqp-results ul li:last-of-type, .course-page #elqp-requirements-box .elqp-results ul li:last-of-type {
  margin-bottom: 0;
}
.course-page #cqp-requirements-box .cqp-results > ul {
  margin-top: 1rem;
}
.course-page #cqp-requirements-box .cqp-results > ul li {
  margin-left: 2rem;
}
.course-page #cqp-requirements-box .cqp-results > ul li:before {
  color: #009fe3;
}
.course-page #australia-year-12 {
  margin-top: 2rem;
}
.course-page #elqp-requirements-box .elqp-results {
  margin-top: 1rem;
}
.course-page .scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card {
  box-shadow: none;
  border: 1px solid #0066b9;
}
.course-page .scholarships.scholarships-browse #scholarship-results-panel .scholarship-result.card .card-footer {
  background-color: whitesmoke;
}
.course-page .modal .ready-to-apply-modal-content {
  text-align: initial;
}
.course-page .modal .ready-to-apply-modal-content hr {
  border-top: 2px solid white;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.course-page .course-detail-item strong {
  font-weight: inherit !important;
}
.course-page .tabbed-content-panel .tab-content > .box-content h3:not(:first-child) {
  margin-top: 2rem;
}
.course-page .tabbed-content-panel .tab-content:focus {
  outline: none;
}
.course-page .text-carousel-items, .course-page .image-carousel-items {
  display: none;
}
@media (min-width: 992px) {
  .course-page #explore-this-course.tabbed-content-panel.no-tab-titles .content-title {
    display: none;
  }
}
.course-page #explore-this-course.tabbed-content-panel .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: none;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
  font-size: 19px;
  line-height: 24px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  min-width: 4rem;
  padding: 1rem;
  margin: 0;
  border: 1px solid white;
  border-right: none;
  border-bottom: none;
  text-decoration: none;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab h2, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab h3, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab h4, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab a, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab h2, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab h3, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab h4, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab a {
  color: white;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab:last-of-type, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:last-of-type {
  border-right: 1px solid white;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab:hover, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:hover, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active {
  background-color: #FFF;
  background: white;
  color: #373a3c;
  color: #0066b9;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab:hover h2, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab:hover h3, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab:hover h4, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab:hover a, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active h2, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active h3, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active h4, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active a, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:hover h2, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:hover h3, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:hover h4, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:hover a, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active h2, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active h3, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active h4, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active a {
  color: #0066b9;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab:hover a.button.pink, .course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active a.button.pink, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:hover a.button.pink, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active a.button.pink {
  color: white;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab:focus, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab:focus {
  outline: 3px dashed white !important;
  outline-offset: -3px;
  transition: none;
}
.course-page #explore-this-course.tabbed-content-panel .tabs a.tab.active:focus, .course-page #explore-this-course.tabbed-content-panel .tabs button.tab.active:focus {
  outline: 3px dashed #0066b9 !important;
  outline-offset: -3px;
  transition: none;
}
.course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .mobile-tab:focus {
  outline: 3px dashed white !important;
  outline-offset: 12px;
  transition: none;
}
@media (max-width: 991px) {
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel {
    padding-top: 0;
    background-color: #0066b9;
    background: #0066b9;
    color: white;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel h2, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel h3, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel h4, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel a {
    color: white;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content {
    border-bottom: 2px solid white;
    background-color: #0066b9;
    background: #0066b9;
    color: white;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content h2, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content h3, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content h4, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content a {
    color: white;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .panel-content {
    padding-top: 1rem;
    background-color: #FFF;
    background: white;
    color: #373a3c;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .panel-content h2, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .panel-content h3, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .panel-content h4, .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .panel-content a {
    color: #0066b9;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .panel-content a.button.pink {
    color: white;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .content-title > * {
    margin: 0;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .content-title:before {
    background: none;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .content-title:after {
    background-image: url("/__data/assets/file/0006/709908/plus-white.svg");
    opacity: 1;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .tab-content > .box-content .content-title.active:after {
    transform: rotate(45deg);
  }
}
@media (min-width: 992px) {
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .box-content {
    padding: 0 15px;
  }
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .box-content .panel-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course-page #explore-this-course.tabbed-content-panel ~ .tabbed-content-panel .box-content {
    padding: 1.5rem 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course-page .requirements-left-column {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .course-page .requirements-left-column > .row {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .course-page .requirements-left-column {
    padding-right: 2.33rem;
  }
}
.course-page .requirements-left-column dl.requirements-detail {
  border-top: 2px solid #e8eef3;
  margin-bottom: 0;
}
.course-page .requirements-left-column dl.requirements-detail:first-of-type {
  border-top: none;
}
.course-page .requirements-left-column dl.requirements-detail dt, .course-page .requirements-left-column dl.requirements-detail dd {
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.course-page .requirements-left-column dl.requirements-detail dd {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .course-page .requirements-left-column dl.requirements-detail dd {
    padding-top: 0;
  }
}
.course-page .requirements-left-column dl.requirements-detail dd ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.course-page .requirements-left-column .scores {
  color: white;
  background-color: #0066b9;
  border-bottom: 2px solid white;
  padding-left: 24px;
}
.course-page .requirements-left-column .scores:first-child {
  border-right: 2px solid white;
}
.course-page .requirements-left-column .scores .new-course-score {
  font-size: 25px;
}
.course-page .requirements-left-column .scores .score-op, .course-page .requirements-left-column .scores .score-rank {
  font-size: 50px;
  line-height: 72px;
  font-weight: 900;
}
.course-page .requirements-left-column .scores .score-op.small, .course-page .requirements-left-column .scores .score-rank.small {
  font-size: 25px;
}
.course-page .requirements-left-column .scores.spacing-top {
  padding-top: 0.5rem;
}
.course-page .requirements-left-column .additional-entry {
  color: white;
  background-color: #0066b9;
  padding: 0.66rem;
}
.course-page .requirements-left-column .threshold-disclaimer {
  background-color: #e8eef3;
  color: #373a3c;
}
.course-page .caap-course-profile {
  font-size: smaller;
}
.course-page .caap-course-profile .op, .course-page .caap-course-profile .rank {
  font-size: medium;
}
.course-page .caap-course-profile tbody tr th:first-of-type {
  text-align: right;
}
.course-page .caap-course-profile th, .course-page .caap-course-profile td {
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
}
.course-page .caap-course-profile th:not(:first-of-type), .course-page .caap-course-profile td:not(:first-of-type) {
  border-left: 2px solid white;
}
@media (min-width: 577px) {
  .course-page .caap-course-profile th, .course-page .caap-course-profile td {
    min-width: 4rem;
  }
}
@media (max-width: 767px) {
  .course-page .qtac-apply-audiences {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  .course-page .qtac-apply-audiences .box-image {
    margin: 0 !important;
    height: 100% !important;
    object-fit: cover;
  }
}
.course-page .dom-tab, .course-page .int-tab {
  display: inline-block;
  position: relative;
  background: url("/__data/assets/file/0008/738575/audience-dom.svg") no-repeat center / 38px;
  background-color: white;
  height: 3.33rem;
  width: 3.66rem;
  margin-left: 5px;
}
.course-page .dom-tab:first-of-type, .course-page .int-tab:first-of-type {
  margin-left: 15px;
}
.course-page .promo-banner, .course-page .scholarship-banner {
  background: #009fe3 !important;
  margin-bottom: 1.5rem;
}
.course-page .promo-banner .promo-banner-text-image, .course-page .scholarship-banner .promo-banner-text-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  height: 18rem;
}
@media (max-width: 991px) {
  .course-page .promo-banner .promo-banner-text-image, .course-page .scholarship-banner .promo-banner-text-image {
    background-size: 20.33rem 12rem;
    height: 12rem;
  }
}
.course-page .promo-banner .promo-banner-text-image.year-12-early-offer-scheme-image, .course-page .scholarship-banner .promo-banner-text-image.year-12-early-offer-scheme-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0003/1254351/year-12-early-offer-scheme-banner.jpg");
  background-position: center;
}
.course-page .promo-banner .promo-banner-text-image.ci-applications-close-early, .course-page .scholarship-banner .promo-banner-text-image.ci-applications-close-early {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0005/1260149/acting_at_qut.jpg");
  background-position: center;
}
.course-page .promo-banner .promo-banner-text-image.mid-year-campaign-image, .course-page .scholarship-banner .promo-banner-text-image.mid-year-campaign-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0003/1323174/mid-year-course-page-banner-2024.jpg");
  background-position: center;
}
.course-page .promo-banner .promo-banner-text-image.mid-year-campaign-image-pg, .course-page .scholarship-banner .promo-banner-text-image.mid-year-campaign-image-pg {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0003/1323174/mid-year-course-page-banner-2024.jpg");
  background-position: center;
}
.course-page .promo-banner .promo-banner-text-image.mid-year-campaign-image-ug, .course-page .scholarship-banner .promo-banner-text-image.mid-year-campaign-image-ug {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0003/1323174/mid-year-course-page-banner-2024.jpg");
  background-position: center;
}
.course-page .promo-banner .promo-banner-text-image.mid-year-campaign-image-pg.csp-campaign, .course-page .scholarship-banner .promo-banner-text-image.mid-year-campaign-image-pg.csp-campaign {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0005/1239188/Mid-Year_PG_Course_Page_Banner_CSP_version_1080x640px_2.jpg");
  background-position: center;
}
.course-page .promo-banner .promo-banner-text-image.vod-campaign-image, .course-page .scholarship-banner .promo-banner-text-image.vod-campaign-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0009/978363/VirtualOpenDay.jpg");
}
.course-page .promo-banner .promo-banner-text-image.new-cohort-image, .course-page .scholarship-banner .promo-banner-text-image.new-cohort-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0004/984073/online-header.jpg");
}
.course-page .promo-banner .promo-banner-text-image.budding-entrepreneur-bursary-image, .course-page .scholarship-banner .promo-banner-text-image.budding-entrepreneur-bursary-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0007/1149271/rowena-entrepreneurship-video.jpg");
}
.course-page .promo-banner .promo-banner-text-image.welcome-guide-banner-image, .course-page .scholarship-banner .promo-banner-text-image.welcome-guide-banner-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0007/1145194/Welcome_cover_re-saved.jpg");
}
.course-page .promo-banner .promo-banner-text-image.not-too-late-banner-image, .course-page .scholarship-banner .promo-banner-text-image.not-too-late-banner-image {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0014/1204520/not-too-late-promo-2.png");
  background-size: cover;
  height: 20rem;
  background-position: right;
}
.course-page .promo-banner .promo-background-image, .course-page .scholarship-banner .promo-background-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}
.course-page .promo-banner .promo-background-image:before, .course-page .scholarship-banner .promo-background-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  z-index: 0;
  background: rgba(0, 102, 185, 0.8);
}
.course-page .promo-banner .promo-background-image.csp-fees-banner, .course-page .scholarship-banner .promo-background-image.csp-fees-banner {
  background-image: url("https://cms.qut.edu.au/__data/assets/image/0004/1195834/CSP-panel-imagecrop.jpg");
}
@media (min-width: 992px) {
  .course-page .promo-banner .text-lg-40px, .course-page .scholarship-banner .text-lg-40px {
    font-size: 40px;
  }
}
.course-page .promo-banner + #course-tab-wrapper {
  border-top: 1px solid white;
}
.course-page .offer-guarantee .row {
  align-items: center;
}
.course-page .offer-guarantee .row .offer-guarantee-atar {
  display: block;
  font-size: 6rem;
  margin: 3rem 0;
  font-weight: bold;
}
.course-page .int-tab {
  background: url("/__data/assets/file/0007/738574/audience-int.svg") no-repeat center / 32px;
  background-color: white;
}
.course__audience__dom .course-page .int-tab:after, .course__audience__int .course-page .dom-tab:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-image: linear-gradient(rgba(1, 1, 1, 0) 25%, rgba(1, 1, 1, 0.1) 50%, rgba(1, 1, 1, 0.5));
}
.course-page .quick-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.course-page .quick-box-inner {
  background-color: white;
  padding: 1rem;
  width: 100%;
}
.course-page .threshold-disclaimer {
  color: white;
  padding: 0.66rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
.course-page dl.quick-box-scores dd, .course-page dl.quick-box-scores dt {
  display: block;
}
.course-page dl.quick-box-scores dt {
  margin-right: 10px;
}
.course-page dl.quick-box-scores dd {
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  color: #0066b9;
}
.course-page dl.quick-box-scores dd.inverted {
  color: #fff;
}
.course-page dl.quick-box-scores dd.small {
  font-size: 25px;
}
.course-page dl.quick-box-scores.no-spacing-bot {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .course-page .dom-int-tabs-message {
    color: white;
    font-weight: bold;
    padding: 0.66rem;
    padding-left: 1.33rem;
  }
  .course-page .quick-box-other-info {
    padding-left: 1px;
  }
  .course-page .quick-box-other-info .quick-box-inner {
    padding-left: 2rem;
    max-width: 32rem;
  }
  .course-page .quick-box-entry-thresholds {
    padding-right: 0;
  }
  .course-page dl.quick-box-scores {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .course-page dl.quick-box-scores dt {
    padding-right: 0;
  }
  .course-page dl.quick-box-scores dd {
    padding-left: 0;
    font-size: 60px;
    font-weight: 900;
    color: #0066b9;
  }
  .course-page dl.quick-box-scores dd.inverted {
    color: #fff;
  }
  .course-page dl.quick-box-scores .col-sm-4 {
    position: relative;
    top: -24px;
  }
  .course-page dl.quick-box-scores.no-spacing-bot {
    margin-bottom: 0px;
  }
}
.course-page .related-courses-selectors .form-group label {
  margin-left: 1rem;
  padding-left: 2rem !important;
}
@media (max-width: 576px) {
  .course-page .related-courses-selectors .form-group label {
    margin-left: 0;
  }
}
.course-page .related-courses-panel .related-courses-container div[data-related-courses-active-group="false"] {
  display: none;
}
.course-page .related-courses-panel .related-courses-container div[data-related-courses-tile-visible="false"] {
  display: none;
}
@media (min-width: 768px) {
  .course-page .quick-box-other-info .quick-box-inner > .row:last-of-type dl.row {
    margin-bottom: 0;
  }
  .course-page .campus-icon, .course-page .entry-icon, .course-page .duration-icon, .course-page .empty-icon, .course-page .badge-icon, .course-page .test-score-icon {
    position: relative;
  }
  .course-page .campus-icon:before, .course-page .entry-icon:before, .course-page .duration-icon:before, .course-page .empty-icon:before, .course-page .badge-icon:before, .course-page .test-score-icon:before {
    position: absolute;
    content: " ";
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 6px;
    left: -30px;
  }
  .course-page .campus-icon:before {
    background-image: url("/__data/assets/file/0007/738610/campus-blue.svg");
  }
  .course-page .badge-icon:before {
    background-image: url("/__data/assets/file/0011/738578/op-rank.svg");
  }
  .course-page .entry-icon:before {
    background-image: url("/__data/assets/file/0009/738612/calendar-blue.svg");
  }
  .course-page .duration-icon:before {
    background-image: url("/__data/assets/file/0008/738611/duration-blue.svg");
  }
  .course-page .test-score-icon:before {
    background-image: url("/__data/assets/file/0017/1173212/icon-document-test-correct.svg");
  }
  .course-page .requirements-left-column .campus-icon, .course-page .requirements-left-column .entry-icon, .course-page .requirements-left-column .duration-icon, .course-page .requirements-left-column .empty-icon, .course-page .requirements-left-column .badge-icon, .course-page .requirements-left-column .test-score-icon {
    padding-left: 3.66rem !important;
  }
  .course-page .requirements-left-column .campus-icon:before, .course-page .requirements-left-column .entry-icon:before, .course-page .requirements-left-column .duration-icon:before, .course-page .requirements-left-column .empty-icon:before, .course-page .requirements-left-column .badge-icon:before, .course-page .requirements-left-column .test-score-icon:before {
    height: 100%;
    background-size: 28px 32px;
    left: 0.66em;
    top: 0;
  }
  .course-page .related-courses-container .campus-icon, .course-page .related-courses-container .entry-icon, .course-page .related-courses-container .duration-icon, .course-page .related-courses-container .empty-icon, .course-page .related-courses-container .badge-icon, .course-page .related-courses-container .test-score-icon {
    left: 3rem;
  }
  .course-page .related-courses-container .campus-icon:before, .course-page .related-courses-container .entry-icon:before, .course-page .related-courses-container .duration-icon:before, .course-page .related-courses-container .empty-icon:before, .course-page .related-courses-container .badge-icon:before, .course-page .related-courses-container .test-score-icon:before {
    left: -3rem;
  }
  .course-page .qutex-courses .campus-icon, .course-page .qutex-courses .entry-icon, .course-page .qutex-courses .duration-icon, .course-page .qutex-courses .empty-icon, .course-page .qutex-courses .badge-icon, .course-page .qutex-courses .test-score-icon {
    left: 3rem;
  }
  .course-page .qutex-courses .campus-icon:before, .course-page .qutex-courses .entry-icon:before, .course-page .qutex-courses .duration-icon:before, .course-page .qutex-courses .empty-icon:before, .course-page .qutex-courses .badge-icon:before, .course-page .qutex-courses .test-score-icon:before {
    left: -3rem;
  }
}
@media (max-width: 991px) {
  .course-page .quick-box.dom-int-tabs-message .quick-box-inner span {
    display: block;
    text-align: center;
    background: #e8eef3;
    padding: 0.33rem;
    font-weight: bold;
  }
  .course-page .quick-box-other-info {
    margin-top: 2px;
  }
}
.course-page .hero__header {
  background-color: #00467f;
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.course-page .hero__header .pathway-disclaimer {
  background-color: #0066b9;
  color: white;
  padding: 0.66rem;
  padding-left: 1rem;
  margin-bottom: 0;
  border-top: black solid 1px;
  border-left: #0066b9 solid 1px;
}
.course-page .hero__header.course__type__root {
  min-height: 15rem;
}
@media (max-width: 767px) {
  .course-page .hero__header {
    padding-top: 4.333rem;
    padding-bottom: 1rem;
  }
}
.course-page .hero__header__container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.course-page .hero__header__title {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .course-page .hero__header__title {
    max-width: 75%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.course-page .hero__header__blurb {
  padding-bottom: 3.5rem;
  color: white;
}
@media (min-width: 768px) {
  .course-page .hero__header__blurb {
    margin-top: 1.333rem;
  }
}
.course-page .hero__header__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: linear-gradient(to right, rgba(0, 0, 10, 0.9) 0%, rgba(0, 0, 30, 0.6) 75%, rgba(0, 0, 0, 0.25) 100%);
}
.course-page .sidebar-wrapper {
  z-index: 3;
  overflow: visible;
}
@media (min-width: 992px) {
  .course-page .sidebar-wrapper {
    position: fixed;
    bottom: 3.66rem;
    top: 38vh;
    right: 0;
    height: 0;
  }
  .course-page .sidebar-wrapper .sidebar-inner {
    background-color: #0066b9;
    background: #0066b9;
    color: white;
    position: relative;
    max-width: 300px;
    right: 0;
    transition: all 0.5s ease;
    box-shadow: 0 0 5em rgba(0, 0, 0, 0.25);
  }
  .course-page .sidebar-wrapper .sidebar-inner h2, .course-page .sidebar-wrapper .sidebar-inner h3, .course-page .sidebar-wrapper .sidebar-inner h4, .course-page .sidebar-wrapper .sidebar-inner a {
    color: white;
  }
  .course-page .sidebar-wrapper .sidebar-inner:hover {
    right: 0 !important;
  }
  .course-page .sidebar-wrapper.shrink .sidebar-inner {
    right: -230px;
  }
}
@media (max-width: 991px) {
  .course-page .sidebar-wrapper {
    padding: 1.33rem;
  }
  .course-page .sidebar-wrapper .sidebar-inner .row .seperator-line {
    display: none;
    width: 0;
  }
  .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item {
    background-color: #0066b9;
    background: #0066b9;
    color: white;
    position: relative;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid white;
  }
  .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item h2, .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item h3, .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item h4, .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item a {
    color: white;
  }
  .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item:nth-child(3), .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item:nth-child(7) {
    border-left: 1px solid white;
  }
  .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item img {
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .course-page .sidebar-wrapper .sidebar-inner .row {
    /*.seperator-line {
                        display: none;
                        width: 0;
                    }*/
  }
  .course-page .sidebar-wrapper .sidebar-inner .row .sidebar-item {
    border: 1px solid white;
    /*img{
                            display: block;
                            margin: auto;
                        }*/
  }
}
.course-page .sidebar-wrapper .sidebar-icon {
  width: 32px;
  height: 32px;
  margin: 0.33rem 1.33rem 0.33rem 0.33rem;
}
.course-page .sidebar-wrapper .sidebar-item {
  padding: 1rem;
}
.course-page .sidebar-wrapper .sidebar-item a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.course-page .sidebar-wrapper .seperator-line {
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 100%);
}
.course-page .centrelink-box-white-content, .course-page .centrelink-box-white-content * {
  color: white !important;
}
html.course__audience__ug [data-course-audience*="PG"]:not([data-course-audience*="UG"]), body.course__audience__ug [data-course-audience*="PG"]:not([data-course-audience*="UG"]) {
  display: none !important;
}
html.course__audience__dom [data-course-audience*="INT"]:not([data-course-audience*="DOM"]), body.course__audience__dom [data-course-audience*="INT"]:not([data-course-audience*="DOM"]) {
  display: none !important;
}
html.course__audience__pg [data-course-audience*="UG"]:not([data-course-audience*="PG"]), body.course__audience__pg [data-course-audience*="UG"]:not([data-course-audience*="PG"]) {
  display: none !important;
}
html.course__audience__int [data-course-audience*="DOM"]:not([data-course-audience*="INT"]), body.course__audience__int [data-course-audience*="DOM"]:not([data-course-audience*="INT"]) {
  display: none !important;
}
.course-structures .course-structure-title {
  background-color: #FFF;
  background: white;
  color: #373a3c;
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  padding: 1rem 4.5rem 1rem 1.5rem;
  border-bottom: 1px solid #0066b9;
}
.course-structures .course-structure-title h2, .course-structures .course-structure-title h3, .course-structures .course-structure-title h4, .course-structures .course-structure-title a {
  color: #0066b9;
}
.course-structures .course-structure-title a.button.pink {
  color: white;
}
.course-structures .course-structure-title:before {
  content: " ";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
  background-image: url("/__data/assets/file/0005/709907/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.1s;
}
.course-structures .course-structure-title:last-of-type() {
  border-bottom: 0;
}
.course-structures .course-structure-title:not(.collapsed) {
  background-color: #0066b9;
  background: #0066b9;
  color: white;
}
.course-structures .course-structure-title:not(.collapsed) h2, .course-structures .course-structure-title:not(.collapsed) h3, .course-structures .course-structure-title:not(.collapsed) h4, .course-structures .course-structure-title:not(.collapsed) a {
  color: white;
}
.course-structures .course-structure-title:not(.collapsed) h4 {
  color: white !important;
}
.course-structures .course-structure-title:not(.collapsed):before {
  transform: rotate(45deg);
  background-image: url("/__data/assets/file/0006/709908/plus-white.svg");
}
@media (min-width: 768px) {
  .course-structures .course-structure-title:hover {
    text-decoration: underline;
  }
  a.course-structures .course-structure-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  a.course-structures .course-structure-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.course-structures .course-structure-title h4 {
  margin: 0;
}
.course-structures .course-structure-title ~ .collapse:after {
  content: " ";
  display: block;
  border-bottom: 3px solid #0066b9;
  width: 100%;
  margin-top: 1rem;
}
.course-structures .semester-item-title {
  display: block;
  position: relative;
  background-color: #0066b9;
  padding: 1rem 1.5rem;
  text-decoration: none;
  margin-bottom: 2px;
  width: 100%;
}
.course-structures .semester-item-title, .course-structures .semester-item-title h5 {
  color: white;
}
.course-structures .semester-item-title h5 {
  margin: 0;
}
@media (min-width: 768px) {
  .course-structures .semester-item-title:hover {
    background-color: #00467f;
  }
}
@media (max-width: 767px) {
  .course-structures .semester-item-title {
    background-color: #00467f;
  }
  .course-structures .semester-item-title::before {
    content: " ";
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
    background-image: url("/__data/assets/file/0006/709908/plus-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.1s;
  }
}
.course-structures .semester-item-title:not(.collapsed) {
  background-color: #00467f;
}
@media (max-width: 767px) {
  .course-structures .semester-item-title:not(.collapsed):before {
    transform: rotate(45deg);
  }
}
@media (min-width: 768px) {
  .course-structures .semester-item-title:not(.collapsed):after {
    content: " ";
    position: absolute;
    top: 0;
    right: -27px;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 27px solid #00467f;
  }
}
.course-structures .semester-item-content {
  position: relative;
}
@media (min-width: 768px) {
  .course-structures .structure-contents {
    margin-top: 1rem;
  }
  .course-structures .semester-item-contents:before {
    border-left: 3px solid #0066b9;
    content: " ";
    height: 100%;
    position: absolute;
  }
  .course-structures .semester-item-content {
    margin-left: 6px;
  }
}
.course-structures .unit-item-title {
  display: block;
  position: relative;
  border: 2px solid #e8eef3;
  background-color: #e8eef3;
  padding: 1rem 4.5rem 1rem 1.5rem;
  text-decoration: none;
  margin-bottom: 2px;
  width: 100%;
}
.course-structures .unit-item-title h6 {
  margin: 0;
}
.course-structures .unit-item-title::before {
  content: " ";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
  background-image: url("/__data/assets/file/0005/709907/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.1s;
}
.course-structures .unit-item-title.unit-item-highlighted {
  background-color: #009fe3;
}
.course-structures .unit-item-title.unit-item-highlighted h6 {
  color: white;
}
.course-structures .unit-item-title.unit-item-highlighted::before {
  background-image: url("/__data/assets/file/0006/709908/plus-white.svg");
}
.course-structures .unit-item-title:not(.collapsed), .course-structures .unit-item-title .in {
  background-color: white;
  margin-bottom: 0;
}
.course-structures .unit-item-title:not(.collapsed)::before, .course-structures .unit-item-title .in::before {
  transform: rotate(-90deg);
}
.course-structures .unit-item-contents {
  border: 2px solid #e8eef3;
  border-top: none;
}
@media (min-width: 992px) {
  .course-structures .unit-item-contents {
    padding: 1rem 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .course-structures .unit-item-contents {
    padding: 1rem 0rem 1rem 1rem;
  }
}
.course-structures .text-item-contents {
  background-color: whitesmoke;
}
.course-structures .text-item-contents, .course-structures .code-item-contents {
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: 2px;
}
/**
* Course cards
* 17 Nov 2020 - GG 
*/
.course-cards .card .card-heading {
  background-color: #0066b9;
  color: white;
}
.course-cards .card .card-heading a {
  color: white;
}
.course-cards .card .card-body .card-info {
  background-color: #e8eef3;
  padding: 2rem 2rem 0.5rem 3.5rem;
}
@media (max-width: 991px) {
  .course-cards .card .card-body .card-info {
    display: flex;
  }
  .course-cards .card .card-body .card-info > div[data-course-audience="INT"]:not(:first-child):not(:last-child) {
    margin-left: 1rem;
  }
  .course-cards .card .card-body .card-info > div[data-course-audience="DOM"]:not(:last-child) {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .course-cards .card .card-body .card-info {
    display: block;
  }
  .course-cards .card .card-body .card-info > div[data-course-audience="INT"]:not(:first-child):not(:last-child) {
    margin-left: 0;
  }
  .course-cards .card .card-body .card-info > div[data-course-audience="DOM"]:not(:last-child) {
    margin-left: 0;
  }
}
.course-cards .card .card-body .card-info > div {
  display: inline-block;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


.mid-year-entry--no-head #page-head, .mid-year-entry--no-head .content__page.hero__header {
  display: none;
}
.mid-year-entry--no-head #hero .carousel-small .bg-header {
  height: 9rem;
  margin-bottom: 0;
}
.mid-year-entry .panel-baby-blue {
  background: #009fe3 !important;
}
.mid-year-entry #blue-promo {
  line-height: 80px;
}
.mid-year-entry #blue-promo .text-push {
  padding-top: 4.33rem;
  z-index: 5;
}
.mid-year-entry #blue-promo .mid-year-face-bg-b {
  background: url(https://cms.qut.edu.au/__data/assets/image/0009/708525/mid-year-male-1.jpg) right no-repeat;
  background-size: contain;
}
.mid-year-entry #blue-promo .mid-year-person-bg-b-2020 {
  background: url(https://cms.qut.edu.au/__data/assets/image/0017/921122/SR_GP_Welcome_Guide_13112019_077_cropped.jpg) right no-repeat;
  background-size: contain;
}
.mid-year-entry .adult-blue {
  font-family: 'Nexa Slab Custom QUT', 'Nexa Slab Fontfabric';
  color: #00477f;
  font-size: 82px;
  font-style: oblique;
  font-weight: 800;
}
.mid-year-entry .sans-white, .mid-year-entry .sans-white-larger {
  font-weight: 800;
  color: #fff;
  line-height: 60px;
  letter-spacing: -3px;
}
.mid-year-entry .sans-white {
  font-size: 72px;
}
.mid-year-entry .sans-white-larger {
  font-size: 102px;
}
.mid-year-entry .brain-box {
  border: 2px solid white;
  padding: 3.33rem 0;
  padding-bottom: 5.66rem;
}
.mid-year-entry .brain-box:before {
  content: " ";
  position: absolute;
  top: -4.33rem;
  left: calc(50% - 62.5px);
  width: 128px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 125px;
  background-image: url('https://cms.qut.edu.au/__data/assets/file/0004/638815/quiz-brain.svg?v=0.1.5');
}
.mid-year-entry .card {
  background: white;
  margin-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #0063bc;
}
.mid-year-entry .card .card-heading {
  background-color: #0066b9;
}
.mid-year-entry .card .card-heading h3 {
  margin-bottom: 0;
}
.mid-year-entry .card .card-heading a {
  color: white;
  text-decoration: underline;
}
.mid-year-entry .card .card-body .card-desc p {
  margin-bottom: 0;
}
.mid-year-entry .card .card-body .card-info {
  background-color: #e8eef3;
}
.mid-year-entry .card .card-footer {
  padding: 0.66rem 1.33rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.375rem;
  background-color: #fafafa;
}
.mid-year-entry .ug-icon:before {
  background-image: url('https://cms.qut.edu.au/__data/assets/file/0004/708727/icon-bachelor-degree.svg');
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mid-year-entry .hon-icon:before {
  background-image: url('https://cms.qut.edu.au/__data/assets/file/0005/708728/icon-honours.svg');
  display: block;
  content: " ";
  width: 30px;
  height: 25px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mid-year-entry .pg-icon:before {
  background-image: url('https://cms.qut.edu.au/__data/assets/file/0010/708733/icon-graduate-certificate.svg');
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mid-year-entry .hide-til-search, .mid-year-entry .show-more-undergrad, .mid-year-entry .show-more-postgrad, .mid-year-entry .show-more-undergrad-dbl {
  display: none;
}
.mid-year-entry .card > * {
  padding: 1.33rem 1.33rem;
}
.mid-year-entry body #Mid-year_entry {
  margin-bottom: 2rem;
}
.mid-year-entry body .boxes-with-block-heading-panel .boxes {
  margin-top: 1rem;
}
.mid-year-entry body .padding-extra-extra {
  padding-bottom: 4rem;
}
.mid-year-entry body .no-auto-width {
  width: 95px;
}
.mid-year-entry dl {
  margin-bottom: 0;
}
.mid-year-entry .active {
  display: block;
}
.mid-year-entry .inactive, .mid-year-entry .not-relevent, .mid-year-entry .no-results-pg, .mid-year-entry .no-results-ug {
  display: none;
}
.mid-year-entry time.icon {
  font-size: 1em;
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  margin: 0.66em auto;
  border: 1px solid #000;
}
.mid-year-entry time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.mid-year-entry time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.1rem 0;
  color: #fff;
  background-color: #000;
}
.mid-year-entry time.icon em {
  position: absolute;
  bottom: 0.4em;
  color: #000;
}
.mid-year-entry time.icon span {
  width: 100%;
  font-size: 2.8em;
  padding-top: 0.9em;
  color: #2f2f2f;
}
.mid-year-entry .full-list-note {
  padding: 1.66rem;
}
.mid-year-entry #sans-text-larger {
  font-size: 52px;
  line-height: 52px;
  color: #fff;
}
@media (max-width: 991px) {
  .mid-year-entry #sans-text-larger {
    font-size: 30px;
    line-height: 40px;
  }
  .mid-year-entry #blue-promo {
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .mid-year-entry #hero .carousel-small .bg-header {
    height: 5rem;
  }
  .mid-year-entry .campaign-landing #hero .carousel-medium {
    padding-top: 5.33rem;
  }
  .mid-year-entry .bg-header {
    background-color: #0066b9;
  }
  .mid-year-entry .card > * {
    padding: 1.33rem 1.33rem 0.33rem;
  }
  .mid-year-entry .card {
    margin-top: 0.33rem;
    margin-bottom: 0.33rem;
  }
  .mid-year-entry .full-panel.broad-courses.ug .container, .mid-year-entry .full-panel.broad-courses.pg .container {
    overflow-y: visible;
  }
  .mid-year-entry #blue-promo {
    line-height: 62px;
  }
  .mid-year-entry .text-push {
    margin-bottom: 3rem;
  }
  .mid-year-entry .adult-blue, .mid-year-entry .sans-white-larger {
    font-size: 10vw;
    line-height: 10vw;
  }
  .mid-year-entry .sans-white {
    font-size: 8vw;
    line-height: 8vw;
  }
}
@media (max-width: 575px) {
  .mid-year-entry #blue-promo {
    line-height: 62px;
  }
  .mid-year-entry .text-push {
    margin-bottom: 3rem;
  }
  .mid-year-entry .adult-blue, .mid-year-entry .sans-white-larger {
    font-size: 14.5vw;
    line-height: 14.5vw;
  }
  .mid-year-entry .sans-white {
    font-size: 10vw;
    line-height: 10vw;
  }
  .mid-year-entry .applyNowLink {
    font-size: 25px;
  }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
.youtube-overlay {
  transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  background-color: rgba(28, 39, 49, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.youtube-overlay * {
  z-index: 1001;
}
.youtube-overlay.expose {
  transition-delay: 0s;
  opacity: 1;
  overflow: scroll;
  visibility: visible;
}
.youtube-container .full-screen-height {
  height: 100vh;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (orientation: landscape) {
  .youtube-container .full-screen-height {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
.youtube-container .youtube-wrapper {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  padding-bottom: 56.25%;
}
.youtube-container .youtube-wrapper iframe, .youtube-container .youtube-wrapper object, .youtube-container .youtube-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


@charset "UTF-8";
/********************************************
 * Social media
 * This if for everything social media related on a global scale 
 * There are social media styles for the feeds panels in panels/_tabbed.scss
 * glennieg 28/07/2020
 *******************************************/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper {
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  width: calc(100% - 2rem);
  margin: 0 1rem;
  border-bottom: 1px solid #e8eef3;
  position: relative;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper:last-of-type {
  border: none;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper:hover {
  background-color: #f5f8fa;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .username-wrapper {
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .username-wrapper .user-profile-img {
  border-radius: 16px;
  height: 32px;
  width: 32px;
  margin: 0 5px 0 0;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .username-wrapper .user-handle {
  margin: 0;
  line-height: 18px;
  height: 18px;
  font-size: 18px;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .username-wrapper small {
  margin: 0;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .post-text {
  font-size: 15px;
  line-height: 16px;
  color: black;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .post-text a {
  text-decoration: none;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .post-text a:hover {
  text-decoration: underline;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .item-image {
  height: 130px;
  width: 100%;
  background-size: 101% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
  display: block;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .post-likes {
  position: absolute;
  left: 5px;
  bottom: 0.3rem;
  font-size: 0.8rem;
  padding-left: 18px;
  text-align: right;
  font-style: italic;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .post-likes::before {
  content: "";
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  color: #0066b9;
  font-size: 13px;
  top: 0;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  display: block;
  left: 0px;
  position: absolute;
}
.twitter-vertical-timeline .twitter-vertical-listing .twitter-item-wraper .post-date {
  position: absolute;
  right: 0px;
  color: #0066b9;
  padding: 0 5px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-style: italic;
  bottom: 0.5rem;
}
.twitter-vertical-timeline .twitter-timeline-feed {
  min-height: 60px;
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2024 12:10:33
*/


@charset "UTF-8";
/**
 * Include variables
 **/
/**
 * All colors etc should be the same as the ones used to generate the BS4 CSS in _custom.scss
 */
/**
 * Typography settings
 */
/**
 * Heading font settings. Use above arrays to set sizings
 */
/**
 * Quick size, line height & font family definition
 */
/** 
 * Base search box include - styles the input & submit
 * eg. @include .base-searchbox;
 **/
.qutex-update-2021 h1, .qutex-update-2021 .h1, .qutex-update-2021 h2.big-headings, .qutex-update-2021 .h2, .qutex-update-2021 .promo-title {
  line-height: 47px;
  font-size: 44px;
}
.qutex-update-2021 h2, .qutex-update-2021 .h2 {
  line-height: 36px;
  margin-bottom: 1.3rem;
  font-size: 31px;
}
.qutex-update-2021 h3, .qutex-update-2021 .h3, .qutex-update-2021 .small-headings h2 {
  line-height: 28px;
  font-size: 23px;
}
.qutex-update-2021 h4, .qutex-update-2021 .h4, .qutex-update-2021 .small-headings h3, .qutex-update-2021 .small-headings-h3 h3 {
  line-height: 24px;
  font-size: 19px;
}
.qutex-update-2021 h5, .qutex-update-2021 .h5, .qutex-update-2021 .small-headings h4 {
  font-weight: 700;
  line-height: 24px;
  font-size: 19px;
}
@media (max-width: 991px) {
  .qutex-update-2021 h1, .qutex-update-2021 .h1, .qutex-update-2021 h2.big-headings, .qutex-update-2021 .h2, .qutex-update-2021 .promo-title {
    line-height: 37px;
    font-size: 33.5px;
  }
  .qutex-update-2021 h2, .qutex-update-2021 .h2 {
    line-height: 32px;
    font-size: 29px;
  }
  .qutex-update-2021 h3, .qutex-update-2021 .h3, .qutex-update-2021 .small-headings h2 {
    line-height: 26px;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .qutex-update-2021 h1, .qutex-update-2021 .h1, .qutex-update-2021 h2.big-headings, .qutex-update-2021 .h2, .qutex-update-2021 .promo-title {
    line-height: 33px;
    font-size: 30px;
  }
  .qutex-update-2021 h2, .qutex-update-2021 .h2 {
    line-height: 30px;
    font-size: 25px;
  }
  .qutex-update-2021 h3, .qutex-update-2021 .h3, .qutex-update-2021 .small-headings h2 {
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
  }
}
#page-heading-hack .small {
  display: block;
}
.faded-header-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: rgba(1, 42, 76, 0.7);
}
.qutex-banner .single-image-content-panel {
  position: relative;
  height: 370px;
}
.qutex-banner .single-image-content-panel .qutex-x-banner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
}
.qutex-banner .single-image-content-panel .qutex-x-banner-wrapper .qutex-x-banner {
  margin: auto;
  z-index: 2 !important;
  height: 100%;
  background-position: right 1rem top 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.qutex-banner .single-image-content-panel .container {
  z-index: 1;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin: 50px 0 20px;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .hero-header__logo {
  margin-bottom: 20px;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-banner-wrap {
  padding-bottom: 0 !important;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-banner-blurb {
  color: #ffffff;
  background-color: #00467f;
  font-weight: normal;
  padding: 1.5rem;
  font-size: 1em;
  width: auto;
  max-width: 50%;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included {
  position: relative;
  background-color: #00467f;
  width: 100%;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included .qutex-top-banner-blurb {
  margin-bottom: 0;
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included .qutex-top-banner-link {
  position: absolute;
  right: 2rem;
  top: calc(50% - 25px);
}
.qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included .qutex-top-banner-link p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .qutex-banner .single-image-content-panel {
    height: 310px;
  }
  .qutex-banner .single-image-content-panel .qutex-x-banner-wrapper {
    height: 310px;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap {
    margin-bottom: 1rem;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .hero-header__logo {
    height: 85px;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-banner-blurb {
    max-width: 65%;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included {
    display: block;
    width: auto;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included .qutex-top-banner-blurb {
    margin-bottom: 0;
    max-width: 100%;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included .qutex-top-banner-link {
    position: static;
    margin: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .qutex-banner .single-image-content-panel {
    padding-top: 0;
    background-position: center;
    background-size: auto 110%;
    height: auto;
  }
  .qutex-banner .single-image-content-panel .qutex-x-banner-wrapper {
    height: 170px;
  }
  .qutex-banner .single-image-content-panel .qutex-x-banner-wrapper .qutex-x-banner {
    background-position: right;
  }
  .qutex-banner .single-image-content-panel .container:not(.qutex-x-banner) {
    width: 100%;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap {
    margin-bottom: 0;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-logo {
    padding: 1.5rem 1rem;
    width: 540px;
    margin: auto;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .hero-header__logo {
    height: 75px;
    margin-bottom: 0;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-banner-wrap {
    margin: 0 auto;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included {
    display: block;
    width: auto;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included .qutex-top-banner-link {
    position: static;
    margin: 0 1rem 1rem;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-banner-blurb {
    padding: 1.5rem 1rem;
    font-weight: normal;
    margin: 0;
    width: 100%;
    max-width: none;
    width: 540px;
  }
}
@media (max-width: 576px) {
  .qutex-banner .single-image-content-panel {
    background-position: top;
    background-size: auto 170px;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap {
    margin-top: 10px;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-logo {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .header-link-included {
    width: 100%;
  }
  .qutex-banner .single-image-content-panel .qutex-content-outer-wrap .qutex-top-banner-blurb {
    width: 100%;
    margin: 0;
  }
}
#secondary-qutex-nav {
  background-color: #e8eef3;
}
#secondary-qutex-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#secondary-qutex-nav ul li {
  display: inline-block;
}
#secondary-qutex-nav ul li a {
  padding: 1.75rem 0.5rem 1.75rem 2.5rem;
  margin-left: 0;
  margin-right: 1.5rem;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: box-shadow 0.3s;
}
#secondary-qutex-nav ul li a::before, #secondary-qutex-nav ul li a::after {
  left: 0;
  top: auto;
}
#secondary-qutex-nav ul li a:hover, #secondary-qutex-nav ul li a.active {
  box-shadow: 0 -5px 0 #0066b9 inset;
  text-decoration: none;
  color: #0066b9;
}
#secondary-qutex-nav ul li a:hover::after, #secondary-qutex-nav ul li a.active::after {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%2210%2015%2020%2020%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20style%3D%22stroke%3A%20rgb(0%2C%20102%2C%20185)%3B%20fill%3A%20rgb(0%2C%20102%2C%20185)%3B%22%20x%3D%2210.5%22%20y%3D%2215.5%22%20width%3D%2219%22%20height%3D%2219%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%2224.438%2025.149%2018.123%2019.199%2016.96%2020.279%2022.103%2025.149%2016.96%2030.02%2018.123%2031.122%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
#secondary-qutex-nav ul li a:hover::before, #secondary-qutex-nav ul li a.active::before {
  opacity: 0;
}
#secondary-qutex-nav ul li:last-child a {
  margin-right: 0;
}
@media (max-width: 1199px) {
  #secondary-qutex-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #secondary-qutex-nav ul li {
    display: inline-block;
  }
  #secondary-qutex-nav ul li a {
    font-size: 16px;
    padding: 1.5rem 0.5rem 1.5rem 2rem;
    margin-right: 1rem;
  }
  #secondary-qutex-nav ul li a::before, #secondary-qutex-nav ul li a::after {
    height: 20px;
    width: 20px;
    top: calc(1.5rem + 2px);
  }
}
@media (max-width: 991px) {
  #secondary-qutex-nav {
    background-color: transparent;
  }
  #secondary-qutex-nav.no-blurb .container {
    padding-top: 1rem;
  }
  #secondary-qutex-nav .container {
    background-color: #00467f;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  #secondary-qutex-nav .qutex-nav-heading {
    padding: 0;
    margin: 0;
  }
  #secondary-qutex-nav .qutex-nav-heading .qutex-nav-button {
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
    border: 1px solid #e8eef3;
    background-color: #0066b9;
    color: white;
    font-size: 18px;
    position: relative;
  }
  #secondary-qutex-nav .qutex-nav-heading .qutex-nav-button::after {
    content: "";
    content: ""/"";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px 1rem;
    color: white;
    font-family: "Font Awesome 5 Pro";
    transition: transform 0.3s ease-out, padding 0.3s ease-out;
    transform: rotate(0deg);
  }
  #secondary-qutex-nav .qutex-nav-heading .qutex-nav-button.open::after {
    padding-top: 9px;
    transform: rotate(180deg);
  }
  #secondary-qutex-nav .qutex-nav-heading .qutex-nav-button:focus {
    outline: 2px solid white;
    outline-offset: -3px;
  }
  #secondary-qutex-nav ul {
    padding: 0;
    background-color: white;
  }
  #secondary-qutex-nav ul.closed {
    display: none;
  }
  #secondary-qutex-nav ul li {
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  #secondary-qutex-nav ul li:last-of-type {
    border-bottom: none;
  }
  #secondary-qutex-nav ul li a {
    padding: 1rem 1rem;
    margin: 0;
    display: block;
  }
  #secondary-qutex-nav ul li a::before, #secondary-qutex-nav ul li a::after {
    content: normal;
  }
  #secondary-qutex-nav ul li a.active {
    box-shadow: none;
    text-decoration: none;
    background-color: #e8eef3;
  }
}
@media (max-width: 767px) {
  #secondary-qutex-nav .container {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #secondary-qutex-nav {
    background-color: #00467f;
  }
  #secondary-qutex-nav .container {
    width: 100%;
    padding: 1rem;
    padding-top: 0;
  }
  #secondary-qutex-nav .qutex-nav-heading {
    padding: 0;
  }
}
.qutex-course-links .h4 {
  color: #000000;
}
.qutex-course-links ul {
  padding: 0;
  column-count: 2;
  list-style-type: none;
}
@media (max-width: 767px) {
  .qutex-course-links ul {
    column-count: 1;
  }
}
.qutex-course-links ul li {
  margin: 0.5rem 0;
  display: inline-block;
  width: 100%;
}
.qutex-course-links ul li .qutex-arrow-link {
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}
.qutex-course-links ul li .qutex-arrow-link::before {
  content: "";
  content: ""/"";
  font-size: 16px;
  position: absolute;
  color: #000000;
  height: 16px;
  width: 16px;
  font-weight: 100;
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  top: 2px;
}
.qutex-course-links ul li .qutex-arrow-link:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .search-filters {
    margin-bottom: 0;
  }
}
.search-filters #skip-to-results {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
}
.search-filters #skip-to-results:focus {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto !important;
  outline-offset: 2px;
}
.search-filters .search-filters--input #qutex-search-keyword {
  box-sizing: border-box;
  border: 1px solid #0066b9 !important;
}
.search-filters .search-filters--input #qutex-search-keyword:focus {
  border: none;
  outline: 3px solid #0066b9 !important;
}
.search-filters .search-filters--input .keyword {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .search-filters .js-search-change-submit {
    margin-bottom: 0;
  }
}
.search-filters fieldset .filter-heading {
  position: relative;
}
.search-filters fieldset legend {
  padding: 0;
  padding-top: 1rem;
  margin: 0;
  height: 48px;
}
.search-filters fieldset .filter-expander {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  z-index: 40;
}
.search-filters fieldset .filter-expander::after {
  content: "";
  content: ""/"";
  position: absolute;
  top: 1rem;
  right: 0;
  height: 20px;
  width: 35px;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  transition: transform 0.3s;
}
.search-filters fieldset .filter-expander.closed::after {
  transform: rotate(180deg);
}
.search-filters fieldset .filter-expander:focus {
  outline: 3px solid #0066b9;
  outline-offset: 0;
}
.search-filters fieldset .filter-expander:focus:not(:focus-visible) {
  outline: 0;
}
.search-filters fieldset .filter-expander:focus-visible {
  outline: 3px solid #0066b9;
  outline-offset: 0;
}
.search-filters fieldset .inputs-toggle div:not(.filter-heading) {
  margin: 0;
  margin-bottom: 0.75rem;
  margin-left: 2rem;
}
.search-filters fieldset .inputs-toggle div:not(.filter-heading):first-of-type {
  margin-left: 0;
}
@media (max-width: 991px) {
  .search-filters fieldset .inputs-toggle {
    display: none;
  }
}
.search-filters fieldset input[type="checkbox"] + label::before {
  border: 1px solid #0066b9 !important;
}
.search-filters fieldset input[type="checkbox"] + label::after {
  margin-top: -10px !important;
}
.search-filters fieldset input[type="checkbox"]:focus + label::before {
  border: 3px solid #0066b9 !important;
}
#qutex-search-results.qutex-update .search-no-result {
  margin-top: 100px;
  text-align: center;
}
#qutex-search-results.qutex-update .search-no-result i {
  border-radius: 125px;
  padding: 40px;
  margin-bottom: 2rem;
  background-color: #e8eef3;
}
#qutex-search-results.qutex-update .active-filters {
  padding-left: 0.5rem;
}
#qutex-search-results.qutex-update .active-filters h2 {
  font-size: 1em !important;
  line-height: 21px;
  font-weight: 700 !important;
  color: #000000;
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  display: inline-block;
}
#qutex-search-results.qutex-update .active-filters .category-pills {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#qutex-search-results.qutex-update .active-filters .category-pills li {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  margin: 0 0.2rem 0.6rem 0;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  #qutex-search-results.qutex-update .active-filters {
    padding-left: 0;
    padding-top: 0.5rem;
  }
  #qutex-search-results.qutex-update .active-filters h2 {
    margin-left: 0;
  }
}
#qutex-search-results.qutex-update .search-result-count {
  padding: 1.6rem 1rem 0.9rem 0.75rem;
  margin-bottom: 0.5rem;
}
#qutex-search-results.qutex-update .search-result-count h2 {
  font-size: 1em !important;
  line-height: 21px;
  font-weight: 700 !important;
  color: #000000;
  margin-bottom: 1rem;
  display: inline-block;
}
#qutex-search-results.qutex-update .search-result-count:focus h2 {
  transition: outline 0s;
  outline: 2px solid #0066b9 !important;
  outline-offset: 2px;
}
#qutex-search-results.qutex-update .search-result-count:focus:not(:focus-visible) h2 {
  outline: 0 !important;
}
#qutex-search-results.qutex-update .search-result-count:focus-visible h2 {
  transition: outline 0s;
  outline: 2px solid #0066b9 !important;
  outline-offset: 2px;
}
@media (max-width: 991px) {
  #qutex-search-results.qutex-update .search-result-count {
    padding: 0.5rem 0 0;
  }
  #qutex-search-results.qutex-update .search-result-count h2 {
    margin-bottom: 10px;
  }
}
#qutex-search-results.qutex-update .sort-by {
  text-align: right;
  position: absolute;
  right: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
#qutex-search-results.qutex-update .sort-by label {
  font-weight: bold;
  color: #0066b9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #qutex-search-results.qutex-update .sort-by label .courses-hide {
    display: none;
  }
}
#qutex-search-results.qutex-update .sort-by select {
  width: auto;
  margin-left: 1rem;
  display: inline-block;
  background-position: calc(100% - 14px) 12px, 100% 0;
}
@media (max-width: 991px) {
  #qutex-search-results.qutex-update .sort-by {
    position: static;
    margin-bottom: 0;
    padding: 0;
  }
  #qutex-search-results.qutex-update .sort-by label {
    display: block;
    text-align: left;
    padding: 0.5rem;
    padding-left: 0;
  }
  #qutex-search-results.qutex-update .sort-by select {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
  }
}
#qutex-search-results.qutex-update .search-pagination {
  margin-bottom: 3rem;
}
#qutex-search-results.qutex-update .card-list {
  list-style: none;
}
#qutex-search-results.qutex-update .card-list .card {
  margin-bottom: 2rem;
  display: flex;
}
#qutex-search-results.qutex-update .card-list .card__wrapper {
  background-color: #ffffff;
  border: 1px solid #616161;
  position: relative;
  width: 100%;
}
#qutex-search-results.qutex-update .card-list .card__wrapper:hover, #qutex-search-results.qutex-update .card-list .card__wrapper:focus-within {
  outline: 0.25rem solid #0066b9;
  transition: outline 0.3s;
}
#qutex-search-results.qutex-update .card-list .card__wrapper:hover a, #qutex-search-results.qutex-update .card-list .card__wrapper:focus-within a {
  text-decoration: underline;
}
#qutex-search-results.qutex-update .card-list .card__header, #qutex-search-results.qutex-update .card-list .card__content, #qutex-search-results.qutex-update .card-list .card__footer {
  padding: 1.2rem;
}
#qutex-search-results.qutex-update .card-list .card__header {
  background-color: #0066b9;
}
#qutex-search-results.qutex-update .card-list .card__header .callout-pill {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  background-color: #c7026f;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
}
#qutex-search-results.qutex-update .card-list .card__header h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 0;
}
#qutex-search-results.qutex-update .card-list .card__header h3 a {
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: none;
  color: #ffffff !important;
}
#qutex-search-results.qutex-update .card-list .card__header h3 a:focus {
  outline: none;
}
#qutex-search-results.qutex-update .card-list .card__header h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#qutex-search-results.qutex-update .card-list .card__content p {
  line-height: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
#qutex-search-results.qutex-update .card-list .card__content .category-pills {
  list-style: none;
  padding: 0;
}
#qutex-search-results.qutex-update .card-list .card__content .category-pills li {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  margin: 0 0.2rem 0.6rem 0;
  border-radius: 1rem;
}
#qutex-search-results.qutex-update .card-list .card__footer {
  background-color: #e8eef3;
  bottom: 0;
  width: 100%;
}
#qutex-search-results.qutex-update .card-list .card__footer div {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
#qutex-search-results.qutex-update .card-list .card__footer div h5 {
  margin: 0 0.5rem;
  color: #000000;
}
#qutex-search-results.qutex-update .card-list .card__footer div .fal {
  width: 40px;
  font-size: 1.8em;
  color: #0066b9;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
#qutex-search-results.qutex-update .card-list .card__footer div .fal.fa-map-marker-alt::before {
  padding-left: 2px;
}
#qutex-search-results.qutex-update .card-list .card__footer div p {
  padding-top: 1px;
  margin: 0;
}
.qutex-tabbed .tabs .tab {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  flex: none;
  width: auto;
  text-align: left;
  margin-right: 5rem;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.qutex-tabbed .tabs .tab:hover {
  color: #0066b9;
  background-color: transparent;
  box-shadow: 0 -3px 0 #0066b9 inset;
  text-decoration: none;
  outline: none !important;
}
.qutex-tabbed .tabs .tab:focus, .qutex-tabbed .tabs .tab.active, .qutex-tabbed .tabs .tab:active, .qutex-tabbed .tabs .tab.active:focus {
  color: #00467f;
  background-color: transparent;
  box-shadow: 0 -3px 0 #00467f inset;
  text-decoration: none;
}
.qutex-tabbed .tabs .tab:focus, .qutex-tabbed .tabs .tab.active:focus {
  outline: 3px solid #0066b9 !important;
  outline-offset: 2px;
}
.qutex-tabbed .tabs .tab:focus:not(:focus-visible) {
  outline: 0 !important;
}
.qutex-tabbed .tabs .tab:focus-visible {
  outline: 3px solid #0066b9 !important;
  outline-offset: 2px;
}
.qutex-tabbed .tab-content-wrap .tab-content > .box-content {
  background-color: transparent;
  padding: 1rem 0;
}
.qutex-tabbed .tab-content-wrap .black-arrow {
  background: #000 !important;
  color: white !important;
  border-color: #000 !important;
  padding: 1rem 2rem 1rem 4rem;
  margin: 1rem auto;
  font-weight: bold;
  display: block;
  cursor: pointer;
  position: relative;
}
.qutex-tabbed .tab-content-wrap .black-arrow::before {
  content: " ";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 1rem;
  left: 1.5rem;
  background-image: url("/__data/assets/file/0011/709049/arrow-right-white.svg");
  background-repeat: none;
  background-size: 20px 20px;
}
.qutex-tabbed .qutex-explore-tabs {
  list-style-type: none;
  padding: 0;
}
.qutex-tabbed .qutex-explore-tabs li {
  display: inline-block;
  margin-right: 5rem;
}
.qutex-tabbed .qutex-explore-tabs li:last-of-type {
  margin-right: 0;
}
.qutex-tabbed .qutex-explore-tabs li a {
  display: inline-block;
  color: #000000;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
  transition: box-shadow 0.3s;
}
.qutex-tabbed .qutex-explore-tabs li a:hover {
  color: #0066b9;
  box-shadow: 0 -3px 0 #0066b9 inset;
  text-decoration: none;
}
.qutex-tabbed .qutex-explore-tabs li a:focus, .qutex-tabbed .qutex-explore-tabs li a.active {
  color: #00467f;
  box-shadow: 0 -3px 0 #00467f inset;
  text-decoration: none;
}
.search-widget__heading {
  text-align: left;
  font-size: 32px;
}
.search-widget__form {
  padding: 0;
}
.search-widget__form input[type="text"] {
  padding: 20px;
}
.search-widget__form input[type="text"]:focus {
  outline: 3px solid #0066b9 !important;
}
.search-widget__form button {
  height: 65px;
  width: 65px;
}
.search-widget__form button:focus {
  outline: 0.2em solid #0066b9;
  outline-offset: 0.2em;
}
.qutex-feature-boxes .box {
  border: none;
}
.qutex-feature-boxes .box h3, .qutex-feature-boxes .box h3 a {
  line-height: 25px;
  margin-top: 1rem !important;
  text-decoration: underline;
  vertical-align: unset;
}
.qutex-feature-boxes .box h3:hover, .qutex-feature-boxes .box h3 a:hover {
  text-decoration: none;
}
.qutex-feature-boxes .box .box-internal {
  padding: 0 !important;
  background-color: transparent;
  position: static;
}
.qutex-feature-boxes .box .box-internal .box-content .blog-pub-date {
  position: absolute;
  top: 291px;
  left: 2rem;
  background-color: #0066b9;
  color: white;
  font-weight: bold;
  padding: 0.33rem 1rem;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .qutex-feature-boxes .box .box-internal .box-content .blog-pub-date {
    top: 235px;
  }
}
@media (max-width: 991px) {
  .qutex-feature-boxes .box .box-internal .box-content .blog-pub-date {
    top: 158px;
  }
}
@media (max-width: 767px) {
  .qutex-feature-boxes .box .box-internal .box-content .blog-pub-date {
    top: 270px;
  }
}
@media (max-width: 576px) {
  .qutex-feature-boxes .box .box-internal .box-content .blog-pub-date {
    position: static;
    background-color: transparent;
    color: #373a3c;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0.5rem;
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0;
  }
}
.qutex-feature-boxes .box .box-internal .box-toggle {
  background-color: transparent;
  bottom: 0;
  width: 100%;
}
.qutex-feature-boxes .box .box-internal .box-toggle div {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.qutex-feature-boxes .box .box-internal .box-toggle div h5 {
  margin: 0 0.5rem;
  color: #000000;
}
.qutex-feature-boxes .box .box-internal .box-toggle div .fal {
  width: 40px;
  font-size: 1.8em;
  color: #0066b9;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.qutex-feature-boxes .box .box-internal .box-toggle div .fal.fa-map-marker-alt::before {
  padding-left: 2px;
}
.qutex-feature-boxes .box .box-internal .box-toggle div p {
  padding-top: 1px;
  margin: 0;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal {
  display: flex;
  flex-direction: column;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-content {
  flex-grow: 1;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal h3 {
  text-decoration: none;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-toggle {
  background-color: transparent;
  bottom: 0;
  width: 100%;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-toggle div {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-toggle div h5 {
  margin: 0 0.5rem;
  color: #000000;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-toggle div .fal {
  width: 40px;
  font-size: 1.8em;
  color: #0066b9;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-toggle div .fal.fa-map-marker-alt::before {
  padding-left: 2px;
}
.qutex-feature-boxes.feature-course-listing .box .box-internal .box-toggle div p {
  padding-top: 1px;
  margin: 0;
}
.qutex-feature-boxes.feature-course-listing .box .img-wrap {
  max-height: 220px;
  overflow-y: hidden;
}
.qutex-feature-boxes.feature-course-listing .result-navigation .page-item .page-link:hover {
  color: white !important;
}
.qutex-feature-boxes.card-white .box {
  border: none;
}
.qutex-feature-boxes.card-white .box h3, .qutex-feature-boxes.card-white .box h3 a {
  margin-top: 0 !important;
}
.qutex-feature-boxes.card-white .box .box-internal {
  padding: 1rem !important;
  background-color: white;
}
.qutex-numbered-list ol {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  column-count: 2;
}
@media (max-width: 767px) {
  .qutex-numbered-list ol {
    column-count: 1;
  }
}
.qutex-numbered-list ol li {
  counter-increment: list-counter;
}
.qutex-numbered-list ol li h3::before {
  content: counter(list-counter);
  display: inline-block;
  padding: 0.4rem 1rem;
  text-align: center;
  background-color: #0066b9;
  color: white;
  font-size: 19px;
  margin-right: 0.75rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.qutex-numbered-list ol li p {
  margin-left: calc(40px + 0.75rem);
}
img.industryImageIntro {
  max-width: 80%;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  img.industryImageIntro {
    max-width: 100%;
  }
}

