/* Screen.css | Sep 29, 2025 @10:03:40 AM  */

/* General Styles */

a:not(.slide),
#template form.formWizForm input[type=submit],
input[type=submit] {
-o-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}

a {
color: #3a6699;
text-decoration: none;
}

a:hover {
color: #222;
}

.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button {
color: #3a6699;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
background: transparent;
padding: 5px 10px 5px 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
border: 4px solid #3a6699;
border-radius: 10px;
}

.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover {
color: #fff;
background: #3a6699;
}

h2 {
font-family:"Trebuchet MS", Helvetica, sans-serif;
color:#f2d254;
font-size:24px;
text-transform:uppercase;
margin-bottom:20px;
}

h3 {
font-size: 18px;
}

form.formWizForm h3 {
font-size: 24px;
margin-bottom: 20px;
}

h2 + form.formWizForm h3 {
font-family:"Trebuchet MS", Helvetica, sans-serif;
color:#e8b154;
font-size:18px;
text-transform:uppercase;
margin-bottom: 10px;
}

img {
max-width: 100%;
height: auto;
}

blockquote {
font-size: 14px;
border: 2px solid #c7c7c7;
border-radius: 10px;
background-color: #ebebeb;
padding: 20px;
margin: 0;
}

iframe {
max-width: 100%;
}

ul li.odd {
background: #eee;
}

/* Added Icons */

.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 15px;
color: #333;
font-size: 24px;
position: relative;
}

/* Structure */

body {
font-family:Tahoma, Geneva, sans-serif;
background-color:#e7e0d4;
min-width:1024px;
}

.wrapper {
width: 1024px;
padding: 0 20px 0 20px;
box-sizing: border-box;
margin: auto;
}

section.content {
background: #fff;
padding: 20px;
clear: both;
}

/* Header */

header {
width: 100%;
background: rgb(255,255,255);
background: rgba(255,255,255,0.8);
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

header .wrapper {
height: 96px;
display: table;
}

header .content-module {
display: table-cell;
vertical-align: middle;
}

header h1 {
font-size: 26px;
line-height: 26px;
}

header nav {
text-align: right;
display: table-cell;
white-space: nowrap;
}

header .navigation-widget.horizontal {
text-align: right;
padding-right: 10px;
}

header .navigation-widget .horizontal .l1 {
margin-left: 60px;
}

header .navigation-widget .horizontal .l1 > a {
color: #000;
font-size: 17px;
display: inline-block;
height: 90px;
line-height: 90px;
padding: 0;
border-bottom: 6px solid transparent;
}

header .navigation-widget .horizontal .l1.active > a, header .navigation-widget .horizontal .l1:hover > a {
border-bottom: 6px solid #ffde59;
}

header .navigation-widget .horizontal .l1 .submenu {
background-image: none;
background-color: #181818;
min-width: 240px;
border-bottom: 6px solid #ffde59;
}

header .navigation-widget .horizontal .l1 > .submenu > li:hover a {
background-color: #515151;
}

header .navigation-widget .horizontal .l1 > .submenu .submenu {
background-color: #515151;
}

header .navigation-widget .horizontal .l1 > .submenu .submenu a:hover {
background-color: #707070;
}

header .navigation-widget .horizontal .submenu a {
color: #fff;
font-size: 14px;
font-weight: normal;
padding: 15px;
}

/* Main Banner */

.main-banner .banner-widget {
float: left;
}

.main-banner .banner-widget .images a {
height: 500px;
overflow-y: hidden;
}

.main-banner .banner-widget img {
min-height: 500px;
width: auto;
}

.main-banner .banner-widget .captions {
color: #6d6d6d;
font-size: 34px;
font-weight: 100;
text-align: left;
line-height: 35px;
width: 620px;
height: auto;
padding: 20px;
box-sizing: border-box;
border-top: 6px solid #ffde59;
top: auto;
right: auto;
bottom: 0;
left: 50%;
margin-left: -512px;
background-image: none;
background-color: #181818;
}

/* Page Image Header */

.page-image {
width: 100%;
background-color: #ffde59;
}

.page-image .banner-widget {
width: 1024px;
padding: 0;
margin: auto;
max-height: 300px;
overflow-y: hidden;
}

.page-image .banner-widget .captions {
display: none;
}

/* Forms */

form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
/* Audio Video Resources */

.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}

.audio-video-module .item-permalink .btn {
margin: 0;
}
/* Blog Styles */

p.date {
color: #000;
background-color: #ffde59;
display: block;
width: auto;
padding: 10px;
border-radius: 10px;
}

p.date .month {
font-size: 12px;
line-height: 12px;
background-color: transparent;
font-weight: normal;
display: table-footer-group;
}

p.date .day {
font-size: 25px;
line-height: 25px;
font-weight: bold;
display: table-header-group;
}

p.date .weekday {
display: none;
}

.blogs-module.full-mode .item-list {
margin-left: 250px;
}

.blogs-module .blog-sidebar {
background: #efe9d2;
padding: 20px;
}

.blogs-module .blog-sidebar h4 {
border-bottom: 5px solid #ffde59;
}

.blogs-module .blog-sidebar > h4 {
margin-top: 0;
padding-top: 0;
}

.blog-sidebar .btn {
display: block;
width: 100%;
}

.item-commentlink a:last-child:before {
content: "\f044";
}

.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}

.item-comments p {
margin-top: 20px;
}

/* Message Board */

.forum-module > div {
padding: 0 !important;
}

.forum-module table.boardtable {
background: #eee;
margin-bottom: 30px;
}

.forum-module table.boardtable td {
padding: 10px;
}

.forum-module table.search td {
padding: 10px;
}

.forum-module table.search td.search-head {
background-color: #ddd !important;
}

.forum-module table.search td.search-body {
background-color: #eee !important;
}

.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}

.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}

.forum-module a[href^="?b=2"]:before {
content: "\f044";
}

.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}

.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}

.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #333;
}

.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #222;
}

/* Store */

.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: #efe9d2;
padding: 20px;
}

.store-module .store-sidebar > div {
background: none;
border: none;
margin: 0;
}

.store-module .products {
margin-left: 240px;
}

.store-module .featured .item {
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
border: none;
}

.store-module .item .category {
background: none;
border: none;
}

.store-module .featured {
margin: 0;
}

.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}

.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}

.store-module p.subtotal {
display: inline-block;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
padding: 10px;
margin-top: 10px;
}

.store-module .store_nav ul.user_nav li {
display: inline;
}

.store-module .viewcart a:before {
content: "\f07a";
}

.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}

.store-module #continue:before {
content: "\f08b";
}

.store-module .item .gallery {
margin-bottom: 10px;
}

.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}

.store-module .item .gallery .images {
width: 400px;
}

.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}

.store-module .signin fieldset {
padding: 10px 10px 45px 10px;
}

.store-module input[type='password'] {
padding: 3px 2px 3px 2px;
font-size: 0.95em;
line-height: 1em;
}

.store-module .store-content:after {
content:';
display: block;
height: 0px;
clear: both;
}

.store-module .cart .price {
text-align: right;
}

/* Events */

.list-controls {
padding: 10px 0;
}

.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}

.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}

.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}

.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}


#template .events-module .list-controls {
line-height: normal;
}
/* Message Board */

.forum-module a[href^="?b=2"]:before {
content: "\f044";
}

.forum-module td {
padding: 10px;
}
/* Column Gutters */

.col > div {
padding-left: 17.5px;
padding-right: 17.5px;
}

.col.primary > div {
padding-left: 0;
}

.col.last > div {
padding-right: 0;
}

.module + .module,
.module + .widget,
.widget + .widget,
.widget + .module {
margin-top: 30px;
}
/* Vertical Navigation */

.navigation-widget.vertical ul a {
font-size: 13px;
color: #666;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding-left: 20px;
}

.navigation-widget.vertical ul a:hover {
color: #C65F13;
}

.navigation-widget.vertical {
padding-left: 0;
}

.navigation-widget.vertical ul {
width: 100%;
}

.navigation-widget.vertical ul li {
list-style-type: none;
}

.navigation-widget .vertical > ul > li {
border-top: 2px solid #E7E4E1;
padding: 5px 0;
}

.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #E7E4E1;
}

.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}

.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}

/* Footer */

footer {
color: #fff;
width: 100%;
padding: 20px 0 20px 0;
background: #222;
float: left;
}

footer p {
margin-bottom: 0;
}

footer .content-module {
font-size: 12px;
float: left;
}

footer nav {
float: right;
}

footer nav .navigation-widget a {
color: #fff;
font-size: 12px;
padding: 0 0 0 20px;
;
}

footer nav .navigation-widget a:hover {
color: #ffde59;
}

#templatefooter {
background: #222;
padding-bottom: 20px;
}

.teaser-widget .item-list .item .item-category, .teaser-widget .item-list-grid .item .item-category {
display: none;
}