/********************************************

Applies To      : UHI Home page, UHI Site pages, all Partner pages
Description     : Screen styles common to all UHI & partner pages.
Media Type      : Screen
Name & Filename : common.css
Test Date       : 20180613-1200
Old Filename    : normalize.css (normalize-1.css)
Old Name        : build-normalize.css

*********************************************/

/* Custom CSS property declarations */

html {
  --default-anchor-colour: var(--uhi-blue);

}


/********************************************

NORMALIZE

********************************************/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

@media only screen and (min-width: 1000px) {
  html {
    font-size: 18px;
  }
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* END normalize.css */

/********************************************

FONTS

use ONLY font-family rules NOT font-weight

********************************************/

/*
icon font
http://tenbytwenty.com/?xxxx_posts=sosa
*/
@font-face {
  font-family: "Sosa Web";
  src: url("/t4-media/one-web/university/admin-assets/fonts/sosa-regular-webfont.eot");
  src: url("/t4-media/one-web/university/admin-assets/fonts/sosa-regular-webfont.eot?#iefix") format("embedded-opentype"),
url("/t4-media/one-web/university/admin-assets/fonts/sosa-regular-webfont.woff") format("woff"),
url("/t4-media/one-web/university/admin-assets/fonts/sosa-regular-webfont.ttf") format("truetype"),
url("/t4-media/one-web/university/admin-assets/fonts/sosa-regular-webfont.svg#sosa-regular-webfont") format("svg");
  font-display: auto;
  font-style: normal;
  font-weight: normal;
}

/********************************************

HTML ELEMENTS

********************************************/

a {
  color: var(--uhi-blue);
  text-decoration: none;
}

/***************
Type Scale
http://type-scale.com/?size=16&scale=1.200&text=UHI&webfont=&font-family=Verdana&font-weight=&font-family-headers=&font-weight-headers=inherit&background-color=white&font-color=
***************/

/* from type scale */
h1 {
  font-size: 2.074rem
}

/* tighten for wrapped headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

/* shouldn't be smaller than base */
h4, h5, h6 {
  font-size: 16px;
}

@media only screen and (min-width: 1000px) {

  /* central column content in e.g. Left Nav page layouts */
  #portal-column-content {
    font-size: 18px;
  }

  /* shouldn't be smaller than base */
  h4, h5, h6 {
    font-size: 1rem;
  }
}

dd {
  margin: 0;
}

dt {
  font-size: 19px;
  margin-top: 1rem;
}

figcaption {
  font-size: 16px;
  font-style: normal;
  text-align: left;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

/* from type scale */
small {
  font-size: 0.833em
}

/* END type scale */

/* single border cells */
table {
  border-collapse: collapse;
}

td, th {
  padding: 6px;
  text-align: left; /* IE11 */
}

/****************************************

SORTED MODULES

A-Z

****************************************/

/* https://css-tricks.com/snippets/css/clear-fix/ */

body:before,
.clearfix:before {
  content: "";
  display: table;
}

body:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* top of page messages in black bar */

.navigation--home-message {
  position: relative;
  padding: 5px 10px;
  background-color: #0f0f0f;
  color: #fff;
  z-index: 1;
}

.navigation--home-message p {
  margin: 0;
}

.navigation--home-message h2 a,
.navigation--home-message p a {
  color: #fff;
  text-decoration: underline;
}

.navigation--home-message p .close {
  color: #fff;
  font-family: 'Sosa Web', sans-serif;
  margin-left: 15px;
  text-decoration: none;
}

.navigation--home-message p .close:hover {
  color: #999;
}

/* Breadcrumbs font size fixer */

.navigation--breadcrumb {
  text-transform: lowercase;
  font-size: 0.9em;
}

/* NEW COOKIE CSS */

.cookie-message {
    text-align: left;
    padding: 10px;
    flex-grow: 2;
}

.cookie-message a {
  color: var(--uhi-blue);
  text-decoration: underline;
}

.cookie-buttons {
    padding-right: 10px;
}

.cookie-accept {
    color: var(--uhi-white);
    cursor: pointer;
    font-size: 14px;
    background-color: var(--uhi-blue);
    padding: 15px 20px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    width: 120px;
    text-align: center;
}

.cookie-settings {
    background-color: var(--uhi-white);
    color: var(--uhi-black);
    padding: 15px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    width: 120px;
    text-align: center;
}
  
.cookie-accept, .cookie-settings {
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: 0.5em 0px;
}

/* NEW COOKIE CSS BOTTOM LEFT VERSION */

.cookie-notice-2 {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: var(--uhi-black);
    color: var(--uhi-white);
    display: block;
}

@media (min-width: 768px) {
    .cookie-notice-2 {
        bottom: 10px;
        left: 10px;
        height: auto;
        width: 500px;
        border-radius: 5px;
    }
}

.flex-container {
    display: flex;
    align-items: center;
}

/*  bottom of page campaign banner */

.message--campaign-banner {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:999;
  color: var(--uhi-white);
  background-color: var(--uhi-black);
}

.message--campaign-banner .campaign-content {
  margin: 0px 5%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.message--campaign-banner a {
  color: var(--uhi-yellow);
  font-weight: bold;
}

a.campaign-banner-close {
  font-size: 24px;
}

/* section clearfix */

.section.clearfix > .wrap {
  margin: 10px 5%;
}

/* section connections */

.section.connections .ctas ul,
.section.ctas .section.tour .ctas ul {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}

.section.connections .ctas ul li,
.section.ctas .section.tour .ctas ul li {
  display: inline-block;
  padding: 5px;
  list-style: none;
}

.section.connections .ctas ul li a,
.section.ctas .section.tour .ctas ul li a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background-color: var(--uhi-black);
  border-radius: 3px;
}

.section.connections .ctas ul li a:hover,
.section.ctas .section.tour .ctas ul li a:hover {
  text-decoration: underline;
}

/* section coursefinder */
@media (min-width: 768px) {
  .section.coursefinder h2 {
    font-size: 28px;
  }
}

@media (min-width: 1000px) {
  .section.coursefinder h2 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder h2 {
    font-size: 42px;
  }
}

.section.coursefinder form {
  margin: 10px 0;
}

.section.coursefinder form .keyword,
ul.ui-autocomplete {
  padding: 8px 40px 8px 8px;
  border: medium none;
  border-radius: 3px;
  font-size: 14px;
  width: 80%; /* 250px */
  text-align: left;
}

ul.ui-autocomplete li {
  cursor: default;
}

@media (min-width: 768px) {
  .section.coursefinder form .keyword {
    font-size: 17px;
  }
}

@media (min-width: 1000px) {
  .section.coursefinder form .keyword {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder form .keyword {
    padding: 10px 60px 10px 10px;
    font-size: 23px;
  }
}

.section.coursefinder form input[type="submit"] {
  margin-left: -40px;
  padding: 0 8px 0 0;
  border: none;
  background: none;
  font: bold 26px "Sosa Web", sans-serif;
  color: #a3b9c2;
}

@media (min-width: 768px) {
  .section.coursefinder form input[type="submit"] {
    margin-left: -48px;
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  .section.coursefinder form input[type="submit"] {
    margin-left: -50px;
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder form input[type="submit"] {
    margin-left: -54px;
    font-size: 36px;
  }
}

.section.coursefinder ul.suggestions {
  margin: 10px;
  padding: 0;
  font-size: 13px;
}

@media (min-width: 768px) {
  .section.coursefinder ul.suggestions {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .section.coursefinder ul.suggestions {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder ul.suggestions {
    font-size: 16px;
  }
}

.section.coursefinder ul.suggestions li {
  display: inline-block;
  padding: 4px 2px;
  list-style: none;
}

.section.coursefinder ul.suggestions li a {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  text-decoration: none;
  background-color: #0f0f0f;
  border-radius: 3px;
}

.section.coursefinder ul.suggestions li a:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

.section.coursefinder ul.suggestions li.all a {
  color: #0f0f0f;
  background-color: #fff;
}

/*
section coursefinder prospectus
Action button on Home page and eg partner home pages
*/
.section.coursefinder .prospectus b,
.section.coursefinder .prospectus strong {
  color: #fff;
}

.section.coursefinder .prospectus p {
  border-radius: 174px;
  height: 232px;
  margin: 0 0 -74px auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 232px;
}
  
@media (min-width: 768px) {
  .section.coursefinder .prospectus p {
    margin-bottom: -73px;
  }
}

@media (min-width: 1000px) {
  .section.coursefinder .prospectus p {
    width: 282px;
    height: 282px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder .prospectus p {
    width: 332px;
    height: 332px;
  }
}

.section.coursefinder .prospectus p a {
  background-image: url(/t4-media/one-web/university/admin-assets/img/hp/prospectus.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 232px 130px;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 1000px) {
  .section.coursefinder .prospectus p a {
    background-size: 282px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder .prospectus p a {
    background-size: 332px;
  }
}

.section.coursefinder .prospectus .download {
  font-family: "Sosa Web", sans-serif;
}

.section.coursefinder .prospectus .text {
  display: inline-block;
  font-size: 14px;
  margin-top: 129px;
  padding: 0 1rem;
  text-decoration: none;
  width: 87%;
}

@media (min-width: 1000px) {
  .section.coursefinder .prospectus .text {
    margin-top: 173px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .section.coursefinder .prospectus .text {
    margin-top: 210px;
    font-size: 18px;
  }
}

/* section intro */

.section.intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.section.intro p {
  background-color: #0f0f0f;
  border-radius: 0 3px 3px 0;
  clear: left;
  float: left;
  font-size: 13px;
  margin: 15px 10px 0 0;
  padding: 10px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section.intro p {
    max-width: 48%;
  }
}

/* section testimonials */

.section.testimonials {
  color: #fff;
}

.section.testimonials h2 {
  margin: 0 10px;
  font: 28px/1;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .section.testimonials h2 {
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 28px;
  }
}

@media (min-width: 1000px) {
  .section.testimonials h2 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .section.testimonials h2 {
    font-size: 42px;
  }
}

.section.testimonials img {
  display: none;
}

@media (min-width: 768px) {
  .section.testimonials img {
    display: inline;
    width: 100%;
  }
}

.section.testimonials blockquote {
  display: none;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .section.testimonials blockquote {
    margin: 0;
    display: block;
  }
}

.section.testimonials blockquote:first-child {
  display: block;
}

@media (min-width: 768px) {
  .section.testimonials blockquote:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .section.testimonials blockquote + blockquote + blockquote {
    display: block;
  }
}

.section.testimonials blockquote p {
  padding: 4px 40px 0;
}

@media (min-width: 768px) {
  .section.testimonials blockquote p {
    padding: 18px 80px 0;
  }
}

.section.testimonials blockquote p:first-child {
  margin-top: 0;
}

.section.testimonials blockquote p .quotee {
  display: block;
  color: var(--uhi-black);
  font-size: 12px;
}

@media (min-width: 768px) {
  .section.testimonials blockquote p .quotee {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  .section.testimonials blockquote p .quotee {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .section.testimonials blockquote p .quotee {
    font-size: 14px;
  }
}

/* micro-button to access T4 admin for the page

a.t4Edit-page,
a.t4Edit-page:visited,
a.t4Edit-page:active {
  border: 0;
  clear: both;
  color: #888;
  display: block;
  text-decoration: none;
}

a.t4Edit-page:hover {
  border-bottom: none;
} */

/*
ui-autocomplete
*/

ul.ui-autocomplete {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  list-style-type: none;
  margin-top: -10px;
  max-height: 200px;
  overflow-y: scroll;
  padding: 16px 20px 8px;
  width: 84%;
  z-index: 9;
}

@media (min-width: 768px) {
  ul.ui-autocomplete {
    font-size: 13px;
    width: 73%;
  }
}

@media (min-width: 1000px) {
  ul.ui-autocomplete {
    width: 540px;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  ul.ui-autocomplete {
    padding: 10px;
    font-size: 23px;
    width: 655px;
  }
}

/* course finder utility */

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*****************************************************

Site_Config

******************************************************/

/* search box in header */

.content-type--site-config--search label {
  display: none;
}


