/* ==========================================================================
   Firebrand custom styles
   ========================================================================== */

body {
    background: white;
    width: 100%;
    min-width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #747c83;
    -webkit-font-smoothing: antialiased;
    webkit-tap-highlight-color: rgba(255,255,255,.4);
    overflow-x: hidden;

}
html {
    width: 100%;
    height: 100%;
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #3d2348;
    background: rgba(37,37,115,1);
}
::selection {
    color: white;
    text-shadow: none;
    background: #3d2348;
    background: rgba(37,37,115,1);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
/*--- Typography styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 0 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    line-height: normal;
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
}
a {
    color: rgba(37,37,115,1);
    color: #3d2348\0/;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #333;
}
.light {
    font-weight: 400;
}
hr {
    margin-top: 30px;
    margin-bottom: 35px;
}
b, strong {
    font-weight: 700;
}
img.left {
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
img.right {
    float:left;
    margin-left: 15px;
    margin-bottom: 15px;
}
/*--- Input styles  ---*/
.search {
    width: 150px;
    padding-top: 8px;
    margin-left: 10px;
    padding-left: 15px;
    float: right;
}
.input-group-addon {
    border: 0;
    color: rgba(255,255,255,.9);
    background-color: rgba(255, 255, 255, .2);
    background-color: #3d2348\0/;
    border-radius: 0;
}
.search input {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, .2);
    -webkit-font-smoothing: antialiased;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    border-radius: 0;
}
input.form-control::-webkit-input-placeholder {
   color: #f8f8f8;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
   color: #f8f8f8;
}
input.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #f8f8f8;
}
input.form-control:-ms-input-placeholder {
   color: #f8f8f8;
}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 0 rgba(81, 203, 238, 0);
  border: 1px solid rgba(81, 203, 238, 0);
}

.search.top input,
.search.top input:focus,
.search.top input:active,
.search.top input:hover {
	border: 1px rgba(255, 255, 255, .4) solid;
    border-right: 0;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 14px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 60px;
    line-height: 1;

    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}
.btn-huge {
    padding: 25px;
    font-size: 26px;
}
.buttonReset button {
    background  : none;
    cursor  : pointer;
    font-family : 'voltaeftu-regular',Times New Roman;
    font-size   : 16px;
    color   : #fff;
    border  : none;
    margin      : 0px;
    padding     : 0px;
}
/*--- Bootstrap Overwrite styles ---*/
.lrg-uni-logo {
    opacity: 0;
}
.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    opacity: 0;
}
.navbar-nav {
    margin-top: 5px;
}
.navbar-brand {
    font-weight: 700;
    padding: 0;
    line-height: normal;
    position:relative;
}
.navbar-brand .xs-uni-logo {
    display: none;
}
.navbar-main-collapse {
    margin-top: 12px;
}
.top-nav-collapse .navbar-main-collapse {
    margin-top: 0px;
}
.top-nav-collapse .navbar-brand .lrg-uni-logo {
    display: none !important;
}
.top-nav-collapse .navbar-brand .xs-uni-logo {
    display: block;
}
.top-nav-collapse .navbar-brand {
    padding: 0;
}
.navbar-brand:focus {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-collapse {
    border-top: 0;
    max-height: none;
}
.col-xs-3 h3{
    padding-top: 0px !important;
}
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.page-scroll .btn-circle i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.panel {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.nav>li>a {
    padding: 10px 12px;
}
/*--- Mega Menu styles  ---*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
  z-index: 1;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.dropdown-menu {
    background-color: rgba(37,37,77,.98);
    border-radius: 0;
}
.dropdown-menu ul li a:link {
    padding-left: 0;
    background: none;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: left;
}
.dropdown-menu ul ul {
    padding: 0;
    margin-top: 0;
}
.dropdown-menu ul ul li a:link {
    line-height: 28px;
    padding-left: 15px;
    transition: background-position 150ms ease-out 0s;
    background: url(../img/bullet-white.png) -6px 2px no-repeat;
    text-transform: none;
}
.dropdown-menu ul ul li a:hover {
    background-position: -4px 2px;
}
.dropdown-menu ul p {
    margin-bottom: 15px;
}
.dropdown-menu a:link,
.dropdown-menu a:visited {
    letter-spacing: normal;
    color: white;
    font-weight: 600;
    font-size: 1.2em;
    font-family: 'Open Sans Condensed', sans-serif;
}
.dropdown-menu a:hover {
    background-color: rgba(255,255,255,0) !important;
}
a.translate {
    color: white;
    font-size: .8em;
    font-weight: 700;
    font-style: italic;
}
a.translate:hover {
    color: white;
}
/*-- General Content Styles --*/
.intro {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
}
.intro-body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}
body.class-Homepage .brand-heading {
    /*margin-top: 110px;*/
    margin-bottom: 70px;
    margin-top: 0px;
}
.intro-section {
    padding-top: 100px;
    padding-bottom: 125px;
    color: white;
}
.intro-section h1 {
    color: white;
}
.intro-text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: white;
    position: relative;
    opacity: 0;
}
.intro-section p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.intro-body .page-scroll {
   position: absolute;
    bottom: 30px;
    left: 48%;
}
.breadcrumb {
    padding: 0;
    margin-top: 0;
    background: none;
}
.breadcrumb>li+li:before {
	content: "";
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}
.btn-circle {
   position: relative;
   opacity: 0;
   margin-top: 0px;
}
#about h2 {
    color: white;
}
.class-PaperPage .page-scroll, .class-TimelinePage .page-scroll, .class-Page .page-scroll, .class-StaffHolder .page-scroll, .class-SearchPage .page-scroll, .class-BlogHolder .page-scroll, .class-BlogEntry .page-scroll, .class-StaffPage .page-scroll, .class-ResearchOverview .page-scroll, .class-LabHolder .page-scroll, .class-LabPage .page-scroll {
    display: none;
}

/*--- Our People styles  ---*/
#our-people {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    background: white;
}
#our-people h1 {
    margin-bottom: 60px;
}
#our-people .promos {
    background: white;
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}
#our-people .promos a {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#our-people a:link .content h2 {
    font-size: 1.6em;
    margin-bottom: 0;
}
#our-people .content p {
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
#our-people a:link .content p,
#our-people a:visited .content p  {
    color: #747c83;
}
#our-people a:hover .content p {
    color: white;
}
#our-people .promos a:hover {
    float: left;
}
#our-people .large-promo .promos {
    height: 442px;
}
#our-people .small-promo .promos {
    height: 206px;
}
#our-people .col-md-6 {
    float: left;
    margin-bottom: 30px;
}
#our-people .right-col-promo {
    margin-bottom: 30px;
    float: left;
}
#our-people a:link .content {
    position: absolute;
    bottom: 0;
    float: left;
    background-color: white;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
}
#our-people .small-promo .promos .content {
    width: 100%;
}
#our-people .promos a img {
    transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
#our-people .promos a:hover img {
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.our-people-clearfix {
    clear: both;
    padding-top: 40px;
}
.class-StaffHolder h2 {
    /*margin-left: 10px;*/
}
/*--- Recent Events styles  ---*/
#recent-news {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 230px;
    background: white;
    position: relative;
    opacity: 0;
}
#recent-news h1 {
    margin-top: 0;
    margin-bottom: 60px;
}
#recent-news small {
    color: #999;
    margin-bottom: 30px;
    float: left;
    font-size: 12px;
    width: 100%;
}
#recent-news h2 {
    margin-bottom: 10px;
    font-size: 20px;
}
#recent-news .col-md-3 img {
    margin-bottom: 30px;
}
.panel-heading .panel-title {
	font-family: 'Open Sans', sans-serif;
	color: rgba(37,37,115,1);
	font-size: 14px;
	font-weight: 700;
}
h4.panel-title a:link{
	font-weight: 700 !important;
}
.panel-default>.panel-heading+.panel-collapse .panel-body ul{
	list-style: none;
	padding-left:0px;
	}
.panel-default>.panel-heading+.panel-collapse .panel-body li, .content-section ol li{
    padding-left: 15px;
    background: url(../img/bullet-purple.png) -6px 2px no-repeat;
    transition: background-position 150ms ease-out 0s;
    font-size: 12px;
}
ul.panel-group.blogArchiveAccordion {
	padding-left:0px;
	}
.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top:none;
}
.panel-default>.panel-heading+ h4 a:focus{
    outline: thin dotted;
}
.content-section ul li.active a:link {
    font-weight:bold;
}
.panel-group .panel-default>.panel-heading{
	font-family: 'Open Sans Condensed', sans-serif;
	color:rgba(37,37,115,1);
	background-color:#fff;
	border-color: #fff;
	padding:0px
	}
.content-section ul.panel-group .panel-default{
	padding-left: 0px;
	border-color: #fff;
}
/*--- Slider styles  ---*/
.blur {
    z-index: 1;
}
.fill {
    z-index: 2;
}
.fill, .blur {
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: 0;
    background-size: cover;
    position: absolute;
}
.animateOpacity {
    -webkit-transition: all ease .2s;
    opacity: 0;
}
/*--- Content styles  ---*/
.intro {
    height: 100%;
    background-position: 0 -80px;
}
.brand-heading {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
	font-family: 'Archer SSm A', 'Archer SSm B';
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
	line-height: 0.95;
	letter-spacing: 0.01em;
}
.brand-heading .ampersand {
	font-weight: normal;
	font-style: italic;
	font-size: 115%;
}
.brand-heading [lang='mi'] {
	font-weight: 500;
	text-transform: none;
	font-style: italic;
	font-size: 63%;
}
.brand-heading img {
    margin: 0 auto;
    margin-bottom: 15px;
    opacity: .9;
    width: 95%;
}
p.caption {
    font-size: 12px;
    font-style: italic;
    line-height: 17px;
    margin-top: -15px;
}
/*.intro-body *::selection {
	background:transparent;
}*/
.content-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 200px;
    background: white;
}
.class-Page .content-section {
    padding-bottom: 100px;
}
.content-section ul {
    margin-bottom: 35px;
    font-size: 14px;
}
.content-section ul li, .content-section ol li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 15px;
}
.content-section ol li {
    margin-left: 0px;
}
.content-section ul li a:link {
    list-style-type: none;
    font-weight: 400;
}
.content-section ul li a:hover {
    background-position: -4px 2px;
}
/*-- Side Bar styles  --*/
.content-sidebar h3.news-title {
    margin-top: 0;
    font-size: 1.2em;
}
.content-sidebar h4 {
    margin-bottom: 5px;
}
.content-sidebar small {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.content-sidebar p {
    font-size: 12px;
}
.content-sidebar .news-post {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
h2 {
    margin-bottom: 20px;
}
.class-PaperPage .page-scroll, .class-TimelinePage .page-scroll, .class-Page .page-scroll, .class-StaffHolder .page-scroll, .class-SearchPage .page-scroll, .class-BlogHolder .page-scroll, .class-BlogEntry .page-scroll, .class-StaffPage .page-scroll, .class-LabPage .intro-body .page-scroll, .class-LabHolder .intro-body .page-scroll, , .class-ResearchOverview .intro-body .page-scroll  {
        display: none;
    }
.class-PaperPage h2{
	margin-bottom: 35px;
	padding-top: 30px;
	border-top: 1px solid #eee;
	}

.class-PaperPage h3{
	padding-top: 20px;
	}

#staff-container, #hod-container {
    position: relative;
    width: 100%;
    float: left;
}
 /*#hod-container .our-staff-container {
    margin-bottom: 10px;
    min-height: 320px;
 }*/
#staff-container .our-staff-container, #hod-container .our-staff-container {
    /*min-height: 60px;*/
   /* margin-bottom: 50px;*/
   /*min-height: 320px;*/
   min-height: 320px;
   margin-bottom: 10px;
}
#staff-container {
    margin: 0 auto;
}
.our-staff-container {
    width: 204px;
    /*min-height: 240px;*/
    height: auto;
    float: left;
    /*margin-top: 30px;
    margin-bottom: 60px;*/
    /*overflow: hidden;*/
    display: block;
    position: relative;
    background: white;
    /*margin-left: 10px;*/
    margin-right: 15px;
}
.our-staff-container .content {
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    position: relative;
    /*bottom: 0;*/
    float: left;
    background: white;
    /*margin-bottom: 0 !important;*/
    width: 204px;
    /*min-height: 150px;*/
    z-index: 1;
    text-align: center;
    padding: 10px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
}
.our-staff-container .content p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    /*min-height: 38px;*/
}
.our-staff-container a .content h1, .our-staff-container a .content h2, .our-staff-container a .content h3, .our-staff-container a .content h4, .our-staff-container a .content h5, .our-staff-container a .content h6 {
    font-size: 12px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    color: rgba(37,37,115,1);
}
.our-staff-container a .content h1:hover {
    color: white;
}
.our-staff-container .content li {
    margin-bottom: 0px;
}
.our-staff-container a {
    float: left;
    width: 204px;
    overflow: hidden;
    display: block;
}
.our-staff-container a:hover {
    float: left;
}
.our-staff-container a:hover .content {
    bottom: 0;
}
.our-staff-container a img {
    transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.our-staff-container a:hover img {
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.our-people-image {
    margin-bottom: 50px;
}
.col-md-8 ul {
    margin-left: 0px;
    padding-left: 20px;
}
.blogSummary {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.authorDate {
    font-size: 12px;
}
.our-staff-container .content li {
    list-style: none;
    font-size: 12px;
}
.allPublication, .loadingPub {
	display: none;
}

/*-- Jump Menu styles  --*/
.jump-nav.fixed {
	position: fixed;
	top: 65px;
	width: 213px;
}
.jump-nav ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.jump-nav ul li {
    list-style: none;
    margin-left: 0px;
}
.jump-nav ul li a:link {
    padding-left: 15px;
    background: url(../img/bullet-purple.png) -6px 2px no-repeat;
    transition: background-position 150ms ease-out 0s;
    font-size: 12px;
}
.jump-nav ul li a:hover {
    background-position: -4px 2px;
}
/*--- Widget Holder Archive Month  ---*/
ul.archiveMonths{
	margin-left: 0px;
	padding-left:0px;
}
.archiveMonths li{
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}
.content-section ul li, .content-section ol li{
    margin-left: 0px;
}
/*--- Search styles  ---*/
.class-SearchPage blockquote {
    display: none;
}
.class-SearchPage .g {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    padding-top: 30px;
}
.class-SearchPage .smalltag {
    font-size: 12px;
    margin-top: 10px;
}
.class-SearchPage .gt {
    font-size: 1.3em;
}
.class-SearchPage .gu {
    font-size: 12px;
}
.class-SearchPage .input-group.search-field  {
    width: 100%;
}
.class-SearchPage .input-group.search-field .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}
/*--- Blog styles  ---*/
.pagination {
    margin: 0px;
}
ul.pagination {
    padding-left: 0px;
    margin-bottom: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #3d2348;
    background-color: rgba(37,37,77,.97);
    border-color: #3d2348;
}
/*--- Timeline styles  ---*/
.storyjs-embed.sized-embed {
    border: 0px !important;
    padding: 0px !important;
}
.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2, .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4, .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.vco-slider .slider-item .content .content-container .text .container p {
    font-family: 'Open Sans', sans-serif !important;
    color: #747c83 !important;
    margin: 0 0 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
/*-- Sorting out the intro fields --*/
#maori-intro {
    display: none;
}
.menuModal {
    background-color: rgba(0,0,0, 0.6);
    z-index: 1020;
    overflow: hidden;
     -webkit-transform: translateZ(0);
}
.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y:scroll;
}
/*--- Footer styles  ---*/
footer p {
    color: white;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 27px;
}
footer a:link,
footer a:visited {
    color: white !important;
}
footer a:hover {
    color: #f58025;
}
/*--- Responsive Styles ---*/

/*-- Smartphones (portrait and landscape) -- */
@media (max-width: 420px) {
    body.class-Homepage .brand-heading { margin-bottom: 20px !important; }
    .btn-circle { font-size: 30px; width: 50px; height: 50px; line-height: normal; }
    .intro-body .page-scroll { bottom:10px; }
}

@media (max-width: 767px) {
    .navbar-main-collapse {
        margin-top: 0px;
    }
    #our-people .col-md-6 {
        float: none;
    }
    #our-people .large-promo .promos {
        height: 300px !important;
    }
    .intro {
        height: 100%;
    }
    .intro-body .page-scroll {
        left: 40%;
    }
    .class-PaperPage .intro, .class-TimelinePage .intro, .class-Page .intro, .class-StaffHolder .intro, .class-SearchPage .intro, .class-BlogHolder .intro, .class-BlogEntry .intro, .class-StaffPage .intro, .class-LabPage .intro, .class-LabHolder .intro, .class-ResearchOverview .intro {
        height: 400px;
    }
    .intro-text p {
        font-size: 20px;
    }
    #our-people {
        padding-top: 50px !important;
    }
    #recent-news h1 {
        font-size: 28px;
    }
    #recent-news h2 {
        font-size: 18px;
    }
    #recent-news p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    #recent-news small {
        margin-bottom: 10px;
    }
    #recent-news {
        padding-top: 0 !important;
    }
    #our-people a:link .content {
        bottom: 0;
    }
    #our-people .content h2 {
        font-size: 18px;
    }
    #our-people a:link .content {
        bottom: 0;
    }
    .our-people-container {
        width: 300px !important;
    }
    nav div div ul li ul li div div ul li:first-child {
        display: block;
    }
    nav div div ul li ul li div div ul li {
        display: none;
    }
    nav div div ul li ul li div div ul li p {
        margin-bottom: 0 !important;
    }
    .navbar-custom .nav li a {
        float: left;
        width: 100%;
    }
    .tablet {
        display: none;
    }
    .dropdown-menu ul ul {
        display: none;
    }
    .dropdown-menu ul li a:link {
        font-size: 1.1em;
    }
    footer {
        background-position: right top !important;
    }
    footer p {
        margin-bottom: 8px;
        margin-top: 8px;
    }
    footer .col-md-6 .pull-right {
        margin-bottom: 10px !important;
    }
    footer .col-md-6 .pull-left {
       margin-top: 10px !important;
    }
    .mobile-only {
        display: block;
    }
    body.class-Homepage .brand-heading {
        font-size: 24px !important;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}
@media ( max-width: 992px) {
    .fill {
        top: 0;
    }
     .class-PaperPage .intro, .class-TimelinePage .intro, .class-Page .intro, .class-StaffHolder .intro, .class-SearchPage .intro, .class-BlogHolder .intro, .class-BlogEntry .intro, .class-StaffPage .intro, .class-LabPage .intro, .class-LabHolder .intro, .class-ResearchOverview .intro  {
        height: 450px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
        overflow: hidden !important;
    }
    .navbar-collapse.collapsing {
        overflow: hidden !important;
        top:0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow: auto !important;
    }
    .navbar {
        background-color: #25254D;
        background-color: rgba(37,37,77,1);
        height: 50px;
    }
    .navbar-header {
        margin-right: 0;
        float: none;
        padding-left: 100px;
        padding-right: 25px;
    }
    .navbar-nav {
        margin: 20px 0;
    }
    .navbar-collapse {
        background-color: #25254D;
        background-color: rgba(37,37,77,1);
        top: -20px;
        position: relative;
        z-index: -1;
        overflow-y: auto !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding-right: 15px !important;
        padding-left: 15px !important;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .yamm .yamm-content {
        padding-top: 0;
    }
    .dropdown-menu strong a:link {
        font-size: 14px;
    }
    .dropdown-menu a:link, .dropdown-menu a:visited {
        font-size: 13px;
    }
    .dropdown-menu ul p {
        margin-top: 15px;
    }
    .lrg-uni-logo {
        display: none !important;
    }
    .xs-uni-logo {
        display: block !important;
        padding-left: 15px;
    }
    .text-logo {
        display: none;
    }
    .top-nav-collapse .xs-uni-logo .text-logo {
        display: block;
    }
    .xs-uni-logo img {
        float: left;
    }
    .text-logo {
        float: right;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 7px;
    }
    .navbar-toggle {
        font-size: 24px;
        padding: 0 6px;
    }
    .recent-news-section {
        padding-bottom: 100px;
    }
    footer, #recent-news, .content-section {
        background-image: none;
    }
    .col-md-6 .pull-left {
        margin-bottom: 0;
    }
    .col-md-6 .pull-right {
        margin-top: 0;
        width: 100%;
    }
    .search {
        padding-left: 0;
        margin-bottom: 8px;
        margin-left: 0;
        width: 100%;
    }
    .search.bottom {
        display: none;
    }
    footer .search {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .search input,
    .input-group-addon {
        background-color: white;
        background-color: rgba(255, 255, 255, .1);
        border: 1px rgba(255, 255, 255, .4) solid;
    }
    .search input {
        border-right: 0;
    }
     .input-group-addon {
        border-left: 0;
    }
    /* Home */
    #our-people {
        padding-top: 100px;
    }
    #recent-news .col-md-3 img {
        display: none;
    }
    #recent-news {
        padding-top: 85px;
        padding-bottom: 50px;
    }
    #recent-news h1 {
        margin-bottom: 40px;
    }
    /* Content */
    body.content .intro {
        height: auto;
        background-position: 0 40px;
        padding-bottom: 60px;
    }
    body.content .brand-heading {
        margin-top: 0;
    }
    body.content .content-section {
        padding-bottom: 50px;
    }
    #our-people .large-promo .promos {
        height: auto;
    }
    #our-people .small-promo .promos {
        height: 300px;
    }
    #our-people .small-promo .promos .content {
        width: 100%;
    }
    footer .col-md-6 .pull-right {
        margin-bottom: 0px;
        margin-top: 4px;
    }
    footer .col-md-6 .pull-left {
       margin-top: 6px;
    }
    .jump-nav.fixed {
        width: 213px;
    }
    .mobile-only {
        display: block;
    }
}
/*-- Desktops and laptops -- */
@media (min-width:993px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #25254D;
        background-color: rgba(37,37,77,.97);
    }
    .navbar-custom.top-nav-collapse {
        height: 50px;
    }
    .text-logo, .xs-uni-logo img { float: left; }
    .text-logo small { text-transform: none; font-size: 11px; }
    .text-logo { margin-left: 15px; margin-top: 5px; }
        body.class-Homepage .intro {
        height: 100%;
        padding: 0;
    }
    .intro-text, .intro-text p {
        font-size: 30px;
        line-height: 36px;
        font-weight: 100;
        margin-bottom: 0px;
    }
    .intro-section {
        padding-top: 115px;
    }
    .our-people-section {
        padding: 100px 0;
        color: #333;
    }
    .search.top {
        display: none;
    }
    .class-PaperPage .intro, .class-TimelinePage .intro, .class-Page .intro, .class-StaffHolder .intro, .class-SearchPage .intro, .class-BlogHolder .intro, .class-BlogEntry .intro, .class-StaffPage .intro, .class-LabPage .intro, .class-LabHolder .intro, .class-ResearchOverview .intro  {
        height: 450px;
    }
    .mobile-only {
        display: none;
    }
}
@media only screen (max-width:1024px) and (orientation : landscape) {
     .class-PaperPage .intro, .class-TimelinePage .intro, .class-Page .intro, .class-StaffHolder .intro, .class-SearchPage .intro, .class-BlogHolder .intro, .class-BlogEntry .intro, .class-StaffPage .intro, .class-LabPage .intro, .class-LabHolder .intro, .class-ResearchOverview .intro  {
        height: 400px;
    }
}
/*-- iPads (portrait) -- */
@media only screen and (min-device-width : 768px) and (orientation : portrait) {
    .fill { top: 0; }
    .brand-heading, .intro-text, .btn-circle, .navbar, #recent-news { opacity: 1; }
    #our-people .col-xs-12 { padding-left: 30px; padding-right: 30px; }
    nav div div ul li ul li div div ul li ul { display: none; }
    .dropdown-menu ul p { margin: 0px; }
    .container {width: auto;} /* Fix ugly border on iPad mini landscape */
    .content-sidebar .container {width: 970px;} /* Discusingly fixing issue where the sidebar gets squeeze in iPad landscape mod. Previous lines causes this problem */
	.brand-heading {font-size: 32px;}
	.intro-text, .intro-text p { font-size: 22px; line-height: 36px; font-weight: 100; }
}
/*-- iPads (landscape) -- */
@media only screen (max-width:1024px) and (orientation : landscape) {
    .fill { top: 0; }
    .brand-heading, .intro-text, .btn-circle, .navbar, .lrg-uni-logo, #recent-news { opacity: 1; }
    body.class-Homepage .brand-heading { margin-bottom: 50px; margin-top: 50px; }
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    footer p {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    footer p {
        margin-top: 26px;
    }
}
/*-- Browser happy styles --*/
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
}
/*-- IE8 --*/
.lt-ie9 .navbar-header, .lt-ie9 .navbar-collapse, .lt-ie9 .dropdown-menu { background-color: #25254D; }
.lt-ie9 .xs-uni-logo, .lt-ie9 .xs-uni-logo img, .lt-ie9 .xs-uni-logo .text-logo { float: left; }
.lt-ie9 .nav li { float: left; width: 100%; }
.lt-ie9 nav div div ul li ul li div div ul li ul, .lt-ie9 .search.input-group.bottom { display: none; }
.lt-ie9 .yamm .dropdown { position: relative; }
.lt-ie9 .search { padding-left: 0; margin-bottom: 8px; margin-left: 0; width: 100%; float: left; background-color: white; }
.lt-ie9 .input-group-addon, .lt-ie9 .search input { background-color: white; }
.lt-ie9 #our-people .small-promo .promos .content { width: 100%; }
.lt-ie9 .brand-heading {width: 50%; margin: 0 auto; }
.lt-ie9 .intro-text p { font-size: 24px;}
.lt-ie9 .content-sidebar { display: none !important; }
.lt-ie9 .intro { height: 400px; }


/* Quick fix for teaching role list */
.teaching-role-list p {
    margin: 0 !important;
}

/* LEWIS CHANGES */

.people-sidebar h3 {
    font-size: 1.2em;
}
.people-sidebar ul {
    margin-left: 0;
    padding-left: 0px;
}
.people-sidebar ul li {
    font-size: 12px;
    list-style: none;
}

.xs-uni-logo {
    display: none;
}
.xs-uni-logo a:hover {
    text-decoration: none;
}
.navbar-custom.top-nav-collapse .xs-uni-logo {
    display: block;
}
.skip {
	position: absolute;
	left: -5000px;
	height: 0;
}
.sidebar-content h3 {
  font-size: 1.2em;
}
