/* templatestyle.css for template 22 overrides to TNG genstyle.css   */

/* forum-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Forum';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/forum-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/forum-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/forum-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/forum-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/forum-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/forum-v18-latin-regular.svg#Forum') format('svg'); /* Legacy iOS */
}

#art-main
{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.home-menus a:hover
{
  text-decoration: underline;
}

.art-postcontent a:link
{
  text-decoration: none;
}

.art-blockcontent h1
{
  margin: 20px 0;
   font-weight: normal;
}

html
{
    height:100%;
}

#art-main
{
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
}

body
{
  color: #000000;
  background-color: #ECE4EB;
  background-image: url('../img/oldcanvas.jpg');
  background-size: cover;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* end Page */

/* begin Menu */
/* menu structure */

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
    outline: none;
}

.top-rounded-headline h1 {
  margin: 10px 0;
}

a:visited {
  color: #318390;
}

.art-hmenu, .art-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-hmenu li li
{
  float: none;
}

.art-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('../img/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-hmenu:after, .art-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-hmenu{
  min-height: 0;
  position:relative;
  padding: 0 0 0 0;
}

.art-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.art-nav
{
	min-width: 700px;
	position: relative;
	width:95%;
	margin:0 auto;
	min-height: 31px;
	z-index: 2;
    margin-top: 15px;
    margin-bottom: 0;
}

.art-nav-outer
{
    position:absolute;
    width:100%;
}

.art-nav-wrapper
{
        position: relative;
    width:100%;
    margin:0 auto;
}
.art-nav-inner
{
    margin: 0 0;
  background-image: url('../img/nav.png');
	-webkit-border-radius: 10px;
	border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 1px #666;
  box-shadow:         1px 1px 2px 1px #666;
  background: #706e69 linear-gradient(#afac9a, #706e69)
}

/* end Menu */

/* begin MenuItem */
.art-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 31px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  font-family: 'Forum', Times, serif;
}

.art-hmenu ul li
{
    margin:0;
    clear: both;
}

.art-hmenu a .r, .art-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 103px;
}

.art-hmenu a .l
{
  left: 0;
  right: 0;
}

.art-hmenu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.art-hmenu a .t, .art-hmenu ul a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.art-hmenu a .t
{
  color: #eee;
  padding: 0 22px;
  margin: 0 0;
  line-height: 31px;
  text-align: center;
}

.art-hmenu a:hover .l, .art-hmenu a:hover .r
{
  top: -36px;
}

.art-hmenu li:hover>a .l, .art-hmenu li:hover>a .r
{
  top: -36px;
}

.art-hmenu li:hover a .l, .art-hmenu li:hover a .r
{
  top: -36px;
}
.art-hmenu a:hover .t
{
  color: #FFFFFF;
}

.art-hmenu li:hover a .t
{
  color: #FFFFFF;
}

.art-hmenu li:hover>a .t
{
  color: #FFFFFF;
}

/* end MenuItem */

/* begin MenuSeparator */
.art-hmenu .art-hmenu-li-separator
{
  display: block;
  width: 0;
  height:31px;
}
/* end MenuSeparator */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  margin: 0 auto;
  min-height: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  cursor:auto;
  width: 95%;
  min-width: 700px;
  opacity: 94%;
}

.art-sheet-body
{
	position: relative;
	padding: 0;
	margin-bottom:30px;
}

.art-sheet-cc
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EFE5D5;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 1px #666;
  box-shadow:         1px 1px 2px 1px #666;
}

#art-page-background-top-texture, #art-page-background-middle-texture, #art-page-background-glare
{
  min-width: 90%;
}

/* end Box, Sheet */

/* begin Layout */
.art-content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.art-layout-cell, .art-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.art-content-layout .art-content-layout{margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.art-block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 20px;
}

.art-block-body
{
  position: relative;
  padding: 0;
}

div.art-block img {
  box-shadow: 2px 2px 6px 2px #888;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 35px;
}

.art-blockheader h3.t
{
  position: relative;
  height: 42px;
  font-family: 'Forum', Times, Serif;
  font-size: 22px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 42px;
}

.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited,
.art-blockheader h3.t a:hover
{
  font-family: 'Forum', Times, Serif;
  font-size: 22px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-blockcontent-body
{
  position: relative;
  padding: 3px;
}

.art-blockcontent-body p
{
  margin: 6px 0;
}

.art-blockcontent-body ul li, .fancy_list li
{
  line-height: 100%;
  letter-spacing: .6px;
  font-weight: bold;
}/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}

.art-post-body
{
  position: relative;
  padding: 20px;
}
/* end Box, Post */


/* begin Footer */
.art-footer
{
  position: relative;
  margin-top:-20px;
  width: 100%;
}

.art-footer-body
{
    position:relative;
    padding: 20px;
}

.art-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.art-footer-text a,
.art-footer-text a:link
{
  text-decoration: none;
}

/* begin LayoutCell, content */

.art-content-layout .art-sidebar1
{
  width: 240px;
  padding-left:10px;
}

/* end LayoutCell, content */

/* header: heading text */
.header, .plainheader, .subhead, .home-menus, h1 {
  font-family: 'Forum', Times, Serif;
	color: #333;
}

.header {
  font-size: 26px;
}

.subhead {
  font-size: 22px;
}

.home-menus {
  font-size: 18px;
}

.home-menus a, .home-menus a:visited, .home-menus a:link, div.icons a, div.icons-rt a {
   color: #333;
}

.home-menus li {
  margin-bottom: 7px;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #318390;
}

.art-postcontent
{
  text-decoration: none;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback, .bar, .page, .LB_closeAjaxWindow,
.tablesaw-cell-label {
	background-color: #318390;
}

a.admincell:hover, a.leftlink:hover {
	background-color: #aaa;
}

/* sideback: background color for side and top frames */
.admincell, .sideback {
	background-color : #318390;
	background-image: none;
}

.snlink {
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	background-color:#ccc;
	color:black;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#318390;
	color:#fff;
}

.LB_window {
	background: #e6e6e6;
	border: 2px solid #000000;
	color:#000000;
}

ul.tngdd a {
	color: #333333;
}

ul.tngdd ul li a, .slidedown {
	background-color:#eee;
}

ul.tngdd ul li a:hover {
	background-color:#ffffff;
}

ul.tngdd .menulink {
	background: #ccc url(../img/ArrowDown.gif) 2px 8px no-repeat;
	background-position: 2px 12px, 0px 0px;
	background-repeat: no-repeat;
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	color: #ffffff;
	background: #318390 url(../img/arrowdown2.gif) 2px 12px no-repeat;
}

.tngsmallicon:hover {
	color: #ffffff;
	background: #318390;
}

/* databack: background color for data areas */
div.innercontainer, ul.tngdd .langmenu, ul.tngdd .stubmenu {
    background-color: #ccc;
}

.databack, .reportcol li:hover {
	background-color: #e6e6e6;
}

/* added in TNG 10.1 for alternate row striping to databack */
.databackalt {
	background-color: #CDBCC9;  
}

ul.tngdd .sub {
	background:#d1d1d1 url(../img/arrow.gif) 146px 7px no-repeat
}

ul.tngdd .topline {
	border-top:1px solid #777
}

.emailimg {
	width: 40px;
	height: 26px;
	margin: 0px 8px 0px 0px;
	float: left;
	border: 0px;
}

td.calDay, td.calToday, table.calendar {
	border-color: #318390;
}

h2.site-head, h2.site-head a {
	color: #318390;
	font-family: 'Forum', Times, Serif;
	font-size: 36px;
	padding: 0 0 0 3px;
	margin: 0 0 15px;
	text-decoration: none;
}

.mmaintitle {
	font-family: 'Forum', Times, Serif;
	color: #318390;
}

.greentree {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	border:0px;
}

.big-header {
	color: #318390;
	font-family: 'Forum', Times, Serif;
	font-size: 55px;
  margin: 12px 0 20px 0;
}

.admin-banner h1, .plainheader, .adminsubhead, .nameheader {
  font-family: 'Forum', Times, Serif;
}

.adminsubhead,
.whitesubhead {
  font-size: 22px;
}

.plainheader {
  font-size: 36px;
}

.nameheader {
  font-size: 30px;
}

.dotted-line {
	width:100%;
	border-top:1px dashed #318390;
	margin:0 0 0 -10px;
}

.linkcol {
	display:block;
	float:left;
	width:33%;
}

#linkarea {
	width:100%;
	text-align:left;
	padding-left: 20px;
  column-count: 4;
}

.emphasis a:link, .emphasis a:visited {
	text-decoration: underline;
}

#search-submit {
	margin-top:5px;
	margin-bottom:5px;
}

.fambackground {
  background-color: #e6e6e6;
}

.sidebar-links-section {
  margin-top: 16px;
}

.snips-container {
   padding-left: 20px;
}

.snip-row {
   width: 450px;
   display: flex;
}

/*Mobile Footer */
.mobilefooter {
	text-align:center;
	line-height: 14px;
	margin-bottom: 6px;
}
.btn_lg {
	margin-top: 20px!important;
}

/*-----Postcards-----*/
.postcard {margin: 0 0 0 0; overflow: hidden; background: #fff; margin: 10px; color: #fff; box-shadow: 2px 2px 6px 2px #888; border-radius: 8px}
.postcard .thumbnail {position: relative; margin: 0; border-radius: 16px; box-shadow: none; padding: 0; background: none; text-align: left;}
.postcard .caption {padding: 11px 15px 13px 12px; overflow: hidden; position: relative; background: #318390 linear-gradient(#6bbdcb, #318390);
  transition: all 0.25s; margin-top:-4px; border-radius: 0 0 8px 8px;}
.postcard:hover .thumbnail .caption {transition: all 0.25s; background: #318390;}
.title2 {font:24px 'Forum', Times, serif; color: #fff; margin: 0 0 3px 0;}
.postcard .thumbnail .caption a {font-size: 22px; color: #ffffff; float: right; position: absolute; bottom: 8px; right: 13px; transition: all 0.25s;}
.postcard .thumbnail .caption a:hover {color: #6bbdcb;}
.postcard figure {margin: 0; position: relative;}
.postcard figure .box { position: absolute; padding: 0 0 12px 15px; bottom: 0; left: 0;}
.postcard figure .box .title {font: 16px 'Philosopher', Helvetica, Arial, sans-serif; color: #fff; margin: 0;}
.postcard figure .box .description {font: 900 12px/16px 'Forum', Times, serif; color: #ffffff; margin: 0;}
.postcard figure img {width: 100%; border-radius: 8px 8px 0 0;}

@media screen and (max-width: 480px) {
  .postcard {max-width: 275px;margin: 0px; padding: 0px; border: none; margin-right:4px; margin-left:4px; margin-bottom:8px;box-shadow:none}
  .snips-container {padding-left:0px;margin-top:20px;}
  .snip-row {width: 100%;}
  .art-nav-outer {position:inherit;}
  .art-nav, .art-sheet {
    width: 100%
  }
}

@media screen and (min-width: 481px) and (max-width: 623px) {
  .postcard {max-width: 275px;margin: 0 auto; padding: 0 5px; border: none;}
  .snip-row {
    display: flex;
    width: 225px;
  }
}

@media screen and (min-width: 624px) and (max-width: 669px) {
  .postcard {max-width: 275px; margin: 20px auto; }
}

@media screen and (min-width: 670px) and (max-width: 768px) {
  .postcard {max-width: 275px; margin: 20px auto; }
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .postcard {max-width: 400px; margin: 20p auto; }
}

@media screen and (min-width: 851px) and (max-width: 1024px) {
  .postcard {max-width: 400px; margin: 20p auto; }
}

@media (min-width: 481px) and (max-width: 1200px) {
  .snip-row {
    display: block;
    width: 225px;
  }
}

@media (max-width: 900px) {
  .indexphototable {
    max-width: 500px;
  }
	.art-nav, .art-sheet {
		min-width: 0;
		margin: 0px;
		width: 100%
	}
	.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: block;}
	.art-sheet-cc {
		border: none;
		box-shadow: none;
	  -webkit-box-shadow: none;
	}
	#tsearchbox {
		box-shadow: none;
		  -webkit-box-shadow: none;
		width: 90%;
	}
}

@media (max-width: 500px) {
	#linkarea, .greenvine, .dotted-line {
		display:none;
	}
	.art-block {
		float: none;
		margin-left: 0;
	}
	.big-header {
		font-size:24pt;
	}
	h2.site-head {
		padding-left: 0px;
		font-size: 18pt;
	}
	.art-sheet {
		margin: 0px;
	}
	.left-indent {
		padding-left: 0px;
	}
	.art-post-body {
		padding: 0px 10px;
	}
	#tsearchbox input[type="text"] {
		margin:5px;
	}
	.art-sheet-body {
		margin-bottom: 0px;
	}
}