@import url(//fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,latin-ext);

/*** OTAGO CORPORATE CSS ***/

#title h1 {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
	text-rendering: optimizeLegibility;
	letter-spacing: -0.01em;
	line-height: 1.1;
	background: rgba(255, 255, 255, 0.85);
	opacity: 1;
}
#title h1.notopimage {
    margin-top: 21px;
}

/******************************
	FRONTPAGE
******************************/

body.OTAGO_093780 { margin-bottom: 35px; }
body.OTAGO_093780 #wrapper { background: url(/_assets/_gfx/bg-homepage.png) 0 0px repeat-x; }
@-webkit-keyframes fadein {
    0% { opacity: 0; transform: translateY(-14px); }
    100% { opacity: 1; transform: translateY(0px); }
}
@keyframes fadein {
    0% { opacity: 0; -moz-transform: translateY(-14px); transform: translateY(-14px); }
    100% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
}
body.frontpage #global_nav_sub ul.secondary_global_nav li a { background-color: #133569; }
body.OTAGO_093780 div.online_registration_popup {
	width: 156px;
	padding: 21px 14px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 232px;
	top: 120px;
	z-index: 98;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .3);
    border-radius: 2px;
	-webkit-animation-name: fadein;
	animation-name: fadein;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
body.OTAGO_093780 div.online_registration_popup p:before {
	content: "";
    background: #EBBB16;
	height: 3px;
	width: 32px;
	display: block;
	margin-bottom: 10px;
}
body.OTAGO_093780 div.online_registration_popup p {
	font-size: 23px;
	line-height: 1.25;
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
body.OTAGO_093780 div.online_registration_popup p a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	border-radius: 17px;
	text-align: left;
	margin: 21px 0 4px 0;
	padding: 3px 10px 3px 10px;
	border: 2px solid #EBBB16;
	background: #FFCD23;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.OTAGO_093780 div.online_registration_popup p a:hover { color: #000; background: #ebbb16; border: 2px solid #d8ae1e; }
body.OTAGO_093780 div.online_registration_popup p a:active { background: #ffd443 !important; }
body.OTAGO_093780 .slider { width: 928px; min-height: 570px; }
div.slider div.slide-container { position: absolute; left: 186px; overflow: hidden; }
div.slider a.next,
div.slider a.prev,
div.rs-controls a.rs-next,
div.rs-controls a.rs-prev { background: url(../_gfx/slider-arrows.png) no-repeat; width: 35px; height: 37px; position: absolute; top: 375px; right: 0px; z-index: 999; text-indent: -9999px; }
div.slider a.next, div.rs-controls a.rs-next { background-position: right top; }
div.slider a.prev, div.rs-controls a.rs-prev { right: 35px; }
div.slider a.next:hover, div.rs-controls a.rs-next:hover { background-position: right bottom; }
div.slider a.prev:hover, div.rs-controls a.rs-prev:hover { background-position: left bottom; }

body.OTAGO_093780 .titleinner { width: 928px; padding: 0px 0px 0px 186px; position: relative; top: 0; }
body.OTAGO_093780 .titleinner img { width: 928px; height: 412px; float: left; }

body.OTAGO_093780 #contentwrapper {
	padding: 0px 0px 14px 0px;
	width: 1142px;
}
body.OTAGO_093780 .features article { margin-right: 46px; width: 186px; float: left; }
body.OTAGO_093780 div.features.news article:first-child { margin-left: 14px; }
body.OTAGO_093780 div.features.news article:last-child { margin-right: 0px;}
body.OTAGO_093780 div.features.events article { width: 186px; padding: 0; margin-right: 46px; }
body.OTAGO_093780 div.features.events article:first-child { margin-left: 14px; }
body.OTAGO_093780 div.features.events article:last-child { margin-right: 0px; }
/* Restrict the height of profile images */
body.OTAGO_093780 div.features.news article a:first-child {
    overflow: hidden; 
    display: block; 
    max-height: 116px;
}
body.OTAGO_093780 div.features.news article .articletext a:first-child {
    max-height: auto;
    display: inline-block;
}
body.OTAGO_093780 .news article {
    -webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.OTAGO_093780 .news article:hover {
    box-shadow: 0 0 0px 10px #F0F5FC, 0 0 0 11px #e0e7f0;
}
body.OTAGO_093780 .news article img {
	float: left;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	padding: 1px;
	width: 182px;
}
body.OTAGO_093780 #contentwrapper a { color: #416EBF; text-decoration: none; -webkit-transition: color .35s; transition: color .35s; }
body.OTAGO_093780 #contentwrapper a:hover { color: #163669; }

/***** Promotion buttons *****/
body.OTAGO_093780 .promos {
    margin: 35px 14px 28px 14px;
    overflow: hidden;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.OTAGO_093780 .promos .gridhalf,
body.OTAGO_093780 .promos .gridthird,
body.OTAGO_093780 .promos .gridquarter,
body.OTAGO_093780 .promos .grid1 {
    border-top: 1px solid #e6e2d5;
    border-bottom: 1px solid #e6e2d5;
    background: #f6f5f0;
    float: left;
    margin-right: 46px;
}
body.OTAGO_093780 .promos .gridhalf {
    width: 534px;
}
body.OTAGO_093780 .promos .gridthird {
    width: 340px;
}
body.OTAGO_093780 .promos .gridquarter {
	width: 244px;
}
body.OTAGO_093780 .promos .grid1 {
	width: 186px;
	margin-right: 46px;
}
body.OTAGO_093780 .promos .gridhalf:nth-of-type(2n),
body.OTAGO_093780 .promos .gridthird:nth-of-type(3n),
body.OTAGO_093780 .promos .gridquarter:nth-of-type(4n),
body.OTAGO_093780 .promos .grid1:nth-of-type(5n) {
    margin-right: 0;
}
body.OTAGO_093780 .promos .gridthird img,
body.OTAGO_093780 .promos .gridquarter img,
body.OTAGO_093780 .promos .grid1 img {
    width: 100%;
	float: none;
}
body.OTAGO_093780 .promos img {
	float: left;
}
body.OTAGO_093780 .promos .gridhalf img {
    max-width: 270px;
}
body.OTAGO_093780 .promos p {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5;
    margin-bottom: 14px;
}
body.OTAGO_093780 .promos h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 7px;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
}
body.OTAGO_093780 .promos .promo-text {
    padding: 14px;
    float: left;
}
body.OTAGO_093780 .promos .gridhalf .promo-text {
    width: 236px;
}
body.OTAGO_093780 .promos .gridthird .promo-text {
	width: 300px;
}
body.OTAGO_093780 #contentwrapper .promos .promo-text .content-button {
	margin-bottom: 0;
}
body.OTAGO_093780 #contentwrapper .promos .promo-text .content-button a {
    background: url(/_assets/_gfx/next-arrow.png) no-repeat right 5px #ffcd23;
    padding: 3px 32px 3px 16px;
    border: 2px solid #ebbb16;
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    color: #333333;
    transition: all 0.3s ease-in;
}
body.OTAGO_093780 #contentwrapper .promos .promo-text .content-button a:hover {
    background-color: #ebbb16;
    color: #000000;
}

/***** Frontpage divisions drop down *****/

body.OTAGO_093780 #division_wrapper { background: #f7f7f7 url(/_assets/_gfx/bg-division.png) repeat-x 0 -40px; font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 81.3%;	margin-bottom: 50px; overflow: hidden; }
body.OTAGO_093780 #division_wrapper .divisions { width: 1114px;	padding: 0 23px 14px 23px; margin: 0 auto 0; position: relative; }
body.OTAGO_093780 #division_wrapper article { margin: 0px 46px 0 0px; width: 186px; float: left; }
body.OTAGO_093780 #division_wrapper article:last-of-type { margin-right: 0; }
body.OTAGO_093780 #division_wrapper article a { color: #666; }
body.OTAGO_093780 #division_wrapper article h3 { font-size: 16px; margin-bottom: 7px; }
body.OTAGO_093780 #division_wrapper ul { width: 186px; margin: 35px 42px 50px 0px; display: inline-block; font-family: Helvetica, Arial, Geneva, sans-serif; }
body.OTAGO_093780 #division_wrapper ul:last-of-type { margin-right: 0 !important; }
body.OTAGO_093780 #division_wrapper ul li { list-style-type: none; }
body.OTAGO_093780 #division_wrapper a { color: #666; font-size: 15px; text-decoration: none; }
body.OTAGO_093780 #division_wrapper a:hover { color: #537dc5; }
body.OTAGO_093780 #division_wrapper h3 a { background: url(/_assets/_gfx/sprite-department-icons.png) no-repeat -10px -3px; padding-left: 25px; }
body.OTAGO_093780 #division_wrapper li { padding-bottom: 4px; font-weight: normal; line-height: 16px; }
body.OTAGO_093780 #division_wrapper li li { padding-bottom: 6px; font-weight: normal; line-height: 16px; }
body.OTAGO_093780 #division_wrapper li a { font-size: 12px; padding: 0; }

body.OTAGO_093780 #title .titleinner .feature_intro { }
div.feature_intro div { padding: 23px 23px 12px 23px; min-height: 120px; margin: 0; float: left; }
body.OTAGO_093780 .fi_intro {
    width: 354px;
    font-size: 23px;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    line-height: 1.35;
    margin-left: 22px;
    color: #333;
    font-weight: 300;
}
body.OTAGO_093780 .fi_info {
    width: 435px;
    line-height: 32px;
    border-left: 1px solid #e5e2d8;
    color: #666;
}
body.OTAGO_093780 .fi_info p {
    font-size: 15px;
    line-height: 1.7;
    font-family: Georgia, "Times New Roman", Times, serif;
}
body.OTAGO_093780 .fi_info p em { font-style: italic; color: #333; }
body.OTAGO_093780 .fi_info a { color: #4069a9; text-decoration: none; background: #fff; padding: 3px; border: 1px solid #ebebeb; }
body.OTAGO_093780 .fi_info a:hover { background: #fff; border: 1px solid #d4d1ce; color: #163669; }
body.OTAGO_093780 h3.border_side { background: url(/_assets/_gfx/bg-htag-1px-grey.png) no-repeat 100% 9px; font-size: 22px; color: #333; line-height: 23px; margin: 23px 14px 12px 14px; font-family: 'Minion Pro', Georgia, serif; }
body.OTAGO_093780 #division_wrapper .divisions h3.border_side { margin-left: 0px; }

.featurebuttons {
	margin: 14px 0px 0px 14px;
}
#content p.signup-button {
	margin: 35px 0;
}
#content p.signup-button a {
	background: url(/_assets/_gfx/button-sprite.png) no-repeat -57px -243px #86b239;
	padding: 7px 28px 7px 32px;
	border-radius: 16px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #6D842D;
	font-family: Georgia, "Times New Roman", Times, serif;	
	transition: all 0.2s ease-in;
	box-shadow: 0 0 5px #cccccc;
}
#content p.signup-button a:hover { background: url(/_assets/_gfx/button-sprite.png) no-repeat -57px -243px #799933; }

.htag_bg { background-color: #ffffff; padding-right: 12px; }

a.onlineregistrationbutton, a.residentialcollegebutton { color: #333 !important; }
a.onlineregistrationbutton:hover, a.residentialcollegebutton:hover { color: #000 !important; }

body.OTAGO_093780 #right { display: none; }

/**** News and events dates ****/

.features article p.smalltag,
.features article p {
    font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.features.news article p {
	margin-top: 4px;
}
.features article:nth-child(5) .articletext p {
	line-height: 1.5;
	letter-spacing: 0;
}
/* Otago Connection */
.n1837 #content .grid1:nth-of-type(3) {	margin-right: 0; }
/* Free Flight section */
body.OTAGO069247 #title h1 {
	background: none;
	padding-top: 231px;
	padding-bottom: 0;
	position: relative;
	background: url("/_assets/_gfx/free-flights-title.png") no-repeat 10px 7px;
	opacity: 1;
    max-width: 515px;
}
body.OTAGO069247 #title img {
	top: 0;
	position: absolute;
}

/* Student Life */
body.OTAGO114469 #title h1 {
	background: none;
	text-indent: -9999px;
}
body.OTAGO114469 #content .grid1 p,
body.OTAGO114469 #content .grid1 p img {
	margin: 0;
    padding: 0;
	border: none;
}
body.OTAGO114469 #content .grid1 h4 {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.5;
}
body.OTAGO114469 #content .grid1 img {
	max-width: 100%;
}
body.OTAGO114469 #content .grid1 a {
	border-bottom: none;
}

/** Style jquery-ui **/
.ui-widget-overlay { background: #000; opacity: 0.75; }
.dialog { display: none; }
/* Added 08/07/13 for Google keywords */
.keymatches { display: block; }

/** Accomodation page **/
.OTAGO000801 #content ul.accomodation_toc {
	margin-left: 0;
	display: block;
}
.OTAGO000801 #content ul.accomodation_toc li {
	display: block;
	margin: 0 21px 21px 0;
	float: left;
	width: 112px;
	height: 126px;
	text-align: center;
	padding: 14px;
	box-shadow: 0px 0px 10px #cccccc;
}
.OTAGO000801 #content ul.accomodation_toc li img {
	float: none;
}
.OTAGO000801 #content ul.accomodation_toc li span {
	display: block;
	height: 89px;
}

/*** Enrolment page ***/
body.OTAGO001271 #content.otgx {
	width: 882px;
}
body.OTAGO001271 #content .grid1 {
	width: 186px;
	margin-right: 46px;
	float: left;
	position: relative;
	transition: all 0.1s ease-out;
}
body.OTAGO001271 #content .payment-box {
	position: relative;
}
body.OTAGO001271 #content .grid1 p,
body.OTAGO001271 #content .grid1 li,
body.OTAGO001271 #content .payment-box p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 7px;
}
body.OTAGO001271 #content .grid1 h3,
body.OTAGO001271 #content .border-green h3 {
	font-family: "Open sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
body.OTAGO001271 #content .grid1 h3:hover {
	cursor: pointer;
}
body.OTAGO001271 #content .category-picker .grid1 {
	background: url(/_assets/_gfx/empty-circle.png) no-repeat 0 4px;
	margin-bottom: 21px;
}
body.OTAGO001271 #content .category-picker .grid1:nth-child(5) {
	margin-right: 0;
}
/* Added via JS */
body.OTAGO001271 #content .category-picker .grid1.selected {
	background: url(/_assets/_gfx/tick-circle.png) no-repeat 0 4px;
}
/* Category picker styles */
body.OTAGO001271 #content .category-picker span {
	color: #999999;
}
body.OTAGO001271 #content .category-picker h3 {
	color: #416ebf;
	font-size: 15px;
    line-height: 1.3;
	padding-left: 24px;
}
body.OTAGO001271 #content .category-picker .smalltag {
	margin-left: 25px;
}
/* Arrow and section divider with down arrow */
.header-divider {
	clear: both;
	padding-top: 7px;
}
#content .header-divider h2 {
	font-family: "Open sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
}
.arrow-divider {
	background: url(/_assets/_gfx/grey-stroke.png) repeat-x center center;
}
.arrow-divider span {
	background: url(/_assets/_gfx/arrow-down-blue-medium.png) no-repeat center 0 #ffffff;
	width: 60px;
	display: block;
	height: 13px;
	margin: 0 auto;
}
/* Margin right resetting */
body.OTAGO001271 #content .grid1:nth-child(6),
body.OTAGO001271 #content .grid1:nth-child(11),
body.OTAGO001271 #content .grid1:nth-child(16){
	margin-right: 0;
}
/* Hidden hover text */
body.OTAGO001271 .enrolment-info {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 1s ease-out;
}
body.OTAGO001271 .grid1:hover .enrolment-info {
	max-height: 600px;
	opacity: 1;
}
.numeral-circle {
	display: block;
	background: #ffffff;
	padding-top: 5px;
	width: 30px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: -23px;
	font-family: "Open sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	border: 1px solid #ffc20e;
}
#right p.numeral-circle {
	padding-top: 3px;
	width: 30px;
	height: 17px;
	font-size: 16px;
	line-height: 1.3;
}
.background-blue .numeral-circle,
#right .background-blue .numeral-circle {
	border: 2px solid #cad3e5;
}
.background-red .numeral-circle,
#right .background-red .numeral-circle {
	border: 2px solid #ddc4b9;
}
.background-yellow .numeral-circle,
#right .background-yellow .numeral-circle {
	border: 2px solid #e1d2af;
}
.border-green .numeral-circle,
#right .border-green .numeral-circle {
	border: 2px solid #bfd732;
}
body.OTAGO001271 #content .grid1 p.smalltag {
	margin-top: 7px;
	font-size: 11px;
	color: #999999;
	font-style: normal;
}
body.OTAGO001271 #content .grid1 p.smalltag strong {
	color: #666666;
}
#content .background-blue p.smalltag {
	color: #8492ad;
}
#content .background-blue hr {
	border-color: #cad3e5;
}
#content .background-red p.smalltag {
	color: #a68b7e;
}
#content .background-red hr {
	border-color: #ddc4b9;
}
#content .background-yellow p.smalltag {
	color: #b3a47f;
}
#content .background-yellow hr {
	border-color: #e1d2af;
}
.arrow-yellow-right,
#right .arrow-yellow-right {
    background: url(/_assets/_gfx/arrow-yellow-right.png) no-repeat right 0;
	padding-right: 10px;
}
.padded-box,
#right .padded-box {
	padding: 14px;
    transition: all 0.3s ease-out;
}
#right .padded-box {
	position: relative;
	margin: 14px 0;
}
#right .padded-box h3 {
	font-family: Open sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 7px;
}
.background-blue {
	background: #e5eaf4;
}
.background-red {
	background: #fdebe0;
}
.background-yellow {
	background: #fff1d0;
}
.border-green {
	background: #eef2d5;
}
.arrow-yellow-right {
    background: url(/_assets/_gfx/arrow-yellow-right.png) no-repeat right 0;
}
body.OTAGO001271 .background-blue,
body.OTAGO001271 .background-red,
body.OTAGO001271 .background-yellow {
	min-height: 80px;
}
/* Disabled box styles */
.disabled-box .padded-box {
    background: #f9f9f9;
    opacity: 0.7;
}
.disabled-box .numeral-circle {
	border: 2px solid #f9f9f9;
}
.disabled-box h3,
.disabled-box p {
    color: #cccccc;
}
.disabled-box h3:hover {
	cursor: auto;
}
.disabled-box .enrolment-info {
	display: none;
}
body.OTAGO001271 #content .grid1.disabled-box p.smalltag,
body.OTAGO001271 #content .grid1.disabled-box p.smalltag strong {
	color: #cccccc;
}
.highlight-box .background-blue,
.highlight-box .background-red,
.highlight-box .background-yellow {
	-webkit-animation: bouncein;
	animation: bouncein;
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition: all 1.0s ease-out;
	transition: all 1.0s ease-out;
}
@-webkit-keyframes bouncein {
  0% {   box-shadow: 0 0 0 #b2ceff; }
  50% {  box-shadow: 0 0 1px #b2ceff; }
  100% { box-shadow: 0 0 0px #b2ceff; }
}
@keyframes bouncein {
  0% {   box-shadow: 0 0 0 #b2ceff; }
  50% {  box-shadow: 0 0 1px #b2ceff; }
  100% { box-shadow: 0 0 0px #b2ceff; }
}
/* JS slider - see clashes page */
.slideup, .slidedown {
    max-height: 0;            
    overflow-y: hidden;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.slider-region {
	box-shadow: 0 0 15px #e4e4e4;
	border: 1px solid #e4e4e4;
}
.slideup { opacity: 0; }
.slidedown { opacity: 1; }
.trigger {
	background: #f9f9f9;
	border-bottom: 1px solid #e4e4e4;
}
.trigger:nth-last-child(2){
	border-bottom: none;
}
#content .trigger h2 {
	border-bottom: none;
	padding: 14px 28px 14px 14px;
	margin-top: 0;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	font-size: 22px;
	color: #416ebf;
	position: relative;
}
#content .trigger h2:hover {
	background: #fff;
	cursor: pointer;
}
#content .trigger h2:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(/_assets/_gfx/arrows-up-down.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 10px;
}
#content .trigger.active h2:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(/_assets/_gfx/arrows-up-down.png) no-repeat -123px -50px;
	position: absolute;
	top: 15px;
	right: 10px;
}
#content .trigger.active {
	background: #ffffff;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}
#content .trigger.active h2 {
	color: #888888;
}
#content .slidedown {
	padding: 7px 14px 21px 14px;
	border-bottom: 1px solid #e4e4e4;
}
/* Timetable clashes */
body.OTAGO121418 #content form {
	background: #F1F4F8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 14px;
	margin-bottom: 14px;
	width: 100%;
	box-sizing: border-box;
}
body.OTAGO121418 #content form label {
	float: left;
	margin-bottom: 0px;
	display: inline;
	line-height: 0.8;
	visibility: hidden;
}
body.OTAGO121418 #content form input {
	width: 100%;
	box-sizing: border-box;
	padding-top: 7px;
	padding-left: 28px;
	padding-bottom: 7px;
	background: #ffffff url("/_assets/_gfx/sprite-search.png") no-repeat 5px -55px;
	transition: box-shadow 0.2s ease-in-out;
}
/* Clashes CSS */
body.OTAGO121418 #content form input:focus {
	box-shadow: inset 0 2px 5px #e9e9e9;
}
body.OTAGO121418 #content table#clashes {
	transition: all 0.2s ease-in-out;
}
body.OTAGO121418 #content table#clashes th {
	font-size: 12px;
}
body.OTAGO121418 #content table#clashes th:nth-of-type(1) {
	width: 12%;
}
body.OTAGO121418 #content table#clashes th:nth-of-type(3),
body.OTAGO121418 #content table#clashes th:nth-of-type(4) {
	width: 39%;
}
/* Publications */
.shadow-box-container {
	box-shadow: 0 0 10px #e4e4e4;
	border-radius: 4px;
	padding: 3%;
	margin-bottom: 28px;
	border: 1px solid #ddd;
	overflow: hidden;
}
body.OTAGO005457 #content .shadow-box-container h2 {
    margin-top: 7px;
}
body.OTAGO005457 #content .shadow-box-container h2,
body.OTAGO005457 #content .shadow-box-container .caption186 a {
	border-bottom: none;
}
body.OTAGO005457 #content .shadow-box-container p.caption186 {
	width: 147px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
body.OTAGO005457 #content .shadow-box-container .caption186 a[href*=".pdf"] {
    background: none;
    padding: 1px 0 1px 0px;
}
body.OTAGO005457 #content .shadow-box-container p.caption186 img {
	max-width: 99%;
	margin-right: 0;
    padding: 0;
}


/* large screen */
@media only screen and (min-width: 1025px) {
	body.OTAGO_093780 #features { width: 1142px; margin: 0px 0px 21px 0px; font-family: Helvetica, Arial, Geneva, sans-serif; }
	body.OTAGO_093780 .news article:last-child { margin-right: 0px; }
}


/* iPad landscape */
@media only screen and (min-width: 769px) and (max-width: 1024px) {

	body.OTAGO_093780 { margin-bottom: 35px; }
	body.OTAGO_093780 #wrapper { background: url(/_assets/_gfx/bg-homepage.png) 0 -91px repeat-x; }
	body.OTAGO_093780 div.online_registration_popup { top: 70px; left: 210px; }

	body.OTAGO_093780 #title .titleinner { width: 696px;}
	body.OTAGO_093780 #title .titleinner .slider { width: 696px; min-height: 450px; }
	body.OTAGO_093780 #title .titleinner img { width: 696px; height: 309px; }
	div.slider a.next, div.slider a.prev, div.rs-controls a.rs-prev, div.rs-controls a.rs-next { top: 272px; }

	body.OTAGO_093780 .feature_intro { width: 696px; }
	div.feature_intro div { padding-bottom: 12px; min-height: 130px; }

	body.OTAGO_093780 #features { padding: 0; margin: 50px 0px 0px 0px; width: 907px; }

	body.OTAGO_093780 div.news article:last-child, body.OTAGO_093780 div.events article:nth-child(4), body.OTAGO_093780 div.featurebuttons article:nth-child(4) { margin-right: 0px; }
	body.OTAGO_093780 div.news article:nth-child(4), body.OTAGO_093780 div.events article:last-child, body.OTAGO_093780 div.featurebuttons article:last-child { display: none; }

	body.OTAGO_093780 .fi_intro { width: 278px; color: #666666; }
	body.OTAGO_093780 .fi_info {  width: 303px; }
	body.OTAGO_093780 .fi_info p { line-height: 25px; }
	body.OTAGO_093780 section.footer_bottom ul { margin-left: 0px; }

	body.OTAGO_093780 #division_wrapper { background: none; }
	body.OTAGO_093780 #division_wrapper .divisions { width: 882px; }
	body.OTAGO_093780 #division_wrapper article { width: 139px!important; padding: 5px 0 14px; }
	body.OTAGO_093780 #division_wrapper article:last-of-type { margin-right: 0;  }
	body.OTAGO_093780 #division_wrapper h3 a { background: none; padding-left: 0px; }
	body.OTAGO_093780 #contentwrapper { width: 907px; }
    #title h1 {	position: static; }
    .titleinner img { max-width: 100%; }
    /* Otago Connection */
    .n1837 #content .grid1:nth-of-type(3) {	margin-right: 46px; }
    .n1837 #content .grid1:nth-of-type(2) {	margin-right: 0; }
    /* Free Flight section */
    body.OTAGO069247 #title img { 
        max-width: 673px;
        height: 200px;
    }
    body.OTAGO114469 #content .grid1 {
		margin-right: 23px;
		width: 124px;
	}
    /* Promos */
    body.OTAGO_093780 .promos .gridhalf {
        width: 416px;
    }
	body.OTAGO_093780 .promos .gridthird {
    	width: 262px;
	}
    body.OTAGO_093780 .promos .gridquarter {
    	width: 185px;
	}
    body.OTAGO_093780 .promos .grid1 {
    	width: 157px;
		margin-right: 23px;
	}
    body.OTAGO_093780 .promos .gridhalf .promo-text {
        width: 188px;
    }
	body.OTAGO_093780 .promos .gridthird .promo-text {
        width: 232px;
    }
    body.OTAGO_093780 .promos .gridhalf img {
        float: left;
        max-width: 186px;
        padding-top: 14px;
        padding-left: 14px;
    }
    /* Enrolment page */
	body.OTAGO001271 #content.otgx {
		width: 650px;
	}
	body.OTAGO001271 #content.otgx .grid1 {
		width: 139px;
		margin-right: 30px;
	}
	body.OTAGO001271 #content.otgx .grid1.enrolment-box4,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box8,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box12 {
		margin-right: 0;
	}
	body.OTAGO001271 #content.otgx  .padded-box {
		min-height: 90px;
	}
	body.OTAGO001271 #content.otgx .grid1 h3 {
		font-size: 14px;
		line-height: 1.45;
	}
	body.OTAGO001271 #content.otgx .grid1 ul {
		margin-left: 11px;
	}
	body.OTAGO001271 #content.otgx .grid1 p.smalltag {
		line-height: 1.3;
	}
}


/* iPad portrait */
@media only screen and (max-width: 768px) {
	#title h1 {	position: static; }
    .titleinner img { max-width: 100%; }
    body.OTAGO_093780 { margin-bottom: 35px; }
	body.OTAGO_093780 #wrapper { background: url(/_assets/_gfx/bg-homepage.png) 0 -91px repeat-x; }
	body.OTAGO_093780 div.online_registration_popup { top: 15px; }
	body.OTAGO_093780 #title .titleinner { width: 464px; }
	body.OTAGO_093780 #title .titleinner .slider { width: 464px; min-height: 515px; }
	body.OTAGO_093780 #title .titleinner img { width: 464px; height: 206px;}
	div.slider a.rs-next, div.slider a.rs-prev, div.rs-controls a.rs-prev, div.rs-controls a.rs-next { top: 169px; }
	body.OTAGO_093780 .feature_intro { width: 464px; }
	div.feature_intro div { min-height: 100px; }
	body.OTAGO_093780 .fi_intro { width: 419px; margin-left: 0; }
	body.OTAGO_093780 .fi_info { width: 419px; border-top: solid 1px #e5e2d8; border-left: none; }
	body.OTAGO_093780 .fi_info p { line-height: 25px; }
	body.OTAGO_093780 #features .featurebuttons article:last-child { }
	body.OTAGO_093780 #division_wrapper { background: none; }
	body.OTAGO_093780 #division_wrapper .divisions { width: 650px; }
	body.OTAGO_093780 #division_wrapper article { width: 110px; padding: 5px 0 14px; margin-right: 25px; }
	body.OTAGO_093780 #division_wrapper h3 a { background: none; padding-left: 0px; }
	body.OTAGO_093780 #contentwrapper {
		width: 650px;
	}
	body.OTAGO_093780 .events article {
		margin-bottom: 14px;
	}
	body.OTAGO_093780 .events article h3 {
		padding-right: 25px;
	}
	body.OTAGO_093780 .news article img {
		margin-right: 23px;
	}
	/* Resets the profile thumbnail */
	body.OTAGO_093780 div.features.news article a:first-child {
        display: inline;
    }
	nav.global_footer ul:nth-child(2) li:first-child { display: none; }
    /* Otago Connection */
    .n1837 #content .grid1:nth-of-type(3) { margin-right: 46px; }
    .n1837 #content .grid1:nth-of-type(2) { margin-right: 0; }
    /* Free Flight section */
    body.OTAGO069247 #title img {
        max-width: 441px;
        height: 150px;
        margin-top: 21px;
    }
    body.OTAGO114469 #content .grid1 {
		margin-right: 23px;
		width: 124px;
	}
    /* Promos */
    body.OTAGO_093780 .promos {
        clear: both;
        margin-right: 0;
		width: 100%;
    }
    body.OTAGO_093780 .promos .gridhalf {
        width: 295px;
    }
	body.OTAGO_093780 .promos .gridthird {
        width: 186px;
    }
    body.OTAGO_093780 .promos .gridquarter {
    	width: 302px;
		margin-bottom: 21px;
	}
    body.OTAGO_093780 .promos .grid1 {
    	width: 186px;
		margin-right: 23px;
		margin-bottom: 21px;
	}
    body.OTAGO_093780 .promos .gridquarter:nth-of-type(2n) {
	    margin-right: 0;
	}
    body.OTAGO_093780 .promos .gridhalf .promo-text {
        width: 202px;
    }
	body.OTAGO_093780 .promos .gridthird .promo-text {
        width: 156px;
    }
    body.OTAGO_093780 .promos img {
        float: left;
        max-width: 100%;
        width: 100%;
    }
    body.OTAGO_093780 .promos .gridhalf img {
        max-width: 100%;
    }
    /* Enrolment page */
	body.OTAGO001271 #content.otgx {
		width: 418px;
	}
	body.OTAGO001271 #content.otgx .grid1 {
		width: 186px;
		margin-bottom: 21px;
	}
	body.OTAGO001271 #content.otgx .grid1.returning-student,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box2,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box4,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box6,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box8,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box10,
	body.OTAGO001271 #content.otgx .grid1.enrolment-box12 {
		margin-right: 0;
	}
}

/*--------------------------------
	
Small tablet and smartphone
	
--------------------------------*/
	
@media only screen and (max-width: 700px) {
	body.OTAGO_093780 {
		background: none;
	}
	body.OTAGO_093780 #globalsearch {
		width: 75%;
	}
	body.OTAGO_093780 #globalsearch form input.searchinput {
		width: 82%;
	}
	body.OTAGO_093780 #wrapper {
		background: none;
	}
	body.OTAGO_093780 #title .titleinner {
		width: 100%;
		background: url(/_assets/_gfx/bg-homepage.png) -240px bottom repeat-x;
	}
	body.OTAGO_093780 .titleinner {
		padding: 0px 0px 0px 0px;	
	}
	body.OTAGO_093780 #title .titleinner .slider {
		width: 100%;
		min-height: 100px;
	}
	body.OTAGO_093780 #title .titleinner img {
		max-width: 120%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	div.slider div.slide-container {
		left: auto;
	}
	/* Back and forward arrows for slider */
	div.slider a.rs-next,
	div.slider a.rs-prev,
	div.rs-controls a.rs-prev,
	div.rs-controls a.rs-next {
    	top: 0;
	}
	/* Intro box */
	body.OTAGO_093780 .feature_intro {
		width: 97%;
		margin-left: 3%;
	}
	body.OTAGO_093780 div.feature_intro div {
		padding: 14px 4% 14px 4%;
		min-height: 45px;
	}
	body.OTAGO_093780 .fi_intro, body.OTAGO_093780 .fi_info {
		width: 90%;
		font-size: 17px;
		line-height: 1.3;
	}
	/* Sub introduction text */
	body.OTAGO_093780 .fi_info {
		display: none;
	}
	body.OTAGO_093780 #title img {
		margin: 0px;
		display: block;
	}
	body.OTAGO_093780 #contentwrapper {
    	width: 100%;
		margin: 0;
		padding: 0;
	}
	/* Apply now box that fades in */
	body.OTAGO_093780 div.online_registration_popup {
		top: auto;
		left: auto;
		position: relative;
		width: 94%;
		padding: 5% 0% 1% 6%;
		display: block;
	}
	body.OTAGO_093780 div.online_registration_popup p {
		font-size: 14px;
		margin-top: 14px;
	}
	body.OTAGO_093780 div.online_registration_popup p a {
		font-size: 14px;
		padding: 2px 8px;
		width: 87%;
		text-align: center;
	}
	/* Feature boxes */
	body.OTAGO_093780 #features {
		width: 95%;
		margin-left: 3%;
	}
	body.OTAGO_093780 h3.border_side {
		width: 91%;
		margin: 23px 0 12px 3%;
		font-size: 19px;
	}
	body.OTAGO_093780 #features .news {
		width: 97%;
		float: none;
		margin-right: 0px;
		margin-left: 3%;
	}
	body.OTAGO_093780 #features .news article {
		width: 45.5%;
		display: block;
		float: left;
		margin-right: 3%;
		margin-bottom: 7px;
	}
	body.OTAGO_093780 .features article {
		padding: 0;
	}
	body.OTAGO_093780 div.features.news article a:first-child {
        display: block;
    }
	body.OTAGO_093780 #features .news article:hover {
		background: none;
	}
	body.OTAGO_093780 #features .news article:nth-child(4) {
		display: none;
	}
	body.OTAGO_093780 #features .news article:nth-child(2n) {
		margin-right: 0;
	}
	body.OTAGO_093780 #features .news article:last-child {
		margin-right: 0;
	}
	body.OTAGO_093780 #features .news article:nth-child(3) {
    	clear: left;
	}
	body.OTAGO_093780 .news article:hover {
		border: none;
		background: none;
        box-shadow: none;
	}
	body.OTAGO_093780 .news article img {
		float: none;
		margin-right: 23px;
		margin-bottom: 7px;
		max-width: 97%;
		padding: 1px;
		border: 1px solid #e4e4e4;
		width: 100%;
	}
	body.OTAGO_093780 .news article .articletext {
		width: 100%;
		margin-bottom: 14px;
	}
	body.OTAGO_093780 .news article h3 {
		margin-top: 0;	
	}
	/* Event styles */
	#features .events {
		width: 97%;
		float: none;
		clear: both;
		margin-top: 14px;	
		padding-top: 14px !important;
		border: none;
		border-top: 1px solid #e4e4e4;
		padding-left: 0;
		margin-left: 3%;
	}
	body.OTAGO_093780 .features.events article:before {
		background: url(/_assets/_gfx/calendar-icon.png) no-repeat 0px 0px;
		width: 18px;
		height: 18px;
		margin: 4px 7px 0px 0;
		overflow: hidden;
		content: " ";
		display: block;
		float: left;
	}
	body.OTAGO_093780 div.features.events article {
		margin-right: 3%;
		margin-top: 0;
		width: 45.5%;
		float: left;
		background: none;
	}
	body.OTAGO_093780 div.features.events article:nth-child(2n) {
		margin-right: 0;
	}
	body.OTAGO_093780 div.features.events article:nth-child(3n) {
	   clear: left;
	}
	body.OTAGO_093780 div.features.events article:last-child {
		display: none;
	}
	body.OTAGO_093780.events article h3 {
		padding-right: 0px;
	}
	.features article p.smalltag {
		font-size: 9px;
		line-height: 12px;
	}
	/* Feature buttons */
	body.OTAGO_093780 .featurebuttons {
		width: 97%;
		padding: 0px;
		margin-left: 3%;
		clear: both;
	}
	body.OTAGO_093780 .featurebuttons article {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		width: 38%;
		float: left;
		background-repeat: repeat-x;
		background-position: left bottom;
		margin: 14px 5% 0px 0px;
		padding: 3% 3% 10% 3%;
		line-height: 18px;
	}
	body.OTAGO_093780 a.residentialcollegebutton {
		padding: 3px 13px 3px 13px;
	}
	body.OTAGO_093780 .featurebuttons article:first-child {
		display: none;	
	}
	body.OTAGO_093780 .featurebuttons article:nth-child(2n+1) {
		margin-right: 0;
	}
	body.OTAGO_093780 #division_wrapper .divisions {
    	width: 96%;
		margin: 28px 0 0 4%;
		padding: 0px 0px 14px;
	}
	body.OTAGO_093780 #division_wrapper article {
    	width: auto;
		margin-bottom:0;
		padding-bottom: 7px;
		margin-right: 3%;
	}
	body.OTAGO_093780 #division_wrapper h3 {
		font-size: 19px;
	}
	body.OTAGO_093780 #division_wrapper article a {
		font-size: 12px;
		background-color: #f1f1f1;
		border: 1px solid #e4e4e4;
		padding: 7px 10px;
		border-radius: 16px;
		margin-bottom: 0px;
		display: inline-block;
	}
	body.OTAGO_093780 #division_wrapper article a:hover {
		background-color: #e1e1e1;
	}
	nav.global_footer ul:nth-of-type(2) {
		display: none;
	}
	body.OTAGO_093780 ul.footer_social_lang {
		float: left;
		clear: both;
	}
    /* Student life */
	body.OTAGO114469 .titleinner {
		width: 100%;
	}
	body.OTAGO114469 #title h1 {
		height: 0;
		padding: 0;
	}
	body.OTAGO114469 #title img {
        display: block;
		max-width: 140%
	}
	body.OTAGO114469 #content .grid1 {
		margin-right: 3%;
		width: 31.3%;
	}
	body.OTAGO114469 #content .grid1 img {
		max-width: 100%;
		float: none;
	}
    /* Promos */
    body.OTAGO_093780 .promos {
        clear: both;
        margin-left: 3%;
        margin-right: 0;
        width: 99%;
    }
    body.OTAGO_093780 .promos .gridhalf {
        width: 44%;
        margin-right: 5%
    }
    body.OTAGO_093780 .promos .gridthird {
		width: 94%;
        margin-right: 0%;
		margin-bottom: 14px
	}
    body.OTAGO_093780 .promos .gridquarter {
    	width: 43%;
		margin-right: 5%;
		margin-bottom: 21px;
	}
    body.OTAGO_093780 .promos .grid1 {
    	width: 94%;
		margin-right: 0px;
		margin-bottom: 21px;
	}
    body.OTAGO_093780 .promos .promo-text {
        width: auto;
    }
    body.OTAGO_093780 .promos .gridhalf .promo-text,
    body.OTAGO_093780 .promos .gridthird .promo-text {
        width: auto;
    }
    body.OTAGO_093780 .promos img {
        float: none;
        max-width: 100%;
    }
    /* Enrolment page */
	body.OTAGO001271 #content.otgx {
		width: 96%;
	}
	body.OTAGO001271 #content.otgx .grid1 {
		width: 88%;
		padding: 3% 3% 3% 5%;
		min-height: auto;
		margin-left: 4%;
		margin-right: 0;
	}
	body.OTAGO001271 #content.otgx .category-picker .grid1 {
		padding: 0;
	}
	body.OTAGO001271 #content.otgx .enrolment-box13.padded-box {
		margin-left: 4%;
		position: relative;
		padding: 3% 3% 3% 5%;
		min-height: auto;
	}
    /* Publications */
    body.OTAGO005457 #content .shadow-box-container p.caption186 {
        width: 50%;
        margin-left: 7px;
    }
}