/* @group GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	overflow-x: hidden;
}

body.themeFlood {
	font-family: Palatino, georgia;
	font-size: 1rem;
	line-height: 1.4;
	background-color: #000;
	padding: 0;
}

@media screen and (min-width: 768rem) {
	body.themeFlood {
		padding: 25px 0;
	}
}

i.fas,
i.far,
i.fab {
	font-style: normal;
}

a {
	text-decoration: none;
}

form,
table {
	width: 100%;
}

#content a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,.album-title,
.filesharing-item-title {
	padding-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.3em;
}

.clear {
	clear: both;
}

.image-left {
	float: left;
	padding: 18px;
}

.image-right {
	float: right;
	padding: 18px;
}

blockquote, code {
	margin: 18px 0;
	padding: 13px 18px;
	display: block;
}

code {
	font: 12px 'Courier New', Courier, monospace;
}

/* LIST ELEMENTS */

#content ul, #content ol {
	margin-bottom: 18px;
	padding-left: 15px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

#wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#nav {
	width: 27%;
	height: calc(23rem - 100px);
	overflow: auto;
	text-align: center;
	display: none;
	position: absolute;
	top: 65px;
	right: 5%;
	z-index: 4;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	#nav {
		display: flex;
	}
}

#nav img {
	padding-bottom: 10px;
}

#nav ul {
	letter-spacing: 1px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 90%;
	max-height: 100%;
	overflow: auto;
}

#nav ul li a.current,
#nav ul li a.currentAncestor {
	font-style: italic;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
}

#nav a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
}

#nav ul ul,
#nav ul ul li {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	max-height: none;
}

#nav ul ul a {
	font-size: 85%;
}

#nav ul ul ul {
	display: none;
}

a.current{
	font-weight: bold;
}

a.currentAncestor{
	font-weight: bold;
	font-style: italic;
}

#subNav {
	display: none;
}

#subNav ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

#subNav a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
}

#header {
	position: relative;
	height: 18rem;
}

@media screen and (min-width: 768px) {
	#header {
		height: 23rem;
	}
}

#header_graphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-image: url(../../images/mobile_header.png);
  background-size: 100% 100%;
}

#black_frame {
	position: absolute;
	top: 15%;
	left: 5%;
	width: 92%;
	height: 72%;
	z-index: 2;
	background-image: url(../../images/black_frame.png);
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
	#black_frame {
		top: 16%;
		left: 6%;
		width: 62%;
		height: 74%;
	}
}

#rwBanner {
	background-image: url('../../../../../../../../../../../../../../rw_common/images/Banner.jpg');
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	#rwBanner {
		top: 15%;
		left: 4%;
		width: 64%;
		height: 76%;
	}
}

#container {
	background: url(images/content.jpg) repeat-y 0 0;
	background-size: 100%;
	border: 1px solid transparent;
	margin-top: -1px;
}

#content-sidebar-wrap {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	#content-sidebar-wrap {
		flex-direction: row;
	}
}

#featureImage {
	width: 85%;
	position: absolute;
	left: 9%;
	z-index: 4;
}

#featureImage #feature-content-wrap {
	position: relative;
	z-index: 4;
	padding: 0 15px 0 8%;
}

#featureImage #feature-content-wrap h1 {
	font-size: 22px;
	font-style: normal;
	padding: 5px 0 0 0;
}

#featureImage #feature-content-wrap h1 a,
#featureImage #feature-content-wrap h1 a:hover {
	text-decoration: none;
}

#featureImage #feature-content-wrap h2 {
	font-size: 12px;
	padding: 0 0 5px 0;
}

@media screen and (min-width: 768px) {
	#featureImage {
		width: 57%;
	}
	
	#featureImage #feature-content-wrap {
		padding: 0 25px 0 50px;
	}
	
	#featureImage #feature-content-wrap h1 {
		font-size: 46px;
		padding: 15px 0 0 0;
	}
	
	#featureImage #feature-content-wrap h2 {
		font-size: 16px;
		padding: 0 0 15px 0;
	}
}

#mobile_menu_btn {
	position: absolute;
	bottom: 7%;
	right: 6%;
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 6;
	padding: 5px 30px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	outline: none;
}

#mobile_menu_btn:before {
	content: 'Menu';
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	#mobile_menu_btn {
		display: none;
	}
}

#content {
	position: relative;
	overflow: hidden;
	padding: 15px;
}

@media screen and (min-width: 768px) {
	#content {
		position: relative;
		overflow: hidden;
		padding: 25px 50px 0px 50px;
	}
}

#sidebar {
	text-align: left;
	position: relative;
	padding: 15px 50px 15px 15px;
}

#sidebar h3 {
	padding: 10px 0 5px 0;
}

#footer_graphic {
	background: url(images/footer.jpg) no-repeat 0 0;
	background-size: contain;
	height: 72px;
}

#footer {
	padding: 0 15px 25px 15px;
	font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
	#footer {
		padding: 15px 50px 25px 50px;
	}
}

#zen-theme-credit {
	display: none;
}

#breadcrumb ul:before {
	content: 'Viewing ';
	display: inline;
}

#breadcrumb ul {
	font-display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}

#breadcrumb li {
	display: inline;
}

#last-published:before {
	content: 'Updated ';
}

#mobile-menu {
	position: fixed;
	top: 0;
	left: -100vw;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #000;
	font-size: 2rem;
	line-height: 1.5;
	transition: all 500ms ease-in-out;
}

#mobile-menu.menu-open {
	opacity: 1;
	visibility: visible;
	left: 0;
}

@media screen and (min-width: 768px) {
	#mobile-menu {
		display: none;
	}
}

#menu-close {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	font-size: 36px;
	padding: 10px 15px;
	background: none;
	border: none;
	-webkit-appearance: none;
	outline: none;
}

#mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 75px 0;
	width: 80%;
	max-height: calc(100vh - 75px - 75px);
}

#mobile-menu li {
	display: block;
}

#mobile-menu a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
}

#mobile-menu a.current,
#mobile-menu a.currentAncestor {
	font-style: italic;
}

#mobile-menu ul ul {
	width: 100%;
	margin: 0;
	max-height: none;
}

#mobile-menu ul ul li {
	width: 100%;
	border: none;
}

#mobile-menu ul ul a {
	font-size: 70%;
}

#mobile-menu ul ul ul {
	display: none;
}

/* MAIN MENU */

/* BLOG ELEMENTS */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	font-weight: bold;
	line-height: 26px;
}

.blog-entry-date {
	padding-bottom: 20px;
}

span.blog-read-more{
	display: block;
	margin-top: 12px;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
}

.blog-entry-tags,
.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-tags a,
.blog-entry-category a{
	font-style: italic;
}

#blog-archives, 
#blog-categories, 
#blog-rss-feeds,
ul.blog-tag-cloud,
#blog-rss-feeds {
	letter-spacing: 1px;
	text-align: center;
	line-height: 28px;
	padding-bottom: 40px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: 100%;
}

#blog-categories:before {
	content: "Categories";
}

.blog-archive-link-enabled,
.blog-category-link-enabled {
	padding: 6px 0 4px;
	border-bottom: 1px dashed #CFCCAA;
	display: block;
}

#subNav ul ul:before,
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
	display: block;
	margin: 0px 0 10px;
	font-size: 22px;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
}

#blog-archives:before {
	content: "Archives";
}

#blog-categories br,
#blog-archives br,
#blog-rss-feeds br {
	display: none;
}

.blog-category-link-disabled,
.blog-archive-link-disabled {
	display: none;
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}

ul.blog-tag-cloud:before {
	content: "Tag cloud";
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

ul.blog-tag-cloud li a:after {
	content: ", ";
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

#blog-rss-feeds:before {
	content: "Feeds";
	background: transparent url(images/rss_icon.gif) no-repeat 80px 6px;
}

.blog-rss-link,
.blog-comments-rss-link {
	display: block;
	padding: 6px 0 4px;
	border-bottom: 1px dashed #CFCCAA;
}

.js-kit-comments, .js-CommentsArea {
	width: 98%;
}

/* FILE SHARING ELEMENTS */

.filesharing-item-title {
	font-size: 1.6em;
	padding-bottom: 10px;
}

.filesharing-description {
	margin-bottom: 18px;
}

.filesharing-item {
	padding: 10px 0 20px;
}

/* PHOTO ALBUM */

.album-title {
	font-size: 24px;
	padding-bottom: 18px;
}

.album-description {
	padding-bottom: 10px;
}

.album-wrapper {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.thumbnail-wrap {
	float: left;
	margin: 0 8px 60px;
	padding: 0px;
	position: relative;
	display: inline;
}

.thumbnail-frame {
}

.thumbnail-wrap img{
	border: 1px dashed #c1be9e;
	padding: 1px;
}

.thumbnail-caption {
	padding: 0px 0 10px;
	line-height: 1.3em;
}

.photo-background {
	padding-bottom: 100px;
	background: transparent url(images/texture.jpg);
	position: relative;
	text-align: center;
}

.photo-navigation {
	height: 190px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.photo-links {
	text-align: center;
	font-size: 1.3em;
	color: #c1be9e;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2em;
	left: 0;
	width: 100%;
}

.photo-links a {
	padding: 10px;
	text-decoration: none;
}

.photo-title {
	padding: 70px 0 30px;
	font-size: 30px;
}

.photo-caption {
	position: relative;
	margin-top: -2px;
	font-size: 1em;
}

img.photo-frame {
	padding: 2px;
	border: 1px dashed #c1be9e;
}

/* MOVIE ALBUM */

.movie-page-title {
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 18px;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	float: left;
	margin: 10px 30px 0 0;
	width: 130px;
	height: 125px;
}

.movie-thumbnail-frame img {
	border: 1px dashed #c1be9e;
	padding: 1px;
}

.movie-thumbnail-caption {
	position: relative;
	float: left;
	padding-top: 2px;
	line-height: 1.5em;
}

/* MOVIE POPUP */

.movie-background {
	margin: 0;
	padding: 24px;
	background: transparent url(images/texture.jpg);
	border: none;
	text-align: center;
}

.movie-title {
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0;
}

.movie-frame {
	margin-bottom: 10px;
}

/* CONTACT FORM */

.rw-contact-form br {
	display: none;
}

#content form label {
	line-height: 1.5;
	font-style: italic;
}

.message-text {
	font-size: 19px;
}

.form-input-field {
	padding: 6px;
	border: 1px dashed #c1be9e;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.form-input-select {
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

.form-input-button {
	background-color: #000;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	border: none;
	line-height: 1.5;
}

/* @group Sitemap */

.rw-sitemap ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}

.rw-sitemap ul li {
    margin: 0 0 10px 0;
}

.rw-sitemap ul li:last-child {
    margin: 0;
}

.rw-sitemap ul li li {
    margin: 0 0 5px 0;
}

.rw-sitemap ul li li:last-child {
    margin: 0;
}

.rw-sitemap ul ul {
    padding: 0 0 0 20px;
    list-style-type: square;
}

.rw-sitemap ul ul ul {
    list-style-type: circle;
}

/* @end */