body{margin:0;padding:0;}
img{border:0;}
.fl_menu{list-style:none;margin:0;padding:0;}
.cms_imgleft{margin:3px 5px 5px 0;float:left;border:1px solid #000;}
.cms_imgright{margin:3px 0 5px 5px;float:right;border:1px solid #000;}
h1{margin:0;font-size:28pt;line-height:30pt;}
h2{font-size:20pt;line-height:24pt;}
h2, h3{margin:0 0 5px 0;}
.clear{clear:both;}
.gallthumbnail{float:left;border:2px solid #666;margin-right:5px;margin-bottom:5px;}
.fl_blogpostavatar{float:right;border:2px solid #666;margin:0 0 5px 5px;}
.fl_commentavatar{float:left;border:2px solid #666;margin:0 5px 0 0;}
.fl_commentname{display:block;margin-left:80px;text-transform:uppercase;margin-bottom:5px;font-size:8pt;}
.fl_commentmessage{display:block;margin-left:80px;}
.fl_gtname{display:block;text-transform:uppercase;margin-bottom:5px;font-size:8pt;}
.fl_gtmessage{display:block;}
.fl_blogpost1, .fl_blogpost2{border-bottom:1px solid #eee;padding-bottom:5px;margin-bottom:5px;}
.fl_postinfo{text-transform:uppercase;margin:-10px 0 5px;font-size:10px;}
.fl_blogfooter{clear:both;}
.fl_comment1{display:block;padding:5px;margin-top:5px;}
.fl_comment2{display:block;padding:5px;background-color:#eee;margin-top:5px;}
.fl_commclear{display:block;clear:both;}
#fl_commsbox, #fl_tracksbox{clear:both;padding-top:15px;}
.fl_bigpic{border:2px solid #666;}
.fl_bigcaption{margin-top:10px;}
.fl_rssentry{clear:both;}
.fl_rssimg{float:right;display:block;border:2px solid #666;margin:0 0 5px 5px;}
.fl_rsstitle{font-size:18pt;line-height:24pt;font-weight:bold;}
.fl_rssby{text-transform:uppercase;margin-bottom:5px;font-size:8pt;}
.fl_gallpreview1{margin-bottom:10px;padding:5px;clear:both;}
.fl_gallpreview2{margin-bottom:10px;background-color:#eee;padding:5px;clear:both;}
.fl_gallpreview1 img, .fl_gallpreview2 img{float:left;border:2px solid #666;}
.fl_galllink, .fl_galltext{display:block;margin-left:110px;}
td.fl_label{display:block;width:100px;}
.fl_mailform textarea{width:400px;height:200px;}
.fl_votebar{background-color:#fff;height:10px;}
input.fl_regform{width:100px;}
.fl_postingform{display:none;}
.fl_postingform textarea{height:100px;}
.fl_rsslinks{display:none;}
.fl_rating{float:right;text-align:right;}
#msgwrap{position:fixed;top:150px;left:50%;text-align:center;z-index:99;}
#msgbar{position:relative;color:#fff;border-width:3px;border-style:solid;padding:15px;font-size:28px;line-height:40px;width:300px;left:-168px;display:none;font-family:"Lucida Sans","Lucida Grande", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;cursor:default;}
#msgbar a{color:#fff;}
#topbar{display:none;position:fixed;z-index:99;background-color:#4ad;color:#fff;top:0;left:0;width:100%;font-size:12px;border-bottom:3px solid #079;text-align:center;}
#topbar a{color:#fff;}
#topcont{padding:10px;}
input, textarea{border:1px solid;padding:3px;background-color:#fff;border-color:#000;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
textarea{width:300px;height:150px;}
input:hover, input:focus, textarea:hover, textarea:focus{background-color:#eee;}
.fl_later{float:left;}
.fl_earlier{float:right;}
.flmsg_alert{background-color:#4ad;border-color:#079;}
.flmsg_error{background-color:#900;border-color:#600;}
.flmsg_success{background-color:#096;border-color:#066;}
.flmsg_generic{background-color:#666;border-color:#999;}
#fl_commsbox{margin:5px;padding:5px;border:1px dotted #333;background-color:#eee;}
#fl_gallwrap{position:fixed;top:0;left:0;margin:0;padding:0;width:100%;height:100%;display:none;font:11px Arial, Helvetica, sans-serif;line-height:20px;color:#333;text-align:left;}
#fl_gallcover{position:fixed;width:100%;height:100%;top:0;left:0;margin:0;padding:0;background-color:#000;opacity:0.8;filter:alpha(opacity=80);}
#fl_gallbox{position:relative;top:5%;margin:0 auto;background-color:#fff;padding:10px;width:100px;height:100px;}
#fl_gallpic{display:block;margin:0 auto;position:relative;top:35%;}
#fl_gallbelowpic{clear:both;display:none;padding:5px 10px 10px;margin:0 -10px;background-color:#fff;overflow:hidden;}
#fl_gallwrap a{color:#666;text-decoration:none;}
#fl_gallwrap a:hover{color:#444;}
#fl_gallprevnext{background:url('../scripting/blank.gif');position:relative;}
#fl_gallprev{position:absolute;z-index:50;}
#fl_gallnext{text-align:right;position:absolute;z-index:50;right:0;}
#fl_gallclose, #fl_gallslide{clear:right;float:right;}
a#fl_gallprev:hover, a#fl_gallnext:hover, a#fl_gallclose:hover{border-width:0;}
#fl_gallprev img, #fl_gallnext img{visibility:hidden;padding-top:50px;}
#fl_gallprev:hover img, #fl_gallnext:hover img{visibility:visible;}


:root {
	--stuc-body: #000;
	--stuc-red: #9e0f0c;
	--stuc-grey: #777;
	--stuc-dkgrey: #222;
}

* { margin: 0; padding: 0; border: 0; }
html, body { min-height: 100%; background: #fff; color: var(--stuc-body); font: 16px/24px 'Source Sans 3', sans-serif; }
p { margin: 15px 0; }
ul, ol { margin: 15px 30px; }
a { color: var(--stuc-red); }
a:hover { text-decoration: none; opacity: 0.5; }
img { max-width: 100%; height: auto!important; }
b, strong { font-weight: 600; }
iframe {max-width: 100%; }

h1, h2, h3, h4 { margin: 15px 0; font-weight: 400; font-family: 'Bebas Neue', Impact, sans-serif; color: var(--stuc-red); position: relative; }
h1 { font-size: 72px; line-height: 72px; }
h2 { font-size: 42px; line-height: 42px; }
h3 { font-size: 36px; line-height: 36px; }
h4 { font-size: 28px; line-height: 28px; }
h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong { font-weight: 400; }
.textlabel { position: absolute; margin-left: -9999px; }
h1:empty { display: none; }

.skipto a { position: absolute; margin-left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; color: #fff!important; padding: 10px; background: var(--stuc-red); z-index: 9999; }
.skipto a:focus { margin-left: 0; width: auto; height: auto; }

.wrapper { display: block; max-width: 1200px; margin: 0 auto; padding: 0 30px; position: relative; }
.divider { display: inline-block; width: 20px; }

.topbar { background: var(--stuc-grey); color: #fff!important; text-align: right; padding: 0 30px; font-size: 12px; line-height: 30px; font-weight: 600; position: relative; z-index: 51; }
.topbar a { color: #fff; text-decoration: none; }
a.sm { width: 20px; height: 20px; display: inline-block; background: #fff; background-repeat: no-repeat; position: relative; top: 5px; }
a.sm.fb { background-image: url('../gfx/icon-fb.svg'); margin-right: 5px; background-position: bottom right 5px; background-size: auto 15px; }
a.sm.tw { background-image: url('../gfx/icon-tw.svg'); background-position: center; background-size: 12px auto; margin-right: 5px; }
a.sm.ig { background-image: url('../gfx/icon-ig.svg'); background-position: center; background-size: 12px auto; }

header { display: block; padding: 30px; position: sticky; top: 0; z-index: 50; background: #fff; transition: padding 0.5s; box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.logo { width: 168px; height: 75px; background: url('../gfx/stuc.svg') no-repeat center; background-size: contain; display: inline-block; vertical-align: top; position: relative; z-index: 10; transition: all 0.5s; }
.logo:hover { opacity: 1; }

#menu { position: absolute; bottom: 48px; right: 30px; transition: bottom 0.5s; }

.scrolled header { padding: 15px 30px; }
.scrolled .logo { width: 112px; height: 50px; }
.scrolled #menu { bottom: 19px; }

.fl_menu { margin: 0; list-style: none; }
.fl_menu li, .fl_menu a { display: inline-block; position: relative; vertical-align: top; }
.fl_menu a { font: 18px/36px "Bebas Neue", Impact, sans-serif; margin: 0 15px; text-decoration: none; text-transform: uppercase; }

.fl_menu ul { position: absolute; background: #fff; margin: 0; z-index: 20; top: 40px; max-height: 0; right: 5px; width: 200px; overflow: hidden; transition-duration: 0.25s; transition-property: max-height; text-align: right; box-sizing: border-box; }
.fl_menu ul li, .fl_menu ul a { display: block; margin: 0; padding: 0; }
.fl_menu ul a { font-size: 16px; line-height: 22px; padding: 5px 10px; }
.fl_menu ul.size { -webkit-transition: none; transition: none; opacity: 0; }
.fl_menu li:hover ul { max-height: 500px; }
.fl_menu li:focus-within ul { max-height: none!important; }
.fl_menu ul ul { display: none!important; }
.fl_menu>ul>li:first-child { padding-top: 10px; }

.fl_menu>li.current:after, .fl_menu>li.curparent:after, .fl_menu>li.curhighparent:after { content: ''; position: absolute; bottom: 5px; left: 15px; right: 15px; height: 2px; background: #bbb; }
#menu_e_18 a { background: var(--stuc-red); color: #fff; padding: 0 15px; }
#menu_c_search a { background: url('../gfx/magnify.svg') no-repeat center; width: 20px; overflow: hidden; background-size: contain; margin-right: 0; }
#menu_c_search a span.menuwrap { opacity: 0; }
#menu_e_18:after, #menu_c_search:after, #menu_b_news { display: none!important; }

#imgfade { background: var(--stuc-dkgrey); height: 500px; max-height: calc(80vh - 130px); min-height: 250px; position: relative; overflow: hidden; }
.page-front #imgfade { height: 600px; min-height: 400px; }
.fadeimg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; background-position: center; }
.hasfades>div { display: none; }
.hasfades>div:first-child { display: block; }
.hasfades.fadejs .fadeimg { display: block; opacity: 0; transition: opacity 1s; }
.hasfades.fadejs .fadeimg.showimg { opacity: 1; }

span.wrapper { position: static; }
.intro { position: absolute; top: 50%; transform: translateY(-50%); max-width: 50%; }
.breadcrumbs { font: 24px/24px "Bebas Neue", Impact, sans-serif; text-transform: uppercase; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.75); display: block; }
.breadcrumbs a { color: #fff; text-decoration: none; margin: 0 15px; }
.breadcrumbs a.noleft { margin-left: 0; }
.intro h1 { background: var(--stuc-red); color: #fff; display: inline-block; padding: 12px 30px 8px 2000px; margin-left: -2000px; margin-bottom: 0; }
.intro p { background: var(--stuc-grey); color: #fff; font-size: 24px; line-height: 28px; font-weight: 600; margin: 0; padding: 30px 30px 15px 2000px; margin-left: -2000px; margin-top: -15px; margin-bottom: 0; max-width: 400px; }
.intro a { color: #fff; white-space: nowrap; }
.breadcrumbs a:last-of-type, .breadcrumbs .bd:last-of-type, .page-front .breadcrumbs, .page-blogs .breadcrumbs a:nth-last-of-type(2), .page-blogs .breadcrumbs .bd:nth-last-of-type(2) { display: none; }
.page-front intro h1 { margin: 0; }

main { display: block; background: #f6f6f6; z-index: 10; }
.lhs, .newsintro { width: calc(100% - 270px); display: inline-block; vertical-align: top; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.5); margin-right: 30px; box-sizing: border-box; padding: 1px 15px; margin-top: -30px; min-height: 300px; position: relative; z-index: 10; }
.newsintro { width: auto; display: block; margin: -30px 0 30px; }
.hasboxes .lhs { box-shadow: none; background: transparent; padding: 0; }
.rhs { width: 240px; display: inline-block; vertical-align: top; background: #fff; margin-top: -30px;position: relative; z-index: 10;  }
.rhsbox { box-shadow: 0 0 20px rgba(0,0,0,0.5);; padding: 1px 15px; font-size: 14px; line-height: 20px; }
.cms_imgleft { max-width: 300px; border: 0; margin: 3px 10px 10px 0; float: left; }
.cms_imgright { max-width: 300px; border: 0; margin: 3px 0 10px 10px; float: right; }
.cms_inplace { display: block; margin: 20px auto; }
main li { margin-top: 3px; }
main ul { list-style: none; }
main ul li:before { color: var(--stuc-red); content: "\2022"; position: absolute; font-size: 18px; line-height: 18px; margin: 3px 0 0 -18px; }
blockquote { margin: 20px; padding: 10px 20px; background: #f6f6f6; }
.pagegrid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; text-align: center; margin: 15px 0; }
.pagegridimg { width: 100px; height: 100px; margin: 0 auto; display: block; border: 10px solid #fff; background-position: center; background-size: contain; background-repeat: no-repeat; background-color: #fff; }
.pagegrid a { font: 24px/28px 'Bebas Neue', Impact, sans-serif; text-transform: uppercase; }
.pagegridbox { background: #f6f6f6; padding: 5px 20px; }

.page-front main { background: #ccc; }
.page-front .lhs { width: auto; display: block; background: transparent; box-shadow: none; margin: 0; padding: 0; }

main h2, main h3, main h4 { background: var(--stuc-red); color: #fff; display: inline-block; padding: 6px 15px 4px 20px; margin: 0 0 0 -20px; position: relative; }
main h2:after, main h3:after, main h4:after { content: ''; width: 5px; height: 5px; background: url('../gfx/icon-tri.svg') no-repeat top right; background-size: cover; position: absolute; bottom: -5px; left: 0; }

.fronttop { position: relative; }
.fronttop:before { content: ''; background: #f6f6f6; position: absolute; top: 60px; left: 0; right: 0; bottom: 0; box-shadow: 0 0 0 100vmax #f6f6f6; clip-path: inset(0 -100vmax); }
.frontboxes { min-height: 200px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; margin-top: -60px; position: relative; top: 30px; }
.frontboxes a { display: block; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.5); text-decoration: none; padding: 15px; color: var(--stuc-body); transition: transform 0.5s; }
.frontboxes a:hover { transform: scale3d(1.02,1.02,1); opacity: 1; }
.frontboxes a .frontpic { margin: -15px; padding-bottom: 65%; background: var(--stuc-dkgrey); background-position: center; background-size: cover; }
.frontboxes a h2 { margin-top: -10px; }

.frontnews { padding-top: 120px; margin-top: -60px; }
.frontnews h2 { font-size: 48px; line-height: 48px; padding: 11px 15px 9px 2000px; margin-left: -2000px; }
.frontnews h2:after { display: none; }
.newshead { position: relative; margin-bottom: 30px; }
.newshead a.button { position: absolute; bottom: 0; right: 0; }
.newshead a.button:active { position: absolute; top: auto; bottom: -2px; }

.blogposts { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.blogposts a { display: block; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.5); text-decoration: none; padding-bottom: 15px; }
.blogposts a:hover { opacity: 1; }
.blogposts a h4 { background: var(--stuc-grey); display: block; margin: 0; padding: 15px; min-height: 128px; font-size: 28px; line-height: 32px; }
.blogposts a:hover h4 { background: var(--stuc-red); }
.blogposts a h4:after { display: none; }
.blogposts a p { margin: 15px 15px 0; color: var(--stuc-body); }
.page-front .blogposts { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
h2.fl_blogentrytitle { margin-top: -11px; }
.fl_postinfo { margin: 5px 0; font-size: 12px; }
.fl_pagelinks a { margin-bottom: 15px; }
.fl_newspreview { margin-bottom: 30px; padding-bottom: 30px; }
.fl_newspreview h2 a { color: #fff; }
.fl_newspreview h2 { font-size: 28px; line-height: 28px; }

.subpages { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; grid-auto-rows: minmax(100px, max-content); margin: 30px 0 15px; }
.subpages a { display: flex; background: var(--stuc-red) linear-gradient(40deg,rgba(0,0,0,0.15),rgba(0,0,0,0)); color: #fff; font: 24px/24px "Bebas Neue", Impact, sans-serif; text-transform: uppercase; justify-content: center; text-decoration: none; padding: 15px; align-items: center; text-align: center; }
.subpages a:hover { opacity: 1; }
.subpages a:hover span { transform: scale3d(0.95,0.95,1); }
.lhs>div:first-child>div.subpages:first-child { margin-top: 14px; }

.rhsbox h4:first-child { margin-top: -15px; }
.boxsection ul { margin: 15px 0; }
.boxsection ul li:before { display: none; }
.boxsection ul ul { margin: 5px 10px; }
.boxsection a { font-weight: 600; color: var(--stuc-grey); }
.boxsection li.current>a { opacity: 0.5!important; cursor: default; text-decoration: none; }

.fl_gallinc { margin: -20px -10px 0; }
.gallthumbnail { float: none; display: inline-block; vertical-align: top; width: calc(25% - 20px)!important; height: auto!important; box-sizing: border-box; margin: 20px 10px 0; border: 1px solid var(--stuc-red); }
.gallthumbnail img { display: block; }
#fl_gallwrap { z-index: 99; }

footer { text-align: center; padding: 75px 20px 55px; color: #fff; background: var(--stuc-dkgrey); font-size: 12px; line-height: 16px; margin-top: -30px; }
footer p a { color: #fff; }
footer p { margin: 5px 0; }

#searchscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255,255,255,0.8); text-align: center; display: none; }
#searchclose { position: fixed; top: 30px; right: 30px; width: 40px; height: 40px; background: var(--stuc-red) url('../gfx/search-close.svg') no-repeat center; background-size: 18px auto; cursor: pointer; transition: opacity 0.25s; }
#searchscreen form { position: absolute; top: 50%; left: 0; right: 0; height: 60px; margin: -30px 160px 0 100px; }
#searchscreen input { -webkit-appearance: none; border-radius: 0; }
#searchscreen input.st { position: absolute; width: 100%; left: 0; border: 0; box-sizing: border-box; height: 60px; padding: 0 20px; font: 18px "Source Sans 3", sans-serif; border-radius: 0; }
#searchscreen input.sg { position: absolute; width: 60px; height: 60px; box-sizing: border-box; right: 0; margin-right: -60px; background: var(--stuc-red) url('../gfx/magnify-white.svg') no-repeat center; cursor: pointer; border: 0; background-size: auto 24px; transition: opacity 0.25s; border-radius: 0; }
#searchscreen input.sg:hover, #searchclose:hover { opacity: 0.5; }

#common_report { padding: 14px 0 15px; font-style: italic; }
#searchresults h2:first-child { margin-top: -11px; }

.download { display: block; margin-top: 20px; padding-top: 20px; padding-left: 220px; min-height: 200px; position: relative; }
.download:before, .download:last-of-type:after { position: absolute; top: 0; left: 0; right: 0; background: var(--stuc-grey); content: ''; height: 1px; }
.download:last-of-type { padding-bottom: 20px;}
.download:last-of-type:after { top: auto; bottom: 0; }

.downloadvideo { padding-left: 0; }
.downloadimage { background: var(--stuc-red); position: absolute; left: 0; width: 200px; height: 200px; }
.downloadimage span { position: absolute; top: 1px; left: 1px; bottom: 1px; right: 1px; background-color: #fff; background-size: contain; background-position: center; background-repeat: no-repeat; }
a.downloadimage:hover { background: var(--stuc-grey); }
a.downloadimage:hover span { transform: scale3d(0.98,0.98,1); }
.downloadimage span.dlgeneric { background: #fff url('../gfx/stuc.svg') no-repeat center; background-size: 50% auto; }
.downloadtitle { font-weight: 600; }
.downloadinfo { margin: 5px 0 0; font-size: 0.8em; line-height: 1.4em; }

form label { display: block; font-weight: bold; font-size: 12px; line-height: 17px; text-transform: uppercase; margin: 10px 0 2px; color: #666; }
input, textarea { -webkit-appearance: none; border-radius: 0; }
input.checkbox, input.button { border: 0; width: auto; display: inline; background: transparent; -webkit-appearance: checkbox; height: auto; margin-right: 5px; }
input[type=radio] { -webkit-appearance: radio; }
label .reqd { margin-left: 5px; }
input, textarea, .fl_mailform textarea, select { background: #eee; border: 0; font: 14px/20px sans-serif; color: #666; width: 100%; display: block; padding: 10px; -moz-box-sizing: border-box; box-sizing: border-box; }
input, select { height: 40px; }
input:hover, textarea:hover, select:hover { background: #eee; color: #666; }
input:focus, textarea:focus, select:focus { background: #eee; color: var(--stuc-body); }

#cf-turnstile { margin-top: 5px; }
input.emailsub, input.passsub, input.commentsub, input.formsub, input.votesub, a.button, span.button { display: block; width: auto; height: auto; margin: 10px 5px 10px 0; padding: 8px 20px; color: #fff!important; border: 0; background: var(--stuc-red) linear-gradient(40deg,rgba(0,0,0,0.15),rgba(0,0,0,0)); border-radius: 0; cursor: pointer; text-decoration: none; text-align: center; text-transform: uppercase; font: 24px "Bebas Neue", Impact, sans-serif; }
input.emailsub:hover, input.passsub:hover, input.commentsub:hover, input.formsub:hover, a.button:hover, input.emailsub:focus, input.passsub:focus, input.commentsub:focus, input.formsub:focus, a.button:focus, input.votesub:hover, input.votesub:focus, span.button:hover, span.button:focus { opacity: 0.5; color: #fff!important; }
input.emailsub:active, input.passsub:active, input.commentsub:active, input.formsub:active, input.votesub:active, a.button:active, span.button:active { position: relative; top: 2px; }
a.button, span.button { display: inline-block; margin: 10px auto 0; }
.fl_mailform { margin: 15px 0; }

#fl_loading { display: none; position: fixed; top: 10px; right: 10px; background: #fff; padding: 3px; border: 1px solid #ccc; z-index: 150; width: 32px; z-index: 99; }
#cookiebar { font-size: 12px; line-height: 16px; }
#cookiebar a { display: inline-block; }
#msgbar { font-family: "Source Sans 3", sans-serif; }
.err, .reqd { font-weight: 600; color: #c00; }

a, span.button, input, .subpages a span, .blogposts a h4, .downloadimage span { transition-duration: 0.25s; transition-property: transform, opacity, background-color, color; }

@media all and (max-width: 1269px) {
	.fl_menu a { margin: 0 10px; }
	.fl_menu ul { right: 0; }
}
@media all and (max-width: 1229px) {
	.page-front .blogposts { grid-template-columns: 1fr 1fr 1fr 1fr; }
	.page-front .blogposts a:nth-of-type(5) { display: none; }
}
@media all and (max-width: 1169px) {
	.fl_menu a { font-size: 14px; }
}
@media all and (max-width: 1119px) {
	body { min-width: 320px; -webkit-text-size-adjust: none; }
	.cms_imgleft, .cms_imgright { max-width: 250px; }
	
}
@media all and (max-width: 1019px) {
	.fl_menu a { margin: 0 5px; }
	.fl_menu ul { right: -5px; }
}
@media all and (max-width: 979px) {
	.lhs { width: auto; display: block; margin-right: 0; }
	.rhs { margin-top: 30px; width: auto; display: block; }
	.rhs:empty { display: none; }
	.cms_imgleft, .cms_imgright { max-width: 300px; }
}
@media all and (max-width: 939px) {

	#menubutton { position: absolute; top: 45px; right: 20px; width: 40px; height: 40px; cursor: pointer; z-index: 20; transition: top 0.5s; }
	#menubutton:active { opacity: 0.6; }
	#menubutton .rowbar { position: absolute; top: 19px; left: 11px; width: 18px; height: 3px; background: var(--stuc-red); border-radius: 2px; transition: all 0.5s; }
	#menubutton .rowtop { top: 13px; }
	#menubutton .rowbottom { top: 25px; }
	
	.scrolled #menubutton { top: 20px; }
	
	body.menublock .rowtop, body.menublock .rowbottom { opacity: 0; }
	body.menublock .rowbar:nth-of-type(2) { transform: rotate(-45deg); }
	body.menublock .rowbar:nth-of-type(3) { transform: rotate(45deg); }

	#menu { position: fixed; top: 0; left: 0; bottom: 0!important; width: 243px; z-index: 42; height: auto; right: auto; overflow: auto; padding: 0; margin: 0; -webkit-overflow-scrolling: touch; background: rgba(255,255,255,0.9); -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); max-width: none; }
	#menu.menublock, #menu:focus-within { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); border-right: 1px solid #eee; }
	#menubg { -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: background; transition-property: background; }
	body.menublock #menubg { position: fixed; top: 0; left: 0; right: 0; bottom: -70px; z-index: 41; background: rgba(255,255,255,0.7); }
	.fl_menu { margin-left: 0; float: none; padding: 30px 0 0; position: static; }
	.fl_menu li, .fl_menu a { display: block!important; width: auto!important; float: none; border: 0; }
	.fl_menu>li:before { display: none; }
	.fl_menu>li>a { padding: 10px 0!important; margin: 0; text-align: center!important; line-height: 24px!important; }
	.fl_menu>li { border-bottom: 1px solid #eee!important; margin: 0 10px!important; padding: 0; }
	.fl_menu>li:first-of-type { border-top: 1px solid #eee; }
	#menu.menutrans { transition: transform 0.5s; }
	#menu_c_search a { background-size: auto 16px; }

    .fl_menu ul { position: relative; width: auto; margin: 0 0 5px; padding: 0!important; background: none; top: 0!important; max-height: 2000px!important; width: auto!important; left: 0; right: 0; border: 0; text-align: left; transform: none; }
    .fl_menu ul, .fl_menu li:hover ul, .fl_menu li.hovered ul { display: none!important; }
	.fl_menu ul li { background: transparent; border: 0!important; }
	.fl_menu ul a { text-align: center; border: 0!important; background: transparent; }
	.fl_menu li.hassubmenu>a:before { content: "\25BC"; transform: rotate(-90deg); transition: transform 0.25s; }
	.fl_menu li.expanded>a:before, .fl_menu li:focus-within>a:before { transform: rotate(0); }
	.fl_menu ul.tapped, .fl_menu li:hover ul.tapped, .fl_menu li.hovered ul.tapped, .fl_menu li:focus-within ul { display: block!important; }

	.fl_menu>li a:before { position: absolute; right: 10px; color: var(--stuc-grey); font-size: 0.6em; margin: 0; }
	.fl_menu>li:after { display: none; }
}
@media all and (max-width: 899px) {
	.cms_imgleft, .cms_imgright { max-width: 250px; }
	.frontboxes { grid-template-columns: 1fr 1fr; }
	.page-front .blogposts { grid-template-columns: 1fr 1fr 1fr; }
	.page-front .blogposts a:nth-of-type(4) { display: none; }
}
@media all and (max-width: 739px) {
	.cms_imgleft, .cms_imgright { max-width: 200px; }

	header { padding: 15px 30px; }
	.logo { width: 112px; height: 50px; }
	#menubutton { top: 20px; }

	h1 { font-size: 40px; line-height: 40px; }
	h2 { font-size: 32px; line-height: 32px; }
	h3 { font-size: 28px; line-height: 28px; }
	h4 { font-size: 24px; line-height: 24px; }
	body { font-size: 14px; line-height: 22px; }
	.fl_newspreview h2 { font-size: 24px; line-height: 24px; }

	.intro p { font-size: 18px; line-height: 22px; padding-right: 15px; }
	.breadcrumbs, .subpages a { font-size: 20px; line-height: 20px; }
	input.emailsub, input.passsub, input.commentsub, input.formsub, input.votesub, a.button, span.button { font-size: 20px; }
	.intro h1 { margin-top: 5px; }
	#imgfade { height: 300px; }
	.page-front #imgfade { height: 500px; }
	.blogposts a h4 { font-size: 24px; line-height: 28px; min-height: 84px; }

	.gallthumbnail { width: calc(100% / 3 - 20px)!important;  }
	.pagegrid { grid-template-columns: 1fr 1fr; }
	.pagegrid a { font-size: 20px; line-height: 24px; }
	
}
@media all and (max-width: 669px) {
	.blogposts, .page-front .blogposts { grid-template-columns: 1fr 1fr; }
	.page-front .blogposts a:nth-of-type(4) { display: block; }
}
@media all and (max-width: 599px) {
	.subpages { grid-template-columns: 1fr 1fr; }
	.downloadimage { width: 150px; height: 150px; }
	.download { padding-left: 170px; min-height: 150px; }
}
@media all and (max-width: 529px) {
	.cms_imgleft, .cms_imgright { max-width: 300px; display: block; float: none; margin: 10px auto; }
	.frontboxes { grid-template-columns: 1fr; }
	.frontboxes a { position: relative; }
	.frontboxes a .frontpic { float: right; width: 150px; height: 100px; padding: 0; margin: -15px -15px 10px 10px; }
	.frontboxes a h2 { position: absolute; margin-top: -25px; }
	.frontboxes a p { margin: 25px 0 0; }
}
@media all and (max-width: 479px) {
	.topbar, .wrapper { padding: 0 15px; }
	header { padding: 15px!important; }
	#menubutton { right: 5px; }
	footer .divider { display: block; height: 0; }
	.intro { max-width: 75%; }
	.intro p { max-width: 240px; }

	.fl_gallinc { margin: -10px -5px 0; }
	.gallthumbnail { width: calc(100% / 3 - 10px)!important; margin: 10px 5px 0; }
	.pagegrid { grid-template-columns: 1fr; }

	.downloadimage { width: 80px; height: 80px; }
	.download { padding-left: 100px; min-height: 100px; }

}
@media all and (max-width: 399px) {
	.blogposts, .page-front .blogposts { grid-template-columns: 1fr; }
	.blogposts a h4 { min-height: 28px; }
}
@media all and (max-width: 379px) {
	#cf-turnstile { transform: scale(0.8); transform-origin: left; }
	.newshead h2 .newswd { display: none; }
}