/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   @font-face {
    font-family: 'Source Sans Pro Light';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

*, input[type="search"] {
    box-sizing: border-box;
	word-wrap: break-word;
}
*:focus {
	outline:thin dotted;
}
img {
	max-width:100%;
	height:auto;
}
html {
	color:#363636;
	font-family: 'Source Sans Pro Light', sans-serif;
	line-height: 1.6;
	font-size:1em;
	
}
body {
	margin:0;
	padding:0;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
}
h1 {
	padding:0;
	margin: 0 0 .8em 0;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
a {
	color:#e94740;
	text-decoration:underline;
}
p {
	margin:0 0 1.3em 0;	
}
.home-page main {
	margin:0 20px;	
}
figure {
	margin:0;	
}
main h1 {
	font-size: 2em;
	margin-left: 7%;
}
main ul.custom-bullets {
	padding-left: 1em;
}
main ul.custom-bullets li {
	list-style:none;
	background-image:url(../img/backgrounds/bullet-1.png);
	background-position:left 0.7em;
	background-repeat:no-repeat;
	padding-left: 1em;
}
.artefact-page main h1 {
	font-size: 3em;
	float:left;
	width:auto;
	margin-right:2em;
}
.wrap {
	max-width:1100px;
	margin:0 auto;
}
.wrap2 {
	max-width:1840px;
	margin:0 auto;
}
.wrap3 {
	margin:0 40px;
}
.one-half {
	width:47.5%;
	float:left;
}
.one-half.right {
	float:right;
}
.two-thirds {
	width:64%;
	float:left;
}
.one-third {
	width:31%;
	float:right;
}
.banner {
	height:226px;
	overflow:hidden;
	background-image:url(../img/backgrounds/banner-2.jpg);
	background-color:#ad9a7c;
	background-repeat:no-repeat;
	background-position:center top;
}
.bannertwo {
	height:226px;
	overflow:hidden;
	background-image:url(../img/backgrounds/banner-1.jpg);
	background-color:#ad9a7c;
	background-repeat:no-repeat;
	background-position:center top;
}

.popout-page .main-content {
	padding-top: 0;
}
.popout-page header {
	background-color:#ececec;
	border-top:10px solid #fff;
}
.popout-page h1 {
	margin:0;
	padding:.5em 0;
}
.popout-page p {
	color:#fff;
}
.audio-player-row {
	background-color:#3f3f3f;
	padding:10px 0;
}
.read-in {
	    margin: .5em 0 1em 0;
	padding:0;
	float:right;
}
.read-in li {
	margin:0;
	padding:0;
	list-style:none;
}
.read-in a {
	display: inline-block;
border-radius: 15px;
color: #fff;
text-decoration: none;
padding: 2px 50px;
min-height: 30px;
font-size: 1.1em;
font-family: 'source_sans_proregular', sans-serif;
}
.intro-text p {
	font-size: 1.4em;
}
.scots-lang .read-in a {
	background-color:#009397;
}
.english-lang .read-in a {
	background-color:#e94740;
	
}
.interpretive-details p {
	font-size: 1.2em;
}
.interpretive-details2 p {
	font-size: 1em;
}
.artefact-related-items h2 {
	font-size:1.4em;	
}
.library-collections,
.other-links {
	border:1px solid #b7b5b6;
	margin-bottom: 2em;
	float:left;
	padding-left:22px;
	padding-right:22px;
	min-height:168px;
}
.library-collections {
	margin-right: 1.5%;
width: 48.5%;
}
.other-links {
	margin-left:1.5%;
	width: 48.5%;
}
.facebook {
	width:29px;
	height:29px;
	display:block;
	background-image:url(../img/backgrounds/sprite.png);
	background-repeat:no-repeat;
	background-position:0 -2145px;
	text-indent:-999em;
	overflow:hidden;
	
}
h2 .toggle-menu {
	text-decoration:none;
	color:#fff;
	background-color:#e94740;
	display:block;
	padding: 5px 40px 5px 20px;
	background-image:url(../img/backgrounds/sprite.png);
	background-repeat:no-repeat;
	background-position: right -124px;
}
h2 .toggle-menu.clicked {
	background-position: right -168px;
}
.no-js h2 .toggle-menu {
	background-image:none;
}

h2 .toggle-menu2 {
	text-decoration:none;
	color:#666;
	font-size: 1.em;
	background-color:#ececec;
	display:block;
	padding: 5px 40px 5px 20px;
	background-image:url(../img/backgrounds/sprite.png);
	background-repeat:no-repeat;
	background-position: right -124px;
}
h2 .toggle-menu2.clicked {
	background-position: right -168px;
}
.no-js h2 .toggle-menu2 {
	background-image:none;
}
.artefact-related-items p {
	font-family: 'source_sans_proregular', sans-serif;
	line-height:1.3;
}
header .menu ul {
	float:right;
	margin: 65px 0 0 0;
	padding:0;
}
.menu li {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
header .menu a {
	color:#43443f;
	display:block;
	padding: 3px 24px;
font-size: 1.35em;
	text-decoration:none;
}
header .menu a:hover,
header .menu a.clicked {
	background-color:#e94740;
	color:#fff;
}
header .menu .current a {
	background-color:#9e8665;
	color:#fff;
}
.explore-row ul,
.about-the-project ul {
margin: 0;
padding: 0;
}
.about-the-project ul li {
	margin: 0;
padding: 0;
list-style:none;
}
.about-the-project a {
	color:#fff;
	display:inline-block;
	text-decoration:none;
	border-left:1px solid #fff;
	padding: 5px 0 5px 20px;
}
.content-col-2 aside .info_content a {
	text-decoration:underline;
}
.explore-row .explore-categories {
	margin-left: 350px;
	position:relative;
}
.clear-search {
	margin: 0 0 0 400px;
	padding:0;
}
.explore-row li {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	width:205px;
	border-right: 5px solid #444540;
	border-bottom: 5px solid #444540;
}
.explore-row ul ul {
	display:none;
	width: 520px;
position: absolute;
left: 205px;
top: 0;
z-index: 2;
background-color: #e94740;
padding: 8px 22px;
}
.explore-row li a {
	font-family: 'source_sans_proregular', sans-serif;
	font-size: 1.25em;
	color:#fff;
	text-decoration:none;
	background-color:#9e8665;
	display:block;
	padding: 4px 22px;
	background-image:url(../img/backgrounds/sprite.png);
	background-repeat:no-repeat;
	background-position: right -125px;
}
.explore-row li a.clicked {
	background-color:#e94740;
	background-position: right -171px;
}


.explore-row li li {
	border:none;
	width: 14em;
	float:left;
}
.explore-row li li a {
	background-color:#e94740;
	background-image:none;
	padding: 0 0;
	line-height: 1.6;
	font-size: 1.2em;
}

.clear-search a {
	color:#fff;
	text-decoration:none;
	font-family: 'source_sans_proregular', sans-serif;
}
.site-title h1 {
	float: left;
width: 217px;
height: 161px;
margin: 0 0 5px 0;
font-size: 1.08em;
}
.site-title h1 span {
	display:block;
	margin-top: 7px;
}
.site-title h1 a {
	display:block;
	font-size: 1em;
color: #333;
text-decoration: none;
}
.about-the-project {
	text-align:right;	
	font-family: 'source_sans_proregular', sans-serif;
	
}
.scots-lang .about-the-project {
	background-color:#e94740;
}
.scots-lang .about-the-project .wrap,
.scots-lang .about-the-project .wrap3 {
	background-image:url('../img/backgrounds/top-row-scots-bg.png');
	background-position:0 0;
	background-repeat:repeat-y;
	min-height:35px;
}
.english-lang .about-the-project {
	background-color:#009397;
}
.english-lang .about-the-project .wrap {
	background-image:url('../img/backgrounds/top-row-english-bg.png');
	background-position:0 0;
	background-repeat:repeat-y;
	min-height:35px;
}
.explore-row {
	background-color:#444540;
	padding: 33px 0 25px 0;
	border-top:1px solid #f9726d;
	display:none;
}
.main-content {
	border-top:1px solid #f9726d;	
	padding-top: 50px;
	position:relative;
}
.footer {
	background-color:#e94740;	
	margin-top: 40px;
}
.col-1 {
	float:left;
	width:55%;
	background-color:#eee;
}
.col-2 {
	float:right;
	width:45%;
}
footer {
	width:100%;
	padding:35px;
	color:#fff;
}
footer a{
	 color:#fff;
	 text-decoration:none;
	 font-size: 1.25em;
}
footer .menu a {
	 padding:0 10px;
	 border-right:1px solid #fff;
}
footer li:last-child a,
footer li:nth-last-child(2) a {
	 border-right:none;
}
footer li:last-child {
	 margin-left:10px;
}
.footer-logo {
	float:right;	
}

.home-page figure img {
	cursor:pointer;	
	position: absolute;
	max-width:none;
}
.no-js .home-page figure img {
    cursor:default;
}
.reveal-caption figcaption {
	margin:0;
	background-color:#e94740;
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	display:none;
	color:#fff;
	line-height: 1.2;
	
}
.reveal-caption figure:nth-child(3) figcaption a {
	height: 430px;
}
.teaching-resources-page figure img {
	cursor:pointer;	
	max-width:none;
}
.no-js .home-page figcaption {
	position:static;
	display:block;
}
.reveal-caption figcaption a {
	color:#fff;
	height: 200px;
	padding:20px;
	display:block;
	text-decoration:none;
	font-size: 1.10em;
}
.col-1.reveal-caption figcaption a {
	height: 170px;
}
.col-1.reveal-caption figure:nth-child(1) figcaption a {
	height: 200px;
}
.col-1.reveal-caption figure:nth-child(2) figcaption a {
	height: 200px;
}
.col-1.reveal-caption figure:nth-child(3) figcaption a {
	height: 430px;
}
.col-1.reveal-caption figure:nth-child(4) figcaption a  {
	height:690px;
}
.col-1.reveal-caption figure:nth-child(5) figcaption a,
.col-1.reveal-caption figure:nth-child(6) figcaption a {
	height:200px;
}
.col-2.reveal-caption figure:nth-child(1) figcaption a {
	height:200px;
}
.col-2.reveal-caption figure:nth-child(2) figcaption a {
	height:460px;
}
.col-2.reveal-caption figure:nth-child(3) figcaption a {
	height:200px;
}
.col-2.reveal-caption figure:nth-child(4) figcaption a {
	height:200px;
}
.col-2.reveal-caption figure:nth-child(5) figcaption a,
.col-2.reveal-caption figure:nth-child(6) figcaption a {
	height:170px;
}
#body.teaching-resources-page .reveal-caption figcaption a {
	height: 224px;
}
.reveal-caption figcaption a span {
	text-decoration:underline;
	white-space:nowrap;
}
.col-2.reveal-caption figure:nth-child(2) img {
	left:50%;
	margin-left:-302.5px;
}
.gallery ul {
	margin: 0 0 2em 0;
	padding:0;
}
.gallery li {
	margin:0 3.4% 0 0;
	padding:0;
	list-style:none;
	width:31%;
	float:left;
	font-family: 'source_sans_proregular', sans-serif;
	line-height:1.3;
}
.gallery img {
	padding-bottom: 10px;
	display:block;
}
.gallery li:last-child {
	margin-right:0;
}
.gallery li strong {
	font-weight:600;	
}
.gallery li strong,
.gallery li a {
	display:block;
	text-decoration:none;
	color: #363636;
}
.gallery li span  {
	text-decoration:underline;
	color: #e94740;
}


/*
.home-page figure {
	margin:0 0 30px 0;
	padding:0;
	background-color:#ccc;
	display:block;
	overflow: hidden;
	position:relative;
}
.home-page figure:nth-child(1) {
	width:55%;	
	height:120px;
	float:left;
}
.home-page figure:nth-child(2) {
	width:40%;	
	height:120px;
	float:right;
}
.home-page figure:nth-child(3) {
	width:45%;	
	height:120px;
	float:left;
	clear:left;
}
.home-page figure:nth-child(4) {
	width:45%;	
	height:300px;
	float:right;
}
.home-page figure:nth-child(5) {
	width:20%;	
	height:120px;
	float:left;
	margin-right:30px;
}
.home-page figure:nth-child(6) {
	width:20%;	
	height:120px;
	float:left;
}*/
.home-page figure {
	border-right:60px solid #fff;
	border-bottom:60px solid #fff;
	padding:0;
	background-color:#ccc;
	display:block;
	overflow: hidden;
	position:relative;
}
.no-js #body.home-page figure {
	height:auto;
}
.home-page .col-1 figure:nth-child(1) {
	width:75%;	
	height:260px;
	float:left;
}
.home-page .col-1 figure:nth-child(2) {
	width:25%;	
	height:260px;
}
.home-page .col-1 figure:nth-child(3) {
	width:55%;	
	height: 490px;
	float:left;
}
.home-page .col-1 figure:nth-child(4) {
	width:45%;	
	height: 750px;
	float:right;
}
.home-page .col-1 figure:nth-child(5) {
	width:27.5%;	
	height: 260px;
	float:left;
}
.home-page .col-1 figure:nth-child(6) {
	width:27.5%;	
	height: 260px;
	float:left;
}

.home-page .col-2 figure:nth-child(1) {
    width: 45%;
    height: 260px;
    float: left;
}
.home-page .col-2 figure:nth-child(2) {
	width: 55%;
	height: 520px;
	float: right;
	border-right: 0px none;
}
.home-page .col-2 figure:nth-child(3) {
	width: 45%;
	height: 260px;
	float: left;
}
.home-page .col-2 figure:nth-child(4) {
	width: 100%;
	height: 260px;
	border-right: 0px none;
}
.home-page .col-2 figure:nth-child(5) {
	width: 55%;
	height: 230px;
	float: left;
}
.home-page .col-2 figure:nth-child(6) {
	width: 45%;
	height: 230px;
	border-right: 0px none;
}
/*.home-page .col-1 figure:nth-child(1) img {
	top:0;
}
.home-page .col-1 figure:nth-child(2) img {
	left: -330px;
}
.home-page .col-1 figure:nth-child(3) img {
	left:-70px;
}
.home-page .col-1 figure:nth-child(4) img {
	left:-100px;
	
}
.home-page .col-1 figure:nth-child(6) img {
	left:-270px;
	top:-50px;
	
}*/

.home-page .col-1 figure:nth-child(2) img {
		
}

.home-page .col-1 figure:nth-child(3) img {
		left:50%;
		margin-left:-290px;
}
.home-page .col-1 figure:nth-child(6) img {
		left:50%;
		margin-left: -166.5px;
}
.teaching-resources-page figure {
	width:29.1%;
	height:224px;
	padding:0;
	margin: 0 6.3% 66px 0;
	background-color:#ccc;
	display:block;
	float:left;
	overflow: hidden;
	position:relative;
}
.teaching-resources-page figure:nth-child(3n+1) {
	margin-right:0;
}
footer .menu {
	float:left;
	margin-bottom: 1em;
	margin-top: 25px;
}
.content-col-1 {
	width: 68.25%;
	float:right;
	clear:both;
}
.content-col-2 {
	width:206px;
	margin-left:7%;
	clear:left;
	line-height: 1.3;
	
}
.content-col-3 {
    max-width: 754px;
    margin-left: 7%;
    clear: both;
	font-size: 1.15em;
}
.full-width {
	max-width:100%;
}
.featured-text {
	background-color:#ececec;
	padding: 35px 40px 25px 40px;
}

.next-prev-artefact {
	position:absolute; 	
	top:0;	
}

.next-prev-artefact a {
	background-color:#ececec;
	background-image:url(../img/backgrounds/sprite.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#333;
	text-decoration:none;
	text-align:center;
	font-size: 1.2em;
    line-height: 1.7em;
    min-width: 130px;	
}
.next-prev-artefact.prev {
	left: 0;
}
.next-prev-artefact.prev a {
	background-position: 6px -2400px;
}
.next-prev-artefact.next {
	right:0;			     
}

.next-prev-artefact.next a {
	    background-position: 110px -2474px;
}

.toggled-content {
	display:none;	
}
.no-js .toggled-content {
	display:block;	
}
.toggled-content2 {
	display:none;
	background-color:#ececec;
	padding: 5px 40px 5px 20px;
}
.no-js .toggled-content2 {
	display:block;
	background-color:#ececec;
	padding: 5px 40px 5px 20px;
}
.artefact-details {
	background-color:#ececec;
	padding: 12px 0 25px 0;
}
.artefact-details dt {
	float:left;
	width:165px;
	clear:left;
	margin: 0;
	padding:0 0 0 25px;
	font-size: 1.55em;
}
.artefact-details .details-row {
	background-color:#f6f6f6;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding-bottom: 8px;
	padding-top: 8px;
	box-sizing:content-box;
}
.artefact-details dd.details-row {
	padding-top: 16px;
	padding-left:0;
}
.artefact-details dt.details-row {
	width:140px;
}
.artefact-details .details-row:after {
	content:'';
	display:table;
}
.artefact-details dd {
	margin:0 0 1em 165px;
	padding: .5em 25px 0 0;
	font-family: 'source_sans_proregular', sans-serif;
}
.artefact-main-image figure {
	position:relative;
	margin-bottom: 2em;
}
.artefact-main-image figcaption {
	position:absolute;
	bottom:0;
	right:0;
	width:auto;
	background-color:#444540;
	color:#fff;
	padding: 8px 20px;
	font-family: 'source_sans_proregular', sans-serif;
	
}
.content-col-2 aside {
	margin:0 0 17px 0;
	padding:0;
	min-height:204px;
}
.content-col-2 .socal-media-icons {
	padding-top:20px;	
}
.content-col-2 dl,
.content-col-2 dt {
	margin:0;
	padding:0;
	font-family: 'source_sans_proregular', sans-serif;
}
.content-col-2 dl {
	margin-bottom:2em;
}
.content-col-2 dd {
	margin:0 0 0.7em 0;
	padding:0;
}
.content-col-2 aside.related-articles h3 {
	margin-bottom:0.5em;
}
.content-col-2 aside a {
	background-image:url('../img/backgrounds/sprite.png');
	background-repeat:no-repeat;
	min-height:204px;
	display:block;
	text-decoration:none;
	padding-left:24px;
	padding-bottom:20px;
	padding-right:24px;
	font-family: 'source_sans_proregular', sans-serif;
}

.content-col-2 aside.related-articles a {
	display:inline;
	min-height:0;
	background-image:none;
	padding:0;
	text-decoration: underline;
}
.content-col-2 aside.mini-map a {
	display:inline;
	min-height:0;
	background-image:none;
	padding:0;
}
.content-col-2 aside.socal-media-icons a {
	min-height:0;
	padding:0;
	width:98px;
	height:98px;
	margin-bottom:27px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999em;
	overflow:hidden;
}
.content-col-2 aside.socal-media-icons a.twitter{
	background-position: 0 -1841px;
}
.content-col-2 aside.socal-media-icons a.share  {
	background-position: 0 -1960px;
}
.listen a {
	background-position: 48px -483px;
	padding-top:121px;
	color:#fff;
	background-color:#e94740;
	
}
.mini-map {
	border:1px solid #ccc;
	background-color:#b3d1ff;
}
.digital-manuscript a {
	background-position: 35px -788px;
	padding-top:113px;
	color:#fff;
	background-color:#98805e;
}
.view-this-film a {
	background-position: 50px -1120px;
	padding-top:120px;
	color:#fff;
	background-color:#15161b;
}
.download-activity a {
	background-position: 25px -1465px;
	padding-top:115px;
	color:#fff;
	background-color:#e94740;
}
.responsive-menu {
		display:none;
		float: right;
margin-top: 60px;
margin-right: 20px;
	}

.timeline-text {
	max-width:1024px;
	float:right;
	padding-right:145px;
	margin-top:50px;
}
.timeline-text p {
	font-size: 1.4em;
}
.popout-page {
	background-color:#e94545;
}

.popout-page footer {
	padding-top:30px;
	text-align:right;
	
}
.popout-page p {
	padding-top:1em;
	line-height:1.4;
	font-size:1.1em;
	
}
.popout-close {
	line-height:33px;
	display:block;
	padding-right:47px;
	background-image:url(../img/backgrounds/close-2.png);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:1.4em;
	color:#fff;
	text-align:right;
	margin:20px 20px 12px 0;
	text-decoration:none;
}
.popout-page .site-title {
	background-color:#fff;
}
.popout-page blockquote {
	color:#fff;
	margin:20px 0 0 0;
	padding:0;
}
#timeline {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.no-js #timeline {
 
    overflow:visible;
 
}
.timeline-row,
.map-row {
	border-top:1px solid #9e8665;	
	border-bottom:1px solid #9e8665;	
	background-image:url(../img/backgrounds/timeline-bg.png);
	background-repeat:repeat;
	
}
.timeline-row {
	height:422px;
}
.map-row {
	height:502px;
}
.map-page #map_canvas {
	height:500px;
	width:93%;
	float:right;
}
.map-frame {
	height:570px;
	width:93%;
	float:right;
}
.timeline {
	max-width:1024px;
	background-color: #fff;
	float:right;
}
.issue-wrapper {
	background-image:url(../img/backgrounds/timeline-dates-bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-left: 1px solid #b7b5b6;
	border-right: 1px solid #b7b5b6;
    height: 420px;
}
.no-js .issue-wrapper {
    overflow:visible;
    height: auto;
	background-image:none;
}
#issues {
    height: auto;
    overflow: hidden;
	margin: 0;
	padding:0;
	width:1022px;
}
.no-js #issues {
    overflow:visible;
	margin: 0;
}
#issues li {
    height: auto;
    list-style: none;
    float: left;
	width:1022px;
	padding:0;
	margin:0;
}
#issues li div {
	padding:30px;
}
#issues li h2 {
	display:none;
}
.no-js #issues li h2 {
	display:block;
}
.no-js #issues li:first-of-type h2 {
	margin-top:0;
	padding-top:30px;
}
.no-js #issues li {
    float: none;
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
	padding-bottom: 0;
}
.no-js #issues li:last-child  {
	border-bottom:none;
	margin-bottom:0;
}
.no-js #issues li:after {
   content: '';
   clear:both;
   display: table;
}
#issues li figure {
    height: auto;
    width:160px;
    float: left;
	margin-right: 4em;
}
.no-js #issues li figure {
    margin-bottom:30px;
}
#issues li figcaption {
	padding-top:10px;
	line-height:1.3;
}
#issues li a {
	color: #363636;
	text-decoration:none;
	display:block;
}
#dates {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}
.no-js #dates {
	display:none;
}
#dates li {
    list-style: none;
    float: left;
    height: auto;
    text-align: center;
    padding-bottom: 0;
}
#dates li a {
	font-size: 1.15em;
font-family: 'source_sans_proregular', sans-serif;
display: block;
background-color: #9e8665;
color: #fff;
text-decoration: none;
padding: 7px 19px 8px 19px;
border-right: 1px solid #fff;
min-height:45px;
}

#dates li a.selected {
background-color: #444540
}
.timeline-next-prev {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	background-image:url(../img/backgrounds/timeline-next-prev-bg.png);
	background-position:0 center;
	background-repeat:repeat-x;
}
.no-js .timeline-next-prev {
   display:none;
}
.timeline-next-prev ul {
	margin: 0 auto;
	padding:0;
	width:99px;
	height:99px;
	background-image:url(../img/backgrounds/sprite.png);
	background-position:0 -227px;
	background-repeat:no-repeat;
}
.timeline-next-prev li {
	margin: 30px 0 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.timeline-next-prev a {
	display:inline-block;
	background-image:url(../img/backgrounds/sprite.png);
	background-position:-34px -342px;
	width:34px;
	height:40px;
	text-indent:-999em;
	overflow:hidden;
	color:#fff;
}
#prev-history {
	background-position:0 -342px;
}
.overlay {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
	color: #fff;
}
.no-js .overlay {
	display:block;
	position:static;
}
.overlay p {
	color:#fff;
	margin:0 auto;
	text-align:left;
	background-color:#000;
	padding:20px 0;
}
.overlay-inner {
	background-color:#000;
	width:95%;
	margin:35px auto 0 auto;
	position:relative;
	padding-top:20px;
}
.no-js .overlay-inner {
	margin:0 auto;
	width:100%;
	padding:20px;
}
.overlay-close {
	width:35px;
	height:35px;
	background-image:url(../img/backgrounds/close-1.png);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-999em;
	position:absolute;
	right:0;
	top:-35px;
	cursor:pointer;
}
.no-js .overlay-close {
	display:none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1600px) {
	
	.col-1.reveal-caption figcaption a {
	height: 170px;
}
.col-1.reveal-caption figure:nth-child(1) figcaption a {
	height:170px;
}
.col-1.reveal-caption figure:nth-child(2) figcaption a {
	padding:10px;
	font-size:1em;
	height:170px;
}
.col-1.reveal-caption figure:nth-child(3) figcaption a {
	height: 400px;
}
.col-1.reveal-caption figure:nth-child(4) figcaption a  {
	height:630px;
}
.col-1.reveal-caption figure:nth-child(5) figcaption a,
.col-1.reveal-caption figure:nth-child(6) figcaption a {
	padding:10px;
	font-size:1em;
	height:200px;
}
.col-2.reveal-caption figure:nth-child(2) figcaption a {
	height:430px;
}
   .col-2.reveal-caption figure:nth-child(4) figcaption a {
	height:170px;
}
	.home-page figure {
	border-right:30px solid #fff;
	border-bottom:30px solid #fff;
	}
	
	.home-page .col-1 figure:nth-child(1) {
	
	height:200px;

}

.home-page .col-1 figure:nth-child(2) {

	height:200px;
}
.home-page .col-1 figure:nth-child(3) {

	height: 430px;

}
.home-page .col-1 figure:nth-child(4) {
	
	height: 660px;

}
.home-page .col-1 figure:nth-child(5) {
	
	height: 230px;

}
.home-page .col-1 figure:nth-child(6) {
	
	height: 230px;

}

.home-page .col-2 figure:nth-child(1) {

    height: 230px;

}
.home-page .col-2 figure:nth-child(2) {

	height: 460px;

}
.home-page .col-2 figure:nth-child(3) {

	height: 230px;

}
.home-page .col-2 figure:nth-child(4) {

	height: 200px;
}
.home-page .col-2 figure:nth-child(5) {

	height: 200px;

}
.home-page .col-2 figure:nth-child(6) {

	height: 200px;
}
	
	
}

@media only screen and (max-width: 1140px) {
	
	.home-page .col-1 figure:nth-child(2),
	.home-page .col-1 figure:nth-child(4) {
    border-right:none;
}
	.explore-row .explore-categories,
	.clear-search {
    margin-left: 0;
}
	
	.explore-row ul ul {
    width: auto;
	}
	.wrap,
	.home-page main {
		margin-left:20px;
		margin-right:20px;
	}
	.site-title .wrap {
		margin-left:0;
		margin-right:0;
	}
	.site-title h1 {
    margin: 0 0 5px 20px;
	}
	.popout-page .site-title h1 {
		margin:0;
	}
	header .menu ul {
    margin-left: 0;

}

header .menu a {
    padding: 3px 17px;
}
.col-1,
.col-2 {
    float: none;
    width: 100%;
}

}

@media only screen and (max-width: 1024px) {
	
	.content-col-1 {
		width: 70%;
	}
	.content-col-2,
	main h1 {
		margin-left: 3%;
	}
	.timeline-row .wrap {
		margin-left: 0;
margin-right: 0;
	}
}

@media only screen and (max-width: 1023px) {
	
	
#timeline {
 
    overflow:visible;
 
}
.timeline-row {
    border:0;
    background-image: none;

}
.issue-wrapper {
    overflow:visible;
    height: auto;
	background-image:none;
	border:0;
}
#dates {
	display:none;	
}
#issues {
    overflow:visible;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding: 0 20px;
	width:auto;
}
#issues li {
    float: none;
	border-bottom:1px solid #ccc;
	padding-top:0;
	width:auto;
}
#issues li h2 {
	display:block;
}
#issues li:last-child  {
	border-bottom:none;
	margin-bottom:0;
}
#issues li:after {
   content: '';
   clear:both;
   display: table;
}
.timeline-next-prev {
   display:none;
}
#issues li figure {
	margin-right: 30px;	
	margin-bottom:30px;
}
#issues li figure:last-of-type {
	margin-right: 0;	
}
	
}



@media only screen and (max-width: 900px) {
	.clear-search {
    margin: 0;
}
	
	.content-col-1 {
		width:100%;
		float:none;
	}
	.content-col-2 {
		width:100%;
		float:none;
		margin:0;
	}
	.content-col-3 {
		margin:0;
	}
	.content-col-2 aside,
.content-col-2 aside a {
    min-height: 0;
}

.content-col-2 .mini-map {
	min-height:161px;
}
	main h1 {
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	
	.responsive-menu {
		display:block;	
	}
	.explore-menu-item {
		display:none;	
	}
	.home-page .col-1 figure:nth-child(3) img {
		top:-100px;
}
	.home-page .col-1 figure:nth-child(4) img {
		top:-200px;
}
#body .reveal-caption figcaption a {
	height: 235px;
	padding:20px;
	font-size:1.1em;
}
/*	.home-page .col-1 figure:nth-child(2) img {
	left:50%;
	margin-left:-425px;
}
	.home-page .col-1 figure:nth-child(4) img{
	left:50%;
	margin-left:-425px;
	top: -150px;
	}



	.reveal-caption figure:nth-child(3) figcaption {
    height: 235px;
	}
	.home-page .col-1 figure:nth-child(6) img {
		left:50%;
	margin-left:-425px;
	}*/
	.timeline-text {
	float:none;
    padding-right: 0;
}
	main h1 {
		width:100%;
		float:none;
	}
	.read-in {
    margin: 0 0 1em 0;
    float:none;
}
	.home-page .main-content .col-1 figure,
	.home-page .main-content .col-2 figure {
    width: 50%;
	min-width:265px;
    height: 265px;
    float: left;
	border-right:30px solid #fff !important;
}
	footer {

    padding: 20px 0;
}
	
	footer .menu,
	.footer-logo {
    float: none;
	clear:both;
	margin-top: 0;
	
}


	.explore-row {
    border-top:none;
	}
	
	
	header .menu {
   display:none;
   clear: both;
   background-color:#444540;
}
header .menu ul {
    float: none;
	margin: 40px 0 0 0;
}
header .menu a {
	color:#fff;	
}
header .menu li {
    float: none;
}


}



@media only screen and (max-width: 767px) {
	
.next-prev-artefact {
	position:absolute; 	
	top:auto;	
	bottom:-30px;
}
	
	.explore-row ul ul,
	.explore-row li {
		position:static;
	}
	
	.explore-row ul ul {
	border-top: 5px solid #444540;
	}
	
	
	.explore-row li li {
		float:none;
		width:auto;
	}
	
.teaching-resources-page figure {
	width:297px;
	height:224px;
}
.teaching-resources-page figure:nth-child(1) {
	margin-right:6.3%;
}
/*.teaching-resources-page figure:nth-child(2) {
	margin-right:0;
}
.teaching-resources-page figure:nth-child(3) {
	margin-right:6.3%;
}
.teaching-resources-page figure:nth-child(4) {
	margin-right:0;
}
.teaching-resources-page figure:nth-child(5) {
	margin-right:6.3%;
}
.teaching-resources-page figure:nth-child(6) {
	margin-right:0;
}
.teaching-resources-page figure:nth-child(7) {
	margin-right:6.3%;
}
.teaching-resources-page figure:nth-child(8) {
	margin-right:0;
}
.teaching-resources-page figure:nth-child(9) {
	margin-right:6.3%;
}
.teaching-resources-page figure:nth-child(10) {
	margin-right:0;
}
.teaching-resources-page figure:nth-child(11) {
	margin-right:6.3%;
}
.teaching-resources-page figure:nth-child(12) {
	margin-right:0;
}*/

}



@media only screen and (max-width: 600px) {

main h1 {

    font-size: 2.2em;
}
.artefact-details dd {
    margin: 0 0 1em 0;
}
.artefact-details dt {
    float: none;
    width: auto;

}
.artefact-related-items h2 {
    width: auto;
    float: none;
}
.artefact-related-items p {
    margin-left: 0;
}


}

@media only screen and (max-width: 480px) {
	
		.home-page .main-content .col-1 figure,
	.home-page .main-content .col-2 figure {
    width: auto;
	max-width:335px;
    float: none;
	margin-left:auto;
	margin-right:auto;
	border-right:0 !important;
}
	
	.teaching-resources-page figure {
	width:270px;
	height:220px;
	float:none
}
.teaching-resources-page figure:nth-child(2n+1),
.teaching-resources-page figure:nth-child(3n+1){
	margin-right:0;
}


	
	.responsive-menu {
    width: 35px;
}
	.gallery li {
    margin: 0 0 2em 0;
    width: auto;
    float: none;
}
.gallery li:last-child {
    margin-bottom: 0;
}
footer a {
    font-size: 1em;
}
	
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
