/* UQ Standard theme */

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'uq-icons';
  src: url("../fonts/uq-icons/font/uq-icons.eot?v=58993992");
  src: url("../fonts/uq-icons/font/uq-icons.eot?v=58993992#iefix") format("embedded-opentype"), url("../fonts/uq-icons/font/uq-icons.woff?v=58993992") format("woff"), url("../fonts/uq-icons/font/uq-icons.ttf?v=58993992") format("truetype"), url("../fonts/uq-icons/font/uq-icons.svg?v=58993992#uq-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Foundation */
body {
  margin: 0;
}

.row {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

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

.row:after {
  clear: both;
}

.columns {
  padding-left: 15px;
  padding-left: .9375rem;
  padding-right: 15px;
  padding-right: .9375rem;
  width: 100%;
  float: left;
}

.columns,
.columns:before,
.columns:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.columns+.columns:last-child {
  float: right;
}

@media only screen {
  .columns {
    position: relative;
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .columns {
    position: relative;
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    float: left;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-11 {
    width: 91.66667%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .columns {
    position: relative;
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    float: left;
  }
  .large-3 {
    width: 25%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 90.0625em) {
  .columns {
    position: relative;
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    float: left;
  }
}

@media only screen and (min-width: 120.0625em) {
  .columns {
    position: relative;
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    float: left;
  }
}

@media only screen {
  .show-for-small-only {
    display: inherit !important;
  }
  .hide-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only {
    display: inherit !important;
  }
  .show-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only {
    display: inherit !important;
  }
  .show-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only {
    display: inherit !important;
  }
  .show-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only {
    display: inherit !important;
  }
  .show-for-small-only {
    display: none !important;
  }
}

/* UQ Standard theme header and footer styles */
.site-header, .site-footer {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}

.uq-logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url("https://static.uq.net.au/v3/logos/corporate/uq-logo-white.png") no-repeat 0 0;
  background: url("https://static.uq.net.au/v3/logos/corporate/uq-logo-white.svg") no-repeat 0 0;
  background-size: 100%;
  color: #fff;
  display: block;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 126px;
}

@media only screen and (min-width: 40.0625em) {
  .uq-logo {
    height: 43px;
    width: 150px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .uq-logo {
    height: 51px;
    width: 178px;
  }
}

.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.global-menu {
  float: right;
}

.global-menu__list {
  list-style-type: none;
}

.global-menu__list,
.global-menu__list li {
  margin: 0;
  padding: 0;
  display: inline;
}

.global-menu__link {
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.global-menu__link,
.global-menu__link:visited {
  color: #d2c1d7;
  font-size: 10px;
  font-size: .65rem;
  font-weight: 500;
  margin-right: 4px;
  margin-right: .25rem;
  text-transform: uppercase;
}

.global-menu__link:hover,
.global-menu__link:visited:hover {
  color: white;
  text-decoration: underline;
}

.site-footer {
  background-color: #49075e;
  color: #c8b5cf;
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
}

.site-footer strong {
  font-weight: 500;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.site-footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.site-footer .cricos__link {
  color: #c8b5cf;
}

.site-footer .site-footer__content {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  padding: 32px 0;
  padding: 2rem 0;
}

.site-footer .site-footer__content:before,
.site-footer .site-footer__content:after,
.site-header__content:before,
.site-header__content:after,
.site-header__global-menu:before,
.site-header__global-menu:after {
  content: " ";
  display: table;
}

.site-footer, .site-footer__content:after, .site-header__content:after, .site-header__global-menu:after {
  clear: both;
}

.site-footer .site-footer__sub-title {
  font-size: 17px;
  font-size: 1.1rem;
  margin: 0;
  color: #fff;
}

@media only screen and (max-width: 40em) {
  .site-footer .site-footer__emergency-contact {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.site-footer .site-footer__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.site-header {
  background-color: #49075e;
  color: #ccc;
  width: 100%;
}

.site-header__content {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  padding: 0 0 24px 0;
  padding: 0 0 1.5rem 0;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .site-header__content {
    padding: 16px 0;
    padding: 1rem 0;
  }
}

.site-header__global-menu {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.site-header .uq-logo {
  float: left;
}

@media only screen and (max-width: 40em) {
  .site-header .uq-logo {
    float: none;
    margin: 0 auto;
  }
}

.site-header .site-title {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
  padding: 12px 0 12px 16px;
  padding: .8rem 0 .8rem 1rem;
  opacity: 1;
}

@media only screen and (max-width: 40em) {
  .site-header .site-title {
    border: 0;
    clear: both;
    float: none;
    margin: 16px 0 0 0;
    margin: 1rem 0 0 0;
    padding: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  .site-header .site-title {
    font-size: 20px;
    font-size: 1.275rem;
    text-align: left;
  }
}

@media only screen and (min-width: 90.0625em) {
  .site-header .site-title {
    font-size: 23px;
    font-size: 1.475rem;
  }
}

.site-header .site-title__link {
  color: #fff;
  text-decoration: none;
}

.site-header .site-title__link:hover {
  text-decoration: none;
  color: #fff;
}

.site-search__title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.site-search__form {
  float: right;
  margin: 0;
  padding: 0;
}

.site-search__form .site-search__fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.site-search__form .site-search__legend {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.site-search__form .site-search__input {
  font: inherit;
  border-width: 0;
  float: left;
  height: 26px;
  height: 1.65rem;
  line-height: 26px;
  line-height: 1.65rem;
  margin: 0;
}

.site-search__form .site-search__input,
.site-search__form .site-search__input:focus {
  background: white;
  border-width: 0;
  box-shadow: none;
  color: #333;
  transition: none;
}

.site-search__form .site-search__input:hover {
  background: white;
  color: #333;
}

.site-search__form .site-search__query {
  font-size: 13px;
  font-size: .85rem;
  padding: 0 0 0 4px;
  padding: 0 0 0 .3rem;
  width: 224px;
  width: 14rem;
}

.site-search__form .site-search__submit {
  width: 26px;
  width: 1.65rem;
  padding: 0;
  cursor: pointer;
  font-family: 'FontAwesome';
}

.site-search__form .site-search__query:focus+.site-search__submit {
  color: #333
}


/* OneStopSecure overrides */
.ul.headerTBar {
  border-top: none;
}

ul.headerSearchBar {
  background-color: #fff;
  border: none;
}
