@font-face {
  font-family: Fontawesome;
  src: url("./fonts/fontawesome-webfont.eot");
  src: url("./fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff") format("woff"), url("./fonts/fontawesome-webfont.ttf") format("truetype"), url("/__data/assets/file/0005/131/fontawesome-webfont.svg#Fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebBold;
  src: url("./fonts/titillium-bold-webfont.eot");
  src: url("./fonts/titillium-bold-webfont.eot") format("embedded-opentype"), url("./fonts/titillium-bold-webfont.woff") format("woff"), url("./fonts/titillium-bold-webfont.ttf") format("truetype"), url("/__data/assets/file/0009/153/titillium-bold-webfont.svg#TitilliumwebBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebLight;
  src: url("./fonts/titillium-light-webfont.eot");
  src: url("./fonts/titillium-light-webfont.eot") format("embedded-opentype"), url("./fonts/titillium-light-webfont.woff") format("woff"), url("./fonts/titillium-light-webfont.ttf") format("truetype"), url("/__data/assets/file/0011/173/titillium-light-webfont.svg#TitilliumwebLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebRegular;
  src: url("./fonts/titillium-regular-webfont.eot");
  src: url("./fonts/titillium-regular-webfont.eot") format("embedded-opentype"), url("./fonts/titillium-regular-webfont.woff") format("woff"), url("./fonts/titillium-regular-webfont.ttf") format("truetype"), url("/__data/assets/file/0009/126/titillium-regular-webfont.svg#TitilliumwebRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebSemiBold;
  src: url("./fonts/titillium-semibold-webfont.eot");
  src: url("./fonts/titillium-semibold-webfont.eot") format("embedded-opentype"), url("./fonts/titillium-semibold-webfont.woff") format("woff"), url("./fonts/titillium-semibold-webfont.ttf") format("truetype"), url("/__data/assets/file/0011/137/titillium-semibold-webfont.svg#TitilliumwebSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Airbus;
  src: url("./fonts/aispec.eot");
  src: url("./fonts/aispec.eot") format("embedded-opentype"), url("./fonts/aispec.woff") format("woff"), url("./fonts/aispec.ttf") format("truetype"), url("/__data/assets/file/0017/2186/aispec.svg#Airbus") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}

.container {
  width: 100%; /*Grace*/
}

.container.fixed-fluid {
  width: 100%;
  max-width: 980px;
}

.span1 {
  width: 75px;
}

.span2 {
  width: 180px;
}

.span3 {
  width: 285px;
}

.span4 {
  width: 390px;
}

.span5 {
  width: 495px;
}

.span6 {
  width: 600px;
}

.span7 {
  width: 705px;
}

.span8 {
  width: 810px;
}

.span9 {
  width: 915px;
}

.span10 {
  width: 1020px;
}

.span11 {
  width: 1125px;
}

.span12 {
  width: 980px;
}

.offset1 {
  margin-left: 135px;
}

.offset2 {
  margin-left: 240px;
}

.offset3 {
  margin-left: 345px;
}

.offset4 {
  margin-left: 450px;
}

.offset5 {
  margin-left: 555px;
}

.offset6 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 765px;
}

.offset8 {
  margin-left: 870px;
}

.offset9 {
  margin-left: 975px;
}

.offset10 {
  margin-left: 1080px;
}

.offset11 {
  margin-left: 1185px;
}

.offset12 {
  margin-left: 1290px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.43902%;
  *margin-left: 2.38583%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.43902%;
}
.row-fluid .span1 {
  width: 6.09756%;
  *width: 6.04437%;
}
.row-fluid .span2 {
  width: 14.63415%;
  *width: 14.58095%;
}
.row-fluid .span3 {
  width: 23.17073%;
  *width: 23.11754%;
}
.row-fluid .span4 {
  width: 31.70732%;
  *width: 31.65413%;
}
.row-fluid .span5 {
  width: 40.2439%;
  *width: 40.19071%;
}
.row-fluid .span6 {
  width: 48.78049%;
  *width: 48.7273%;
}
.row-fluid .span7 {
  width: 57.31707%;
  *width: 57.26388%;
}
.row-fluid .span8 {
  width: 65.85366%;
  *width: 65.80047%;
}
.row-fluid .span9 {
  width: 74.39024%;
  *width: 74.33705%;
}
.row-fluid .span10 {
  width: 82.92683%;
  *width: 82.87364%;
}
.row-fluid .span11 {
  width: 91.46341%;
  *width: 91.41022%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
.row-fluid .offset1 {
  margin-left: 10.97561%;
  *margin-left: 10.86923%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.53659%;
  *margin-left: 8.4302%;
}
.row-fluid .offset2 {
  margin-left: 19.5122%;
  *margin-left: 19.40581%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.07317%;
  *margin-left: 16.96679%;
}
.row-fluid .offset3 {
  margin-left: 28.04878%;
  *margin-left: 27.9424%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.60976%;
  *margin-left: 25.50337%;
}
.row-fluid .offset4 {
  margin-left: 36.58537%;
  *margin-left: 36.47898%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.14634%;
  *margin-left: 34.03996%;
}
.row-fluid .offset5 {
  margin-left: 45.12195%;
  *margin-left: 45.01557%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.68293%;
  *margin-left: 42.57654%;
}
.row-fluid .offset6 {
  margin-left: 53.65854%;
  *margin-left: 53.55215%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.21951%;
  *margin-left: 51.11313%;
}
.row-fluid .offset7 {
  margin-left: 62.19512%;
  *margin-left: 62.08874%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.7561%;
  *margin-left: 59.64971%;
}
.row-fluid .offset8 {
  margin-left: 70.73171%;
  *margin-left: 70.62532%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.29268%;
  *margin-left: 68.1863%;
}
.row-fluid .offset9 {
  margin-left: 79.26829%;
  *margin-left: 79.16191%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.82927%;
  *margin-left: 76.72289%;
}
.row-fluid .offset10 {
  margin-left: 87.80488%;
  *margin-left: 87.6985%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.36585%;
  *margin-left: 85.25947%;
}
.row-fluid .offset11 {
  margin-left: 96.34146%;
  *margin-left: 96.23508%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.90244%;
  *margin-left: 93.79606%;
}
.row-fluid .offset12 {
  margin-left: 104.87805%;
  *margin-left: 104.77167%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.43902%;
  *margin-left: 102.33264%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.old_ie .container,
.old_ie .container.fixed-fluid {
  min-width: 980px !important;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.container.fixed-fluid {
  padding-right: 0% !important; /*Grace*/
  padding-left: 0% !important; /*Grace*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: white; /*Grace*/
}

body {
  min-width: 320px;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  background: white; /*Grace*/
}

a {
  color: #f26222; /*Grace*/
  text-decoration: none;
}

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

.wrapper {
  padding-bottom: 3.0em;
  background-color: white;
}

.old_ie .wrapper {
  background-color: #FFF;
}

.warning,
.requirederror {
  color: red;
}

.onepx-border {
  border: 1px solid #000;
}

.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear 0s;
  -moz-transition: opacity 0.15s linear 0s;
  -o-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
}

.nav-visually-hidden,
.visually-hidden {
  position: absolute;
  left: -9999px;
}

.hidden-field.hide {
  display: none;
}

.row-fluid.neg-marg {
  margin-left: -20px;
}

.row-fluid.neg-marg [class*="span"]:first-child {
  margin-left: 20px;
}

.full-width {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.no-left-margin {
  margin-left: 0;
}

.no-top-margin {
  margin-top: 0;
}

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

.no-right-margin {
  margin-right: 0;
}

[class*="span"].clear-left,
.row-fluid [class*="span"].clear-left {
  margin-left: 0;
}

[class*="span"].no-top-margin,
.row-fluid [class*="span"].no-margin {
  margin-top: 0;
}

[class*="span"].no-bottom-margin,
.row-fluid [class*="span"].no-margin {
  margin-bottom: 0;
}

[class*="span"].no-margin,
.row-fluid [class*="span"].no-margin {
  margin: 0;
}

.body {
  font-size: 13.02px;
}

.small {
  font-size: 11.9px;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: Fontawesome;
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/fontawesome-webfont.eot");
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/fontawesome-webfont.woff") format("woff"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/fontawesome-webfont.ttf") format("truetype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/fontawesome-webfont.svg#Fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebBold;
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-bold-webfont.eot");
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-bold-webfont.eot") format("embedded-opentype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-bold-webfont.woff") format("woff"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-bold-webfont.ttf") format("truetype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-bold-webfont.svg#TitilliumwebBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebLight;
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-light-webfont.eot");
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-light-webfont.eot") format("embedded-opentype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-light-webfont.woff") format("woff"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-light-webfont.ttf") format("truetype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-light-webfont.svg#TitilliumwebLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebRegular;
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-regular-webfont.eot");
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-regular-webfont.eot") format("embedded-opentype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-regular-webfont.woff") format("woff"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-regular-webfont.ttf") format("truetype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-regular-webfont.svg#TitilliumwebRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TitilliumwebSemiBold;
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-semibold-webfont.eot");
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-semibold-webfont.eot") format("embedded-opentype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-semibold-webfont.woff") format("woff"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-semibold-webfont.ttf") format("truetype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/titillium-semibold-webfont.svg#TitilliumwebSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Airbus;
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/aispec.eot");
  src: url("/Portals/_default/Skins/WEBX-Kembla/fonts/aispec.eot") format("embedded-opentype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/aispec.woff") format("woff"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/aispec.ttf") format("truetype"), url("/Portals/_default/Skins/WEBX-Kembla/fonts/aispec.svg#Airbus") format("svg");
  font-weight: normal;
  font-style: normal;
}

a[href$=".pdf"] {
  position: relative;
  padding: 0 0 0 1.8em;
  line-height: 1.7em;
}
a[href$=".pdf"]:before {
  position: absolute;
  display: block;
  top: -2px;
  content: "\f15b";
  margin-right: 0.5em;
  font-family: Fontawesome;
  font-size: 21px;
  color: #e03428;
}
.old_ie a[href$=".pdf"]:before {
  content: '';
  height: 19px;
  width: 15px;
  background: url(/Portals/_default/Skins/WEBX-Kembla/Images/doc-icons.png) no-repeat left top;
}
a[href$=".pdf"]:after {
  position: absolute;
  display: block;
  top: 1px;
  content: "pdf";
  color: white;
  font-size: 7px;
  text-transform: uppercase;
}
.old_ie a[href$=".pdf"]:after {
  content: '';
}

a[href$=".doc"],
a[href$=".docx"] {
  position: relative;
  padding: 0 0 0 1.8em;
  line-height: 1.7em;
}
a[href$=".doc"]:before,
a[href$=".docx"]:before {
  position: absolute;
  display: block;
  top: -2px;
  content: "\f15b";
  margin-right: 0.5em;
  font-family: Fontawesome;
  font-size: 21px;
  color: #2b76ba;
}
.old_ie a[href$=".doc"]:before, .old_ie
a[href$=".docx"]:before {
  content: '';
  height: 19px;
  width: 15px;
  background: url(/Portals/_default/Skins/WEBX-Kembla/Images/doc-icons.png) no-repeat left -24px;
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  position: absolute;
  display: block;
  top: 1px;
  content: "doc";
  color: white;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.old_ie a[href$=".doc"]:after, .old_ie
a[href$=".docx"]:after {
  content: '';
}

a[href$=".xls"],
a[href$=".xlsx"] {
  position: relative;
  padding: 0 0 0 1.6em;
  line-height: 1.7em;
}
a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  position: absolute;
  display: block;
  top: -2px;
  content: "\f15b";
  margin-right: 0.5em;
  font-family: Fontawesome;
  font-size: 21px;
  color: #079446;
}
.old_ie a[href$=".xls"]:before, .old_ie
a[href$=".xlsx"]:before {
  content: '';
  height: 19px;
  width: 15px;
  background: url(/Portals/_default/Skins/WEBX-Kembla/Images/doc-icons.png) no-repeat left -72px;
}
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  position: absolute;
  display: block;
  top: 1px;
  content: "xls";
  color: white;
  font-size: 7px;
  text-transform: uppercase;
}
.old_ie a[href$=".xls"]:after, .old_ie
a[href$=".xlsx"]:after {
  content: '';
}

a[href$=".ppt"],
a[href$=".pptx"] {
  position: relative;
  padding: 0 0 0 1.6em;
  line-height: 1.7em;
}
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  position: absolute;
  display: block;
  top: -2px;
  content: "\f15b";
  margin-right: 0.5em;
  font-family: Fontawesome;
  font-size: 21px;
  color: #d2872f;
}
.old_ie a[href$=".ppt"]:before, .old_ie
a[href$=".pptx"]:before {
  content: '';
  height: 19px;
  width: 15px;
  background: url(/Portals/_default/Skins/WEBX-Kembla/Images/doc-icons.png) no-repeat left -119px;
}
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  position: absolute;
  display: block;
  top: 1px;
  content: "ppt";
  color: white;
  font-size: 7px;
  text-transform: uppercase;
}
.old_ie a[href$=".ppt"]:after, .old_ie
a[href$=".pptx"]:after {
  content: '';
}

a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".xls"]:before,
a[href$=".ppt"]:before {
  left: 0;
}

a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".xls"]:after,
a[href$=".ppt"]:after {
  left: 1px;
}

h1.page-title {
  color: black;
  font-family: TitilliumwebSemiBold;
  font-size: 30.8px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
}

#content,
#altcontent {
  min-height: 480px;
  border-top-width: 4px;
  border-top-style: solid;
}
.default #content, .default
#altcontent {
  border-color: #e55a53;
}
.future #content, .future
#altcontent {
  border-color: #f26222;
}
.international #content, .international
#altcontent {
  border-color: #b199a6;
}
.current #content, .current
#altcontent {
  border-color: #81b6a2;
}
.alumni #content, .alumni
#altcontent {
  border-color: #f8a28c;
}
.employers #content, .employers
#altcontent {
  border-color: #8cc4d5;
}
.job-centre #content, .job-centre
#altcontent {
  border-color: #426996;
}
.int-agents #content, .int-agents
#altcontent {
  border-color: #b199a6;
}
#content pre,
#altcontent pre {
  clear: both;
  padding: 1.0em;
  margin: 0.5em 0;
  background-color: #ebecee;
  border: 1px solid #888888;
  color: black;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  text-align: left;
  text-shadow: 0 1px white;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
#content pre code,
#altcontent pre code {
  color: black;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  font-size: 14px;
  text-align: left;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-spacing: normal;
}
#content pre code .tag,
#altcontent pre code .tag {
  color: #990055;
}
#content pre code .punct,
#altcontent pre code .punct {
  color: #999999;
}
#content pre code .attr,
#altcontent pre code .attr {
  color: #669900;
}
#content pre code .value,
#altcontent pre code .value {
  color: #0077aa;
}
#content h2, #content h3, #content h4, #content h5, #content h6,
#altcontent h2,
#altcontent h3,
#altcontent h4,
#altcontent h5,
#altcontent h6 {
  margin: 1.0em 0 0.3em;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: normal;
}
#content h3, #content h4, #content h6,
#altcontent h3,
#altcontent h4,
#altcontent h6 {
  font-family: TitilliumwebSemiBold;
}
#content h2,
#altcontent h2 {
  color: #e65d56;
  font-family: TitilliumwebRegular;
  font-size: 27px;
}
#content h2.highlight,
#altcontent h2.highlight {
  padding: 10px;
  margin-bottom: 1.0em;
  background-color: #e65d56;
  color: white;
  font-size: 17.5px;
}
#content h2.details,
#altcontent h2.details {
  border-bottom: 1px solid #8e8e8e;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
}
#content h2.landing-section,
#altcontent h2.landing-section {
  margin-top: 0;
}
#content h2.koru,
#altcontent h2.koru {
  padding: 1.0em;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.default #content h2.koru, .default
#altcontent h2.koru {
  background-color: #ea7872;
}
.future #content h2.koru, .future
#altcontent h2.koru {
  background-color: #fdcc80;
}
.international #content h2.koru, .international
#altcontent h2.koru {
  background-color: #c0adb8;
}
.current #content h2.koru, .current
#altcontent h2.koru {
  background-color: #9bc5b5;
}
.alumni #content h2.koru, .alumni
#altcontent h2.koru {
  background-color: #fabdae;
}
.employers #content h2.koru, .employers
#altcontent h2.koru {
  background-color: #a6d1df;
}
#content h2.profile-heading,
#altcontent h2.profile-heading {
  margin-top: 0.5em;
  color: #222222;
  font-family: TitilliumwebSemiBold;
  font-size: 21px;
}
#content h2.profile-heading > a,
#altcontent h2.profile-heading > a {
  color: #222222;
}
#content h2.profile-heading > a.control,
#altcontent h2.profile-heading > a.control {
  color: #0088cc;
}
#content h2.profile-heading > a.control.preview,
#altcontent h2.profile-heading > a.control.preview {
  float: right;
  margin-top: 0.5em;
  color: #0088cc;
  font-size: 13.02px;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 0px;
}
#content h2.profile-heading > a.control:hover,
#altcontent h2.profile-heading > a.control:hover {
  color: #005580;
}
#content h3,
#altcontent h3 {
  color: #222222;
  font-family: TitilliumwebSemibold;
  font-size: 21px;
}
#content h3.form-section-title,
#altcontent h3.form-section-title {
  color: #222222;
  font-size: 17.5px;
}
#content h3.form-section-title.no-top-margin,
#altcontent h3.form-section-title.no-top-margin {
  margin-top: 0;
}
#content h3.details,
#altcontent h3.details {
  border-bottom: 1px solid #8e8e8e;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
}
#content h4,
#altcontent h4 {
  color: #e65d56;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
}
#content h5,
#altcontent h5 {
  color: #222222;
  font-family: TitilliumwebSemiBold;
  font-size: 16.1px;
}
#content h6,
#altcontent h6 {
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 16.1px;
}
#content p,
#altcontent p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
#content p.body,
#altcontent p.body {
  font-size: 13.02px;
}
#content p.small,
#altcontent p.small {
  font-size: 11.9px;
}
#content p.gray,
#altcontent p.gray {
  color: #888888;
}
#content p.intro,
#altcontent p.intro {
  font-family: TitilliumwebLight;
  font-size: 16.1px;
  letter-spacing: 1px;
}
#content p.hightlight,
#altcontent p.hightlight {
  color: #222222;
  font-family: TitilliumwebLight;
  font-size: 25.2px;
  border-bottom: 1px solid #e55a53;
}
#content p.page-list,
#altcontent p.page-list {
  padding: 1.5em 0 0 0;
  margin-top: 1.0em;
  border-top: 1px solid #8e8e8e;
  text-align: center;
  line-height: 33px;
  *zoom: 1;
}
#content p.page-list:before, #content p.page-list:after,
#altcontent p.page-list:before,
#altcontent p.page-list:after {
  display: table;
  content: "";
  line-height: 0;
}
#content p.page-list:after,
#altcontent p.page-list:after {
  clear: both;
}
#content p.page-list span,
#altcontent p.page-list span {
  padding: 0.5em 1.0em;
  background-color: #e2e3e5;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
}
#content p.page-list span.current,
#altcontent p.page-list span.current {
  text-decoration: underline;
}
.default #content p.page-list span.current, .default
#altcontent p.page-list span.current {
  background-color: #e55a53;
  color: white;
}
.future #content p.page-list span.current, .future
#altcontent p.page-list span.current {
  background-color: #f26222;
}
.international #content p.page-list span.current, .international
#altcontent p.page-list span.current {
  background-color: #b199a6;
}
.current #content p.page-list span.current, .current
#altcontent p.page-list span.current {
  background-color: #81b6a2;
}
.alumni #content p.page-list span.current, .alumni
#altcontent p.page-list span.current {
  background-color: #f8a28c;
}
.employers #content p.page-list span.current, .employers
#altcontent p.page-list span.current {
  background-color: #8cc4d5;
}
.job-centre #content p.page-list span.current, .job-centre
#altcontent p.page-list span.current {
  background-color: #426996;
}
#content p.page-list a,
#altcontent p.page-list a {
  padding: 0.5em 1.0em;
  background-color: #e2e3e5;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
}
#content p.page-list a.prev,
#altcontent p.page-list a.prev {
  position: relative;
  float: left;
  width: 33px;
  height: 33px;
  padding: 0;
  text-indent: -9999px;
}
.old_ie #content p.page-list a.prev, .old_ie
#altcontent p.page-list a.prev {
  background: url(/__data/assets/image/0010/5230/pagination-icons.jpg) no-repeat left top;
}
.old_ie #content p.page-list a.prev:hover, .old_ie
#altcontent p.page-list a.prev:hover {
  background: url(/__data/assets/image/0010/5230/pagination-icons.jpg) no-repeat left -33px;
}
#content p.page-list a.prev:before,
#altcontent p.page-list a.prev:before {
  display: block;
  position: absolute;
  top: 0;
  content: "\f104";
  width: 100%;
  height: 100%;
  color: #222222;
  font-family: Fontawesome;
  font-size: 25.2px;
  text-align: center;
  text-indent: 0;
}
.old_ie #content p.page-list a.prev:before, .old_ie
#altcontent p.page-list a.prev:before {
  content: '';
}
.default #content p.page-list a.prev:hover, .future #content p.page-list a.prev:hover, .international #content p.page-list a.prev:hover, .current #content p.page-list a.prev:hover, .alumni #content p.page-list a.prev:hover, .employers #content p.page-list a.prev:hover, .default
#altcontent p.page-list a.prev:hover, .future
#altcontent p.page-list a.prev:hover, .international
#altcontent p.page-list a.prev:hover, .current
#altcontent p.page-list a.prev:hover, .alumni
#altcontent p.page-list a.prev:hover, .employers
#altcontent p.page-list a.prev:hover {
  background-color: #6e6f71;
}
#content p.page-list a.prev:hover:before,
#altcontent p.page-list a.prev:hover:before {
  color: white;
}
#content p.page-list a.next,
#altcontent p.page-list a.next {
  position: relative;
  float: right;
  width: 33px;
  height: 33px;
  padding: 0;
  text-indent: -9999px;
}
.old_ie #content p.page-list a.next, .old_ie
#altcontent p.page-list a.next {
  background: url(/__data/assets/image/0010/5230/pagination-icons.jpg) no-repeat -33px top;
}
.old_ie #content p.page-list a.next:hover, .old_ie
#altcontent p.page-list a.next:hover {
  background: url(/__data/assets/image/0010/5230/pagination-icons.jpg) no-repeat -33px -33px;
}
#content p.page-list a.next:before,
#altcontent p.page-list a.next:before {
  display: block;
  position: absolute;
  top: 0;
  content: "\f105";
  width: 100%;
  height: 100%;
  color: #222222;
  font-family: Fontawesome;
  font-size: 25.2px;
  text-align: center;
  text-indent: 0;
}
.old_ie #content p.page-list a.next:before, .old_ie
#altcontent p.page-list a.next:before {
  content: '';
}
.default #content p.page-list a.next:hover, .future #content p.page-list a.next:hover, .international #content p.page-list a.next:hover, .current #content p.page-list a.next:hover, .alumni #content p.page-list a.next:hover, .employers #content p.page-list a.next:hover, .default
#altcontent p.page-list a.next:hover, .future
#altcontent p.page-list a.next:hover, .international
#altcontent p.page-list a.next:hover, .current
#altcontent p.page-list a.next:hover, .alumni
#altcontent p.page-list a.next:hover, .employers
#altcontent p.page-list a.next:hover {
  background-color: #6e6f71;
}
#content p.page-list a.next:hover:before,
#altcontent p.page-list a.next:hover:before {
  color: white;
}
.default #content p.page-list a:hover, .default
#altcontent p.page-list a:hover {
  background-color: #ec857f;
}
.future #content p.page-list a:hover, .future
#altcontent p.page-list a:hover {
  background-color: #fed28f;
}
.international #content p.page-list a:hover, .international
#altcontent p.page-list a:hover {
  background-color: #c7b6bf;
}
.current #content p.page-list a:hover, .current
#altcontent p.page-list a:hover {
  background-color: #a1c9ba;
}
.alumni #content p.page-list a:hover, .alumni
#altcontent p.page-list a:hover {
  background-color: #fbc9bc;
}
.employers #content p.page-list a:hover, .employers
#altcontent p.page-list a:hover {
  background-color: #a6d1df;
}
.job-centre #content p.page-list a:hover, .job-centre
#altcontent p.page-list a:hover {
  background-color: #5682b5;
  color: white;
}
#content p.page-list a:focus, #content p.page-list a:active,
#altcontent p.page-list a:focus,
#altcontent p.page-list a:active {
  outline: 0;
}
#content p.a-to-z-links,
#altcontent p.a-to-z-links {
  padding: 1.5em 0 0 0;
  margin-top: 1.0em;
  border-top: 1px solid #8e8e8e;
  font-size: 13.02px;
  text-align: center;
  line-height: 45px;
  *zoom: 1;
}
#content p.a-to-z-links:before, #content p.a-to-z-links:after,
#altcontent p.a-to-z-links:before,
#altcontent p.a-to-z-links:after {
  display: table;
  content: "";
  line-height: 0;
}
#content p.a-to-z-links:after,
#altcontent p.a-to-z-links:after {
  clear: both;
}
#content p.a-to-z-links > span,
#altcontent p.a-to-z-links > span {
  display: inline-block;
  width: 33px;
  height: 33px;
  padding: 0;
  background-color: white;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
  line-height: 33px;
  text-align: center;
}
.default #content p.a-to-z-links > span, .default
#altcontent p.a-to-z-links > span {
  background-color: #e55a53;
  color: white;
}
.future #content p.a-to-z-links > span, .future
#altcontent p.a-to-z-links > span {
  background-color: #f26222;
}
.international #content p.a-to-z-links > span, .international
#altcontent p.a-to-z-links > span {
  background-color: #b199a6;
}
.current #content p.a-to-z-links > span, .current
#altcontent p.a-to-z-links > span {
  background-color: #81b6a2;
}
.alumni #content p.a-to-z-links > span, .alumni
#altcontent p.a-to-z-links > span {
  background-color: #f8a28c;
}
.employers #content p.a-to-z-links > span, .employers
#altcontent p.a-to-z-links > span {
  background-color: #8cc4d5;
}
.job-centre #content p.a-to-z-links > span, .job-centre
#altcontent p.a-to-z-links > span {
  background-color: #426996;
}
#content p.a-to-z-links > a,
#altcontent p.a-to-z-links > a {
  display: inline-block;
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
  background-color: #e2e3e5;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
  line-height: 33px;
  text-align: center;
}
.default #content p.a-to-z-links > a:hover, .default
#altcontent p.a-to-z-links > a:hover {
  background-color: #ec857f;
}
.future #content p.a-to-z-links > a:hover, .future
#altcontent p.a-to-z-links > a:hover {
  background-color: #fed28f;
}
.international #content p.a-to-z-links > a:hover, .international
#altcontent p.a-to-z-links > a:hover {
  background-color: #c7b6bf;
}
.current #content p.a-to-z-links > a:hover, .current
#altcontent p.a-to-z-links > a:hover {
  background-color: #a1c9ba;
}
.alumni #content p.a-to-z-links > a:hover, .alumni
#altcontent p.a-to-z-links > a:hover {
  background-color: #fbc9bc;
}
.employers #content p.a-to-z-links > a:hover, .employers
#altcontent p.a-to-z-links > a:hover {
  background-color: #a6d1df;
}
.job-centre #content p.a-to-z-links > a:hover, .job-centre
#altcontent p.a-to-z-links > a:hover {
  background-color: #5682b5;
  color: white;
}
#content p.a-to-z-links > a:focus, #content p.a-to-z-links > a:active,
#altcontent p.a-to-z-links > a:focus,
#altcontent p.a-to-z-links > a:active {
  outline: 0;
}
#content ul,
#altcontent ul {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
#content ul li,
#altcontent ul li {
  line-height: 1.5em;
}
.modern #content ul li, .modern
#altcontent ul li {
  position: relative;
  line-height: 1.5em;
  list-style-type: none;
  counter-increment: list;
}
.modern #content ul li:after, .modern
#altcontent ul li:after {
  position: absolute;
  left: -2.6em;
  top: 0;
  content: counter(notecntr,disc) " ";
  width: 2em;
  color: #e65d56;
  text-align: right;
}
#content ul.no-bullet,
#altcontent ul.no-bullet {
  padding-left: 1.4em;
}
#content ul.no-bullet.details,
#altcontent ul.no-bullet.details {
  padding-left: 0;
}
#content ul.no-bullet li,
#altcontent ul.no-bullet li {
  list-style: none;
}
#content ul.no-bullet li .heading,
#altcontent ul.no-bullet li .heading {
  display: inline-block;
  width: 23.17073%;
}
#content ul.no-bullet li .detail,
#altcontent ul.no-bullet li .detail {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.modern #content ul.no-bullet, .modern
#altcontent ul.no-bullet {
  padding-left: 1.4em;
}
.modern #content ul.no-bullet.details, .modern
#altcontent ul.no-bullet.details {
  padding-left: 0;
}
.modern #content ul.no-bullet li:after, .modern
#altcontent ul.no-bullet li:after {
  content: "";
}
#content ul.doc-list,
#altcontent ul.doc-list {
  padding-left: 45px;
}
#content ul.doc-list li,
#altcontent ul.doc-list li {
  list-style: none;
}
#content ul.doc-list li a,
#altcontent ul.doc-list li a {
  padding: 0.5em 0;
}
#content ul.doc-list li a[href$=".pdf"]:before,
#content ul.doc-list li a[href$=".doc"]:before,
#content ul.doc-list li a[href$=".docx"]:before,
#content ul.doc-list li a[href$=".xls"]:before,
#content ul.doc-list li a[href$=".xlsx"]:before,
#content ul.doc-list li a[href$=".ppt"]:before,
#content ul.doc-list li a[href$=".pptx"]:before,
#altcontent ul.doc-list li a[href$=".pdf"]:before,
#altcontent ul.doc-list li a[href$=".doc"]:before,
#altcontent ul.doc-list li a[href$=".docx"]:before,
#altcontent ul.doc-list li a[href$=".xls"]:before,
#altcontent ul.doc-list li a[href$=".xlsx"]:before,
#altcontent ul.doc-list li a[href$=".ppt"]:before,
#altcontent ul.doc-list li a[href$=".pptx"]:before {
  top: 4px;
  left: -27px;
}
#content ul.doc-list li a[href$=".pdf"]:after,
#content ul.doc-list li a[href$=".doc"]:after,
#content ul.doc-list li a[href$=".docx"]:after,
#content ul.doc-list li a[href$=".xls"]:after,
#content ul.doc-list li a[href$=".xlsx"]:after,
#content ul.doc-list li a[href$=".ppt"]:after,
#content ul.doc-list li a[href$=".pptx"]:after,
#altcontent ul.doc-list li a[href$=".pdf"]:after,
#altcontent ul.doc-list li a[href$=".doc"]:after,
#altcontent ul.doc-list li a[href$=".docx"]:after,
#altcontent ul.doc-list li a[href$=".xls"]:after,
#altcontent ul.doc-list li a[href$=".xlsx"]:after,
#altcontent ul.doc-list li a[href$=".ppt"]:after,
#altcontent ul.doc-list li a[href$=".pptx"]:after {
  top: 7px;
  left: -26px;
}
#content ul.doc-list li span,
#altcontent ul.doc-list li span {
  color: #888888;
  font-size: 11.9px;
}
#content ul.doc-list li:after,
#altcontent ul.doc-list li:after {
  content: "";
}
#content ul.publication > li:last-of-type,
#altcontent ul.publication > li:last-of-type {
  border: none;
}
#content ul.publication.afirst-page:first-of-type > li:first-of-type > img.span4, #content ul.publication.afirst-page:first-of-type > li:first-of-type > div.span8, #content ul.publication.a1page:first-of-type > li:first-of-type > img.span4, #content ul.publication.a1page:first-of-type > li:first-of-type > div.span8,
#altcontent ul.publication.afirst-page:first-of-type > li:first-of-type > img.span4,
#altcontent ul.publication.afirst-page:first-of-type > li:first-of-type > div.span8,
#altcontent ul.publication.a1page:first-of-type > li:first-of-type > img.span4,
#altcontent ul.publication.a1page:first-of-type > li:first-of-type > div.span8 {
  width: 48.78049%;
  *width: 48.7273%;
}
#content ul.publication > li,
#altcontent ul.publication > li {
  padding: 1.0em 0;
  margin: 0;
  border-bottom: 1px solid #ebecee;
}
#content ul.publication > li h3,
#altcontent ul.publication > li h3 {
  margin-top: 0;
  color: black;
  font-size: 17.5px;
  line-height: 17.5px;
}
#content ul.publication > li h3 a,
#altcontent ul.publication > li h3 a {
  padding: 0;
  color: black;
}
#content ul.publication > li h3 a[href$=".pdf"]:before,
#content ul.publication > li h3 a[href$=".pdf"]:after,
#altcontent ul.publication > li h3 a[href$=".pdf"]:before,
#altcontent ul.publication > li h3 a[href$=".pdf"]:after {
  content: "";
}
#content ul.staff,
#altcontent ul.staff {
  padding-left: 0 !important;
}
#content ul.staff > li:last-of-type,
#altcontent ul.staff > li:last-of-type {
  border: none;
}
#content ul.staff > li,
#altcontent ul.staff > li {
  padding: 1.0em 0;
  margin: 0;
  border-bottom: 1px solid #ebecee;
}
#content ul.staff > li > img[class*="span"],
#altcontent ul.staff > li > img[class*="span"] {
  margin: 0 1.0em 1.0em 0;
}
#content ul.staff > li h3,
#altcontent ul.staff > li h3 {
  margin-top: 0;
  color: black;
  font-size: 17.5px;
}
#content ul.staff > li h3 a,
#altcontent ul.staff > li h3 a {
  padding: 0;
  color: black;
}
#content ul.search-results,
#altcontent ul.search-results {
  padding: 0;
}
#content ul.search-results li,
#altcontent ul.search-results li {
  margin-bottom: 1.5em;
  list-style: none;
}
#content ul.search-results li:after,
#altcontent ul.search-results li:after {
  content: "";
}
#content ul.search-results li a,
#altcontent ul.search-results li a {
  display: block;
  font-size: 16.1px;
}
#content ul.search-results li em,
#altcontent ul.search-results li em {
  display: block;
  color: #009933;
}
#content ul.sq-form-page-list,
#altcontent ul.sq-form-page-list {
  padding: 1.5em 0 0 0;
  margin-top: 1.0em;
  border-top: 1px solid #8e8e8e;
  text-align: center;
  line-height: 33px;
  *zoom: 1;
}
#content ul.sq-form-page-list:before, #content ul.sq-form-page-list:after,
#altcontent ul.sq-form-page-list:before,
#altcontent ul.sq-form-page-list:after {
  display: table;
  content: "";
  line-height: 0;
}
#content ul.sq-form-page-list:after,
#altcontent ul.sq-form-page-list:after {
  clear: both;
}
#content ul.sq-form-page-list li,
#altcontent ul.sq-form-page-list li {
  margin-bottom: 0.5em;
  list-style: none;
}
#content ul.sq-form-page-list li:after,
#altcontent ul.sq-form-page-list li:after {
  content: "";
}
#content ul.sq-form-page-list li a:hover,
#altcontent ul.sq-form-page-list li a:hover {
  text-decoration: none;
}
#content ul.sq-form-page-list li.sq-form-unseen-page-number,
#altcontent ul.sq-form-page-list li.sq-form-unseen-page-number {
  position: relative;
  display: inline-block;
  min-width: 15px;
  padding: 0.5em 0.7em;
  background-color: #e2e3e5;
  border: 1px solid #e2e3e5;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
}
#content ul.sq-form-page-list li.sq-form-unseen-page-number:before,
#altcontent ul.sq-form-page-list li.sq-form-unseen-page-number:before {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 1px;
  content: "\f023";
  color: #888888;
  font-family: Fontawesome;
  font-size: 13.02px;
}
#content ul.sq-form-page-list li.sq-form-current-page-number,
#altcontent ul.sq-form-page-list li.sq-form-current-page-number {
  display: inline-block;
  position: relative;
  min-width: 15px;
  padding: 0.5em 0.7em;
  background-color: #e65d56;
  border: 1px solid #e65d56;
  color: white;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
}
#content ul.sq-form-page-list li.sq-form-current-page-number:before,
#altcontent ul.sq-form-page-list li.sq-form-current-page-number:before {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 1px;
  content: "\f040";
  color: white;
  font-family: Fontawesome;
  font-size: 13.02px;
}
#content ul.sq-form-page-list li:first-of-type.sq-form-current-page-number:before,
#altcontent ul.sq-form-page-list li:first-of-type.sq-form-current-page-number:before {
  bottom: -4px;
  left: 0;
}
#content ul.sq-form-page-list li.sq-form-prior-page-number,
#content ul.sq-form-page-list li.sq-form-later-page-number,
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number,
#altcontent ul.sq-form-page-list li.sq-form-later-page-number {
  display: inline-block;
}
#content ul.sq-form-page-list li.sq-form-prior-page-number a,
#content ul.sq-form-page-list li.sq-form-later-page-number a,
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a,
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  display: block;
  position: relative;
  min-width: 15px;
  padding: 0.5em 0.7em;
  border-width: 1px;
  border-style: solid;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
}
.default #content ul.sq-form-page-list li.sq-form-prior-page-number a, .default
#content ul.sq-form-page-list li.sq-form-later-page-number a, .default
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .default
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #e86f69;
  border-color: #e86f69;
}
.future #content ul.sq-form-page-list li.sq-form-prior-page-number a, .future
#content ul.sq-form-page-list li.sq-form-later-page-number a, .future
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .future
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #fed28f;
  border-color: #fed28f;
}
.international #content ul.sq-form-page-list li.sq-form-prior-page-number a, .international
#content ul.sq-form-page-list li.sq-form-later-page-number a, .international
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .international
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #d2c4cc;
  border-color: #d2c4cc;
}
.current #content ul.sq-form-page-list li.sq-form-prior-page-number a, .current
#content ul.sq-form-page-list li.sq-form-later-page-number a, .current
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .current
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #9bc5b5;
  border-color: #9bc5b5;
}
.alumni #content ul.sq-form-page-list li.sq-form-prior-page-number a, .alumni
#content ul.sq-form-page-list li.sq-form-later-page-number a, .alumni
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .alumni
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #fbc9bc;
  border-color: #fbc9bc;
}
.employers #content ul.sq-form-page-list li.sq-form-prior-page-number a, .employers
#content ul.sq-form-page-list li.sq-form-later-page-number a, .employers
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .employers
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #9fcedc;
  border-color: #9fcedc;
}
.job-centre #content ul.sq-form-page-list li.sq-form-prior-page-number a, .job-centre
#content ul.sq-form-page-list li.sq-form-later-page-number a, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a {
  background-color: #4a75a8;
  border-color: #4a75a8;
}
#content ul.sq-form-page-list li.sq-form-prior-page-number a:after,
#content ul.sq-form-page-list li.sq-form-later-page-number a:after,
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after,
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "\f00c";
  color: #f19303;
  font-family: Fontawesome;
  font-size: 14px;
}
.default #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .default
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .default
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .default
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #a01f18;
}
.future #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .future
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .future
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .future
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #d88403;
}
.international #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .international
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .international
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .international
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #735866;
}
.current #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .current
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .current
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .current
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #437462;
}
.alumni #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .alumni
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .alumni
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .alumni
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #f14114;
}
.employers #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .employers
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .employers
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .employers
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #3c8da5;
}
.job-centre #content ul.sq-form-page-list li.sq-form-prior-page-number a:after, .job-centre
#content ul.sq-form-page-list li.sq-form-later-page-number a:after, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:after, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:after {
  color: #1b2b3d;
}
.default #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .default
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .default
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .default
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #ee918d;
  border-color: #e55a53;
}
.future #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .future
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .future
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .future
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #fed89e;
  border-color: #f26222;
}
.international #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .international
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .international
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .international
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #cebfc7;
  border-color: #b199a6;
}
.current #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .current
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .current
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .current
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #abcec1;
  border-color: #81b6a2;
}
.alumni #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .alumni
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .alumni
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .alumni
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #fcd5ca;
  border-color: #f8a28c;
}
.employers #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .employers
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .employers
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .employers
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #b1d7e3;
  border-color: #8cc4d5;
}
.job-centre #content ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .job-centre
#content ul.sq-form-page-list li.sq-form-later-page-number a:hover, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-prior-page-number a:hover, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-later-page-number a:hover {
  background-color: #618ab9;
  border-color: #426996;
}
#content ul.sq-form-page-list li.sq-form-last-seen-page-number,
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number {
  display: inline-block;
}
#content ul.sq-form-page-list li.sq-form-last-seen-page-number a,
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  display: block;
  position: relative;
  min-width: 15px;
  padding: 0.5em 0.7em;
  border-width: 1px;
  border-style: solid;
  color: #222222;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
}
.default #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .default
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #e86f69;
  border-color: #e86f69;
}
.future #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .future
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #fed28f;
  border-color: #fed28f;
}
.international #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .international
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #d2c4cc;
  border-color: #d2c4cc;
}
.current #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .current
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #9bc5b5;
  border-color: #9bc5b5;
}
.alumni #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .alumni
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #fbc9bc;
  border-color: #fbc9bc;
}
.employers #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .employers
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #9fcedc;
  border-color: #9fcedc;
}
.job-centre #content ul.sq-form-page-list li.sq-form-last-seen-page-number a, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a {
  background-color: #4a75a8;
  border-color: #4a75a8;
}
#content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after,
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 3px;
  content: "\f13e";
  font-family: Fontawesome;
  font-size: 14px;
}
.default #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .default
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #a01f18;
}
.future #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .future
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #d88403;
}
.international #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .international
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #735866;
}
.current #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .current
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #437462;
}
.alumni #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .alumni
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #f14114;
}
.employers #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .employers
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #3c8da5;
}
.job-centre #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:after, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:after {
  color: #1b2b3d;
}
.default #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .default
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #ee918d;
  border-color: #e55a53;
}
.future #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .future
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #fed89e;
  border-color: #f26222;
}
.international #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .international
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #cebfc7;
  border-color: #b199a6;
}
.current #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .current
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #abcec1;
  border-color: #81b6a2;
}
.alumni #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .alumni
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #fcd5ca;
  border-color: #f8a28c;
}
.employers #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .employers
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #b1d7e3;
  border-color: #8cc4d5;
}
.job-centre #content ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover, .job-centre
#altcontent ul.sq-form-page-list li.sq-form-last-seen-page-number a:hover {
  background-color: #618ab9;
  border-color: #426996;
}
#content ul.landing,
#altcontent ul.landing {
  padding: 0;
  margin: 2.0em 0 1.0em;
}
#content ul.landing.staff_members li.icon h3:before,
#altcontent ul.landing.staff_members li.icon h3:before {
  background-color: #a6d1df;
}
#content ul.landing.students li.icon h3:before,
#altcontent ul.landing.students li.icon h3:before {
  background-color: #fdcc80;
}
#content ul.landing li,
#altcontent ul.landing li {
  margin-bottom: 3.0em;
  list-style: none;
}
#content ul.landing li:after,
#altcontent ul.landing li:after {
  content: "";
}
#content ul.landing li:nth-child(3n+1),
#altcontent ul.landing li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
#content ul.landing li.fourth,
#altcontent ul.landing li.fourth {
  clear: left;
  margin-left: 0;
}
#content ul.landing li h3,
#altcontent ul.landing li h3 {
  padding: 0 0.66em;
  margin: 1.0em 0 0;
  color: #404040;
  line-height: 25.2px;
  text-transform: none;
}
#content ul.landing li h3 a,
#altcontent ul.landing li h3 a {
  color: #404040;
  font-family: TitilliumwebSemiBold;
  font-size: 17.5px;
  text-transform: none;
}
#content ul.landing li p,
#altcontent ul.landing li p {
  padding: 0 1.0em;
  margin-top: 0.5em;
}
#content ul.landing li img,
#altcontent ul.landing li img {
  width: 100%;
}
#content ul.landing li.icon h3:before,
#altcontent ul.landing li.icon h3:before {
  display: block;
  width: 90%;
  height: 60px;
  padding: 10px 0 5px 10%;
  margin-bottom: 10px;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  color: white;
  font-family: Fontawesome;
  font-size: 55px;
  text-align: left;
  line-height: 1.1em;
}
#content ul.landing li.icon.ecampus h3:before,
#altcontent ul.landing li.icon.ecampus h3:before {
  content: "\f109";
}
.old_ie #content ul.landing li.icon.ecampus h3:before, .old_ie
#altcontent ul.landing li.icon.ecampus h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#content ul.landing li.icon.citrix h3:before,
#altcontent ul.landing li.icon.citrix h3:before {
  content: "\f108";
  font-size: 50.05px;
  line-height: 1.3em;
}
.old_ie #content ul.landing li.icon.citrix h3:before, .old_ie
#altcontent ul.landing li.icon.citrix h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -75px;
}
#content ul.landing li.icon.email h3:before,
#altcontent ul.landing li.icon.email h3:before {
  content: "\f003";
  font-size: 48.015px;
}
.old_ie #content ul.landing li.icon.email h3:before, .old_ie
#altcontent ul.landing li.icon.email h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -225px;
}
#content ul.landing li.icon.inbox h3:before,
#altcontent ul.landing li.icon.inbox h3:before {
  content: "\f01c";
}
.old_ie #content ul.landing li.icon.inbox h3:before, .old_ie
#altcontent ul.landing li.icon.inbox h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -300px;
}
#content ul.landing li.icon.timetable h3:before,
#altcontent ul.landing li.icon.timetable h3:before {
  content: "\f073";
  font-size: 42.02px;
  line-height: 1.3em;
}
.old_ie #content ul.landing li.icon.timetable h3:before, .old_ie
#altcontent ul.landing li.icon.timetable h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -375px;
}
#content ul.landing li.icon.windows h3:before,
#altcontent ul.landing li.icon.windows h3:before {
  content: "\f17a";
  font-size: 50.05px;
}
.old_ie #content ul.landing li.icon.windows h3:before, .old_ie
#altcontent ul.landing li.icon.windows h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -150px;
}
#content ul.landing li.icon.book h3:before,
#altcontent ul.landing li.icon.book h3:before {
  content: "\f02d";
  font-size: 48.015px;
}
.old_ie #content ul.landing li.icon.book h3:before, .old_ie
#altcontent ul.landing li.icon.book h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -525px;
}
#content ul.landing li.icon.library h3:before,
#altcontent ul.landing li.icon.library h3:before {
  content: "\f10a";
}
.old_ie #content ul.landing li.icon.library h3:before, .old_ie
#altcontent ul.landing li.icon.library h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -600px;
}
#content ul.landing li.icon.cloud h3:before,
#altcontent ul.landing li.icon.cloud h3:before {
  content: "\f0c2";
}
.old_ie #content ul.landing li.icon.cloud h3:before, .old_ie
#altcontent ul.landing li.icon.cloud h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -975px;
}
#content ul.landing li.icon.pencil h3:before,
#altcontent ul.landing li.icon.pencil h3:before {
  content: "\f044";
  font-size: 50.05px;
  line-height: 1.3em;
}
.old_ie #content ul.landing li.icon.pencil h3:before, .old_ie
#altcontent ul.landing li.icon.pencil h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -450px;
}
#content ul.landing li.icon.results h3:before,
#altcontent ul.landing li.icon.results h3:before {
  content: "\f080";
  font-size: 47.85px;
  line-height: 1.3em;
}
.old_ie #content ul.landing li.icon.results h3:before, .old_ie
#altcontent ul.landing li.icon.results h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -750px;
}
#content ul.landing li.icon.marks h3:before,
#altcontent ul.landing li.icon.marks h3:before {
  content: "\f0cb";
  font-size: 42.02px;
  line-height: 1.4em;
}
.old_ie #content ul.landing li.icon.marks h3:before, .old_ie
#altcontent ul.landing li.icon.marks h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -675px;
}
#content ul.landing li.icon.litnum h3:before,
#altcontent ul.landing li.icon.litnum h3:before {
  content: 'ABC';
  font-size: 45.1px;
  line-height: 1.4em;
}
.old_ie #content ul.landing li.icon.litnum h3:before, .old_ie
#altcontent ul.landing li.icon.litnum h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -825px;
}
#content ul.landing li.icon.litassess h3:before,
#altcontent ul.landing li.icon.litassess h3:before {
  content: '123';
  font-size: 45.1px;
  line-height: 1.4em;
}
.old_ie #content ul.landing li.icon.litassess h3:before, .old_ie
#altcontent ul.landing li.icon.litassess h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -900px;
}
#content ul.landing li.icon.turn h3:before,
#altcontent ul.landing li.icon.turn h3:before {
  content: "\f0f6";
}
.old_ie #content ul.landing li.icon.turn h3:before, .old_ie
#altcontent ul.landing li.icon.turn h3:before {
  content: '';
  background-image: url(/__data/assets/image/0014/5234/eservices-icons.png);
  background-repeat: no-repeat;
  background-position: left -1050px;
}
#content ul.upcoming,
#altcontent ul.upcoming {
  padding: 0;
  margin: 1.0em 0;
}
#content ul.upcoming li,
#altcontent ul.upcoming li {
  margin-bottom: 1.5em;
  list-style: none;
}
#content ul.upcoming li:after,
#altcontent ul.upcoming li:after {
  content: "";
}
#content ul.upcoming li:nth-child(2n+1),
#altcontent ul.upcoming li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
#content ul.upcoming li.third,
#altcontent ul.upcoming li.third {
  clear: left;
  margin-left: 0;
}
#content ul.upcoming li h3,
#altcontent ul.upcoming li h3 {
  padding: 0 0.66em;
  margin: 1.0em 0 0;
  color: #e65d56;
  line-height: 25.2px;
  text-transform: none;
}
#content ul.upcoming li h3 a,
#altcontent ul.upcoming li h3 a {
  color: #e65d56;
  font-family: TitilliumwebSemiBold;
  font-size: 17.5px;
  text-transform: none;
}
#content ul.upcoming li p,
#altcontent ul.upcoming li p {
  padding: 0 1.0em;
  margin-top: 0.5em;
}
#content ul.upcoming li img,
#altcontent ul.upcoming li img {
  width: 100%;
}
#content ul.promo li:first-of-type,
#altcontent ul.promo li:first-of-type {
  margin-bottom: 0.5em;
  font-family: TitilliumwebSemiBold;
  font-size: 21px;
}
#content ul.promo li.icon,
#altcontent ul.promo li.icon {
  position: relative;
  display: block;
  width: auto;
  height: 50px;
  padding: 0 0 0 40px;
  margin: 0.5em 0;
}
#content ul.promo li.icon:before,
#altcontent ul.promo li.icon:before {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 44px;
  padding-top: 6px;
  font-family: Fontawesome;
  font-size: 32px;
  color: #888888;
  line-height: 100%;
  text-align: center;
}
#content ul.promo li.icon.user:before,
#altcontent ul.promo li.icon.user:before {
  content: "\f007";
}
.old_ie #content ul.promo li.icon.user:before, .old_ie
#altcontent ul.promo li.icon.user:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 2%;
  content: '';
}
#content ul.promo li.icon.doc:before,
#altcontent ul.promo li.icon.doc:before {
  content: "\f0f6";
}
.old_ie #content ul.promo li.icon.doc:before, .old_ie
#altcontent ul.promo li.icon.doc:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 10%;
  content: '';
}
#content ul.promo li.icon.list:before,
#altcontent ul.promo li.icon.list:before {
  content: "\f03a";
  height: 40px;
  padding-top: 10px;
  font-size: 28px;
}
.old_ie #content ul.promo li.icon.list:before, .old_ie
#altcontent ul.promo li.icon.list:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 19%;
  content: '';
}
#content ul.promo li.icon.email:before,
#altcontent ul.promo li.icon.email:before {
  content: "\f003";
}
.old_ie #content ul.promo li.icon.email:before, .old_ie
#altcontent ul.promo li.icon.email:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 28%;
  content: '';
}
#content ul.promo li.icon.link:before,
#altcontent ul.promo li.icon.link:before {
  content: "\f0c1";
}
.old_ie #content ul.promo li.icon.link:before, .old_ie
#altcontent ul.promo li.icon.link:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 36%;
  content: '';
}
#content ul.promo li.icon.cut:before,
#altcontent ul.promo li.icon.cut:before {
  content: "\f0c4";
}
.old_ie #content ul.promo li.icon.cut:before, .old_ie
#altcontent ul.promo li.icon.cut:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 45%;
  content: '';
}
#content ul.promo li.icon.spam:before,
#altcontent ul.promo li.icon.spam:before {
  content: "\f06a";
}
.old_ie #content ul.promo li.icon.spam:before, .old_ie
#altcontent ul.promo li.icon.spam:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 53%;
  content: '';
}
#content ul.promo li.icon.browse:before,
#altcontent ul.promo li.icon.browse:before {
  content: "\f15d";
}
.old_ie #content ul.promo li.icon.browse:before, .old_ie
#altcontent ul.promo li.icon.browse:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 64%;
  content: '';
}
#content ul.promo li.icon.group:before,
#altcontent ul.promo li.icon.group:before {
  content: "\f0c0";
}
.old_ie #content ul.promo li.icon.group:before, .old_ie
#altcontent ul.promo li.icon.group:before {
  background: url(/__data/assets/image/0020/5609/job-centre-icons.png) 50% 72.5%;
  content: '';
}
#content ul.a-to-z,
#altcontent ul.a-to-z {
  padding: 0;
}
#content ul.a-to-z.no-bullet,
#altcontent ul.a-to-z.no-bullet {
  padding: 0;
}
#content ul.a-to-z > li,
#altcontent ul.a-to-z > li {
  height: auto;
  padding: 1.0em 0 1.0em 2.0em;
  margin: 0;
  border-bottom: 1px solid #ebecee;
}
#content ul.a-to-z > li:first-of-type,
#altcontent ul.a-to-z > li:first-of-type {
  padding-top: 0;
}
#content ul.a-to-z > li:last-of-type,
#altcontent ul.a-to-z > li:last-of-type {
  border-bottom: none;
}
#content ul.a-to-z > li.letter,
#altcontent ul.a-to-z > li.letter {
  padding: 0.1em 0 0.1em 1.0em;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 33.6px;
}
.default #content ul.a-to-z > li.letter, .default
#altcontent ul.a-to-z > li.letter {
  background-color: #ea7872;
}
.future #content ul.a-to-z > li.letter, .future
#altcontent ul.a-to-z > li.letter {
  background-color: #fdcc80;
}
.international #content ul.a-to-z > li.letter, .international
#altcontent ul.a-to-z > li.letter {
  background-color: #c0adb8;
}
.current #content ul.a-to-z > li.letter, .current
#altcontent ul.a-to-z > li.letter {
  background-color: #9bc5b5;
}
.alumni #content ul.a-to-z > li.letter, .alumni
#altcontent ul.a-to-z > li.letter {
  background-color: #fabdae;
}
.employers #content ul.a-to-z > li.letter, .employers
#altcontent ul.a-to-z > li.letter {
  background-color: #a6d1df;
}
#content ul.a-to-z > li.letter > a,
#altcontent ul.a-to-z > li.letter > a {
  color: black;
}
#content ul.a-to-z > li.letter > a:hover,
#altcontent ul.a-to-z > li.letter > a:hover {
  text-decoration: none;
}
#content ul.a-to-z > li > .profile-heading,
#altcontent ul.a-to-z > li > .profile-heading {
  display: block;
  margin: 0 0 0.3em;
  color: black;
  font-family: TitilliumwebSemiBold;
  font-size: 17.5px;
  letter-spacing: 1px;
}
#content ul.a-to-z.country > li.letter,
#altcontent ul.a-to-z.country > li.letter {
  padding: 0.3em 0 0.3em 1.0em;
  color: black;
  font-size: 25.2px;
  text-transform: uppercase;
}
#content ol,
#altcontent ol {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
#content ol li,
#altcontent ol li {
  line-height: 1.5em;
}
.modern #content ol li, .modern
#altcontent ol li {
  position: relative;
  line-height: 1.5em;
  list-style-type: none;
  counter-increment: list;
}
.modern #content ol li:after, .modern
#altcontent ol li:after {
  position: absolute;
  left: -2.6em;
  top: 0;
  content: counter(list) ".";
  width: 2em;
  color: #e65d56;
  text-align: right;
}
#content img.banner,
#altcontent img.banner {
  width: 100%;
  max-width: 100%;
}
#content img.pull-left,
#altcontent img.pull-left {
  margin: 0 1.0em 1.0em 0;
}
#content img.pull-right,
#altcontent img.pull-right {
  margin: 0 0 1.0em 1.0em;
}
#content img.profile-pic,
#altcontent img.profile-pic {
  margin-top: 1.0em;
}
#content table,
#altcontent table {
  width: 100%;
  padding: 0;
  margin: 1.0em 0;
  border-collapse: collapse;
  border: 1px solid #8e8e8e;
}
#content table th,
#altcontent table th {
  padding: 14px;
  border: 1px solid #8e8e8e;
  color: black;
  font-family: TitilliumwebLight;
  font-size: 16.1px;
  text-align: left;
  line-height: 24px;
}
.default #content table th, .default
#altcontent table th {
  background-color: #e86f69;
}
.future #content table th, .future
#altcontent table th {
  background-color: #fed28f;
}
.international #content table th, .international
#altcontent table th {
  background-color: #d2c4cc;
}
.current #content table th, .current
#altcontent table th {
  background-color: #9bc5b5;
}
.alumni #content table th, .alumni
#altcontent table th {
  background-color: #fbc9bc;
}
.employers #content table th, .employers
#altcontent table th {
  background-color: #9fcedc;
}
.job-centre #content table th, .job-centre
#altcontent table th {
  background-color: #4a75a8;
}
#content table td,
#altcontent table td {
  padding: 11px 14px;
  border: 1px solid #8e8e8e;
  line-height: 24px;
  vertical-align: top;
}
#content table.striped,
#altcontent table.striped {
  background-color: #f3f5f4;
  border-top: none;
  border-left: none;
  border-right: none;
}
#content table.striped tr.odd,
#altcontent table.striped tr.odd {
  background-color: #e2e3e5;
}
#content table.striped tr:nth-child(2n+1),
#altcontent table.striped tr:nth-child(2n+1) {
  background-color: #e2e3e5;
}
#content table.striped th, #content table.striped td,
#altcontent table.striped th,
#altcontent table.striped td {
  border: none;
}
#content form,
#altcontent form {
  margin: 1.0em 0;
}
#content fieldset,
#altcontent fieldset {
  padding: 0 1px 0 0;
  margin: 1.0em 0;
  background-color: transparent;
  border: none;
}
#content fieldset .row-fluid,
#altcontent fieldset .row-fluid {
  margin: 1.0em 0;
}
#content fieldset .row-fluid.inline .no-left-margin,
#altcontent fieldset .row-fluid.inline .no-left-margin {
  margin-left: 0;
}
#content fieldset legend,
#altcontent fieldset legend {
  padding: 0;
  margin-bottom: 1.0em;
}
#content fieldset legend[class*="span"],
#altcontent fieldset legend[class*="span"] {
  min-height: inherit;
}
#content fieldset legend[class*="span"].small,
#altcontent fieldset legend[class*="span"].small {
  font-size: 11.9px;
}
#content fieldset label.small,
#altcontent fieldset label.small {
  font-size: 11.9px;
}
#content fieldset label[class*="span"],
#altcontent fieldset label[class*="span"] {
  min-height: inherit;
}
#content fieldset ul[class*="span"],
#altcontent fieldset ul[class*="span"] {
  padding: 0;
  margin: 0 0 0 2.43902%;
  list-style: none;
}
#content fieldset ul[class*="span"] > li,
#altcontent fieldset ul[class*="span"] > li {
  list-style: none;
}
#content fieldset ul[class*="span"] > li:after,
#altcontent fieldset ul[class*="span"] > li:after {
  content: "";
}
#content fieldset ul[class*="span"].inline > li,
#altcontent fieldset ul[class*="span"].inline > li {
  display: inline;
}
#content fieldset.option-list > ul,
#altcontent fieldset.option-list > ul {
  display: block;
  float: left;
  width: 57.3171%;
  min-height: 30px;
  padding: 0;
  margin: 0 0 0 2.43902%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content fieldset.option-list > ul > li,
#altcontent fieldset.option-list > ul > li {
  list-style: none;
}
#content fieldset.option-list > ul > li:after,
#altcontent fieldset.option-list > ul > li:after {
  content: "";
}
#content fieldset.option-list.columns-2 > ul > li,
#altcontent fieldset.option-list.columns-2 > ul > li {
  list-style: none;
  display: inline-block;
  width: 50%;
}
#content fieldset.option-list.columns-2 > ul > li:after,
#altcontent fieldset.option-list.columns-2 > ul > li:after {
  content: "";
}
#content fieldset.option-list.columns-3 > ul > li,
#altcontent fieldset.option-list.columns-3 > ul > li {
  list-style: none;
  display: inline-block;
  width: 33.333%;
}
#content fieldset.option-list.columns-3 > ul > li:after,
#altcontent fieldset.option-list.columns-3 > ul > li:after {
  content: "";
}
#content fieldset.inline > ul > li,
#altcontent fieldset.inline > ul > li {
  display: inline;
  margin-right: 10px;
}
#content input,
#content textarea,
#content select,
#altcontent input,
#altcontent textarea,
#altcontent select {
  min-height: inherit;
  margin-bottom: 0.5em;
  background-color: #e2e3e5;
  border: 1px solid #e2e3e5;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content input:focus,
#content textarea:focus,
#content select:focus,
#altcontent input:focus,
#altcontent textarea:focus,
#altcontent select:focus {
  background-color: white;
}
#content input.required,
#content textarea.required,
#content select.required,
#altcontent input.required,
#altcontent textarea.required,
#altcontent select.required {
  border-color: #f26222;
}
#content input[type="radio"],
#content input[type="checkbox"],
#altcontent input[type="radio"],
#altcontent input[type="checkbox"] {
  background-color: transparent;
  border: none;
}
#content input[type="radio"]:focus,
#content input[type="checkbox"]:focus,
#altcontent input[type="radio"]:focus,
#altcontent input[type="checkbox"]:focus {
  background-color: transparent;
}
#content input,
#altcontent input {
  padding: 6px 10px;
  font-size: 16.1px;
}
#content input[readonly],
#altcontent input[readonly] {
  background-color: transparent;
  border-color: transparent;
}
#content textarea,
#altcontent textarea {
  min-height: 8.0em;
  padding: 6px 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16.1px;
}
#content select,
#altcontent select {
  padding: 6px 10px;
}
#content input[type="radio"],
#content input[type="checkbox"],
#altcontent input[type="radio"],
#altcontent input[type="checkbox"] {
  margin-bottom: 0;
}
#content input[type="submit"],
#content button,
#content a.submit-button,
#altcontent input[type="submit"],
#altcontent button,
#altcontent a.submit-button {
  height: 20px;
  padding: 4px 20px 5px;
  margin: 0;
  border: 2px solid transparent;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.default #content input[type="submit"], .default
#content button, .default
#content a.submit-button, .default
#altcontent input[type="submit"], .default
#altcontent button, .default
#altcontent a.submit-button {
  background-color: #e86f69;
}
.future #content input[type="submit"], .future
#content button, .future
#content a.submit-button, .future
#altcontent input[type="submit"], .future
#altcontent button, .future
#altcontent a.submit-button {
  background-color: #fed28f;
}
.international #content input[type="submit"], .international
#content button, .international
#content a.submit-button, .international
#altcontent input[type="submit"], .international
#altcontent button, .international
#altcontent a.submit-button {
  background-color: #d2c4cc;
}
.current #content input[type="submit"], .current
#content button, .current
#content a.submit-button, .current
#altcontent input[type="submit"], .current
#altcontent button, .current
#altcontent a.submit-button {
  background-color: #9bc5b5;
}
.alumni #content input[type="submit"], .alumni
#content button, .alumni
#content a.submit-button, .alumni
#altcontent input[type="submit"], .alumni
#altcontent button, .alumni
#altcontent a.submit-button {
  background-color: #fbc9bc;
}
.employers #content input[type="submit"], .employers
#content button, .employers
#content a.submit-button, .employers
#altcontent input[type="submit"], .employers
#altcontent button, .employers
#altcontent a.submit-button {
  background-color: #9fcedc;
}
.job-centre #content input[type="submit"], .job-centre
#content button, .job-centre
#content a.submit-button, .job-centre
#altcontent input[type="submit"], .job-centre
#altcontent button, .job-centre
#altcontent a.submit-button {
  background-color: #4a75a8;
  color: white;
}
.int-agents #content input[type="submit"], .int-agents
#content button, .int-agents
#content a.submit-button, .int-agents
#altcontent input[type="submit"], .int-agents
#altcontent button, .int-agents
#altcontent a.submit-button {
  background-color: #d2c4cc;
}
#content input[type="submit"]:hover,
#content button:hover,
#content a.submit-button:hover,
#altcontent input[type="submit"]:hover,
#altcontent button:hover,
#altcontent a.submit-button:hover {
  text-decoration: none;
}
.default #content input[type="submit"]:hover, .default
#content button:hover, .default
#content a.submit-button:hover, .default
#altcontent input[type="submit"]:hover, .default
#altcontent button:hover, .default
#altcontent a.submit-button:hover {
  background-color: #ef9a95;
  border-color: #ef9a95;
}
.future #content input[type="submit"]:hover, .future
#content button:hover, .future
#content a.submit-button:hover, .future
#altcontent input[type="submit"]:hover, .future
#altcontent button:hover, .future
#altcontent a.submit-button:hover {
  background-color: #fedca9;
  border-color: #fedca9;
}
.international #content input[type="submit"]:hover, .international
#content button:hover, .international
#content a.submit-button:hover, .international
#altcontent input[type="submit"]:hover, .international
#altcontent button:hover, .international
#altcontent a.submit-button:hover {
  background-color: #ddd3d8;
  border-color: #ddd3d8;
}
.current #content input[type="submit"]:hover, .current
#content button:hover, .current
#content a.submit-button:hover, .current
#altcontent input[type="submit"]:hover, .current
#altcontent button:hover, .current
#altcontent a.submit-button:hover {
  background-color: #b1d2c6;
  border-color: #b1d2c6;
}
.alumni #content input[type="submit"]:hover, .alumni
#content button:hover, .alumni
#content a.submit-button:hover, .alumni
#altcontent input[type="submit"]:hover, .alumni
#altcontent button:hover, .alumni
#altcontent a.submit-button:hover {
  background-color: #fcdcd4;
  border-color: #fcdcd4;
}
.employers #content input[type="submit"]:hover, .employers
#content button:hover, .employers
#content a.submit-button:hover, .employers
#altcontent input[type="submit"]:hover, .employers
#altcontent button:hover, .employers
#altcontent a.submit-button:hover {
  background-color: #c4e1e9;
  border-color: #c4e1e9;
}
.job-centre #content input[type="submit"]:hover, .job-centre
#content button:hover, .job-centre
#content a.submit-button:hover, .job-centre
#altcontent input[type="submit"]:hover, .job-centre
#altcontent button:hover, .job-centre
#altcontent a.submit-button:hover {
  background-color: #8ba9cc;
  border-color: #8ba9cc;
  color: black;
}
.int-agents #content input[type="submit"]:hover, .int-agents
#content button:hover, .int-agents
#content a.submit-button:hover, .int-agents
#altcontent input[type="submit"]:hover, .int-agents
#altcontent button:hover, .int-agents
#altcontent a.submit-button:hover {
  background-color: #ddd3d8;
  border-color: #ddd3d8;
}
#content .filter-form input[type="submit"],
#content .filter-form button,
#content .filter-form a.submit-button,
#altcontent .filter-form input[type="submit"],
#altcontent .filter-form button,
#altcontent .filter-form a.submit-button {
  padding: 4px 20px 4px;
}
#content .save-row,
#altcontent .save-row {
  padding: 1.5em 0 0 0;
  margin-top: 1.5em;
  border-top: 1px solid #8e8e8e;
  text-align: right;
}
#content .save-row input[type="submit"],
#content .save-row button,
#altcontent .save-row input[type="submit"],
#altcontent .save-row button {
  margin: 0 0 1.0em 2.0em;
}

#masthead {
  height: 136px;  /*Grace*/
  background: url(/__data/assets/image/0007/115/header.png) no-repeat center -20px;
}
#masthead #support-navs {
  height: 65px;  /*Grace*/
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#masthead #support-navs #utility-nav {
  position: absolute;
  padding: 0;
  margin: 2.0em 0 0 0; /*Grace*/
  list-style: none;
}
#masthead #support-navs #utility-nav #logo {
  float: left;
  width: 224px;
}
#masthead #support-navs #utility-nav #logo img {
  width: 100%;
  height: auto;
}
#masthead #support-navs #tertiary-nav {
  float: right;
  padding: 0 0 0 30px;
  margin: 0;
  background: url(/__data/assets/image/0009/117/triangle.png) no-repeat left bottom;
  list-style: none;
  margin-right:10px; /*Grace*/
}
#masthead #support-navs #tertiary-nav li {
  float: left;
  height: 21px;
  padding: 6px 10px; /*Grace*/
  background-color: white;  /*Grace*/
}
#masthead #support-navs #tertiary-nav li a {  /*Grace*/
  color: #f26222;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
}

#masthead #support-navs #tertiary-nav li a:hover{color:#444}

#masthead #support-navs #site-search {
  position: relative;
  float: right;
  width: 23.1707%;
  height: 33px;
  padding: 0;
  margin: 0;
  background-color: white; /*Grace*/
  margin-top:5px; /*Grace*/
}
#masthead #support-navs #site-search #site-search-input {
  width: 80%;
  height: 16px;
  margin: 0;
  padding: 9px 15% 6px 5%;
  background-color: #e2e3e5;
  border: none;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#masthead #support-navs #site-search #site-search-input:focus {
  background-color: white;
}
#masthead #support-navs #site-search #site-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.0em;
  height: 100%;
  background-color: transparent;
  background-image: none;
  border: none;
}
.old_ie #masthead #support-navs #site-search #site-search-submit {
  background: url(/__data/assets/image/0016/5227/searchicon.png) no-repeat center center;
}
.old_ie #masthead #support-navs #site-search #site-search-submit:hover {
  background: url(/__data/assets/image/0017/5228/searchicon-hover.png) no-repeat center center;
}
#masthead #support-navs #site-search #site-search-submit span {
  position: absolute;
  text-indent: -9999px;
}
#masthead #support-navs #site-search #site-search-submit em {
  position: relative;
  font-style: normal;
}
#masthead #support-navs #site-search #site-search-submit em:after {
  display: inline;
  content: "\f002";
  color: #f26222;
  font-family: Fontawesome;
  font-size: 17.5px;
}
.old_ie #masthead #support-navs #site-search #site-search-submit em:after {
  content: '';
}
#masthead #support-navs #site-search #site-search-submit:hover em:after {
  color: black;
}
#masthead #support-navs h1 {
  clear: right;
  float: right;
  width: 75%;
  margin: 1.5em 0 0;
  color: white;
  font-family: Airbus;
  font-size: 33.6px;
  font-weight: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 0 0 0 #000, 3px 3px 15px #AAA;
}
.ie #masthead #support-navs h1 {
  color: #d8d9db;
}
#masthead #global-nav {
  *zoom: 1;
  height: auto;
  margin: 1.0em 0 0;  /*Grace*/
  background-color: white;
}
#masthead #global-nav:before, #masthead #global-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#masthead #global-nav:after {
  clear: both;
}
#masthead #global-nav #primary-nav {
  position: relative;
  z-index: 101;
  float: left;
  height: auto;
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
#masthead #global-nav #primary-nav > li {
  float: left;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead #global-nav #primary-nav > li.future {
  width: 18%; /*Grace*/
}
.future #masthead #global-nav #primary-nav > li.future a {
  border-top-color: #f26222;
  border-bottom-color: #f26222;
}
#masthead #global-nav #primary-nav > li.future.active > a {
  border-color: #f26222;
}
#masthead #global-nav #primary-nav > li.future.active > ul {
  border-left: 1px solid #f26222;
  border-color: #f26222;
}
#masthead #global-nav #primary-nav > li.future.active > ul > li > h2 {
  border-color: #f26222;
}
#masthead #global-nav #primary-nav > li.future.active > ul > li > ul > li > a:hover {
  background-color: #fed89e;
}
#masthead #global-nav #primary-nav > li.international {
  width: 25%;
}
.international #masthead #global-nav #primary-nav > li.international a {
  border-top-color: #b199a6;
  border-bottom-color: #b199a6;
}
#masthead #global-nav #primary-nav > li.international.active > a {
  border-color: #b199a6;
}
#masthead #global-nav #primary-nav > li.international.active > ul {
  border-color: #b199a6;
}
#masthead #global-nav #primary-nav > li.international.active > ul > li > h2 {
  border-color: #b199a6;
}
#masthead #global-nav #primary-nav > li.international.active > ul > li > ul > li > a:hover {
  background-color: #cebfc7;
}
#masthead #global-nav #primary-nav > li.current {
  width: 21%;
}
.current #masthead #global-nav #primary-nav > li.current a {
  border-top-color: #81b6a2;
  border-bottom-color: #81b6a2;
}
#masthead #global-nav #primary-nav > li.current.active > a {
  border-color: #81b6a2;
}
#masthead #global-nav #primary-nav > li.current.active > ul {
  border-color: #81b6a2;
}
#masthead #global-nav #primary-nav > li.current.active > ul > li > h2 {
  border-color: #81b6a2;
}
#masthead #global-nav #primary-nav > li.current.active > ul > li > ul > li > a:hover {
  background-color: #abcec1;
}
#masthead #global-nav #primary-nav > li.alumni {
  width: 11%;
}
.alumni #masthead #global-nav #primary-nav > li.alumni a {
  border-top-color: #f8a28c;
  border-bottom-color: #f8a28c;
}
#masthead #global-nav #primary-nav > li.alumni.active > a {
  border-color: #f8a28c;
}
#masthead #global-nav #primary-nav > li.alumni.active > ul {
  border-color: #f8a28c;
}
#masthead #global-nav #primary-nav > li.alumni.active > ul > li > h2 {
  border-color: #f8a28c;
}
#masthead #global-nav #primary-nav > li.alumni.active > ul > li > ul > li > a:hover {
  background-color: #fcd5ca;
}
#masthead #global-nav #primary-nav > li.employers {
  width: 24%;
}
.employers #masthead #global-nav #primary-nav > li.employers a {
  border-top-color: #8cc4d5;
  border-bottom-color: #8cc4d5;
}
#masthead #global-nav #primary-nav > li.employers.active > a {
  border-color: #8cc4d5;
}
#masthead #global-nav #primary-nav > li.employers.active > ul {
  border-right: 1px solid #8cc4d5;
  border-color: #8cc4d5;
}
#masthead #global-nav #primary-nav > li.employers.active > ul > li > h2 {
  border-color: #8cc4d5;
}
#masthead #global-nav #primary-nav > li.employers.active > ul > li > ul > li > a:hover {
  background-color: #b1d7e3;
}
#masthead #global-nav #primary-nav > li > a {
  position: relative;
  z-index: 151;
  display: block;
  width: 100%;
  padding: 14px 0;  /*Grace*/
  border: 1px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  font-size: 17.5px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
#masthead #global-nav #primary-nav > li > a:hover {
  background-color: #ebecee;
  text-decoration: none;
}
#masthead #global-nav #primary-nav > li > ul {
  position: absolute;
  left: -9999px;
  list-style: none;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#masthead #global-nav #primary-nav li.active > a {
  padding-bottom: 20px;  /*Grace*/
  background-color: #ebecee;
  border: 1px solid #222222;
  border-top-width: 3px;
  border-bottom: none; 
  outline: none;
  text-decoration: none;
}
#masthead #global-nav #primary-nav li.active > ul {
  position: absolute;
  top: 56px; /*Grace*/
  left: auto; /*Grace*/
  z-index: 150;
  width: auto; /*Grace*/
  height: auto;
  padding: 30px 3% 29px; /*Grace*/
  background-color: #ebecee;
  border: 1px solid #222222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left:0px;  /*Grace*/
}
#masthead #global-nav #primary-nav li.active > ul > li > h2 {
  padding: 6px;
  margin-bottom: 0;
  border-bottom: 3px solid #d8d9db;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 15.12px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
#masthead #global-nav #primary-nav li.active > ul > li > h2 a {
  color: #222222;
}
#masthead #global-nav #primary-nav li.active > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#masthead #global-nav #primary-nav li.active > ul > li > ul li {
  color: #555555;
  font-family: TitilliumwebRegular;
  font-size: 14px;
}
#masthead #global-nav #primary-nav li.active > ul > li > ul li a {
  display: block;
  color: #404040;
  padding: 6px;
  border-bottom: 1px solid #d8d9db;
}
#masthead #global-nav #primary-nav li.active > ul > li > ul li a:hover {
  background-color: #d8d9db;
}

.old_ie #masthead {
  min-width: 980px;
}

#feature-banner {
  position: relative;
  z-index: 100;
  height: 444px;
  max-height: 444px;
  margin-bottom: 3.0em;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
#feature-banner a img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 888px;
  height: 444px;
  margin: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#feature-banner a.active img {
  z-index: 100;
  opacity: 1;
}
#feature-banner ul {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  padding: 1px 0 0;
  margin: 0;
  background-color: #ea7872;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
#feature-banner ul li {
  float: left;
  width: 100%;
  height: auto;
}
#feature-banner ul li a {
  float: left;
  width: 90%;
  height: 35px;
  padding: 15px 5% 0;
  margin-top: -1px;
  border-top: 1px solid #de3027;
  border-bottom: 1px solid #de3027;
  color: black;
  font-family: TitilliumwebRegular;
  letter-spacing: 1px;
  text-align: right;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
#feature-banner ul li a span.title {
  display: block;
  font-size: 14px;
}
#feature-banner ul li a span.summary {
  opacity: 0;
  font-size: 13.02px;
}
#feature-banner ul li a:hover {
  background-color: #e86f69;
}
#feature-banner ul li.active a {
  height: 223px;
  background-color: #d8d9db;
  border-top: 1px solid #d8d9db;
  color: black;
}
#feature-banner ul li.active a span.title {
  margin-bottom: 1.0em;
  font-weight: bold;
}
#feature-banner ul li.active a span.summary {
  opacity: 1;
  font-size: 13.02px;
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  -o-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
}
#feature-banner ul li a:hover,
#feature-banner ul li a:focus {
  text-decoration: none;
  outline: 0;
}

.old_ie #feature-banner a img {
  display: none;
}
.old_ie #feature-banner a.active img {
  display: block;
}
.old_ie #feature-banner ul li a span.summary {
  display: none;
}
.old_ie #feature-banner ul li.active a span.summary {
  display: block;
}

.home .row-fluid .home-box {
  min-height: 400px;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.home .row-fluid .home-box h1 {
  min-height: 33px;
  padding: 20px;
  margin: 0;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 25.2px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home .row-fluid .home-box h1 a {
  color: #222222;
  font-size: 25.2px;
}
.home .row-fluid .home-box.one {
  background-color: #f26222;
}
.home .row-fluid .home-box.two {
  background-color: #b199a6;
}
.home .row-fluid .home-box.three {
  background-color: #81b6a2;
}
.home .row-fluid .home-box.four {
  background-color: #8cc4d5;
}
.home .row-fluid #news ul {
  width: 100%;
  min-height: 330px;
  padding: 0;
  margin: -3px 0 0 0;
  background-color: white;
  list-style: none;
}
.home .row-fluid #news ul li {
  display: block;
  width: 95%;
  height: 82px;
  padding: 0 5% 0 0;
  border-bottom: 1px solid #fedca9;
}
.home .row-fluid #news ul li a {
  display: block;
  height: 100%;
  max-height: 100%;
  font-size: 11.9px;
  line-height: 16px;
}
.home .row-fluid #news ul li a .title {
  display: block;
  padding-top: 11px;
  color: #222222;
}
.home .row-fluid #news ul li a .date {
  float: left;
  width: 30%;
  height: 100%;
  margin: 0 0.5em 0 0;
  background-color: #fff1db;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
.home .row-fluid #news ul li a .date strong {
  display: block;
  margin-top: 0.5em;
  font-size: 27px;
  font-weight: normal;
}
.home .row-fluid #news ul li:last-of-type {
  border-bottom: none;
}
.home .row-fluid #courses form {
  padding: 20px;
}
.home .row-fluid #courses form p {
  margin-bottom: 0;
}
.home .row-fluid #courses form label {
  display: block;
  margin: 0.5em 0;
  font-size: 14px;
}
.home .row-fluid #courses form label:first-of-type {
  margin-top: 0;
}
.home .row-fluid #courses form input {
  width: 100%;
  padding: 8px 5%;
  margin: 0 0 1.0em;
  background-color: #d2c4cc;
  border: 1px solid transparent;
  font-size: 16.1px;
  line-height: 1.0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home .row-fluid #courses form input:focus {
  background-color: white;
  border: 1px solid #9b7c8d;
}
.home .row-fluid #courses form select {
  width: 100%;
  padding: 5px 2.5%;
  margin-bottom: 0.5em;
  background-color: #d2c4cc;
  border: 1px solid transparent;
  font-size: 16.1px;
  line-height: 1.0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home .row-fluid #courses form select:focus {
  background-color: white;
  border: 1px solid #9b7c8d;
}
.home .row-fluid #courses form select option {
  padding: 0 5px;
}
.home .row-fluid #courses form button {
  height: 20px;
  padding: 4px 20px 5px;
  margin: 0;
  background-color: #d2c4cc;
  border: 2px solid #d2c4cc;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.home .row-fluid #courses form button:hover {
  text-decoration: none;
  background-color: #906e80;
  border-color: #906e80;
  color: white;
}
.home .row-fluid #enrol,
.home .row-fluid #feedback {
  position: relative;
}
.home .row-fluid #enrol h1,
.home .row-fluid #feedback h1 {
  height: 80px;
}
.home .row-fluid #enrol p,
.home .row-fluid #feedback p {
  padding-right: 2.0em;
  margin-top: 2.0em;
  text-align: right;
}
.home .row-fluid #enrol p a,
.home .row-fluid #feedback p a {
  color: #222222;
  font-family: TitilliumwebSemiBold;
  font-size: 16.1px;
  text-transform: uppercase;
}
.home .row-fluid #enrol p a:after,
.home .row-fluid #feedback p a:after {
  display: inline-block;
  content: "\f105";
  margin-left: 0.5em;
  font-family: Fontawesome;
  font-size: 20.3px;
}
.old_ie .home .row-fluid #enrol p a:after, .old_ie
.home .row-fluid #feedback p a:after {
  content: '';
}
.home .row-fluid #enrol img,
.home .row-fluid #feedback img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home .row-fluid #events ul {
  width: 100%;
  min-height: 330px;
  padding: 0;
  margin: -3px 0 0 0;
  background-color: white;
  list-style: none;
}
.home .row-fluid #events ul li {
  display: block;
  width: 95%;
  height: 82px;
  padding: 0 5% 0 0;
  border-bottom: 1px solid #c4e1e9;
}
.home .row-fluid #events ul li a {
  display: block;
  height: 100%;
  max-height: 100%;
  font-size: 11.9px;
  line-height: 16px;
}
.home .row-fluid #events ul li a .title {
  display: block;
  padding-top: 11px;
  color: #222222;
}
.home .row-fluid #events ul li a .date {
  float: left;
  width: 30%;
  height: 100%;
  margin: 0 0.5em 0 0;
  background-color: #e9f4f7;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
.home .row-fluid #events ul li a .date strong {
  display: block;
  margin-top: 0.5em;
  font-size: 27px;
  font-weight: normal;
}

#breadcrumbs {
  padding-bottom: 0.5em;
  margin: 2.5em 0 0;
  border-bottom: 1px solid #ebecee;
}
#breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#breadcrumbs ul.nav-links {
  float: left;
}
#breadcrumbs ul.nav-links li {
  float: left;
  padding-left: 8px;
  padding-right: 10px;
  border-right: 1px solid #969798;
  list-style: none;
  font-size: 7.98px;
  line-height: 10.5px;
}
#breadcrumbs ul.nav-links li a {
  color: #969798;
  font-size: 10.5px;
}
#breadcrumbs ul.page-tools {
  float: right;
}
#breadcrumbs ul.page-tools li {
  float: left;
}
#breadcrumbs ul.page-tools li a {
  display: block;
  position: relative;
  width: 25px;
  height: 11px;
  text-indent: -9999px;
  color: #222222;
}
#breadcrumbs ul.page-tools li a:after {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  content: "\f02f";
  width: 100%;
  height: 100%;
  color: #222222;
  font-family: Fontawesome;
  font-size: 20.3px;
  text-indent: 0;
}
#breadcrumbs ul.page-tools li a:hover:after {
  color: #f26222;
}
#breadcrumbs ul.page-tools li a:focus, #breadcrumbs ul.page-tools li a:active {
  outline: none;
}

#secondary-nav h1 {
  padding: 1.0em;
  margin: 0;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.default #secondary-nav h1 {
  background-color: #ea7872;
}
.future #secondary-nav h1 {
  background-color: #fdcc80;
}
.international #secondary-nav h1 {
  background-color: #c0adb8;
}
.current #secondary-nav h1 {
  background-color: #9bc5b5;
}
.alumni #secondary-nav h1 {
  background-color: #fabdae;
}
.employers #secondary-nav h1 {
  background-color: #a6d1df;
}
#secondary-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#secondary-nav a {
  position: relative;
}
#secondary-nav a:hover {
  text-decoration: none;
}
.default #secondary-nav a:hover {
  background-color: #ee918d;
}
.future #secondary-nav a:hover {
  background-color: #fed89e;
}
.international #secondary-nav a:hover {
  background-color: #cebfc7;
}
.current #secondary-nav a:hover {
  background-color: #abcec1;
}
.alumni #secondary-nav a:hover {
  background-color: #fcd5ca;
}
.employers #secondary-nav a:hover {
  background-color: #b1d7e3;
}
#secondary-nav a:focus, #secondary-nav a:active {
  text-decoration: none;
}
#secondary-nav .current {
  background-color: #e0e1e3;
}
.default #secondary-nav .current > a {
  background-color: #ee918d;
}
.future #secondary-nav .current > a {
  background-color: #fed89e;
}
.international #secondary-nav .current > a {
  background-color: #cebfc7;
}
.current #secondary-nav .current > a {
  background-color: #abcec1;
}
.alumni #secondary-nav .current > a {
  background-color: #fcd5ca;
}
.employers #secondary-nav .current > a {
  background-color: #b1d7e3;
}
#secondary-nav .current > a:after {
  right: 15px;
  content: "\f101";
  font-weight: normal;
}
.old_ie #secondary-nav .current > a:after {
  content: '';
}
#secondary-nav .parent {
  background-color: #e0e1e3;
}
#secondary-nav .parent > a {
  font-family: TitilliumwebSemiBold;
}
#secondary-nav .parent > a:after {
  content: "\f107";
}
.old_ie #secondary-nav .parent > a:after {
  content: '';
}
#secondary-nav .parent > a:hover:after {
  content: "\f101";
}
.old_ie #secondary-nav .parent > a:hover:after {
  content: '';
}
.default #secondary-nav .parent > a {
  background-color: #ee918d;
}
.future #secondary-nav .parent > a {
  background-color: #fed89e;
}
.international #secondary-nav .parent > a {
  background-color: #cebfc7;
}
.current #secondary-nav .parent > a {
  background-color: #abcec1;
}
.alumni #secondary-nav .parent > a {
  background-color: #fcd5ca;
}
.employers #secondary-nav .parent > a {
  background-color: #b1d7e3;
}
#secondary-nav > ul {
  background-color: #e3e4e5; /*Grace*/
}
#secondary-nav > ul > li {
  padding: 0;
  margin: 0;
  border: 1px solid white; /*Grace*/
}
.default #secondary-nav > ul > li {
  border-bottom: 1px solid #e55a53;
}
.future #secondary-nav > ul > li {
  border-bottom: 1px solid #f26222;
}
.international #secondary-nav > ul > li {
  border-bottom: 1px solid #b199a6;
}
.current #secondary-nav > ul > li {
  border-bottom: 1px solid #81b6a2;
}
.alumni #secondary-nav > ul > li {
  border-bottom: 1px solid #f8a28c;
}
.employers #secondary-nav > ul > li {
  border-bottom: 1px solid #8cc4d5;
}
#secondary-nav > ul > li:last-of-type {
  border-bottom-width: 2px;
}
#secondary-nav > ul > li > a {
  display: block;
  padding: 0px 5px; /*Grace*/
  margin-left: 20px; /*Grace*/
  color: #444444;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;

}
#secondary-nav > ul > li a { /*Grace*/
  display: block;
  padding: 0px 5px; /*Grace*/
  margin-left: 20px; /*Grace*/
  color: #444444;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;

}
/*#secondary-nav > ul > li > a:after {
  position: absolute;
  right: 20px;
  content: "\f105";
  color: black;
  font-family: Fontawesome;
  font-size: 20.3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} Grace */
.old_ie #secondary-nav > ul > li > a:after {
  font-family: Fontawesome !important;
  content: '';
}
/*#secondary-nav > ul > li > a:hover:after { 
  right: 15px;
  content: "\f101";
}Grace*/

#secondary-nav > ul > li > a:hover{
color:white;
background:black;
}

#secondary-nav > ul > li a:hover{ /*Grace*/
color:white;
background:black;
}

.old_ie #secondary-nav > ul > li > a:hover:after {
  content: '';
}
#secondary-nav > ul > li > ul {
  padding: 0;
  margin: 0;
}
#secondary-nav > ul > li > ul > li > a {
  display: block;
  padding: 0.6em 2.5em 0.6em 2.0em;
  color: #222222;
  font-family: TitilliumwebLight;
  font-size: 14px;
}
#secondary-nav > ul > li > ul > li > a:after {
  position: absolute;
  right: 20px;
  content: "\f105";
  color: #222222;
  font-family: Fontawesome;
  font-size: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.old_ie #secondary-nav > ul > li > ul > li > a:after {
  content: '';
}
#secondary-nav > ul > li > ul > li > a:hover:after {
  right: 15px;
  content: "\f101";
}
.old_ie #secondary-nav > ul > li > ul > li > a:hover:after {
  content: '';
}
#secondary-nav > ul > li > ul > li.parent {
  background-color: #e0e1e3;
}
#secondary-nav > ul > li > ul > li.parent > a {
  font-family: TitilliumwebSemiBold;
}
#secondary-nav > ul > li > ul > li.parent > a:after {
  content: "\f107";
}
.old_ie #secondary-nav > ul > li > ul > li.parent > a:after {
  content: '';
}
#secondary-nav > ul > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
#secondary-nav > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 0.6em 1.5em 0.6em 3.0em;
  color: #222222;
  font-family: TitilliumwebLight;
  font-size: 13.02px;
}
#secondary-nav > ul > li > ul > li > ul > li > a:after {
  position: absolute;
  right: 20px;
  content: "\f105";
  color: #222222;
  font-family: Fontawesome;
  font-size: 16.1px;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.old_ie #secondary-nav > ul > li > ul > li > ul > li > a:after {
  content: '';
}
#secondary-nav > ul > li > ul > li > ul > li > a:hover:after {
  right: 15px;
  content: "\f101";
}
.old_ie #secondary-nav > ul > li > ul > li > ul > li > a:hover:after {
  content: '';
}

#theme-switcher {
  position: fixed;
  top: 90px;
  z-index: 2000;
}
#theme-switcher .switch-button {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  margin-left: -35px;
  background: rgba(0, 0, 0, 0.75);
  text-indent: -9999px;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#theme-switcher .switch-button:after {
  display: block;
  content: "\f085";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 27px;
  padding-top: 8px;
  color: #ebecee;
  font-family: Fontawesome;
  font-size: 17.5px;
  text-align: center;
  text-indent: 0;
}
#theme-switcher .switch-button:hover:after {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
  outline: 0 !important;
}
#theme-switcher.open .switch-button:after {
  content: "\f00d";
}
#theme-switcher .theme-switcher-content {
  padding: 0 5px 0 10px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes {
  display: block;
  width: 220px;
  padding-bottom: 10px;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes h2 {
  padding: 10px 5px;
  margin: 0;
  font-size: 16.1px;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a {
  position: relative;
  display: block;
  color: white;
  padding: 5px 10px 7px 55px;
  font-size: 13.02px;
  outline: 0 !important;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  content: "";
  width: 35px;
  height: 15px;
  margin: 3px 5px 0 0;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.default:before {
  background-color: #e55a53;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.future:before {
  background-color: #f26222;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.international:before {
  background-color: #b199a6;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.current:before {
  background-color: #81b6a2;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.alumni:before {
  background-color: #f8a28c;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.employers:before {
  background-color: #8cc4d5;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.job-centre:before {
  background-color: #426996;
}
#theme-switcher .theme-switcher-content .theme-switcher-themes a.active {
  background: rgba(0, 0, 0, 0.3);
}

#content .featured-profiles {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 254px;
  padding: 0;
  margin: 0 0 2.0em;
}
#content .featured-profiles ul {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#content .featured-profiles ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.modern #content .featured-profiles ul li.active, .modern_ie #content .featured-profiles ul li.active {
  opacity: 1;
}
.modern #content .featured-profiles ul li:after {
  content: "";
}
#content .featured-profiles ul li img {
  float: left;
  margin-right: 2.0em;
}
#content .featured-profiles ul li span {
  display: block;
}
#content .featured-profiles ul li span.profile-name {
  padding: 1.0em 2.0em 0 0;
  font-size: 14px;
}
#content .featured-profiles ul li span.profile-qual {
  padding-right: 2.0em;
  margin-bottom: 1.0em;
  font-size: 14px;
}
#content .featured-profiles ul li span.profile-quote {
  padding-right: 2.0em;
  font-size: 13.02px;
}
#content .featured-profiles ul li.pos-1 {
  z-index: 5;
}
#content .featured-profiles ul li.pos-2 {
  z-index: 4;
}
#content .featured-profiles ul li.pos-3 {
  z-index: 3;
}
#content .featured-profiles ul li.pos-4 {
  z-index: 2;
}
#content .featured-profiles ul li.pos-5 {
  z-index: 1;
}
.default #content .featured-profiles ul li {
  background-color: #f2afac;
}
.future #content .featured-profiles ul li {
  background-color: #fed89e;
}
.international #content .featured-profiles ul li {
  background-color: #cebfc7;
}
.current #content .featured-profiles ul li {
  background-color: #abcec1;
}
.alumni #content .featured-profiles ul li {
  background-color: #fcd5ca;
}
.employers #content .featured-profiles ul li {
  background-color: #b1d7e3;
}
.job-centre #content .featured-profiles ul li {
  background-color: #618ab9;
}
#content .featured-profiles > a {
  display: none;
  position: absolute;
  bottom: 10px;
  z-index: 5;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}
.default #content .featured-profiles > a {
  background-color: #ec857f;
}
.future #content .featured-profiles > a {
  background-color: #fed28f;
}
.international #content .featured-profiles > a {
  background-color: #c7b6bf;
}
.current #content .featured-profiles > a {
  background-color: #a1c9ba;
}
.alumni #content .featured-profiles > a {
  background-color: #fbc9bc;
}
.employers #content .featured-profiles > a {
  background-color: #a6d1df;
}
.job-centre #content .featured-profiles > a {
  background-color: #5682b5;
}
.default #content .featured-profiles > a:hover {
  background-color: #e55a53;
}
.future #content .featured-profiles > a:hover {
  background-color: #f26222;
}
.international #content .featured-profiles > a:hover {
  background-color: #b199a6;
}
.current #content .featured-profiles > a:hover {
  background-color: #81b6a2;
}
.alumni #content .featured-profiles > a:hover {
  background-color: #f8a28c;
}
.employers #content .featured-profiles > a:hover {
  background-color: #8cc4d5;
}
.job-centre #content .featured-profiles > a:hover {
  background-color: #426996;
}
#content .featured-profiles > a:hover:after {
  text-decoration: none;
}
#content .featured-profiles > a:active:after {
  text-decoration: none;
}
#content .featured-profiles > a:after {
  display: block;
  position: absolute;
  top: 1px;
  z-index: 10;
  height: 100%;
  color: black;
  font-family: Fontawesome;
  font-size: 21px;
  text-indent: 0;
  text-decoration: none;
}
.old_ie #content .featured-profiles > a:after {
  top: 2px;
}
#content .featured-profiles > a.prev {
  left: 430px;
}
#content .featured-profiles > a.prev:after {
  content: "\f104";
  width: 75%;
  padding-left: 25%;
}
.old_ie #content .featured-profiles > a.prev:after {
  content: '<';
  width: 85%;
  padding-left: 15%;
}
#content .featured-profiles > a.next {
  left: 460px;
}
#content .featured-profiles > a.next:after {
  content: "\f105";
  width: 65%;
  padding-left: 35%;
}
.old_ie #content .featured-profiles > a.next:after {
  content: '>';
  width: 75%;
  padding-left: 25%;
}
#content .featured-profiles > a:focus, #content .featured-profiles > a:active {
  outline: none;
}
.old_ie #content .featured-profiles ul li {
  display: none;
}
.old_ie #content .featured-profiles ul li.active {
  display: block;
}

#nested-calendar {
  position: relative;
  margin: 2.0em 0 0;
}
#nested-calendar > h2 {
  padding: 1.0em;
  margin: 0;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
}
.default #nested-calendar > h2 {
  background-color: #ea7872;
}
.future #nested-calendar > h2 {
  background-color: #fdcc80;
}
.international #nested-calendar > h2 {
  background-color: #c0adb8;
}
.current #nested-calendar > h2 {
  background-color: #9bc5b5;
}
.alumni #nested-calendar > h2 {
  background-color: #fabdae;
}
.employers #nested-calendar > h2 {
  background-color: #a6d1df;
}
.job-centre #nested-calendar > h2 {
  background-color: #4d7aaf;
  color: white;
}
#nested-calendar > h3 {
  padding: 0.5em 0;
  margin: 0;
  color: black;
  font-family: TitilliumwebLight;
  font-size: 15.12px;
  font-weight: normal;
  text-align: center;
}
#nested-calendar > p {
  margin: 0;
}
#nested-calendar .cal-nav a {
  display: block;
  position: absolute;
  top: 69px;
  z-index: 5;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nested-calendar .cal-nav a:after {
  display: block;
  position: absolute;
  top: 1px;
  z-index: 10;
  height: 100%;
  color: black;
  font-family: Fontawesome;
  font-size: 21px;
  text-indent: 0;
}
#nested-calendar .cal-nav a:focus, #nested-calendar .cal-nav a:active {
  outline: 0;
}
#nested-calendar .cal-nav.prev a {
  left: 12px;
}
#nested-calendar .cal-nav.prev a:after {
  content: "\f104";
  width: 75%;
  padding-left: 25%;
}
.old_ie #nested-calendar .cal-nav.prev a:after {
  content: '<';
}
#nested-calendar .cal-nav.prev a:hover {
  left: 7px;
}
.old_ie #nested-calendar .cal-nav.prev a:hover {
  left: 12px;
}
#nested-calendar .cal-nav.prev a:hover:after {
  content: "\f100";
}
.old_ie #nested-calendar .cal-nav.prev a:hover:after {
  content: '<';
}
#nested-calendar .cal-nav.next a {
  right: 12px;
}
#nested-calendar .cal-nav.next a:after {
  content: "\f105";
  width: 65%;
  padding-left: 35%;
}
.old_ie #nested-calendar .cal-nav.next a:after {
  content: '>';
}
#nested-calendar .cal-nav.next a:hover {
  right: 7px;
}
.old_ie #nested-calendar .cal-nav.next a:hover {
  right: 12px;
}
#nested-calendar .cal-nav.next a:hover:after {
  content: "\f101";
}
.old_ie #nested-calendar .cal-nav.next a:hover:after {
  content: '>';
}
#nested-calendar table {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
#nested-calendar table tr th {
  width: 14.285714% !important;
  height: auto !important;
  padding: 0.4em 0;
  border: 1px solid transparent;
  font-family: TitilliumwebLight;
  font-size: 13.02px;
  font-weight: normal;
  text-align: center;
}
.default #nested-calendar table tr th {
  border-top-color: #e55a53;
  border-bottom-color: #e55a53;
}
.future #nested-calendar table tr th {
  border-top-color: #f26222;
  border-bottom-color: #f26222;
}
.international #nested-calendar table tr th {
  border-top-color: #b199a6;
  border-bottom-color: #b199a6;
}
.current #nested-calendar table tr th {
  border-top-color: #81b6a2;
  border-bottom-color: #81b6a2;
}
.alumni #nested-calendar table tr th {
  border-top-color: #f8a28c;
  border-bottom-color: #f8a28c;
}
.employers #nested-calendar table tr th {
  border-top-color: #8cc4d5;
  border-bottom-color: #8cc4d5;
}
.job-top-centre #nested-calendar table tr th {
  border-top-color: #426996;
  border-bottom-color: #426996;
}
#nested-calendar table tr td {
  width: 14.285714% !important;
  height: auto !important;
  padding: 0;
  border: 1px solid white;
  font-family: TitilliumwebLight;
  font-size: 13.02px;
  font-weight: normal;
  text-align: center;
}
#nested-calendar table tr td.date {
  background-color: #ebecee;
}
.default #nested-calendar table tr td.date.today {
  background-color: #e55a53;
}
.future #nested-calendar table tr td.date.today {
  background-color: #f26222;
}
.international #nested-calendar table tr td.date.today {
  background-color: #b199a6;
}
.current #nested-calendar table tr td.date.today {
  background-color: #81b6a2;
}
.alumni #nested-calendar table tr td.date.today {
  background-color: #f8a28c;
}
.employers #nested-calendar table tr td.date.today {
  background-color: #8cc4d5;
}
.job-centre #nested-calendar table tr td.date.today {
  background-color: #426996;
}
#nested-calendar table tr td.date.today a {
  text-decoration: underline;
}
.job-centre #nested-calendar table tr td.date.today a {
  color: white;
}
.default #nested-calendar table tr td.date.eventDate {
  background-color: #ea7872;
}
.future #nested-calendar table tr td.date.eventDate {
  background-color: #fdcc80;
}
.international #nested-calendar table tr td.date.eventDate {
  background-color: #c0adb8;
}
.current #nested-calendar table tr td.date.eventDate {
  background-color: #98c3b3;
}
.alumni #nested-calendar table tr td.date.eventDate {
  background-color: #fabdae;
}
.employers #nested-calendar table tr td.date.eventDate {
  background-color: #a6d1df;
}
.job-centre #nested-calendar table tr td.date.eventDate {
  background-color: #4d7aaf;
  color: white;
}
#nested-calendar table tr td.date.eventDate a {
  text-decoration: underline;
}
.job-centre #nested-calendar table tr td.date.eventDate a {
  color: white;
}
#nested-calendar table tr td a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  color: black;
}
.default #nested-calendar table tr td a:hover {
  background-color: #ee918d;
}
.future #nested-calendar table tr td a:hover {
  background-color: #fed89e;
}
.international #nested-calendar table tr td a:hover {
  background-color: #cebfc7;
}
.current #nested-calendar table tr td a:hover {
  background-color: #abcec1;
}
.alumni #nested-calendar table tr td a:hover {
  background-color: #fcd5ca;
}
.employers #nested-calendar table tr td a:hover {
  background-color: #b1d7e3;
}
.job-centre #nested-calendar table tr td a:hover {
  background-color: #618ab9;
  color: white;
}

#find-courses {
  margin-left: 0;
  margin-top: 2.0em;
  background: #b199a6 url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
}
#find-courses h1 {
  min-height: 33px;
  padding: 20px 20px 10px;
  margin: 0;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#find-courses h1 a {
  color: #222222;
  font-size: 17.5px;
}
#find-courses form {
  padding: 0 20px 20px;
}
#find-courses form p {
  margin-bottom: 0;
}
#find-courses form label {
  display: block;
  margin: 0.5em 0;
  font-size: 14px;
}
#find-courses form label:first-of-type {
  margin-top: 0;
}
#find-courses form input {
  width: 100%;
  padding: 8px 5%;
  margin: 0 0 1.0em;
  background-color: #d2c4cc;
  border: 1px solid transparent;
  font-size: 16.1px;
  line-height: 1.0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#find-courses form input:focus {
  background-color: white;
  border: 1px solid #9b7c8d;
}
#find-courses form select {
  width: 100%;
  padding: 5px 2.5%;
  margin-bottom: 0.5em;
  background-color: #d2c4cc;
  border: 1px solid transparent;
  font-size: 16.1px;
  line-height: 1.0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#find-courses form select:focus {
  background-color: white;
  border: 1px solid #9b7c8d;
}
#find-courses form select option {
  padding: 0 5px;
}
#find-courses form button {
  height: 20px;
  padding: 4px 20px 5px;
  margin: 0;
  background-color: #d2c4cc;
  border: 2px solid #d2c4cc;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#find-courses form button:hover {
  text-decoration: none;
  background-color: #906e80;
  border-color: #906e80;
  color: white;
}

#latest-news {
  margin-left: 0;
  margin-top: 2.0em;
  background: #f26222 url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
}
#latest-news h1 {
  min-height: 33px;
  padding: 20px 20px 10px;
  margin: 0;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#latest-news h1 a {
  color: #222222;
  font-size: 17.5px;
}
#latest-news ul {
  width: 100%;
  min-height: 330px;
  padding: 0;
  margin: -3px 0 0 0;
  background-color: white;
  list-style: none;
}
#latest-news ul li {
  display: block;
  width: 95%;
  height: 82px;
  padding: 0 5% 0 0;
  border-bottom: 1px solid #fedca9;
}
#latest-news ul li a {
  display: block;
  height: 100%;
  max-height: 100%;
  font-size: 11.9px;
  line-height: 16px;
}
#latest-news ul li a .title {
  display: block;
  padding-top: 11px;
  color: #222222;
}
#latest-news ul li a .date {
  float: left;
  width: 30%;
  height: 100%;
  margin: 0 0.5em 0 0;
  background-color: #fff1db;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
#latest-news ul li a .date strong {
  display: block;
  margin-top: 0.5em;
  font-size: 27px;
  font-weight: normal;
}
#latest-news ul li:last-of-type {
  border-bottom: none;
}

#upcoming-events {
  margin-left: 0;
  margin-top: 2.0em;
  background: #81b6a2 url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
}
#upcoming-events h1 {
  min-height: 33px;
  padding: 20px 20px 10px;
  margin: 0;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#upcoming-events h1 a {
  color: #222222;
  font-size: 17.5px;
}
#upcoming-events ul {
  width: 100%;
  padding: 0;
  margin: -3px 0 0 0;
  background-color: #d2e5de;
  list-style: none;
}
#upcoming-events ul li {
  display: block;
  width: 90%;
  height: auto;
  padding: 8px 5%;
  border-bottom: 1px solid #81b6a2;
  font-size: 10.5px;
}
#upcoming-events ul li a {
  display: block;
  margin-bottom: 0.5em;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 15.12px;
}

/* Sign In Form */
#signin-form {
  position: relative;
  margin: 2.0em 0 0;
  background: #f26222 url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
}
#signin-form > h2 {
  padding: 1.0em 1.0em 0.5em;
  margin: 0;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
}
#signin-form > fieldset {
  *zoom: 1;
  padding: 0 20px 20px;
  margin: 0;
  border: none;
}
#signin-form > fieldset:before, #signin-form > fieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
#signin-form > fieldset:after {
  clear: both;
}
#signin-form > fieldset label {
  display: block;
  margin: 0 0 0.5em 0;
}
#content #signin-form > fieldset label {
  float: left;
  width: 14.63415%;
  margin-left: 2.43902%;
}
#content #signin-form > fieldset label:first-of-type {
  margin-left: 0;
}
#signin-form > fieldset #SQ_LOGIN_USERNAME,
#signin-form > fieldset #SQ_LOGIN_PASSWORD {
  width: 100%;
  padding: 6px 10px;
  margin: 0 0 1.0em;
  background-color: #fee6c2;
  border: 1px solid transparent;
  font-size: 16.1px;
  line-height: 1.0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#content #signin-form > fieldset #SQ_LOGIN_USERNAME, #content
#signin-form > fieldset #SQ_LOGIN_PASSWORD {
  float: left;
  width: 31.70732%;
}
#signin-form > fieldset #SQ_LOGIN_USERNAME:focus,
#signin-form > fieldset #SQ_LOGIN_PASSWORD:focus {
  background-color: white;
  border: 1px solid #fcaa2b;
}
#content #signin-form > fieldset #SQ_LOGIN_USERNAME {
  width: 31.70732%;
}
#content #signin-form > fieldset #SQ_LOGIN_PASSWORD {
  width: 14.63415%;
}
#signin-form > fieldset #reset-pass {
  display: inline-block;
  margin-top: 6px;
  font-size: 10.5px;
  color: #404040;
}
#signin-form > fieldset .signin-social-links {
  display: block;
  padding: 0 0 20px;
}
#signin-form > fieldset .signin-social-links > a {
  position: relative;
  padding-left: 25px;
  color: #404040;
  font-size: 10.5px;
}
#signin-form > fieldset .signin-social-links > a:before {
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Fontawesome;
  font-size: 25.2px;
  font-weight: normal;
}
#signin-form > fieldset .signin-social-links > .facebook:before {
  content: "\f082";
  color: #3b579d;
}
#signin-form > fieldset .signin-social-links > .linkedin:before {
  content: "\f08c";
  color: #007fb2;
}
#signin-form > fieldset #SQ_LOGIN_SUBMIT {
  float: right;
  height: 20px;
  padding: 4px 20px 5px;
  margin: 0;
  background-color: transparent;
  border: 2px solid transparent;
  font-family: TitilliumwebBold;
  font-size: 13.02px;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#content #signin-form > fieldset #SQ_LOGIN_SUBMIT {
  float: left;
  margin-left: 2.43902%;
  color: black;
}
#signin-form > fieldset #SQ_LOGIN_SUBMIT:hover {
  text-decoration: none;
  background-color: #fedca9;
  border-color: #fedca9;
}
#signin-form > fieldset #SQ_LOGIN_SUBMIT:active {
  text-decoration: none;
  background-color: #fca011;
  border-color: #fca011;
  color: white;
}

#right-column .related-image {
  width: 100%;
  max-width: 100% !important;
  margin: 0 0 2.0em 0;
}
#right-column #related-information {
  background-color: #ebecee;
}
#right-column #related-information h1 {
  padding: 1.0em;
  margin: 0 0 7px;
  background: url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.default #right-column #related-information h1 {
  background-color: #ea7872;
}
.future #right-column #related-information h1 {
  background-color: #fdcc80;
}
.international #right-column #related-information h1 {
  background-color: #c0adb8;
}
.current #right-column #related-information h1 {
  background-color: #9bc5b5;
}
.alumni #right-column #related-information h1 {
  background-color: #fabdae;
}
.employers #right-column #related-information h1 {
  background-color: #a6d1df;
}
.job-centre #right-column #related-information h1 {
  background-color: #4d7aaf;
  color: white;
}
#right-column #related-information h2 {
  padding: 0 15px;
  margin: 0;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 16.1px;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: normal;
}
#right-column #related-information ul {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
#right-column #related-information ul li {
  line-height: 1.5em;
}
.modern #right-column #related-information ul li {
  position: relative;
  line-height: 1.5em;
  list-style-type: none;
  counter-increment: list;
}
.modern #right-column #related-information ul li:after {
  position: absolute;
  left: -2.6em;
  top: 0;
  content: counter(notecntr,disc) " ";
  width: 2em;
  color: #e65d56;
  text-align: right;
}
#right-column #related-information ul.doc-list {
  padding: 10px 17px 25px 39px;
  margin: 0;
}
#right-column #related-information ul.doc-list li {
  list-style: none;
}
#right-column #related-information ul.doc-list li a {
  padding: 0.5em 0;
  font-family: TitilliumwebLight;
}
#right-column #related-information ul.doc-list li a[href$=".pdf"]:before,
#right-column #related-information ul.doc-list li a[href$=".doc"]:before,
#right-column #related-information ul.doc-list li a[href$=".docx"]:before,
#right-column #related-information ul.doc-list li a[href$=".xls"]:before,
#right-column #related-information ul.doc-list li a[href$=".xlsx"]:before,
#right-column #related-information ul.doc-list li a[href$=".ppt"]:before,
#right-column #related-information ul.doc-list li a[href$=".pptx"]:before {
  top: 6px;
  left: -27px;
}
#right-column #related-information ul.doc-list li a[href$=".pdf"]:after,
#right-column #related-information ul.doc-list li a[href$=".doc"]:after,
#right-column #related-information ul.doc-list li a[href$=".docx"]:after,
#right-column #related-information ul.doc-list li a[href$=".xls"]:after,
#right-column #related-information ul.doc-list li a[href$=".xlsx"]:after,
#right-column #related-information ul.doc-list li a[href$=".ppt"]:after,
#right-column #related-information ul.doc-list li a[href$=".pptx"]:after {
  top: 9px;
  left: -26px;
}
#right-column #related-information ul.doc-list li span {
  color: #888888;
  font-size: 11.9px;
}
#right-column #related-information ul.doc-list li:after {
  content: "";
}
#right-column #related-information ul.doc-list li.link a {
  position: relative;
  line-height: 1.7em;
}
#right-column #related-information ul.doc-list li.link a:before {
  position: absolute;
  display: block;
  top: 7px;
  left: -24px;
  content: "\f0c1";
  margin-right: 0.5em;
  font-family: Fontawesome;
  font-size: 20px;
  color: #404040;
}

.nav-tabs {
  *zoom: 1;
  padding: 0 1.0em;
}
.nav-tabs:before, .nav-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after {
  clear: both;
}

.nav-tabs > li {
  float: left;
}
.modern #content .nav-tabs > li:after {
  content: "";
}

.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #ebecee #ebecee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #888888;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
}
.nav-tabs > li > a {
  display: block;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  background: none;
  border: none;
  color: #999999;
  font-size: 14px;
  margin-bottom: -1px;
  padding: 3px 15px;
  outline: none;
  text-decoration: none;
}
.nav-tabs > li > a:hover {
  background: none;
  color: #444;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:active, .nav-tabs > .active > a:hover {
  background: none;
  border: none;
  border-bottom: 2px solid #4b78ab;
  color: #444;
}

.tabs-below .nav-tabs {
  border-top: 2px solid #e1e1e1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset;
}
.tabs-below .nav-tabs > li > a {
  margin-bottom: 0;
  margin-top: -1px;
  padding: 4px 15px;
}
.tabs-below .nav-tabs > .active > a, .tabs-below .nav-tabs > .active > a:hover {
  border: none;
  border-top: 2px solid #4b78ab;
  padding-top: 2px;
}

.tabs-left .nav-tabs {
  border-right: 2px solid #e1e1e1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0;
}
.tabs-left .nav-tabs > li > a {
  margin-bottom: 0;
  margin-right: -2px;
}
.tabs-left .nav-tabs > .active > a, .tabs-left .nav-tabs > .active > a:hover {
  border: none;
  border-right: 2px solid #4b78ab;
  padding-right: 13px;
}

.tabs-right .nav-tabs {
  border-left: 2px solid #e1e1e1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset;
  box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset;
}
.tabs-right .nav-tabs > li > a {
  margin-bottom: 0;
  margin-left: -2px;
}
.tabs-right .nav-tabs > .active > a, .tabs-right .nav-tabs > .active > a:hover {
  border: none;
  border-left: 2px solid #4b78ab;
  padding-left: 13px;
}

.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #ebecee #dddddd #ebecee #ebecee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #ebecee #ebecee #ebecee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white;
}

.nav > .disabled > a {
  color: #d8d9db;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.job-centre .tab-content {
  padding-top: 1.0em;
}
.job-centre #altcontent {
  border: 0;
  min-height: inherit;
}
.job-centre #content {
  /* Links */
  /* Manage Pages */
}
.job-centre #content a.signup, .job-centre #content a.control {
  position: relative;
  padding: 0 1.5em 0 2.0em;
  font-size: 14px;
  line-height: 1.7em;
}
.body .job-centre #content a.signup, .body .job-centre #content a.control {
  font-size: 13.02px;
}
.small .job-centre #content a.signup, .small .job-centre #content a.control {
  font-size: 11.9px;
}
.job-centre #content a.signup:before, .job-centre #content a.control:before {
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  font-family: Fontawesome;
  font-size: 25.2px;
  font-weight: normal;
}
.job-centre #content a.signup:hover, .job-centre #content a.control:hover {
  text-decoration: none;
}
.job-centre #content a.signup:hover:before, .job-centre #content a.control:hover:before {
  text-decoration: none;
}
.job-centre #content a.signup.facebook:before, .job-centre #content a.control.facebook:before {
  content: "\f082";
  color: #3b579d;
}
.job-centre #content a.signup.linkedin:before, .job-centre #content a.control.linkedin:before {
  content: "\f08c";
  color: #007fb2;
}
.job-centre #content a.signup.change-pic:before, .job-centre #content a.control.change-pic:before {
  top: -2px;
  content: "\f030";
  color: #0088cc;
  font-size: 17.5px;
}
.old_ie .job-centre #content a.signup.change-pic:before, .old_ie .job-centre #content a.control.change-pic:before {
  content: '';
}
.job-centre #content a.signup.change-pic:hover:before, .job-centre #content a.control.change-pic:hover:before {
  color: #005580;
}
.job-centre #content a.signup.edit:before, .job-centre #content a.control.edit:before {
  top: -1px;
  left: 11px;
  content: "\f040";
  color: #0088cc;
  font-size: 14px;
}
.old_ie .job-centre #content a.signup.edit:before, .old_ie .job-centre #content a.control.edit:before {
  content: '';
}
.job-centre #content a.signup.edit:hover:before, .job-centre #content a.control.edit:hover:before {
  color: #005580;
}
.job-centre #content a.signup.relist:before, .job-centre #content a.control.relist:before {
  top: 0;
  left: 6px;
  content: "\f021";
  color: #0088cc;
  font-size: 16.1px;
}
.old_ie .job-centre #content a.signup.relist:before, .old_ie .job-centre #content a.control.relist:before {
  content: '';
}
.job-centre #content a.signup.relist:hover:before, .job-centre #content a.control.relist:hover:before {
  color: #005580;
}
.job-centre #content a.signup.archive:before, .job-centre #content a.control.archive:before {
  top: -1px;
  left: 5px;
  content: "\f187";
  color: #0088cc;
  font-size: 16.1px;
}
.old_ie .job-centre #content a.signup.archive:before, .old_ie .job-centre #content a.control.archive:before {
  content: '';
}
.job-centre #content a.signup.archive:hover:before, .job-centre #content a.control.archive:hover:before {
  color: #005580;
}
.job-centre #content a.signup.cancel, .job-centre #content a.control.cancel {
  padding: 0 0 0 1.3em;
}
.job-centre #content a.signup.cancel:before, .job-centre #content a.control.cancel:before {
  content: "\f00d";
  font-size: 17.5px;
}
.old_ie .job-centre #content a.signup.cancel:before, .old_ie .job-centre #content a.control.cancel:before {
  content: '';
}
.job-centre #content a.signup.delete, .job-centre #content a.control.delete {
  padding: 0 0 0 1.3em;
}
.job-centre #content a.signup.delete:before, .job-centre #content a.control.delete:before {
  content: "\f00d";
  color: #f26222;
  font-size: 17.5px;
}
.old_ie .job-centre #content a.signup.delete:before, .old_ie .job-centre #content a.control.delete:before {
  content: '';
}
.job-centre #content a.signup.delete:hover:before, .job-centre #content a.control.delete:hover:before {
  color: #005580;
}
.job-centre #content a.signup.trash:before, .job-centre #content a.control.trash:before {
  left: 8px;
  content: "\f014";
  font-size: 17.5px;
}
.old_ie .job-centre #content a.signup.trash:before, .old_ie .job-centre #content a.control.trash:before {
  content: '';
}
.job-centre #content a.signup.trash:hover:before, .job-centre #content a.control.trash:hover:before {
  color: #005580;
}
.job-centre #content a.signup.preview:before, .job-centre #content a.control.preview:before {
  top: 2px;
  content: "\f06e";
  font-size: 21px;
}
.old_ie .job-centre #content a.signup.preview:before, .old_ie .job-centre #content a.control.preview:before {
  content: '';
}
.job-centre #content a.signup.preview.job:before, .job-centre #content a.control.preview.job:before {
  top: -2px;
}
.job-centre #content a.signup.info:before, .job-centre #content a.control.info:before {
  top: -2px;
  content: "\f059";
  font-size: 21px;
}
.old_ie .job-centre #content a.signup.info:before, .old_ie .job-centre #content a.control.info:before {
  content: '';
}
.job-centre #content p.body a.signup, .job-centre #content p.body a.control, .job-centre #content p .body a.signup, .job-centre #content p .body a.control {
  font-size: 13.02px;
}
.job-centre #content p.small a.signup, .job-centre #content p.small a.control, .job-centre #content p .small a.signup, .job-centre #content p .small a.control {
  font-size: 11.9px;
}
.job-centre #content p.success {
  position: relative;
  display: block;
  padding: 1.0em;
  background-color: #57b654;
  color: white;
  font-size: 16.1px;
}
.job-centre #content p.success .close {
  float: right;
  color: white;
}
.job-centre #content p.success .close span {
  font-family: Fontawesome;
}
.job-centre #content .job-profile form {
  margin: 0;
}
.job-centre #content #org-logo a.change-pic {
  padding-right: 0;
}
.job-centre #content #create-profile-photo h2.details,
.job-centre #content #create-logo h2.details {
  margin-top: 14px;
}
.job-centre #content #create-profile-photo input[type="text"],
.job-centre #content #create-logo input[type="text"] {
  width: 100%;
}
.job-centre #content #create-profile-photo input[type="file"],
.job-centre #content #create-logo input[type="file"] {
  max-width: 100%;
  font-size: 11.9px;
}
.job-centre #content #create-profile-photo .save-row,
.job-centre #content #create-logo .save-row {
  text-align: center;
}
.job-centre #content input,
.job-centre #content textarea {
  font-size: 14px;
}
.job-centre #content .search-form input[type="text"],
.job-centre #content .search-form input[type="password"] {
  font-size: 16.1px;
}
.job-centre #content ul.profile-results {
  padding: 0;
}
.job-centre #content ul.profile-results > li {
  float: left;
  width: 100%;
  height: auto;
  padding: 1.0em 0;
  margin: 0;
  border-bottom: 1px solid #ebecee;
}
.job-centre #content ul.profile-results > li:first-of-type {
  padding-top: 0;
}
.job-centre #content ul.profile-results > li:last-of-type {
  border-bottom: none;
}
.job-centre #content ul.profile-results > li h2.profile-heading {
  margin-top: 0;
}
.job-centre #content ul.profile-results.manage > li:last-of-type {
  border-bottom: 1px solid #ebecee;
}
.job-centre #content #pass-check {
  font-size: 13.02px;
  font-weight: bold;
  line-height: 28px;
}
.job-centre #content #pass-check.short {
  color: #f26222;
}
.job-centre #content #pass-check.weak {
  color: #d2872f;
}
.job-centre #content #pass-check.good {
  color: #2d98f3;
}
.job-centre #content #pass-check.strong {
  color: #348f2b;
}
.job-centre #content #job-search {
  padding: 1.0em 1.5em 0.5em;
  background: #8ba9cc url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
}
.job-centre #content #job-search .row-fluid:first-of-type {
  margin-top: 0.2em;
}
.job-centre #content #job-search > h2 {
  margin: 0;
  color: black;
  font-family: TitilliumwebRegular;
  font-size: 21px;
  text-transform: uppercase;
}
.job-centre #content #job-search > fieldset {
  margin: 0;
}
.job-centre #content #job-search label {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
}
.job-centre #content #job-search input,
.job-centre #content #job-search select {
  width: 100%;
  margin: 0;
}
.job-centre #content #job-search input[name="search_page_4632_submit_button"], .job-centre #content #job-search input[name="search_page_2862_submit_button"] {
  float: right;
  width: auto;
  margin-top: 1.6em;
}
.job-centre #content #job-search input[name="search_page_4632_submit_button"]:hover, .job-centre #content #job-search input[name="search_page_2862_submit_button"]:hover {
  background-color: #5682b5;
  border-color: #5682b5;
}
.job-centre .white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  min-width: 320px;
  max-width: 650px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job-centre .white-popup h2 {
  margin-top: 0;
}

/* Menu */
.job-centre #secondary-nav h1 {
  background-color: #4b78ab;
  color: white;
}
.job-centre #secondary-nav a:hover {
  background-color: #8ba9cc;
  color: black;
}
.job-centre #secondary-nav .current > a {
  background-color: #8ba9cc;
  color: black;
}
.job-centre #secondary-nav .current > a:after {
  color: black;
}
.job-centre #secondary-nav .parent > a {
  background-color: #8ba9cc;
  color: black;
}
.job-centre #secondary-nav > ul > li {
  border-bottom: 1px solid #426996;
}
.job-centre #secondary-nav > ul > li > a:hover:after {
  color: black;
}
.signed-in #secondary-nav > ul > li.icon.home a:after {
  right: 12px;
  content: "\f015";
}
.old_ie .signed-in #secondary-nav > ul > li.icon.home a:after {
  right: 10px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 0%;
  width: 19px;
  height: 19px;
}
.signed-in #secondary-nav > ul > li.icon.cog a:after {
  right: 13px;
  content: "\f013";
}
.old_ie .signed-in #secondary-nav > ul > li.icon.cog a:after {
  right: 10px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 13%;
  width: 19px;
  height: 19px;
}
.signed-in #secondary-nav > ul > li.icon.wrench a:after {
  right: 13px;
  content: "\f0ad";
}
.old_ie .signed-in #secondary-nav > ul > li.icon.wrench a:after {
  right: 9px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 26%;
  width: 20px;
  height: 19px;
}
.signed-in #secondary-nav > ul > li.icon.briefcase a:after {
  right: 13px;
  content: "\f0b1";
  font-size: 17.5px;
}
.old_ie .signed-in #secondary-nav > ul > li.icon.briefcase a:after {
  right: 10px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 78%;
  width: 19px;
  height: 17px;
}
.signed-in #secondary-nav > ul > li.icon.edit a:after {
  right: 13px;
  content: "\f044";
  font-size: 17.5px;
}
.old_ie .signed-in #secondary-nav > ul > li.icon.edit a:after {
  right: 10px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 38%;
  width: 19px;
  height: 17px;
}
.signed-in #secondary-nav > ul > li.icon.group a:after {
  right: 13px;
  content: "\f0c0";
  font-size: 17.5px;
}
.old_ie .signed-in #secondary-nav > ul > li.icon.group a:after {
  right: 9px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 51%;
  width: 22px;
  height: 20px;
}
.signed-in #secondary-nav > ul > li.icon.signout a:after {
  right: 11px;
  content: "\f08b";
}
.old_ie .signed-in #secondary-nav > ul > li.icon.signout a:after {
  right: 10px;
  content: '';
  background: url(/__data/assets/image/0019/5608/menu-icons.png) 50% 64%;
  width: 19px;
  height: 17px;
}
.job-centre #secondary-nav > ul > li > ul > li > a:hover:after {
  color: black;
}

.int-agents .tab-content {
  padding-top: 1.0em;
}
.int-agents #altcontent {
  border: 0;
  min-height: inherit;
}
.int-agents #content {
  /* Links */
}
.int-agents #content h2.profile-heading {
  margin-top: 0.5em;
  color: #222222;
  font-family: TitilliumwebSemiBold;
  font-size: 21px;
}
.int-agents #content h2.profile-heading > a {
  color: #222222;
}
.int-agents #content h2.profile-heading > a.control {
  color: #0088cc;
}
.int-agents #content h2.profile-heading > a.control.preview {
  float: right;
  margin-top: 0.5em;
  color: #0088cc;
  font-size: 13.02px;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 0px;
}
.int-agents #content h2.profile-heading > a.control:hover {
  color: #005580;
}
.int-agents #content ul.no-bullet > li .heading {
  width: 31.70732%;
}
.int-agents #content ul.no-bullet > li .detail {
  width: 67%;
}
.int-agents #content a.signup, .int-agents #content a.control {
  position: relative;
  padding: 0 1.5em 0 2.0em;
  font-size: 14px;
  line-height: 1.7em;
}
.body .int-agents #content a.signup, .body .int-agents #content a.control {
  font-size: 13.02px;
}
.small .int-agents #content a.signup, .small .int-agents #content a.control {
  font-size: 11.9px;
}
.int-agents #content a.signup:before, .int-agents #content a.control:before {
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  font-family: Fontawesome;
  font-size: 25.2px;
  font-weight: normal;
}
.int-agents #content a.signup:hover, .int-agents #content a.control:hover {
  text-decoration: none;
}
.int-agents #content a.signup:hover:before, .int-agents #content a.control:hover:before {
  text-decoration: none;
}
.int-agents #content a.signup.facebook:before, .int-agents #content a.control.facebook:before {
  content: "\f082";
  color: #3b579d;
}
.int-agents #content a.signup.linkedin:before, .int-agents #content a.control.linkedin:before {
  content: "\f08c";
  color: #007fb2;
}
.int-agents #content a.signup.change-pic:before, .int-agents #content a.control.change-pic:before {
  top: -2px;
  content: "\f030";
  color: #0088cc;
  font-size: 17.5px;
}
.int-agents #content a.signup.change-pic:hover:before, .int-agents #content a.control.change-pic:hover:before {
  color: #005580;
}
.int-agents #content a.signup.edit:before, .int-agents #content a.control.edit:before {
  top: -1px;
  left: 11px;
  content: "\f040";
  color: #0088cc;
  font-size: 14px;
}
.int-agents #content a.signup.edit:hover:before, .int-agents #content a.control.edit:hover:before {
  color: #005580;
}
.int-agents #content a.signup.relist:before, .int-agents #content a.control.relist:before {
  top: 0;
  left: 6px;
  content: "\f021";
  color: #0088cc;
  font-size: 16.1px;
}
.int-agents #content a.signup.relist:hover:before, .int-agents #content a.control.relist:hover:before {
  color: #005580;
}
.int-agents #content a.signup.archive:before, .int-agents #content a.control.archive:before {
  top: -1px;
  left: 5px;
  content: "\f187";
  color: #0088cc;
  font-size: 16.1px;
}
.int-agents #content a.signup.archive:hover:before, .int-agents #content a.control.archive:hover:before {
  color: #005580;
}
.int-agents #content a.signup.cancel, .int-agents #content a.control.cancel {
  padding: 0 0 0 1.3em;
}
.int-agents #content a.signup.cancel:before, .int-agents #content a.control.cancel:before {
  content: "\f00d";
  font-size: 17.5px;
}
.int-agents #content a.signup.delete, .int-agents #content a.control.delete {
  padding: 0 0 0 1.3em;
}
.int-agents #content a.signup.delete:before, .int-agents #content a.control.delete:before {
  content: "\f00d";
  color: #f26222;
  font-size: 17.5px;
}
.int-agents #content a.signup.delete:hover:before, .int-agents #content a.control.delete:hover:before {
  color: #005580;
}
.int-agents #content a.signup.trash:before, .int-agents #content a.control.trash:before {
  left: 8px;
  content: "\f014";
  font-size: 17.5px;
}
.int-agents #content a.signup.trash:hover:before, .int-agents #content a.control.trash:hover:before {
  color: #005580;
}
.int-agents #content a.signup.preview:before, .int-agents #content a.control.preview:before {
  top: 2px;
  content: "\f06e";
  font-size: 21px;
}
.int-agents #content a.signup.preview.job:before, .int-agents #content a.control.preview.job:before {
  top: -2px;
}
.int-agents #content a.signup.info:before, .int-agents #content a.control.info:before {
  top: -2px;
  content: "\f059";
  font-size: 21px;
}
.int-agents #content p.body a.signup, .int-agents #content p.body a.control, .int-agents #content p .body a.signup, .int-agents #content p .body a.control {
  font-size: 13.02px;
}
.int-agents #content p.small a.signup, .int-agents #content p.small a.control, .int-agents #content p .small a.signup, .int-agents #content p .small a.control {
  font-size: 11.9px;
}
.int-agents #content p.success {
  position: relative;
  display: block;
  padding: 1.0em;
  background-color: #57b654;
  color: white;
  font-size: 16.1px;
}
.int-agents #content p.success .close {
  float: right;
  color: white;
}
.int-agents #content p.success .close span {
  font-family: Fontawesome;
}
.int-agents #content input,
.int-agents #content textarea {
  font-size: 14px;
}
.int-agents #content .search-form input[type="text"],
.int-agents #content .search-form input[type="password"] {
  font-size: 16.1px;
}
.int-agents #content #pass-check,
.int-agents #content #pass-match {
  font-size: 13.02px;
  font-weight: bold;
  line-height: 28px;
}
.int-agents #content #pass-check.short,
.int-agents #content #pass-match.short {
  color: #f26222;
}
.int-agents #content #pass-check.weak,
.int-agents #content #pass-match.weak {
  color: #d2872f;
}
.int-agents #content #pass-check.good,
.int-agents #content #pass-match.good {
  color: #2d98f3;
}
.int-agents #content #pass-check.strong,
.int-agents #content #pass-match.strong {
  color: #348f2b;
}
.int-agents .white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  min-width: 320px;
  max-width: 650px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.int-agents .white-popup h2 {
  margin-top: 0;
}

/* Menu */
.int-agents #secondary-nav h1 {
  background-color: #c0adb8;
}
.int-agents #secondary-nav a:hover {
  background-color: #cebfc7;
}
.int-agents #secondary-nav .current > a {
  background-color: #cebfc7;
}
.int-agents #secondary-nav .current > a:after {
  color: black;
}
.int-agents #secondary-nav .parent > a {
  background-color: #cebfc7;
}
.int-agents #secondary-nav > ul > li {
  border-bottom: 1px solid #b199a6;
}
.int-agents #secondary-nav > ul > li > a:hover:after {
  color: black;
}
.signed-in #secondary-nav > ul > li.icon.home a:after {
  right: 12px;
  content: "\f015";
}
.signed-in #secondary-nav > ul > li.icon.cog a:after {
  right: 13px;
  content: "\f013";
}
.signed-in #secondary-nav > ul > li.icon.wrench a:after {
  right: 13px;
  content: "\f0ad";
}
.signed-in #secondary-nav > ul > li.icon.briefcase a:after {
  right: 13px;
  content: "\f0b1";
  font-size: 17.5px;
}
.signed-in #secondary-nav > ul > li.icon.edit a:after {
  right: 13px;
  content: "\f044";
  font-size: 17.5px;
}
.signed-in #secondary-nav > ul > li.icon.group a:after {
  right: 13px;
  content: "\f0c0";
  font-size: 17.5px;
}
.signed-in #secondary-nav > ul > li.icon.page a:after {
  right: 14px;
  content: "\f15c";
}
.signed-in #secondary-nav > ul > li.icon.signin a:after {
  right: 11px;
  content: "\f090";
}
.signed-in #secondary-nav > ul > li.icon.signout a:after {
  right: 11px;
  content: "\f08b";
}
.int-agents #secondary-nav > ul > li > ul > li > a:hover:after {
  color: black;
}

#footer {
  margin: 0;
}
#footer #contact-bar {
  padding: 0;
  background-color: #4d4d4f;
}
#footer #contact-bar p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 0;
  color: white;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
}
#footer #contact-bar p strong {
  display: inline-block;
  margin-right: 2.0em;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}
#footer #contact-bar p span {
  position: relative;
  display: inline-block;
  padding-left: 2.0em;
  margin-right: 2.0em;
}
#footer #contact-bar p span.phone:before {
  position: absolute;
  left: -4px;
  height: 100%;
  content: "\f075";
  color: white;
  font-family: Fontawesome;
  font-size: 28px;
}
.old_ie #footer #contact-bar p span.phone:before {
  content: '';
}
#footer #contact-bar p span.phone:after {
  position: absolute;
  left: 3px;
  top: 1px;
  height: 100%;
  content: "\f095";
  color: #4d4d4f;
  font-family: Fontawesome;
  font-size: 17.5px;
}
.old_ie #footer #contact-bar p span.phone:after {
  content: '';
}
#footer #contact-bar p span.email:before {
  position: absolute;
  left: 0;
  height: 100%;
  content: "\f0e0";
  color: white;
  font-family: Fontawesome;
  font-size: 25.2px;
}
.old_ie #footer #contact-bar p span.email:before {
  content: '';
}
#footer #contact-bar p span a {
  color: white;
}
#footer #contact-bar ul {
  float: right;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 1.2em 0;
  color: white;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
  list-style: none;
}
#footer #contact-bar ul li {
  float: left;
  margin-left: 1.0em;
}
#footer #contact-bar ul li a {
  position: relative;
  display: block;
  height: 26px;
  width: 26px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: white;
}
#footer #contact-bar ul li a.twitter:before {
  position: absolute;
  top: 14px;
  left: 3px;
  content: "\f099";
  color: #4d4d4f;
  font-family: Fontawesome;
  font-size: 17.5px;
}
.old_ie #footer #contact-bar ul li a.twitter {
  background: url(/__data/assets/image/0018/5229/social-icons.jpg) no-repeat left top;
}
.old_ie #footer #contact-bar ul li a.twitter:hover {
  background: url(/__data/assets/image/0018/5229/social-icons.jpg) no-repeat left -26px;
}
.old_ie #footer #contact-bar ul li a.twitter:before {
  content: '';
}
#footer #contact-bar ul li a.facebook:before {
  position: absolute;
  top: 14px;
  left: 8px;
  content: "\f09a";
  color: #4d4d4f;
  font-family: Fontawesome;
  font-size: 21px;
  font-weight: bold;
}
.old_ie #footer #contact-bar ul li a.facebook {
  background: url(/__data/assets/image/0018/5229/social-icons.jpg) no-repeat -44px top;
}
.old_ie #footer #contact-bar ul li a.facebook:hover {
  background: url(/__data/assets/image/0018/5229/social-icons.jpg) no-repeat -44px -26px;
}
.old_ie #footer #contact-bar ul li a.facebook:before {
  content: '';
}
#footer #contact-bar ul li a.linkedin:before {
  position: absolute;
  top: 14px;
  left: 4px;
  content: "\f0e1";
  color: #4d4d4f;
  font-family: Fontawesome;
  font-size: 17.5px;
  font-weight: bold;
}
.old_ie #footer #contact-bar ul li a.linkedin {
  background: url(/__data/assets/image/0018/5229/social-icons.jpg) no-repeat -88px top;
}
.old_ie #footer #contact-bar ul li a.linkedin:hover {
  background: url(/__data/assets/image/0018/5229/social-icons.jpg) no-repeat -88px -26px;
}
.old_ie #footer #contact-bar ul li a.linkedin:before {
  content: '';
}
#footer #contact-bar ul li a:hover {
  background-color: #e86f69;
}
#footer #contact-bar ul li a:hover:before {
  color: white;
}
#footer #footer-links {
  padding: 4.0em 0 0;
  background: white url(/__data/assets/image/0012/129/footer.png) no-repeat center -30px;
}
#footer #footer-links h2 {
  margin-top: 0;
  color: #222222;
  font-family: TitilliumwebRegular;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer #footer-links h2 a {
  color: #222222;
}
#footer #footer-links ul {
  padding: 0;
  list-style: none;
}
#footer #footer-links ul li a {
  color: #222222;
  font-size: 11.9px;
}
#footer #footer-links p {
  float: left;
  width: 100%;
  padding-top: 2.0em;
  text-align: right;
}

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

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
#dnn_leftPane .Normal {
margin-left: 0px !important;
}
#dnn_ctr571_HtmlModule_lblContent h3 {text-align: center;}
#dnn_ctr536_ArticleList_pnlUpdate{margin-left: 10px;}


  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
#secondary-toggle{display:none}
#dnn_leftPane .Normal {
margin-left: 30px !important;
}
#dnn_ctr536_ArticleList_pnlUpdate{margin-left: 40px;}
#dnn_ctr571_HtmlModule_lblContent h3 {text-align: center;}
#dnn_ContentPane img {width:100%}


  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .text-center-mobile {
    text-align: center;
  }

  .bold-text-mobile {
    font-weight: bold;
  }
}
.visible-print {
  display: none !important;
}

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

  .hidden-print {
    display: none !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  .container {
    width: 100%; /*Grace*/
  }

  .container.fixed-fluid {
    width: 100%;
    max-width: 980px;
  }

  .span1 {
    width: 75px;
  }

  .span2 {
    width: 180px;
  }

  .span3 {
    width: 285px;
  }

  .span4 {
    width: 390px;
  }

  .span5 {
    width: 495px;
  }

  .span6 {
    width: 600px;
  }

  .span7 {
    width: 705px;
  }

  .span8 {
    width: 810px;
  }

  .span9 {
    width: 915px;
  }

  .span10 {
    width: 1020px;
  }

  .span11 {
    width: 1125px;
  }

  .span12 {
    width: 980px;
  }

  .offset1 {
    margin-left: 135px;
  }

  .offset2 {
    margin-left: 240px;
  }

  .offset3 {
    margin-left: 345px;
  }

  .offset4 {
    margin-left: 450px;
  }

  .offset5 {
    margin-left: 555px;
  }

  .offset6 {
    margin-left: 660px;
  }

  .offset7 {
    margin-left: 765px;
  }

  .offset8 {
    margin-left: 870px;
  }

  .offset9 {
    margin-left: 975px;
  }

  .offset10 {
    margin-left: 1080px;
  }

  .offset11 {
    margin-left: 1185px;
  }

  .offset12 {
    margin-left: 1290px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.43902%;
    *margin-left: 2.38583%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.43902%;
  }
  .row-fluid .span1 {
    width: 6.09756%;
    *width: 6.04437%;
  }
  .row-fluid .span2 {
    width: 14.63415%;
    *width: 14.58095%;
  }
  .row-fluid .span3 {
    width: 23.17073%;
    *width: 23.11754%;
  }
  .row-fluid .span4 {
    width: 31.70732%;
    *width: 31.65413%;
  }
  .row-fluid .span5 {
    width: 40.2439%;
    *width: 40.19071%;
  }
  .row-fluid .span6 {
    width: 48.78049%;
    *width: 48.7273%;
  }
  .row-fluid .span7 {
    width: 57.31707%;
    *width: 57.26388%;
  }
  .row-fluid .span8 {
    width: 65.85366%;
    *width: 65.80047%;
  }
  .row-fluid .span9 {
    width: 74.39024%;
    *width: 74.33705%;
  }
  .row-fluid .span10 {
    width: 82.92683%;
    *width: 82.87364%;
  }
  .row-fluid .span11 {
    width: 91.46341%;
    *width: 91.41022%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 10.97561%;
    *margin-left: 10.86923%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.53659%;
    *margin-left: 8.4302%;
  }
  .row-fluid .offset2 {
    margin-left: 19.5122%;
    *margin-left: 19.40581%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.07317%;
    *margin-left: 16.96679%;
  }
  .row-fluid .offset3 {
    margin-left: 28.04878%;
    *margin-left: 27.9424%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.60976%;
    *margin-left: 25.50337%;
  }
  .row-fluid .offset4 {
    margin-left: 36.58537%;
    *margin-left: 36.47898%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.14634%;
    *margin-left: 34.03996%;
  }
  .row-fluid .offset5 {
    margin-left: 45.12195%;
    *margin-left: 45.01557%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.68293%;
    *margin-left: 42.57654%;
  }
  .row-fluid .offset6 {
    margin-left: 53.65854%;
    *margin-left: 53.55215%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.21951%;
    *margin-left: 51.11313%;
  }
  .row-fluid .offset7 {
    margin-left: 62.19512%;
    *margin-left: 62.08874%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.7561%;
    *margin-left: 59.64971%;
  }
  .row-fluid .offset8 {
    margin-left: 70.73171%;
    *margin-left: 70.62532%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.29268%;
    *margin-left: 68.1863%;
  }
  .row-fluid .offset9 {
    margin-left: 79.26829%;
    *margin-left: 79.16191%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.82927%;
    *margin-left: 76.72289%;
  }
  .row-fluid .offset10 {
    margin-left: 87.80488%;
    *margin-left: 87.6985%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.36585%;
    *margin-left: 85.25947%;
  }
  .row-fluid .offset11 {
    margin-left: 96.34146%;
    *margin-left: 96.23508%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.90244%;
    *margin-left: 93.79606%;
  }
  .row-fluid .offset12 {
    margin-left: 104.87805%;
    *margin-left: 104.77167%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.43902%;
    *margin-left: 102.33264%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 61px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 166px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 271px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 376px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 481px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 586px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 691px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 796px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 901px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 1006px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1111px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1216px;
  }
}
@media (min-width: 980px) and (max-width: 980px) {
  /* Global Nav */
  #masthead {
    height: 206px;
  }
  #masthead #global-nav #primary-nav > li > a {
    padding: 22px 0;
    font-size: 14px;
  }
  #masthead #global-nav #primary-nav li.active > a {
    padding: 22px 0 25px;
  }
  #masthead #global-nav #primary-nav li.active > ul {
    top: 69px;
  }

  .wrapper {
    padding-bottom: 3.0em;
  }

  /* Home Feature Banner */
  #feature-banner {
    margin-bottom: 3.0em;
  }

  /* Home Boxes */
  .home .row-fluid .home-box h1 {
    font-size: 21px;
  }
  .home .row-fluid .home-box h1 a {
    font-size: 21px;
  }
  .home .row-fluid #news ul li a {
    font-size: 10.5px;
  }

  /* Featured Profiles */
  #content .featured-profiles {
    height: 203px;
  }
  .modern #content .featured-profiles ul li img {
    width: 400px;
    margin-right: 1.0em;
  }
  .modern #content .featured-profiles ul li span.profile-name {
    padding-top: 0.5em;
    padding-right: 1.0em;
  }
  .modern #content .featured-profiles ul li span.profile-qual {
    padding-right: 1.0em;
  }
  .modern #content .featured-profiles ul li span.profile-quote {
    padding-right: 1.0em;
  }
  #content .featured-profiles > a.prev {
    left: 330px;
  }
  #content .featured-profiles > a.next {
    left: 360px;
  }

  /* Global Footer */
  #footer #contact-bar p {
    padding: 1.7em 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container {
    width: 100%; /*Grace*/
  }

  .container.fixed-fluid {
    width: 100%;
    max-width: 724px;
  }

  .span1 {
    width: 42px;
  }

  .span2 {
    width: 104px;
  }

  .span3 {
    width: 166px;
  }

  .span4 {
    width: 228px;
  }

  .span5 {
    width: 290px;
  }

  .span6 {
    width: 352px;
  }

  .span7 {
    width: 414px;
  }

  .span8 {
    width: 476px;
  }

  .span9 {
    width: 538px;
  }

  .span10 {
    width: 600px;
  }

  .span11 {
    width: 662px;
  }

  .span12 {
    width: 724px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }

  .wrapper {
    padding-bottom: 2.0em;
  }

  /* Global Nav */
  #masthead {
    height: 200px;
  }
  #masthead #support-navs {
    height: 108px;
  }
  #masthead #support-navs #utility-nav {
    margin-top: 3.5em;
    margin-left: 2.0em;
  }
  #masthead #support-navs #utility-nav #logo {
    width: 180px;
  }
  #masthead #support-navs #tertiary-nav li {
    padding-left: 9px;
    padding-right: 9px;
  }
  #masthead #support-navs #tertiary-nav li a {
    font-size: 13.02px;
  }
  #masthead #support-navs #site-search {
    width: 31.4917%;
  }
  #masthead #support-navs #site-search #site-search-input {
    height: 15px;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 13.02px;
    line-height: 13.02px;
  }
  #masthead #support-navs h1 {
    font-size: 25.2px;
  }
  #masthead #global-nav {
    margin-top: 1.0em;
  }
  #masthead #global-nav #primary-nav > li > a {
    padding: 16px 0;
    font-size: 16.1px;
    min-height: 78px;
  }
  #masthead #global-nav #primary-nav li.active > a {
    padding: 16px 0 19px;
  }
  #masthead #global-nav #primary-nav li.active > ul {
    top: 77px;
  }

  /* Home Feature Banner */
  #feature-banner {
    height: 352px;
    max-height: 352px;
    margin-bottom: 2.0em;
  }
  #feature-banner a img {
    width: 100%;
    height: 352px;
  }
  #feature-banner ul {
    width: 31.4917%;
  }
  #feature-banner ul li {
    float: left;
    width: 100%;
    height: auto;
  }
  #feature-banner ul li a {
    height: 27px;
    padding: 8px 5% 0;
  }
  #feature-banner ul li a span.title {
    font-size: 14px;
  }
  #feature-banner ul li.active a {
    height: 198px;
  }
  #feature-banner ul li.active a span.title {
    margin-bottom: 0.1em;
  }
  #feature-banner ul li.active a span.summary {
    font-size: 11.9px;
    line-height: 1.4em;
  }

  /* Home Boxes */
  .home .row-fluid .span3.home-box {
    width: 48.6188%;
  }
  .home .row-fluid .span3.home-box h1 {
    font-size: 21px;
  }
  .home .row-fluid .span3.home-box h1 a {
    font-size: 21px;
  }
  .home .row-fluid .span3.home-box.three {
    clear: left;
    margin-top: 2.0em;
    margin-left: 0;
  }
  .home .row-fluid .span3.home-box.four {
    margin-top: 2.0em;
  }
  .home .row-fluid #enrol p,
  .home .row-fluid #feedback p {
    margin-top: 0;
  }

  /* Secondary Nav */
  #left-column {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #left-column #secondary-nav h1 {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.0em;
    cursor: pointer;
  }
  #left-column #secondary-nav h1:after {
    content: "\f0c9";
    float: right;
    color: black;
    font-family: Fontawesome;
    font-size: 28px;
  }
  .job-centre #left-column #secondary-nav h1:after {
    color: white;
  }
  #left-column #secondary-nav h1:hover:after {
    color: #f26222;
  }
  .job-centre #left-column #secondary-nav h1:hover:after {
    color: #8ba9cc;
  }
  #left-column #secondary-nav ul {
    position: absolute;
    left: -9999px;
  }
  .show-secondary-nav #left-column #secondary-nav h1 {
    margin-bottom: 0;
  }
  .show-secondary-nav #left-column #secondary-nav h1:after {
    color: #f26222;
    content: "\f00b";
  }
  .show-secondary-nav #left-column #secondary-nav ul {
    position: static;
    left: 0;
  }
  .show-secondary-nav #left-column #secondary-nav ul li a:after {
    right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .show-secondary-nav #left-column #secondary-nav ul li a:hover:after {
    right: 10px;
  }
  .job-centre.show-secondary-nav #left-column #secondary-nav h1:after {
    color: white;
  }
  .job-centre.show-secondary-nav #left-column #secondary-nav h1:hover:after {
    color: #8ba9cc;
  }
  #left-column #find-courses,
  #left-column #upcoming-events,
  #left-column #latest-news {
    display: none;
  }

  /* Sign In Form */
  #signin-form {
    margin-top: 1.0em;
  }
  #signin-form > h2 {
    padding-bottom: 0.5em;
  }
  #signin-form > fieldset {
    padding-bottom: 10px;
  }
  #signin-form > fieldset label {
    float: left;
    width: 14.63415%;
    margin-left: 2.43902%;
  }
  #signin-form > fieldset label:first-of-type {
    margin-left: 0;
  }
  #content #signin-form > fieldset label {
    float: left;
    width: 14.63415%;
    margin-left: 2.43902%;
  }
  #signin-form > fieldset #SQ_LOGIN_USERNAME {
    float: left;
    width: 31.70732%;
  }
  #content #signin-form > fieldset #SQ_LOGIN_USERNAME {
    width: 31.70732%;
  }
  #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    float: left;
    width: 20%;
  }
  #content #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    width: 20%;
  }
  #signin-form > fieldset #SQ_LOGIN_SUBMIT {
    float: right;
    margin: 0;
  }
  #content #signin-form > fieldset #SQ_LOGIN_SUBMIT {
    float: right;
    margin: 0;
  }

  /* Content */
  #content {
    width: 100%;
    margin-left: 0;
  }
  #content ul.publication.afirst-page:first-of-type > li:first-of-type > div.span8, #content ul.publication.a1page:first-of-type > li:first-of-type > div.span8 {
    margin-left: 2.43902%;
  }

  /* Featured Profiles */
  #content .featured-profiles {
    height: 203px;
  }
  .modern #content .featured-profiles ul li img {
    width: 400px;
    margin-right: 1.0em;
  }
  .modern #content .featured-profiles ul li span.profile-name {
    padding-top: 0.5em;
    padding-right: 1.0em;
    font-size: 13.02px;
  }
  .modern #content .featured-profiles ul li span.profile-qual {
    padding-right: 1.0em;
    font-size: 13.02px;
  }
  .modern #content .featured-profiles ul li span.profile-quote {
    padding-right: 1.0em;
    font-size: 10.5px;
  }
  #content .featured-profiles > a.prev {
    left: 330px;
  }
  #content .featured-profiles > a.next {
    left: 360px;
  }

  /* Global Footer */
  #footer #contact-bar p {
    padding: 1.5em 0;
    font-size: 14px;
  }
  #footer #contact-bar p strong {
    float: left;
    margin-right: 1em;
    margin-top: 0.8em;
    font-size: 17.5px;
  }
  #footer #contact-bar p span {
    float: left;
  }
  #footer #contact-bar p span.phone {
    margin-top: -0.5em;
  }
  #footer #contact-bar p span.phone:before {
    font-size: 25.2px;
  }
  #footer #contact-bar p span.phone:after {
    font-size: 14px;
  }
  #footer #contact-bar p span.phone a:last-child {
    margin-left: 10px;
  }
  #footer #contact-bar p span.email {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  #footer #contact-bar p span.email:before {
    font-size: 21px;
  }
  #footer #contact-bar ul {
    padding-top: 1.7em;
  }
  #footer #footer-links {
    padding-top: 3.0em;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nav-visually-hidden {
    position: static;
    left: auto;
  }

  .container-fluid {
    padding: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row {
    margin-left: 0;
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  html,
  body {
    background: none;
    background-color: #f3f5f4;
  }

  .wrapper {
    padding-bottom: 2.0em;
    background-color: #f3f5f4;
  }

  /* Global Nav */
  #masthead {
    width: 100%;
    min-width: 302px;
    height: 0;
    background: none;
    padding: 0;
    margin: 60px 0 0 0;
  }
  #masthead #support-navs {
    height: auto !important; /*Grace*/
  }
  #masthead #support-navs #utility-nav {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 94%;
    min-width: 302px;
    height: 60px;
    padding: 0 3%;
    margin: 0;
    background-color: #f3f5f4;
    -webkit-box-shadow: 0 1px 3px #cccccc;
    -moz-box-shadow: 0 1px 3px #cccccc;
    box-shadow: 0 1px 3px #cccccc;
  }
  #masthead #support-navs #utility-nav li {
    float: right;
    padding: 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #masthead #support-navs #utility-nav li a {
    display: block;
    position: relative;
    padding: 10px 10%;
    border-left: 1px solid #d8d9db;
    text-indent: -9999px;
  }
  #masthead #support-navs #utility-nav li a:hover, #masthead #support-navs #utility-nav li a:focus {
    outline: 0;
    text-decoration: none;
  }
  #masthead #support-navs #utility-nav li a:before {
    display: block;
    position: absolute;
    top: 0;
    width: 80%;
    height: auto;
    padding-top: 10px;
    color: #888888;
    font-family: Fontawesome;
    font-size: 28px;
    text-align: center;
    text-indent: 0;
  }
  #masthead #support-navs #utility-nav li a:hover:before, #masthead #support-navs #utility-nav li a:focus:before {
    color: #888888;
  }
  .show-primary-nav #masthead #support-navs #utility-nav li a:hover:before,
  .show-primary-nav #masthead #support-navs #utility-nav li a:focus:before, .show-secondary-nav #masthead #support-navs #utility-nav li a:hover:before,
  .show-secondary-nav #masthead #support-navs #utility-nav li a:focus:before, .show-site-search #masthead #support-navs #utility-nav li a:hover:before,
  .show-site-search #masthead #support-navs #utility-nav li a:focus:before {
    color: #f26222;
  }
  #masthead #support-navs #utility-nav #logo {
    width: 150px;
    padding: 18px 10px 0 0;
    margin: 0;
  }
  #masthead #support-navs #utility-nav #logo a {
    padding: 0;
    border: none;
    text-indent: 0;
  }
  #masthead #support-navs #utility-nav #primary-toggle {
    width: 15%;
    padding-right: 0;
  }
  #masthead #support-navs #utility-nav #primary-toggle a {
    border-right: 1px solid #d8d9db;
  }
  #masthead #support-navs #utility-nav #primary-toggle a:before {
    top: 1px;
    content: "\f0c9";
  }
  .show-primary-nav #masthead #support-navs #utility-nav #primary-toggle a:before {
    top: 3px;
    content: "\f00b";
    color: #f26222;
  }
  .show-primary-nav #masthead #support-navs #utility-nav #primary-toggle a:after {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -21px;
    content: "";
    width: 80%;
    height: 11px;
    background-image: url(/__data/assets/image/0009/180/nav-triangle.png);
    background-position: bottom center;
    background-size: 40px 11px;
    background-repeat: no-repeat;
    text-indent: 0;
  }
  #masthead #support-navs #utility-nav #secondary-toggle {
    width: 15%;
  }
  #masthead #support-navs #utility-nav #secondary-toggle a:before {
    content: "\f107";
    font-size: 42px;
  }
  .show-secondary-nav #masthead #support-navs #utility-nav #secondary-toggle a:before {
    content: "\f106";
    color: #f26222;
  }
  .show-secondary-nav #masthead #support-navs #utility-nav #secondary-toggle a:after {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -21px;
    content: "";
    width: 80%;
    height: 11px;
    background-image: url(/__data/assets/image/0009/180/nav-triangle.png);
    background-position: bottom center;
    background-size: 40px 11px;
    background-repeat: no-repeat;
    text-indent: 0;
  }
  #masthead #support-navs #utility-nav #search-toggle {
    width: 15%;
  }
  #masthead #support-navs #utility-nav #search-toggle a:before {
    top: 1px;
    content: "\f002";
  }
  .show-site-search #masthead #support-navs #utility-nav #search-toggle a:before {
    content: "\f010";
    color: #f26222;
  }
  .show-site-search #masthead #support-navs #utility-nav #search-toggle a:after {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -21px;
    content: "";
    width: 80%;
    height: 11px;
    background-image: url(/__data/assets/image/0009/180/nav-triangle.png);
    background-position: bottom center;
    background-size: 40px 11px;
    background-repeat: no-repeat;
    text-indent: 0;
  }
  #masthead #support-navs #tertiary-nav {
    display: none;
  }
  #masthead #support-navs #site-search {
    display: none;
  }
  #masthead #support-navs h1 {
    position: absolute;
    left: -9999px;
  }
  #masthead #global-nav {
    margin: 0;
  }
  #masthead #global-nav #primary-nav {
    display: none;
	margin-left:0px; /*Grace*/
  }
  
  div.dnnRegistrationForm { /*Grace*/
	min-width:100%
  }
  
  #dnn_ctr566_HtmlModule_lblContent, #dnn_ctr564_ModuleContent{padding:0px 20px}
  
  #masthead #global-nav #primary-nav li.active > ul {
    display: none;
  }

  /* Mobile Show Menus */
  .show-site-search #masthead {
    height: auto;
  }
  .show-site-search #masthead #support-navs #site-search {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 10px;
    background-color: #e4554d;
  }
  .show-site-search #masthead #support-navs #site-search #site-search-input:focus {
    border-color: transparent;
  }
  .show-site-search #masthead #support-navs #site-search #site-search-submit {
    width: 3.0em;
    font-size: 28px;
  }
  .show-site-search #masthead #support-navs #site-search #site-search-submit em:after {
    font-size: 25.2px;
    vertical-align: top;
    margin-left: 10px;
  }

  .show-primary-nav #masthead {
    width: 94%;
    height: auto;
    padding: 0;
    margin-left: 3%;
    margin-bottom: 1.0em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .show-primary-nav #masthead #support-navs {
    padding: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex-order: 2;
  }
  .show-primary-nav #masthead #support-navs #tertiary-nav {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    background: none;
  }
  .show-primary-nav #masthead #support-navs #tertiary-nav li {
    display: block;
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .show-primary-nav #masthead #support-navs #tertiary-nav li a {
    position: relative;
    display: block;
    width: auto;
    padding: 0.6em 5%;
    background-color: #e4554d;
    border-bottom: 1px solid #f26222;
    color: white;
  }
  .show-primary-nav #masthead #support-navs #tertiary-nav li a:after {
    position: absolute;
    right: 10px;
    content: "\f105";
    color: white;
    font-family: Fontawesome;
    font-size: 21px;
  }
  .show-primary-nav #masthead #support-navs #tertiary-nav li a:hover {
    background-color: #ee918d;
    text-decoration: none;
    color: black;
  }
  .show-primary-nav #masthead #support-navs #tertiary-nav li a:hover:after {
    color: black;
  }
  .show-primary-nav #masthead #global-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    margin: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -ms-flex-order: 1;
  }
  .show-primary-nav #masthead #global-nav .container.fixed-fluid {
    padding: 0 !important;
  }
  .show-primary-nav #masthead #global-nav #primary-nav {
    display: block;
    float: none;
    background-color: #f26222;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li.future {
    width: 100%;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li.international {
    width: 100%;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li.current {
    width: 100%;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li.alumni {
    width: 100%;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li.employers {
    width: 100%;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li > a {
    position: relative;
    width: auto;
    padding: 0.6em 5%;
    background-color: #666666;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    color: white;
    font-size: 14px;
    text-align: left;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li > a:after {
    position: absolute;
    right: 10px;
    content: "\f105";
    color: white;
    font-family: Fontawesome;
    font-size: 21px;
  }
  .show-primary-nav #masthead #global-nav #primary-nav > li > a:hover {
    background-color: #555555;
    text-decoration: none;
  }
  .show-primary-nav.future #masthead #global-nav #primary-nav > li.future > a {
    background-color: #fed89e;
    color: black;
  }
  .show-primary-nav.future #masthead #global-nav #primary-nav > li.future > a:after {
    color: black;
  }
  .show-primary-nav.international #masthead #global-nav #primary-nav > li.international > a {
    background-color: #cebfc7;
    color: black;
  }
  .show-primary-nav.international #masthead #global-nav #primary-nav > li.international > a:after {
    color: black;
  }
  .show-primary-nav.current #masthead #global-nav #primary-nav > li.current > a {
    background-color: #abcec1;
    color: black;
  }
  .show-primary-nav.current #masthead #global-nav #primary-nav > li.current > a:after {
    color: black;
  }
  .show-primary-nav.alumni #masthead #global-nav #primary-nav > li.alumni > a {
    background-color: #fcd5ca;
    color: black;
  }
  .show-primary-nav.alumni #masthead #global-nav #primary-nav > li.alumni > a:after {
    color: black;
  }
  .show-primary-nav.employers #masthead #global-nav #primary-nav > li.employers > a {
    background-color: #bddde7;
    color: black;
  }
  .show-primary-nav.employers #masthead #global-nav #primary-nav > li.employers > a:after {
    color: black;
  }

  /* Home Featured Banner */
  #feature-banner {
    display: none;
  }

  /* Home Boxes */
  .home .row-fluid .span3.home-box {
    float: left;
    width: 48.6188%;
    margin: 2.0em 0 0 2.43902%;
  }
  .home .row-fluid .span3.home-box.one,
  .home .row-fluid .span3.home-box.three {
    margin-left: 0;
  }
  .home .row-fluid .span3.home-box.three {
    clear: left;
  }
  .home .row-fluid #news ul li a {
    font-size: 10.5px;
  }

  #breadcrumbs {
    display: none;
  }

  /* Page Title */
  h1.page-title {
    font-size: 25.2px;
  }

  /* Page Title - Secondary Nav Open */
  .show-secondary-nav h1.page-title {
    display: none;
  }

  /* Secondary Nav */
  #left-column {
    min-height: inherit;
  }
  #left-column #secondary-nav {
    display: none;
  }
  #left-column #secondary-nav h1 {
    padding: 0.5em 0.5em 0.5em 1.0em;
  }
  .show-secondary-nav #left-column #secondary-nav {
    display: block;
  }
  .show-secondary-nav #left-column #secondary-nav ul li a:after {
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .show-secondary-nav #left-column #secondary-nav ul li a:hover:after {
    right: 15px;
  }
  .show-secondary-nav #left-column #secondary-nav > ul {
    background-color: #666666;
  }
  .show-secondary-nav #left-column #secondary-nav > ul > li > a {
    color: white;
  }
  .show-secondary-nav #left-column #secondary-nav > ul > li > a:hover {
    color: black;
  }
  .show-secondary-nav #left-column #secondary-nav > ul > li > a:hover:after {
    color: black;
  }
  .show-secondary-nav #left-column #secondary-nav > ul > li > a:after {
    color: white;
  }
  .show-secondary-nav #left-column #secondary-nav > ul > li.parent > a, .show-secondary-nav #left-column #secondary-nav > ul > li.current > a {
    color: black;
  }
  .show-secondary-nav #left-column #secondary-nav > ul > li.parent > a:after, .show-secondary-nav #left-column #secondary-nav > ul > li.current > a:after {
    color: black;
  }
  .default #left-column #secondary-nav > ul > li.parent > a {
    background-color: #ee918d;
    border-bottom: 1px solid #e55a53;
  }
  .future #left-column #secondary-nav > ul > li.parent > a {
    background-color: #fed89e;
    border-bottom: 1px solid #f26222;
  }
  .international #left-column #secondary-nav > ul > li.parent > a {
    background-color: #cebfc7;
    border-bottom: 1px solid #b199a6;
  }
  .current #left-column #secondary-nav > ul > li.parent > a {
    background-color: #abcec1;
    border-bottom: 1px solid #81b6a2;
  }
  .alumni #left-column #secondary-nav > ul > li.parent > a {
    background-color: #fcd5ca;
    border-bottom: 1px solid #f8a28c;
  }
  .employers #left-column #secondary-nav > ul > li.parent > a {
    background-color: #bddde7;
    border-bottom: 1px solid #8cc4d5;
  }
  .job-centre #left-column #secondary-nav > ul > li.parent > a {
    background-color: #618ab9;
    border-bottom: 1px solid #426996;
  }
  #left-column #find-courses,
  #left-column #upcoming-events,
  #left-column #latest-news {
    display: none;
  }

  /* Content Styles */
  #content h2 {
    font-size: 24px;
  }
  #content .featured-profiles {
    display: none;
  }
  #content ul.landing li.span4 {
    float: left;
    width: 48.6188%;
    margin-left: 2.43902%;
  }
  #content ul.landing li.span4:nth-child(3n+1) {
    clear: none;
    margin-left: 2.43902%;
  }
  #content ul.landing li.span4.fourth {
    clear: none;
    margin-left: 2.43902%;
  }
  #content ul.landing li.span4:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #content ul.landing li.span4.third {
    clear: left;
    margin-left: 0;
  }
  #content ul.upcoming li.span6 {
    float: left;
    width: 48.6188%;
    margin-left: 2.43902%;
  }
  #content ul.upcoming li.span6:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #content ul.promo {
    padding-left: 0 !important;
  }
  #content ul.promo.pull-right {
    float: none;
  }
  #content ul.publication {
    padding-left: 0 !important;
  }
  #content ul.publication.afirst-page:first-of-type > li:first-of-type > img.span4, #content ul.publication.a1page:first-of-type > li:first-of-type > img.span4 {
    float: left;
    width: 40.2439%;
    *width: 40.19071%;
    margin: 0 1.0em 1.0em 0;
  }
  #content ul.publication.afirst-page:first-of-type > li:first-of-type > div.span8, #content ul.publication.a1page:first-of-type > li:first-of-type > div.span8 {
    float: none;
    display: inline;
  }
  #content ul.publication > li > img.span4 {
    float: left;
    width: 40.2439%;
    *width: 40.19071%;
    margin: 0 1.0em 1.0em 0;
  }
  #content ul.publication > li > div.span8 {
    float: none;
    display: inline;
  }
  #content ul.staff > li > img[class*="span"] {
    float: left;
    width: 31.49171%;
    *width: 31.43852%;
    margin: 0 1.0em 1.0em 0;
  }
  #content ul.a-to-z > li {
    font-size: 13.02px;
  }
  #content ul.a-to-z > li.letter {
    font-size: 28px;
  }
  #content ul.a-to-z > li > .profile-heading {
    font-size: 15.12px;
  }
  #content ul.a-to-z.country > li.letter {
    font-size: 21px;
  }
  #content fieldset .row-fluid.inline .span3 {
    display: inline;
    width: 20%;
    margin-left: 2.43902%;
  }
  #content fieldset ul.span7 {
    margin: 0;
  }
  #content fieldset legend[class*="span"],
  #content fieldset label[class*="span"] {
    margin-bottom: 0.2em;
  }
  #content fieldset.option-list > ul {
    width: 97.56098%;
  }
  #content .search-form input[type="text"] {
    float: left;
    width: 65.8537%;
  }
  #content .search-form input[type="submit"],
  #content .search-form button {
    float: left;
    width: auto;
    margin: 0;
  }
  #content .search-form .save-row input[type="submit"],
  #content .search-form .save-row button {
    float: none;
  }

  /* Nested Calendar */
  #nested-calendar {
    display: none;
  }

  /* Sign In Form */
  #signin-form {
    margin: 0;
  }
  #left-column #signin-form {
    background: none;
  }
  #left-column #signin-form > h2 {
    display: block;
    position: relative;
    padding: 0.5em 2.0em 0.5em 0;
    margin: 0 0 1.0em;
    font-size: 14px;
    cursor: pointer;
  }
  #left-column #signin-form > h2:after {
    display: inline;
    content: "\f107";
    margin-left: 10px;
    color: black;
    font-family: Fontawesome;
    font-size: 20.3px;
    vertical-align: top;
  }
  #left-column #signin-form.open > h2 {
    border-bottom: 1px solid #8e8e8e;
  }
  #left-column #signin-form.open > h2:after {
    content: "\f106";
  }
  #left-column #signin-form.open fieldset {
    display: block;
  }
  #signin-form > fieldset {
    display: none;
  }
  #content #signin-form > fieldset {
    display: block;
  }
  #left-column #signin-form > fieldset {
    padding-left: 0;
    padding-right: 0;
  }
  #signin-form > fieldset label {
    float: left;
    width: 14.63415%;
    margin-left: 2.43902%;
  }
  #signin-form > fieldset label:first-of-type {
    width: 23.17073%;
    margin-left: 0;
  }
  #content #signin-form > fieldset label {
    float: left;
    width: 14.63415%;
    margin-left: 2.43902%;
  }
  #content #signin-form > fieldset label:first-of-type {
    width: 23.17073%;
  }
  #signin-form > fieldset #SQ_LOGIN_USERNAME {
    float: left;
    width: 31.70732%;
    margin-left: 2.43902%;
  }
  #content #signin-form > fieldset #SQ_LOGIN_USERNAME {
    width: 31.70732%;
    margin-left: 2.43902%;
  }
  #left-column #signin-form > fieldset #SQ_LOGIN_USERNAME {
    background-color: #e2e3e5;
    border: 1px solid #e2e3e5;
    font-size: 14px;
  }
  #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    float: left;
    width: 23.17073%;
    margin-left: 2.43902%;
  }
  #content #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    width: 23.17073%;
    margin-left: 2.43902%;
  }
  #left-column #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    background-color: #e2e3e5;
    border: 1px solid #e2e3e5;
    font-size: 14px;
  }
  #signin-form > fieldset #reset-pass {
    float: right;
    margin-right: 4.0em;
  }
  #signin-form > fieldset #SQ_LOGIN_SUBMIT {
    float: right;
    clear: right;
    background-color: #fed28f;
  }
  #content #signin-form > fieldset #SQ_LOGIN_SUBMIT {
    float: right;
    clear: right;
    background-color: #fed28f;
  }

  .job-centre #content a.signup {
    font-size: 13.02px;
  }
  .job-centre #content ul.profile-results.students li {
    font-size: 13.02px;
  }
  .job-centre #content ul.profile-results.students li .profile-thumb.span2 {
    float: left;
    width: 23.17073%;
  }
  .job-centre #content ul.profile-results.students li .span9 {
    float: left;
    width: 74.39024%;
    margin-left: 2.43902%;
  }
  .job-centre #content ul.profile-results.students li .span9 .profile-heading {
    font-size: 20.3px;
  }
  .job-centre #content ul.profile-results.students li .span9 .heading {
    display: inline;
    width: auto;
    margin-right: 0.5em;
    font-weight: bold;
  }
  .job-centre #content ul.profile-results.students li .span9 .detail {
    display: inline;
    width: auto;
  }
  .job-centre #content #job-search {
    padding: 1.0em 1.5em 0.5em;
    background: #8ba9cc url(/__data/assets/image/0008/116/koru.png) no-repeat right top;
  }
  .job-centre #content #job-search .row-fluid {
    margin: 0;
  }
  .job-centre #content #job-search .row-fluid:last-of-type {
    margin-bottom: 1.0em;
  }
  .job-centre #content #job-search > h2 {
    position: relative;
    cursor: pointer;
  }
  .job-centre #content #job-search > h2:after {
    position: absolute;
    right: 20px;
    content: "\f107";
    color: black;
    font-family: Fontawesome;
    font-size: 28px;
  }
  .job-centre #content #job-search > fieldset {
    display: none;
  }
  .job-centre #content #job-search.open > h2:after {
    content: "\f106";
  }
  .job-centre #content #job-search.open fieldset {
    display: block;
  }
  .job-centre #content #job-search label {
    margin-top: 0.2em;
  }
  .job-centre .controls {
    width: auto;
  }
  .job-centre #closes-date select {
    font-size: 11.9px;
    padding: 6px 5px;
  }
  .job-centre #manage-profile-photo > img.span12 {
    float: left;
    width: 31.70732%;
  }
  .job-centre #manage-profile-photo > p {
    float: left;
    width: 65.85366%;
    margin-left: 2.43902%;
    font-size: 25.2px;
  }
  .job-centre #manage-org-logo > img.span12 {
    float: left;
    width: 31.70732%;
  }
  .job-centre #manage-org-logo > p {
    float: left;
    width: 65.85366%;
    margin-left: 2.43902%;
    font-size: 25.2px;
  }
  .job-centre #profile-photo.span3 {
    float: left;
    width: 120px;
    margin: 1.0em 1.0em 2.0em 0;
    border: 1px solid #8e8e8e;
  }
  .job-centre #profile-photo.span3 img {
    margin: 0;
  }
  .job-centre #org-logo.span3 {
    float: left;
    width: 80px;
    margin: 1.0em 1.0em 3.0em 0;
    border: 1px solid #8e8e8e;
  }
  .job-centre #org-logo.span3 img {
    margin: 0;
  }
  .job-centre #profile-details-wrap.span9,
  .job-centre #profile-details-wrap.span12 {
    margin-top: 1.0em;
  }
  .job-centre #profile-details-wrap.span9 h2.profile-heading,
  .job-centre #profile-details-wrap.span12 h2.profile-heading {
    margin-top: 1.0em;
    font-size: 33.6px;
    line-height: 1.3em;
  }
  .job-centre #profile-details-wrap.span9 h2.details,
  .job-centre #profile-details-wrap.span12 h2.details {
    clear: left;
  }
  .job-centre #job-details-wrap.span9,
  .job-centre #job-details-wrap.span12 {
    margin-top: 1.0em;
  }
  .job-centre #job-details-wrap.span9 h2.profile-heading,
  .job-centre #job-details-wrap.span12 h2.profile-heading {
    margin-top: 1.0em;
    font-size: 25.2px;
    line-height: 1.3em;
  }
  .job-centre #job-details-wrap.span9 h2.details,
  .job-centre #job-details-wrap.span12 h2.details {
    clear: left;
  }

  /* Global Footer */
  #footer #contact-bar p {
    padding: 1.0em 0;
    font-size: 14px;
  }
  #footer #contact-bar p strong {
    float: left;
    margin-right: 1em;
    margin-top: 0;
    font-size: 17.5px;
  }
  #footer #contact-bar p span {
    float: left;
  }
  #footer #contact-bar p span.phone {
    clear: left;
    margin: 0.8em 0 0 5px;
  }
  #footer #contact-bar p span.phone:before {
    font-size: 25.2px;
  }
  #footer #contact-bar p span.phone:after {
    font-size: 14px;
  }
  #footer #contact-bar p span.phone a:last-child {
    margin-left: 10px;
  }
  #footer #contact-bar p span.email {
    clear: left;
    margin: 1.0em 0 1.0em 3px;
  }
  #footer #contact-bar p span.email:before {
    font-size: 21px;
  }
  #footer #contact-bar ul {
    width: 26px;
    height: auto;
    padding-top: 1.2em;
    padding-bottom: 1.0em;
  }
  #footer #contact-bar ul li {
    margin: 0 0 0.3em 0;
  }
  #footer #footer-links {
    padding-top: 3.0em;
    padding-bottom: 0;
    background: none;
  }
  #footer #footer-links ul {
    margin-bottom: 2.0em;
  }
  #footer #footer-links ul li {
    display: inline;
    padding: 0 0.3em 0 0.8em;
    border-right: 1px solid black;
  }
  #footer #footer-links ul li:first-of-type {
    padding-left: 0;
  }
  #footer #footer-links ul li:last-of-type {
    border-right: none;
  }
  #footer #footer-links p {
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* Global Nav */
  #masthead {
    margin-top: 90px;
  }
  #masthead #support-navs #utility-nav {
    height: 90px;
  }
  #masthead #support-navs #utility-nav li {
    padding-top: 20px;
  }
  #masthead #support-navs #utility-nav li a {
    padding: 15px 10%;
  }
  #masthead #support-navs #utility-nav li a:before {
    padding-top: 15px;
    font-size: 25.2px;
  }
  .show-primary-nav #masthead #support-navs #utility-nav li#primary-toggle a:after, .show-secondary-nav #masthead #support-navs #utility-nav li#secondary-toggle a:after, .show-site-search #masthead #support-navs #utility-nav li#search-toggle a:after {
    bottom: -31px;
  }
  #masthead #support-navs #utility-nav #logo {
    width: 165px;
    padding-top: 30px;
  }
  #masthead #support-navs #utility-nav #secondary-toggle a:before {
    font-size: 42px;
  }

  /* Mobile Show Menu */
  .show-site-search #masthead #support-navs #site-search #site-search-input {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .show-site-search #masthead #support-navs #site-search #site-search-submit {
    width: 2.8em;
    font-size: 21px;
  }
  .show-site-search #masthead #support-navs #site-search #site-search-submit em:after {
    margin-left: 0;
    margin-right: 15px;
    font-size: 21px;
    vertical-align: super;
    line-height: 1.6em;
  }

  .home .row-fluid .home-box {
    min-height: inherit;
  }
  .home .row-fluid .span3.home-box {
    float: none;
    width: 100%;
    min-height: inherit;
    margin: 2.0em 0 0 0;
  }
  .home .row-fluid .span3.home-box h1 {
    padding: 10px 20px;
    font-size: 21px;
  }
  .home .row-fluid .span3.home-box h1 a {
    font-size: 21px;
  }
  .home .row-fluid #news ul {
    margin-top: 0;
  }
  .home .row-fluid #news ul li a {
    font-size: 14px;
  }
  .home .row-fluid #news ul li a .date {
    width: 20%;
    font-size: 14px;
    line-height: 20px;
  }
  .home .row-fluid #news ul li a .date strong {
    margin-top: 0.9em;
    font-size: 25.2px;
  }
  .home .row-fluid #courses form {
    padding: 0 20px 20px 20px;
  }
  .home .row-fluid #courses form label {
    margin: 0 0 0.5em;
    font-size: 14px;
  }
  .home .row-fluid #courses form input {
    font-size: 14px;
  }
  .home .row-fluid #courses form select {
    font-size: 14px;
  }
  .home .row-fluid #enrol,
  .home .row-fluid #feedback {
    position: relative;
    *zoom: 1;
  }
  .home .row-fluid #enrol:before, .home .row-fluid #enrol:after,
  .home .row-fluid #feedback:before,
  .home .row-fluid #feedback:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .home .row-fluid #enrol:after,
  .home .row-fluid #feedback:after {
    clear: both;
  }
  .home .row-fluid #enrol h1,
  .home .row-fluid #feedback h1 {
    height: auto;
    padding-top: 15px;
  }
  .home .row-fluid #enrol p,
  .home .row-fluid #feedback p {
    padding-left: 20px;
    margin-top: 1.0em;
    text-align: left;
  }
  .home .row-fluid #enrol p a,
  .home .row-fluid #feedback p a {
    font-family: TitilliumwebRegular;
  }
  .home .row-fluid #enrol img,
  .home .row-fluid #feedback img {
    display: none;
  }

  /* Sign In Form */
  #signin-form {
    margin: 0;
  }
  #signin-form > fieldset label {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #signin-form > fieldset label:first-of-type {
    width: 100%;
  }
  #content #signin-form > fieldset label {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #content #signin-form > fieldset label:first-of-type {
    width: 100%;
  }
  #signin-form > fieldset #SQ_LOGIN_USERNAME {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #content #signin-form > fieldset #SQ_LOGIN_USERNAME {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  #content #signin-form > fieldset #SQ_LOGIN_PASSWORD {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  #signin-form > fieldset #reset-pass {
    display: block;
    float: none;
    width: 100px;
    margin: 2.0em auto 0;
  }
  #signin-form > fieldset #SQ_LOGIN_SUBMIT {
    display: block;
    float: none;
    clear: none;
    width: 45px;
    margin: 0 auto;
  }
  #content #signin-form > fieldset #SQ_LOGIN_SUBMIT {
    display: block;
    float: none;
    clear: none;
    width: 45px;
    margin: 0 auto;
  }

  /* Content Styles */
  #content img.pull-left {
    display: block;
    float: none;
    max-width: 100%;
    margin: 1.0em auto;
  }
  #content img.pull-right {
    display: block;
    float: none;
    max-width: 100%;
    margin: 1.0em auto;
  }
  #content p.text-center-mobile {
    text-align: center;
  }
  #content p#updated-date {
    float: none;
  }
  #content ul.no-bullet li .heading {
    display: inline;
    width: auto;
    font-weight: bold;
  }
  #content ul.no-bullet li .detail {
    display: inline;
    width: auto;
  }
  #content ul.publication {
    padding-left: 0 !important;
  }
  #content ul.publication.afirst-page:first-of-type > li:first-of-type > img.span4, #content ul.publication.a1page:first-of-type > li:first-of-type > img.span4 {
    float: none;
    width: 100%;
    margin: 0;
  }
  #content ul.publication.afirst-page:first-of-type > li:first-of-type > div.span8, #content ul.publication.a1page:first-of-type > li:first-of-type > div.span8 {
    float: none;
    display: block;
    width: 100%;
  }
  #content ul.publication > li > img.span4 {
    float: none;
    width: 100%;
    margin: 0;
  }
  #content ul.publication > li > div.span8 {
    float: none;
    display: block;
    width: 100%;
  }
  #content ul.publication > li > div.span8 h3,
  #content ul.publication > li > div.span8 p {
    text-align: center;
  }
  #content ul.staff > li > img[class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 0.5em;
  }
  #content ul.landing li.span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #content ul.landing li.span4:nth-child(3n+1) {
    clear: none;
    margin-left: 0;
  }
  #content ul.landing li.span4.fourth {
    clear: none;
    margin-left: 0;
  }
  #content ul.landing li.span4:nth-child(2n+1) {
    clear: none;
    margin-left: 0;
  }
  #content ul.landing li.span4.third {
    clear: none;
    margin-left: 0;
  }
  #content ul.upcoming li.span6 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #content fieldset div.inline label {
    display: block;
    width: 100%;
  }
  #content fieldset div.inline input {
    width: 100%;
  }
  #content fieldset.inline > ul {
    width: 97.56098%;
  }
  #content fieldset.inline > ul > li {
    display: inherit;
    margin-right: 0;
  }
  #content fieldset.option-list.columns-2 > ul > li {
    display: block;
    width: auto;
  }
  #content fieldset.option-list.columns-3 > ul > li {
    display: block;
    width: auto;
  }
  #content input[type="submit"],
  #content button {
    width: 100%;
    margin-top: 1.0em;
  }
  #content .save-row {
    text-align: center;
  }
  #content .save-row input[type="submit"],
  #content .save-row button {
    margin-left: 0;
    width: 80%;
  }

  .job-centre #content a.signup {
    display: block;
    width: auto;
    margin-bottom: 0.5em;
  }
  .job-centre #content a.control.cancel {
    display: inline-block;
    margin-bottom: 1.5em;
  }
  .job-centre #content a.control.cancel:before {
    top: 1px;
  }
  .job-centre #content ul.profile-results.students li {
    font-size: 11.9px;
  }
  .job-centre #content ul.profile-results.students li .profile-thumb.span2 {
    width: 31.70732%;
  }
  .job-centre #content ul.profile-results.students li .span9 {
    width: 65.85366%;
  }
  .job-centre #content ul.profile-results.students li .span9 .profile-heading {
    font-size: 17.5px;
  }
  .job-centre #manage-profile-photo > p {
    font-size: 17.5px;
  }
  .job-centre #manage-org-logo > p {
    font-size: 17.5px;
  }
  .job-centre #profile-details-wrap.span9 h2.profile-heading,
  .job-centre #profile-details-wrap.span12 h2.profile-heading {
    margin-top: 1.5em;
    font-size: 25.2px;
  }
  .job-centre #job-details-wrap.span9 h2.profile-heading,
  .job-centre #job-details-wrap.span12 h2.profile-heading {
    margin-top: 0;
    font-size: 21px;
  }
  .job-centre .controls {
    display: block;
    float: none !important;
    width: auto;
    margin-top: 1.0em;
  }
  .job-centre #closes-date select {
    font-size: 11.9px;
    padding: 6px 5px;
  }
  .job-centre .white-popup {
    padding: 25px 10px 10px;
  }

  .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    font-size: 13.02px;
  }

  /* Global Footer */
  #footer #contact-bar p span.phone {
    max-width: 70%;
  }
  #footer #contact-bar p span.phone:before {
    padding-top: 8px;
  }
  #footer #contact-bar p span.phone:after {
    padding-top: 8px;
  }
  #footer #contact-bar p span.phone a:last-child {
    display: block;
    margin-left: 0;
  }
  #footer #contact-bar p span.email {
    margin-top: 0.5em;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/*Grace fixes*/

#footer{height:auto; font-size: 11px; margin-right: 15px;}
#search {margin-top: 30px;}
#site-search input{color: #808080;padding: 2px 5px 2px 5px;background: #ffffff;width: 160px;border: 1px solid #bbbbbb;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}

.loginGroup{display: inline-table;}
#header{background-color: #f26222;height: 220px; padding: 40px 36px; width:295px}
#header p{color:white; font-size: 25px; line-height: 31px; margin:0px}
#banner{background-color: #f26222;  margin-left:0px; width:680px; height:220px}
#slideshow{width:680px !important}

#header-curve {
margin-left: 270px;
position: absolute;
width: 75px;
height: 220px;
background: transparent url(./Images/header-curve.png) 0 0 no-repeat;
z-index: 100;
}

.sideNav{background: transparent url(./Images/bullet-nav.png) 0 0 no-repeat;}

#Breadcrumb{margin-top:5px; margin-left: 60px; font-size:12px}

#slideshow img{height:220px}

.SearchButton:hover{text-decoration:none;}
.SearchButton:after {
position: absolute;
content: "\f002";
color: #f26222;
font-family: Fontawesome;
font-size: 20.3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#dnn_dnnBreadcrumb_lblBreadCrumb img{display:none}
.breadcrumbLink{margin-right:15px}
.breadcrumbLink:not(:last-child):after{
margin-left:5px;
margin-top:2px;
position: absolute;
content: "\f101";
color: #f26222;
font-family: Fontawesome;
font-size: 7px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}

#masthead #support-navs #tertiary-nav{margin-top:30px}
#masthead #support-navs #site-search{margin-top:35px}

#dnn_bannerPane img{height:220px}
#masthead #support-navs #utility-nav{margin-left: 35px;}

#left-column{margin-top:0px; width: 230px; margin-left: 0px;} /*Grace*/
#dnn_leftPane{width:24%; margin-left: 38px;}
#dnn_ContentPane{margin-top: 0px; width: 100%;}

@media (max-width: 979px) and (min-width: 768px) {
#OuterDiv{width:100% !important; margin-left:0px !important}
#banner, #Breadcrumb{display:none}
#dnn_bannerPane, #dnn_bannerPane img{margin:0px; width:100% !important; height:auto !important; min-height: auto;  }
#header, #header-curve{display:none}
#search{display:none}
#masthead #support-navs #utility-nav{margin-top: 2.5em;}
#masthead #global-nav {margin-top: -30px;}
#masthead{height: 135px;}
#masthead #global-nav #primary-nav li.active > a {padding: 14px 0px; }
#masthead #global-nav #primary-nav > li > a {padding: 16px 0;font-size: 16.1px;min-height: 48px; }
#masthead #global-nav #primary-nav li.active > ul {top: 50px; }
#masthead #global-nav #primary-nav > li.future {width: 20% !important;}


#dnn_leftPane{width:100%; margin-left:0px; margin-bottom: 20px;} /*Grace*/

#dnn_bannerPane, #dnn_bannerPane img, #dnn_ContentPane, #slideshow{width:100%}
#dnn_ContentPane{margin-left:0px !important; margin-top: -30px;}

#Breadcrumb{ margin-left: 0px !important;}
}

@media (max-width: 767px) {
#OuterDiv, #dnn_ContentLeftPane, #dnn_ContentMiddlePane, #dnn_ContentRightPane{width:100% !important; margin-left:0px !important}
#banner, #Breadcrumb{display:none}
#dnn_leftPane{width:100% !important; margin-left: 0px !important;}
.divContent{background-color: #e3e4e5;}
#dnn_bannerPane, #dnn_bannerPane img, #dnn_ContentPane{width:100% !important; height:auto}
#banner, #banner img{margin:0px; width:100%; height:auto !important; min-height: auto;  }
#search-toggle{display:none}
#search{display:none}
#banner img{margin-left:0px !important}
.pull-right{float:left !important; width:100%}
.show-primary-nav #masthead{width: 100% !important; margin-left: 0px !important;}
#copyright, #Breadcrumb{margin:0px 10px}

#header, #header-curve{display:none}
#left-column{width:100% !important; margin-left: 0px !important}


#secondary-nav > ul > li a {
  display: block;
  padding: 8px; /*Grace*/
  margin-left: 20px; /*Grace*/
  color: black;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#secondary-nav > ul > li {background:none !important; }
#secondary-nav > ul > li a {margin-left:0px !important; font-weight:normal !important; padding-left:20px}
#secondary-nav > ul > li a:hover{
font-weight:normal !important;
color:black !important;
background-color:#f26222;
}

#Breadcrumb{margin-left:20px !important; }

.show-primary-nav #masthead #support-navs #tertiary-nav li a {background-color: #f26222; border-bottom: 1px solid white;}
.show-primary-nav #masthead #support-navs #tertiary-nav li a:hover{background-color: #F8C9B5;}
#dnn_ContentPane,#dnn_ContentLeftPane, #dnn_ContentMiddlePane, #dnn_ContentRightPane{padding: 20px;}
#dnn_leftPane{min-height: 0px;}
#footer{margin-left: 20px;}
#masthead #support-navs #utility-nav {
margin-left: 0px;
}
.divProductList div{margin-right:5px}
}

@media (max-width: 565px) {
.divProductList div, .divProductList div p{width:100% !important; height:auto !important}
.divProductList div img{width:100% !important; height:auto !important}
#dnn_ContentPane .detail_standard_article img{ float: left !important; }
}



/*#dnn_ContentPane ol{ counter-reset: item}
#dnn_ContentPane li{ display: block }
#dnn_ContentPane li:before{ content: counters(item, ".") " "; counter-increment: item }*/

#dnn_ContentPane ol, #dnn_ContentPane ul{margin-left:20px}
#dnn_ContentPane ol li ul { list-style: none; }
#dnn_ContentPane ol li ul li ul { list-style: none;}
#dnn_ContentPane ol li ul li ul li {margin-left:20px}

#dnn_ContentPane .FloaterDIV1 p{width:240px}
#dnn_ContentPane {height:100%}
.FloaterDIV1 .customArticleListTitle1 a{font-size:21px !important}
#dnn_ContentLeftPane, #dnn_ContentMiddlePane, #dnn_ContentRightPane{background-color: #e3e4e5;}

.SubHead.detail_standard_subtitle{font-size: 18px;}

.DNNModuleContent.ModPackFlashPublishListC{margin-left: -10px}
.DNNModuleContent.ModPackFlashPublishListC h3{margin-bottom:0px}

/* registration module */
div.dnnRegistrationForm div.dnnForm {width:100%}
div.password-strength-container {width:46% !important} 
.dnnFormItem .password-strength-container input[type="password"]{width:98%; max-width:278px}
div.dnnRegistrationForm div.dnnCaptcha {width:98%} 
.password-strength-container .meter{width:120px}

.dnnSocialRegistration{display:none}
.LoginPanel{width:100%}

#dnn_ctr565_Register_UP .dnnFormMessage.dnnFormInfo{display:none}

/* detail template image*/
.pf_articleListDescription.webx img{width:160px !important; height:auto !important}
.pf_articleListDescription img{width:160px !important; height:auto !important}
.pf_articleListDescription a[href$=".pdf"]:before {content: "";}


.template_actionLinks{display:none} /*hide email to a friend link*/

#dnn_leftPane .Normal {margin-left: -10px;}


.pipeguide.dnnPrimaryAction {
	 border-color: #000; 
    background: #F26222;
    background: -moz-linear-gradient(top, #F26222 0%, #F26222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F26222), color-stop(100%,#F26222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F26222 0%,#F26222 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #F26222 0%,#F26222 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: none;;
}
.pipeguide.dnnPrimaryAction:hover {
	border-color: #000; 
    background: none #F26222;
}

#g-recaptcha div{
	width:100% !important;
}


/* Registration page styles - Molly 2025 */


@font-face {
    font-family: 'Rawline Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Rawline Regular'), url('/fonts/rawline-400.woff') format('woff');
}

@font-face {
    font-family: 'Rawline Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Rawline Bold'), url('/fonts/rawline-700.woff') format('woff');
}

#Form[action^="/Registration" i] #masthead,
.not-found-page #masthead,
.home-page #masthead {
  width: 100%;
  height: 97px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Form[action^="/Registration" i] #masthead nav,
.not-found-page #masthead nav,
.home-page #masthead nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  width: 100%;
  max-width: 100vw !important;
  min-width: 100%;
  position: absolute;
}

#Form[action^="/Registration" i] #masthead nav ul,
.not-found-page #masthead nav ul,
.home-page #masthead nav ul {
	margin: 0px!important;
	width: 250px!important;
    height: 35px!important;
    max-width: 250px !important;
}

#Form[action^="/Registration" i] #masthead nav ul img,
.not-found-page #masthead nav ul img,
.home-page #masthead nav ul img {
  width: 250px!important;
  height: 35px!important;
  max-width: 250px !important;
  z-index: 999;
  position: relative;
}


#Form[action^="/Registration" i] #contentWrapper,
.not-found-page #contentWrapper,
.home-page #contentWrapper {
  background-image: url('/images/Kempex-background.jpg');
  background-size: cover;
  background-position-x: center;
  align-items: flex-start !important;
  padding-top: 170px;
  padding-bottom: 50px;
}

.home-page #contentWrapper {
	margin: 0;
	width: 100%;
	min-width: 100%;
}

.home-page #dnn_leftPane,
.home-page .row-fluid:nth-child(1),
.home-page .row-fluid:nth-child(2),
.home-page #header,
.home-page #header-curve,	
.home-page #banner,
.home-page #dnn_ctr599_HtmlModule_lblContent,
.home-page #dnn_ContentLeftPane,
.home-page #dnn_ContentMiddlePane,
.home-page #dnn_ContentRightPane {
	display: none;
}

.not-found-page #contentWrapper {
	min-height: 70vh;
	position: relative;
}

.home-page #contentWrapper {
	min-height: 95vh;
	position: relative;
}

.not-found-page #dnn_ctr526_HtmlModule_lblContent,
.home-page #OuterDiv {
	background-color: rgb(51, 51, 51) !important;
	width: 355px;
	border-radius: 10px;
	margin: 0px auto;
	padding: 50px !important;
	text-align: center;
}

.home-page #contentWrapper .container .row-fluid {
	display: flex;
	justify-content: center;
	margin-top: -8px;
}

.home-page #OuterDiv {
	max-width: 455px;
	max-height: 290px;
}

.not-found-page #dnn_ctr526_HtmlModule_lblContent h2,
.not-found-page #dnn_ctr526_HtmlModule_lblContent h3,
.home-page #OuterDiv h2,
.home-page #OuterDiv h3 {
	color: white;
	font-family: 'Rawline Regular';
}

.not-found-page #dnn_ctr526_HtmlModule_lblContent a,
.home-page #OuterDiv a {
	color: #F9914B!important;
	font-family: 'Rawline Regular';
}

.not-found-page #dnn_ctr526_HtmlModule_lblContent a:hover,
.home-page #OuterDiv a:hover {
	color: rgb(254, 206, 4)!important;
}

.not-found-page footer,
.home-page footer {
	position: absolute!important;
    bottom: 0;
}

#Form[action^="/Registration" i] #contentWrapper .form-logo {
  width: 318px;
  height: 240px;
  max-width: 318px !important;
  max-height: 240px !important;
  margin-left: -8px;
  margin-top: -8px;
}

#dnn_ctr668_View_LiveForm668 li input,
#dnn_ctr668_View_LiveForm668 li select {
  border: 1px solid #FECE04;
  height: 45px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

#dnn_ctr668_View_LiveForm668 li input {
  background: transparent;
  color: white;
}

#dnn_ctr668_View_LiveForm668 li select {
  background: #333333;
  color: white!important;
}

#dnn_ctr668_View_LiveForm668 li label {
  font-family: 'Rawline Regular';
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  font-weight: 600;
  margin: 0px !important;
  padding: 5px 0px;
}

#dnn_ctr668_View_LiveForm668 li input::placeholder {
  color: #f3f3f3 !important;
}


#dnn_ctr668_View_LiveForm668 .page-break-section {
  background-color: #333333!important;
  color: #FFFFFF;
  width: 355px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px 0px!important;
  text-align: center;
}

#dnn_ctr668_View_LiveForm668 .page-break-section .registration-title {
  font-size: 15px !important;
  line-height: 17px !important;
  color: #FECE04;
  font-family: "Raleway", sans-serif!important;
  font-weight: 700 !important;
  text-align: left;
  margin: 0px !important;
  padding: 10px 0px 0px 0px;
}

#dnn_ctr668_View_LiveForm668 li {
	padding: 10px 25px!important;
}

#Form[action^="/Registration" i] #dnn_ctr668_View_LiveForm668 li .Field-Container {
	background: #1a73e8;
	width: 100%;
	height: 60px;
}

#Form[action^="/Registration" i] .grecaptcha-badge {
	box-shadow: none !important;
	float: right;
}
.LiveForm hr {
	border-color: #FECE04;
	margin: 5px 0px;
	left: 42%;
    right: 50%;
    margin-left: -50%;
    margin-right: -50%;
    width: 116%;
    position: relative;
}

.LiveForm li input[type="submit"] {
	background: #FECE04!important;
	border: 1px solid #FECE04!important;
	color: #333333!important;
	font-family: "PT Sans", sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
	font-size: 15px!important;
	line-height: 30px !important;
    border-radius: 4px;
    width: 100% !important;
	min-width: 100% !important;
}

.LiveForm li input[type="submit"]:hover {
	background: #E36C09!important;
	border: 1px solid #E36C09!important;
	color: white!important;
	filter: opacity(1)!important;
	box-shadow: none !important;
}

#Form[action^="/Registration" i] .text-below-form {
	font-size: 11px;
    line-height: 15px;
    text-align: center;
	font-family: 'Rawline Regular';
	font-weight: 600;
    height: fit-content;
    position: absolute;
    bottom: -45px;
    left: 35px;
}

#Form[action^="/Registration" i] .text-below-form a{
	color: white;
}

/* Footer */


#footer {
	background: #939598;
    border-top: 0.5px solid black;
	font-family: 'Rawline Regular';
	margin-top: -50px;
	z-index: 9999;
	position: absolute;
	width: 100%;
	margin-top: 0px;
}



#footer .fusion-copyright-content {
	width: 60%;
    margin: 0 auto;
    color: white;
    padding: 15px 0px;
	display: flex;
	flex-wrap: wrap;
}

#footer .fusion-copyright-content a,
#footer .fusion-copyright-content strong,
#footer .fusion-copyright-content span,
#footer .fusion-copyright-content {
	color: white;
	font-size: 12px;
	line-height: 18px;
}

#footer .fusion-copyright-content strong {
	font-family: 'Rawline Bold';
}

#footer .fusion-copyright-content a:hover {
	color: #333333;
	text-decoration: none!important;
}

#Form[action^="/Registration" i] .fusion-copyright-notice,
.not-found-page .fusion-copyright-notice,
.home-page .fusion-copyright-notice {
	width: 60%;
}

#Form[action^="/Registration" i] .fusion-copyright-notice a[href$=".pdf"],
#Form[action^="/Registration" i] .fusion-copyright-notice a[href$=".pdf"]::before,
#Form[action^="/Registration" i] .fusion-copyright-notice a[href$=".pdf"]::after,
.not-found-page .fusion-copyright-notice a[href$=".pdf"],
.not-found-page .fusion-copyright-notice a[href$=".pdf"]::before,
.not-found-page .fusion-copyright-notice a[href$=".pdf"]::after,
.home-page .fusion-copyright-notice a[href$=".pdf"],
.home-page .fusion-copyright-notice a[href$=".pdf"]::before,
.home-page .fusion-copyright-notice a[href$=".pdf"]::after {
	content: " "!important;
	padding: 0 0 0 0!important;
}

#Form[action^="/Registration" i] .fusion-social-links-footer,
.not-found-page .fusion-social-links-footer,
.home-page .fusion-social-links-footer {
	width: 40%;
}

#Form[action^="/Registration" i] .footer-social-network-icon,
.not-found-page .footer-social-network-icon,
.home-page .footer-social-network-icon {
	background: #000;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 5px;
	position: relative;
}

#Form[action^="/Registration" i] .footer-social-network-icon[title]:hover::after,
.not-found-page .footer-social-network-icon[title]:hover::after,
.home-page .footer-social-network-icon[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -82%;
  left: -13px;
  background: #606060;
  color: white;
  padding: 3px 7px 5px 7px;
  border-radius: 5px;
}

#Form[action^="/Registration" i] .fusion-social-networks-wrapper,
.not-found-page .fusion-social-networks-wrapper,
.home-page .fusion-social-networks-wrapper {
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
}

#Form[action^="/Registration" i] .footer-svg,
.not-found-page .footer-svg,
.home-page .footer-svg {
	width: 20px;
	height: 20px;
}

/* Successfull registration message */
.dnnFormMessage.dnnFormSuccess {
  z-index: 999!important;
  position: absolute!important;
  background: green!important;
  color: white!important;
  width: 50%!important;
  border: 1px solid black!important;
  left: 50%!important;
  transform: translate(-50%, 0)!important;
  text-align: center!important;
  top: 150px!important;
}


@media screen and (max-width: 600px) {
	#Form[action^="/Registration" i] #masthead,
	.not-found-page #masthead, 
	.home-page #masthead {
		width: 100% !important;
		min-width: 302px;
		height: 97px;
		background: white !important;
		padding: 0;
		margin: 0px 0 0 0 !important;
	}
	#Form[action^="/Registration" i] #masthead #support-navs #utility-nav,
	.not-found-page #masthead #support-navs #utility-nav,
	.home-page #masthead #support-navs #utility-nav	{
		width: 100% !important;
		height: 97px !important;
		min-width: 100%;
		padding: 0px !important;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		background: white !important;
	}
	#Form[action^="/Registration" i] #masthead #support-navs #utility-nav #logo,
	.not-found-page #masthead #support-navs #utility-nav #logo,
	.home-page #masthead #support-navs #utility-nav #logo	{
		width: fit-content !important;
		padding: 0px !important;
		margin: 0 auto;
	}
	#Form[action^="/Registration" i] #masthead #support-navs #utility-nav #logo a,
	.not-found-page #masthead #support-navs #utility-nav #logo a,
	.home-page #masthead #support-navs #utility-nav #logo a	{
		margin-left: -20px;
	}
	#Form[action^="/Registration" i] #contentWrapper,
	.not-found-page #contentWrapper,
	.home-page #contentWrapper {
	  background-image: url('/images/Kempex-background.jpg')!important;
	  background-size: cover!important;
	  background-position-x: center!important;
	  align-items: flex-start !important!important;
	  padding-top: 0px!important;
	  padding-bottom: 50px!important;
	}
	#Form[action^="/Registration" i] #contentWrapper .divContent,
	.not-found-page #contentWrapper .divContent,
	.home-page #contentWrapper .divContent	{
		background: transparent!important;
	}
	#Form[action^="/Registration" i] .fusion-copyright-notice,
	#Form[action^="/Registration" i] .fusion-social-links-footer,
	.not-found-page .fusion-copyright-notice,
	.not-found-page .fusion-social-links-footer,
	.home-page .fusion-copyright-notice,
	.home-page .fusion-social-links-footer	{
	  width: 100%;
	}
	#Form[action^="/Registration" i] .fusion-social-networks-wrapper,
	.not-found-page .fusion-social-networks-wrapper,
	.home-page .fusion-social-networks-wrapper	{
	  justify-content: center;
	}
	#footer .fusion-copyright-content {
		width: 90%;
	}
	#Form[action^="/Registration" i] .fusion-copyright-notice div,
	.not-found-page .fusion-copyright-notice div,
	.home-page .fusion-copyright-notice div	{
		text-align: center;
		margin-bottom: 20px;
	}
	#Form[action^="/Registration" i] #footer,
	.not-found-page #footer,
	.home-page #footer	{
	   margin: 0px 0px 0px 0px;
	   padding: 10px 0px 20px 0px;
	}
	#Form[action^="/Registration" i] #footer strong,
	.not-found-page #footer strong, 
	.home-page #footer strong{
		max-width: 200px !important;
		display: inline-block;
	}
	.not-found-page #dnn_ctr526_HtmlModule_lblContent {
	  width: 65%;
	  padding: 20px !important;
	  margin-top: 20px;
	}
	.home-page #OuterDiv {
		width: 80%!important;
		max-width: 80%!important;
		padding: 20px !important;
	    margin: 40px 0px 0px 0px!important;
	}
	.not-found-page #contentWrapper	{
	   min-height: 80vh;
	}
	.home-page #contentWrapper	{
	   min-height: 90vh;
	}
}

