#aspnetForm{
background-color:#fff;
margin:0;
padding:0;

}
* {
  box-sizing: border-box; }

body {
  width: 100%; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 90%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
    $GLOBAL ELEMENTS
\*------------------------------------*/

/*------------------------------------*\
    $GLOBAL CLASSES
\*------------------------------------*/
/* Completely remove from the flow and screen readers. */
.is-hidden {
  display: none !important;
  visibility: hidden !important; }

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/* Floats */
.right {
  float: right;
  padding: 0 0 16px 16px; }

.left {
  float: left;
  padding: 0 16px 8px 0; }

/* Text-Align */
.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

/* Display Classes */
@media all and (max-width: 720px) {
  .hide-sm, .utility-nav {
    display: none; } }

@media all and (min-width: 720px) and (max-width: 960px) {
  .hide-med, .header-upper .icon-menu, .primary-nav .primary-nav-unisa {
    display: none; } }

@media all and (min-width: 960px) {
  .hide-lg, .header-upper .icon-menu, .primary-nav .primary-nav-unisa {
    display: none; } }

.striped > *:nth-child(2n+1) {
  background-color: #f7f6f0; }

.hr-container {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 16px 0;
  overflow: hidden;
  padding: 16px 0; }

.hr-container + .hr-container {
  border-top: 0; }

.scroll-overflow {
  overflow-x: auto; }

.block {
  overflow: auto; }

/*------------------------------------*\
    $COLOR THEMES
	Common colour theme sets for application to component container
\*------------------------------------*/
/* UniSA blue background */
.blue-theme, .footer, .header-upper, .header-middle {
  background-color: #003e74;
  border-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-top-style: solid;
  color: #FFFFFF; }
  .blue-theme h1, .footer h1, .header-upper h1, .header-middle h1, .blue-theme h2, .footer h2, .header-upper h2, .header-middle h2, .blue-theme h3, .footer h3, .header-upper h3, .header-middle h3, .blue-theme .content-teaser .content-teaser-heading > *, .content-teaser .blue-theme .content-teaser-heading > *, .footer .content-teaser .content-teaser-heading > *, .content-teaser .footer .content-teaser-heading > *, .header-upper .content-teaser .content-teaser-heading > *, .content-teaser .header-upper .content-teaser-heading > *, .header-middle .content-teaser .content-teaser-heading > *, .content-teaser .header-middle .content-teaser-heading > *, .blue-theme h4, .footer h4, .header-upper h4, .header-middle h4, .blue-theme h5, .footer h5, .header-upper h5, .header-middle h5, .footer h4, .blue-theme h6, .footer h6, .header-upper h6, .header-middle h6 {
    color: #FFFFFF; }
  .blue-theme a, .footer a, .header-upper a, .header-middle a {
    border-width: 2px;
    color: rgba(255, 255, 255, 0.6); }
  .blue-theme a > *, .footer a > *, .header-upper a > *, .header-middle a > * {
    color: inherit !important; }
  .blue-theme a:hover, .footer a:hover, .header-upper a:hover, .header-middle a:hover,
  .blue-theme a:active,
  .footer a:active,
  .header-upper a:active,
  .header-middle a:active {
    color: #FFFFFF;
    text-decoration: none; }

.biscuit-theme {
  background-color: #f7f6f0;
  border-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-style: solid;
  border-top-color: #FFFFFF;
  border-top-style: solid; }

/*------------------------------------*\
    $Links
\*------------------------------------*/
/* Links */
a {
  color: #003e74;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #003e74;
    text-decoration: underline; }

ul ul {
  margin-left: 16px; }

/* Definition Lists */
dl {
  overflow: hidden;
  margin: 0 0 16px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/*------------------------------------*\
    $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img, video, object {
  max-width: 100%;
  height: auto; }

.width-50 {
  max-width: 50%; }

iframe {
  margin-bottom: 16px; }

figure {
  margin-bottom: 16px; }
  figure img {
    margin-bottom: 8px; }

figcaption {
  font-style: italic; }

/*------------------------------------*\
    $Table
\*------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #CCCCCC;
  width: 100%; }

th {
  text-align: left;
  border: 1px solid #CCCCCC;
  padding: 0.2em; }

td {
  border: 1px solid #CCCCCC;
  padding: 0.2em; }

/*------------------------------------*\
    Typography
\*------------------------------------*/
html {
  font-family: Verdana, Arial, sans-serif; }

sup {
  font-size: 80%;
  font-weight: 300;
  vertical-align: top; }

/* headings */
h1, .h1 {
  color: #003e74;
  font-size: 4.0em;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.85em;
  margin: 16px 0;
  text-transform: uppercase; }

h2, .h2 {
  color: #000000;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0.5em 0;
  text-transform: none; }

h3, .content-teaser .content-teaser-heading > *, .h3 {
  font-size: 1.8em;
  line-height: 1em;
  margin: 0.4em 0; }

h4, .h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0.4em 0; }

h5, .footer h4, .h5 {
  font-size: 1em;
  line-height: 1em;
  margin: 0.4em 0; }

h6, .h6 {
  font-size: 1em;
  line-height: 1em;
  margin: 0.4em 0; }

.page-title {
  margin: 48px 0 16px 0; }

p, td, label, li {
  font-size: 0.875em;
  line-height: 1.3em; }

a {
  color: #003e74;
  text-decoration: none; }

a:hover {
  color: #CCCCCC;
  text-decoration: underline; }

a img {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.hidden-text {
  text-indent: -10000px; }

.smaller-text {
  font-size: 85%; }

/* smaller text for very narrow screens*/
@media all and (max-width: 720px) {
  h1 {
    font-size: 3.0em; }

  h2 {
    font-size: 2.0em; }

  h3, .content-teaser .content-teaser-heading > * {
    font-size: 1.6em; }

  h4 {
    font-size: 1.3em; } }
/* css columns - flow content into simple columns */
.content-col-sm-1 {
  column-count: 1; }

@media all and (min-width: 960px) {
  .content-col-lg-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    -ms-column-gap: 16px;
    column-gap: 16px; } }
.content-col-lg-3 > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
.block {
  overflow: visible; }

/* Layout Container */
.container, .header-lower, .primary-nav, .hero-statement .hero-statement-inner {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden; }

.page-section {
  overflow: hidden; }

/*------------------------------------*\
    $TEMPLATES
\*------------------------------------*/
/*------------------------------------*\
    $COLUMNS
\*------------------------------------*/
.col, .col-sm-1, .col-med-1, .col-lg-1, .col-sm-2, .col-med-2, .col-lg-2, .col-sm-3, .col-med-3, .col-lg-3, .col-sm-4, .col-med-4, .col-lg-4, .col-sm-5, .col-med-5, .col-lg-5, .col-sm-6, .col-med-6, .col-lg-6, .content-teaser .content-teaser-img, .content-teaser .content-teaser-text, .col-sm-7, .col-med-7, .col-lg-7, .col-sm-8, .col-med-8, .col-lg-8, .col-sm-9, .col-med-9, .col-lg-9, .col-sm-10, .col-med-10, .col-lg-10, .col-sm-11, .col-med-11, .col-lg-11, .col-sm-12, .col-med-12, .col-lg-12, .content-teaser .content-teaser-heading {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 16px;
  width: 100%; }

.col-sm-1 {
  width: 8.33333%; }

.col-sm-2 {
  width: 16.66667%; }

.col-sm-3 {
  width: 25%; }

.col-sm-4 {
  width: 33.33333%; }

.col-sm-5 {
  width: 41.66667%; }

.col-sm-6 {
  width: 50%; }

.col-sm-7 {
  width: 58.33333%; }

.col-sm-8 {
  width: 66.66667%; }

.col-sm-9 {
  width: 75%; }

.col-sm-10 {
  width: 83.33333%; }

.col-sm-11 {
  width: 91.66667%; }

.col-sm-12 {
  width: 100%; }

@media (min-width: 640px) {
  .col-med-1 {
    width: 8.33333%; }

  .col-med-2 {
    width: 16.66667%; }

  .col-med-3 {
    width: 25%; }

  .col-med-4 {
    width: 33.33333%; }

  .col-med-5 {
    width: 41.66667%; }

  .col-med-6 {
    width: 50%; }

  .col-med-7 {
    width: 58.33333%; }

  .col-med-8 {
    width: 66.66667%; }

  .col-med-9 {
    width: 75%; }

  .col-med-10 {
    width: 83.33333%; }

  .col-med-11 {
    width: 91.66667%; }

  .col-med-12 {
    width: 100%; } }
@media (min-width: 960px) {
  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6, .content-teaser .content-teaser-img, .content-teaser .content-teaser-text {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; } }
/*grid styling (must sit below col styling due to overriding requirements)*/
.col-container {
  border: none;
  margin: 0 -16px;
  overflow: hidden;
  padding: 0; }

.panel, .panel-inset, .panel-inline, .link-list a, .link-list-arrowed a, form {
  background-color: #e5ebf1;
  display: block;
  overflow: hidden;
  padding: 16px; }

a.panel:hover, a.panel-inset:hover, a.panel-inline:hover, .link-list a:hover, .link-list-arrowed a:hover {
  background-color: #FFFFFF;
  color: #003e74;
  text-decoration: none; }

.panel-inset {
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 8px; }

.panel-inline {
  display: inline-block;
  margin: 16px 0; }

.show-grid > * {
  background: #e6e6e6;
  border: 1px solid #000000; }

.col-right {
  float: right; }

.col-left {
  float: left; }

.no-gutters {
  padding: 0; }

/*------------------------------------*\
    $PAGE STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer {
  padding-bottom: 16px; }
  .footer p, .footer a {
    font-size: 12px; }
  .footer h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
    height: 1.5em;
    margin-top: 32px; }

.footer-link-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-link-list .footer-link-list {
  margin-left: 8px; }

.header {
  position: relative; }

.header-upper > .container, .header-upper > .header-lower, .header-upper > .primary-nav, .hero-statement .header-upper > .hero-statement-inner {
  padding: 0;
  position: relative; }
.header-upper .icon-menu {
  position: absolute;
  bottom: 0;
  right: 16px;
  top: 0;
  height: 41px;
  margin: auto; }

.header-lower {
  overflow: visible;
  position: relative; }

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
.nav, .link-list, .link-list-arrowed, .primary-nav, .utility-nav, .social-media-buttons {
  clear: both;
  overflow: hidden; }
  .nav a, .link-list a, .link-list-arrowed a, .primary-nav a, .utility-nav a, .social-media-buttons a {
    display: block;
    text-decoration: none; }
  @media all and (min-width: 720px) {
    .nav, .link-list, .link-list-arrowed, .primary-nav, .utility-nav, .social-media-buttons {
      clear: none; }
      .nav li, .link-list li, .link-list-arrowed li, .primary-nav li, .utility-nav li, .social-media-buttons li {
        float: left; } }

.link-list, .link-list-arrowed {
  margin: 16px 0;
  padding: 0; }
  .link-list li, .link-list-arrowed li {
    display: block;
    float: none;
    margin: 0; }
  .link-list a, .link-list-arrowed a {
    margin-bottom: 1px; }

.link-list-arrowed a:before {
  background: url("../images/icon_link-arrow-right.png") no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: 13px; }

.nav-list {
  margin: 0;
  padding: 0; }

/*Primary nav*/
.no-js .primary-nav {
  display: block; }

.primary-nav {
  padding: 4px 0; }
  .primary-nav h3, .primary-nav .content-teaser .content-teaser-heading > *, .content-teaser .primary-nav .content-teaser-heading > * {
    margin: 16px; }
  .primary-nav a {
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 16px; }
  @media all and (max-width: 720px) {
    .primary-nav {
      padding: 0; }
      .primary-nav a {
        background: rgba(255, 255, 255, 0.2);
        padding: 16px;
        margin-bottom: 1px; } }
  @media all and (max-width: 720px) {
    .primary-nav {
      display: none; } }

/*utility nav*/
.utility-nav {
  position: absolute;
  right: 0;
  bottom: 0; }
  .utility-nav a {
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 16px; }

/*------------------------------------*\
    $TEXT Styles
\*------------------------------------*/
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn {
  display: inline-block;
  background: #003e74;
  border: 5px solid #003e74;
  box-sizing: border-box;
  color: #FFFFFF;
  line-height: 1;
  font-weight: bold;
  margin: 16px 0;
  padding: 8px 16px;
  text-align: center; }
  .btn:hover, .btn:focus {
    background: #FFFFFF;
    border-color: rgba(0, 62, 116, 0.2);
    color: #003e74;
    text-decoration: none; }
  .btn.disabled {
    background: #f5f5f5;
    color: #CCCCCC; }

.link-list + .btn, .link-list-arrowed + .btn {
  display: block;
  margin-top: -16px;
  width: 100%; }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
.pagination {
  background: rgba(0, 62, 116, 0.2);
  height: 32px;
  text-align: center; }
  .pagination ol {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination li {
    float: left; }
  .pagination a {
    background: rgba(0, 62, 116, 0.2);
    display: block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-right: 1px; }
  .pagination .current a {
    background: #003e74;
    color: #FFFFFF; }
  .pagination a:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0); }

.pagination + .link-list, .pagination + .link-list-arrowed {
  margin-bottom: 0;
  margin-top: 0; }

.link-list + .pagination, .link-list-arrowed + .pagination {
  margin-bottom: 16px; }

.content-teaser .content-teaser-heading > * {
  border-bottom: 3px dotted rgba(255, 255, 255, 0.9); }
@media all and (min-width: 960px) {
  .content-teaser .content-teaser-img {
    float: right; } }

.content-feed-sm .content-summary-img, .content-feed-sm-3 .content-summary-img, .content-feed-med .content-summary-img, .content-feed-lg .content-summary-img {
  display: none; }
@media all and (min-width: 640px) {
  .content-feed-sm, .content-feed-sm-3, .content-feed-med, .content-feed-lg {
    display: block; } }

.content-feed-sm-3 .content-summary-img {
  float: left;
  padding-right: 16px;
  width: 40%; }
.content-feed-sm-3 .content-summary-title {
  float: right;
  width: 60%; }
  .content-feed-sm-3 .content-summary-title > * {
    margin-top: 0; }
.content-feed-sm-3 .content-summary-text {
  width: 60%; }

@media all and (min-width: 720px) {
  .content-feed-med .content-summary-img, .content-feed-lg .content-summary-img {
    width: 30%; }
  .content-feed-med .content-summary-title, .content-feed-lg .content-summary-title {
    width: 70%; }
  .content-feed-med .content-summary-text, .content-feed-lg .content-summary-text {
    width: 70%; } }

@media all and (min-width: 960px) {
  .content-feed-lg .content-summary-img {
    width: 20%; }
  .content-feed-lg .content-summary-title {
    width: 80%; }
  .content-feed-lg .content-summary-text {
    width: 80%; } }

.news-feed img {
  display: block; }
.news-feed .content-summary-img {
  display: none; }
  @media all and (min-width: 640px) {
    .news-feed .content-summary-img {
      display: block; } }
  @media all and (min-width: 720px) {
    .news-feed .content-summary-img {
      float: left;
      padding-right: 16px;
      width: 40%; } }
  @media all and (min-width: 960px) {
    .news-feed .content-summary-img {
      width: 20%; } }
@media all and (min-width: 720px) {
  .news-feed .content-summary-title {
    padding-left: 40%; }
    .news-feed .content-summary-title > * {
      margin-top: 0; } }
@media all and (min-width: 960px) {
  .news-feed .content-summary-title {
    padding-left: 20%; } }
@media all and (min-width: 720px) {
  .news-feed .content-summary-text {
    padding-left: 40%; } }
@media all and (min-width: 960px) {
  .news-feed .content-summary-text {
    padding-left: 20%; } }

.events-feed .event-summary-title > * {
  margin-top: 0; }
.events-feed .event-summary-details p {
  margin-bottom: 0; }

@media all and (max-width: 640px) {
  .article-feed .content-summary-img {
    display: none; } }
@media all and (min-width: 640px) {
  .article-feed .content-summary-img {
    display: block;
    float: left;
    padding-right: 16px;
    width: 30%; }
  .article-feed .content-summary-title {
    float: right;
    width: 70%; }
  .article-feed .content-summary-text {
    float: right;
    width: 70%; } }
@media all and (min-width: 960px) {
  .article-feed .content-summary-img {
    float: none;
    padding: 0;
    width: 100%; }
  .article-feed .content-summary-title {
    float: none;
    width: 100%; }
  .article-feed .content-summary-text {
    float: none;
    width: 100%; } }

.hero-statement {
  background-image: url("../images/fpo_16x9.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 300px; }
  .hero-statement .hero-statement-outer {
    background: rgba(0, 0, 0, 0.7); }
  .hero-statement .hero-statement-inner {
    padding: 0.5em; }
  .hero-statement p {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.05;
    margin: 0;
    padding: 0; }

/*---------------*\ 
	DONATE organism
\*---------------*/
.donate-link-set {
  overflow: hidden;
  margin: 16px -16px;
  padding: 0; }

.donate-link {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  height: 100px;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 16px 16px 16px 116px; }
  .donate-link .donate-link-title {
    margin-top: 0; }
  .donate-link .donate-link-description {
    font-size: 12px;
    margin: 0; }
  @media all and (max-width: 350px) {
    .donate-link {
      background: none !important;
      padding-left: 16px; } }

.donate-link-bg-most-needed {
  background: url("/siteassets/css-assets/donate-links/donate-btn-XXXX.jpg") no-repeat; }

.donate-link-bg-scholarships {
  background: url("/siteassets/css-assets/donate-links/donate-btn-scholarships.jpg") no-repeat; }

.donate-link-bg-great-hall {
  background: url("/siteassets/css-assets/donate-links/donate-btn-great-hall.jpg") no-repeat; }

.donate-link-bg-research {
  background: url("/siteassets/css-assets/donate-links/donate-btn-general-research.jpg") no-repeat; }

.donate-link-bg-cancer {
  background: url("/siteassets/css-assets/donate-links/donate-btn-cancer-research.jpg") no-repeat; }

.donate-link-bg-facilities {
  background: url("/siteassets/css-assets/donate-links/donate-btn-library-and-facilities.jpg") no-repeat; }

.donate-link-bg-scied {
  background: url("/siteassets/css-assets/donate-links/donate-btn-scied.jpg") no-repeat; }

.donate-link-bg-mentor {
  background: url("/siteassets/css-assets/donate-links/donate-btn-mentor.jpg") no-repeat; }

.donate-link-bg-participate {
  background: url("/siteassets/css-assets/donate-links/donate-btn-XXXX.jpg") no-repeat; }

.donate-link-bg-bequest {
  background: url("/siteassets/css-assets/donate-links/donate-btn-bequest.jpg") no-repeat; }

.donate-link-bg-workplace {
  background: url("/siteassets/css-assets/donate-links/donate-btn-workplace.jpg") no-repeat; }

.donate-link-bg-corporate {
  background: url("/siteassets/css-assets/donate-links/donate-btn-XXXX.jpg") no-repeat; }

.donate-link-bg-memoriam {
  background: url("/siteassets/css-assets/donate-links/donate-btn-memoriam.jpg") no-repeat; }

.donate-link-bg-celebration {
  background: url("/siteassets/css-assets/donate-links/donate-btn-celebration.jpg") no-repeat; }

.donate-link-bg-graduation {
  background: url("/siteassets/css-assets/donate-links/donate-btn-graduation.jpg") no-repeat; }

.donate-link-bg-chancellors-club {
  background: url("/siteassets/css-assets/donate-links/donate-btn-chancellors-club.jpg") no-repeat; }

form {
  margin: 16px 0; }
  form > *:first-child {
    margin-top: 0; }
  form label {
    display: block;
    margin: 16px 0 4px 0; }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    border: none;
    padding: 8px 16px;
    width: 100%; }
  form textarea {
    resize: vertical;
    height: 160px; }
  form button[type="submit"] {
    margin: 16px 0 0 0; }
  form table, form td {
    border: none; }

/*------------------------------------*\
    Contact details
\*------------------------------------*/
.contact {
  border: 0;
  border-bottom: 1px solid #f5f5f5; }

.contact td {
  border: none; }

/*------------------------------------*\
    $SOCIAL MEDIA BUTTONS
\*------------------------------------*/
.social-media {
  text-align: center; }
  .social-media h2, .social-media ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; }
  .social-media h2 {
    padding-right: 16px; }

.social-media-buttons {
  text-align: center;
  margin: 16px 0; }
  .social-media-buttons li {
    display: inline-block;
    padding-right: 16px; }
  .social-media-buttons a {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border-color: rgba(255, 255, 255, 0.4);
    display: block;
    height: 60px;
    overflow: hidden;
    text-indent: -10000px;
    width: 60px; }
  .social-media-buttons a:hover {
    background-color: #FFFFFF; }

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
.ico, .soc-med-32, .ico-facebook, .ico-twitter, .ico-linkedin, .ico-instagram, .ico-youtube, .ico-pinterest {
  position: relative; }
  .ico:before, .soc-med-32:before, .ico-facebook:before, .ico-twitter:before, .ico-linkedin:before, .ico-instagram:before, .ico-youtube:before, .ico-pinterest:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto; }

.soc-med-32:before, .ico-facebook:before, .ico-twitter:before, .ico-linkedin:before, .ico-instagram:before, .ico-youtube:before, .ico-pinterest:before {
  width: 32px;
  height: 32px;
  background-image: url("../images/icons-social-media.svg"); }
.no-svg .soc-med-32:before, .no-svg .ico-facebook:before, .no-svg .ico-twitter:before, .no-svg .ico-linkedin:before, .no-svg .ico-instagram:before, .no-svg .ico-youtube:before, .no-svg .ico-pinterest:before {
  background-image: url("../images/icons-social-media.png"); }

.ico-facebook:before {
  background-position: 0% 0; }
.ico-facebook:hover:before {
  background-position: 0 32px; }

.ico-twitter:before {
  background-position: -32px 0; }
.ico-twitter:hover:before {
  background-position: -32px 32px; }

.ico-linkedin:before {
  background-position: -64px 0; }
.ico-linkedin:hover:before {
  background-position: -64px 32px; }

.ico-instagram:before {
  background-position: -128px 0; }
.ico-instagram:hover:before {
  background-position: -128px 32px; }

.ico-youtube:before {
  background-position: -96px 0; }
.ico-youtube:hover:before {
  background-position: -96px 32px; }

.ico-pinterest:before {
  background-position: -160px 0; }
.ico-pinterest:hover:before {
  background-position: -160px 32px; }

.honour-roll ul {
  height: 100px;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  padding: 0; }
.honour-roll li {
  padding: 0 16px; }

.header-upper{

	background-color:#fff;
	padding:20px 0 10px 0;
	border:none;
	border-top:6px #00a8e1 solid;
}

.header-middle{

	background-color:#fff;
	border:none;
	border-bottom:6px #D7D6D1 solid;
}
.logo{
				
	width:auto;
	padding-left:10px;
}
.hero-statement{


	background-position: top center;

	border-bottom:6px #D7D6D1 solid;

}
.hero-statement .hero-statement-outer{

	background:rgba(0,158,227,0.4);
	
}
.hero-statement p{
	padding:20px 0 20px 7px;
	color:#fff;	
	font-weight:normal;
	font-size:150%;
	
}
.primary-nav a{
	
	padding-top:10px;
	padding-bottom:10px;	
	color:#555;
	font-weight:500;
}

.primary-nav a:hover{
	
	color:#00a8e1;
}


a.icon-menu.accordion{

		
	background-color:#D7D6D1;
	display:none;
}
.maincontent .basicblock{
				
	padding:0 7px;
	clear:both;
}
.btn-donate{

	background-color:#00a8e1;
	
	color:#fff;
position: absolute;
  right: 16px;
  top: -24px;
  padding: 12px;
  font-size: 110%;
  font-weight: 500;	
	
}
.btn-donate:hover{

	color:#fff;	
	text-decoration:none;
	background-color:#334854;
}
h2{
		
	color:#666;
}
.floatleft
.textright{

	float:right;
	width:68%;

}
.textleft{

	float:left;
	width:68%;

}
.threecolumns{

	margin: 32px -32px;

}
.footer{
	
	background-color:#555;
	margin-top:16px;	
}
.donate-link-student-health {
  background: url("/siteassets/imgtemp/donate-btn-bequest.jpg") no-repeat; }

.donate-link-immunisations {
  background: url("/siteassets/imgtemp/donate-btn-boy-environ.png") no-repeat; }

.donate-link-travel {
  background: url("/siteassets/imgtemp/donate-btn-cancer-research.jpg") no-repeat; }


@media (min-width: 640px) {


.textgroup{
				
	float:left;
	width:33%;
}
.textgroup p{

	margin-right:20px;
}
.panel.align-center{
				
	margin-top:2.5em;

}


}
