@CHARSET "UTF-8";

.containerFullWidthOverride {
	width: 100vw;
	width: calc(100vw - 16px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw + 8px);
    margin-right: -50vw;
}

.module {
	padding: 0;
}

.module .ui-datagrid-content,
.module .ui-panel,
.module .ui-panel-titlebar,
.module .ui-panel-content {
	background-color: inherit;
}

.module .ui-panel-titlebar {
	border: none;
}

.moduleWrapper {
	padding: 30px 0;
	position: relative;
}

.moduleWrapper.noModulePadding,
.noModulePadding .moduleWrapper {
	padding: 0;
}

.noOverflow {
	overflow: hidden;
}

.containerNoPadding {
	padding: 0;
}

.newsAreaTitle {
	font-size: 48px;
	text-align: center;
	margin: 0 0 30px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.1;
}

.newsBox {
	width: 100%;
	height: 100%;
	max-width: 350px;
	margin: 0 auto 10px auto;
	position: relative;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

@media (max-width: 575px) {
	.newsBox {
		padding-bottom: 30px;
	}
}

.newsImageArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 260px;
}

.newsNoImageArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	height: 90px;
}

.noEventsText {
	font-size: 18px;
	font-weight: 700;
}

.newsDateArea {
	background-color: #84AAC6;
	color: #FFFFFF;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.newsDateAreaInner {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: 16px;
	margin: 0;
	line-height: 17px;
	display: inline-block;
	text-transform: uppercase;
	box-sizing: border-box;
	padding-top: 6px;
}

.newsDateAreaDay {
	font-size: 44px;
	font-weight: 800;
	line-height: 40px;
}

.newsContentArea {
	padding: 10px;
	margin-bottom: 10px;
}

.newsTitle {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #84aac6;
	display: block;
	text-transform: uppercase;
}

.newsDescription {
	margin-top: 10px;
	font-weight: 700;
	color: #555555;
	font-size: 16px;
	text-align: left;
}

.newsAreaTitle > form,
.eventCalendarNavigationButtonsContainer {
	position: absolute;
	right: 15px;
	top: 60px;
}

.newsPageButton {
	width: 25px;
	height: 25px;
	background: #84AAC6;
	border: none;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
	line-height: 25px;
	border-radius: 0;
	outline: none;
}

.newsPageButton:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

.newsPageButton:active {
	text-decoration: none;
	outline: none;
}

.eventCalendarContainer {
	width: 100%;
}

.eventCalendarNavigationButtonsContainer {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

.eventCalendarNavigationButtonsContainer * {
	outline: none;
}

.noEventsContainer {
	margin-left: 20px;
	color: #7C7C7C;
	font-size: 11pt;
	margin-bottom: 20px;
}

.galleryAreaTitle {
	font-size: 48px;
	text-align: center;
	margin: 0 0 30px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.1;
}

.galleryViewer .ui-widget-content {
	border: none;
	padding-bottom: 20px;
}

.galleryViewer .ui-paginator {
	background: inherit;
	border: none;
}

.galleryViewer .ui-datagrid-column {
	text-align: center;
}

.galleryViewer img {
	width: 200px;
	display: block;
	margin: auto;
}

.galleryViewerDiv a {
	text-decoration: none;
}

.galleryViewerDiv {
	width: auto;
}

.galleryViewerDiv span {
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	padding: 5px;
	width: 200px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 0 0 0.5em 0.5em;
	margin-bottom: 5px;
}

.sitemapLanguageHeader {
	margin: 0 20px;
}

.noBorder {
	border: none;
}

.noPadding {
	padding: 0;
}

.contentAreaTitle {
	font-size: 48px;
	text-align: center;
	margin: 0 0 30px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.1;
}

.subscribeMainDiv2 {
	vertical-align: top;
	width: 100%;
	max-width: 540px;
	min-height: 400px;
	background-image: url('../images/subscribe_watermark.jpg');
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	position: relative;
	box-sizing: border-box;
	color: #333333;
	padding: 20px 20px 80px 20px;
}

.subscribeMainDiv2 a {
	text-decoration: underline;
}

.subscribeLabel {
	font-size: 16px;
	height: 35px;
}

.subscribeButtonDiv {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media (min-width: 768px) {
	.subscribeLabel {
		text-align: right;
	}
}

.subscribeLabel:before {
	content: ' ';
	display: inline-block;
	height: 35px;
	vertical-align: middle;
	overflow: hidden;
}

.subscribeMainDiv2 input[type="text"] {
	height: 35px;
	border-radius: 0;
	font-size: 16px;
}

.subscribe2TableCheckboxArea {
	font-size: 13px;
}

.subscribe2TableCheckboxArea .ui-chkbox {
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.newsletterTitleCell {
	font-size: 21px;
	font-weight: bold;
	max-width: 200px;
}

.newsletterCommentCell {
	margin: 10px 10px 5px 0;
}

.newsletterButtonCell {
	text-align: right;
	width: 250px;
	float: right;
	margin-top: 23px;
}

.articleBigBoxTitle {
	font-size: 28px;
	font-weight: bold;
}

.articleBigBoxDate {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
}

.articleBigBoxImage > img {
	margin: 20px 0;
}

.articleBigBoxContent {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.articleBigBoxNext {
	margin-bottom: 20px;
}

.articleBigBoxNext > a {
	text-decoration: none;
}

.articleBigBox {
	border-bottom: 1px solid #eeeeee;
	margin: 20px 0;
}

.articleBigBox:first-child {
	margin-top: 0;
}

.articleBigBoxFilter {
	position: relative;
}

.searchInputOuter > input {
	padding-right: 30px;
	box-sizing: border-box;
}

.searchInputOuter:after {
	content: '\f002';
	background: none;
	font: normal normal normal 15px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    overflow: visible;
    text-indent: 0;
    position: absolute;
    right: 25px;
    top: 7px;
    color: #bbbbbb;
}

.articlePager * {
	margin: 10px;
}

.articlePager *:first-child {
	margin-left: 0;
}

.articlePager *:last-child {
	margin-right: 0;
}

.articlePager a {
	width: 37px;
	height: 35px;
	display: inline-block;
	border: 2px solid #CCCCCC;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	color: #CCCCCC;
}

.articlePager a:hover {
	border-color: #333333;
	color: #333333;
}

.articlePager a.active {
	border-color: #333333;
	color: #333333;
}

.articlesLinkArea {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.articlesLinkArea a {
	text-decoration: none;
}

#mapDiv {
	height: 600px;
	width: 100%;
	min-height: auto;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    height: 40px;
    padding: 9px;
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #051e33;
}

textarea.form-control {
    height: 100px;
}

.modal-body .form-control {
    border-color: #ccc;
}

.footerMenuLink:after {
	content: "|";
	display: inline-block;
	color: #000000;
	margin-left: 5px;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

.page {
	padding: 15px 0;
}

@media (max-width: 575px) {
	.newsAreaTitle,
	.galleryAreaTitle,
	.contentAreaTitle {
		font-size: 24px;
	}
}

.imgCover {
	overflow: hidden;
	position: relative;
}

.imgCover:after {
	display: block;
	content: '';
}

.imgCover > * {
	position: absolute;
}

.imgCover img,
.imgCover a {
	width: 100% !important;
	height: auto !important;
}

.imgCover.img4_9:after {
	padding-top: 44.44%;
}

.imgCover.img16_9:after {
	padding-top: 56.25%;
}

.imgCover.img4_3:after {
	padding-top: 75%;
}

.imgCover.img1_1:after {
	padding-top: 100%;
}

.webPageHiearchy {
	vertical-align: middle;
	margin-right: 4px;
}

.inline-editor {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	outline: none;
	min-width: 20px;
	min-height: 20px;
	display: block;
}

.inline-editor.opened {
	-webkit-box-shadow: 0 0 2px rgba(0, 86, 179, 0.9);
	box-shadow: 0 0 2px rgba(0, 86, 179, 0.9);
}