
 /* 
	MAL3 FRAMEWORK
	
Custom Publish CSS 2014. Author HH/EE */

/* -------------------------------------------------- 
Table of Contents
-----------------------------------------------------
:: Resets
:: Typography
:: Structure
:: General Rules
:: General Wraps
:: General Elements
:: Menus & Search
:: Forms
:: Listing
:: View
:: Footer
:: Misc
:: Media Queries
*/

/* -----------------------------------------
   Resets
----------------------------------------- */

html {
	font-size: 62.5%; /* 1em = 10px */

}

body {
	background-color: #FFF;
	color: #333;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 0;
	margin: 0;
	
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}

img{
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
}

.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}

.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0;
	padding: 0;
	border: 0;
}

table.layout {
	margin: 0;
	padding: 0;
}
td.layout {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}

.body ul,
.ingress ul{
	margin: 0 1.5em;
	padding: 0 0 1em 0;
	text-align: left;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
table,caption,th,td {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.1em;
}
p {
	line-height: 1.6;
	margin: 0 0 1em;
}
code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
blockquote {
	font-style: italic;
}
blockquote:before {
	content: "\201C";
	display: inline-block;
	padding-right: .4em;
}

a:link { text-decoration: none; }
a:visited { color: inherit; }
a:hover { text-decoration: underline; }
.menu a:hover,
#header a:hover,
.presentation .gotolink a:hover{
	border: none;
}

.linker {
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
}

/* Standard navigation links */
.menu a:link { }
.menu a:visited { }
.menu a:hover { }

.menu .menuselected:link { }
.menu .menuselected:visited { }
.menu .menuselected:hover { }

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* -----------------------------------------
   Structure
----------------------------------------- */
.row { width:100%; display: block; }

.column, .columns {float:left; padding-right:25px;} /* padding = gutter size */

.column.right, .columns.right {float:right;}

.one.column		{ width: 8.333333333%; }
.two.columns	{ width: 16.666666666%; }
.three.columns	{ width: 24.9999999%; }
.four.columns	{ width: 31.333333332%; }
.five.columns	{ width: 41.666666665%; }
.six.columns	{ width: 50%; }
.seven.columns	{ width: 63.933% }
.eight.columns	{ width: 66.666666664%; }
.nine.columns	{ width: 74.999999997%; }
.ten.columns	{ width: 83.33333333%; }
.eleven.columns { width: 91.666666663%; }
.twelve.columns { width: 100%; }

.column, .columns { margin-bottom:15px; }

.row .column:last-child, .row .columns:last-child, .column.last, .columns.last, .listingarea.three .columns.last { padding-right:0; margin-right: 0;}

.listingarea.three .columns {
	margin-right: 12.5%;	
}

.promo .three.columns	{ width: 24.2%; }

/* -----------------------------------------
   	General Rules
----------------------------------------- */
.fl { float:left; }
.fr { float:right; }
.db { display:block; }
.dib { display: inline-block; }
.di { display: inline; }
.pr { position: relative; }
.pa { position: absolute; }
.formobile{ display: none; }
.fordesktop{ display: block; }

/* -----------------------------------------
   	General Wraps
----------------------------------------- */

.wrap {
	max-width: 1100px; /* CPR Sidebredde */
	width: 100%;
	margin: 0 auto;
}


/* -----------------------------------------
   	General Elements
----------------------------------------- */

.skiplink a{
  	position: absolute;
	top: -190px;
}
.skiplink a:focus, .skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
.skiplink a{
  	position: absolute;
	top: -190px;
}
.skiplink a:focus, .skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}

.section-a {}
.section-b {
	
}
.frontpage.articlelisting .section-b .wrap{

}

.dropdown {
	font-size: 1.3em;
	margin-bottom: 50px;
	height: 68px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.dropdown.extend { 
	height: auto !important;
}
.dropbtn {
	padding:2em 0 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	background: #fff;
}
.dropdown .box.block {
	min-height: 300px;
}
.dropdown-content .box .cell {
    border-right: 1px solid #eee;
    padding-right: 15px;
    min-height: 280px;
}
.dropdown-content .last .cell {
    border-right: none;
    padding-right: 0;
}
#header{
	min-height: 148px;
	padding-top: 1.9em;
}

.logo{
	position: relative;
}

div.nullmobbing 
{
}

#navigation{ 
	margin-top: 5px;
}

#content{
	margin-top: 30px;
}
.frontpage.articlelist #content{
	margin-top: 0px;
}

#main { 
	min-height: 500px;
	font-size: 1.3em; 
}

.page330854 #main {
	min-height: 470px !important;
}

#path{
	padding: 0 0 1em 0;
	font-size: 10px;
	color: #5B5B5B;
}
#path a{
	text-decoration: none;
	color: #5B5B5B;
}
#path a.activepath {
	color: #164082;
}
#path .arrow{
	padding: 0 .5em;
}

.pagetitle a, .title a, .title{
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
}

.ppt343149 .title {
    font-size: 1.3em;
}

#subnavigation, .pagetitle, .title {
    font-size: 1.3em;
}
.presentation .pagetitle, .presentation .title {
	text-align: left !important;
}

.title {
	margin-bottom: 0.8em;
}

.icon a:hover{

}



#subnavigation .sidemenu{
	padding: 1em 0.5em;
}
#subnavigation .sidemenu .submenu{
	padding: 0 0 0 1em;
}
#subnavigation .sidemenu li a {
	display: block;
	padding: .3em 0;
	text-decoration: none;
	color: #333;
	margin-bottom: .5em
}
#subnavigation .sidemenu li a:hover {
	color: #999;
}
#subnavigation .sidemenu li.itemselected > a{
	font-weight: 700;
}

#sidebar{  }

#footer {
	padding: 3em 0;
	border-top: 1px solid #e1e1e1;
	height: 200px;
	font-size: 1.2em;
}

.pagedescription{  }

/*Slideshow*/
.slidersection {
	overflow: hidden;
	max-height: 429px;
	overflow: hidden;
}
.slidersection .wrap {
	
}
.slides_container{

}

.cycle-prev,
.cycle-next{
	top: 45%;
	z-index: 99999;
}
.cycle-prev{
	left: 0;
	padding-left: 10px;
}
.cycle-next{
	right: 0;
	padding-right: 10px;
}
.slides_container .slide,
.slides_container .slide .sliderimg,
.slides_container .slide .sliderimg img{
	width: 100%
}

.cycle-pager {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	
}
.cycle-pager span{
	color: #0b5743;
	line-height: 0;
	margin: 0;
	font-size: 34px;
}
.cycle-pager span.cycle-pager-active {
	color: #ccbb91;
}
.textoverlay{
	position: absolute;
	width: 330px;
	height: 105%;
	top: 0; 
	right: 178px; 
	margin: 0 auto;
	text-align: left;
	font-size: 1.4em;
	color: #222;
	font-weight: 100;
	padding: 1.5em 1em 1em;
	background: rgb(250,250,250);
	background: rgba(255,255,255,.75);
}
.textoverlay-content{

}
.textoverlay .presentationheadline a{
	text-decoration: none;
	color: #222;
	letter-spacing: .1em;
	padding: 0 0 .2em 0;
	display: block;
	font-size: 1.1em;
	border-bottom: 1px solid transparent;
}
.textoverlay .presentationbody{
	padding: 1em 0 0 0;
	font-weight: 300;
	letter-spacing: .05em;
	font-size: .9em;
}
.textoverlaycontainer{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.presentation .gotolink a img{
  -webkit-transition: all .2s ease;                  
  -moz-transition: 		all .2s ease;                 
  -o-transition: 			all .2s ease;   
  -ms-transition: 		all .2s ease;          
  transition: 				all .2s ease;
}
.presentation .gotolink a:hover img{
	margin-top: -5px;
}

/* Map */
.mymaploc {
	
}
.overlay {
    background: none repeat scroll 0 0 transparent;
    height: 250px;
    margin-top: -250px;
    position: relative;
    top: 250px;
    width: 100%;
    z-index: 9999999;
}

.sectionheader {
    background: none repeat scroll 0 0 #009ee3;
    color: #fff;
    float: left;
    font-size: 2em;
    padding: 10px 15px;
}

.basicgmap {
	border-top: 3px solid #E85546;
    clear: both;
    height: 170px;
    margin-top: 15px;
    width: 99%;
}
.basicgmap {
    height: 250px !important;
    margin: 0 !important;
    width: 100% !important;
}
.mymaploc #bigmapclick {
	display: none;
}

/* -----------------------------------------
   	Menus & Search
----------------------------------------- */

ul.menu, ul.submenu, ul.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.menu li, ul.submenu li {
	margin: 0;
	padding: 0;
}
ul.mainmenu{
	list-style: none;
	padding: 0;
	/* border-bottom: 1px solid #999; */
	font-size: 1.3em;
	letter-spacing: .15em;
}
ul.mainmenu > li, .hmenu > li{
	float: left;
	position: relative;
}
ul.mainmenu > li a{
	border-radius: 6px 6px 0 0;
	text-decoration: none;
	padding: 1em 1.2em;
	margin-right: .2em;
	text-transform: uppercase;
	color: #fff;
    -webkit-transition: all .4s ease;                  
    -moz-transition: 	all .4s ease;                 
    -o-transition: 		all .4s ease;   
    -ms-transition: 	all .4s ease;          
    transition: 		all .4s ease;
    display: block;
    font-weight: bold;
}
ul.mainmenu > li a:hover, ul.mainmenu > li a.menuitemselected {
	color: #fff !important;	
	text-decoration: underline;
}
ul.mainmenu > li.firstitem a {
	padding-left: 0;
}
ul.mainmenu > li.lastitem a {
	padding-right: 0;
}
ul.mainmenu ul.submenu {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 150px;
	z-index: 9999;
}
ul.mainmenu li:hover ul.submenu {
	display: block;
}
ul.mainmenu ul.submenu li, ul.mainmenu ul.submenu li a {
	background: none;
}
ul.mainmenu ul.submenu a {
	color: #000;
}


.hmenu li {
	border-right: 1px solid #fff;
}
.hmenu li a {
	margin: 0 10px;
}

/*Search*/
#searchform {
	background: #fff;
	border: 1px solid #bed3c2;
	padding: .5em;
	width: 47%;
	border-radius: 8px;
}
.searchinput {
	vertical-align: middle;
	border: none;
	padding: .3em;
	width: 85%;
}	
.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	float: right;
}

/* -----------------------------------------
   	Forms
----------------------------------------- */
.form-wrapper {
    border: 1px solid #eee;
    padding: 1em;
    margin: 20px 0;
    max-width: 80%;
}

input:invalid { border:1px solid red; }
.mandatory { color: #AA0000; }

.cpsimpleform input{
	border: 1px solid #818181;
	padding: .7em;
	float: right;
	width: 50%;
}
/* Vertical */
.cpsimpleform .vertical .cpstextheading, .cpsimpleform .vertical.cpstextheading, .cpsimpleform input.vertical, .cpsimpleform .vertical input  {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 10px;
}
.cpselementcontainer.vertical{
	clear: both;
	padding: 0;
}
/* Horizontal */
.cpsimpleform .horizontal .cpstextheading{
	width: 50%;
	
}
.cpselementcontainer.horizontal{
	clear: both;
	padding: 1em 0;
}

/* Name */
.cpsimpleform input[type="text"]:not([size]) {
    width: 50%;
}

/* Telephone */
.cpsimpleform input[type="tel"]:not([size]) {
    width: 40%;
}

/* epost */
.cpsimpleform input[type="email"]:not([size]) {
    width: 58%;
}
/* comments */
.cpstextarea {
}

/* Fronter form */
.fronter.cpsimpleform {
    width: 180px;
}
.fronter.cpsimpleform label {
	font-weight: bold;
}
.fronter-icon {
    width: 20%;
}
.green {
	color: #fff;
}
.formpropertiesbox {
	margin-top: 50px !important;
}
.cpstextarea,
.cpstextarea .cpstextheading{
	float: none !important;
	width: 100% !important;
}

.cpsimpleform input[type="text"]:not([size]), 
.cpsimpleform input[type="email"]:not([size]), 
.cpsimpleform input[type="tel"]:not([size]) {
	max-width: 100%;
}

.cpsimpleform input[type="tel"]:not([size]), 
.cpsimpleform .sfx-phone:not([size]) {
	color:inherit;
}

.cpsimpleform input[type="submit"] {
	background: #004184;
	color:#fff;
	display: block;
	margin-left: auto;
	margin-right : 0;
	border-radius: 8px;	
	width: 50%;
	cursor: pointer;
	max-width: 200px;
}

/* -----------------------------------------
   	Listing
----------------------------------------- */

/*frontpage*/

.presentation{
	text-align: center;
/* 	padding: 2em 0 0 0; */
}
.presentation .block0 .ingress,
.presentation .block1 .ingress{
	border-right: 1px dotted #818181;
}
.presentation .columns{
	padding: 0;
}
.presentation .ingress{
	height: 130px;
	padding: .5em 2em 0 2em;
	line-height: 1.6;
	letter-spacing: .03em;
	margin-bottom: 2em;
}
.presentation .headline{
	padding: 0 0 .2em 0;
}
.presentation .headlinelink {
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
}

/* search page*/
.searchpage .section-b, .searchpage .mymaploc {
	display: none;
}

/*two columns*/
.twocolumns .articlelist .articleblock {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}
.twocolumns .articlelist .articleblock:nth-child(odd) {
	padding: 0 .5em 0 0;
}
.twocolumns .articlelist .articleblock:nth-child(even) {
	padding: 0 0 0 .5em;
}
.twocolumns .articlelist .headline a{
	color: #333;
	text-decoration: none;
}
.twocolumns .articlelist .textwrap{
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
}
/*regular*/

.articlelist .articleblock { 
 	margin: 0 0.5em 1em 0; 
}

.articlelist .hblock { 
 	background: none repeat scroll 0 0 #f1f4f1;
    min-height: 360px;
    padding: 12px;
}

.articlelist .ingress{  }

.lgtext {
    min-height: 150px;
}
.articlelist .articleblock .imgwrap{ 
	margin-right: 4%;
    width: 22%;
}

.articlelist .articleblock .textwrap{ 
	width: 65%;
}

.lgpic {
	margin-bottom: 10px;
}

.listingarea hr, .hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}

.articlelink{  }

.articleblock.nopic .textwrap{
	width: 100%;
}

.articlelist .headline{
	line-height: 1.6;
}
.articlelist .subheadline{
	line-height: 1.2;
}

.pagebar{
	text-align: right;
}
.pagebar a{
	text-decoration: none;
}
.pagebar a:hover {
	text-decoration: underline;
}

/* -----------------------------------------
   	View
----------------------------------------- */
.viewarea {
	background: #fff;
}
.viewareacontent{
	padding: 8px;
}

.tools {
    margin: 20px 0;
}

.body {
    margin: 10px 0;
    clear: both;
}
.body p{
	font-size: 1.05em;
}

.innerbody{  }

.innerbody p{  }

.ingressview{ 
	font-style: italic;
	margin: 1em 0 0;
	font-size: 1.2em;
}
.byline{
	padding: .3em 0;
	margin: .5em 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	font-weight: 300;
	font-size: .9em;
}
.byline .pubinfo{
	width: 50%;
}
.byline .author a{
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
}
.byline .sharebtns{
	text-align: right;
	width: 50%;
}

.viewarea .listingpic{  }

.viewarea img[align="left"] {
	margin: 0 10px 10px 0; 
} 
.viewarea img[align="right"] {
	margin: 0 0 10px 10px; 
}
.viewarea img[align="middle"] {
	margin: 0 0 10px 0px; 
} 
.viewarea .articlemedia .articleimage {
	margin: 0 0 10px 0px; 
} 
.viewarea .articlemedia .articleimagedesc{
	text-align: center;
	font-style: italic; 
} 

.viewarea .articleparagraph{  }

.headlineview{
	font-size: 1.8em;
	margin-top: 10px;
}

.viewareacontent .subheadline{
	margin-top: 10px;
	font-style: italic;
}

.related{
	padding: 1em 0;
	margin: 1em 0 0 0;
	border-top: 1px dotted #818181;
}
.related ul{
	list-style: none;
	margin: 0;
	padding: 1em 0;
}
.related ul li a{
	display: block;
	padding: .2em 0;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.related ul li a:hover{
	color: #999;
}
.paragraphpictable{
	width: 25%;
}

/* -----------------------------------------
   	Footer
----------------------------------------- */


#footer .contactinfo.columns{
	padding: 0 1em 0 0;
}
#footer .sitesummary.columns{
	padding: 0 1em;
	text-align: center;
}
#footer .some.columns{
	padding: 6em 0 0 1em;
	text-align: right;
}
.cpcredits,
.cp {
	float: left;
	text-decoration: none;
	color: #999 !important;
	text-decoration: none !important;
}
#copyright{
	color: #999;
	float: left;
	margin-bottom: 1em;
	margin-right: 10px;
}
.contactinfo{
	padding: 1em 0;
}
.contactinfo span{
	padding: .75em 2.0em;
}
.contactinfo .name{
	padding-left:0;
}
.contactinfo .email{
	background: url(https://img9.custompublish.com/getfile.php/2549396.2279.qusexddbuu/icon_mail.png) no-repeat;
	background-position: 0 10px;
	padding-left: 2.3em;
}
.contactinfo .phone{
	background: url(https://img9.custompublish.com/getfile.php/2549397.2279.apxusbfcrb/icon_phone.png) no-repeat top left;
	background-position: 0 4px;
}

.some span{
	height: 34px;
	width: 34px;
	display: block;
	margin: 0 0 0 1em;
}
.some .twitter{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat top left;
}
.some .facebook{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat;
	background-position: -43px 0;
	margin-left:20px;
}
.some .instagram{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat;
	background-position: -87px 0;
}
.some .rss{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat;
	background-position: -130px 0;
}
/* -----------------------------------------
   	Misc
----------------------------------------- */

#mainsidebar{
	padding: 0 0 0 1em;
}


.custom1.articlelisting #mainsidebar{
	display: block;
}

/* standard box/widget */
.block {
	margin-bottom: 15px;
}
.box {
	padding: 1px;
}
.box .caption {
	margin: 0;
	padding: 5px;
}
.box .title {
	padding: 0px;
}
.box .cell {
	padding: 5px;
	margin: 8px;
}
.wbox {
	background: #fff;
}
.promo .wbox {
	min-height: 410px;
}


/* opacity styling */
.op1 {
	background: url("/images/opacity/white/opacity10.png") repeat;
}
.op2 {
	background: url("/images/opacity/white/opacity20.png") repeat;
}
.op3 {
	background: url("/images/opacity/white/opacity30.png") repeat;
}
.op5 {
	background: url("/images/opacity/white/opacity50.png") repeat;
}
.op6 {
	background: url("/images/opacity/white/opacity60.png") repeat;
}
.op7 {
	background: url("/images/opacity/white/opacity70.png") repeat;
}
.op8 {
	background: url("/images/opacity/white/opacity80.png") repeat;
}
.op9 {
	background: url("/images/opacity/white/opacity90.png") repeat;
}
.op10 {
	background: url("/images/opacity/white/opacity100.png") repeat;
}





/*Misc CMS generated code*/
.eventdate{ background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent; }

.hidewhitespace { display: none; }

.errmsg { font-weight: bold; color: #AA0000; }

/* weather forecast */
.weathertablefivedays td {
	padding: 5px;
}
.weathertablefivedays .weatherlocname {
	font-weight: bold;
}
.weathertablefivedays { }
.weatherdaylabel, .weatherfivedays {
}

/*  Calendar  */
.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; }
.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
.caltime {
	margin-right: 15px;
}
.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}
.calendar{
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 2em 0;
}
.calendar .monthlycalendartable tr td{
		height: 30px;
}
.calendar .monthlycalendartable .caldayhasevent{
	background: #b31e48;
	color: #fff;
	font-weight: 700;
}

.calendar .monthlycalendartable caption{
	text-align: left;
	padding: 0 0 1em 0;
	letter-spacing: .03em;
	font-size: 1.2em;
}
.calendar .monthlycalendartable .calmonthname a{
	text-decoration: none;
	font-weight: 700;
	padding: 0 .3em;
}
.calendar .gotocal{
	text-align: right;
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.calendar .gotocal:hover{
	border-bottom: 1px solid #ccc;
}

.calevent {
	border-bottom: 2px dotted #CCCCCC;
    padding-bottom: 10px;
    margin: 0 0 1.3em;
}
.calevent .eventwhen {
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
    padding: 6px;
    text-align: center;
}
.eventwhat {
    font-size: 16px;
    margin-top: 5px;
}

/*Effects of wide classes*/

.widemain #main{  }

.widemain .sidebar{ display: none; }

.widefull #main { width: 100%; float: none; }

.widefull .sidebar{ display: none; }

.nostyle{
	list-style: none;
}

.cpeditlinks{
	clear: both;
	display: block;
}

.scaletext .small { font-size: .8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large { font-size: 1.3em; }

.banner3{
    color: #fff;
    left: 150px;
    position: absolute;
    top: 50px;
    width: 30%;
}

.banner4 {
	color: #fff;
    left: 150px;
    position: absolute;
    top: 90px;
    width: 30%;
}

/* -----------------------------------------
   	Media Queries
----------------------------------------- */
input.mobmenu {
	display: none;
}

@media all and (max-width: 870px) {
	.searchinput {
		width: 80%;
	}
}
@media all and (max-width: 800px) {

	.fl,
	.fr {
		float: none;
	}
	
	.formobile { display: block; }
	.fordesktop { display: none !important; }
	
	#header.row .columns {
		float: none;
		width: 100%;
	}
	
	#header {
		padding: 1em 0 0 0;
	}
	#header .logo {
		text-align: center;
	}
	#searchform {
		width: 54%;
		margin: 0 auto;
	}
	ul.mainmenu {
		background: #0C3371;
	} 
	ul.mainmenu > li{
		float: none;
		width: 100%;
	}
	ul.mainmenu > li a {
		color: #fff !important
		padding: 1em 2em !important;
		display: block;
		border-radius: 0 !important;
		background: none !important;
	}
	
	ul.mainmenu ul.submenu {
		background: none !important;
		display: block !important;
		width: 99.5%;
		padding-left: 2em;
		position: static;
	}
	
	ul.mainmenu ul.submenu a { 
		color: #fff !important;
	}
	ul.mainmenu > li a.menuitemselected, ul.mainmenu > li a:hover { 
		background: #009EE3 !important;
	}
	
	.dropdown,
	#content,
	.main,
	.footerinner,
	#mainsidebar,
	#footer .contactinfo.columns,
	#subnavigation{
		padding: 0 1em;
	}
	.presentation .block0 .ingress, .presentation .block1 .ingress{
		border: none;
	}
	.presentation .columns{
		border-bottom: 1px dotted #818181;
	}
	.presentation .ingress{
		margin-bottom: .5em;
		padding: .5em 0 0 0;
		height: auto;
	}
	.presentation .gotolink{
		padding: 1em 0;
	}
	
	.twocolumns .articlelist .articleblock{
		text-align: center;
		padding: 0 1em !important;
	}
	
	.presentation .block0 .ingress, .presentation .block1 .ingress {
		border-right: none !important;
	}
	#footer {
		height: auto;
	}
	#footer .sitesummary.columns{
		text-align: left;
	}
	#footer .some.columns{
		text-align: center;
	}
	.some span{
		float: left;
	}
	.bannerspaceleft{
		display: none;
	}
	
	label.mobmenu { 
	  	cursor: pointer;
	  	user-select: none;
		display: block;
		min-height: 3.25em;
		width: 100%;
	}
	label.mobmenu:after {
	    position: absolute;
	    content: "\2261";
		right: 20px;
		top: -10px;
		font-size: 36px;
		color: #f0ad00;
	}
	
	input.mobmenu[type=checkbox] ~ ul.menu {
		display: none;
	}
	input.mobmenu[type=checkbox]:checked ~  ul.menu {
		display: block;
	}
	
	#navigation {
		position: relative;
	}
	
	.viewareacontent .subheadline {
		clear: both;
	}
	
	.dropdown {
		height: auto !important;
	}
	
	.dropdown h1 {
		font-size: 1.2em;
	}
	
	.dropdown .box.block, .dropdown-content .box .cell {
		min-height: 0;
	}
	.dropdown-content {
		padding-top: 20px;
	}
	.textwrap.fl,
	.imgwrap.fl {
		float: left;
	}
	
	.four.columns {
		width: 31.333%;
	}
	
	.dropbtn {
		display: none;
	}
}
@media all and (max-width: 750px) {
	.dropdown .row .columns {
		float: none;
		width: 100%;
	}
	
	.some .facebook {
    margin-left: 36px;
	}
	
}
@media all and (max-width: 600px) {

	.row .columns, .four.columns {
		float: none;
		width: 100%;
	}
	
	.dropdown-content .box .cell {
		border-right: none;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}
	
	.lgpic .dynimage, .fronter.cpsimpleform  {
		width: 100%;
	}
	
	.promo .three.columns, .mobilefix .columns {
	    width: 47.9%;
	    float: left;
	}

	.promo .block1.columns, .mobilefix .block1.columns {
	   margin-right: 0;
	}
	
	.dropbtn {
    display: block;
	}

	.dropbtn .four.columns {width:100%; float:none;}
	
}
@media all and (max-width: 450px) {
	.mobilefix .columns, .promo .three.columns, .textwrap.fl,
	.imgwrap.fl {
	    width: 100% !important;
	    float: none !important;
	    margin-right: 0 !important;
	}
	
	.icon.fronter {
    	margin-left: 10px;
	}
	
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navigation, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
	    widows: 3;
	}
}
 