/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/js/boxsizing-ie7.htc); }
articleaside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block}
audio,canvas,video {display:inline-block;*display:inline;*zoom:1}
audio:not([controls]) {display:none;height:0}
[hidden] {display:none}
html {font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; }
body {margin:0}
a,a:link,a:visited { text-decoration: none; }
a:focus {outline:thin dotted}
a:active,a:hover {outline:0; text-decoration: underline; }
h1 {font-size:3em;margin:.67em 0}
h2 {font-size:2.3em;margin:1.4em 0 0.5em; color: #79ad33; font-weight: normal; }
h3 {font-size:1.9em;margin:1.4em 0 0.5em}
h4 {font-size:1.7em;margin:1.4em 0 0.5em}
h5 {font-size:1.5em;margin:1.4em 0 0.5em}
h6 {font-size:1.4em;margin:1.4em 0 0.5em}
h6 { font-weight: 400; font-size: 1.8em; line-height: 1.5; }



h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child { margin-top: 0; }
abbr[title] {border-bottom:1px dotted}
blockquote {margin:1em 40px}
p,pre {margin:1em 0}
h4 + p { margin-top: 0.5em; }
p,td,li {font-size: 1.4em; line-height: 150%; }
.main p,.main li { font-size: 1.5em; }
p.small { font-size: 1.25em; }
li p { font-size: 1em; }
p.base { font-size: 1.4em !important; line-height: 150% !important; }
code,kbd,pre,samp {font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word}
menu,ol,ul {padding:0 0 0 40px}
nav ul,nav ol {list-style:none;list-style-image:none}
img {border:0;-ms-interpolation-mode:bicubic; }
form {margin:0}
fieldset {border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend {border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea {font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input {line-height:normal}
button,select {text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled] {cursor:default}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0}
textarea {overflow:auto;vertical-align:top}
table {border-collapse:collapse;border-spacing:0}

/* --- PAGE --- */
body { background: #fff; color: #231f20; padding: 0; font: 62.5% "Montserrat-Regular",Montserrat,Arial,Helvetica,sans-serif; }
.inner,#subnav ul { width: 1200px; margin: 0 auto; position: relative; }
article .inner,footer .inner,.content .inner,#subnav ul { padding: 0 20px; }
#top,.topbar,header,#prinav,.slideshow,#subnav,#main,footer,.inner { min-width: 1024px; box-sizing: border-box; }

a,a:link { color: #5d6815; font-weight: bold;}
a:hover,a:active,a:focus { color: #738402; }
a.enlarge { cursor: zoom-in; }
a[href^=tel]:link,a[href^=tel]:hover { color: inherit; text-decoration: none; cursor: text; }

/* Header */
#top { position: relative; }
.topbar { position: absolute; z-index: 1; top: 0; left: 0; display: block; height: 72px; width: 100%; background: #fff; opacity: 0.8; }
header { position: relative; z-index: 2; }
header .logo { position: absolute; top: 13px; left: 13px; z-index: 2; }
      
/* --- MAIN NAV --- */
#prinav { position: absolute; padding: 0 20px 0 190px; left: 0; top: 12px; display: table;}
nav ul { display: table-row; }  
nav ul li { display: table-cell; margin: 0; padding: 0 10px; text-align: center;}
#prinav a { text-transform: uppercase; font-size: 1em; line-height: 105%; display: block; padding: 10px 6px 10px; height: 72px;position: relative; color: #222; -moz-transition: color 0.25s; -webkit-transition: color 0.25s; transition: color 0.25s; }
#prinav .current a,#prinav a:hover,#prinav a:active,#prinav a:focus { color: #c27817; text-decoration: none; }
#prinav .current a:hover,#prinav .current a:active,#prinav .current a:focus { color: #cf811a; }
#prinav a b { display: block; position: absolute; left: 50%; bottom: 0; margin-left: -15px; width: 29px; height: 29px; background: #d6c6b7 url(/assets/icons/arrows.png) no-repeat 4px -42px; background-size: 174px; -moz-transition: background-color 0.25s; -webkit-transition: background-color 0.25s; transition: background-color 0.25s;  }
#prinav a:hover b,#prinav a:active b,#prinav a:focus b { background-color: #cdac7c; }
#prinav .current a b { background-color: #d4a255; }
#prinav .current a:hover b,#prinav .current a:active b,#prinav .current a:focus b { background-color: #e19734; }

/* Subnav */
#subnav,#subnav a { background: #8f9681;}
#subnav ul { overflow: hidden; }
#subnav li { margin: 0; }
#subnav a { display: block; color: #fff; padding: 12px; text-transform: uppercase; font-size: 1.1em; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; transition: all 0.25s;}
#subnav .current,#subnav .current a { color: #8f9681; background: #d9d4d0; }
#subnav a:hover,#subnav a:active,#subnav a:focus { text-decoration: none; background: #a3b186; }
#subnav .current a:hover,#subnav .current a:active,#subnav .current a:focus { background: #d9d4d0; color: #697b46; }
#subnav .inner { padding-left: 20px; }

.news #subnav,.news #subnav a { background: #6c8fbe;}
.news #subnav a { color: #fff; }
.news #subnav .current,.news #subnav .current a { color: #6c8fbe; background: #f3f0e6; }
.news #subnav a:hover,.news #subnav a:active,.news #subnav a:focus { background: #6b9ee5; }
.news #subnav .current a:hover,.news #subnav .current a:active,.news #subnav .current a:focus { background: #f3f0e6; color: #4888e0; }

/* CTAs */
.cta { display: inline-block; padding: 9px 30px 9px 12px; line-height: 22px;color: #fff; font-weight: bold; -moz-transition: background-color 0.25s; -webkit-transition: background-color 0.25s; transition: background-color 0.25s;}
a.linkarrow { display: inline-block; }
a.cta:link,a.cta:visited { color: #fff; }
.primary { background: #d4a156; }
.secondary { background: #8e9580; }
.facebook { background: #3b5998; }
.facebook::before { content: ''; display: inline-block; float: left;width: 14px; height: 24px; margin-right: 6px; background: url(/assets/icons/social.png) no-repeat 0px -22px; background-size: 20px 45px; }
a.cta::after,a.linkarrow::after { content: ''; width: 22px; height: 30px; display: inline-block; margin: -10px -20px -10px 0; background: url(/assets/icons/arrows.png) no-repeat -45px -42px; background-size: 174px; }
.cta:hover,.cta:active,.cta:focus { text-decoration: none; }
.primary:hover,.primary:active,.primary:focus { background: #e8b059; }
.secondary:hover,.secondary:active,.secondary:focus { background: #a0a98f; }
.mustard:hover,.mustard:active,.mustard:focus { background: #ebc936; }
.facebook:hover,.facebook:active,.facebook:focus { background: #416fb5; }
.openwkd:hover,.openwkd:active,.openwkd:focus { background: #81a0db; }
.cta_wrap.fright { margin-left: 30px; }
.intro .cta_wrap.fright { margin-top: -20px; margin-bottom: -13px; }




.cta_wrap.fleft { margin-right: 20px; }
.cta_wrap p { margin: 0 0 6px; }
.cta_wrap .cta,.content aside .cta { display: block; }
.content aside .cta { font-size: 1.1em; }

.ctaA { background: #5d623c; }
.ctaB { background: #6c8fbe; }
.ctaC { background: #697680; }
.ctaA:hover,.ctaA:active,.ctaA:focus { background: #686f39; }
.ctaB:hover,.ctaB:active,.ctaB:focus { background: #6999da; }
.ctaC:hover,.ctaC:active,.ctaC:focus { background: #6d8699; }


/* --- CONTENT --- */
p.rule { height: 1px; border-bottom: 1px solid #eee; margin: 22px 50px;}

/* Slideshow */
.slideshow { width: 100%; height: 318px; list-style-type: none; padding: 0; margin: 0; text-align: center; z-index: 0; overflow: hidden; background: #444; }
.home .slideshow { border-bottom: 1px solid #6b7983; }
.owl-item,.single div { position: relative; width: 100%; text-align: center; padding: 0; margin: 0; height: 318px; overflow: hidden;}
.home .slideshow,.home .owl-item { height: 700px; }
.slideshow img { position: absolute; top: 0; left: 50%; margin: 0 0 0 -832px; }
.slideshow h2 { width: 990px; margin: 0 0 0 -495px; position: absolute; top: 175px; left: 50%; text-transform: uppercase; color: #fff; font-size: 3.6em; line-height: 100%;  text-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-transition: top 0.5s; -webkit-transition: top 0.5s; transition: top 0.5s;}
.slideshow img,.slideshow,.owl-item { -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }


span.info { display: block; width: 50px; height: 50px; position: absolute; left: 50%; cursor: help; background: url(/assets/icons/misc-x2.png) no-repeat 0px 0px; background-size: 100px; }
#info1 { bottom: 150px;left: 60%; }
#info2 { top: 400px; left: 60%; }
#info3 { bottom: 220px; left: 50%; margin-left: -235px;}
#infocont1 { top: 390px; left: 58%; }
#infocont2 { top: 290px; left: 60%; }
#infocont3 { top: 410px; left: 50%; margin-left: -160px;}
.info-content { display: inline-block; visibility: hidden; opacity: 0; background: #000; background: rgba(0,0,0,0.83); position: absolute; color: #fff; padding: 10px 12px 8px; max-width: 220px; text-align: left; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; transition: all 0.3s; }
.info-content h4 { text-transform: uppercase; font-size: 1.5em; margin: 0 0 4px; }
.info-content p { font-size: 1.3em; margin: 0 0 4px; line-height: 125%; color: #d9d4cf; }
.info-content p a:link,.info-content p a:visited { font-size: 1.15em; color: #4daae1; }
.info-content p a:hover,.info-content p a:focus { color: #5cbff9; }
.info-content-visible { opacity: 1; visibility: visible; }

#slide_overlay_box2 { position: absolute; bottom: 0; left: 0; width: 100%; padding: 14px; color: #fff; text-align: center; font-size: 1.8em; font-weight: 700; background: #cfb216; background: rgba(205,179,50,0.85); border-top: 1px solid #eed54d; }
#slide_overlay_box2 strong { font-weight: 700; text-transform: uppercase; }
#slide_overlay_box2 a:link,#slide_overlay_box2 a:visited { color: #fff; }
#slide_overlay_box2 br { display: none; }

/* Page sections */ 
.intro { background: #d1cac4; padding: 26px 0; border-bottom: 1px solid #aa9e93; }

.white-panel { background: #fff; padding: 26px 0; border-bottom: 1px solid #434f58; }

.content { background: #d9d4d0; color: #222; border-bottom: 1px solid #ab9f93; }
.news .content { background: #f3f0e6; border-bottom: 1px solid #ab9f93; }
.content .inner { padding-top: 24px; padding-bottom: 26px; overflow: hidden; }
.content .inner article { width: 740px; float: left;}
.content .inner article.fullwidth { width: auto; float: none; }
.content .inner aside { width: 170px; float: right; }
.content .inner p,.content .inner li { font-size: 1.3em; }
.content img { max-width: 100%; height: auto; }

.twocols { -webkit-column-gap: 3.2em; -moz-column-gap: 3.2em; column-gap: 3.2em; -webkit-columns: 340px; -moz-columns: 340px; columns: 340px; }

/* File links */
a.file-pdf { background-position: 10px -90px; }
a.file-img { background-position: 10px -190px; }
a.file-txt { background-position: 10px -290px; }
a.file-doc { background-position: 10px -390px; }
a.file-xls { background-position: 10px -490px; }
a.file-ppt { background-position: 10px -590px; }
a.file-media { background-position: 10px -690px; }
.news a.filelink { background-color: #fbfaf8; }
.news a.filelink:hover,.news a.filelink:active,.news a.filelink:focus { background-color: #fff; }

/* Social icons */
a.icon-fb::before { content: ''; display: inline-block; float: left;width: 20px; height: 20px; margin-right: 7px; background: #3b5998 url(/assets/icons/social.png) no-repeat 5px -22px; background-size: 20px 45px; }
a.icon-fb:link,a.icon-fb:visited { line-height: 20px; color: #3b5998; }
a.icon-fb:hover,a.icon-fb:focus { color: #416fb5; }
a.icon-fb:hover::before,a.icon-fb:focus::before { background-color: #416fb5; }

a.icon-insta::before { content: ''; display: inline-block; float: left;width: 20px; height: 20px; margin-right: 7px; background: #333 url(/assets/icons/instagram.png) no-repeat 2px -22.5px; background-size: 20px 45px; }
a.icon-insta:link,a.icon-insta:visited { line-height: 20px; color: #333; }
a.icon-insta:hover,a.icon-insta:focus { color: #333; }
a.icon-insta:hover::before,a.icon-insta:focus::before { background-color: #333; }


li.social { margin-top: 8px; }


/* Collection list box */
ul.collectionlist { list-style-type: none; padding: 0; margin: 10px 0; *zoom: 1;}
ul.collectionlist::after { content: ''; display: block; clear: both; }
ul.collectionlist:before,ul.collectionlist:after { content: " "; display: table; } /* IE8 */
ul.collectionlist:after { clear: both; } /* IE8 */
.collectionlist li { float: left; padding: 0; margin: 0; text-align: center;}
.collectionlist a { display: block; height: 126px; width: 95px; position: relative; padding-top: 20px; margin: 0 0 0 1px;}
.collectionlist a::before { content: ''; display: block; position: absolute; left: 50%; top: -1px; margin-left: -14px; width: 29px; height: 28px; background: url(/assets/icons/arrows.png) no-repeat -96px -41px; background-size: 174px; -webkit-transition: top 0.3s; -moz-transition: top 0.3s; transition: top 0.3s; }
.collectionlist a span { display: block; margin-top: -8px; font-size: 0.9em; line-height: 105%;}
.collectionlist a:hover::before { top: 4px; }
.collection .collectionlist { margin-bottom: 2px; }
.collection .collectionlist .current a::before { top: auto; bottom: -16px; background-color: #d4a255; }

/* Overview box */
.homeoverview { background: #819477 url(/assets/bg/blurred-bar.jpg) no-repeat center top; padding: 46px 0 38px; border-bottom: 1px solid #777142; background-size: cover; }
.homeoverview h5 { background: #4e656a; color: #fff; padding: 16px; text-align: center; font-size: 1.7em; line-height: 145%; margin: 0 auto; }
.homeoverview p { text-align: center; font-size: 1.7em; line-height: 450%; }
.homeoverview .cta { text-transform: uppercase; padding: 12px 28px; min-width: 240px; margin: -5px 24px;}

/* Homepage overlay box */
#slide_overlay_box { background: #728cbd; position: absolute; top: 323px; left: 50%; margin-left: 100px;text-align: center; color: #fff; padding: 22px 30px 7px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3),0 0 12px 7px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3),0 0 12px 7px rgba(0,0,0,0.3); box-shadow: 0 0 5px rgba(0,0,0,0.3),0 0 12px 7px rgba(0,0,0,0.3); }
#slide_overlay_box p { color: #fff; margin: 0 0 8px; font-size: 1.2em; line-height: 140%;}
#slide_overlay_box p.highlight { margin: -4px 0 0; font-size: 1.7em;}
#slide_overlay_box h2 { margin: 6px 0 0; color: #fff; font-weight: bold; font-size: 2.7em;}
#slide_overlay_box h3 { margin: 0 0 18px; font-size: 1.8em; }
#slide_overlay_box .cta { font-size: 1.45em; }
#slide_overlay_box .cta:hover,#slide_overlay_box .cta:focus { color: #fff79f; }
#slide_overlay_box.slide_overlay_box_small { top: 500px; margin-left: 150px;}

/* --- NEWS --- */
.news h4 { color: #6c8fbe; font-size: 1.4em;}

/* Article List */
.articlelist { list-style-type: none; padding: 0; margin: -8px 0 16px;}
.articlelist h5 { margin: 0 0 8px; font-size: 1.4em;}
.content .articlelist li p { font-size: 1em; margin: 0.6em 0;}
.articlelist li p.date { font-weight: bold; }
.articlelist li { padding: 24px 0 12px; border-bottom: 1px solid #888; overflow: hidden;}
.news .articlelist li { border-bottom: 1px solid #6c8fbe; }
.articlelist img { float: right; margin: 0 0 10px 20px; }

.newsbox h5 { margin: 0; }
.newsbox h5 a:link,.newsbox h5 a:visited,.newsbox p a:link,.newsbox p a:visited { display: block; background: #6c8fbe; color: #fff; padding: 5px 10px; }
.newsbox ul { list-style-type: none; padding: 0; margin: 4px 0 0;}
.newsbox li { padding: 5px 8px; border-bottom: 1px solid #6c8fbe; line-height: 125%; }
.newsbox p { margin: 0 0 16px; }
.newsbox a .date { font-weight: normal; color: #444; font-size: 0.9em; }

/* --- Social --- */

ul.share { list-style-type: none; padding: 0 0 26px 40px; }

.fbshare { display: block; width: 74px; height: 27px; background: url(/assets/buttons/facebook-share.png) no-repeat 0 0; }
.fbshare:hover,.fbshare:focus { background-position: 0 -50px; text-decoration: none; }


/* --- THE COLLECTION --- */
.collection { background: #fff; }
.collection .inner { padding-top: 14px; overflow: visible;}
.collection .inner .fullwidth { min-height: 300px; }
.collection .white-panel { padding: 4px 0 0; border-bottom: 1px solid #aa9e93; }
.collection .white-panel .inner { padding-top: 0; padding-bottom: 0; }
.collection h3 { color: #617276; margin-bottom: 24px; }
.collection p.viewall { font-size: 1.6em; color: #929b9d; }


.gallerylist { list-style-type: none; margin: 0; padding: 0; overflow: hidden; }
.gallerylist li { float: left; margin: 0 10px 4px 0; }
.gallerylist a { display: block; border-bottom: 6px solid #fff; line-height: 0; }
.news .gallerylist a { border-bottom: 6px solid #F3F0E6; }
.gallerylist li.current a { border-bottom: 6px solid #d4a255; }
.gallerylist img,.gallerylist .noimage { width: 135px; height: auto; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.gallerylist span.noimage { display: block; height: 92px; background: #ccc url(/assets/logos/dunsfold-collection-watermark.png) no-repeat center center; background-size: 80px;}
.gallerylist a:hover,.gallerylist a:active,.gallerylist a:focus { text-decoration: none; border-bottom: 6px solid #e1bd88; }
.gallerylist a:hover img,.gallerylist a:active img,.gallerylist a:focus img { -webkit-filter: brightness(120%); filter: brightness(120%); }
.gallerylist a:hover .noimage,.gallerylist a:active .noimage,.gallerylist a:focus .noimage { background-color: #ddd; }
.gallery .gallerylist { margin-bottom: 12px; }

.vehicle { border-top: 1px solid #aa9e93; border-bottom: 1px solid #aa9e93; margin-top: 38px; padding: 20px 0; overflow: hidden; }
.gallery { margin-top: 28px; padding: 0 0 20px; overflow: hidden; }
.fullwidth .vehicle { border-bottom: none; }
.veh-lgimg { float: left; width: 640px; position: relative; text-align: center; }
.veh-lgimg img { max-width: 640px; height: auto; margin-bottom: 20px; }
.content .veh-ctas p { text-align: left; text-transform: uppercase; color: #4e656a; font-size: 1.4em; margin: 0 0 8px; }
.content .veh-lgimg p.imgCaption { text-transform: none; background: #d4a255; color: #fff; font-weight: bold; padding: 4px 8px; margin: -24px 0 18px 0; }
.veh-ctas ul.share,.gallery-desc ul.share { padding: 0; margin: 42px 0 -2px; overflow: hidden;}
.veh-ctas .share li,.gallery-desc .share li { display: inline; float: left; padding: 0 18px 0 0; }
.veh-ctas .share .gp1,.gallery-desc .share .gp1 { padding-top: 2px; }
.veh-lgimg .loading { display: block; background: #fff url(/assets/loading.gif) no-repeat center center; width: 56px; height: 56px; position: absolute; right: 292px; top: 206px; border-radius: 28px; display: none; }
.veh-info { width: 344px; display: inline-block; }
.veh-info .gallerylist li { margin-right: 0; margin-left: 10px; }
.veh-info .gallerylist img,.veh-info .gallerylist .noimage,.inline-gallery .gallerylist img,.inline-gallery .gallerylist .noimage { width: 135px; height: 111px; }
.veh-info .veh-text { padding: 22px 10px 10px 34px; }
.inner .veh-info p { margin: 0 0 8px; font-size: 1.25em; line-height: 140%;}
.veh-text { color: #4e656a; }
.veh-text strong { color: #000; }
.content p.veh-num,.content p.veh-pag  { font-size: 1.55em; color: #929b9d; margin: 0 0 20px; }
.content p.veh-num strong { color: #4e656a; }
.content p.veh-pag { float: right; text-align: right; }
.content p.veh-pag a { font-weight: normal; }
.gallery-desc { text-align: left; }

.guide_intro { border-bottom: 1px solid #aa9e93; margin-top: 2px; padding-bottom: 10px;}
.guide_intro a { display: block; padding: 7px 0; text-align: center;}
.guide_intro a .openlink { text-transform: uppercase; color: #c27817; font-size: 1.4em; display: block; position: relative; top: -1px; padding-right: 30px;}
.guide_intro a:hover,.guide_intro a:focus { color: #d7861b; text-decoration: none; }
.guide_intro a .openlink::before { content: ''; display: block; position: absolute; left: 50%;top: -2px; margin-left: 44px; width: 24px; height: 24px; background: #d4a255 url(/assets/icons/arrows.png) no-repeat -86px -37px; background-size: 154px; -moz-transition: background-color 0.25s; -webkit-transition: background-color 0.25s; transition: background-color 0.25s; }
.guide_intro a:hover .openlink::before,.guide_intro a:focus .openlink::before { background-color: #e19734; }
.guide_intro a .close::before { background-position: -130px -37px; }
.guide_intro h4 { margin: 0; font-size: 1.4em; color: #617276; font-weight: normal; }
.guide_intro h4 strong { text-transform: uppercase; color: #d59036; }

#guide_text { position: relative; top: 1em; }
#guideswitch h3{margin: 0px;font-weight:100;}
#guideswitch h4{margin-bottom: 25px;}
.serieslogo{padding-right: 20px;}
.seriesDiv {text-align: center;border-top: 1px solid #AA9E93;margin-bottom: 30px;}
.content .inner { padding-bottom: 10px;}
.seriesDiv p{color:#af9864;margin:16px;font-weight:400;}

.openwkd-gallery,.openwkd17-gallery { display: block; width: 159px; height: 159px; margin: 25px auto; line-height: 120%; font-weight: bold; text-transform:uppercase; padding: 30px 8px 20px; border: 5px solid #fff; text-align: center; background:url(/assets/bg/open-weekend-gallery-box.jpg) no-repeat; text-shadow: 0 0 5px rgba(0,0,0,0.8); font-size: 1.7em; }
.openwkd17-gallery { background:url(/assets/bg/land-rover-show-gallery-box.jpg) no-repeat; }
.openwkd-gallery:link,.openwkd-gallery:visited,.openwkd17-gallery:link,.openwkd17-gallery:visited { color: #fff; }
.openwkd-gallery:hover,.openwkd-gallery:active,.openwkd-gallery:focus,.openwkd17-gallery:hover,.openwkd17-gallery:active,.openwkd17-gallery:focus { color: #fff; border: 5px solid #d4a255; text-decoration: none; }

.inline-gallery { width: 100%; display: inline-block; }

/* In the Media */
.pub-name { color: #6c8fbe; font-size: 1.8em; margin: 0; }
h4.pub-date { color: #222; font-weight: normal; margin: 4px 0 16px; }
.medialist { list-style-type: none; margin: 0; padding: 0; overflow: hidden; vertical-align: bottom; }
.medialist li { float: left;vertical-align: bottom; margin: 0 0 40px; width: 25%; padding-right: 20px; }
.medialist li:nth-child(4n+1) { clear: both; }
.medialist img,.thumbs img { margin: 0 0 8px; -webkit-filter: saturate(80%); filter: saturate(80%); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.medialist a:hover img,.medialist a:active img,.medialist a:focus img,
.thumbs a:hover img,.thumbs a:active img,.thumbs a:focus img { -webkit-filter: saturate(110%); filter: saturate(110%); }
.medialist a { display: inline-block; }
.medialist a:hover,.medialist a:focus,.medialist a:active { text-decoration: none; }
.medialist h4 { font-size: 1.3em; margin: 0 0 4px; padding-left: 1px;}
.medialist a:hover h4,.medialist a:focus h4,.medialist a:active h4 { color: #5e9ef4; }
.medialist p { font-size: 1em; margin: 0 0 4px; padding-left: 1px; line-height: 120%;}
.medialist a .pub-name { font-size: 1em; color: #222; }
.medialist a .pub-date { font-size: 1em; font-weight: normal; color: #222; }
.medialist a:hover p,.medialist a:focus p,.medialist a:active p { color: #555; }
.thumbs span.noimage { display: block; height: 235px; width: 166px; background: #ccc url(/assets/logos/dunsfold-collection-watermark.png) no-repeat center center; background-size: 120px; text-decoration: none;}
p.thumbs { margin: 24px 0; }
.thumbs img { margin-right: 14px; }
.pg_in-the-media a.filelink { min-width: 300px; }

p.provabox { background: #fff; text-align: center; padding: 10px; width: 159px; line-height: 120%; margin-left: auto; margin-right: auto;}
p.provabox img { margin-bottom: 8px; }

/* Wall of fame */
#walloffame { margin-top: -1px; background: #fff; padding-bottom: 10px;}
#walloffame .inner { display: table; }
.wof-badge { display: block; height: 96px; background: url(/assets/logos/wall-of-fame-badges.png) no-repeat center 5px; }
.wof-gold { background-position: center -95px; }
.wof-silv { background-position: center -195px; }
.wof-bron { background-position: center -295px; }
#walloffame h2 { text-align: center; background: #c7a802; color: #fff; text-transform: uppercase; font-weight: 700; padding: 14px 12px 16px; }
#walloffame ol { display: table-row; list-style-type: none; padding: 0; margin: 0; overflow: hidden; font-size: 0.8em; text-align: center; }
#walloffame li { display: table-cell; width: 25%; padding: 0 20px 8px; margin: 0; vertical-align: top; }

#walloffame li h3 { text-transform: uppercase; font-size: 1.5em; margin: 16px 0;}
#walloffame p { line-height: 125%; }
#walloffame p.wof-none { color: #888; padding: 0 20px;}

/* Contact */
.pg_contact .inner article { width: 440px; }
.pg_contact .inner aside { width: 525px; }
.pg_contact aside iframe { border: 4px solid #fff !important; }

/* --- FOOTER --- */
footer { background: #e0ebf4; padding: 20px 0 40px; }
footer ul,footer .colthree { float: left; width: 33%; margin: 10px 0 60px; padding-right: 60px;}
footer ul { list-style-type: none; padding: 0;}
footer .address { clear: both; border-top: 1px solid #ab9f93; border-bottom: 1px solid #ab9f93; padding: 20px 0; margin-bottom: 10px;}
footer .address p { margin: 0; font-size: 1.2em; text-align: center; }
footer .address strong { margin-left: 10px; }
footer .address br { display: none; }
footer h4 { color: #6388ba; margin: 0 0 6px; font-size:1.8em; font-weight: normal; }
footer .colthree p { font-size: 1.2em; margin: 0 0 8px; }
footer .info p { font-size: 1.1em; }
footer .left { width: 59%; float: left; }
footer .right { width: 39%; text-align: right; float: right;}
 



/* LARGER THAN */

@media screen and (min-width: 1664px) {
 .slideshow img { min-width: 1664px; width: 100%;  height: auto; left: 0; top: auto; bottom: 0; margin-left: 0; -moz-transition: bottom 0.75s; -webkit-transition: bottom 0.25s; transition: bottom 0.75s }
.home .slideshow img { min-height: 700px; }
}
@media screen and (min-width: 1740px) {
 .slideshow img { bottom: -3%; }
}


/* SMALLER THAN */
@media screen and (max-width: 1240px) {
.inner,#subnav ul,#prinav { width: 100%; }
}

@media screen and (max-width: 1024px) {
#top,.topbar,header,#prinav,.slideshow,#subnav,#main,footer,.inner { min-width: 320px; }

header .logo { width: 140px; height: auto; }
#prinav { padding: 0 20px 0 160px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
nav ul li { padding: 0 7px; }
#prinav a { font-size: 0.95em; }



.inner,#subnav ul,#prinav { width: 100%; }
.veh-lgimg,.veh-info { float: none; width: auto; }
.veh-lgimg img { width: 100%; }
.veh-info .gallerylist li { margin-left: 0; margin-right: 10px; }
.veh-info .veh-text { padding: 22px 0 10px 0; }
.veh-ctas { padding-top: 14px; }
.veh-ctas ul.share { margin-top: 22px; }
.veh-lgimg .loading { right: 50%; margin: -28px -28px 0 0; top: 50%;}

.slideshow img { width: 1440px; margin-left: -720px; height: auto;}
.slideshow,.owl-item { height: 275px; }
.home .slideshow,.home .owl-item { height: 606px; }

#slide_overlay_box.slide_overlay_box_small { top: 420px; }
}

@media screen and (max-width: 1018px) {
 .collection .collectionlist .current a::before { bottom: auto; top: -1px; }
.slideshow h2 { width: 96%; margin-left: -48%;}
.slideshow h2 br { display: none; }
.owl-theme .owl-controls { left: 5% !important; margin-left: 0 !important; }
#slide_overlay_box { top: 300px; margin: 0; left: auto; right: 36px;}
}

@media screen and (max-width: 950px) {
 .content .inner article { float: none; width: auto; }
 .content .inner aside { float: none; margin-top: 20px; width: 100%; }
}

@media screen and (max-width: 860px) {
 nav ul li { padding: 0; vertical-align: middle; }
 #prinav a { display: table-cell;vertical-align: middle; height: 56px; width: 100%; margin: 0 auto;}
 #prinav a b { display: none; }
 #prinav { padding: 0 10px 0 135px; top: 8px; }
 #subnav a { line-height: 100%; font-size: 1em;}
 
 
#prinav a { font-size: 0.85em; }
header .logo { width: 120px; height: auto; top: 9px; left: 7px; }
}



@media screen and (max-width: 768px) {
.slideshow img { width: 1300px; height: auto; margin-left: -650px; }
.slideshow,.owl-item { height: 248px; }
.home .slideshow,.home .owl-item { height: 547px; }
.slideshow h2 { top: 160px; }
#slide_overlay_box { padding: 15px 22px 2px; font-size: 0.95em;}
 #slide_overlay_box .cta { margin-top: -6px;}
 #slide_overlay_box h2 { margin-bottom: -2px; }
 #slide_overlay_box p { line-height: 130%; }
#slide_overlay_box.slide_overlay_box_small { top: 380px; }
.medialist li { width: 33.3% }
.medialist li:nth-child(4n+1) { clear: none; }
.medialist li:nth-child(3n+1) { clear: both; }
}

@media screen and (max-width: 640px) {
#prinav { padding-left: 166px; }
#prinav a { font-size: 1.1em; }
footer .colthree { padding-right: 40px; }
#walloffame ol { display: block; }
#walloffame li { display: block; width: 50%; float: left; border: none; }
#walloffame li:nth-child(1),#walloffame li:nth-child(2) { padding-bottom: 24px;}
#walloffame li:nth-child(3) { clear: left; }
#slide_overlay_box { position: relative; top: 0; right: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; font-size: 1em;}
#slide_overlay_box br { display: none; }
#slide_overlay_box.slide_overlay_box_small { display: none; top: 0; margin-left: 0;}
}

@media screen and (max-width: 600px) {
.medialist li { width: 50% }
.medialist li:nth-child(3n+1) { clear: none; }
.medialist li:nth-child(2n+1) { clear: both; }
}

@media screen and (max-width: 560px) {
#prinav { padding-left: 142px; }
#prinav li.first { display: none; }
.homeoverview { padding: 32px 0 18px; }
.homeoverview p { line-height: 400%; }
.collection p.viewall { font-size: 1.5em; padding-left: 20px; }
.slideshow h2 { top: 140px; }
#slide_overlay_box2 { font-size: 1.5em; padding: 12px 8px; }
}

@media screen and (max-width: 500px) {
 footer .right,footer .left { float: none; text-align: center; width: auto;}
 footer { padding-bottom: 10px; }
 footer .address br { display: block; }
 footer .address strong { margin-left: 0; }
 #slide_overlay_box2 br { display: inline; }
 .owl-theme .owl-controls{ bottom: 66px !important; }
}

@media screen and (max-width: 460px) {
.owl-item img { width: 1000px; margin-left: -500px; }
.home .slideshow img,.home .slideshow,.home .owl-item { height: 420px; }
.owl-theme .owl-controls { bottom: 14px !important; }
.slideshow h2 { font-size: 3em; top: 180px; text-shadow: 0 0 15px rgba(0,0,0,1),0 0 5px rgba(0,0,0,0.5); }
#prinav { padding: 0 6px; top: 0; }
#prinav a { height: 48px; font-size: 1em; padding: 0 6px;}
.topbar { -webkit-transition: height 0.3s; -moz-transition: height 0.3s; transition: height 0.3s; height: 48px; }
footer ul.links { width: auto; float: none; margin-bottom: 10px;}
footer .colthree { width: 50%; padding-right: 30px; }
.single img { width: 1200px; height: auto; margin-left: -600px;} 
.single { height: 230px;} 
#subnav .inner { padding-left: 0; }
#subnav ul { display: block; padding: 0;}
#subnav li { display: block; }
#subnav li.stretch { display: none; }
#subnav a { padding: 10px; }
span.info { display: none; }
#slide_overlay_box { position: relative; bottom: auto; margin-top: -1px; border-bottom: 1px solid #6b7983}
}

@media screen and (max-width: 430px) {
.collection p.viewall { font-size: 1.45em; float: none; text-align: right; margin: 0;}
.collection h3 { margin-top: 0.7em; }
.veh-pag span { display: none; }
.content p.veh-pag { font-size: 1.45em; }
.collectionlist a { width: 90px; height: 120px;}
.medialist li { width: 100% }
.medialist li:nth-child(2n+1) { clear: none; }

}

@media screen and (max-width: 410px) {
.gallerylist li { margin-right: 8px; }
.gallerylist img.gallerylist .noimage { width: 96px; }
}

@media screen and (max-width: 460px) {
#prinav a { font-size: 0.9em; }
}
  
@media screen and (max-width: 380px) {
.homeoverview p { font-size: 1.6em; }
.homeoverview .cta { width: 100%; margin: -5px 0; }
footer .colthree { width: auto; padding-right: 0; margin: 0 0 16px; }
}










.whitebox { background: #fff; padding: 40px; margin: 30px 0 70px 0; position: relative; }
.whitebox h3 { color: #407c1b; font-size: 3.5em; font-weight: 400; margin: 0 0 40px 0; }
.whitebox a { text-decoration: none; background: #407c1b; color: #fff; position: relative; display: inline-block; padding: 13px 80px 13px 13px; font-size: 1.5em; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; }
.whitebox a:after { position: absolute; top: 8px; right: 15px; width: 23px; height: 30px; display: inline-block; content: ''; background: url(/assets/icons/arrows.png) 0 0 no-repeat; background-size: 174px 66px;  background-position: -48px -41px; }

.whitebox a:hover { background: #215600; }


.whitebox.wall { margin: 30px 0 60px 0; max-width: 730px; }


.whitebox:after { position: absolute; bottom: 20px; right: 30px; width: 200px; height: 100px; display: inline-block; content: ''; }
.whitebox.donation:after { background: url(/assets/icons/donate-online.png) 0 0 no-repeat; background-size: 200px 100px; }
.whitebox.wall:after { background: url(/assets/icons/wall-of-fame.png) 0 0 no-repeat; background-size: 200px 100px; }
.whitebox.friend:after { background: url(/assets/icons/become-a-friend.png) 0 0 no-repeat; background-size: 200px 100px; }

@media screen and (max-width: 800px) {
.whitebox.wall { max-width: none; width: 100%; }
}


@media screen and (max-width:600px) {
.whitebox:after { right: 0; }
}
	

@media screen and (max-width: 500px) {
.whitebox { padding: 20px 20px 100px 20px; margin: 40px 0; }
.whitebox h3 { font-size: 2.6em; margin: 0 0 20px 0; }
 .whitebox:after { bottom: 0; right: 5px; width: 150px; height: 75px; }
.whitebox.donation:after { background: url(/assets/icons/donate-online.png) 0 0 no-repeat; background-size: 150px 75px; }
.whitebox.wall:after { background: url(/assets/icons/wall-of-fame.png) 0 0 no-repeat; background-size: 150px 75px; }
.whitebox.friend:after { background: url(/assets/icons/become-a-friend.png) 0 0 no-repeat; background-size: 150px 75px; }
}


.home .calendar2021-header { background: #2f5fba; }
.home .calendar2021-header h2 { margin: 0; padding: 15px 30px; line-height: 1; color: #fff; font-size: 1.8em; text-align: center; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; }
.home .calendar2021-container { box-sizing: border-box; width: 100%; padding: 70px 30px; background: #f0efef; }
.home .calendar2021 { display: table; width: 840px; margin: 0 auto; }
.home .calendar2021 .left { display: table-cell; width: 270px; vertical-align: top; padding-left: 49px; position: relative; }
.home .calendar2021 .right { display: table-cell; width: auto; vertical-align: bottom; padding: 0 0 0 40px; }




/* Single line 
.home .calendar2021 .left:before { position: absolute; top: 19px; left: 0; width: 120px; height: 120px; display: block; content: 'NEW'; background: #2f5fba; border-radius: 50%; color: #fff; font-size: 34px; line-height: 120px; text-align: center; z-index: 1; }
 */
 
.home .calendar2021 .left:before { position: absolute; top: 19px; left: 0; width: 120px; height: 120px; display: block; content: 'SOLD'; background: #2f5fba; border-radius: 50%; color: #fff; font-size: 31px; line-height: 88px; text-align: center; z-index: 1; }
.home .calendar2021 .left:after { position: absolute; top: 79px; left: 0; width: 120px; height: 120px; display: block; content: 'OUT'; color: #fff; font-size: 31px; line-height: 1; text-align: center; z-index: 1; }






.home .calendar2021 .left img { display: block; max-width: 100%; }
.home .calendar2021 h3 { font-weight: 400; font-size: 3.6em; line-height: 1.2; color: #2f5fba; }
.home .calendar2021 h3 span { display: block; }
.home .calendar2021 p { margin: 0 0 5px 0; }
.home .calendar2021 p:last-child { margin: 0; }
.home .calendar2021 h4 { font-size: 3.4em; font-weight: 400; color: #2f5fba; margin: 0 0 30px 0; }
.home .calendar2021 h4 span { color: #000; font-size: 0.4em; padding-left: 3px; }
.home .calendar2021 a { position: relative; text-decoration: none; background-color: #2f5fba; padding: 12px 102px 12px 12px; line-height: 1; font-size: 1.1em; color: #fff; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.home .calendar2021 a:hover { background: #2d4c98; }
.home .calendar2021 a:after { position: absolute; top: 4px; right: 15px; width: 22px; height: 30px; display: inline-block; content: ''; background: url(/assets/icons/arrows.png) 0 0 no-repeat; background-size: 174px 66px;background-position: -50px -40px; }

@media screen and (max-width: 900px) {
.home .calendar2021-container { padding: 50px 30px; }
.home .calendar2021 { width: 100%; }	
.home .calendar2021 .left { width: 220px; padding-left: 0; }	


/* Single line 
.home .calendar2021 .left:before { top: 17px; left: -4px; width: 80px; height: 80px; font-size: 22px; line-height: 80px; }
 */
.home .calendar2021 .left:before { top: 16px; left: -4px; width: 80px; height: 80px; font-size: 20px; line-height: 60px; }
.home .calendar2021 .left:after { top: 57px; left: -4px; width: 80px; height: 80px; font-size: 20px; }


.home .calendar2021 h3 { font-size: 2.9em; }
.home .calendar2021 h4 { font-size: 3em; margin: 0 0 20px 0; }
}
@media screen and (max-width: 700px) {
.home .calendar2021 h3 { font-size: 2.5em; }
.home .calendar2021 h3 span { display: inline; }
}
@media screen and (max-width: 550px) {
.home .calendar2021-container { padding: 40px 20px; }	
.home .calendar2021, .home .calendar2021 .left, .home .calendar2021 .right { width: 100%; display: block; box-sizing: border-box; padding: 0; }
.home .calendar2021 .right { padding-top: 20px; }
.home .calendar2021 .left img { max-width: 270px; margin: auto; }

.home .calendar2021 .left:before { top: 30px; left: 0; right: 170px; margin: auto; }
.home .calendar2021 .left:after { top: 70px; left: 0; right: 170px; margin: auto; }

.home .calendar2021 h3 span { display: block; }
}
@media screen and (max-width: 400px) {
.home .calendar2021 h3 span { display: inline; }
.home .calendar2021-header h2 { font-size: 1.4em; }
}









.home .gift-set2021-header { background: #2f5fba; }
.home .gift-set2021-header h2 { margin: 0; padding: 15px 30px; line-height: 1; color: #fff; font-size: 1.8em; text-align: center; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; }

.home .gift-set-container { box-sizing: border-box; width: 100%; padding: 20px 30px 30px 30px; background: #f0efef; }
.home .gift-set2021 { display: table; width: 970px; margin: 0 auto; }
.home .gift-set2021 .left { display: table-cell; width: auto; vertical-align: middle; padding-left: 30px; }
.home .gift-set2021 .right { display: table-cell; width: 440px; vertical-align: top; padding: 0; position: relative; }
.home .gift-set2021 .right:before { position: absolute; top: 90px; left: 60px; width: 120px; width: 120px; height: 120px; display: block; content: 'NEW'; background: #2f5fba; border-radius: 50%; color: #fff; font-size: 34px; font-weight: 700; line-height: 120px; text-align: center; z-index: 1; }
 
 
/* Sold Out on 2 lines
.home .gift-set2021 .left:before { position: absolute; top: 19px; left: 0; width: 120px; height: 120px; display: block; content: 'SOLD'; background: #2f5fba; border-radius: 50%; color: #fff; font-size: 31px; line-height: 88px; text-align: center; z-index: 1; }
.home .gift-set2021 .left:after { position: absolute; top: 79px; left: 0; width: 120px; height: 120px; display: block; content: 'OUT'; color: #fff; font-size: 31px; line-height: 1; text-align: center; z-index: 1; }
*/

.home .gift-set2021 .left img { display: block; max-width: 100%; }
.home .gift-set2021 h3 { font-weight: 600; font-size: 3.6em; line-height: 1.2; color: #2f5fba; }
.home .gift-set2021 h3 span { display: block; }
.home .gift-set2021 p { margin: 0 0 5px 0; }
.home .gift-set2021 p:last-child { margin: 0; }
.home .gift-set2021 h4 { font-size: 3.4em; font-weight: 700; color: #2f5fba; margin: 0 0 30px 0; }
.home .gift-set2021 h4 span.postage { color: #000; font-weight: 400; font-size: 0.4em; padding-left: 3px; }
.home .gift-set2021 a { position: relative; text-decoration: none; background-color: #2f5fba; padding: 12px 102px 12px 12px; line-height: 1; font-size: 1.1em; color: #fff; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.home .gift-set2021 a:hover { background: #2d4c98; }
.home .gift-set2021 a:after { position: absolute; top: 4px; right: 15px; width: 22px; height: 30px; display: inline-block; content: ''; background: url(/assets/icons/arrows.png) 0 0 no-repeat; background-size: 174px 66px;background-position: -50px -40px; }

@media screen and (max-width: 900px) {
.home .gift-set2021-container { padding: 50px 30px; }
.home .gift-set2021 { width: 100%; }	
.home .gift-set2021 .left { width: 220px; padding-left: 0; }	


.home .gift-set2021 .left:before { top: 17px; left: -4px; width: 80px; height: 80px; font-size: 22px; line-height: 80px; }

/* Sold Out on 2 lines
.home .gift-set2021 .left:before { top: 16px; left: -4px; width: 80px; height: 80px; font-size: 20px; line-height: 60px; }
.home .gift-set2021 .left:after { top: 57px; left: -4px; width: 80px; height: 80px; font-size: 20px; }
 */
.home .gift-set2021 h3 { font-size: 2.9em; }
.home .gift-set2021 h4 { font-size: 3em; margin: 0 0 20px 0; }
}
@media screen and (max-width: 700px) {
.home .gift-set2021 h3 { font-size: 2.5em; }
.home .gift-set2021 h3 span { display: inline; }
}
@media screen and (max-width: 550px) {
.home .gift-set2021-container { padding: 40px 20px; }	
.home .gift-set2021, .home .gift-set2021 .left, .home .gift-set2021 .right { width: 100%; display: block; box-sizing: border-box; padding: 0; }
.home .gift-set2021 .right { padding-top: 20px; }
.home .gift-set2021 .left img { max-width: 270px; margin: auto; }

.home .gift-set2021 .left:before { top: 30px; left: 0; right: 170px; margin: auto; }
.home .gift-set2021 .left:after { top: 70px; left: 0; right: 170px; margin: auto; }


.home .gift-set2021 h3 span { display: block; }
}
@media screen and (max-width: 400px) {
.home .gift-set2021 h3 span { display: inline; }
.home .gift-set2021-header h2 { font-size: 1.4em; }
}







/* Update 28 July 2021 */
#main a img, #main img { border: none; vertical-align: middle; max-width: 100%; height: auto; }

#slide_overlay_box { padding: 0; }
#slide_overlay_box p { margin: 0; font-size: 0; line-height: 1; padding: 0; }
.home article.intro .inner.center p { text-align: center; max-width: 870px; margin: 0 auto; }

#main .three-panels { max-width: 1080px; margin: 0 auto; padding: 0 15px; }
#main .three-panels .col { padding: 0 15px 30px; width: calc(33.33% - 2px); display: inline-block; }

#main .three-panels a.button { text-transform: uppercase; letter-spacing: .03em; font-weight: 700; text-align: center; display: block; color: #fff; font-size: 18px; line-height: 1.2; padding: 110px 10px 30px 10px; position: relative; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

#main .three-panels a.button:before { position: absolute; top: 17px; left: 0; right: 0; margin: auto; width: 190px; height: 90px; display: inline-block; content: ''; background: url(/assets/icons/misc-icons.png) 0 0 no-repeat; background-size: 500px 1000px; border: none; }

#main .three-panels a.donate-online.button { background-color: #d4a156; }
#main .three-panels a.become-friend.button { background-color: #8f9681; }
#main .three-panels a.wall-fame.button { background-color: #c7a802; margin-right: 0; }

#main .three-panels a.button:hover { text-decoration: none; }

#main .three-panels a.donate-online.button:hover { background-color: #ac7e3a; }
#main .three-panels a.become-friend.button:hover { background-color: #6d7461; }
#main .three-panels a.wall-fame.button:hover { background-color: #9c8400; }

#main .three-panels a.donate-online.button:before { background-position: -4px -447px; }
#main .three-panels a.become-friend.button:before { background-position: -1px -333px; }
#main .three-panels a.wall-fame.button:before { background-position: -1px -205px; }

#main .easy-fundraising-home-text { padding: 0 20px; }
#main .easy-fundraising-home-text .ef-logo { max-width: 360px; margin: 0 auto; }
#main .easy-fundraising-home-text p { max-width: 720px; margin: 0 auto; padding: 0 0 20px 0; text-align: center; }


#main .easy-fundraising-home-text .ef-button { padding: 20px 0 90px 0; }
#main .ef-button a { background: #59bbbe; color: #fff; padding: 12px 33px 12px 15px; line-height: 1; text-decoration: none; display: inline-block; }
#main .ef-button a:hover { background: #328c8f; }
#main .ef-button a.cta:after { background: url(/assets/icons/arrows.png) no-repeat -42px -41px; background-size: 174px; width: 26px; }

.homeoverview { border-top: 1px solid #777142; }
.home .white-panel { border-bottom: none; }

aside .openwkd-gallery, aside .openwkd17-gallery { margin: 3px auto; }
aside .openwkd17-gallery { float: left; }
aside .openwkd-gallery { float: right; }
.content .inner aside { margin-bottom: 20px; }

.pg_donation #main .easyfundraising { background: #fff; display: table; width: 100%; margin-bottom: 30px; }
.pg_donation #main .easyfundraising .row { display: table-row; }
.pg_donation #main .easyfundraising .cell { display: table-cell; width: 50%; padding: 0 40px 15px 40px; vertical-align: top; }
.pg_donation #main .easyfundraising h3 { color: #e70184; font-size: 3em; margin: 0; font-weight: 300; }
.pg_donation #main .easyfundraising .ef-logo img { max-width: 300px; }
.pg_donation #main .easyfundraising .row:first-child .cell { vertical-align: middle; padding: 10px 40px; }
.pg_donation #main .easyfundraising .ef-button {  }

@media screen and (max-width: 850px) {
#main .three-panels { padding: 0 10px; }
#main .three-panels .col { padding: 0 10px 30px; }
#main .three-panels a.button:before { top: 15px; left: 0; right: 0; width: 150px; height: 70px; background: url(/assets/icons/misc-icons.png) 0 0 no-repeat; background-size: 400px 800px; }
#main .three-panels a.donate-online.button:before { background-position: -4px -358px; }
#main .three-panels a.become-friend.button:before { background-position: -4px -266px; }
#main .three-panels a.wall-fame.button:before { background-position: -2px -163px; }
#main .three-panels a.button { padding: 90px 10px 25px 10px; font-size: 17px; }
}

@media screen and (min-width: 651px) and (max-width: 768px) {
.pg_donation #main .easyfundraising .row > div:nth-child(1) { padding-right: 10px !important; }
.pg_donation #main .easyfundraising .row > div:nth-child(2) { padding-left: 10px !important; }
.pg_donation #main .easyfundraising h3 { font-size: 2.7em; }
}

@media screen and (max-width: 700px) {
#main .three-panels .col { padding: 0 15px 30px; width: 100%; display: block; max-width: 400px; margin: 0 auto; }
.pg_donation #main .easyfundraising { padding: 20px 40px 10px 40px; }
.pg_donation #main .easyfundraising .cell, .pg_donation #main .easyfundraising .row:first-child .cell { padding: 0; }
}
@media screen and (max-width: 650px) {
.pg_donation #main .easyfundraising, .pg_donation #main .easyfundraising .row, .pg_donation #main .easyfundraising .cell { display: block; width: 100%; }
}
@media screen and (max-width: 500px) {
.pg_donation #main .easyfundraising { padding: 20px 20px 10px 20px; }
}
@media screen and (max-width: 450px) {
.pg_donation #main .easyfundraising .ef-logo img { max-width: 100%; }
}
@media screen and (max-width: 390px) {
.content .inner aside { width: 100% !important; float: none !important; }
.openwkd-gallery, .openwkd17-gallery { width: 49%; }
}




@media screen and (min-width: 551px) and (max-width: 750px) {
.home .gift-set2021 .right:before { top: 50px; left: 10px; width: 90px; height: 90px; font-size: 25px; line-height: 90px; }
}
@media screen and (max-width: 430px) {
.home .gift-set2021 .right:before { top: 50px; left: 10px; width: 90px; height: 90px; font-size: 25px; line-height: 90px; }
}
@media screen and (min-width: 600px) and (max-width: 750px) {	
.home .gift-set2021 .right:before { top: 100px; left: 50px; }
}
















.home .calendar2022-container { box-sizing: border-box; width: 100%; padding: 70px 30px; background: #f1ead0; }
.home .calendar2022 { display: table; width: 970px; margin: 0 auto; }
.home .calendar2022 .left { display: table-cell; width: auto; vertical-align: middle; padding-left: 30px; }
.home .calendar2022 .right { display: table-cell; width: 45%; vertical-align: top; padding: 0; position: relative; }
.home .calendar2022 .right:before { position: absolute; top: 8%; left: 2%; width: 120px; width: 120px; height: 120px; display: block; content: 'NEW'; background: #2f5fba; border-radius: 50%; color: #fff; font-size: 34px; font-weight: 700; line-height: 120px; text-align: center; z-index: 1; }
 
 
/* Sold Out on 2 lines
.home .calendar2022 .left:before { position: absolute; top: 19px; left: 0; width: 120px; height: 120px; display: block; content: 'SOLD'; background: #2f5fba; border-radius: 50%; color: #fff; font-size: 31px; line-height: 88px; text-align: center; z-index: 1; }
.home .calendar2022 .left:after { position: absolute; top: 79px; left: 0; width: 120px; height: 120px; display: block; content: 'OUT'; color: #fff; font-size: 31px; line-height: 1; text-align: center; z-index: 1; }
*/

.home .calendar2022 .left img { display: block; max-width: 100%; }
.home .calendar2022 h3 { font-weight: 600; font-size: 3.6em; line-height: 1.2; color: #2f5fba; }
.home .calendar2022 h3 span { display: block; }
.home .calendar2022 p { margin: 0 0 5px 0; }
.home .calendar2022 p:last-child { margin: 0; }
.home .calendar2022 h4 { font-size: 3.4em; font-weight: 700; color: #2f5fba; margin: 20px 0 30px 0; }
.home .calendar2022 h4 span.postage { color: #000; font-weight: 400; font-size: 0.4em; padding-left: 3px; }
.home .calendar2022 a { position: relative; text-decoration: none; background-color: #2f5fba; padding: 12px 102px 12px 12px; line-height: 1; font-size: 1.1em; color: #fff; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.home .calendar2022 a:hover { background: #2d4c98; }
.home .calendar2022 a:after { position: absolute; top: 4px; right: 15px; width: 22px; height: 30px; display: inline-block; content: ''; background: url(/assets/icons/arrows.png) 0 0 no-repeat; background-size: 174px 66px;background-position: -50px -40px; }

@media screen and (max-width: 970px) {
.home .calendar2022-container { padding: 50px 30px; }
.home .calendar2022 { width: 100%; }	
.home .calendar2022 .left { padding-left: 0; padding-right: 40px; }	
.home .calendar2022 .left:before { top: 17px; left: -4px; width: 80px; height: 80px; font-size: 22px; line-height: 80px; }

/* Sold Out on 2 lines
.home .calendar2022 .left:before { top: 16px; left: -4px; width: 80px; height: 80px; font-size: 20px; line-height: 60px; }
.home .calendar2022 .left:after { top: 57px; left: -4px; width: 80px; height: 80px; font-size: 20px; }
 */
.home .calendar2022 h3 { font-size: 2.9em; }
.home .calendar2022 h4 { font-size: 3em; margin: 30px 0; line-height: 12px; }
}
@media screen and (max-width: 700px) {
.home .calendar2022 h3 { font-size: 2.5em; }
.home .calendar2022 h3 span { display: inline; }
}
@media screen and (max-width: 550px) {
.home .calendar2022-container { padding: 40px 20px; }	
.home .calendar2022, .home .calendar2022 .left, .home .calendar2022 .right { width: 100%; display: block; box-sizing: border-box; padding: 0; }
.home .calendar2022 .right { padding-top: 20px; }
.home .calendar2022 .left img { max-width: 270px; margin: auto; }

.home .calendar2022 .left:before { top: 30px; left: 0; right: 170px; margin: auto; }
.home .calendar2022 .left:after { top: 70px; left: 0; right: 170px; margin: auto; }


.home .calendar2022 h3 span { display: block; }
}
@media screen and (max-width: 400px) {
.home .calendar2022 h3 span { display: inline; }
.home .calendar2022-header h2 { font-size: 1.4em; }
}



@media screen and (min-width: 551px) and (max-width: 900px) {
.home .calendar2022 .right:before { top: 2%; left: 0; width: 90px; height: 90px; font-size: 27px; line-height: 90px; }
}
@media screen and (max-width: 400px) {
.home .calendar2022 .right:before { top: 50px; left: 0; width: 90px; height: 90px; font-size: 27px; line-height: 90px; }

}












/* Videos */
#main ul.videolist { margin: 0; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between;
-ms-flex-pack: justify; justify-content: space-between; }
#main ul.videolist li.video { flex: 0 0 24%; width: 24%; margin: 0; padding: 0 0 50px; text-align: center; list-style: none; }
#main ul.videolist li.video span { display: block; overflow: hidden; margin-bottom: 10px; }
#main ul.videolist h4 { margin: 0.2em 0; font-size: 1.3em; line-height: normal; line-height: 1; position: relative; padding: 0 20px; }
#main ul.videolist h4:afterKILL { content: ''; display: block; background: #c27817; width: 30px; height: 3px; margin: 18px auto 0; }
#main ul.videolist h4:beforeKILL { content: ''; display: block; position: absolute; right: -1px; top: 4px; background: url(/assets/icons/misc-2x.png) no-repeat 0 -150px; background-size: 100px; width: 13px;
height: 14px; }
#main ul.videolist li.video a:active,
#main ul.videolist li.video a:hover { text-decoration: none; }
#main ul.videolist li.video img { display: block; transition: transform .6s ease; width: 100%; }
#main ul.videolist li a:hover img, #main ul.videolist li a:focus img { transform: scale(1.07); }
    
.pg_videos #main .main-heading h1 { text-align: center; margin: 30px 0 40px 0; }
.pg_videos #main .main-heading h1:after { margin-left: auto; margin-right: auto; content: ''; display: block; background: #c27817; width: 50px; height: 5px; margin-top: 18px; }
.pg_videos .content .video-outer { margin-top: 20px; }
.pg_videos p.back { margin-top: 2.25em; margin-bottom: 30px; }
.pg_videos p.back a { font-size: 1.3em; font-weight: 300; color: #333; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.pg_videos p.back a:hover { text-decoration: none; color: #c27817; }
.pg_videos p.back a:before { content: ''; display: inline-block; width: 15px; height: 15px; background: url(/assets/icons/misc-2x.png) no-repeat 0 -123px; background-size: 100px; margin: 0 4px 0 0; }


@media screen and (max-width: 1140px) {
#main ul.videolist li.video { flex: 0 0 32.5%; width: 32.5%; padding: 0 0 45px; }
}
@media screen and (max-width: 768px) {
#main ul.videolist li.video { flex: 0 0 49%; width: 49%; padding: 0 0 40px; }
}
@media screen and (max-width: 420px) {
#main ul.videolist li.video { flex: 0 0 100%; width: 100%; padding: 0 0 30px; }
}
