<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Smartphones */
@media only screen and (max-width: 768px) {
	/* Layout */
	.main { width: 100% }
	body,
	.content-region p,
	.content-region ul {
		font-size: 14px;
		line-height: 130%;
	}
	.wrapper { padding: 0 10px }
	.wrapper-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 768px;
	}
	header { padding-bottom: 30px }
	.content,
	.sidebar {
		float: none;
		width: 100%;
	}
	.content { margin-bottom: 30px }
	.sidebar {
		padding-top: 30px;
		border-top: 2px solid #454545;
	}
	.column {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 30px;
	}
	[class*="-columns "]&gt;.column:last-child,
	[class$="-columns"]&gt;.column:last-child { margin-bottom: 0 }
	.page-content { padding-top: 0 }
	.flow-item {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.flow-item-25 {
		width: 50%;
		margin: 0 0 25px 0;
	}
	/* Tabs */
	.tab-headers {
		border-radius: 3px 3px 0 0;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.tab-item-header {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	/* Forms */
	.form-label { width: 25% }
	.form-field { width: 75% }
	/* Elements */
	.logo {
		display: block;
		margin: 0 auto;
	}
	.logo img {
		width: 100%;
	}	
	.header-top .logo {
		margin: 0;
		width: 80%;
	}
	.header-search-controls {
		margin-top: 10px;
		position: relative;
		float: none;
		top: 5px;
		text-align: left;
	}
	.search-wrapper &gt; a.button {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0 3px 3px 0;
	}
	.search-box-container { width: 320px; }
	.container-slogan {
		border-left: none;
		text-align: center;
		display: block;
		margin: 10px 0 0 0;
		padding: 8px 20px;
	}
	.header-top,
	.footer-bottom {
		height: auto;
		padding: 20px 0 0;
	}
	
	.slider-container { height: 240px }
	.header-top&gt;.part-company-email { display: none !important }
	.part-company-email { text-align: center }
	
	/* Misc */
	._desktop-only { display: none !important }
	._mobile-only { display: inline-block !important }
	
.menuwrap {
width: 100%;
margin: 0 auto;
}	
.pbCartMiniSummary { text-align:left; }
.minicart {margin-top: 10px;}
.margintop40 {margin-top: 0 !important;}
.bigdate {
    font-size: 13px;
    margin-top: 25px;
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	line-height: 100%;
}
.eventdate {
    width: 65px;
    height: 75px;
    background: url(../images/date_page_bg-smaller.png) no-repeat center;
    float: left;}
}

/* Smaller screen edge case */
@media only screen and (min-width: 769px) and (max-width: 980px) {
	.row-dec-icon { display: none }
	.row-dec-content { padding-left: 10px }
	.row-news-link, a.row-news-link { left: 10px }
	.search-box-container { width: 100px }
}

/* Wider screen screen */
@media only screen and (min-width: 1270px) {
	.pb-menu-container { height: 50px }
	.pb-menu-link {
		height: 48px;
		line-height: 50px;
	}
	.main { width: 1230px }
	.search-box-container { width: 240px }
}

@media only screen and (max-width: 480px) {
	.wrapper-bottom {
    margin: 0 auto;
    padding: 0 30px;
	color: #FFFFFF;
	width: 400px;
}
.main { width: 90% }
}
/* small iphone screen */
@media only screen and (max-width: 360px) {
	.wrapper-bottom {
    margin: 0 auto;
    padding: 0px 20px;
    width: 320px;
    font-size: 12px !important;
}
	h1 { 
	line-height: 120% !important;
	font-size: 22px !important;
	}
.footericontext {
    font-size: 14px !important;
}
.logo&gt;img {
	vertical-align: middle;
	display: inline-block;
	width: 200px;
}
.pb-menu-sub-link {
    color: #000000;
    display: block;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}
}

@media only screen and (max-height: 320px) and (max-width: 768px) {
	.search-wrapper { height: 0 }
	.header-member-controls {
		text-align: center;
		margin-top: 0;
	}
	.flow-item-25 {
		width: 100%;
		margin: 0 0 25px 0;
	}
}

/* ipad landscape */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.wrapper-bottom {
	width: 1000px;
}
.menuwrap {
	width: 1000px;
}
h2 { font-size: 20px;}
.logo-footer {
    margin-left: 0px;
}
.bookshopproductimage {
	min-height: 300px !important;
}
.bookshopproduct {
	min-height: 450px !important;
}
.pb-menu-item {
    box-sizing: border-box;
    display: inline-block;
    font-size: initial;
    /* min-width: 11.0%; */
    min-width: 8.0% !important;
    padding-left: 5px;
    padding-right: 5px;

}
}
/* ipad portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

h2 { font-size: 20px;}
.wrapper-top {	margin-bottom: 0px;}
.bookshopproductimage {
	min-height: 290px !important;
}
.bookshopproduct {
	min-height: 350px !important;
}	

}
		
/* phones (portrait) ----------- */
@media only screen and (max-width: 480px) {
 .pb-menu-item {
    	color: #FFFFFF;
}
.subhead { font-size: 14px;
}
.breadcrumb {display: none;}
.bx-wrapper {display: none;}
h2 { font-size: 20px;}
h1 { font-size: 30px !important;
margin-top: 20px !important;}
.wrapper-top	{margin-bottom: 0px;}
.padding-top-bottom {
    padding: 25px 0;
}
.introtext { 
font-size: 18px;
line-height: 120%;
}
.orangebox, .greybox {
	min-height: 50px;
}

}		</pre></body></html>