/** Note: do not add import-directives with external URLs here, they will be removed by the minimizer. Add them to all_css.ihtml instead, outside the minify-start/minify-end sectino */

body {
	/*background-color: #FFFFFF;*/
	/* The following gives the body element the max height of content and window. This will affect background layout, borders, and absolutely positioned children with 'bottom: 0px;', but will prevent 'height:100%' or 'min-height:100%' from working on any non-absolutely-positioned child elements. Note that if you want this to happen on the site-wrapper instead, you have to disable this for the body element. */
	min-height: 100%;
	height: auto;
	position: relative;
}
.sitewrapper {
	padding: 0px 0px 0px 0px;
	width:1260px;
	border:0px solid red;
}
.contentcontainer {
	position: relative;
	z-index: 0;
}
header{
	background-color: #ffebad;
	/*background-color: #FFFFFF;*/
	padding: 10px 10px 10px;
}
header .main-header-contents{
	display: flex;
}
header .main-header-contents .buildings img{
	width: 110px;
	height: 110px;

}
header .main-header-contents .logo img{
	height: 40px;
    margin-top: 40px;
    margin-left: 10px
}
/*header .logo h2{
    color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0px;
}*/
footer {
	text-align:center;
	margin-top:10px;
	width:100%;
}
.cmsbackbutton {
	
}

.pagecontents {
	padding: 0px;
}

body, #tinymce.mceContentBody {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height:normal;
	color: #000000;
	/*background-color: #ffebad;*/
	background-color: #FFFFFF;
}

a {
	color: #000000;
	outline:none;
}

h1 {
	font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;	
	color: #236fa1;	
	font-family: Cardo, courier, serif;
	color: #553499;	
}
h2 {
	font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;	
	font-family: Cardo, courier, serif;
	color: #553499;
}
h3, h4 {
	font-size: 14px;
	font-family: Cardo, courier, serif;
	color: #553499;
}
pre, code {
	font-family: "Courier", fixed;
}


.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
.cmstext p:first-child, body.mceContentBody p:first-child {
	margin-top: 0px;
}
.cmstext p:last-child, body.mceContentBody p:last-child {
	margin-bottom: 0px;
}
.cmstext h2, body.mceContentBody h2 {
	/*color: #236fa1;*/
	font-family: Cardo, courier, serif;
	color: #553499;
}

.cmstext, body.mceContentBody {
	max-width: 700px;
}

.labeltextarea {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}

input[type=submit], .submitbutton{
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 2px ridge #DDDDDD;
}

.submission-in-progress {
	cursor: progress;
}
.submission-in-progress input[type="submit"],
.submission-in-progress .submitbutton {
	color: #AAAAAA;
}

ol{
	list-style: decimal;
}
ul{
	list-style: disc;
}

li {
	margin-top: 1ex;
}

/*
.myavenueclass1 {
	color: red;
}
*/

.list-items {
	margin-top:20px;
}

.list-items .item {
	margin-top:5px;
}

.prev-next-container {
	text-align:center;
	padding-top:10px;
	white-space: nowrap;
}

.prev-next-container a, .prev-next-container span {
	display: inline-block;
	text-decoration: none;
}

.prev-next-container .paged-navigation .selected {
	font-weight: bold;
}

.prev-button-container, .next-button-container {
	width: 80px;
}
.prev-button-container {
	float: left;
	text-align: left;
	margin-top: 0px;
}
.paged-navigation {
	float: left;
	text-align: center;
	width: 590px;
}
.next-button-container {
	float: right;
	text-align: right;
	margin-top: 0px;
}
.sharebuttons-container{
	float: right;
}
.sharebuttons-container div {
	float:left;
	margin-right:15px;
}
.sharebuttons-container div img {
	width:32px;
}
#breadcrumbs-list {
	margin-bottom:10px;
}
.breadcrumb {
	font-size:10px;
}
div.breadcrumb {
	display:inline;
}

.srt ul{
	margin-bottom: 12px;
	padding-left: 40px;
	list-style: disc outside none;
}
.srt ol {
	margin-bottom: 12px;
	padding-left: 40px;
	list-style:decimal outside none;
}

/* Accordion style overrides */
body#body ul.accordion  {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	margin-right: 0.5rem;
	list-style-type: none;
}
body#body ul.accordion > li {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 0px;
	margin-bottom: -1px;
	list-style-type: none;
}

body#body ul.accordion > li > *:first-child {
	border: 0px none;
	border-radius: 0px;
	background: none;
	color: inherit;
	font-size: 20px;
	padding: 24px 0px;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}
body#body ul.accordion > li > h2:first-child {
	font-size: 30px;
	color: #553499;
}


body#body ul.accordion > li > *:first-child:hover {
	color: #bc0031;
}

body#body ul.accordion .ui-accordion-header-icon {
	display: none;
}
body#body ul.accordion .ui-accordion-header::before,
body#body ul.accordion .ui-accordion-header::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transition: all .5s ease-in-out;
	height: auto;
	box-sizing: border-box;
}
body#body ul.accordion .ui-accordion-header::before {
	background-color: currentColor;
	height: 2.5rem;
	width: 2.5rem;
	margin: 0;
	right: 0;
	transform: translateY(-50%);
} 
body#body ul.accordion .ui-accordion-header::after {
	border: solid #fff;
	border-width: 0 .15rem .15rem 0;
	height: .75rem;
	margin: 0 .375rem 0 0;
	right: .5rem;
	transform: translateY(-60%) rotate(45deg);
	width: .75rem;
}

body#body ul.accordion .ui-accordion-header-active::after {
	transform: translateY(-25%) rotate(-135deg);
}

body#body ul.accordion .ui-accordion-header-active::after {
	transform: translateY(-25%) rotate(-135deg);
}


body#body ul.accordion > li > ul {
	border: 0px none;
	background: none;
	padding: 0px;
	font-size: inherit;
	line-height: inherit;
	margin: 0 -16px;
	padding: 0 16px;
}


/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
   IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
	body {
		visibility: hidden;
	}
	div.printcontents {
		visibility: visible;
		position: relative;
		left: -320px;
		margin-top: -170px;
		width: 700px;
	}
	.browserMSIE div.printcontents {
		top: -170px;
		margin-top: 0px;
	}
	img#printbutton, input[type=submit], .noprint {
		visibility: hidden;
	}
	option {
		visibility: hidden;
		color: white;
	}
	select {
		color: white;
		height: 2ex;
	}
}
*/
