/*
Theme Name: SASE
*/
body{
	color: #222;
	font-family: "Lato", sans-serif;
}

#waiter{
	position:fixed;
	top:45%;
	left:32%;
	right:32%;
	bottom:45%;
	background-image:url(/wp-content/themes/sase/img/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center 80%;
	background-color:rgba(0,0,0,0.5);

}
#waiter:before{
	/*content:'Searching archive...';*/
	content:'Retrieving from archive...';
	color:#FFF;
	text-align:center;
	padding-top:5px;
	width:100%;
	display:block;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Lato", sans-serif;
	line-height: 1.2;
}
img{
	max-width: 100%;
}
a{
	color: inherit;
}
a:hover{
	color: #038547;
}

.page-id-15 #list-pages-sidebar{
	display:none !important;
}

.filemaker-item.filemaker-listing .filemaker-listing-title{
	font-weight:bold;
	font-size:1.1em !important;
	margin-bottom:0;
}

.filemaker-item.filemaker-listing table{
	background-color:transparent;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border:none;

}

.filemaker-item.filemaker-listing table th{

	padding-left:0;
}
.filemaker-item.filemaker-listing.clip .listimageinnerwrapper{
	position:relative;
}
.filemaker-item.filemaker-listing.clip .listimageinnerwrapper:after{
	background-image:url(img/video-play-xxl.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50px 50px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	content: ' ';
}
.filemaker-item.filemaker-listing.clip .listimageinnerwrapper img{

}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: absolute;
	/* top: 1.5em; */
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a {

}
.main-navigation ul ul :hover > a {

}
.main-navigation ul ul a:hover {

}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-parent > a{
	text-decoration: none;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.1);
}
.menu-toggle {
	display: none;
}
.top-bar-section li.current-page-ancestor:not(.has-form) > a:not(.button),
.top-bar-section li.current-menu-ancestor:not(.has-form) > a:not(.button),
.top-bar-section li.current-menu-parent:not(.has-form) > a:not(.button),
.top-bar-section li.current-page-parent:not(.has-form) > a:not(.button),
.top-bar-section li.current_page_parent:not(.has-form) > a:not(.button){
	background-color: rgba(255,255,255,0.1);
}
.top-bar-section li.active:not(.has-form) a:not(.button){
	background-color: rgba(255,255,255,0.2);
}
.top-bar-section li:not(.has-form) a:not(.button){
	/* background-color: #fff; */
}
.sub-menu.dropdown{
	border: 2px solid #333;
	border-top: none;
}
.tab-bar .right-small .right-off-canvas-toggle{
	display: block;
	text-align: center;
}
.tab-bar a{
	color: #fff;
}
.off-canvas-wrap.move-left{
	overflow: hidden;
}
.off-canvas-wrap.move-left .right-off-canvas-menu{
	overflow-y: scroll;
}
.sub-menu.menu{
	margin-left: 0;
}
ul.off-canvas-list{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
ul.off-canvas-list li a{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
ul.off-canvas-list li a, ul.off-canvas-list li label{
	padding: 0.5rem 20px 0.6rem;
}
ul.off-canvas-list li:first-child label{
	line-height: 2.2;
	border-top: 1px solid rgba(255,255,255,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#1a000000',GradientType=0 );
}
.off-canvas-list .menu-item-has-children .carets{
	text-align: center;
	padding: 0.5rem 10px 0.6rem;
}
.off-canvas-list .menu-item-has-children > .carets span{
	display: none;
	position: relative;
}
.off-canvas-list .menu-item-has-children > .carets .fi-caret-bottom{
	position: relative;
	top: 1px;
}
.off-canvas-list .menu-item-has-children.in > .carets .fi-caret-top, .off-canvas-list .menu-item-has-children.out > .carets .fi-caret-bottom{
	display: none;
}
.off-canvas-list .menu-item-has-children.in > .carets .fi-caret-bottom, .off-canvas-list .menu-item-has-children.out > .carets .fi-caret-top{
	display: inline;
}
.off-canvas-list .menu-item-has-children > ul{
	clear: both;
	overflow: hidden;
	transition: max-height 0.5s;
	background: rgba(0,0,0,0.1);
}
.off-canvas-list ul .menu-item-has-children.out > ul{
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.off-canvas-list > li > a{
	border-top: 1px solid rgba(255,255,255,0.05);
}
.off-canvas-list .row .row{
	margin: 0;
}
.off-canvas-list ul li a{
	font-size: 90%;
}
.off-canvas-list ul li a:first-child{
	text-indent: 10px;
}
.off-canvas-list ul ul li a:first-child{
	text-indent: 20px;
}
.off-canvas-list ul ul ul li a:first-child{
	text-indent: 30px;
}
.off-canvas-list ul ul ul ul li a:first-child{
	text-indent: 40px;
}
.off-canvas.utility-menu .right-off-canvas-toggle span{
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.off-canvas.utility-menu{
	margin-left: 0;
	margin-top: 4rem;
	padding-top: 0.5rem;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.off-canvas.utility-menu li{
	list-style-type: none;
}
.off-canvas.utility-menu li a{
	color: #000;
	padding: 0.5rem 20px 0.55rem;
	display: block;
}
.off-canvas.utility-menu .right-off-canvas-toggle{
	text-align: center;
}
ul.off-canvas-list .current_page_item > a,
ul.off-canvas-list .current-menu-item > a,
ul.off-canvas-list .current-page-ancestor > a{
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}


@media screen and (max-width: 599px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		padding: 0;
		width: 100%;
		color: #fff;
		line-height: 4;
	}
	.top-bar-section ul{
		margin-bottom: 15px;
	}
	.main-navigation ul {
		display: none;
	}
	.top-bar .toggle-topbar span{
		font-size: 1.4em;
	}
	.top-bar-container{
		/* padding-bottom: 5px; */
	}
	.top-bar-section .dropdown li.title h5{
		background:rgba(255,255,255,0.1);
	}
	.top-bar-container .tab-bar{
		padding-left: 0.4rem;
	}
}
@media screen and (min-width: 600px){
	.main-navigation .nav-menu{
		display: table;
		width: 100%;
	}
	.main-navigation .nav-menu > li{
		display: table-cell;
		text-align: center;
	}
	.main-navigation .nav-menu li a{
		padding: 1.2em 1em;
		line-height: 1;
		color: rgba(0,0,0,0.8);
		font-size: 1.1em;
		font-weight: bold;
	}
	.top-bar-container .tab-bar{
		width: calc(90% + 1rem);
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}

.post-navigation {
	display:none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* ----- */

.gallery{

	clear:both;
}
.gallery-columns-3 .gallery-item{
	width:30%;
	margin-right:1%;
	margin-left:1%;
}
.gallery-columns-2 .gallery-item{
	width:47%;
	margin-right:1%;
	margin-left:1%;
}
.gallery-columns-4 .gallery-item{
	width:22%;
	margin-right:1%;
	margin-left:1%;
}
.gallery-item{
	float:left;
	text-align:center;
}

figure.gallery-item{
	padding:0;
	margin-left:0;

}
figure.gallery-item figcaption{
	text-align:center ;
	padding:0 10%;
}

/* ----- */

/*--------------------------------------------------------------
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.alignleft {
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	float: left;
	margin-right: 1.5em;
	clear:left;
}
.alignright {
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	float: right;
	clear:right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.widget {
	margin: 0 0 1.5em;
}
select,option{
	/* font-size:0.7em; */
	font-size: 1rem;
}
.widget select {
	max-width: 100%;
	line-height: 1;
	margin-bottom: 1em;
}
.widget_search .search-submit {
/* 	display: none; */
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	/* display: none; */
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.contain-to-grid .top-bar .title-area{
	margin-left: -0.7rem;
}
#content{
	padding-bottom: 2em;
}
html{
	overflow-y: scroll;
}
body{
	position: inherit;
	font-size: 80%;
}
p, li, ol, ul, dl{
/* 	font-size: 1em; */
}
h1, h2, h3, h4, h5, h6{
/* 	font-size: 2em; */
}
.panel-grid .panel{
	padding: 0;
	border: 0;
	background: transparent;
}
.site-branding h1.site-title{
	font-size: 1.5em;
	margin: 0.5em 0;
	display: none;
}
.site-branding .site-title{

}
.site-branding a{
	display: block;
/* 	text-indent: -9000px; */
}
.site-branding .site-title img{
	display: block;
}
h1.entry-title{
	/* margin-top: 0; */
}
.panel p:last-child{
	margin-bottom: 0;
}
.eme_events_list{
	margin-left: 0;
}
.eme_events_list li, .entry-content .hentry{
	list-style-type: none;
	display: block;
	margin-bottom: 1em;
	font-size: 120%;
	overflow: hidden;
}
.eme_events_list li img, .entry-content .hentry .thumbnail{
	display:block;
	width: 180px;
	max-width: 30%;
	margin-right: 5%;
	float: left;
}
.eme_events_list li .text, .entry-content .hentry .text{
	display:block;
	overflow: hidden;
}
.entry-content .widget-title{
	margin-bottom: 1em;
}
.entry-content .alignright, .entry-content .alignleft{
	max-width: 50%;
}
.eme-location-map{
	max-width: 100%;
}
h1.widget-title{
	font-size: 1em;
}
.search-form input[type="search"] {
	width: 70%;
	margin-right: 5%;
	margin-bottom: 0px;
	float: left;
	box-sizing: border-box;
	height: 40px;
}
.search-form input[type="submit"] {
	width: 25%;
	border: medium none;
	box-sizing: border-box;
	padding: 0px 12px;
	font-size: 16px;
	height: 40px;
	color: #444;
	background-color: #eee;
	border-radius: 4px;
	margin-bottom:10px;
}
#orderform{
	width:250px;
	float:right;
	font-size:1em;
	padding-bottom:0.5em;
	position:relative;
	top:-1em;
}
.search-form + script + #orderform{
	top:-3em;
}
#masthead{
	background-image: url('/wp-content/themes/sase/img/bg-noise-light.png');
	background-color: #f6f6f6;
}
#main-nav{
	background-color: #EA7147;
}
#masthead .site-branding a{
	padding: 0 10px 5px;
}
#masthead .site-branding-2{
	position: relative;
}
#masthead .site-branding-2 .inner{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 1em;
}
#masthead .search-holder{
	position: relative;
	padding-top: 1.8em;
}
#masthead .search-holder .inner{
	/* position: absolute;
	bottom: 0;
	left: 0;
	right: 0; */
	padding-bottom: 0;
	padding-top: 1.2em;
}
.mobile-search{
	margin-top: 1em;
}
.search-holder .search-options{
	display: block;
	text-align: right;
	font-size: 0.9em;
	margin: 0 0 0.5em;
}
.search-holder input[type=submit],
.mobile-search input[type=submit]{
	background-color: #EA7147;
	color: #492316;
}
.search-holder input[name=clear],.mobile-search input[name=clear],.clear-search input{
	background-color:transparent !important;
	color: #EA7147;
	text-align:left;
	padding:0 10px;
}
#sidebar .clear-search input,#adsearch .clear-search input{
	border:none;
	margin-bottom:1em;
}
.remodal{
	text-align: left;
}
ul.accordion{
	margin: 0;
}
.search-options-modal ul.accordion{
	margin: 0 35px;
}
.search-options-modal header{
	margin: 0 35px;
	padding-bottom: 0.5em;
}
.search-options-modal header h3{
	font-size: 1em;
	float: left;
}
.search-options-modal header .keyword-message{
	float: right;
	background-color: #008B63;
	color: #fff;
	padding: 0.1em 0.5em;
	font-weight: lighter;
}
body .search-options-modal{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.accordion-navigation a{
	display: block;
	overflow: hidden;
	text-decoration:none;
}
.adsearch a{
		text-decoration:none;
}
.accordion-navigation .zmdi{
	font-size: 1.4em;
	float: right;
}
.accordion-navigation.active .zmdi-chevron-down,
.accordion-navigation .zmdi-chevron-up{
	display: none;
}
.accordion-navigation.active .zmdi-chevron-up,
.accordion-navigation .zmdi-chevron-down{
	display: block;
}
.search-options-modal .modal-submit input{
	display: block;
	border: none;
	width: 100%;
	font-size: 1.2em;
	padding: 1em;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.accordion-navigation{
	border-top: 1px solid #ddd;
}
.accordion-navigation a{
	text-decoration:none !important;
}
#secondary h3{
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
ul.list-pages-shortcode{
	margin: 0;
}
.list-pages-shortcode li{
	display: block;
	margin-bottom: 0.5em;
}
.list-pages-shortcode li a{
	display: block;
	min-width: 50%;
	color: #222;
	padding: 10px 25px;
	font-size: 0.9em;
	line-height: 1.3;
	border-radius: 2px;
/* 	border-bottom: 1px solid #555; */
	border: 1px solid #d8d8d8;
	background: rgb(246,246,246);
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 );
}
.list-pages-shortcode li a:hover{
	border-color: #EA7147;
	background: rgb(246,246,246);
}
.list-pages-shortcode li.current_page_item a, .list-pages-shortcode li.current_page_item a:hover{
	border-color: #EA7147;
	background: #EA7147;
	color: rgba(0,0,0,0.8);
	cursor: default;
}
.list-pages-shortcode .children{
	margin-top:0.5em;
}
body.home #content > .row{
	width: 100%;
	max-width: none;
	margin-left: inherit;
	margin-right: inherit;
}
body.home #main{
	padding: 8px;
}
body.home .home-promo-item{
	padding: 8px;
}
body.home .home-promo-item img{
	width: 100%;
}
.home-promo-item[class*="column"] + .home-promo-item[class*="column"]:last-child{
	float: left;
}
body.home h1.entry-title{
	display: none;
}
#content p a:link, #content p a:visited, #content li:not(.page_item) a:link, #content li:not(.page_item) a:visited {
	/*font-weight:bold;*/
	color:#038547;
}
#content p a:hover, #content p a:active, #content li:not(.page_item) a:hover, #content li:not(.page_item) a:active {
	text-decoration: underline;
}
figcaption.wp-caption-text{
	font-size: 14px;
	text-align: left;
}

.home .intro-box .h3{
	font-size: 1.3rem;
	background-image: url(/wp-content/themes/sase/img/icon-intro-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px auto;
	padding-left: 27px;
	color: #444;
	margin: 0.2rem 0 0.5rem;
}
.home .intro-box p{
	font-size: 1rem;
	margin: 0.2em 0;
}
.home .intro-box img{
	width: 100%;
}
.home .intro-box .inner{
	position: absolute;
	top:7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.home .intro-box .padding{
	padding: 10px;
	position: relative;
	height: 100%;
}
.home .intro-box .padding > a{
	display: block;
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background-color: #039063;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: lighter;
	overflow: hidden;
	padding: 10px;
	font-size: 1rem;
}
.home .intro-box a span{
	float: right;
	line-height: 1;
	font-size: 1.3em;
}
.home .video-of-the-month a{
	display: block;
}
.home .video-of-the-month h3{
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0.5em 0.8em;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	font-size: 1.4rem;
}
.home .video-of-the-month{
	overflow:hidden;
}

#content{
	background-color: #fafafa;
}
form .help-block{
	font-size: 1rem;
}
.caldera-grid .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.cognito .c-repeating-section-container .c-action-col{
	width: auto;
}
.cognito form{
	background-color: #fff;
	padding: 1.5em;
	border: 2px solid #d8d8d8;
	border-radius: 4px;
	margin: 1.5em 0 2em;
}
.cognito form label{
	font-weight: bold;
}
.cognito .c-repeating-section-container{
	padding: 10px 15px;
}
.cognito .c-repeating-section-item{
	margin: 0;
	padding: 0;
}
.entry-content, article.type-post.row{
	max-width: 800px;
}
article.type-post a{
	display: inline-block;
}
.home .entry-content{
	max-width: none;
}
.entry-content figure.alignleft{
	margin-top: 0;
	margin-left: 0;
	clear:left;
}
.entry-content figure.alignright{
	margin-top: 0;
	margin-right: 0;
	clear:right;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin: 1em 0;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child{
	margin-top: 0;
}
#colophon .copyright{
/* 	line-height: 1.2; */
}
#colophon{
	border-top:1px solid #ddd;
	margin-top: 0;
	padding: 0;
}
#colophon p{
	margin: 1.6em 0;
}
#colophon .footer-logos.columns{
	padding-top: 2em;
	padding-bottom: 2em;
}
#colophon .table{
	display: block;
	width: 100%;
	vertical-align: middle;
	margin-top: 2em;
	overflow-x: scroll;
}
#colophon .table > *{
	display: table-cell;
}
#colophon .table > * img{
	display: block;
	max-width: 100%;
}
#colophon section{
	border-bottom: 1px solid #ddd;
}
#colophon section:last-child{
	border-bottom: none;
}
#colophon .has-border{
	border-right: 1px solid #ddd;
}
#colophon .row > *{
	padding: 1em inherit;
}
#colophon .row-2 p{
	font-size: 1rem;
}
#colophon .section-1, #colophon .section-2{
	background-color: #fafafa;
}
#colophon .social-media{
	text-align: center;
	padding-top: 2em;
}
#colophon .social-media a{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	margin: 1em 0.2em;
}
#colophon .social-media a img{
	max-width: 35px;
}
#colophon .accessibility .accordion-navigation > a{
	display: inline-block;
}
#colophon .accessibility .accordion-navigation #access-panel p a{
	display: inline;
	text-decoration: underline !important;
}
#colophon .accessibility .accordion-navigation #access-panel p{
	margin: 1em 0;
}
#colophon .accessibility .wp_user_stylesheet_switcher a{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	padding: 0.5em 1em;
	margin: 1.7em 0 2em;
	background-color: rgba(0,0,0,0.1);
}
#colophon .accessibility p{
	margin: 0;
}
#colophon .footer-logos > img{
	margin-right: 2em;
}
.project-item,.collection-item{
	margin-bottom: 30px;
	list-style-type:none;
}
.collection-item{
	/*min-height:100px;*/
	height:141px;
}
.project-item a,.collection-item a{
	position: relative;
	display: block;
}
.project-item h2,.collection-item h2{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
	padding: 2em 0.5em 0.5em;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.project-item img,.collection-item img{
	width: 100%;
}
.page-template-page-projects-php #main > .hentry{
	margin: 0;
}
.wp_user_stylesheet_switcher{
	overflow: hidden;
	display: block;
	font-size: 0.1rem;
	color: rgba(0,0,0,0)
}
.wp_user_stylesheet_switcher .icon_names{
	display: block;
	overflow: hidden;
	padding: 0.5rem 0;
	border-bottom: 1px solid #ddd;
}
.wp_user_stylesheet_switcher .icon_names:last-child{
	border-bottom: none;
}
#colophon .accessibility .wp_user_stylesheet_switcher a{
	margin: 0;
	color: #222;
	font-weight: bold;
	font-size: 1rem;
}
.wp_user_stylesheet_switcher button{
	padding: 0;
	float: left;
	margin-right: 20px;
}
.wp_user_stylesheet_switcher button img{
	width: 40px;
}
#colophon .active #access-panel{
	margin-bottom: 1em;
}
.wp_user_stylesheet_switcher_active_option + a::after{
	content: " [active]";
}

@media screen and (max-width: 699px){
	article.type-post .entry-content p{
		/*white-space: nowrap; */overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis;
	}
	article.type-post .thumbnail img{
		display: block;
		margin: 0 auto 1em;
	}
	article.type-post{
		border-bottom: 2px solid #eee;
		padding-bottom: 0.5em;
	}
	article.type-post:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	h1.page-title{
		padding-bottom: 0.5em;
		border-bottom: 1px solid #ddd;
	}
	.home-promo-item img{
		width: 100%;
	}
	.home .intro-box p{
		font-size: 1.2rem;
	}
	.home .intro-box .h3{
		font-size: 1.7rem;
	}
	.home .intro-box a{
	    font-size: 1rem;
    }
    #colophon .copyright,#colophon .accessibility,{
    	padding-left:-10px;
    }
    /* #colophon .section-2 > .row,#colophon .section-1 > .row{
    	margin-left:10%;
    } */
    .footer-logos img{
    	padding:20px 5px;
    }

    div#listing{
    	width:auto !important;
    	float:none;
    	font-size:120%;
    }

    aside#sidebar {
    	width:auto !important;
    	float:none;
    }

    .listimageouterwrapper{
    	width:40% !important;
    }

    .filemaker-detail #leftcolumn, .filemaker-detail #rightcolumn,#left,#right{
    	width:auto !important;
    	float:none !important;
    }
    #relatedresources{
    	columns:1 !important;
    }
    #toggle0 span, #toggle1 span, #toggle2 span, #toggle3 span {
   		 font-size: 1em !important;
    }
    #related_films_list .related_film{
    	width:48% !important;
    }
    .carouselitem img{
    	max-height:320px !important;
    }
    #carousel{
    	max-height:320px
    }
}

@media screen and (min-width: 700px){
	body{
		font-size: 100%;
	}
	.site-branding h1.site-title{
		display: block;
	}
	.width, .width.row, .contain-to-grid .top-bar{
		width: 90%;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.oldie .right-off-canvas-menu{
		display: none;
	}
	#secondary{
		padding-top: 2.2em;
	}
	#colophon .table{
		display: table;
		overflow: hidden;
	}
	#colophon .columns.pad-right{
		padding-right: 1.5em;
	}
	#colophon .columns.pad-left{
		padding-left: 1.5em;
	}
	#colophon .social-media{
		padding-top: 0;
	}
	#colophon p{
		margin: 2.2em 0;
	}
	#colophon .accessibility{
		text-align: right;
	}
	#colophon .accessibility a{
		margin: 1.5em 0 0;
	}
	#colophon .social-media a img{
		max-width: inherit;
	}


	#menu-menu-1 {
		position:relative;
	}
	#menu-item-1101 {
		position:absolute;
		top:+60px;
		right:15px;
	}
	#menu-item-1101 a {
		color:#EA7147;
		background-color:transparent;
	}

}
@media screen and (min-width: 900px){
	body{
		font-size: 120%;
	}
	.home .intro-box .h3 {
    	font-size: 1.2rem;
    }
    .home .intro-box p {
    	font-size: 1rem;
    }
    .home .intro-box a{
	    font-size: 1rem;
    }

	#menu-item-1101 {
		position:absolute;
		top:-60px;
		right:15px;
	}
}
@media screen and (min-width: 1200px){
	.width{
		font-size: 120%;
	}
	.home .intro-box p{
	    white-space: inherit; overflow: inherit; text-overflow: inherit; -o-text-overflow: inherit;
    }
}

/**
 * FileMaker stuff
 */
.slick-prev, .slick-next{
	width:40px !important;
	height:40px !important;
}

.slick-prev:before, .slick-next:before{
 font-size:35px !important;
 line-height:1.3 !important;
}

 #carousel{
 	background-color:#666;
 	max-height:500px;
 	/*overflow:hidden;*/
 }

.carouselitem img,.carouselitem iframe{
	/*max-height:100%;*/
	max-height:500px;
	margin:0 50px;
}

 #stills .slick-next, #carousel .slick-next{
	right:10px !important;
	z-index:100000000;
	border-radius:50%;
}

 #stills .slick-prev, #carousel .slick-prev{
	left:10px !important;
	z-index:100000000;
	border-radius:50%;
}

article.post.category-news.type-post {
	background-color:rgb(233, 235, 218);
	padding:15px;
	margin:0px 0px 15px 0px;
}
.hentry.category-news .thumbnail {
	margin-top:13px;
}

.filemaker-item.filemaker-listing {
	background-color:rgb(233, 235, 218);
	padding:15px 15px 25px 15px;
	margin:0px 0px 15px 0px;
}
.filemaker-item.filemaker-listing p {
	font-size:75%!important;
}
.filemaker-item.filemaker-listing.clip {
	/*background-image:url(./img/clip_icon2.png);
	background-repeat: repeat-x;
	background-position:right 0px bottom 8px;*/
}
#content .filemaker-item.filemaker-listing p a:link, #content .filemaker-item.filemaker-listing p a:visited, #content .filemaker-item.filemaker-listing p a:active, #content .filemaker-item.filemaker-listing p a:hover {
	text-decoration:none;
}
.filemaker-listing-title {
	font-size:1em;
}
.filemaker-listing-title .title_id, .filemaker-listing-title .collection_id {
	font-size:50%;
	display:none;
}
.filemaker-detail #leftcolumn {
	width:49%;
	margin:0px;
	float:left;
}
.filemaker-detail #rightcolumn {
	width:49%;
	margin:0px;
	float:right;
}
.filemaker-detail table th {
	vertical-align:top;
}
#related_films_list .related_film {
	height:150px;
	width:18%;
	margin:0px 1%;
	padding:1%;
	float:left;
	background-color:#cccccc;
}
#related_films_list .related_film a {
	display:block;
	height:100%;
	width:100%;
	font-size:75%;
}
.singlesearchlink {
	background-color:rgb(211, 233, 139);
	font-weight:bold;
	padding:2px 3px;
	margin:0px 3px 3px 0px;
	display:block;
	float:left;
	border-style:outset;
	border-width:1px;
	border-radius:4px;
	border-color:#CCC;
}
div#listing {
	/*padding-left:260px;*/
	float:left;
	/*width:810px;*/
	width:75%;
	clear:left;
}
aside#sidebar {
	/*width:250px;*/
	width:23%;
	float:right;
	/*overflow:hidden;*/
}
.listimageouterwrapper {
	float:right;
	padding:0px;
	margin:10px;
	width:195px;
	clear:right;
}

.ddf {
	margin:5px 0px;
	padding:5px;
	background-color:#cccccc;
}
.ddf p {
	margin:0px 0px 5px 0px;
}
.ddf button, .ddf input, .ddf optgroup, .ddf select, .ddf textarea  {
	/* font-size:50%; */
}
.radiolabel {
	float:left;
	margin-right:20px;
}
.radiolabel input {
	margin-right:5px;
}

#toggle0,#toggle1,#toggle2,#toggle3{
	border-bottom:1px solid #DDD;
	margin-bottom:1.5em;
}

#toggle0 span,#toggle1 span,#toggle2 span,#toggle3 span{
	font-size:0.6em;
	width:20%;
	border:1px solid #DDD;
	border-radius:5px;
	text-align:center;
	margin-left:35%;
	background-color:#FEFEFE;
	display:inline-block;
	padding:2px 7px;
	position:relative;
	top:1em;
}

table table{
	border:none !important;
}

table#collectionslisttable td {
	vertical-align:top;
}
table#collectionslisttable table.collectiondetail {
	display:none;
}

#tabs {
	width:100%;
	border-bottom:solid 1px #999999;
	overflow:hidden;
	display:none;
}



#tabs .tab {
	/*width:50%;
	width:31%;*/
	width:48%;
	float:right;
	text-align:center;
	border:solid 1px #999999;
	border-bottom:none;
	border-radius:3px 3px 0px 0px;
	margin-right:1%;
	margin-left:1%;
	line-height:1.5;
	position:relative;
	bottom:-1px;
	background-color:#FFF;
	z-index:10;
}
#tabs .tab a {
	display:block;
	width:100%;

	background-color:#EEE;

}

.nav-links{
	margin-top:0.5em;
	text-align:center;
}

.paginginfo{
	text-align:center;
}

.nav-links a,.nav-links span.here{
	display:inline-block;
	margin:5px 10px;
	background-color:#BBB;
	color:#FFF;
	padding:0 5px;
	border-radius:10px;
	font-size:0.9em;
	padding: 0;
	margin: 0;
	border-radius: 1em;
	width: 1.5em;
}

.nav-links span.here{
	background-color:#000;
}

.nav-links a.prev,.nav-links a.next{
	background-color:transparent;
	color:#BBB;
	width:auto;
}

.nav-links a.prev:before{
	content:' « ';
}

.nav-links a.next:after{
	content:' » ';
}

.nav-links .dots{
	margin:5px 10px;
}

.relatedresource h3{
	border-bottom: 1px solid #CCC;
	padding:0.4em 0;
	margin-bottom:0.4em;
}

.filemaker-theme #left {
	width:49%;
	float:left;
}
.filemaker-theme #right {
	width:49%;
	float:right;
}
#clearboth, .clearboth {
	clear:both;
}
.page-id-15 #primary, .page-id-15 #secondary {
	/*width:49%;*/
}
/*.page-id-15 ul.browselist li {
	display:block;
	width:19%;
	float:left;
	/*border:1px red solid;*/
	/*background-color:#e8e8e8;
	position:relative;
	margin:0px 5px 5px 0px;
	padding:5px;
}
.page-id-15 ul.browselist li:after {
	content:"";
	display:block;
	padding-bottom:100%;
}
.page-id-15 ul.browselist li a {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}*/

.listinginfobox {
}

#related_films_list{
	background-color: #666;
	padding:10px;
	margin-bottom:1em;
}

#related_films_list .related_film {
	position:relative;
	overflow:hidden;
}
#related_films_list .related_film .imagewrapper {
	z-index:10;
	width:125%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px
}
#related_films_list .related_film a {
	display:block;
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#related_films_list .related_film td {
	display:block;
	position:absolute;
	bottom:5px;
	left:5px;
	right:5px;
	padding:5px;
	background-color:rgba(0, 0, 0, 0.5);
	font-size:0.85em;
	height:auto;
	color:#ffffff;
	text-align:center;
}
#relatedresources{
	columns:2;
}
.relatedresource{
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.search_context{
	max-width:75%;
	position:relative;

}

.AND{
	text-transform:uppercase;
	font-size:0.8em;
	color:#999;
}

.search_context strong{
	font-size:110%;
}

.search_context .clear-search{
	display:inline;
	font-size:80%;
	margin-left:10px;
}

.search-form.clear-search  input[type="submit"]{
	width:auto;
}

.search-holder .search-form.clear-search{
	display:none;
}

th.listinginfodate,th.listinginfoid{
	padding-right:0;
}

td.listinginfodate{
	padding-right:30px;
}

.wishlisttoggler {
	cursor:pointer;
	font-size:60%;
	font-weight:bold;
	width:auto;
	padding:5px;
	padding-right:10px;
	padding-left:0;
	background-color:rgb(233, 235, 218);
	/*#43Ac6A;*/
	float:right;
	position:relative;
	top:-0.7em;
	right:-15px;
	color: rgba(0,0,0,0.8);
}

.wishlisttoggler.wishlistin:before {
	content:'\2611\00a0';
	color:black;
	font-size:2em;
	line-height:0.5em;
	position:relative;
	top:3px;
}





/* New stuff 2020 */
#masthead .accessibility{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}
#masthead .accessibility > a{
	font-size: 0.8em;
	font-weight: 600;
	padding: 1em 1.2em;
	color: #222;
}
#masthead .accessibility .icon_names{
	font-size: 0.9rem;
	font-weight: 600;
	color: #222;
}
#masthead .accordion .accordion-navigation{
	border: none;
}
#masthead .accordion .accordion-navigation > a{
	height: auto;
}
#masthead .accordion .accordion-navigation:not(.active) > a{
	background-color: transparent;
}
#masthead .accordion .accordion-navigation > a p{
	margin: 0;
	font-weight: 600;
}
#access-panel{
	background-color: #fff !important;
	position: absolute;
}
#access-panel p{
	color: #222 !important;
}
#access-panel a{
	display: unset;
}
#access-panel p a{
	text-decoration: underline !important;
}
.main-navigation a[href="https://screenarchive.brighton.ac.uk/wishlist/"]{
	display: none;
}
#masthead .search-holder{
	padding-top: 0;
}
#colophon .social-media{
	text-align: right;
	margin-top: 0.5em;
}
@media screen and (min-width: 40em) and (max-width: 64em){
	.main-navigation .nav-menu li a{
		font-size: 0.9em;
	}
	#masthead .accordion .accordion-navigation > a p{
		font-size: 0.8em;
	}
}







/*	Hack to re-size the tickbox in IE 6 and 7	*/
@media screen\9 {
	.wishlisttoggler.wishlistin:before {
		content:'\2611\00a0';
		color:black;
		font-size:0.625em;
		line-height:0.5em;
		position:relative;
		top:3px;
	}
}
/*	Hack to re-size the tickbox in IE 8, 9 and 10 — seems to work for 11 too	*/
@media screen\0 {
	.wishlisttoggler.wishlistin:before {
		content:'\2611\00a0';
		color:white;
		font-size:0.625em;
		line-height:0.5em;
		position:relative;
		top:3px;
	}
}

.wishlisttoggler.wishlistout:before {
	content:'\2610\00a0';
	color:black;
	font-size:2em;
	line-height:0.5em;
	position:relative;
	top:3px;
}
/*	Hack to re-size the tickbox in IE 6 and 7	*/
@media screen\9 {
	.wishlisttoggler.wishlistout:before {
		content:'\2610\00a0';
		color:black;
		font-size:0.625em;
		line-height:0.5em;
		position:relative;
		top:3px;
	}
}
/*	Hack to re-size the tickbox in IE 8, 9 and 10 — seems to work for 11 too	*/
@media screen\0 {
	.wishlisttoggler.wishlistout:before {
		content:'\2610\00a0';
		color:white;
		font-size:0.625em;
		line-height:0.5em;
		position:relative;
		top:3px;
	}
}

#wishlisttable {
	width:100%;
}
#wishlisttable td.wishlistcb {
	width:50px;
}
#wishlisttable td.wishlistid {
	width:50px;
}



.valuepresent{
	border:2px solid #43Ac6A !important;
	font-weight:bold;
}

label.valuepresent{
	border:none !important;
	border-bottom:2px solid #43Ac6A !important;
}

label.valuepresent input{
	margin-bottom:0.5em;
}


@media print {

	body{
		margin:20px;
	}
  #masthead,#main-nav,#colophon,.search-holder,.right-off-canvas-menu,#player,#carousel,.mobile-search,.right-small,#toggle0,#toggle1,#toggle2,#toggle3,#toggle4,.section-1,.section-3,#secondary,#orderform,.search-form,#sidebar,#tabs,.wishlisttoggler{
  	display:none !important;
  }
  .bigfieldcontentwrapper,.section-2 .columns,section-2 .column{
  	height:auto !important;
  }
  .section-2 .medium-6{
  	width:45%;
  }
  td{
  	padding:4px !important;
  }
  a{
  	text-decoration:none !important;
  }
  a:after{
  	content:"" !important;
  	text-decoration:none !important;
  	}
  	.filemaker-detail #leftcolumn,#listing{
  		width: auto !important;
  	}
  	.filemaker-detail #rightcolumn{
  		width: auto !important;
  	}
}

.sub_location_id {
position:absolute;
left:-48000px;
top:-48000px;
}
#adsearch .formselector, #sidebar .formselector,
#adsearch #sub_location_id, #sidebar #sub_location_id{
position:absolute;
left:-48000px;
top:-48000px;
}
h2.page-title{
	margin: 1em 0;
	font-size: 2em;
}
p.h3,
p.widget-title,
p#mapheader{
	font-size: 0.9em;
}
label{
/* font-size: 1em; */
}
.table-collapse-heading {
	cursor: pointer;
	padding: 0.5em 0.8em;
	display: inline-block;
	border: 2px solid transparent;
}
.table-collapse-heading.collapsed{
	border-color: #ccc;
}
.table-collapse-heading i.fa{
	font-size: 1.5em;
	margin-left: 0.5em;
	vertical-align: sub;
}
.table-collapse-heading.collapsed .fa-angle-up,
.table-collapse-heading:not(.collapsed) .fa-angle-down{
	display: none;
}
.table-collapse-heading:not(.collapsed) .fa-angle-up,
.table-collapse-heading.collapsed .fa-angle-down{
	display: inline-block;
}
table.table-collapse{
	table-layout: fixed;
	width: 100%;
}
table.table-collapse td{
	word-wrap: break-word;
}
#colophon p a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
