html, body {
	margin: 0;
	padding: 0;
	font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
body.red {
	background-color: #e30613;
}
body.red #topHeader {
	background-color: #7b0400;
}
body.red #mainHeader, body.red .mgmenu_container {
	background: #ae0f0a;
}
body.red .mgmenu > li {
	border-color: #7b0400;
}
body.red #body ul li:before {
	color: #e30613;
}
body.orange {
	background-color: #f07d00;
}
body.orange #topHeader {
	background-color: #d93b20;
}
body.orange #mainHeader, body.orange .mgmenu_container {
	background: #f26522;
}
body.orange .mgmenu > li {
	border-color: #d93b20;
}
body.orange #body ul li:before {
	color: #f07d00;
}
body.gold {
	background-color: #bc982c;
}
body.gold #topHeader {
	background-color: #7a5a10;
}
body.gold #mainHeader, body.gold .mgmenu_container {
	background: #9c7925;
}
body.gold .mgmenu > li {
	border-color: #7a5a10;
}
body.gold #body ul li:before {
	color: #bc982c;
}
body.green {
	background-color: #76b729;
}
body.green #topHeader {
	background-color: #457312;
}
body.green #mainHeader, body.green .mgmenu_container {
	background: #5c9021;
}
body.green .mgmenu > li {
	border-color: #457312;
}
body.green #body ul li:before {
	color: #76b729;
}
body.blue {
	background-color: #21bbef;
}
body.blue #topHeader {
	background-color: #015585;
}
body.blue #mainHeader, body.blue .mgmenu_container {
	background: #0080c8;
}
body.blue .mgmenu > li {
	border-color: #015585;
}
body.blue #body ul li:before {
	color: #21bbef;
}
body.purple {
	background-color: #964b98;
}
body.purple #topHeader {
	background-color: #4f1852;
}
body.purple #mainHeader, body.purple .mgmenu_container {
	background: #753b76;
}
body.purple .mgmenu > li {
	border-color: #4f1852;
}
body.purple #body ul li:before {
	color: #964b98;
}
.HeliaCore-Medium {
	font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
}
.HeliaCore-Thin {
	font-family: HeliaCore-Thin, Arial, Helvetica, sans-serif;
}
.HeliaCore-Black {
	font-family: HeliaCore-Black, Arial, Helvetica, sans-serif;
}
.HeliaCore-Bold {
	font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
}
.HeliaCore-Book {
	font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
}
.HeliaCoreBook-Italic {
	font-family: HeliaCoreBook-Italic, Arial, Helvetica, sans-serif;
}
h1 {
	color: #753B76;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 24px;
}
p {
	font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 150%;
	color: #000;
}
a:focus, a:link, a:active {
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
.ac_input {
	border-radius: 3px;
	border: none;
	font-family: HeliaCore-Light, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
	height: 40px;
	box-shadow: none;
	line-height: 18px;
}
/*-- Header --*/
#topHeader {
	height: 25px;
}
#mainHeader {
	height: 35px;
}
#headerLogo {
	display: block;
	position: absolute;
	z-index: 13;
	width: 85px;
	height: 60px;
	top: 0;
	background: url("/__data/assets/image/0011/587288/AUT-logo-block.jpg") no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

@media screen and (min-width: 480px) {
#headerLogo {
	width: 144px;
	height: 102px;
}
#topHeader {
	height: 42px;
}
#mainHeader {
	height: 60px;
}

}

@media screen and (min-width: 810px) {
#headerLogo {
	width: 130px;
	height: 129px;
	background-image: url("/__data/assets/image/0006/508956/logo.jpg");
}
}

/*-- eof Header --*/

/* Footer */
footer {
    width: 100%;
    color: #fff; }
    footer #footerMain {
      background: #272727;
      padding: 30px 15px;
      position: relative; }
    footer p {
      font-family: HeliaCore-Light, Arial, Helvetica, sans-serif;
      color: #fff;
      margin-bottom: 0; }
    footer .footerTitle {
      font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 0; }
      footer #contactInfo .footerTitle {
        color: #fff; }
      footer #contactInfo #socialMedia {
        margin: 20px 0; }
        footer #contactInfo #socialMedia a {
          display: inline-block;
          margin-right: 10px;
          text-indent: -9999px;
          width: 33px;
          height: 33px;
          background-image: url("//www.aut.ac.nz/__data/assets/file/0003/670404/aut_footer_social.svg");
        background-repeat: no-repeat;
        background-size: 165px 33px; }
        footer #contactInfo #socialMedia a#facebookLink{
          width: 31px; }
          footer #contactInfo #socialMedia a#twitterLink {
            background-position: -33px 0; }
          footer #contactInfo #socialMedia a#youtubeLink {
            background-position: -66px 0; }
          footer #contactInfo #socialMedia a#linkedinLink {
            background-position: -99px 0; }
          footer #contactInfo #socialMedia a#instagramLink {
            background-position: -132px 0; }

      footer #addressInfo .footerTitle {
        color: #e1c886; }
      footer #addressInfo .campusAddress { 
        margin-bottom: 15px; }
    footer .title {
      color: #e1c886;
      text-transform: uppercase; }
    footer span.stronger {
      font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif; }
    footer .large {
      font-size: 1.2em;
      color: #fff; }
    footer #footerBottom {
      background-color: #000;
      padding: 10px 15px; }
      footer #footerBottom ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        footer #footerBottom ul li {
          display: inline-block;
          padding: 0 10px 0 0; }
          footer #footerBottom ul li:first-child {
            padding-left: 0; }
          footer #footerBottom ul li.lastChild {
            border-right: 0; }
        footer #footerBottom ul a {
          color: #fff; }
          footer #footerBottom ul a:hover {
            text-decoration: none;
            border-bottom: 1px solid #fff; }
          footer #footerBottom ul a:focus, footer #footerBottom ul a:visited {
            text-decoration: none; }
      footer #footerBottom #mainEntry {
        font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        line-height: 20px; }
      footer #footerBottom #supportEntry {
        font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
        line-height: 20px;
        text-transform: uppercase; }
        footer #footerBottom #supportEntry li.lastChild {
          padding-right: 0; }
footer #rainbowLogo {
  margin: 0 auto;
  display: block;
}
footer a, footer a:hover, footer a:focus {
  color: #fff;
}
@media screen and (min-width: 810px) {
  footer #footerMain, footer #footerBottom {
      padding-left: 25px;
      padding-right: 25px; }
      footer #footerBottom ul li {
          padding: 0 10px;
          border-right: 1px solid #545454; }
}
@media screen and (min-width: 1020px) {
        footer #addressInfo {
      padding-left:40px; }
    footer #contactInfo {     
      border-right: 1px solid #545454; }
      footer #addressInfo .campusAddress {
        float: left;
        width: 310px; }
footer #rainbowLogo {
    position: absolute;
    left: 260px;
    top: 152px;
}
      
}
@media screen and (min-width: 1260px) {
    footer #footerBottom #mainEntry {
        width: 39%; }
        footer #footerBottom #supportEntry {
            width: 61%; 
        }
footer #rainbowLogo {
    left: 320px;
}
}
         
/*eof Footer*/

/* Mobile menu */
#mobileMenu, #mobileSearch {
	position: relative;
  }
.mobileControl {
	width: 60px;
    height: 60px;
	background-color: #000;
	position: absolute;
	top: 0;
	cursor: pointer;
}
 #mobileMenuBtn {   
    right: 0;  
}
#mobileSearchBtn {
    right: 60px;
    border-right: 1px solid #787570;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
#mobileMenu.open .mobileControl, #mobileSearch.open .mobileControl {
	background-color: #242021;
  }
#nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
margin: 17px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobileMenu.open #nav-icon4 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

#mobileMenu.open #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mobileMenu.open #nav-icon4 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
#mobileMenuList, #mobileSearchBox {
	position: absolute;
	z-index: 3;
	background-color: #242021;
	right: 0;
	top: 60px;
	width: 100%;
	display: none;
}
#mobileMenu.open #mobileMenuList {
	display: block; }
#mobileSearch.open #mobileSearchBox {
	display: block; }
#mobileMenuList ul {
	margin: 0;
	padding: 0;
	list-style: none; }
#mobileMenuList a {
	display: block;
	padding: 15px;
	color: #fff;
	border-bottom: 1px solid #343434; }
#mobileSearchBox form {
	padding: 10px; }
#mobileSearchBox .search-button {
    border: 0px none;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 9px;
	opacity: 0;
}
#mobileSearchBox .ac_input {
    width: 100%;
    background-color: #242021;
    color: #fff;
    margin-top: 0px;
}
	
@media screen and (min-width: 480px) {
	 .mobileControl {
    width: 102px;
    height: 102px;
}
#mobileSearchBtn {
	right: 102px;
	font-size: 50px;
padding-top: 14px;
}
#nav-icon4 {
    width: 50px;
    height: 45px;
    margin: 28px auto;
}
#nav-icon4 span {
    height: 9px;
    border-radius: 9px;
}
#nav-icon4 span:nth-child(2) {
    top: 18px; }
	#nav-icon4 span:nth-child(3) {
    top: 36px; }
#mobileMenu.open #nav-icon4 span:nth-child(1) {
    top: -3px;
    left: 8px;
}
#mobileMenu.open #nav-icon4 span:nth-child(3) {
    top: 32px;
    left: 8px;
}
#mobileMenuList, #mobileSearchBox {
	top: 102px;
}
}
@media screen and (min-width: 810px) {
	.mobileControl {
	width: 60px;
    height: 60px;
	top: 42px; }
	#mobileSearchBtn {
	right: 60px;
	font-size: 30px;
padding-top: 8px;
}
	
#nav-icon4 {
    width: 30px;
height: 25px;
margin: 15px auto;
}
#nav-icon4 span {
    height: 4px;
    border-radius: 5px;
}
#nav-icon4 span:nth-child(2) {
    top: 10px; }
	#nav-icon4 span:nth-child(3) {
    top: 20px; }
#mobileMenu.open #nav-icon4 span:nth-child(1) {
    top: -1px;
    left: 4px;
}
#mobileMenu.open #nav-icon4 span:nth-child(3) {
    top: 20px;
    left: 4px;
}
#mobileMenuList, #mobileSearchBox {
	width: 600px;
}
}
@media screen and (min-width: 1020px) {

}
@media screen and (min-width: 1260px) {
#mobileMenu, #mobileSearch {
	display: none;
  }
  
}
/* eof Mobile menu */
/*-- Tile style --*/
#tilesList {
	margin: 0;
	padding: 0;
	position: relative;
}
#tilesList > li {
	list-style: none;
	float: left;
	display: block;
	margin-bottom: 0;
}
#tilesList > li {
	width: 50%;
}
#tilesList > li.xs-1-unit {
	width: 50%;
}
#tilesList > li.xs-2-unit {
	width: 100%;
}
.xs-clear {
	clear: left;
}
#tilesList > li h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
#tilesList > li a.tileItem {
	display: block;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	font-family: HeliaCore-Bold;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	position: relative;
}
#tilesList > li a.tileItem:hover, #tilesList > li a.tileItem:active, #tilesList > li a.tileItem:focus {
	border: 0;
	outline: none;
	text-decoration: none;
}
a.tileItem > span {
	display: block;
	line-height: 16px;
}
#tilesList > li a.tileItem > span:first-child {
	position: absolute;
	z-index: 2;
}
.s-expander {
	position: absolute;
	background: #fff;
	top: auto;
	left: 0;
	width: 100%;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.s-content {
	position: relative;
	display: none;
	width: 100%;
}
.s-content .row {
	margin-left: 0;
	margin-right: 0;
}
.s-content .blockInner .row > .col-sm-2.imgCol {
  padding-left: 0;
  padding-right: 0;
}
.s-content .imgCol img{
  margin-bottom: 20px;
}
.tileCloseBtn {
	display: block;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	background: url("/__data/assets/image/0003/508953/icons.png") no-repeat -20px -442px transparent;
}
.content {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	clear: both;
}
a.tileItem > span.activeArrowUp {
	visibility: hidden;
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: visibility 0s ease-out 0.3s, opacity 0.3s ease-out;
	background: transparent;
	background: rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	zoom: 1;
}
a.tileItem > span.hoverIndicator {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 0;
	background-image: url("/__data/assets/image/0017/510155/trangleWhite.png");
	background-size: 60px 29px;
	z-index: 2;
	text-align: center;
	padding: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
	overflow: hidden;
}
html.no-touch a.tileItem:hover > span.hoverIndicator {
	height: 29px;
}
a.tileItem > span.activeArrowUp {
	visibility: hidden;
	opacity: 0;
}
a.tileItem > span.tileTitle {
	position: absolute;
	top: 0;
	line-height: 1.2;
	z-index: 2;
}
a.tileItem > span.hoverIndicator i {
	color: #000;
	margin-top: 8px;
}
#tilesList > li[data-tile-color=purple] .tileItem {
  background-color: #964b98; }
#tilesList > li[data-tile-color=purple][data-xs-shade=dark] .tileItem {
  background-color: #6c3b7a; }
  #tilesList > li[data-tile-color=purple] .tileItem > span:first-child {
    padding: 0; }
  #tilesList > li[data-tile-color=purple] .tileItem span.hoverIndicator i {
    color: #964b98; }
  #tilesList > li[data-tile-color=purple] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(150, 75, 152, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3964B98',endColorstr='#B3964B98'); }

#tilesList li[data-tile-color=blue] .tileItem {
  background-color: #21bbef; }
  #tilesList li[data-tile-color=blue][data-xs-shade=dark] .tileItem {
  background-color: #0080c8; }
  #tilesList li[data-tile-color=blue] .tileItem > span:first-child {
    padding: 120px 0 0 100px; }
  #tilesList li[data-tile-color=blue] .tileItem span.hoverIndicator i {
    color: #21bbef; }
  #tilesList li[data-tile-color=blue] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(0, 128, 200, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B30080C8',endColorstr='#B30080C8'); }

#tilesList li[data-tile-color=orange] .tileItem {
  background-color: #f07d00; }
  #tilesList li[data-tile-color=orange][data-xs-shade=dark] .tileItem {
  background-color: #f26522; }
  #tilesList li[data-tile-color=orange] .tileItem > span:first-child {
    padding: 70px 0 0 30px; }
  #tilesList li[data-tile-color=orange] .tileItem span.hoverIndicator i {
    color: #f07d00; }
  #tilesList li[data-tile-color=orange] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(240, 125, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3F07D00',endColorstr='#B3F07D00'); }

#tilesList li[data-tile-color=red] .tileItem {
  background-color: #e30613; }
  #tilesList li[data-tile-color=red][data-xs-shade=dark] .tileItem {
  background-color: #ae0f0a; }
  #tilesList li[data-tile-color=red] .tileItem > span:first-child {
    padding: 130px 0 0 31px; }
  #tilesList li[data-tile-color=red] .tileItem span.hoverIndicator i {
    color: #e30613; }
  #tilesList li[data-tile-color=red] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(123, 4, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B37B0400',endColorstr='#B37B0400'); }

#tilesList li[data-tile-color=gold] .tileItem {
  background-color: #bc982c; }
  #tilesList li[data-tile-color=gold][data-xs-shade=dark] .tileItem {
  background-color: #9c7925; }
  #tilesList li[data-tile-color=gold] .tileItem > span:first-child {
    padding: 130px 0 0 40px; }
  #tilesList li[data-tile-color=gold] .tileItem span.hoverIndicator i {
    color: #bc982c; }
  #tilesList li[data-tile-color=gold] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(156, 121, 37, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B39C7925',endColorstr='#B39C7925'); }

#tilesList li[data-tile-color=green] .tileItem {
  background-color: #76b729; }
  #tilesList li[data-tile-color=green][data-xs-shade=dark] .tileItem {
  background-color: #5c9021; }
  #tilesList li[data-tile-color=green] .tileItem > span:first-child {
    padding: 130px 66px 0 69px; }
  #tilesList li[data-tile-color=green] .tileItem span.hoverIndicator i {
    color: #76b729; }
  #tilesList li[data-tile-color=green] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(92, 144, 33, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B35C9021',endColorstr='#B35C9021'); }



a.tileItem[href="#t693735"] > span.tileTitle {
	top: 55%;
left: 50%;
margin-left: -60px;
}

a.tileItem[href="#t693747"] > span.tileTitle {
	display: none;
}

a.tileItem[href="#t696896"] > span.tileTitle {
	left: 50%;
margin-left: -56px;
top: 55%;
}

a.tileItem[href="#t693755"] > span.tileTitle {
	top: 30%;
  left: 30px;
}

a.tileItem[href="#t693776"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -70px;
}

a.tileItem[href="#t693780"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -63px;
}

a.tileItem[href="#t693767"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -36px;
width: 80px;
}

a.tileItem[href="#t693772"] > span.tileTitle {
	padding: 10px 0 0 10px;
}

a.tileItem[href="#t693784"] > span.tileTitle {
	padding: 80px 0 0 25px;
}

a.tileItem[href="#t693788"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -28px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
	top: 55%;
text-align: center;
left: 50%;
width: 129px;
margin-left: -65px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
	top: 55%;
left: 50%;
margin-left: -62px;
}
a.tileItem[href="#t701576"] > span.tileTitle {
	top: 70%;
left: 50%;
margin-left: -33px;
}
#t693788 .col-sm-2 p {
    margin: 0;
    line-height: 1;
    font-family: HeliaCore-Medium,Arial, Helvetica, sans-serif;
}
#t693788 .col-sm-2 {
	text-align: center;
}

#t693788 .col-sm-2 img {
    margin-bottom: 15px;
}
a.tileItem[href="#t693792"] > span.tileTitle {
	padding: 10px 10px 0 0;
	right: 0;
	width: 100px;
}

a.tileItem[href="#t693759"] > span.tileTitle {
	padding: 10px 10px 0 0;
	right: 0;
	width: 100px
}

a.tileItem[href="#t693763"] > span.tileTitle {
	padding: 10px 0 0 10px;
	width: 130px;
}

html.no-touch a.tileItem:hover > span.activeArrowUp {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
li.s-expanded a.tileItem > span.hoverIndicator {
	height: 29px;
}
li.s-expanded a.tileItem > span.hoverIndicator i {
	display: none;
}
.s-content h3 {
	margin-top: 0;
}
.s-content a:focus, .s-content a:hover, .s-content a:active, .s-content a:link {
	text-decoration: none;
}
.s-content ul {
	margin: 0px;
	padding-left: 15px;
}
.s-content ul li {
	margin-bottom: 6px;
}
.s-content a.linkBtn {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.s-content a.linkBtn:hover {
	text-decoration: none;
}
.s-content .white {
	background-color: #fff;
}
.s-content .blockInner .row > .col-sm-1, .s-content .blockInner .row > .col-sm-2, .s-content .blockInner .row > .col-sm-3, .s-content .blockInner .row > .col-sm-4, .s-content .blockInner .row > .col-sm-5, .s-content .blockInner .row > .col-sm-6, .s-content .blockInner .row > .col-sm-7, .s-content .blockInner .row > .col-sm-8, .s-content .blockInner .row > .col-sm-9, .s-content .blockInner .row > .col-sm-10, .s-content .blockInner .row > .col-sm-11, .s-content .blockInner .row > .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
#tilesList li[data-tile-color=purple] .hasBg {
	background-color: #f1e5f1;
}
#tilesList li[data-tile-color=purple] .rightBorder, #tilesList li[data-tile-color=purple] .leftBorder {
	border-color: #f1e5f1;
}
#tilesList li[data-tile-color=purple] h3, #tilesList li[data-tile-color=purple] h3 > a {
	color: #753b76;
}
#tilesList li[data-tile-color=purple] ul {
	list-style-image: url("/__data/assets/image/0006/512529/purple-arrow.png");
}
#tilesList li[data-tile-color=purple] .linkBtn {
	background-color: #753b76;
}
#tilesList li[data-tile-color=orange] .hasBg {
	background-color: #feeacd;
}
#tilesList li[data-tile-color=orange] .rightBorder, #tilesList li[data-tile-color=orange] .leftBorder {
	border-color: #feeacd;
}
#tilesList li[data-tile-color=orange] h3, #tilesList li[data-tile-color=orange] h3 > a {
	color: #f26522;
}
#tilesList li[data-tile-color=orange] .linkBtn {
	background-color: #f07d00;
}
#tilesList li[data-tile-color=orange] ul {
	list-style-image: url("/__data/assets/image/0005/512528/orange-arrow.png");
}
#tilesList li[data-tile-color=green] .hasBg {
	background-color: #e7f0cd;
}
#tilesList li[data-tile-color=green] .rightBorder {
	border-color: #e7f0cd;
}
#tilesList li[data-tile-color=green] h3, #tilesList li[data-tile-color=green] h3 > a {
	color: #5c9021;
}
#tilesList li[data-tile-color=green] .linkBtn {
	background-color: #76b729;
}
#tilesList li[data-tile-color=green] ul {
	list-style-image: url("/__data/assets/image/0004/512527/green-arrow.png");
}
#tilesList li[data-tile-color=gold] .hasBg {
	background-color: #f3e9cf;
}
#tilesList li[data-tile-color=gold] .rightBorder, #tilesList li[data-tile-color=gold] .leftBorder {
	border-color: #f3e9cf;
}
#tilesList li[data-tile-color=gold]  h3, #tilesList li[data-tile-color=gold]  h3 > a {
	color: #9c7925;
}
#tilesList li[data-tile-color=gold]  .linkBtn {
	background-color: #bc982c;
}
#tilesList li[data-tile-color=gold]  ul {
	list-style-image: url("/__data/assets/image/0003/512526/gold-arrow.png");
}
#tilesList li[data-tile-color=blue]  .hasBg {
	background-color: #cfebfb;
}
#tilesList li[data-tile-color=blue] .rightBorder, #tilesList li[data-tile-color=blue] .leftBorder {
	border-color: #cfebfb;
}
#tilesList li[data-tile-color=blue] h3, #tilesList li[data-tile-color=blue] h3 > a {
	color: #0080c8;
}
#tilesList li[data-tile-color=blue] .linkBtn {
	background-color: #0080c8;
}
#tilesList li[data-tile-color=blue] ul {
	list-style-image: url("/__data/assets/image/0020/512525/blue-arrow.png");
}
#tilesList li[data-tile-color=red] .hasBg {
	background-color: #fdeae9;
}
#tilesList li[data-tile-color=red] .rightBorder, #tilesList li[data-tile-color=red] .leftBorder {
	border-color: #fdeae9;
}
#tilesList li[data-tile-color=red] h3, #tilesList li[data-tile-color=red] h3 > a {
	color: #ae0f0a;
}
#tilesList li[data-tile-color=red] .linkBtn {
	background-color: #ae0f0a;
}
#tilesList li[data-tile-color=red] ul {
	list-style-image: url("/__data/assets/image/0016/512530/red-arrow.png");
}
.s-content .blockInner {
	padding: 20px 0;
}
#t693747 .col-md-5 span {
	font-size: 24px;
	display: block;
	color: #ea5b0c;
}
#t693747 .col-md-5 img {
	margin-top: 20px;
}
#t693747 li a {
	color: #ea5b0c;
}
#t693747 a.linkBtn {
	background-color: #ea5b0c;
	border-radius: 0;
	width: 100%;
	bottom: 0;
}

#searchBox #searchArea {
	background-color: #21bbef;
	padding: 10px;
}
#t701576 #searchBox {
	padding: 15px 0;
}
#t701576 #searchBox #searchArea {
	background-color: #964b98;
}
#searchBox #searchArea .ac_input {
	width: 76%;
	padding: 0px 10px;
}
#searchBox #searchArea .search-button {
	top: 10px;
	right: 0px;
	background: url("/__data/assets/image/0003/508953/icons.png") no-repeat scroll -94px -439px #0080c8;
	width: 40px;
	height: 40px;
	border: 0px none;
	text-indent: -9999px;
	border-radius: 3px;
}
#t701576 #searchBox #searchArea .search-button{
background-color: #4f1852;
}
#searchBox #searchArea p {
	margin-top: 15px;
}

#searchBox #searchArea .lastChild {
	margin-right: 0;
}
#searchBox #searchArea input.css-checkbox[type="checkbox"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#searchBox #searchArea input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background-position: -223px -469px;
}
#searchBox #searchArea input.css-checkbox[type="checkbox"] + label.css-label {
	background-image: url("/__data/assets/image/0003/508953/icons.png");
	background-position: -223px -441px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	padding-left: 30px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 26px;
}
#t701576 #searchBox #searchArea input.css-checkbox[type="checkbox"] + label.css-label {
	background-image: url("//www.aut.ac.nz/__data/assets/file/0010/696025/checkbox.svg");
padding-left: 25px;
height: 20px;
display: inline-block;
background-repeat: no-repeat;
background-position: 0 0;
vertical-align: middle;
cursor: pointer;
line-height: 1.1;
background-size: 20px 60px;
padding-top: 2px;
}
#t701576 #searchBox #searchArea input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background-position: 0 -20px;
}
#t696896 #studyLinks ul {
	float: left;
}
#t696896 #studyLinks ul.first {
	margin-right: 20px;
}
#t696896 #studyLinks ul li {
	margin-bottom: 5px;
}

.s-content #t693755 {
	background-color: #fff;
}
#t693755 #insLinks {
	background-color: #f07d00;
	padding: 30px 10px;
}
#tilesList #t693755 ul {
    list-style-image: url("/__data/assets/image/0017/512531/white-arrow.png");
}
#t693755 #insLinks a {
	color: #fff;
}
a.iconLink {
	display: block;
	text-indent: 56px;
	font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	background: url("//www.aut.ac.nz/__data/assets/image/0003/508953/icons.png") no-repeat;
}
#t693759 .iconLink {
	margin: 30px 0;
}
#t693759 #arionGold.iconLink {
	background-position: 0 -498px;
}
#t693759 #autOnlineGold.iconLink {
	background-position: -46px -498px;
}
#t693759 #libraryGold.iconLink {
	background-position: -92px -498px;
}
#t693759 #uniCentralGold.iconLink {
	background-position: -138px -498px;
}
#t693759 img {
	display: block;
	margin: 0 auto;
}
.carouselInner {
	padding: 15px 30px;
}
.s-content .thumbnailImg {
	position: relative;
	margin: 0 auto;
	width: 200px;
}
.s-content .newsDescription {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
}
.newsDescription .title {
	font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
	line-height: 1;
	width: 200px;
	padding: 10px;
	background-color: #0080c8;
	color: #fff;
}
#t701576 .newsDescription .title {
	background-color: #753b76;
}
.summary {
	display: none;
	line-height: 1.2;
	font-size: 0.9em;
	font-family: HeliaCore, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 100%;
	width: 200px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000');
}
.s-content #t693772 {
	background-color: #fff;
}
#t693772 .youtube {
    width: 200px;
    height: 130px;
}
#t693772 #eventsCarousel .blockInner {
	padding-left: 0;
	padding-right: 0;
}
#t693772 #newsAndVideo .newsItem {
	padding: 5px;
	background-color: #fff;
	height: 250px;
}
#t693772 #newsAndVideo .newsItem .thumbnailImg {
	width: 200px;
	height: 132px;
	overflow: hidden;
	position: relative;
}
#t693772 #newsAndVideo .title {
	margin: 10px 0;
	line-height: 120%;
}
#t693772 #newsAndVideo .date {
	color: #7e8386;
	font-size: 0.8em;
}
#t693772 #newsAndVideo .largeBtn {
	clear: both;
	display: block;
	padding: 10px 0;
	text-align: center;
	background-color: #015585;
	color: #fff;
	font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
	border-radius: 3px;
	margin-top: 20px;
}

.campusInfo {
	background-color: #fff;
	width: 190px;
	position: relative;
	padding: 80px 0px 15px;
	margin: 60px auto 0;
}
 .campusInfo img {
	position: absolute;
	margin-top: -120px;
	left: 50%;
	margin-left: -60px;
}
.campusInfo p {
	margin: 15px 10px;
	line-height: 1.1;
}
.campusInfo p.oneline {
	margin: 0 10px;
}
.campusInfo a.linkBtn {
	margin: 0 10px;
}
#t693792 li span {
    display: block;
}
@media screen and (min-width: 480px) {
#tilesList > li a.tileItem {
	font-size: 22px;
}
a.tileItem > span.hoverIndicator {
	margin-left: -46px;
	width: 92px;
	background-size: 92px auto;
}
html.no-touch a.tileItem:hover > span.hoverIndicator {
	height: 45px;
}
a.tileItem > span.hoverIndicator i {
	margin-top: 15px;
}
li.s-expanded a.tileItem > span.hoverIndicator {
	height: 45px;
}
a.tileItem[href="#t693747"] > span.tileTitle {
margin-left: -57px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -77px;
}
a.tileItem[href="#t693767"] > span.tileTitle {
margin-left: -50px;
width: 100px;
}
a.tileItem[href="#t693776"] > span.tileTitle {
margin-left: -87px;
}
a.tileItem[href="#t693780"] > span.tileTitle {
margin-left: -79px;
}
a.tileItem[href="#t693788"] > span.tileTitle {
margin-left: -35px;
}
a.tileItem[href="#t693792"] > span.tileTitle {
	width: 150px;
	padding: 20px 20px 0 0;
}
a.tileItem[href="#t693759"] > span.tileTitle {
	width: 130px;
	padding: 20px 20px 0 0;
}
a.tileItem[href="#t693763"] > span.tileTitle {
	padding: 20px 0 0 20px;
}
a.tileItem[href="#t693772"] > span.tileTitle {
	padding: 20px 0 0 20px;
}
a.tileItem[href="#t693784"] > span.tileTitle {
	padding-top: 125px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
width: 160px;
margin-left: -80px;
}

a.tileItem[href="#t701576"] > span.tileTitle {
margin-left: -43px;
}
.s-content .blockInner {
	padding: 20px 10px;
}
a.tileItem[href="#t693735"] > span.tileTitle {
margin-left: -73px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -80px;
}

}

@media screen and (min-width: 810px) {
#tilesList > li.xs-1-unit, #tilesList > li.xs-2-unit {
	width: auto;
}
#tilesList > li.sm-2-unit {
	width: 50%;
}
#tilesList > li.sm-1-unit {
	width: 25%;
}
.xs-clear{
    clear: none;
}
.sm-clear{
    clear: left;
}
.s-content .blockInner {
	padding: 50px 10px;
}
.s-content .blockInner .row > .col-sm-1, .s-content .blockInner .row > .col-sm-2, .s-content .blockInner .row > .col-sm-3, .s-content .blockInner .row > .col-sm-4, .s-content .blockInner .row > .col-sm-5, .s-content .blockInner .row > .col-sm-6, .s-content .blockInner .row > .col-sm-7, .s-content .blockInner .row > .col-sm-8, .s-content .blockInner .row > .col-sm-9, .s-content .blockInner .row > .col-sm-10, .s-content .blockInner .row > .col-sm-11, .s-content .blockInner .row > .col-sm-12 {
	padding-left: 15px;
	padding-right: 15px;
}
#tilesList > li[data-tile-color=purple][data-sm-shade=base] .tileItem {
  background-color: #964b98; }
#tilesList > li[data-tile-color=purple][data-sm-shade=dark] .tileItem {
  background-color: #6c3b7a; }


#tilesList li[data-tile-color=blue][data-sm-shade=base] .tileItem {
  background-color: #21bbef; }
  #tilesList li[data-tile-color=blue][data-sm-shade=dark] .tileItem {
  background-color: #0080c8; }


#tilesList li[data-tile-color=orange][data-sm-shade=base] .tileItem {
  background-color: #f07d00; }
  #tilesList li[data-tile-color=orange][data-sm-shade=dark] .tileItem {
  background-color: #f26522; }


#tilesList li[data-tile-color=red][data-sm-shade=base] .tileItem {
  background-color: #e30613; }
  #tilesList li[data-tile-color=red][data-sm-shade=dark] .tileItem {
  background-color: #ae0f0a; }

#tilesList li[data-tile-color=gold][data-sm-shade=base] .tileItem {
  background-color: #bc982c; }
  #tilesList li[data-tile-color=gold][data-sm-shade=dark] .tileItem {
  background-color: #9c7925; }


#tilesList li[data-tile-color=green][data-sm-shade=base] .tileItem {
  background-color: #76b729; }
  #tilesList li[data-tile-color=green][data-sm-shade=dark] .tileItem {
  background-color: #5c9021; }
 
a.tileItem[href="#t693747"] {
	background-color: #f07d00;
}
a.tileItem[href="#t693788"] {
	background-color: #964b98;
}
a.tileItem[href="#t696896"] {
	background-color: #015585;
}
#tilesList > li a.tileItem {
	font-size: 18px;
}
a.tileItem[href="#t693747"] > span.tileTitle {
margin-left: -43px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
    margin-left: -56px;
}
a.tileItem[href="#t693767"] > span.tileTitle {
    margin-left: -36px;
    width: 80px;
}
a.tileItem[href="#t693776"] > span.tileTitle {
    margin-left: -70px;
}
a.tileItem[href="#t693780"] > span.tileTitle {
    margin-left: -63px;
}
a.tileItem[href="#t693788"] > span.tileTitle {
    margin-left: -28px;
}

a.tileItem[href="#t693792"] > span.tileTitle {
	padding: 10px 10px 0 0;
	width: 100px;
}
a.tileItem[href="#t693735"] > span.tileTitle {
margin-left: -60px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
width: 129px;
margin-left: -65px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -62px;
}
a.tileItem[href="#t701576"] > span.tileTitle {
margin-left: -33px;
}
#searchBox #searchArea .courseTypeSelect {
	float: left;
	margin: 0 10px 0 0px;
}
#searchBox #searchArea {
	padding: 20px;
}
.campusInfo {
	margin-top: 40px;
}
#newsAndVideo .newsPanel {
	padding-left: 5px;
	padding-right: 0;
}
#newsAndVideo .newsPanel:first-child {
	padding-right: 5px;
	padding-left: 0;
}
#t701576 #searchBox {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (min-width: 1020px) {
.container-main {
	max-width: 1230px;
}
.container-main {
	max-width: 1230px;
}
#tilesList > li.xs-1-unit, #tilesList > li.xs-2-unit, #tilesList > li.sm-1-unit, #tilesList > li.sm-2-unit {
	width: auto;
}
#tilesList > li.md-2-unit {
	width: 40%;
}
#tilesList > li.md-1-unit {
	width: 20%;
}
.xs-clear, .sm-clear{
    clear: none;
}
.md-clear{
    clear: left;
}
#tilesList > li[data-tile-color=purple][data-md-shade=base] .tileItem {
  background-color: #964b98; }
#tilesList > li[data-tile-color=purple][data-md-shade=dark] .tileItem {
  background-color: #6c3b7a; }


#tilesList li[data-tile-color=blue][data-md-shade=base] .tileItem {
  background-color: #21bbef; }
  #tilesList li[data-tile-color=blue][data-md-shade=dark] .tileItem {
  background-color: #0080c8; }


#tilesList li[data-tile-color=orange][data-md-shade=base] .tileItem {
  background-color: #f07d00; }
  #tilesList li[data-tile-color=orange][data-md-shade=dark] .tileItem {
  background-color: #f26522; }


#tilesList li[data-tile-color=red][data-md-shade=base] .tileItem {
  background-color: #e30613; }
  #tilesList li[data-tile-color=red][data-md-shade=dark] .tileItem {
  background-color: #ae0f0a; }

#tilesList li[data-tile-color=gold][data-md-shade=base] .tileItem {
  background-color: #bc982c; }
  #tilesList li[data-tile-color=gold][data-md-shade=dark] .tileItem {
  background-color: #9c7925; }


#tilesList li[data-tile-color=green][data-md-shade=base] .tileItem {
  background-color: #76b729; }
  #tilesList li[data-tile-color=green][data-md-shade=dark] .tileItem {
  background-color: #5c9021; }
 
#t693792 .white .blockInner {
	padding: 60px 10px 100px;
}
.s-content .rightBorder {
	border-right-style: solid;
    border-right-width: 1px;
}
.s-content .leftBorder {
	border-left-style: solid;
    border-left-width: 1px;
}
#t693751 .col-md-9 {
	padding-top: 40px;
}

#t696896 #studyLinks ul {
	padding: 0;
}
}

@media screen and (min-width: 1260px) {
#t693772 .col-lg-4 {
	width: 40%;
}
#t693772 .col-lg-6 {
	width: 60%;
}
#tilesList > li a.tileItem {
	font-size: 22px;
}
a.tileItem[href="#t693747"] > span.tileTitle {
margin-left: -57px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -77px;
}
a.tileItem[href="#t693767"] > span.tileTitle {
margin-left: -50px;
width: 100px;
}
a.tileItem[href="#t693776"] > span.tileTitle {
margin-left: -87px;
}
a.tileItem[href="#t693780"] > span.tileTitle {
margin-left: -79px;
}
a.tileItem[href="#t693788"] > span.tileTitle {
margin-left: -35px;
}

a.tileItem[href="#t693792"] > span.tileTitle {
	width: 150px;
	padding: 20px 20px 0 0;
}
a.tileItem[href="#t693735"] > span.tileTitle {
margin-left: -73px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
width: 160px;
margin-left: -80px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -80px;
}
a.tileItem[href="#t701576"] > span.tileTitle {
margin-left: -43px;
}
#t693763 .col-md-3.col-sm-6 {
	padding-left: 30px;
	padding-right: 30px;
}
#t693772 #newsAndVideo .newsItem img {
	width: 100%;
}
#t693788 .col-sm-2{
	padding-left: 0;
	padding-right: 0;
}
#t693788 .col-sm-2 .blockInner{
	padding-right: 0px;
padding-left: 55px;
}
#t693772 #eventsCarousel h3 {
	padding-left: 4px;
	}
#t701576 #searchBox {
	padding-left:42px;
	padding-right: 42px;
}
}
/* eof tiles style*/

/* == Megamenu ==  */
#mgmenu1 {
	z-index: 12;
	display: none !important;
}
.mgmenu_container {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	height: 60px;
}
.mgmenu {
	font-family: HeliaCore, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	/* For IE7 */
	line-height: 1;
	padding-left: 130px;
}
.mgmenu > li {
	float: left;
	margin: 0;
	border-right: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.mgmenu > li.websiteSearch {
	float: right;
	margin-right: 0;
	border-right: 0;
	position: relative;
}
.mgmenu > li.websiteSearch.active, .mgmenu > li.websiteSearch:hover {
	background-color: transparent;
}
.mgmenu > li.websiteSearch .ac_input {
	width: 300px;
	padding: 6px 50px 6px 12px;
}
.mgmenu > li.websiteSearch .search-button {
	position: absolute;
	top: 10px;
	right: 0px;
	background: url("/__data/assets/image/0003/508953/icons.png") no-repeat -53px -439px transparent;
	width: 40px;
	height: 40px;
	border: 0;
	text-indent: -999px;
}
.mgmenu > li .dropdown_fullwidth {
	width: 100%;
}
.mgmenu > li:hover {
	background-color: #000;
}
.mgmenu > li.active {
	background-color: #231f20;
}
.mgmenu > li.noactive {
	background: none;
}
.mgmenu > li > span {
	display: block;
	color: #ffffff;
	outline: 0;
	text-decoration: none;
	line-height: 60px;
	font-size: 1.1em;
	padding: 0 30px;
	font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
}
.mgmenu > li > span:hover {
	cursor: pointer;
	color: #ffffff;
	outline: none;
}
.mgmenu > li .dropdown_container, .mgmenu > li .dropdown_fullwidth, .mgmenu > li .mgmenu_multilevel {
	position: absolute;
	top: auto;
	display: none;
	float: left;
	zoom: 1;
	z-index: 10;
	margin: 0px 0 40px 0;
	padding: 30px 0 20px;
	background: #231f20;
	color: #fff;
	margin-top: -1px;
}
.mgmenu > li .dropdown_container {
	left: auto;
}
.mgmenu > li .dropdown_fullwidth {
	left: 0;
}
.mgmenu > li .right_item .dropdown_container {
	left: auto;
	right: -1px;
}
.mgmenu > li ul {
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}
.mgmenu > li ul li {
	line-height: 20px;
	position: relative;
	color: #222222;
}
.mgmenu > li ul li a {
	display: inline-block;
	padding: 4px 20px;
	background: url("/__data/assets/image/0010/508951/angle-right.png") no-repeat left top;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
	font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
}
.mgmenu > li ul li a:hover {
	color: #fff;
	background-color: #000;
}
.mgmenu > li a {
	text-decoration: none;
	color: #fff;
}
.mgmenu > li a:hover {
	color: #fff;
	text-decoration: none;
}
.mgmenu > li a:focus {
	outline: none;
}
.mgmenu .col_1, .mgmenu .col_2, .mgmenu .col_3, .mgmenu .col_4, .mgmenu .col_5, .mgmenu .col_6, .mgmenu .col_7, .mgmenu .col_8, .mgmenu .col_9, .mgmenu .col_10, .mgmenu .col_11, .mgmenu .col_12 {
	float: left;
	display: inline;
	position: relative;

	padding: 0 20px 20px 20px;
}
.mgmenu .col_1 {
	width: 8.3%;
}
.mgmenu .col_2 {
	width: 16.6%;
}
.mgmenu .col_3 {
	width: 24.9%;
}
.mgmenu .col_4 {
	width: 33.2%;
}
.mgmenu .col_5 {
	width: 41.5%;
}
.mgmenu .col_6 {
	width: 49.8%;
}
.mgmenu .col_7 {
	width: 58.1%;
}
.mgmenu .col_8 {
	width: 66.4%;
}
.mgmenu .col_9 {
	width: 74.7%;
}
.mgmenu .col_10 {
	width: 83%;
}
.mgmenu .col_11 {
	width: 91.3%;
}
.mgmenu .col_12 {
	width: 100%;
}
.mgmenu #studyMenu .col_4 {
	width: 31.3%;
}
.mgmenu #studyMenu .col_3 {
	width: 26.6%;
}
.mgmenu #studyMenu .col_2 {
	width: 15.5%;
}
.mgmenu #studyMenu a#applyBtn {
	display: block;
	padding: 40px 20px;
	background-color: #21bbef;
	font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 120%;
	text-align: center;
	margin-bottom: 20px;
}
.mgmenu #studyMenu a#infoEveningsBtn {
	display: block;
	padding: 50px 0;
	background-color: #76b729;
	font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 120%;
	text-align: center;
}
.mgmenu #studyMenu a#enquireBtn {
    display: block;
    padding: 50px 0;
    background-color: #F26522;
    font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
}
.mgmenu #researchMenu .col_3 {
	width: 22.5%;
}
.mgmenu #researchMenu .col_9 {
	width: 77.5%;
}
.mgmenu #communityMenu .col_2 {
	width: 14.5%;
}
.mgmenu #communityMenu .col_3 {
	width: 28.5%;
}
.mgmenu #aboutMenu .col_3 {
	width: 23.3%;
}
.mgmenu #aboutMenu .col_4 {
	width: 26.6%;
}
.mgmenu #studentLifeMenu .col_7 {
	width: 50%;
}
.mgmenu #studentLifeMenu .col_3 {
	width: 30%;
}
.mgmenu #studentLifeMenu .col_2 {
	width: 20%;
}
.mgmenu .leftBorder {
	border-left: 1px solid #757575;
}
.mgmenu .rightBorder {
	border-right: 1px solid #757575;
}
.mgmenu .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 18px;
}
.mgmenu .col_border {
	-webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
}
.mgmenu .mgMenuBlock {
	margin-bottom: 50px;
}
.mgmenu .mgMenuFloatBlock {
	float: left;
	width: 50%;
	padding: 0;
 *width: 47%;
}
.mgmenu .mgMenuFloatBlock:first-child {
	padding-right: 10px;
}
.mgmenu #researchMenu .col_3 {
	width: 27%;
}
.mgmenu #researchMenu .col_9 {
	width: 73%;
}
.mgmenu #researchMenu .mgMenuFloatBlock > div {
	margin-bottom: 20px;
}
.mgmenu a.iconLink {
	display: block;
	text-indent: 56px;
	font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	background: url("/__data/assets/image/0003/508953/icons.png") no-repeat;
}
.mgmenu a.iconLink:hover {
	background-color: transparent;
}
.mgmenu a.iconLink#arion {
	background-position: 0 -347px;
}
.mgmenu a.iconLink#autOnline {
	background-position: -46px -347px;
}
.mgmenu a.iconLink#library {
	background-position: -92px -347px;
}
.mgmenu a.iconLink#uniCentral {
	background-position: -138px -347px;
}
.mgmenu a.iconLink#facebook {
	background-position: 0 -393px;
}
.mgmenu a.iconLink#twitter {
	background-position: -46px -393px;
}
.mgmenu a.iconLink#instagram {
	background-position: -92px -393px;
}
.mgmenu a.iconLink#youtube {
	background-position: -138px -393px;
}
.mgmenu a.iconLink#linkedin {
	background-position: -184px -393px;
}
.mgmenu a.quickImgLink {
	display: block;
	margin-bottom: 20px;
}
.mgmenu a.quickImgLink:hover {
	background: none;
}
.mgmenu a.floatImgLink {
	float: left;
	margin-right: 20px;
}
.mgmenu a.quickImgLink span {
	display: block;
	margin-bottom: 10px;
}
.mgmenu img {
	border: none;
}
.mgmenu .inline_img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	box-sizing: border-box;
	margin-bottom: 18px;
	margin-top: 6px;
}
.mgmenu a .inline_img {
	opacity: 0.8;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.mgmenu a:hover .inline_img {
	opacity: 1;
}
.mgmenu .inline_img_border {
	border: 5px solid #fff;
}
.mgmenu p {
	padding: 0;
	margin: 0;
	font-family: HeliaCore, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
}
.mgmenu p.subTitle {
	font-size: 1.1em;
	margin: 4px 0 12px 0;
	line-height: 1;
	font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
	color: #e1c886;
}
.mgmenu p.subTitle a {
	color: #e1c886;
}
.mgmenu p.mainTitle {
	font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e1c886;
	margin-bottom: 16px;
	padding: 0;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.mgmenu p.mainTitle a {
	color: #e1c886;
}
.mgmenu p.mainTitle a:hover {
	color: #e1c886;
}

@media screen and (min-width: 1260px) {
#mgmenu1 {
	display: block !important;
}
}
/*== eof Mega menu ==*/
/* lightbox */
.mfp-iframe-holder .mfp-close {
  left: -40px;
  top: 0px;
  color: #000; }

.youtube {
  float: left;
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: hand;
  cursor: pointer; }
  .youtube .thumb {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

iframe {
  float: left;
  border: 0 none; }

.mfp-iframe-scaler iframe {
  float: none;
  background:#fff; }
