@charset "utf-8";
/* CSS Document */

/* news ticker */
@import url('../jquery-ticker/jquery-ticker.css');
/* contact form */

/* supersized */
@import url('../theme/supersized.shutter.css');
/* prettyPhoto */
@import url('../prettyPhoto/prettyPhoto.css');

/*
	0.  reset
	1.  body
		1.1		pattern
		1.2		left shadow
		1.3		right shadow
		1.4		bottom shadow
	2.  header
		2.1		site name
		2.2		social links
	3.  contents
		3.1		jCarousel
		3.2		rollover
		3.3		smartTab
		3.4     social media team
		3.5     events date
    4.  footer
		4.1     menu
		4.2     menu right
	5.  newsletter
	6.  copyright
    7.  extras
	8.  credits
	9.  fonts
	10. supersized
	
	11. contact form
    12. top panel
*/

/* 0. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* 1. body */
* {
margin: 0;
padding: 0;
outline: none;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #a81c1b;
margin: 0;
padding: 0;
overflow: hidden;
}

a {
color: #a81c1b;
text-decoration: none;
outline: none;
}

a:hover {
color: #555;
}

ul {
list-style: none;
}

h1 {
font-family: 'BebasNeueRegular';
font-size: 30px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
color: #a81c1b;
padding: 0 0 10px 0;
}

/* 1.1 pattern */
#pattern {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: url(../images/pattern.png) repeat left top;
z-index: 1;
}

/* 1.2 left shadow */
#left-shadow {
width: 30px;
height: 100%;
position: fixed;
left: 0;
top: 0;
background: url(../images/left-shadow.png) repeat-y;
overflow: hidden;
z-index: 1;
}

/* 1.3 right shadow */
#right-shadow {
width: 30px;
height: 100%;
position: fixed;
right: 0;
top: 0;
background: url(../images/right-shadow.png) repeat-y;
overflow: hidden;
z-index: 1;
}

/* 1.4 bottom shadow */
.bottom-shadow {
position: fixed;
width: 100%;
height: 30px;
overflow: hidden;
left: 0;
bottom: 95px;
background: url(../images/bottom-shadow.png) repeat-x;
}

/* 2. header — above page/slides so content scrolls “behind” chrome (see #footer z-index) */
#header {
background: #000;
color: #fff;
width: 100%;
height: 75px;
overflow: hidden;
margin: 0;
padding: 0;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 12000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

/* 2.1 site name */
.site-name {
font-family: 'BebasNeueRegular';
font-size: 45px;
line-height: 45px;
font-style: normal;
font-weight: normal;
padding: 0;
margin: 22px 0 0 0;
color: #fff;
text-align: center;
}

.site-name a {
color: #fff;
}

.site-name a:hover {
color: #fff;
}

/* 2.2 social links */
.social-links-wrapper {
position: absolute;
width: auto;
top: 3px;
left: 0;
padding: 0;
color: #000;
z-index: 2;
}

.social-links-wrapper ul {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
color: #000;
font-size: 12px;
}

.social-links-wrapper ul li {
display: inline;
padding: 0 0 5px 0;
}

ul.social-links {
margin: 0;
padding: 0;
}

ul.social-links a img {
width: 16px;
height: 16px;
padding: 5px 5px 0 5px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
    filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
     -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
}

ul.social-links a img:hover {
padding: 5px 5px 0 5px;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
    filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* 3. contents — scrollable panel (Phase 1 mobile): was 235px + overflow:hidden and clipped all slides */
.slide {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
width: 100%;
height: auto;
min-height: 200px;
max-height: calc(100vh - 170px);
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #eae8e4;
background-image: url("../images/wheat1.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
position: fixed;
bottom: 95px;
left: 0;
display: none;
z-index: 998;
box-sizing: border-box;
padding-bottom: 20px;
}

.wrapper {
width: 990px;
margin: 35px auto;
background: transparent;
}

span.close {
width: 15px;
height: 15px;
background: url(../images/close-wrapper.png) no-repeat;
position: absolute;
top: 8px;
right: 8px;
cursor: pointer;
}

span.close:hover {
background-position: 0 -15px;
}

/* 3.1 jCarousel */
.wrapper-full {
width: 100%;
margin: 0 auto;
}

.container-full {
width: 1000px;
margin: 0 auto;
}

.container-full.td-section-directory-only {
text-align: center;
padding: 80px 20px 100px;
box-sizing: border-box;
}

.container-full.td-section-directory-only .td-directory-struck-heading {
text-align: center;
padding: 0;
margin: 0;
text-decoration: line-through;
}

.post-left-top {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555;
position: relative;
margin-right: 5%;
float: left;
}

.post-left-top {
width: 30%;
}

.post-left-bottom {
position: relative;
margin-right: 6%;
float: left;
}

.post-left-bottom {
width: 64%;
}

.last {
margin-right: 0 !important;
clear: right;
}

.last p {
padding: 0 0 10px 0;
}

.jcarousel-skin-one .jcarousel-container {
margin: 0;
padding: 0;
height: 240px;
}

.jcarousel-skin-one .jcarousel-direction-rtl {
direction: rtl;
}

.jcarousel-skin-one .jcarousel-container-horizontal {
width: 100%;
min-height: 240px;
text-align: left;
font-style: normal;
font-weight: normal;
}

.jcarousel-skin-one .jcarousel-container-horizontal .titles {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
color: #000;
display: block;
margin: 15px 0 15px 0;
}

.jcarousel-skin-one .jcarousel-container-horizontal .titles-more {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
color: #000;
display: block;
margin: 0 0 15px 0;
}

.jcarousel-skin-one .jcarousel-clip {
overflow: hidden;
}

.jcarousel-skin-one .jcarousel-clip-horizontal {
width: 100%;
min-height: 240px;
}

.jcarousel-skin-one .jcarousel-item {
width: 290px;
height: 240px;
}

.jcarousel-skin-one .jcarousel-item img {
border: none;
}

.jcarousel-skin-one .jcarousel-item img:hover {
border: none;
}

.jcarousel-skin-one .jcarousel-item-horizontal {
margin-left: 0;
margin-right: 60px;
}

.jcarousel-skin-one .jcarousel-direction-rtl .jcarousel-item-horizontal {
margin-left: 10px;
margin-right: 0;
}

.jcarousel-skin-one .jcarousel-item-placeholder {
color: #555;
}

.jcarousel-skin-one .jcarousel-next-horizontal {
position: absolute;
bottom: 57px;
left: -300px;
width: 40px;
height: 40px;
cursor: pointer;
background: url(../images/horizontal-next.png) no-repeat 0 0;
}

.jcarousel-skin-one .jcarousel-direction-rtl .jcarousel-next-horizontal {
left: 5px;
right: auto;
background-image: url(../images/horizontal-previous.png);
}

.jcarousel-skin-one .jcarousel-next-horizontal:hover,
.jcarousel-skin-one .jcarousel-next-horizontal:focus {
background-position: -40px 0;
}

.jcarousel-skin-one .jcarousel-next-horizontal:active {
background-position: -80px 0;
}

.jcarousel-skin-one .jcarousel-next-disabled-horizontal,
.jcarousel-skin-one .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-one .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-one .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -120px 0;
}

.jcarousel-skin-one .jcarousel-prev-horizontal {
position: absolute;
bottom: 57px;
left: -350px;
width: 40px;
height: 40px;
cursor: pointer;
background: transparent url(../images/horizontal-previous.png) no-repeat 0 0;
}

.jcarousel-skin-one .jcarousel-direction-rtl .jcarousel-prev-horizontal {
left: auto;
right: 5px;
background-image: url(../images/horizontal-next.png);
}

.jcarousel-skin-one .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-one .jcarousel-prev-horizontal:focus {
background-position: -40px 0;
}

.jcarousel-skin-one .jcarousel-prev-horizontal:active {
background-position: -80px 0;
}

.jcarousel-skin-one .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-one .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-one .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-one .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -120px 0;
}

/* 3.2 rollover */
span.roll-news {
background: #000 url(../images/rollover-photos.png) center center no-repeat;
width: 290px;
height: 100px;
position: absolute;
}

span.roll-team {
background: #000 url(../images/rollover-photos.png) center center no-repeat;
width: 290px;
height: 100px;
position: absolute;
}

/* 3.3 smartTab */
.stContainer {
position: relative;
margin: 0;
padding: 0;
background: none;
width: auto;
}

.stContainer div {
position: relative;
margin: 0 0 0 10px;
padding: 0 10px 0 0;
width: 460px;
height: 180px;
background: none;
text-align: justify;
float: left;
background: none;
overflow: auto;
}

.stContainer p {
margin: 0;
padding: 0 0 10px 0;
line-height: normal;
}

.stContainer ul {
display: block;
list-style: none;
float: left;
position: relative;
padding: 0;
margin: 0;
width: 160px;
height: 180px; 
clear: both;
}

.stContainer ul li {
position: relative; 
margin: 0;
padding: 0;
float: left;
}

.stContainer ul li a {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
display: block;
margin: 0;
padding: 0;
line-height: 30px;
text-align: center;
width: 120px;
height: 30px;
color: #000;
outline: none;
}

.stContainer ul li a:hover {
color: #000; 
background: none;
}

.stContainer ul li a.sel {
width: 120px;
height: 30px;
color: #fff;
background: #a81c1b;
cursor: text;
}

.stContainer ul li a.dis {
color: #000;
background: #555;
cursor: text;
}

/* 3.4 social media team */
.social {
list-style: none;
margin: -5px 0 0 0;
width: 222px;
background: #fff;
}

.social li {
display: inline;
float: left;
background-repeat: no-repeat;
}

.social li a {
display: block;
width: 32px;
height: 32px;
padding-right: 5px;
position: relative;
text-decoration: none;
}

.social li a strong {
font-weight: normal;
font-style: normal;
position: absolute;
left: 37px;
top: -5px;
color: #fff;
padding: 3px;
background-color: rgba(0, 0, 0, 0.7);
       text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.facebook { background-image: url("../images/facebook.png"); }
li.google-plus { background-image: url("../images/google-plus.png"); }
li.linkedin { background-image: url("../images/linkedin.png"); }
li.twitter { background-image: url("../images/twitter.png"); }
li.youtube { background-image: url("../images/youtube.png"); }
li.skype { background-image: url("../images/skype.png"); }

/* 3.5 events date */
.place-date {
font-family: 'BebasNeueRegular';
font-size: 30px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
margin: 0;
padding: 0;
color: #000;
}

.place-month {
font-family: 'BebasNeueRegular';
font-size: 35px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
margin: 0;
padding: 0;
color: #555;
}

.place-year {
font-family: 'BebasNeueRegular';
font-size: 30px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
margin: 0;
padding: 0;
color: #000;
}

/* 4. footer — fixed above slides; newsletter/copyright sit higher still */
#footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 95px;
background: url(../images/footer-bg.png) repeat-x;
z-index: 11900;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

/* 4.1 menu */
#menu {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
position: absolute;
left: 8px;
}

#menu a {
color: #fff;
}

#menu a:hover {
color: #000;
}

#menu ul, li {
margin: 0;
padding: 0;
}

#menu nav ul, li {
list-style: none;
margin: 0;
padding: 0;
}

.menu {
float: left;
margin: 0;
padding: 0;
}

.menu .lifting {
margin: 0 0 5px 0;
}

.menu .lifting-first {
margin: 0 0 0 0;
}

.menu li a, .menu li {
float: left;
text-transform: uppercase;
}

.menu li {
position: relative;
padding: 5px 25px 0 0;
}

.menu li a {
padding: 3px 5px;
text-decoration: none;
color: #fff;
-moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.menu li a:hover {
background: #fff;
}

/* Footer primary tabs: black stroke so white type stays legible on the black/white seam */
#footer #menu .menu > li > a {
	-webkit-text-stroke: 1px #000;
	paint-order: stroke fill;
	text-shadow:
		0 0 1px #000,
		0 1px 0 #000,
		0 -1px 0 #000,
		1px 0 0 #000,
		-1px 0 0 #000,
		1px 1px 0 #000,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		-1px -1px 0 #000;
}

#footer #menu .menu > li > a:hover,
#footer #menu .menu > li > a:focus {
	-webkit-text-stroke: 0;
	text-shadow: none;
}

.menu li ul {
display: none;
left: 0;
position: absolute;
bottom: 100%;
background: none;
z-index: 12100;
}

.menu li:hover ul {
display: block;
width: auto;
}

.menu li ul a {
white-space: nowrap;
background: #000;
}

.menu li ul a:hover {
background: #a81c1b;
}

/* 4.2 menu right */
#menu-right {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
position: absolute;
right: 8px;
}

#menu-right a {
color: #a81c1b;
}

#menu-right a:hover {
color: #000;
}

#menu-right ul, li {
margin: 0;
padding: 0;
}

#menu-right nav ul, li {
list-style: none;
margin: 0;
padding: 0;
}

.menu-right {
float: left;
margin: 0;
padding: 0;
}

.menu-right li a, .menu-right li {
float: left;
text-transform: uppercase;
}

.menu-right li {
position: relative;
padding: 5px 0 0 25px;
}

.menu-right li a {
padding: 3px 5px;
text-decoration: none;
color: #fff;
-moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.menu-right li a:hover {
background: #fff;
}

.menu-right li ul {
display: none;
left: 0;
position: absolute;
bottom: 100%;
background: none;
z-index: 12100;
}

.menu-right li:hover ul {
display: block;
width: auto;
}

.menu-right li ul a {
white-space: nowrap;
background: #000;
}

.menu-right li ul a:hover {
background: #a81c1b;
}

/* 5. newsletter */
.newsletter-wrapper {
position: fixed;
width: auto;
min-height: 50px;
bottom: 2px;
right: 8px;
padding: 4px 8px;
box-sizing: border-box;
z-index: 11950;
background-color: #eae8e4;
background-image: url("../images/wheat1.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 4px;
}

.newsletter {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;	
}

.mail {
display: none;
visibility: hidden;
}

input#subscribeemail {
width: 140px;
height: 28px;
padding: 0 5px 0 5px;
border: 1px solid #fff;
font-size: 12px;
float: left;
margin: 2px 2px 5px 2px;
}

input#submit {
font-family: 'BebasNeueRegular';
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
position: relative;
width: 80px;
height: 30px;
line-height: 26px;
float: right;
margin: 2px 2px 2px 2px;
padding: 0 10px;
color: #fff;
background: #a81c1b;
cursor: pointer;
}

input {
color: #fff;
border: 1px solid #fff;
background: #0f0f0f;
-webkit-box-shadow: 0px 0px 2px #0f0f0f;
   -moz-box-shadow: 0px 0px 2px #0f0f0f;
        box-shadow: 0px 0px 2px #0f0f0f;
}

input:focus, textarea:focus {
color: #fff;
background: #1c1c1c;
}

.subscribeerror {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #000;
display: block;
}

.subscribesuccess {
font-family: 'BebasNeueRegular';
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
color: #000;
width: auto;
height: auto;
margin: 10px 0 0 0;
padding: 0;
}

/* 6. copyright */
#copyright {
font-size: 9px;
text-transform: uppercase;
position: fixed;
width: auto;
left: 8px;
bottom: 5px;
padding: 4px 8px;
box-sizing: border-box;
background-color: #eae8e4;
background-image: url("../images/wheat1.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 4px;
z-index: 11950;
}

#copyright a {
color: #000;
}

#copyright a:hover {
color: #333;
}

/* 7. extras */
#extras {
position: fixed;
background-color: #eae8e4;
background-image: url("../images/wheat1.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
margin-top: -100%;
display: none;
flex-direction: column;
align-items: center;
top: 0;
left: 0;
z-index: 99999;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: max(20px, env(safe-area-inset-top, 0px)) max(14px, env(safe-area-inset-right, 0px)) max(32px, env(safe-area-inset-bottom, 0px)) max(14px, env(safe-area-inset-left, 0px));
box-sizing: border-box;
}

#text-extras {
width: 88%;
max-width: 560px;
margin: 0;
padding: 0;
background: none;
position: relative;
left: auto;
bottom: auto;
font-size: 20px;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-sizing: border-box;
}

/* Newspaper sheet: editorial spread on wheat paper (centered in viewport; scrolls if tall) */
#text-extras.extras-newspaper-sheet {
position: relative;
width: 100%;
max-width: 1080px;
margin: auto;
padding: 48px 8px 48px;
align-items: stretch;
text-align: left;
font-size: 16px;
flex-shrink: 0;
}

.extras-overlay-close {
position: absolute;
top: 8px;
right: 8px;
z-index: 3;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
background: rgba(234, 232, 228, 0.92);
border: 1px solid #000;
color: #000;
padding: 10px 14px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.extras-overlay-close:hover,
.extras-overlay-close:focus {
color: #8b1538;
border-color: #8b1538;
outline: none;
}

#text-extras p.extras-directory-kicker,
#text-credits p.extras-directory-kicker {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
font-size: clamp(34px, 7vw, 52px);
line-height: 1;
}

#text-extras .extras-directory-kicker-link,
#text-credits .extras-directory-kicker-link {
display: inline-block;
padding: 12px 32px;
color: #fff !important;
background: #000;
border: none;
text-decoration: none;
}

#text-extras .extras-directory-kicker-link .td-typewriter,
#text-credits .extras-directory-kicker-link .td-typewriter {
color: #fff !important;
}

#text-extras .extras-directory-kicker-link:hover,
#text-credits .extras-directory-kicker-link:hover {
color: #fff !important;
opacity: 0.92;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-masthead-link {
background: transparent !important;
color: #000 !important;
padding: 6px 12px;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-masthead-link .td-typewriter {
color: #000 !important;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-masthead {
margin-bottom: 20px;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-hed {
font-family: 'BebasNeueRegular', Impact, "Arial Narrow", sans-serif;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
font-size: clamp(32px, 6.5vw, 68px);
line-height: 0.98;
letter-spacing: -0.02em;
text-align: center;
color: #000;
margin: 0 0 26px;
padding: 0 4px;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-columns {
column-count: 3;
column-gap: 2rem;
column-rule: 1px solid rgba(0, 0, 0, 0.22);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: clamp(13px, 1.5vw, 15px);
line-height: 1.5;
color: #111;
-webkit-hyphens: auto;
hyphens: auto;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-columns > p:not(.extras-newspaper-cta) {
margin: 0 0 1em;
text-align: justify;
text-justify: inter-word;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-transform: none;
color: #111;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-lead {
font-style: italic;
margin-top: 0;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-list {
margin: 0 0 1em;
padding: 0;
list-style: none;
text-align: left;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-list li {
position: relative;
margin: 0 0 0.45em;
padding-left: 1.05em;
break-inside: avoid;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-list li::before {
content: "\2014";
position: absolute;
left: 0;
color: #8b1538;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-cta {
column-span: all;
margin: 1.75rem 0 0;
padding: 1.25rem 12px 0;
border-top: 2px solid #000;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: clamp(13px, 1.5vw, 15px);
line-height: 1.55;
color: #111;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-cta-lead a {
font-family: 'BebasNeueRegular', Impact, "Arial Narrow", sans-serif;
font-size: clamp(15px, 2vw, 18px);
letter-spacing: 0.08em;
text-transform: uppercase;
text-decoration: none;
color: #8b1538 !important;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-cta-lead a:hover,
#text-extras.extras-newspaper-sheet .extras-newspaper-cta-lead a:focus {
color: #000 !important;
outline: none;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-cta-rest {
font-style: normal;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-cta strong {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}

#text-extras p,
#text-credits p {
width: 100%;
text-align: center;
font-family: 'BebasNeueRegular';
font-style: normal;
font-weight: normal;
color: #fff;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-columns p.extras-newspaper-cta {
font-family: Georgia, "Times New Roman", Times, serif;
}

#text-extras a,
#text-credits a {
font-family: 'BebasNeueRegular';
font-style: normal;
font-weight: normal;
color: #a81c1b;
}

#text-extras a:hover,
#text-credits a:hover {
color: #fff;
}

@media (max-width: 820px) {
#text-extras.extras-newspaper-sheet .extras-newspaper-columns {
column-count: 2;
column-gap: 1.5rem;
}
}

@media (max-width: 560px) {
#text-extras.extras-newspaper-sheet .extras-newspaper-columns {
column-count: 1;
column-rule: none;
-webkit-hyphens: none;
hyphens: none;
}

#text-extras.extras-newspaper-sheet .extras-newspaper-columns > p:not(.extras-newspaper-cta) {
text-align: left;
}
}

/* 8. credits (same overlay pattern as extras) */
#credits {
position: fixed;
background: #000;
width: 100%;
height: 100%;
margin-top: -100%;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 99999;
}

#text-credits {
width: 88%;
max-width: 560px;
margin: 0;
padding: 0;
background: none;
position: relative;
left: auto;
bottom: auto;
font-size: 20px;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-sizing: border-box;
}

.credits-overlay-close {
position: absolute;
top: 8px;
right: 8px;
z-index: 3;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
background: transparent;
border: 1px solid #fff;
color: #fff;
padding: 10px 14px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.credits-overlay-close:hover,
.credits-overlay-close:focus {
color: #000;
background: #fff;
border-color: #fff;
outline: none;
}

/* 9. fonts */
@font-face {
font-family: 'BebasNeueRegular';
src: url('../fonts/bebasneue-webfont.eot');
src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/bebasneue-webfont.woff') format('woff'),
     url('../fonts/bebasneue-webfont.ttf') format('truetype'),
     url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
font-style: normal;
font-weight: normal;
}

/* 10. supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/progress.gif) no-repeat center center; z-index: 0; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url(../images/progress.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }

/* Single-slide: no multi-slide chrome (arrows, caption, thumbs, tray toggle, progress) */
body.supersized-single-slide #prevslide,
body.supersized-single-slide #nextslide,
body.supersized-single-slide ul#slide-list,
body.supersized-single-slide #slidecaption,
body.supersized-single-slide #thumb-tray,
body.supersized-single-slide #progress-back,
body.supersized-single-slide #controls-wrapper,
body.supersized-single-slide #tray-button {
	display: none !important;
}

/* 11. contact form */
#form {
margin: 0 auto;
padding: 20px 5px 0 5px;
background: none;
float: none;
width: 790px;
text-align: left;
}

#form a {
color: #a81c1b;
text-decoration: none;
font-weight: bold;
outline: none;
}

#form a:hover {
color: #fff;
}

#form p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
padding-top: 15px;
padding-right: 25px;
text-align: left;
}

#form strong {
font-weight: bold;
}

#form div {
float: left;
width: 250px;
position: relative;
margin: 0;
padding: 0;
}

#form div label {
width: 225px;
display: block;
font-size: 10px;
line-height: 11px;
margin: 0 0 2px 0;
}

.success {
font-family: 'BebasNeueRegular';
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
margin: 0 auto;
padding: 20px 5px 0 5px;
background: none;
float: none;
width: 790px;
}

.success strong {
font-weight: normal;
color: #fff;
}

.error {
color: #a81c1b;
font-size: 10px;
line-height: 11px;
position: absolute;
top: 0;
right: 15px;
}

#form input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
width: 225px;
margin: 0 0 10px 0;
padding: 10px 5px 10px 5px;
background-color: #fff;
border: none;
}

.subject {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
width: 225px;
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
padding-top: 8px;
padding-right: 5px;
padding-bottom: 8px;
padding-left: 5px;
background-color: #fff;
border: none;
}

#form textarea {
width: 280px;
height: 132px;
}

#form input:focus, #form textarea:focus {
color: #000;
background-color: #fefefe;
}

#form .submit {
font-family: 'BebasNeueRegular';
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
position: relative;
width: 80px;
height: 28px;
line-height: 24px;
float: right;
margin-top: 5px;
margin-right: -41px;
padding: 0 10px;
color: #fff;
background: #a81c1b;
cursor: pointer;
}

#form .submit:hover, #form .submit:focus {
background-color: #a81c1b;
color: #fff;
}

/* 12. top panel */
#top-panel-container {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
top: 74px;
}

.panel-shadow {
width: 100%;
height: 30px;
background: url(../images/top-shadow.png) repeat-x bottom;
overflow: hidden;
top: 0;
left: 0;
}

.panel-button {
width: 135px;
height: 35px;
position: absolute;
right: 8px;
top: -35px;
background: none;
cursor: pointer;
display: visible;
z-index: 1000;
}

.panel-button img {
position: absolute;
top: 9px;
left: 15px;
border: none;
}

.panel-button a {
font-family: 'BebasNeueRegular';
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
position: relative;
color: #fff;
top: 9px;
left: 30px;
}

.panel-button a:hover {
font-family: 'BebasNeueRegular';
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
color: #a81c1b;
}

#close-button {
display: none;
}

#top-panel {
width: 100%;
position: absolute;
left: 0;
z-index: 1000;
}

#panel {
width: 100%;
position: relative;
top: 1px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
z-index: 1000;
}

#panel-contents {
width: 100%;
height: 100%;
position: absolute;
background: #000;
overflow: hidden;
z-index: 0;
}

/* Purchase slide — taller floor + extra scroll padding */
#slide-section8.slide {
min-height: 280px;
padding-bottom: 28px;
}

/* Single column, left-aligned (override 30% / 64% float split) */
#slide-section8 .post-left-top.purchase-intro,
#slide-section8 .post-left-bottom.last.purchase-details {
float: none;
width: 92%;
max-width: 720px;
margin-left: 0;
margin-right: 0;
clear: both;
text-align: left;
}

#slide-section8 .purchase-intro h1 {
text-align: left;
}

#slide-section8 .purchase-intro p,
#slide-section8 .purchase-details p {
line-height: 1.55;
}

#slide-section8 .purchase-cta {
margin-top: 20px;
clear: both;
}

#slide-section8 a.purchase-btn {
display: inline-block;
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.2;
text-transform: uppercase;
padding: 10px 22px;
color: #fff !important;
background: #a81c1b;
text-decoration: none;
border: 0;
cursor: pointer;
}

#slide-section8 a.purchase-btn:hover,
#slide-section8 a.purchase-btn:focus {
color: #fff !important;
background: #8c1716;
text-decoration: none;
}

/* Phase 2 — fluid widths inside footer slides + jCarousel controls on narrow viewports */
@media (max-width: 1000px) {
	.slide .wrapper {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 14px;
		padding-right: 14px;
		box-sizing: border-box;
	}

	.slide .wrapper-full {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.slide .container-full {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}

	.slide .container-full.td-section-directory-only {
		padding-left: max(16px, env(safe-area-inset-left, 0px));
		padding-right: max(16px, env(safe-area-inset-right, 0px));
	}

	.slide .post-left-top,
	.slide .post-left-bottom {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		clear: both;
	}

	/* Our Team — smartTab was fixed 160px + 460px columns */
	.slide .stContainer {
		width: 100%;
		max-width: 100%;
	}

	.slide .stContainer ul {
		float: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 4px 10px;
		margin: 0 0 12px 0;
		padding: 0;
	}

	.slide .stContainer ul li {
		float: none;
	}

	.slide .stContainer ul li a {
		width: auto;
		min-width: 0;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.slide .stContainer > div[id^="tabs-"] {
		float: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		overflow: visible;
		margin: 0 0 8px 0;
		padding: 0 2px 0 0;
		box-sizing: border-box;
	}

	/* jCarousel — prev/next were off-screen (negative left); items were 290px fixed */
	.slide .jcarousel-skin-one .jcarousel-container-horizontal {
		position: relative;
		padding-bottom: 52px;
		box-sizing: border-box;
	}

	.slide .jcarousel-skin-one .jcarousel-prev-horizontal {
		left: 10px;
		right: auto;
		bottom: 10px;
	}

	.slide .jcarousel-skin-one .jcarousel-next-horizontal {
		left: auto;
		right: 10px;
		bottom: 10px;
	}

	.slide .jcarousel-skin-one .jcarousel-item {
		width: min(290px, calc(100vw - 88px));
		max-width: 100%;
	}

	.slide .jcarousel-skin-one .jcarousel-item-horizontal {
		margin-right: min(48px, 6vw);
	}

	.slide .jcarousel-skin-one span.roll-news {
		width: min(290px, calc(100vw - 88px));
		max-width: 100%;
	}

	.slide .post-left-bottom.last {
		overflow-x: hidden;
		max-width: 100%;
	}
}

/* Phase 3 — footer + chrome: reflow, tap targets, flyouts without hover, less overlap */
@media (max-width: 900px) {
	.slide {
		bottom: 124px;
		max-height: calc(100vh - 199px);
	}

	.bottom-shadow {
		bottom: 124px;
	}

	#footer {
		height: 124px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		gap: 2px;
		padding: 2px max(8px, env(safe-area-inset-left, 0px)) max(4px, env(safe-area-inset-bottom, 0px)) max(8px, env(safe-area-inset-right, 0px));
		box-sizing: border-box;
	}

	#menu {
		position: static;
		width: 100%;
		font-size: clamp(13px, 3.4vw, 16px);
		flex: 0 0 auto;
	}

	#menu-right {
		position: static;
		width: 100%;
		font-size: clamp(13px, 3.4vw, 16px);
		flex: 0 0 auto;
	}

	.menu {
		float: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 2px 4px;
	}

	.menu li {
		float: none;
		padding: 0;
		position: relative;
	}

	.menu li a,
	.menu li {
		float: none;
	}

	.menu li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		padding: 4px 8px;
		box-sizing: border-box;
	}

	.menu li:focus-within ul {
		display: block;
		z-index: 12100;
	}

	.menu li ul a {
		display: inline-flex;
		align-items: center;
		min-height: 40px;
		padding: 6px 12px;
		box-sizing: border-box;
	}

	.menu-right {
		float: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 2px 6px;
	}

	.menu-right li {
		float: none;
		padding: 0;
	}

	.menu-right li a,
	.menu-right li {
		float: none;
	}

	.menu-right li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		min-width: 40px;
		padding: 4px 8px;
		box-sizing: border-box;
	}

	#tray-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
	}

	#tray-button img {
		display: block;
		width: 22px;
		height: auto;
	}

	.newsletter-wrapper {
		bottom: 128px;
		right: max(8px, env(safe-area-inset-right, 0px));
		left: auto;
		max-width: calc(100vw - 16px);
	}

	.newsletter {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		gap: 4px;
	}

	input#subscribeemail {
		width: min(140px, 36vw);
		max-width: 100%;
	}

	input#submit {
		min-height: 44px;
		padding: 0 12px;
		box-sizing: border-box;
	}

	#copyright {
		left: auto;
		right: max(8px, env(safe-area-inset-right, 0px));
		bottom: max(4px, env(safe-area-inset-bottom, 0px));
		max-width: min(260px, 55vw);
		text-align: right;
		line-height: 1.25;
		background-color: #eae8e4;
		background-image: url("../images/wheat1.jpg");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding: 6px 8px;
		border-radius: 4px;
	}

	/* Keep index split-view above the taller footer bar */
	body.is-directory-slide #directory-slide-overlay {
		bottom: 124px;
	}
}