/* Custom Fonts */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300|Crimson+Text:400,400italic,600,600italic,700,700italic);

body{
	background-color: #f3f6f9 !important;
}

a {
  color: #000080;
}

.toc-body a {
	color: #000099;
	}

.article-body{
	width: 100% !important;
}
.article-body a {
	color: #000099;
	font-weight: bold;
}
	
a.home-box{
	display: block;
	height: 80px;
	background-color: #424148;
	margin-bottom: 10px;
	padding: 20px;
	color: #ffffff;
	font-size: 1.6em;
	line-height: 30px;
	text-decoration: none;
	font-weight: 300;
}

.scrollbox {
	overflow : auto;
	width : auto;
	max-height : 300px;
	margin : 20px auto;
	background : linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat : no-repeat;
	background-color : white;
	background-size : 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment : local, local, scroll, scroll;
}

/* Bootstrap Overide */
.center-block {
	display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* General Styles */



/* Headings */
.hero-heading {
	margin: 50px auto 30px auto;
	color: #000;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 40px;
}

/* Homepage */
body.homepage .heritage-content {
	padding: 0;
}

.home-cat-wrapper {
	position: relative;
}

.heritage-hero {
	float: left;
	width: 50%;
	height: auto;
}

.heritage-hero h3 {
	display: inline-block;
	padding-left: 35px;
	width: 100%;
	color: #000;
	font-size: 16px !important;
	font-family: 'Oswald', sans-serif !important; 
	text-align: left;
}

.heritage-hero p {
	font-family: 'Crimson', serif;
}

.heritage-hero img, .heritage-home-cat img {
	width: 100%;
}

.heritage-home-cat {
	width: 16.6591%;
	float: left;
}

.touch-swipe-hero {
	display: none;
	position: absolute;
	margin-right: -60px;
	bottom: 20px;
	right: 50%;
	width: 120px;
}

.home-content {
	display: block;
	text-align: center;
	clear: both
}

body.homepage .home-content h1 {
	display: inline-block;
	margin-bottom: 10px;
	padding:  0 0 0 30px;
	width: 100%;
	font-weight: 300;
	text-align: center;
}

.media-video {
	display: inline-block;
	margin: 50px 0 0 0;
	padding: 0px 0 50px 0;
	width: 100%;
	height: auto;
	background-color: #111;
}

.video-wrapper {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	max-width: 1024px;
	height: auto;
}

body.homepage .media-video h1 {
	color: #888;
	font-weight: 300;
	font-style: italic;
}

/* from NL Heritage Sample Site */
/*
 * Style sheet for Newfoundland and Labrador Heritage web site
 * Author: David Cantwell <cantwell@mun.ca>
 */

.imageBlock {
	display: block;
	margin: 30px auto 50px auto;
	width: 90%;
	max-width: 500px;
	font-family: 'Crimson Text', serif;
	color: #777;
	font-size: 14px;
}

.imageBlock .heading{
	font-weight: 900;
	font-size: 1.2em;
}

.imageBlock .description{
	font-size: 1.1em;
}

.imageBlock .source p {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: 1em;
	font-style: normal;
	float: left;
}

.imageBlock .source {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: .9em;
	font-style: normal;
	float: left;
}

.imageBlock img{
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	height: auto;
	clear: both
}
.imageBlock img{
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;
	height: auto;
	clear: both
}
.clear{
	clear: both;
}

.imageBlockActual {
	display: block;
	margin: 30px auto 50px auto;
	width: 80%;
	max-width: 575px;
	font-family: 'Crimson Text', serif;
	color: #777;
	font-size: 14px;
}

.imageBlockActual .heading{
	font-weight: 900;
	font-size: 1.2em;
	
}

.imageBlockActual .description{
	font-size: 1.1em;
}

.imageBlockActual .source p {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: 1em;
	font-style: normal;
	float: left;
}

.imageBlockActual .source {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: .9em;
	font-style: normal;
	float: left;
}

.imageBlockActual img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;

	height: auto;
	clear: both
}


.imageBlockActualSm {
	display: block;
	margin: 5px auto 5px auto;
	width: 450px;
	font-family: 'Crimson Text', serif;
	color: #777;
	font-size: 14px;
}
.imageBlockActualSm .heading{
	font-weight: 900;
	font-size: 1.2em;
}

.imageBlockActualSm .description{
	font-size: 1.1em;
}

.imageBlockActualSm .source p {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: 1em;
	font-style: normal;
	float: left;
}

.imageBlockActualSm .source {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: .9em;
	font-style: normal;
	float: left;
}

.imageBlockActualSm img{
	display: block;
	margin: 0 auto;
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;

	height: auto;
	clear: both
}

.imageBlockTable {
	display: block;
	margin: 30px auto 50px auto;
	width: 500px;
	font-family: 'Crimson Text', serif;
	color: #000;
	font-size: 1.18em;
}
.imageBlockTable .heading{
	font-weight: 900;
	font-size: 1em;
	color: #666;
}

.imageBlockTable .description{
	font-size: .95em;
	color: #666;
}

.imageBlockTable .source p {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: .9em;
	font-style: italic;
	float: left;
}

.imageBlockTable .source {
	margin: 4px 0;
	color: #666;
	width: auto;
	font-size: .9em;
	font-style: italic;
	float: left;
}

.imageBlockTable img{
	display: block;
	margin: 0 auto;
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;

	height: auto;
	clear: both
}

.imageBlockTableDoc {
	display: block;
	margin: 30px auto 50px auto;
	max-width: 660px;
	font-family: 'Crimson Text', serif;
	color: #000;
	font-size: 1.18em;
}

#banner h1{
	font-size: 2em;
}
#banner{
	background-color: #c8c8c8;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	margin-bottom: 20px;
}
#navigation{
	background-color: #f0f0f0;
	padding: 10px;
	border-radius: 7px;
}

h1{
	font-size: 1.8em;
	font-weight: normal;
	color: #888888;
	margin-bottom:30px;
}
h2{
	font-size:1.5em;
	font-weight: normal;
	color: #777777;
	margin-bottom: 20px;
}


h3 {
	font-size:2em !important;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

h4 {
	font-size:1.2em;
	margin-bottom: 30px;
	text-align: center;
}

p {
	line-height: 1.8em;
}
#footer{
	text-align: right;
	font-size: .8em;
	border-top:1px solid #888888;
}

.filter-loading{
	display: inline-block;
	height: 12px;
	width: 20px;
	background-image: url(images/filter-loading.gif);
	background-repeat: no-repeat;
	margin-left:10px;
	display: none;
}


.text30{
	margin: 50px auto 10px auto;
	color: #000;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 40px;
}


.text8rhs {
	display: block;
	margin: 10px auto;
	width: 90%;
	max-width: 660px;
	font-family: 'Crimson Text', serif;
	font-size: 1.1em;
}


.text12ecd {
	display: block;
	margin: 10px auto;
	width: 90%;
	max-width: 660px;
	font-family: 'Crimson Text', serif;
	font-size: 1.3em;
}

.text7fr {
	display: block;
	font-size: .95em;
}

/* Navigation */

.social-link {
	padding: 0 3px;
}

.social-link img {
	padding-top: 0px;
	padding-left: 7px;
}


/* Article Styles
   ------------------------------------- */

.heritage-content h1 {
	margin: 50px auto 30px auto;
	color: #000;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 40px;
}

.heritage-content h2 {
	margin: 50px auto 30px auto;
	color: #000;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 24px;
	font-style: italic;
}

.heritage-content p {
	display: block;
	margin: 10px auto;
	width: 90%;
	max-width: 660px;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
}

.heritage-content .col-md-9 {
}

.heritage-content .col-md-3 {
}

.article-share {
	display: block;
	margin: 0 auto;
	padding-bottom: 100px;
	width: 324px;
	border-top: 1px solid #EEE;
}

.article-share h4 {
	color: #888;
	font-size: 14px;
	text-transform: uppercase;
}

.article-share button {
	margin: 4px 0 0 8px;
}

.article-share button, .article-share .addthis_sharing_toolbox {
	display: inline-block;
	float: left;
}

/* styles for the article result summary
   ------------------------------------- */

.page-data-result-link{
	margin-bottom: 20px;


}
.page-data-result-description{
	color: #888888;
	font-size: .9em;
}

.page-data-results ul {
	list-style: none;
	padding: 0;
}
.page-data-results ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	padding: 7px;
	clear: both;
}
.page-data-results ul li:hover{
	background-color: #fff;
	cursor: pointer;
}

.page-data-results ul li a{
	display: inline-block;
}

.page-data-results ol {
	list-style: none;
	padding: 0;
}
.page-data-results ol li{
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	padding: 7px;
	clear: both;
}
.page-data-results ol li:hover{
	background-color: #fff;
	cursor: pointer;
}

.page-data-results ol li a{
	display: inline-block;
}

.articleThumb{
	margin-right: 10px;
	float: left;
}

.page-data-result{

}

/* article styles
   -------------------------------------------- */
.article-hero {
	width: 100%;
}

.footer {
	margin: 10px auto;
	padding: 20px 0 10px 0;
	width: 90%;
	max-width: 660px;
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.footer a {
	font-weight: normal;
}

.footer .updated {
line-height: 190%;
}

.footer  .biblio {
line-height: 250%;
}

.footerRl{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin: 10px auto;
	width: 90%;
	max-width: 660px;
	font-style: italic;
	color: #000000;
}

.footerRl  .updated {
line-height: 190%;
}

.footerRl  .biblio {
line-height: 250%;
}

.related{
	font-size: 12px;
	margin: 10px auto;
	width: 90%;
	max-width: 660px;
	font-style: italic;
	color: #666;
}

.related a {
	font-weight: normal;
}

.related-articles {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #EEE;
}

.related-articles h2 {
	margin: 30px 0 20px 0;
}

.related-articles ul {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 0 0 30px 0;
}

.related-articles ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

.related-articles ul li {
	display: inline-block;
	width: 33.3333%;
	float: left;
	text-align: center;
}

.related-articles ul li a {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif; 
}


/*.heritage-content .author, .heritage-content .updated, .heritage-content .biblio {
	display: inline-block;
	width: 100%;
	text-align: left;
}*/


/* NEW STYLES ADDED FOR NEW LOOK AND FEEL --------------------------------------------------- */


/* navbar styles
   -------------------------------------------- */

#heritage-navbar-container
{
	padding: 2px 0 5px 0;
	background-color: #fff;
	border-bottom: 1px solid #dadada;
}

.navbar-nav {
	display: inline-block;
	padding: 0;
	max-width: 90% !important;
	width: 90%;
	float: left;
}

.navbar {
	margin: 0;
	background: transparent;
	border: 0;
}

.navbar a {
	text-decoration: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

a.navbar-brand{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -105px;
	padding: 0;
	width: 210px;
	background: transparent url(images/logo.png) center center no-repeat;
}

a.navbar-brand span{
	display: none;
}

.navbar-default .navbar-nav>li>a {
	padding: 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.navbar-collapse {
	padding: 8px;
	float: left;
	max-height: 800px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	font-weight: 400;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #000;
	background-color: #FFF;
	border: none;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	border-radius: 4px 0 0 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #000;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #000;
	font-weight: 300;
	background-color: #eee;
}

.navbar .dropdown-menu {
	padding: 10px 0;
	background-color: #FFF;
	border: none;
	border-radius: 0 4px 4px 0;
}

.navbar .dropdown-menu li {
	margin: 3px 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}

.search-browse-wrapper {
	display: inline-block;
	margin-top: 20px;
	padding: 0 8px;
	width: 100%;
	clear: both;
	float: left;
}

.social-links {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	width: 10%;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal; 
	float: right;
}

.social-links li {
	display: inline-block;
	list-style-type: none;
	float: right;
}

.browsing-options {
	margin: 0 0 0 0;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	float: left;
}

.browsing-options .dropdown-toggle {
	padding: 4px 20px;
	text-transform: uppercase;
	font-weight: 300;
}	

.browsing-options .dropdown-menu {
	background-color: #fff;
}

.browsing-options .caret {
	position: relative;
	top: -2px;
	right: -4px;
}

.nav-search {
	float: right;
}

.global-search {
	margin: 0 10px 0 0;
	height: 30px;
	border-radius: 25em;
}


#dropdownMenuSearch img {
	margin: 0 10px 10px 30px;
	width: 24px;
}

.nav-search .dropdown-menu {
	padding: 10px;
	color: #000;
	background-color: #FFF;
	}

.page-data-results {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.page-data-results h3 {
	padding-bottom: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	border-bottom: 5px double #000;
}

.page-data-results .articleThumb {
	padding-right: 35px;
}

.page-data-results ul li {
	padding: 20px 4px;
}

.page-data-results ol li {
	padding: 20px 4px;
}

.page-data-result-description {
	color: #000;
	font-size: 14px;
	font-family: 'Crimson', serif;
	font-weight: 400;
}

.page-data-result-link {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.page-data-result-link a {
	color: #000;
	font-weight: 300;
}


.article-share  button{
	padding: 4px 8px;
	border: none;
	background-color: #CCC;
	border-radius: 4px;
}

.at-share-btn {
	border-radius: 25em;
}

/*  Small devices (tablets, 768px and up): */
@media (min-width: 768px) {

	a.navbar-brand{
		height: 72px;
		width: 145px;
		margin-right: 40px;
	}
	
	.navbar-default .navbar-nav>li>a {
		padding: 8px 4px;
		font-weight: 300;
	}

	.navbar-header {
		width: 100%;
		height: 76px;
	}

	.navbar-collapse {
		display: inline-block;
		width: 100%;
		border-top: 1px solid #eee;
	}

}

/* Medium devices (desktops, 992px and up): */
@media (min-width: 992px) {
	a.navbar-brand{
		height: 72px;
		width: 209px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 5px 14px;
		font-weight: 400;
	}
}

/* Large devices (large desktops, 1200px and up): */
@media (min-width: 1200px) {

}

/* content container styles
   -------------------------------------------- */
   
.heritage-content{
	background-color: #ffffff;
	min-height: 800px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada !important;
  box-shadow: 0.5px 0.866px 62.4px 2.6px rgba(228, 231, 231, 0.392);
}

/*  Small devices (tablets, 768px and up): */
@media (min-width: 768px) {
	#heritage-content-container h3{
		font-size: 2.5em;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/*  Medium devices (desktops, 992px and up): */
@media (min-width: 992px) {

}

/*  Large devices (large desktops, 1200px and up): */
@media (min-width: 1200px) {

}


/* sidebar styles
   -------------------------------------------- */
.browse-options-box h3 {
	display: none;
	margin: 10px 0 !important;
	color: #a0a4a5;
	text-align: center;
	font-size: 12px !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.browse-options-box h4 {
	margin: 10px 0;
	color: #a0a4a5;
	text-align: center;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.browse-options-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.browse-options-box ul li a {
	display: block;
	padding: 6px 0;
	color: #3f4b33;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-indent: 18px;
	border-top: 1px solid #eeeff1;
	font-weight: 400;
}

.browse-options-box ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.browse-options-box ol li a {
	display: block;
	padding: 6px 0;
	color: #3f4b33;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-indent: 18px;
	border-top: 1px solid #eeeff1;
	font-weight: 400;
}

/* footer styles
   -------------------------------------------- */
#heritage-contact-container h3 {
	font-family: 'Actor', sans-serif !important;
	color: #5d5b65;
}

#heritage-contact-container {
	display: inline-block;
	padding: 20px 0 40px 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
}

#heritage-footer-container{
	background-color: #5d5b65;
	height: 100px;
	color: #b8bac2;
}

.footer-links {
	padding: 20px 0;
}

.sshrc img {
	width: 420px;
}

.img-full {
	width: 100% !important;
}

a.f-mun-logo img, .f-nl-logo img  {
	display: block;
	padding: 20px 0 0 0;
	width: 80px;
	height: auto;
	}

a.f-mun-logo img {
	float: right;
}

.f-nl-logo img {
	margin: 0 auto;
}

/*  Medium devices (desktops, 992px and up): */
@media (min-width: 768px) {
	.sshrc a{
		background-position: 0 0;
		height: 22px;
		width: 485px;
	}
}

/*  Large devices (large desktops, 1200px and up): */
@media (min-width: 1200px) {

}

/* jssor styles
   -------------------------------------------- */
.captionBlack
{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	margin-top: 420px;
	font-size:12px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.6);
}

/* infinite scroll styles
   --------------------------------------------- */
.image-gallery .infinite-container
{
	text-align: center;
	margin: auto;
	max-width: 1000px;
}
.image-gallery .infinite-item
{
	border: 1px solid #bbbbbb;
	padding: 30px;
	display: inline-block;
	margin: 10px;
	background-color: #f5f5f5;


}
.infinite-container.infinite-loading:after
{
	content: "Loading...";
	height: 30px;
	line-height: 30px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #CCCCCC;
	color: #FFFFFF;
}


/* video block styles
   --------------------------------------------- */
.videoBlock{
	margin: auto 0;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.videoBlock iframe{
	width: 90%;
	height:435px;
	border: 1px solid black;

}

/* youtube styles
   --------------------------------------------- */
.youTubePlayList{
}
.youTubePlayList .featured-video {
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.youTubePlayList .featured-video .videoTitle a {
	line-height: normal;
	display: inline-block;
	padding: 5px;
}

.youTubePlayList .featured-video a img {
}

.youTubePlayList .featured-video .control a {
	position: absolute;
	display: block;
	background-image: url('images/youtube-icon.png');
	width: 83px;
	height: 58px;
	top: 87px;
	left: 117px;
}
.youTubePlayList .featured-video .control a:hover {
	background-position: 0 -59px;
}
/*  Medium devices (desktops, 992px and up): */
@media (min-width: 768px) {
	.youTubePlayList .featured-video {
	}
	.youTubePlayList .featured-video a img {
	}
}

/*  Small devices (tablets, 768px and up): */
@media (min-width: 768px) {

	.youTubePlayList{
	}  

	.youTubePlayList .featured-video {
	}
	.youTubePlayList .featured-video a img {
	}
}


@media (max-width: 997px) {

	a.navbar-brand{
		background-size: 120px 25px;
	}

	.container {
		max-width: 920px;
	}

	a.f-mun-logo img {
	    display: block;
		margin: 20px auto;
		float: none;
	}
	
	a.f-sshrc-logo img {
		display: block;
		margin: 10px auto;
	}

}

@media (max-width: 767px) {

	a.navbar-brand {
		left: 0;
		margin-left: 0;
		width: 160px;
		height: 60px;
	}

	.navbar-toggle {
		margin-right: 5px;
	}

	.nav-search {
		width: 100%;
	}

	.global-search {
		margin-left: 0; 
	}

	.browsing-options {
		margin: 10px 0;
		width: 100%;
	}

	.browsing-options .btn {
		width: 100%;
	}

	.social-links {
		float: left;
	}
	
	.navbar-collapse {
		width: 100%;
	}
	
	.navbar-collapse .nav {
		padding-left: 10px;
	}

	.social-links {
		padding: 0 0 0 10px;
		float: left;
	}

	.social-link img {
		display: inline-block;
		margin: 0 10px 0 0;
		padding-top: 2px;
		float: left;
	}
	
	.social-link span {
		display: inline-block;
		float: left;
	}

}

/*  Small Smart Phones (375px and down): */
@media (max-width: 560px) {
	#map_canvas{
		height: 300px !important;
	}
	.home-cat-wrapper {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.home-categeories {
		width: 3200px;
	}

	.heritage-hero, .heritage-home-cat {
		display: inline-block;
		width: 320px;
		float: left;
	}

	.heritage-hero {
		height: 435px;
		min-height: 435px;
	}

	.heritage-hero h3, .heritage-hero p {
		display: none;
	}
	
	.touch-swipe-hero {
		display: block;
	}

.imageBlockActual {
display: block;
margin: 0 auto;
padding: 0;
width: 80%;
height: auto;
}
.imageBlockActual img {
width: 100%;
}

.imageBlockActualSm {
display: block;
margin: 0 auto;
padding: 0;
width: 80%;
height: auto;
}
.imageBlockActualSm img {
width: 100%;
}
}



.page-bar{
   float:left;
   width:100%;
   background:#fff;
   border-bottom:none;
   overflow:hidden;
   position:relative;
}

.page-bar ul{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.page-bar ul li{
    border-bottom: 2px solid #142b6c;
    border-top: 2px solid #142b6c;
    display: block;
    float: left;
    font-family: Crimson Text;
    list-style: outside none none;
    margin-right: 0px;
    margin-bottom:30px;
    min-width: 32px;
    min-height:35px;
    position: relative;
    right: 50%;
    color:#000099;
   }

.page-bar ul li a{
	display:block;
   	margin:0px;
   	background:#fff;
   	color:#000099;
	font-weight: normal;
   	text-decoration:none;
   	line-height:1.3em;
	padding: 2px 6px 6px;
}

.page-bar ul li a:hover, .page-bar ul li:hover a {
    color: #fff;
    background-color:#1d4567;
}

.page-bar ul li a.active,
.page-bar ul li a.active:hover, .page-bar li.selected {
   color:#fff;
   background:#2a6496;
   font-weight:normal;
   border-bottom:none;
}


blockquote{
	max-width:620px;
	margin: 10px auto;
	border-left:0;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
}

ul{
	max-width: 660px;
	margin: 5px auto;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
}

ol{
	max-width: 660px;
	margin: 5px auto;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
}


.dne-search-results{
	max-width: 660px;
	margin: 10px auto;
}


/* image browser styles */

.image-browser-single{
	border:1px solid #dddddd;
	margin:5px;
}


/* ANIMATIONS */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2; /* Chrome, Safari, Opera */
    animation-iteration-count: 2;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;

}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}


.article-body .embed-container {
  display: block;
  margin: 0 auto;
  max-width: 70%;
  
}


/* Google CSE Override
   ------------------- */

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button 
{
  box-sizing: content-box;
  line-height: normal;
}
.gsc-tabsArea div 
{
  width: 100px;
  min-height:30px;
  overflow: visible; 
}
