.ath-viewport * {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }
  
  .ath-viewport {
  	position: relative;
  	z-index: 2147483641;
  	pointer-events: none;
  
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-webkit-text-size-adjust: none;
  	-moz-text-size-adjust: none;
  	-ms-text-size-adjust: none;
  	-o-text-size-adjust: none;
  	text-size-adjust: none;
  }
  
  .ath-modal {
  	pointer-events: auto !important;
  	background: rgba(0,0,0,0.6);
  }
  
  .ath-mandatory {
  	background: #000;
  }
  
  .ath-container {
  	pointer-events: auto !important;
  	position: absolute;
  	z-index: 2147483641;
  	padding: 0.7em 0.6em;
  	width: 18em;
  
  	background: #eee;
  	background-size: 100% auto;
  
  	box-shadow: 0 0.2em 0 #d1d1d1;
  
  	font-family: sans-serif;
  	font-size: 15px;
  	line-height: 1.5em;
  	text-align: center;
  }
  
  .ath-container small {
  	font-size: 0.8em;
  	line-height: 1.3em;
  	display: block;
  	margin-top: 0.5em;
  }
  
  .ath-ios.ath-phone {
  	bottom: 1.8em;
  	left: 50%;
  	margin-left: -9em;
  }
  
  .ath-ios6.ath-tablet {
  	left: 5em;
  	top: 1.8em;
  }
  
  .ath-ios7.ath-tablet {
  	left: 0.7em;
  	top: 1.8em;
  }
  
  .ath-ios8.ath-tablet,
  .ath-ios9.ath-tablet,
  .ath-ios10.ath-tablet{
  	right: 0.4em;
  	top: 1.8em;
  }
  
  .ath-android {
  	bottom: 1.8em;
  	left: 50%;
  	margin-left: -9em;
  }
  
  /* close icon */
  .ath-container:before {
  	content: '';
  	position: relative;
  	display: block;
  	float: right;
  	margin: -0.7em -0.6em 0 0.5em;
  	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  	background-color: rgba(255,255,255,0.8);
  	background-size: 50%;
  	background-repeat: no-repeat;
  	background-position: 50%;
  	width: 2.7em;
  	height: 2.7em;
  	text-align: center;
  	overflow: hidden;
  	color: #a33;
  	z-index: 2147483642;
  }
  
  .ath-container.ath-icon:before {
  	position: absolute;
  	top: 0;
  	right: 0;
  	margin: 0;
  	float: none;
  }
  
  .ath-mandatory .ath-container:before {
  	display: none;
  }
  
  .ath-container.ath-android:before {
  	float: left;
  	margin: -0.7em 0.5em 0 -0.6em;
  }
  
  .ath-container.ath-android.ath-icon:before {
  	position: absolute;
  	right: auto;
  	left: 0;
  	margin: 0;
  	float: none;
  }
  
  
  /* applied only if the application icon is shown */
  .ath-container.ath-icon {
  
  }
  
  .ath-action-icon {
  	display: inline-block;
  	vertical-align: middle;
  	background-position: 50%;
  	background-repeat: no-repeat;
  	text-indent: -9999em;
  	overflow: hidden;
  }
  
  .ath-ios7 .ath-action-icon,
  .ath-ios8 .ath-action-icon,
  .ath-ios9 .ath-action-icon,
  .ath-ios10 .ath-action-icon{
  	width: 1.6em;
  	height: 1.6em;
  	background-image:url(data:image/png;base64,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);
  	margin-top: -0.3em;
  	background-size: auto 100%;
  }
  
  .ath-ios6 .ath-action-icon {
  	width: 1.8em;
  	height: 1.8em;
  	background-image:url(data:image/png;base64,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);
  	margin-bottom: 0.4em;
  	background-size: 100% auto;
  }
  
  .ath-android .ath-action-icon {
  	width: 1.4em;
  	height: 1.5em;
  	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  	background-size: 100% auto;
  }
  
  .ath-container p {
  	margin: 0;
  	padding: 0;
  	position: relative;
  	z-index: 2147483642;
  	text-shadow: 0 0.1em 0 #fff;
  	font-size: 1.1em;
  }
  
  .ath-ios.ath-phone:after {
  	content: '';
  	background: #eee;
  	position: absolute;
  	width: 2em;
  	height: 2em;
  	bottom: -0.9em;
  	left: 50%;
  	margin-left: -1em;
  	-webkit-transform: scaleX(0.9) rotate(45deg);
  	transform: scaleX(0.9) rotate(45deg);
  	box-shadow: 0.2em 0.2em 0 #d1d1d1;
  }
  
  .ath-ios.ath-tablet:after {
  	content: '';
  	background: #eee;
  	position: absolute;
  	width: 2em;
  	height: 2em;
  	top: -0.9em;
  	left: 50%;
  	margin-left: -1em;
  	-webkit-transform: scaleX(0.9) rotate(45deg);
  	transform: scaleX(0.9) rotate(45deg);
  	z-index: 2147483641;
  }
  
  .ath-application-icon {
  	position: relative;
  	padding: 0;
  	border: 0;
  	margin: 0 auto 0.2em auto;
  	height: 6em;
  	width: 6em;
  	z-index: 2147483642;
  }
  
  .ath-container.ath-ios .ath-application-icon {
  	border-radius: 1em;
  	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
  		inset 0 0.07em 0 rgba(255,255,255,0.5);
  	margin: 0 auto 0.4em auto;
  }@media only screen and (orientation: landscape) {
 .ath-container.ath-phone {
  		width: 24em;
  	}
  
  	.ath-android.ath-phone {
  		margin-left: -12em;
  	}
  
  	.ath-ios.ath-phone {
  		margin-left: -12em;
  	}
  
  	.ath-ios6:after {
  		left: 39%;
  	}
  
  	.ath-ios8.ath-phone {
  		left: auto;
  		bottom: auto;
  		right: 0.4em;
  		top: 1.8em;
  	}
  
  	.ath-ios8.ath-phone:after {
  		bottom: auto;
  		top: -0.9em;
  		left: 68%;
  		z-index: 2147483641;
  		box-shadow: none;
  	} 
}
/*})'"*/
.node-type-panel .form-type-item{display:none}.contextual-links-region.clearfix{position:initial}.header__body .contextual-links-region{position:static}.page-taxonomy-term .article-list,.page-taxonomy-term .search-result{padding:0 10px}.pane-news-related-to-term>h2{font-weight:200;font-size:24pt;margin:0 0 30px;border-bottom:1px solid #eee;line-height:1;padding-bottom:10px}.job-teaser{border:1px solid #ddd;padding-bottom:5px}.job-teaser .view-header{text-align:center}.job-teaser .field-content a{display:block;margin:5px 5px 5px 10px;line-height:16px;padding-left:20px;padding-left:10px;position:relative;text-decoration:none}.job-teaser .field-content a:hover{text-decoration:underline}.job-teaser .field-content a:before{position:absolute;left:-1px;top:-1px;font-size:16px;line-height:16px;content:'\203A';color:#999}.node-qinersineq{padding:0 10px}.node-qinersineq .field-type-file iframe{max-width:100%}.node-qinersineq .field-type-text-with-summary{overflow:hidden}.node-qinersineq .field-type-text-with-summary embed,.node-qinersineq .field-type-text-with-summary object{max-width:100%}#admin-menu{box-shadow:0 0 5px rgba(0,0,0,0.5)}#admin-menu li.admin-menu-account>a{background:none}.programmes-list{padding:0 10px}.button-bar{height:40px;background:#666;color:#fff;padding:0 10px;line-height:40px;display:block;text-decoration:none;position:relative;font-weight:600;font-size:18px}.button-bar:after{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";position:absolute;right:10px}.button-bar--video{background:#FF7300}.button-bar--video:hover{background:#cc5c00}.videos-related{overflow:scroll;-webkit-overflow-scrolling:touch}.videos-related__items{margin:0 -5px;white-space:nowrap;font-size:0}.videos-related__item{width:50%;display:inline-block;padding:0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.tv-header{margin:0 0 15px;font-weight:200;font-size:24px;line-height:1;padding-left:10px}#webform-component-url-path #edit-submitted-url-path{width:100%}.list_items{padding:0 10px}.url-textfield{display:none}.header__search__body{position:absolute;background:#fafafa;right:42px;left:0;height:42px;border-right:80px solid #000}.header__search__submit{display:inline-block;height:42px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;border-radius:0;vertical-align:top;background:#358CCF;color:#fff;border:none;font-size:14px;position:absolute;width:80px;right:-80px;font-family:"Open Sans",Arial,Helvetica,sans-serif;top:0}.header__search__text{display:inline-block;height:42px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:3px solid #358CCF;margin:0;font-family:"Open Sans",Arial,Helvetica,sans-serif;width:100%;font-size:16px;border-radius:0;text-indent:5px;padding:0}.header__search__text::-webkit-input-placeholder{color:#999;font-weight:200;text-indent:8px;font-size:14px;line-height:22px}.header__search__text:-moz-placeholder{color:#999;font-weight:200;text-indent:8px;font-size:14px;line-height:22px}.header__search__text::-moz-placeholder{color:#999;font-weight:200;text-indent:8px;font-size:14px;line-height:22px}.header__search__text:-ms-input-placeholder{color:#999;font-weight:200;text-indent:8px;font-size:14px;line-height:22px}.header--search .header__search__body{display:block}.header--search .header__search__title{background:#2871a9}.header--search .header__search__title:before{color:#fff;content:'\00D7';line-height:37px;font-size:54px;font-weight:100;font-family:"Open Sans",Arial,Helvetica,sans-serif}.footer{background:#505050;background:#fff;background:-moz-linear-gradient(top, #505050 0%, #656565 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #656565));background:-webkit-linear-gradient(top, #505050 0%, #656565 100%);background:-o-linear-gradient(top, #505050 0%, #656565 100%);background:-ms-linear-gradient(top, #505050 0%, #656565 100%);background:linear-gradient(top bottom, #505050 0%, #656565 100%);filter:progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#505050', endColorstr='#656565' );overflow:hidden;padding:10px;font-size:0}.footer__menu{display:inline-block;width:50%;padding:20px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:top;font-size:14px}.footer__menu>ul{list-style:none;margin:0;padding:0;border:none;background:none}.footer__menu>ul>li>a{color:#fff !important;text-decoration:none;display:block;padding:2px 0;border:none}.footer__menu>ul>li>a:before{display:none}.footer__menu>ul>li>a.active{color:#fff}.footer__menu__title{font-size:14px;margin:0 0 10px;text-transform:uppercase;font-weight:600;color:#aaa}.footer__block{clear:both;font-size:12px;color:#fff;text-align:center;margin:0;padding:20px 0}.footer__block>p{margin:0}.footer__block>p>a{color:#fff}.menu-secondary{list-style:none;margin:0 0px 0;padding:5px 0 0;border-top:6px solid #4682b4}.podcast-menu .menu-secondary{display:flex;padding:5px 10px;border-top:0px;flex-wrap:wrap}.menu-secondary__link{display:block;text-decoration:none;padding:5px 10px 5px 20px;line-height:1;position:relative;border-bottom:1px solid #eee}.menu-secondary__link:hover{text-decoration:underline}.menu-secondary__link:before{position:absolute;content:'\203A';top:0;left:8px;font-size:20px;color:#ccc;font-weight:200}.menu-secondary__link.active{font-weight:600;color:#000}.menu-secondary__link.active:before{color:inherit}.podcast-menu .menu-secondary__link{padding:0 10px;min-height:36px;line-height:36px;font-size:14px;text-transform:uppercase;text-decoration:none;border-radius:3px;font-weight:600;background:#333;color:#fff;border-bottom:0px}.podcast-menu .menu-secondary__link:before{display:none}.podcast-menu .menu-secondary__link:hover{background:#4d4d4d}.menu-secondary__item>.menu-secondary{border:none;background:none;margin:0 0 10px !important;padding:0 0 0 20px}.podcast-menu .menu-secondary__item{margin:0 10px 10px 0}.podcast-menu .menu-secondary__item:last-of-type{margin:0 0 10px 0}.fixed .menu-mobile__menu{position:fixed;top:0;left:0;right:0;z-index:3}.menu-mobile__dropdown{list-style:none;margin:0;padding:5px 0;position:absolute;background:#5798c5;top:84px;display:none;left:0;right:0;font-size:0}.menu-mobile__dropdown__item{display:inline-block;width:50%}.menu-mobile__dropdown__link{text-decoration:none;padding:5px 10px;display:block;color:#fff;font-size:14px;font-weight:600}.fixed .menu-mobile__dropdown{position:fixed;top:41px}.menu-visible .menu-mobile__link.active{background:#6aa3cb}.menu-visible .menu-mobile__link--more{background:#5798c5}.menu-visible .menu-mobile__dropdown{display:block;z-index:3}.menu-horisontal{margin:0 5px 15px;font-size:0}.menu-horisontal__item{display:inline-block;margin:0 5px 10px}.menu-horisontal__link{display:inline-block;height:42px;background:#eee;line-height:42px;padding:0 10px;font-size:14px;text-decoration:none;border-radius:3px;font-weight:600}.menu-horisontal__link:hover{background:#e1e1e1}.menu-horisontal__link.active{background:#358CCF;color:#fff}@media screen and (min-width: 900px) {
 .podcast-menu .menu-secondary{padding:5px 0}.podcast-menu .menu-secondary .menu-secondary__item{flex-grow:1}.podcast-menu .menu-secondary .menu-secondary__link{text-align:center} 
}@media screen and (min-width: desktop) {
 .podcast-menu .menu-secondary{padding:5px 0}.podcast-menu .menu-secondary .menu-secondary__item{flex-grow:1}.podcast-menu .menu-secondary .menu-secondary__link{text-align:center} 
}.layout-middle{padding:0 0 10px}.layout-title{margin:0 0 15px}.layout-title__header{margin:0 auto;font-weight:200;padding:10px;font-size:24pt;line-height:1;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-o-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:960px;border-bottom:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.layout-skip{display:block;position:absolute;text-align:center;margin:0;left:0;right:0}.layout-skip-link{display:inline-block;background:#ddd;height:24px;line-height:24px;padding:0 5px;top:-24px;position:relative}.layout-skip-link:focus{top:0}.section-title{border-top:6px solid #358CCF;background:#f2f2f2;margin:20px -10px;height:40px;line-height:40px;padding-left:10px;font-weight:600}.popup>.messages{background:#FFFCB2;padding:5px 10px;border-bottom:1px solid #EEEA91}.taxonomy__top{margin-bottom:30px}.taxonomy__image{margin-bottom:10px;padding-bottom:56.25%;position:relative}.taxonomy__image>picture{position:absolute;width:100%}.taxonomy__image>picture>img{position:absolute;width:100%}.taxonomy__text{line-height:1.5;padding:0 10px}.taxonomy__text>p{margin:0 0 10px}.mini-list__title{margin:0 0 15px;font-weight:200;font-size:24px;line-height:1;padding:0 10px}.mini-list__items{white-space:nowrap;overflow-y:scroll;-webkit-overflow-scrolling:touch;font-size:0;padding-left:10px}.mini-list__item{vertical-align:top;display:inline-block;width:50%;font-size:10px;padding:0 10px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;white-space:normal}.mini-list__item .layout-unit{margin-bottom:0}.mini-list__item .video-teaser__title{padding-left:0}.mini-list__more{vertical-align:top;display:inline-block;width:50%;font-size:10px;padding:0 10px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;position:relative}.mini-list__more__link{position:absolute;left:0px;right:10px;padding-bottom:56.25%;background:#eee}.mini-list__more__text{position:absolute;top:50%;left:0;right:0;font-size:20px;text-align:center;line-height:30px;margin-top:-15px}.mini-list__more__text:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.mini-list__more__link{color:#0091cc;text-decoration:none;font-weight:200}.mini-list__more__link:hover{text-decoration:underline}.article-full__byline{overflow:hidden;color:#999;margin:10px 0}.article-full__translator,.article-full__author,.article-full__section,.article-full__date,.article-full__tags{float:left;margin-right:5px;line-height:22px}.article-full__date>strong{font-weight:400;color:#000}.article-full__author>strong,.article-full__translator>strong{font-weight:400;color:#000}.article-full__tags>a{font-weight:400;color:#000}.article-full__tags>a:hover{color:#0091cc;text-decoration:underline}.article-full__section>a{color:inherit;font-weight:800;text-decoration:none;color:#000}.article-full__section>a:hover{color:#0091cc;text-decoration:underline}.article-full__sharing{background:#f5f5f5;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:7px;float:right;width:26px;line-height:28px;margin-left:20px;text-align:center}.text__gallery__info{margin:0;background:#fff;background:rgba(255,255,255,0.5);padding:3px 8px;font-weight:400;font-size:16pt;position:absolute;bottom:15px;right:0}.text__gallery__navigation{position:absolute;margin:0;top:50%;left:0;right:0;opacity:0;-webkit-transition:.2s opacity;z-index:2}.text__gallery:hover>.text__gallery__navigation{display:block;opacity:1}.text__gallery__arrow{font-size:80px;position:absolute;text-decoration:none;color:#fff;margin-top:-40px;text-shadow:0 0 2px rgba(0,0,0,0.5)}.text__gallery__previous{left:0}.text__gallery__previous:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.text__gallery__next{right:0}.text__gallery__next:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.text__media__video{position:relative;padding-bottom:56.25%;background:#eee}.text__media__video h2{display:none}.text__media__video iframe,.text__media__video video{position:absolute;width:100%;height:100%}.text__media__audio{position:relative;padding-bottom:56.25%;background:#eee}.text__media__audio h2{display:none}.text__media__audio iframe{position:absolute;width:100%;height:100%}.text__body{font-size:14px;line-height:1.5;font-weight:400;word-break:break-word}.text__body:after{content:'';display:table;height:0px;clear:both}.text__body a{color:#0091cc}.text__body a:hover{color:#33c4ff}.text__body h2{margin:1em 0 0;font-size:1.71429em;font-weight:600}.text__body h3{margin:1em 0 0;font-size:1.14286em}.text__body hr{margin:1em 0;border:none;border-top:1px solid #ccc}.text__body p{margin:0 0 .5em}.text__body ul{list-style-type:none;margin:1em 0 1em 3em}.text__body ul>li{padding:3px 0;font-weight:600}.text__body ul>li:before{font-weight:400;position:absolute;margin-left:-20px;font-size:14px;margin-top:3px;line-height:1em;content:'\25CF'}.text__body ol{font-weight:600;list-style-type:decimal;margin:1em 0 1em 3em}.text__body ol>li{padding:3px 0}.text__body blockquote{font-weight:600;font-size:18px;margin:1em 0 1em 3em;line-height:1.3em}.text__body blockquote:before{content:'\201C';position:absolute;font-size:5em;line-height:1;margin-left:-.6em;margin-top:-.05em;font-family:Georgia}.text__body table{border-collapse:collapse;border:none;line-height:1.2em;margin:1em 0;font-size:13px;word-break:break-word}.text__body th,.text__body td{padding:7px 10px 7px 0;border:none;border-bottom:1px solid #ddd}.text__body thead th{text-align:left;font-weight:600;font-size:14px;vertical-align:bottom;border-bottom:3px solid #777}.text__body caption{font-size:16px;font-weight:400;margin:0 0 10px;color:#999}.text__video{display:block;position:relative}.text__video__player{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.text__audio{display:block;position:relative;padding-bottom:62.5%}.text__audio>iframe{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.text__photo{display:block}.text__photo--full{margin:0 -10px}.text__photo__container{display:block;position:relative;width:100%;background:#fafafa}.text__photo__image{position:absolute}.text__photo__title{display:block;position:relative;line-height:18px;padding:4px 10px 0;color:#555;font-size:9pt;overflow:hidden}.text__photo__copyright{float:right;color:#999}.knr-text__reference{font-weight:800;margin:1em 0 1em 1em !important;text-transform:uppercase}.knr-text__reference>a{text-transform:none;font-weight:600;color:#1473BE;text-decoration:none}.knr-text__reference>a:hover{color:#4ca5ec;text-decoration:underline}.knr-text__box{background:#f6f6f6;padding:10px;margin:5px -10px 10px;border-top:6px solid #358CCF}.knr-text__box>h2,.knr-text__box>h3{margin:0 0 10px;font-size:24px;line-height:1}.knr-text__box>ul,.knr-text__box>ol{font-size:12px;margin:0}.knr-text__box>ul{padding-left:25px;margin:5px 0}.knr-text__box>ul>li{padding:2px 0;font-weight:600}.knr-text__box>ul>li:before{font-weight:400;position:absolute;margin-left:-15px;font-size:12px;margin-top:2px;line-height:1em;content:'\25CF'}.knr-text__box>p{font-size:12px;margin:0}.text__related__title{font-size:21px;font-weight:600;margin:30px 0 0}.text__related__list{list-style:none;margin:0;padding:0}.text__related__item{padding:3px 0}.text__related__item>a:after{content:'»';font-size:22px;line-height:14px;margin-left:3px;position:relative;top:2px;font-weight:200;height:16px;overflow:hidden;display:inline-block}.formula__text{margin-top:10px}.formula__content{margin-top:15px}.formula__content .webform-component{margin-bottom:10px}.formula__content .webform-component>label{font-weight:600;display:block}.formula__content .webform-component>.description{font-size:11px;color:#999}.formula__content .webform-container-inline>label{display:inline;margin-right:5px}.formula__content .webform-component-textfield>input,.formula__content .webform-component-email>input,.formula__content .webform-component-number>input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;border:1px solid #999;font-size:16px;border-radius:3px;padding:2px;max-width:100%}.formula__content .webform-component-select>select{font-size:16px}.formula__content .form-actions>input{border:none;background:#999;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center}.formula__content .form-actions>input:hover{background:gray}.formula__content .form-textarea-wrapper>textarea{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;border:1px solid #999;font-size:16px;border-radius:3px;display:block}.formula__content .webform-component-webform_time .form-type-select,.formula__content .webform-component-webform_time .form-radios,.formula__content .webform-component-webform_time .form-type-radio{display:inline-block}.formula__content .webform-datepicker .form-type-select,.formula__content .webform-datepicker .webform-calendar{display:inline-block;vertical-align:middle}.ui-datepicker{background:#fff;border:1px solid #aaa;padding:5px}.ui-datepicker-header{border-bottom:1px solid #aaa;position:relative;font-size:11px;padding:0 5px 5px}.ui-datepicker-prev{position:absolute;right:0;cursor:pointer}.ui-datepicker-next{position:absolute;left:0;cursor:pointer}.ui-datepicker-title{display:block;text-align:center}.ui-datepicker-calendar{text-align:center;font-size:12px}.ui-datepicker-calendar a{text-decoration:none}.ui-datepicker-calendar a.ui-state-active{font-weight:bold;color:#000}.embedded__image{font-size:0;display:block}.embedded__image--left{float:left;width:50%;margin:5px 20px 10px 0}.embedded__image--right{float:right;width:50%;margin:5px 0 10px 20px}.embedded__image__picture{display:block;position:relative;overflow:hidden}.embedded__image__picture>img{position:absolute;width:100%;left:0;top:0}.embedded__image__title{display:block;font-size:12px;line-height:14px;margin-top:3px}.embedded__object__video{position:relative;padding-bottom:56.25%}.embedded__object__video>iframe{border:none;display:block;position:absolute;top:0;left:0;width:100%;height:100%}.embedded__object__frame{position:relative;padding-bottom:100%}.embedded__object__frame>iframe{border:none;display:block;position:absolute;top:0;left:0;width:100%;height:100%}.embedded__object__text{font-size:12px;line-height:14px;margin-top:3px}.embedded__facebook>iframe{width:100% !important}.embedded__facebook .fb_iframe_widget{display:block}.embedded__facebook .fb_iframe_widget>span{width:100% !important;display:block}.embedded__facebook .fb_iframe_widget>span>iframe{width:100% !important;display:block}.teaser__text{margin:0;font-size:1em;word-wrap:break-word}.teaser__text a{color:#0091cc;text-decoration:none}.teaser__text>p{margin:5px 0}.teaser__text>h2{margin:10px 0 5px;font-size:1.14286em}.teaser__text>h3{margin:10px 0 5px;font-size:1em}.teaser__text>hr{border:none;background:none;border-top:1px solid #ddd;color:none;height:0;margin:10px 0}.teaser__text ol{list-style-type:decimal}.teaser__text ul{list-style-type:disc}.teaser__text ol,.teaser__text ul{margin:.5em 0 .5em 2em}.teaser__text li{padding:.2em 0;line-height:1.1}.teaser__text>.media-soundcloud-outer-wrapper,.teaser__text>.media-element{position:relative;padding-bottom:56.25%}.teaser__text>.media-soundcloud-outer-wrapper iframe,.teaser__text>.media-element iframe{position:absolute;width:100%;height:100%}.teaser__link>a{display:inline-block;background:#eee;height:42px;line-height:42px;padding:0 15px;border-radius:5px}.teaser--plain__title{margin:0 0 5px;font-weight:600;font-size:18pt;font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif;line-height:1}.teaser--plain__poster{margin:10px -10px}.teaser--plain__media{margin:10px -10px}.teaser--plain__media>div{position:relative;padding-bottom:56.25%}.teaser--plain__media iframe,.teaser--plain__media img{position:absolute;width:100%;height:100%}.teaser--plain__link{margin:10px 0 0;text-align:right}.teaser--plain__link>a{color:#0091cc;text-decoration:none;font-weight:600}.teaser--plain__link>a:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.teaser--plain__link>a:hover{text-decoration:underline}.teaser--image__title{margin:10px 10px 5px;font-weight:600;font-size:18pt;font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif;line-height:1}.teaser--image__link{margin:10px;text-align:right}.teaser--image__link>a{color:#0091cc;text-decoration:none;font-weight:600}.teaser--image__link>a:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.teaser--image__link>a:hover{text-decoration:underline}.teaser--image__text{margin:0 10px 10px}.teaser--media__media{position:relative;padding-bottom:56.25%}.teaser--media__media iframe{position:absolute;width:100%;height:100%}.teaser--media__link{color:#333;text-decoration:none}.teaser--media__link:hover{text-decoration:underline}.teaser--media:hover .teaser--media__link{color:#0091cc}.teaser--media__title{font-size:1em;margin:0;border-top:6px solid #FF7300;height:32px;line-height:32px;font-weight:normal;padding-left:10px}.teaser--media__label{display:inline-block;border-right:1px solid #ccc;line-height:20px;padding-right:7px;margin-right:3px;color:#FF7300}.teaser--media__text{padding:10px}.teaser--media__text>p{margin:0 0 .5em}.teaser--compact{position:relative}.teaser--compact__media{position:relative;padding-bottom:56.25%}.teaser--compact__media iframe{position:absolute;width:100%;height:100%}.teaser--compact__media>picture{position:absolute;width:100%;height:100%}.teaser--compact__media>picture>img{position:absolute;width:100%;height:100%}.teaser--compact__media>picture:before{position:absolute;top:0;left:0;right:0;bottom:0;content:'';border:1px solid rgba(0,0,0,0.1);z-index:1}.teaser--compact__link{position:absolute;width:100%;height:100%;z-index:2}.teaser--banner{position:relative;display:block;padding-bottom:31.25%}.teaser--banner__title{background:#fff;background:rgba(255,255,255,0.8);position:absolute;bottom:10%;left:0;margin:0;line-height:1;padding:5px 10px 8px;z-index:1;font-size:24px;font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif}.teaser--banner__image>picture{position:absolute;width:100%;height:100%}.teaser--banner__image>picture>img{position:absolute;width:100%;height:100%}.teaser__poster{padding-bottom:56.25%;background:50% 50% no-repeat;background-color:#f3f3f3;background-size:cover;cursor:pointer;position:relative;z-index:1}.teaser__poster iframe{position:absolute;width:100%;height:100%}.teaser__poster__effect{position:absolute;width:1.09589em;height:1.09589em;border-radius:50%;background:rgba(255,112,0,0.4);font-size:5.21429em;line-height:1.09589em;text-align:center;color:#fff;left:50%;top:50%;margin:-.54795em 0 0 -.54795em;text-indent:-.0411em;text-decoration:none}.teaser__poster__effect:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.teaser__poster:hover .teaser__poster__effect{background:#000;background:rgba(255,112,0,0.8)}.mini-list .teaser__poster{font-size:5px}.mini-list .teaser__poster__effect{left:auto;top:auto;right:5%;bottom:5%}.teaser--solid{background:#f5f5f5}.teaser--solid__title{border-top:6px solid #ddd;border-bottom:1px solid #ddd;font-size:16px;line-height:1;padding:8px 10px;font-weight:600px}.teaser--solid__text{padding:3px 10px}.teaser--solid__media>div{position:relative;padding-bottom:56.25%}.teaser--solid__media iframe,.teaser--solid__media img{position:absolute;width:100%;height:100%}.teaser--solid__link{margin:0;padding:0 10px 10px;text-align:right}.teaser--solid__link>a{color:#0091cc;background:#e6e6e6;text-decoration:none;font-weight:600}.teaser--solid__link>a:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.teaser--solid__link>a:hover{text-decoration:underline}.article-list{overflow:hidden;margin-bottom:20px}.article-list__image{float:left;width:31.74603%;margin:0;font-size:0;position:relative;padding-bottom:17.85714%;background:#f3f3f3}.article-list__image>a{position:absolute}.article-list__image>a>img{width:100%}.article-list__content{float:right;width:65.07937%}.article-list__title{font-size:12pt;line-height:1;font-weight:800;margin:-2px 0 0;font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif}.article-list__link{color:inherit;text-decoration:none}.article-list__link:hover{text-decoration:underline;color:#346EA2}.article-list__text{display:none}.article-list__info{margin:5px 0 0;font-size:12px;color:#999}.article-list__sections>a{font-weight:800;text-decoration:none;color:#000}.article-list__sections>a:hover{color:#346EA2;text-decoration:underline}.video-teaser__title{margin:0;line-height:1;font-size:1.71429em;font-family:'Open Sans Condensed',serif;width:100%;overflow:hidden;z-index:1;bottom:0;padding:5px 0 5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.video-teaser__title>a{color:#000;text-decoration:none}.video-teaser__poster{padding-bottom:56.25%;background:50% 50%;background-size:cover;cursor:pointer;position:relative;z-index:1}.video-teaser__poster:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:rgba(0,0,0,0.5);font-size:60px;line-height:80px;text-align:center;color:#fff;left:50%;top:50%;margin:-40px 0 0 -40px;text-indent:6px}.video-teaser__video{padding-bottom:56.25%;position:relative;background:50% 50%;background-size:cover}.video-teaser__video iframe{position:absolute;width:100%;height:100%}.video-teaser--large__title{font-size:32px}.video-teaser--large__text{margin:0 10px}.taxonomy-teaser{overflow:hidden;margin-bottom:20px}.taxonomy-teaser__image{float:left;width:31.74603%;margin:0;font-size:0;position:relative;padding-bottom:17.85714%;background:#f3f3f3}.taxonomy-teaser__image>.taxonomy-teaser__link{position:absolute;width:100%;height:100%}.taxonomy-teaser__image>.taxonomy-teaser__link>picture>img{width:100%}.taxonomy-teaser__content{float:right;width:65.07937%}.taxonomy-teaser__title{font-size:12pt;line-height:1;font-weight:800;margin:-2px 0 5px;font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif}.taxonomy-teaser__link{color:inherit;text-decoration:none}.taxonomy-teaser__link:hover{text-decoration:underline}.taxonomy-teaser__text{font-size:.85714em;margin:0}.radio__teaser--large{position:relative}.radio__teaser--large:hover .radio__teaser__action{color:black}.radio__teaser--large .radio__teaser__content{width:100%;position:absolute;bottom:0;z-index:2;color:black}.radio__teaser--large .radio__teaser__title{display:block;background:rgba(255,255,255,0.85);min-height:24px;line-height:22px;font-family:'Open Sans Condensed',serif;font-size:16px;padding:5px 15px 5px 10px}.radio__teaser--large .radio__teaser__action{position:absolute;top:0px;right:0;display:inline-block;background:rgba(255,255,255,0.85);height:25px;line-height:25px;font-size:12px;z-index:2;padding:0 10px;color:#ff7000;font-weight:bold}.radio__teaser--large .radio__teaser__action:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:12px;font-weight:normal;margin-right:5px}.radio-teaser__title{margin:0;line-height:1;font-size:1.71429em;font-family:'Open Sans Condensed',serif;width:100%;overflow:hidden;z-index:1;bottom:0;padding:5px 0 5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.radio-teaser__title>a{color:#000;text-decoration:none}.mini-list .radio-teaser__title{padding-left:0}.radio__programme-teaser--compact:hover{cursor:pointer}.radio__programme-teaser--compact:hover .radio__programme-teaser--compact__image{color:black}.radio__programme-teaser--compact>a:link,.radio__programme-teaser--compact>a:active,.radio__programme-teaser--compact>a:visited{color:black;text-decoration:none}.radio__programme-teaser--compact__content{height:60px;overflow:hidden;position:relative}.radio__programme-teaser--compact__title{line-height:18px;line-height:1;font-size:18px;font-family:'Open Sans Condensed',serif;font-weight:bold}.radio__programme-teaser--compact__date{font-size:12;color:#666666;margin-top:5px;background-color:white;position:absolute;bottom:3px;left:0;right:0}.radio-teaser__picture{padding-bottom:56.25%;position:relative;background:#f3f3f3;cursor:pointer}.radio-teaser__picture>picture>img{position:absolute;width:100%}.radio-teaser__picture iframe{position:absolute;width:100%;height:100%}.radio-teaser__effect{position:absolute;width:1.6em;height:1.6em;border-radius:50%;background:rgba(255,112,0,0.4);font-size:3.57143em;line-height:1.6em;text-align:center;color:#fff;left:50%;top:50%;margin:-.8em 0 0 -.8em;text-decoration:none}.radio-teaser__effect:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.radio-teaser__picture:hover .radio-teaser__effect{background:#000;background:rgba(255,112,0,0.8)}.mini-list .radio-teaser__picture{font-size:5px}.mini-list .radio-teaser__effect{left:auto;top:auto;right:5%;bottom:5%}.weather-now__header{background:#fff;background:-moz-linear-gradient(top, #0091cc 0%, #00bfef 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0091cc), color-stop(100%, #00bfef));background:-webkit-linear-gradient(top, #0091cc 0%, #00bfef 100%);background:-o-linear-gradient(top, #0091cc 0%, #00bfef 100%);background:-ms-linear-gradient(top, #0091cc 0%, #00bfef 100%);background:linear-gradient(top bottom, #0091cc 0%, #00bfef 100%);filter:progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#0091cc', endColorstr='#00bfef' );color:#fff;font-weight:100;text-rendering:geometricPrecision;margin:0;padding:10px 10px}.weather-now__item{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;display:inline-block;border-bottom:1px solid #eee;padding:5px 5px;vertical-align:top;position:relative}.weather-now__item--selected{background:#E2F6FF}.weather-now__symbol{float:left;width:50px;height:50px}.weather-now__content{margin-left:60px;height:50px;padding-bottom:5px;overflow:hidden}.weather-now__title{font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif;margin:0;font-size:16px;line-height:1;white-space:nowrap;text-overflow:ellipsis}.weather-now__title>a{text-decoration:none;color:#000}.weather-now__temperature{margin:0 0 3px;color:#666;font-size:10px;line-height:1;float:left}.weather-now__temperature>strong{color:#000;font-size:24px;margin-right:-5px;letter-spacing:-1px;text-rendering:geometricPrecision;font-weight:600}.weather-now__wind{float:right;margin:1px 10px 0 0;font-size:9px;line-height:1;color:#666}.weather-now__wind>strong{font-size:14px;color:#000;margin-right:-1px;letter-spacing:-1px;text-rendering:geometricPrecision}.weather-now__wind>em{display:block;position:absolute;right:15px;font-style:normal;font-size:8px;margin-top:0px}.weather-now__condition{margin:-5px 0 0;font-size:10px;color:#666;line-height:1;clear:left}.weather-icon{background:center center no-repeat;background-size:cover}.weather-icon--01d{background-image:url("/sites/knr/themes/knr/gfx/weather/01d-fs8.png")}.weather-icon--01m{background-image:url("/sites/knr/themes/knr/gfx/weather/01m-fs8.png")}.weather-icon--01n{background-image:url("/sites/knr/themes/knr/gfx/weather/01n-fs8.png")}.weather-icon--02d{background-image:url("/sites/knr/themes/knr/gfx/weather/02d-fs8.png")}.weather-icon--02m{background-image:url("/sites/knr/themes/knr/gfx/weather/02m-fs8.png")}.weather-icon--02n{background-image:url("/sites/knr/themes/knr/gfx/weather/02n-fs8.png")}.weather-icon--03d{background-image:url("/sites/knr/themes/knr/gfx/weather/03d-fs8.png")}.weather-icon--03m{background-image:url("/sites/knr/themes/knr/gfx/weather/03m-fs8.png")}.weather-icon--03n{background-image:url("/sites/knr/themes/knr/gfx/weather/03n-fs8.png")}.weather-icon--04{background-image:url("/sites/knr/themes/knr/gfx/weather/04-fs8.png")}.weather-icon--05d{background-image:url("/sites/knr/themes/knr/gfx/weather/05d-fs8.png")}.weather-icon--05m{background-image:url("/sites/knr/themes/knr/gfx/weather/05m-fs8.png")}.weather-icon--05n{background-image:url("/sites/knr/themes/knr/gfx/weather/05n-fs8.png")}.weather-icon--06d{background-image:url("/sites/knr/themes/knr/gfx/weather/06d-fs8.png")}.weather-icon--06m{background-image:url("/sites/knr/themes/knr/gfx/weather/06m-fs8.png")}.weather-icon--06n{background-image:url("/sites/knr/themes/knr/gfx/weather/06n-fs8.png")}.weather-icon--07d{background-image:url("/sites/knr/themes/knr/gfx/weather/07d-fs8.png")}.weather-icon--07m{background-image:url("/sites/knr/themes/knr/gfx/weather/07m-fs8.png")}.weather-icon--07n{background-image:url("/sites/knr/themes/knr/gfx/weather/07n-fs8.png")}.weather-icon--08d{background-image:url("/sites/knr/themes/knr/gfx/weather/08d-fs8.png")}.weather-icon--08m{background-image:url("/sites/knr/themes/knr/gfx/weather/08m-fs8.png")}.weather-icon--08n{background-image:url("/sites/knr/themes/knr/gfx/weather/08n-fs8.png")}.weather-icon--09{background-image:url("/sites/knr/themes/knr/gfx/weather/09-fs8.png")}.weather-icon--10{background-image:url("/sites/knr/themes/knr/gfx/weather/10-fs8.png")}.weather-icon--11{background-image:url("/sites/knr/themes/knr/gfx/weather/11-fs8.png")}.weather-icon--12{background-image:url("/sites/knr/themes/knr/gfx/weather/12-fs8.png")}.weather-icon--13{background-image:url("/sites/knr/themes/knr/gfx/weather/13-fs8.png")}.weather-icon--14{background-image:url("/sites/knr/themes/knr/gfx/weather/14-fs8.png")}.weather-icon--15{background-image:url("/sites/knr/themes/knr/gfx/weather/15-fs8.png")}.weather-icon--20d{background-image:url("/sites/knr/themes/knr/gfx/weather/20d-fs8.png")}.weather-icon--20m{background-image:url("/sites/knr/themes/knr/gfx/weather/20m-fs8.png")}.weather-icon--20n{background-image:url("/sites/knr/themes/knr/gfx/weather/20n-fs8.png")}.weather-icon--21d{background-image:url("/sites/knr/themes/knr/gfx/weather/21d-fs8.png")}.weather-icon--21m{background-image:url("/sites/knr/themes/knr/gfx/weather/21m-fs8.png")}.weather-icon--21n{background-image:url("/sites/knr/themes/knr/gfx/weather/21n-fs8.png")}.weather-icon--22{background-image:url("/sites/knr/themes/knr/gfx/weather/22-fs8.png")}.weather-icon--23{background-image:url("/sites/knr/themes/knr/gfx/weather/23-fs8.png")}.weather-icon--24d{background-image:url("/sites/knr/themes/knr/gfx/weather/24d-fs8.png")}.weather-icon--24m{background-image:url("/sites/knr/themes/knr/gfx/weather/24m-fs8.png")}.weather-icon--24n{background-image:url("/sites/knr/themes/knr/gfx/weather/24n-fs8.png")}.weather-icon--25d{background-image:url("/sites/knr/themes/knr/gfx/weather/25d-fs8.png")}.weather-icon--25m{background-image:url("/sites/knr/themes/knr/gfx/weather/25m-fs8.png")}.weather-icon--25n{background-image:url("/sites/knr/themes/knr/gfx/weather/25n-fs8.png")}.weather-icon--26d{background-image:url("/sites/knr/themes/knr/gfx/weather/26d-fs8.png")}.weather-icon--26m{background-image:url("/sites/knr/themes/knr/gfx/weather/26m-fs8.png")}.weather-icon--26n{background-image:url("/sites/knr/themes/knr/gfx/weather/26n-fs8.png")}.weather-icon--27d{background-image:url("/sites/knr/themes/knr/gfx/weather/27d-fs8.png")}.weather-icon--27m{background-image:url("/sites/knr/themes/knr/gfx/weather/27m-fs8.png")}.weather-icon--27n{background-image:url("/sites/knr/themes/knr/gfx/weather/27n-fs8.png")}.weather-icon--28d{background-image:url("/sites/knr/themes/knr/gfx/weather/28d-fs8.png")}.weather-icon--28m{background-image:url("/sites/knr/themes/knr/gfx/weather/28m-fs8.png")}.weather-icon--28n{background-image:url("/sites/knr/themes/knr/gfx/weather/28n-fs8.png")}.weather-icon--29d{background-image:url("/sites/knr/themes/knr/gfx/weather/29d-fs8.png")}.weather-icon--29m{background-image:url("/sites/knr/themes/knr/gfx/weather/29m-fs8.png")}.weather-icon--29n{background-image:url("/sites/knr/themes/knr/gfx/weather/29n-fs8.png")}.weather-icon--30{background-image:url("/sites/knr/themes/knr/gfx/weather/30-fs8.png")}.weather-icon--31{background-image:url("/sites/knr/themes/knr/gfx/weather/31-fs8.png")}.weather-icon--32{background-image:url("/sites/knr/themes/knr/gfx/weather/32-fs8.png")}.weather-icon--33{background-image:url("/sites/knr/themes/knr/gfx/weather/33-fs8.png")}.weather-icon--34{background-image:url("/sites/knr/themes/knr/gfx/weather/34-fs8.png")}.weather-icon--40d{background-image:url("/sites/knr/themes/knr/gfx/weather/40d-fs8.png")}.weather-icon--40m{background-image:url("/sites/knr/themes/knr/gfx/weather/40m-fs8.png")}.weather-icon--40n{background-image:url("/sites/knr/themes/knr/gfx/weather/40n-fs8.png")}.weather-icon--41d{background-image:url("/sites/knr/themes/knr/gfx/weather/41d-fs8.png")}.weather-icon--41m{background-image:url("/sites/knr/themes/knr/gfx/weather/41m-fs8.png")}.weather-icon--41n{background-image:url("/sites/knr/themes/knr/gfx/weather/41n-fs8.png")}.weather-icon--42d{background-image:url("/sites/knr/themes/knr/gfx/weather/42d-fs8.png")}.weather-icon--42m{background-image:url("/sites/knr/themes/knr/gfx/weather/42m-fs8.png")}.weather-icon--42n{background-image:url("/sites/knr/themes/knr/gfx/weather/42n-fs8.png")}.weather-icon--43d{background-image:url("/sites/knr/themes/knr/gfx/weather/43d-fs8.png")}.weather-icon--43m{background-image:url("/sites/knr/themes/knr/gfx/weather/43m-fs8.png")}.weather-icon--43n{background-image:url("/sites/knr/themes/knr/gfx/weather/43n-fs8.png")}.weather-icon--44d{background-image:url("/sites/knr/themes/knr/gfx/weather/44d-fs8.png")}.weather-icon--44m{background-image:url("/sites/knr/themes/knr/gfx/weather/44m-fs8.png")}.weather-icon--44n{background-image:url("/sites/knr/themes/knr/gfx/weather/44n-fs8.png")}.weather-icon--45d{background-image:url("/sites/knr/themes/knr/gfx/weather/45d-fs8.png")}.weather-icon--45m{background-image:url("/sites/knr/themes/knr/gfx/weather/45m-fs8.png")}.weather-icon--45n{background-image:url("/sites/knr/themes/knr/gfx/weather/45n-fs8.png")}.weather-icon--46{background-image:url("/sites/knr/themes/knr/gfx/weather/46-fs8.png")}.weather-icon--47{background-image:url("/sites/knr/themes/knr/gfx/weather/47-fs8.png")}.weather-icon--48{background-image:url("/sites/knr/themes/knr/gfx/weather/48-fs8.png")}.weather-icon--49{background-image:url("/sites/knr/themes/knr/gfx/weather/49-fs8.png")}.weather-icon--50{background-image:url("/sites/knr/themes/knr/gfx/weather/50-fs8.png")}.weather-temperature---10{color:#09f !important}.weather-temperature---9{color:#0d91f2 !important}.weather-temperature---8{color:#1a8ae6 !important}.weather-temperature---7{color:#2682d9 !important}.weather-temperature---6{color:#337acc !important}.weather-temperature---5{color:#4073bf !important}.weather-temperature---4{color:#4d6bb3 !important}.weather-temperature---3{color:#5963a6 !important}.weather-temperature---2{color:#665c99 !important}.weather-temperature---1{color:#73548c !important}.weather-temperature--0{color:#804d80 !important}.weather-temperature--1{color:#8c4573 !important}.weather-temperature--2{color:#993d66 !important}.weather-temperature--3{color:#a63659 !important}.weather-temperature--4{color:#b32e4d !important}.weather-temperature--5{color:#bf2640 !important}.weather-temperature--6{color:#cc1f33 !important}.weather-temperature--7{color:#d91726 !important}.weather-temperature--8{color:#e60f1a !important}.weather-temperature--9{color:#f2080d !important}.weather-temperature--10{color:red !important}#views-exposed-form-weather-city-forecast{display:none}.weather-forecast{background:#eee;background:#fff;background:-moz-linear-gradient(top, #f3f3f3 0%, #fafafa 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #fafafa));background:-webkit-linear-gradient(top, #f3f3f3 0%, #fafafa 100%);background:-o-linear-gradient(top, #f3f3f3 0%, #fafafa 100%);background:-ms-linear-gradient(top, #f3f3f3 0%, #fafafa 100%);background:linear-gradient(top bottom, #f3f3f3 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#f3f3f3', endColorstr='#fafafa' );position:relative;padding-bottom:10px}.weather-forecast__details{margin:0;padding:0 15px}.weather-forecast__details__link{text-decoration:none;color:#0091cc;height:40px;line-height:40px;background:#eee;display:inline-block;padding:0 10px;border-radius:5px}.weather-forecast__details__link:hover{text-decoration:underline}.weather-forecast__details__link:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.weather-forecast__header{margin:0;font-weight:100;padding:15px 5px;line-height:1;font-size:32px;margin:0 10px 10px;border-bottom:1px solid #fff;text-rendering:geometricPrecision;color:#000}.weather-forecast__header>a{color:inherit;text-decoration:none}.weather-forecast__body{overflow:auto;padding-bottom:10px;overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden}.weather-forecast__icon{height:50px;min-width:50px;background-size:contain}.weather-forecast__inner{white-space:nowrap}.weather-forecast__item{display:inline-block;padding:0 5px;border-right:1px solid #fff;text-align:center;min-width:80px}.weather-forecast__days{margin:0 0 5px;color:#666;font-size:12px;line-height:1}.weather-forecast__duration{margin:0 0 3px;color:#000;font-size:16px;line-height:1;font-weight:600}.weather-forecast__condition{font-weight:400;margin:5px 0;line-height:1;font-size:12px;color:#666}.weather-forecast__temperature{margin:0;line-height:1;color:#999;font-size:12px}.weather-forecast__temperature>strong{font-size:28px;font-weight:600;margin-right:-5px;margin-left:5px;color:#000}.weather-forecast__wind{margin:5px 0 0;color:#666;font-size:10px}.weather-forecast__wind>strong{font-size:18px;font-weight:600;color:#000;margin-right:-2px}.weather-forecast__wind>em{font-style:normal;display:block;color:#666;font-size:10px}.video-full{padding-bottom:60px}.video-full__video{position:relative;padding-bottom:60%;margin:0 -10px}.video-full__video>embed{position:absolute;width:100%;height:100%}.video-full__poster{position:absolute;top:0;bottom:0;right:0;left:0;background:url(/sites/knr/themes/knr/gfx/dummies/acr-teaser.jpg) 50% 50%;background-size:cover;cursor:pointer;z-index:1}.video-full__poster:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:rgba(0,0,0,0.5);font-size:60px;line-height:80px;text-align:center;color:#fff;left:50%;top:50%;margin:-40px 0 0 -40px}.video-full__poster:hover:before{background:rgba(0,0,0,0.8)}.focusbar{color:#ffffff;width:100%;height:auto;background-color:#3388d1}.focusbar span{display:inline-block;font-size:10pt;height:14px;padding:11px 0px 15px 0px;margin-left:25px}.focusbar span a{color:#ffffff;text-decoration:none}.focusbar span a:hover{text-decoration:underline}.focusbar>span:not(:first-of-type):before{content:'';border-left:1px solid #ffffff;margin-right:25px}.focusbar__label{font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif;font-size:12pt;text-transform:uppercase;height:12px;background-color:#000000;float:left;padding:10px 20px 18px 20px;margin-right:10px}.focusbar__label:after{position:absolute;content:'';margin-left:20px;margin-top:-10px;height:0;width:0;border-left:10px solid #000000;border-right:10px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent}.focusbar__highlight{color:#ffffff;width:100%;height:auto;display:flex;flex-wrap:wrap;background-color:#3388d1}.focusbar__highlight__text{display:inline-block;font-size:10pt;display:contents}.focusbar__highlight__link{text-decoration:none;padding:13px 20px;position:relative;font-size:10pt;color:#ffffff}.focusbar__highlight__link:hover{text-decoration:underline}.focusbar__highlight__active{text-decoration:underline}.focusbar__highlight__label{font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif;font-size:15px;text-transform:uppercase;background-color:#000000;padding:12px 20px}.focusbar__highlight__label:after{position:absolute;z-index:1;content:'';margin-left:20px;margin-top:-12px;height:0;width:0;border-left:10px solid #000000;border-right:0px solid transparent;border-top:23px solid transparent;border-bottom:20px solid transparent}.search-result{overflow:hidden;margin-bottom:10px}.search-result__image{float:left;width:31.74603%;margin:0;font-size:0;position:relative;padding-bottom:17.85714%;background:#f3f3f3;overflow:hidden}.search-result__image>a{position:absolute;top:0;left:0;right:0;bottom:0}.search-result__image>a>picture>img{width:100%}.search-result__image iframe{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.search-result__video{background:50% 50%;background-size:cover;position:absolute;top:0;left:0;right:0;bottom:0;font-size:5px}.search-result__video__effect{position:absolute;width:1.09589em;height:1.09589em;border-radius:50%;background:rgba(0,0,0,0.4);font-size:5.21429em;line-height:1.09589em;text-align:center;color:#fff;right:5%;bottom:5%;margin:-.54795em 0 0 -.54795em;text-indent:-.0411em;text-decoration:none}.search-result__video__effect:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.search-result__video:hover .search-result__video__effect{background:rgba(0,0,0,0.8)}.search-result__content{margin-left:31.74603%;padding-left:10px}.search-result__title{font-size:16px;line-height:1;font-weight:800;font-family:"Open Sans Condensed",Arial,Helvetica,sans-serif}.search-result__title__prefix{font-weight:inherit;font-style:inherit;color:#358CCF}.search-result__link{color:inherit;text-decoration:none}.search-result__link:hover{text-decoration:underline;color:#346EA2}.search-result__text{display:none}.search-result__info{margin:3px 0 0;font-size:9px;color:#999}.search-result__sections>a{font-weight:800;text-decoration:none;color:#000}.search-result__sections>a:hover{color:#346EA2;text-decoration:underline}.global-search__title{font-size:42px;font-weight:200;margin:0 0 20px;line-height:1;padding:10px 10px 0}.global-search__empty>p{margin:0 10px}#views-exposed-form-global-search-search{margin:10px 10px 15px;position:relative}#views-exposed-form-global-search-search .views-widget-filter-search_api_views_fulltext{margin-right:80px;float:none;padding:0}#views-exposed-form-global-search-search .views-submit-button{display:inline-block;vertical-align:top}#views-exposed-form-global-search-search .views-exposed-form{font-size:0}#views-exposed-form-global-search-search .views-submit-button>input{background:#0091cc;color:#fff;border:none;margin:0;height:30px;cursor:pointer;padding:0 10px;font-size:14px;position:absolute;top:0;right:0;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;border-radius:0}#views-exposed-form-global-search-search .views-submit-button>input:hover{background:#006d99}#views-exposed-form-global-search-search .views-submit-button>input:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:22px;color:#fff;font-weight:normal}#views-exposed-form-global-search-search .views-widget-filter-search_api_views_fulltext label{display:none}#views-exposed-form-global-search-search .form-type-textfield>input{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;height:30px;border:1px solid #ddd;font-size:16px;padding-left:3px;font-weight:200;-webkit-appearance:none;border-radius:0}#views-exposed-form-global-search-search .form-type-textfield>input::-webkit-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}#views-exposed-form-global-search-search .form-type-textfield>input:-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}#views-exposed-form-global-search-search .form-type-textfield>input::-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}#views-exposed-form-global-search-search .form-type-textfield>input:-ms-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.global-search__filters{padding-top:10px}.global-search__facet{margin-bottom:10px;display:none;font-size:14px}.global-search__facet>ul{margin:0;padding:0;list-style:none}.global-search__facet>ul>li{display:inline-block;margin-right:10px;line-height:18px;font-size:12px}.global-search__facet>ul>li>a{text-decoration:none;color:#333;vertical-align:middle}.global-search__facet>ul>li>input{vertical-align:middle;margin:0 5px 0 0}.global-search__facet__title{margin:0;font-size:14px;font-weight:700}.global-search__filters--visible>.global-search__facet{display:block}.global-search__toggle{margin:0}.global-search__toggle>a{font-size:14px;display:inline-block;height:24px;line-height:24px;padding:0 5px;background:#eee;border-radius:3px;text-decoration:none;color:#0091cc}.suggestions{margin:-5px 10px 10px}.suggestions__title{margin:0;font-size:1em;font-weight:600}.suggestions__list{margin-top:5px}.suggestions__item{display:inline-block;padding:0 5px 5px 0}.suggestions__link{display:inline-block;color:#0091cc;text-decoration:none;height:24px;line-height:24px;padding:0px 7px;background:#eee;border-radius:3px}.dynamic-list__title{border-top:6px solid #ddd;line-height:1;border-bottom:1px solid #eee;font-size:16px;line-height:16px;vertical-align:top;padding:8px 10px;color:#333;font-weight:600}.dynamic-list__items{margin:10px 10px 0}.dynamic-list__item{padding-left:10px;padding-bottom:8px;position:relative;line-height:16px}.dynamic-list__item:before{position:absolute;left:0px;top:-1px;font-size:16px;line-height:16px;content:'\203A';color:#999}.dynamic-list__link{color:#0091cc;text-decoration:none;font-weight:600}.dynamic-list__link:hover{text-decoration:underline}.tv-search-field{padding:0 10px}.tv-search-field__form{margin:0;padding:0;display:block;position:relative}.tv-search-field__text{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;height:30px;border:1px solid #ddd;font-size:16px;padding-left:3px;font-weight:200;-webkit-appearance:none;border-radius:0}.tv-search-field__text::-webkit-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.tv-search-field__text:-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.tv-search-field__text::-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.tv-search-field__text:-ms-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.tv-search-field__button{background:#0091cc;color:#fff;position:absolute;border:none;top:0;right:0;margin:0;height:30px;font-size:0;cursor:pointer;width:40px}.tv-search-field__button:hover{background:#006d99}.tv-search-field__button:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:22px;color:#fff;font-weight:normal}.comments .fb_iframe_widget{width:100%}.comments .fb_iframe_widget>span{width:100% !important}.comments .fb_iframe_widget>span>iframe{width:100% !important}.comments__title{font-size:21px;font-weight:600;margin:30px 0 10px}.pager{list-style:none;margin:0;padding:0 10px;font-size:0}.pager>li{display:inline-block;vertical-align:top;height:30px;font-size:18px}.pager>li>a{display:inline-block;vertical-align:top;height:30px;min-width:30px;text-align:center;line-height:30px;padding:0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-decoration:none}.page-podcast .pager{padding:10px;background-color:#FFF;text-align:center}.pager__current__content{display:inline-block;vertical-align:top;height:30px;min-width:30px;text-align:center;line-height:30px;padding:0 5px;background:#333;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.pager__ellipsis{color:#999}.js-ajax-poll-view{min-height:90px}.poll{margin:15px 0px 0;padding:15px;background:#fff;background:-moz-linear-gradient(top, #388DDB 0%, #2DBBD6 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #388DDB), color-stop(100%, #2DBBD6));background:-webkit-linear-gradient(top, #388DDB 0%, #2DBBD6 100%);background:-o-linear-gradient(top, #388DDB 0%, #2DBBD6 100%);background:-ms-linear-gradient(top, #388DDB 0%, #2DBBD6 100%);background:linear-gradient(top bottom, #388DDB 0%, #2DBBD6 100%);filter:progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#388DDB', endColorstr='#2DBBD6' );color:#fff}.poll .hidden{display:none}.poll .status{margin-bottom:10px}.poll .vote-form{text-align:left}.poll .vote-form .choices{margin:0;margin-bottom:10px;display:block}.poll .poll{background:none;filter:none;margin:0;padding:0}.poll .poll .text{margin-bottom:2px;padding:0}.poll .poll .bar{background:#275885;background:none;border:1px solid #fff;border-radius:7px;height:14px}.poll .poll .bar>.foreground{background:#fff;border-radius:7px;height:14px;margin:0 -1px}.poll .poll .total{margin:0;text-align:left;font-size:11px}.poll .poll .percent{font-size:11px;text-align:right}.poll .element-invisible{display:none}.poll .form-type-radio>label{vertical-align:middle;font-size:18px;display:inline;font-weight:normal}.poll .form-actions{margin:10px 0 0}.poll .vote-form>input,.poll .form-actions>input{background:#1b3e5e;text-decoration:none;color:#fff;height:32px;line-height:32px;display:inline-block;padding:0 20px;border-radius:5px;border:none;font-size:16px;cursor:pointer}.poll .vote-form>input:hover,.poll .form-actions>input:hover{background:#214b72}.poll__title{font-weight:200;font-size:24px;color:#fff;margin:0 0 10px;line-height:1}.views-employees{padding-left:10px;padding-right:10px}.views-employees .form-type-select select{width:160px;overflow:hidden}.views-employees .views-exposed-form{margin-bottom:15px}.views-employees .views-exposed-form #edit-title{width:153px}.views-employees .views-exposed-form #edit-submit-employees{width:160px}.views-employees .views-widget-filter-field_department_tid{top:60px;left:10px}.views-employees .views-submit-button{margin-top:18px}.views-employees .views-field-title{display:inline-block;font-weight:800;font-family:"Open Sans Condensed", Arial, Helvetica, sans-serif}.views-employees .views-label{display:block;width:170px;font-weight:600}.views-employees hr{height:1px;border:0;border-top:1px solid #ddd;margin:20px 0 20px 0}.views-employees .pager{margin-left:auto;margin-right:auto;overflow:visible;text-align:center}.views-employees .pager>.current{padding-left:10px;padding-right:10px;padding-top:3px}.views-employees .pager>.current{padding-left:10px;padding-right:10px;padding-top:3px}.views-employees .pager>.pager__previous{display:block}.views-employees .pager>.pager__next{display:block}.live-radio{background:#262626;color:#fff;padding:10px;overflow:hidden}.live-radio--busy{background:#444}.live-radio__title{margin:-10px -10px 0;font-weight:200;text-transform:uppercase;font-size:24px;background:#000;padding:0 0 0 85px;position:relative}.live-radio__title:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:68px;position:absolute;left:10px;top:1px;height:32px;overflow:hidden;line-height:32px}.live-radio__help{color:#666;margin:0;padding:5px 10px 10px;font-size:9pt;position:fixed;bottom:0;right:0;left:0;line-height:14px;max-height:28px;overflow:hidden}.live-radio__help>a{color:inherit}.live-radio__player{padding:10px 0;width:100%;overflow:hidden;position:relative}.live-radio__player>audio{width:100%}.live-radio_iframe{border:none;display:block;width:100%}.live-radio__now{margin:10px 0 0;text-transform:uppercase;font-weight:bold}.live-radio__now>p{margin:0}.live-radio__now__label{font-size:.85714em}.live-radio__now__text{font-size:1.14286em;color:#FF7300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-radio__program{overflow:auto;padding:10px;background:#333}.live-radio__program>table{border-collapse:collapse}.live-radio__program>table th{font-family:'Lucida Console', Monaco, monospace;padding-right:10px;font-size:12px}.live-radio__program--past th,.live-radio__program--past td{color:#666}.live-radio__program--present{color:#FF7300}.live-radio__program--future th{color:#aaa}.live-radio__program--future td{color:#fff}body .live-radio__player .mejs-container{background:none}body .live-radio__player .mejs-controls{height:48px;background:none}body .live-radio__player .mejs-controls .mejs-playpause-button{width:32px;height:32px;position:absolute;right:0}body .live-radio__player .mejs-controls .mejs-playpause-button button{background:none;width:32px;height:32px;margin:0;border:2px solid #fff;border-radius:50%}body .live-radio__player .mejs-controls .mejs-playpause-button button:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-size:20px;display:inline-block;color:#fff;margin-left:-0.1em}body .live-radio__player .mejs-controls .mejs-playpause-button.mejs-pause button:before{content:"";margin:0}body .live-radio__player .mejs-controls .mejs-volume-button{width:24px;height:24px;margin:5px 10px 0 5px}body .live-radio__player .mejs-controls .mejs-volume-button button{margin:0;width:24px;height:24px;background:none}body .live-radio__player .mejs-controls .mejs-volume-button button:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-size:24px;display:inline-block;color:#fff}body .live-radio__player .mejs-controls .mejs-volume-button.mejs-mute button:before{content:'\f028'}body .live-radio__player .mejs-controls .mejs-horizontal-volume-total{height:20px;width:190px;background:#444;top:7px}body .live-radio__player .mejs-controls .mejs-horizontal-volume-current{height:20px;background:#ddd;top:7px}.live-radio-teaser{display:block;text-decoration:none;color:inherit;background:url(/sites/knr/themes/knr/gfx/live_radio.jpg) -130px 0}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
 .live-radio-teaser{background-image:url(/sites/knr/themes/knr/gfx/live_radio@2x.jpg);background-size:324px 136px} 
}.live-radio-teaser__title{margin:0;height:94px;line-height:94px;font-size:38px;color:#fff;text-shadow:0 0 10px rgba(0,55,84,0.3);white-space:nowrap;overflow:hidden;text-align:center}.live-radio-teaser__title:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;content:'\e608';font-size:100px;display:inline-block;top:-13px;height:50px;line-height:50px;vertical-align:bottom;position:relative;margin-right:5px}.live-radio-teaser__now{margin:0;background:rgba(0,0,0,0.5);padding:10px 10px;line-height:1;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:bold}.live-radio-teaser__now:before{content:'\203A';font-weight:normal;margin-right:3px;font-size:1.5em;line-height:8px;height:14px;vertical-align:bottom;display:inline-block}.live-radio-teaser__now>span{color:#ff7000}.radio__featured__episodes{clear:both;overflow:hidden;margin-left:-10px;margin-bottom:10px;position:relative}.radio__featured__episodes__item{width:50%;float:left}.radio__featured__episodes__item .radio__teaser{padding-left:10px}.radio__featured-program{overflow:hidden;clear:both;padding-top:10px;padding-left:10px;padding-right:10px;margin-bottom:10px;position:relative;border-top:1px solid #ddd}.radio__featured-program .radio-teaser__picture{cursor:default}.radio__featured-program__image{display:none}.radio__featured-program__body{width:100%;padding-bottom:25px}.radio__featured-program__action{position:absolute;top:10px;right:10px;display:inline-block;height:25px;line-height:25px;font-size:14px;z-index:2;color:#ff7000;font-weight:bold;text-decoration:none}.radio__featured-program__action:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:16px;font-weight:normal;margin-right:5px}.radio__featured-program__action:hover{color:black}.radio__featured-program__more{position:absolute;bottom:0;right:15px;display:inline-block;height:25px;line-height:25px;color:#666666;margin-right:10px}.radio__featured-program__more:link,.radio__featured-program__more:active,.radio__featured-program__more:visited{text-decoration:none}.radio__featured-program__more:hover{text-decoration:underline}.radio__featured-program__more:after{position:absolute;right:-15px;content:'\000BB';font-size:18px}.radio__featured-program__title{margin-bottom:15px;line-height:1;font-size:1.71429em;font-family:'Open Sans Condensed',serif;font-weight:bold;padding-right:125px;word-break:break-word}.radio__featured-program__item{margin-bottom:5px}.radio__featured-program__item--1 .radio__featured-program__program-title,.radio__featured-program__item--1 .radio__featured-program__program-title a{color:#358CCF}.radio__featured-program__date{display:inline-block;color:#adadad;text-align:right;width:50px}.radio__featured-program__date:after{content:' : '}.radio__featured-program__program-title{font-weight:bold;text-decoration:none;color:black;cursor:pointer}.radio__featured-program__program-title a{color:black}.radio__featured-program__program-title a:link,.radio__featured-program__program-title a:active,.radio__featured-program__program-title a:visited{text-decoration:none}.radio__featured-program__program-title:hover{text-decoration:underline;color:black}.radio__active-programmes__title{overflow:hidden;border-top:6px solid #358CCF;padding-top:10px;padding-left:10px;padding-right:10px;margin-top:10px;font-size:40px;font-family:'Open Sans Condensed',serif;font-weight:bold}.radio__active-programmes{clear:both;overflow:hidden;margin-left:-10px;margin-bottom:10px;position:relative;padding-top:10px;padding-left:10px;padding-right:10px}.radio__active-programmes__item{float:left;width:50%;margin-bottom:10px}.radio__active-programmes__item .radio__programme-teaser--compact{padding-left:10px}.radio__active-programmes__item .radio-teaser__effect{width:1em;height:1em;margin:-0.5em -0.5em;line-height:0.8em}.radio__active-programmes__item .radio-teaser__effect:before{font-size:30px}.toolbox{background:#f5f5f5;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;margin:20px -10px 0}.toolbox__sharing{line-height:20px;padding:10px;border-bottom:1px solid #e9e9e9;cursor:default}.toolbox__sharing__title{display:inline-block;margin-right:5px;font-weight:normal;vertical-align:middle}.toolbox__link{line-height:1;margin:10px}.toolbox__link>a{color:#346ea2}.sharing__text{display:none}.sharing__link{vertical-align:middle;display:inline-block;text-decoration:none;font-size:20px;height:20px;line-height:1;padding:0 3px;color:#346EA2}.sharing__link:hover{color:#1b3a55}.sharing__link:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:" ";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1}.sharing__link--facebook:before{content:""}.sharing__link--facebook:hover{color:#3d6e97}.sharing__link--twitter:before{content:""}.sharing__link--twitter:hover{color:#479ae9}.sharing__link--google:before{content:""}.sharing__link--google:hover{color:#f24a34}.sharing__link--mail:before{content:""}.sharing__link--print:before{content:""}.newsletter{background:#e9eff9;border-bottom:2px solid #000}.newsletter__head{background:#1b2f41;color:#fff;padding:25px 10px 25px 74px;position:relative;box-shadow:inset 0 -1px 0 #53636e;border-bottom:1px solid #1b2f41}.newsletter__head:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;position:absolute;font-size:42px;left:15px;top:50%;margin-top:-21px}.newsletter__title{margin:0;font-size:16px;font-weight:bold;line-height:1.1}.newsletter__subtitle{margin:2px 0 0;line-height:1.1}.newsletter__body{padding:15px 15px 220px;position:relative}.newsletter input[type=submit]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:12px;text-transform:uppercase;padding:0 15px;cursor:pointer;-webkit-appearance:none;appearance:none;background:#fff;background:-moz-linear-gradient(top, #6199be 0%, #2070a3 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6199be), color-stop(100%, #2070a3));background:-webkit-linear-gradient(top, #6199be 0%, #2070a3 100%);background:-o-linear-gradient(top, #6199be 0%, #2070a3 100%);background:-ms-linear-gradient(top, #6199be 0%, #2070a3 100%);background:linear-gradient(top bottom, #6199be 0%, #2070a3 100%);filter:progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#6199be', endColorstr='#2070a3' );margin:0;height:40px;border:1px solid #2070a3;border-radius:3px;color:#fff;position:absolute;right:15px;bottom:25px}.newsletter .ajax-progress{position:absolute;top:15px;right:15px;margin:0}.newsletter .ajax-progress>.throbber{display:none}.newsletter .form-type-checkboxes>label{display:none}.newsletter .form-type-checkbox{font-size:0;overflow:hidden;margin-bottom:10px;padding-left:15px}.newsletter .form-type-checkbox>input{-webkit-appearance:none;display:inline-block;width:26px;height:26px;border:2px solid #848484;border-radius:3px;vertical-align:middle;background:#fff 50% no-repeat;outline:none;margin:0;float:left;cursor:pointer}.newsletter .form-type-checkbox>input:checked{border-color:#000;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%3E%3Cpath%20d%3D%22M14%201.635L12.347%200%206.54%207.731%201.653%202.898%200%204.533l4.887%204.832L6.54%2011%22/%3E%3C/svg%3E)}.newsletter .form-type-checkbox>label{vertical-align:middle;font-size:14px;margin-left:45px;line-height:16px;padding-top:5px;display:block;color:#000}.newsletter .form-type-textfield{position:absolute;left:15px;bottom:150px;right:15px;margin:0}.newsletter .form-type-textfield.form-item-email{bottom:75px}.newsletter .form-type-textfield>label{display:block;margin-bottom:5px;color:#000}.newsletter .form-type-textfield>input{height:40px;-webkit-appearance:none;appearance:none;border:1px solid #808080;border-radius:3px;padding:0 0 0 10px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;font-family:inherit;font-size:14px}.newsletter .form-type-textfield>input:focus{border:2px solid #007cb1;outline:none}.newsletter .messages{margin-bottom:10px}.newsletter .messages.error{color:#da1e00}#webform-payment-confirmation{border:none}#webform-payment-confirmation>legend{display:none}#webform-payment-confirmation #payment-information{margin-bottom:20px}#webform-payment-confirmation #payment-information tbody{border:none}#webform-payment-confirmation #payment-information tbody tr{background:none;border:none}#webform-payment-confirmation #payment-information tbody tr td{padding:5px 20px 5px 0}#webform-payment-confirmation .creditcards ul{display:inline-block;margin-top:10px}#webform-payment-confirmation #knr-quickpay-payment-form{clear:both;margin-top:20px}#webform-payment-confirmation #knr-quickpay-payment-form #quicpay-submit-button{border:none;background:#358CCF;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center}#webform-payment-confirmation #knr-quickpay-payment-form #quicpay-submit-button:hover{background:#2871a9}.node-type-webform #webform_amount_info{color:#999999;font-size:18px;font-weight:bold;padding:2px}.ath-modal .ath-container,.ath-modal .ath-container.ath-android.ath-icon,.ath-modal .ath-container.ath-ios.ath-icon{background-color:#aaaaaa;border-radius:10px;box-shadow:none;box-sizing:border-box;bottom:1em;display:table;left:5%;margin:0;padding:10px;position:absolute;width:90%;z-index:2147483641}.ath-modal .ath-container:before,.ath-modal .ath-container.ath-android.ath-icon:before,.ath-modal .ath-container.ath-ios.ath-icon:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);background-color:rgba(255,255,255,0.8);background-size:50%;background-repeat:no-repeat;background-position:50%;border-radius:50px;content:'';color:#a33;display:block;float:none;height:20px;left:auto;margin:5px;overflow:hidden;position:absolute;right:0;text-align:center;top:0;width:20px;z-index:2147483642}.ath-modal .ath-container .ath-application-icon,.ath-modal .ath-container.ath-android.ath-icon .ath-application-icon,.ath-modal .ath-container.ath-ios.ath-icon .ath-application-icon{display:inline;height:60px;margin:0;max-width:60px;vertical-align:middle;width:60px}.ath-modal .ath-container p,.ath-modal .ath-container.ath-android.ath-icon p,.ath-modal .ath-container.ath-ios.ath-icon p{display:table-cell;padding:0 20px 0 10px;text-shadow:none;text-align:left;vertical-align:middle}.ath-modal .ath-container p span.ath-action-icon,.ath-modal .ath-container.ath-android.ath-icon p span.ath-action-icon,.ath-modal .ath-container.ath-ios.ath-icon p span.ath-action-icon{background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:1.5em;overflow:hidden;text-indent:-9999em;vertical-align:middle;width:1.4em}div.messages{background-position:8px 8px;background-repeat:no-repeat;border:1px solid;margin:6px 0;padding:10px 10px 10px 50px}div.status{background-image:url(/sites/knr/themes/knr/images/message-24-ok.png);border-color:#be7}div.status,.ok{color:#234600}div.status,table tr.ok{background-color:#f8fff0}div.warning{background-image:url(/sites/knr/themes/knr/images/message-24-warning.png);border-color:#ed5}div.warning,.warning{color:#840}div.warning,table tr.warning{background-color:#fffce5}div.error{background-image:url(/sites/knr/themes/knr/images/message-24-error.png);border-color:#ed541d}div.error,.error{color:#8c2e0b}div.error,table tr.error{background-color:#fef5f1}div.error p.error{color:#333}div.messages ul{margin:0 0 0 1em;padding:0}div.messages ul li{list-style-image:none}.photo-search__title{margin:0 0 10px;font-weight:200;font-size:32px;line-height:1}.photo-search__form{margin:10px 10px;position:relative}.photo-search__label{display:none}.photo-search__fields{position:relative;margin:0}.photo-search__text{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;height:30px;border:1px solid #ddd;font-size:16px;padding-left:3px;font-weight:200;border-radius:0;-webkit-appearance:none}.photo-search__text::-webkit-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search__text:-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search__text::-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search__text:-ms-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search__button{background:#0091cc;color:#fff;position:absolute;border:none;top:0;right:0;margin:0;height:30px;font-size:0;cursor:pointer;width:40px}.photo-search__button:hover{background:#006d99}.photo-search__button:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:22px;color:#fff;font-weight:normal}.photo-search__back{margin:0;right:0;top:0;position:absolute;line-height:32px}.photo-search__back>a{color:#0091cc;text-decoration:none;font-weight:600}.photo-search__back>a:before{content:'«';font-size:1.57143em;line-height:.63636em;margin-right:.13636em;position:relative;top:.04545em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.photo-search__empty{color:#999;font-style:italic}.photo-search__subsets{margin:10px 0}.photo-search__subsets__item{display:inline-block;margin-right:10px}.photo-search__subsets__link{color:#0091cc;text-decoration:none}.photo-search__subsets__link:hover{text-decoration:underline}.photo-search__subsets__link--selected{color:#000;font-weight:bold;text-decoration:none}.photo-search__results{font-size:0;margin:10px 0px}.photo-search__item{display:inline-block;width:50%;cursor:pointer}.photo-search__item:nth-child(odd) img{margin-left:-1px}.photo-search__item>.photo{padding-bottom:75%;overflow:hidden;position:relative;margin-bottom:1px}.photo-search__item>.photo>img{position:absolute;top:0;left:0;width:100%}.photo-search__pager{margin:0 10px}.photo-search__facet{display:none}.photo-search-block{padding:0 10px}.photo-search-block__form{margin:0;padding:0;display:block;position:relative}.photo-search-block__text{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;height:30px;border:1px solid #ddd;font-size:16px;padding-left:3px;font-weight:200;-webkit-appearance:none;border-radius:0}.photo-search-block__text::-webkit-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search-block__text:-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search-block__text::-moz-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search-block__text:-ms-input-placeholder{color:#999;font-weight:200;text-indent:2px;font-size:14px}.photo-search-block__button{background:#0091cc;color:#fff;position:absolute;border:none;top:0;right:0;margin:0;height:30px;font-size:0;cursor:pointer;width:40px;color:#fff;font-weight:normal}.photo-search-block__button:hover{background:#006d99}.photo-search-block__button:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:22px}.photo-search-block__tags{font-size:0px;text-align:center;padding:10px 0 0;margin:0 -5px;font-size:12px}.photo-search-block__tag{text-decoration:none;color:#000;line-height:26px;position:relative;padding:0 5px;display:inline-block;vertical-align:middle}.photo-search-block__tag:hover{color:#0091cc}.photo-search-block__tag--0{font-size:.8em}.photo-search-block__tag--1{font-size:.9em}.photo-search-block__tag--2{font-size:1em}.photo-search-block__tag--3{font-size:1.1em}.photo-search-block__tag--4{font-size:1.2em}.photo-search-block__tag--5{font-size:1.3em}.photo-search-block__tag--6{font-size:1.4em}.photo-search-block__tag--7{font-size:1.5em}.photo-search-block__tag--8{font-size:1.6em}.photo-search-block__tag--9{font-size:1.7em}.photo-search-block__tag--10{font-size:1.8em}.photo-slider{position:relative;margin-bottom:30px}.photo-slider__title{margin:0 0 15px;font-weight:200;font-size:24px;line-height:1;padding-left:10px}.photo-slider__items{white-space:nowrap;overflow-y:scroll;-webkit-overflow-scrolling:touch;font-size:0}.photo-slider__item{display:inline-block;margin-right:1px}.photo-slider__item>.photo{width:104px;padding-bottom:75%;overflow:hidden;position:relative;cursor:pointer}.photo-slider__item>.photo>img{position:absolute;top:0;left:0;height:100%}.photo-slider__actions{margin:0}.photo-slider__more{position:absolute;top:5px;right:10px;color:#0091cc;text-decoration:none}.photo-slider__more:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.photo-slider__more:hover{text-decoration:underline}.featured-photo{position:relative}.featured-photo__inner{max-width:960px;margin:0 auto}.featured-photo__latest{margin:0 auto;padding-bottom:50%;width:100%;overflow:hidden;position:relative;background:#333;background:-webkit-radial-gradient(center, ellipse cover, #fff 50%, #f3f3f3 100%)}.featured-photo__latest__content{position:absolute;width:100%;top:0;bottom:0;text-align:center;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.featured-photo__latest__photo{height:100%;max-width:none}.featured-photo__info{background:#f1f1f1;position:relative;max-width:960px;margin:0 auto}.featured-photo__info>h2{margin:0;padding:5px 5px 0 10px;font-weight:200;line-height:20px;font-size:16px;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-o-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.featured-photo__info>h2>strong{font-weight:800}.featured-photo__by{font-size:16px;font-style:normal}.featured-photo__info--nouser .featured-photo__by{display:none}.featured-photo__more{margin:0;text-align:right}.featured-photo__more__link{display:inline-block;height:40px;line-height:40px;padding:0 10px;color:#0091cc;text-decoration:none;font-weight:600}.featured-photo__more__link:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.featured-photo__more__link:hover{text-decoration:underline}.featured-photo__history{display:none}.featured-photo:hover>.featured-photo__items{display:block}.photo-upload-poster{background:#32ad9d;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative}.photo-upload-poster__disclaimer,.photo-upload-poster__front{padding:15px;background:#fff;background:-moz-linear-gradient(top, #32ad97 0%, #32ada9 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #32ad97), color-stop(100%, #32ada9));background:-webkit-linear-gradient(top, #32ad97 0%, #32ada9 100%);background:-o-linear-gradient(top, #32ad97 0%, #32ada9 100%);background:-ms-linear-gradient(top, #32ad97 0%, #32ada9 100%);background:linear-gradient(top bottom, #32ad97 0%, #32ada9 100%);filter:progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#32ad97', endColorstr='#32ada9' );color:#fff}.photo-upload-poster__title{margin:0 0 10px;font-weight:200;font-size:28pt;line-height:1;text-align:center}.photo-upload-poster__text{margin:10px 0 20px;font-weight:400;text-align:center}.photo-upload-poster__disclaimer{display:none}.photo-upload-poster__activated>.photo-upload-poster__disclaimer{display:block;position:absolute;bottom:0}.photo-upload-poster__actions{margin:0;text-align:center}.photo-upload-poster__button{background:#1b5e55;text-decoration:none;color:#fff;height:38px;line-height:38px;display:inline-block;padding:0 20px;border-radius:5px}.photo-upload-poster__button:hover{background:#217267}.photo-upload-poster__disclaimer__title{margin:0;font-size:24px;font-weight:200;line-height:1}.photo-upload-poster__disclaimer__text{margin:1em 0;font-size:12px}.photo-upload-poster__disclaimer__text>p{margin:.5em 0}.photo-upload-poster__disclaimer__text>p>strong{color:#79FFE4;font-weight:600}.photo-upload-form{padding:10px;max-width:500px}.photo-upload-form__title{font-weight:200;font-size:32px;line-height:1;margin:0}.photo-upload-form label{font-weight:600;display:block}.photo-upload-form .messages{background:#FFFCB2;padding:5px 10px;border:1px solid #EEEA91;margin:0 -10px;border-width:1px 0}.photo-upload-form .messages>ul{list-style:none;padding:0;margin:0}.photo-upload-form .messages>ul>li{line-height:1.2;margin:5px 0}.photo-upload-form fieldset{border:none;padding:0;margin:0}.photo-upload-form fieldset legend{font-weight:200;font-size:32px;line-height:1;margin:0 0 10px}.photo-upload-form .fieldset-description{margin-bottom:10px}.photo-upload-form .description{margin-top:3px;font-size:12px;color:#999}.photo-upload-form #webform-component-second,.photo-upload-form #webform-component-third,.photo-upload-form .photo-upload-form__tags,.photo-upload-form .photo-upload-form__next,.photo-upload-form .form-actions{display:none}.photo-upload-form.photo-upload-form--second #webform-component-first{display:none}.photo-upload-form.photo-upload-form--second #webform-component-second,.photo-upload-form.photo-upload-form--second .photo-upload-form__next,.photo-upload-form.photo-upload-form--second .photo-upload-form__tags{display:block}.photo-upload-form.photo-upload-form--third #webform-component-second,.photo-upload-form.photo-upload-form--third .photo-upload-form__tags,.photo-upload-form.photo-upload-form--third #webform-component-first,.photo-upload-form.photo-upload-form--third .photo-upload-form__next{display:none}.photo-upload-form.photo-upload-form--third #webform-component-third,.photo-upload-form.photo-upload-form--third .form-actions{display:block}.photo-upload-form .webform-component-managed_file{padding-top:20px}.photo-upload-form .webform-component-managed_file label{display:none}.photo-upload-form .webform-component-managed_file input[type=file]{font-size:16px;width:100%}.photo-upload-form .webform-component-managed_file input[type=file]::-webkit-file-upload-button{background:#32ad97;color:#fff;height:40px;padding:0 20px;-webkit-appearance:none;border:none;border-radius:5px;font-size:18px;font-family:'Open sans';margin-right:20px}.photo-upload-form .webform-component-managed_file input[type=submit]{border:none;background:#358CCF;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center;width:100%;width:100%;margin-top:40px}.photo-upload-form .webform-component-managed_file input[type=submit]:hover{background:#2871a9}.photo-upload-form .webform-component-textfield,.photo-upload-form .webform-component-email{margin-bottom:10px}.photo-upload-form .webform-component-textfield>input,.photo-upload-form .webform-component-email>input{margin:0;padding:3px;display:inline-block;width:100%;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;border:1px solid #666}.photo-upload-form #edit-submitted-file-upload-button{border:none;background:#358CCF;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center;width:100%}.photo-upload-form #edit-submitted-file-upload-button:hover{background:#2871a9}.photo-upload-form .form-actions{margin-top:20px}.photo-upload-form .form-actions>input{border:none;background:#358CCF;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center;width:100%;width:100%}.photo-upload-form .form-actions>input:hover{background:#2871a9}.photo-upload-form__next{border:none;background:#358CCF;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center;width:100%;width:100%;margin-top:30px}.photo-upload-form__next:hover{background:#2871a9}.photo-upload-form__tags{list-style:none;margin:0 -3px;padding:0}.photo-upload-form__tags__item{display:inline-block}.photo-upload-form__tag{display:inline-block;background:#eee;height:40px;line-height:40px;margin:3px;padding:0 20px;text-decoration:none;border-radius:5px}.photo-upload-form__tag--selected{background:#358CCF;color:#fff}.photo-upload-form__again{border:none;background:#358CCF;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center;width:100%}.photo-upload-form__again:hover{background:#2871a9}.photo-upload-form__cancel{border:none;background:#999;text-decoration:none;color:#fff;height:48px;line-height:48px;display:inline-block;padding:0 20px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:24px;cursor:pointer;-webkit-appearance:none;text-align:center;width:100%;margin-top:10px}.photo-upload-form__cancel:hover{background:gray}.photo-viewer{position:fixed;background:#000 50% 50% no-repeat;background-size:contain;top:0;left:0;right:0;bottom:0;z-index:3;text-align:center}.photo-viewer__info{position:absolute;bottom:0;color:#fff;background:rgba(0,0,0,0.5);left:0;padding:6px 10px;line-height:1.2}.photo-viewer__title,.photo-viewer__author{display:inline;margin:0}.photo-viewer__title{font-size:16px;font-weight:600}.photo-viewer__author{margin-left:10px}.photo-viewer__id{margin:0;position:absolute;right:6px;color:#333;color:rgba(255,255,255,0.2);bottom:3px;line-height:1;font-size:12px}.slider{position:relative}.slider__title{margin:0 0 15px;font-weight:200;font-size:24px;line-height:1}.slider__more{position:absolute;top:5px;right:0px;color:#0091cc;text-decoration:none}.slider__more:after{content:"»";font-size:1.57143em;line-height:0.63636em;margin-left:0.13636em;position:relative;top:0.09091em;font-weight:200;height:0.72727em;display:inline-block;overflow:hidden}.slider__body{overflow:hidden;font-size:0}.slider__items{display:flex}.slider__item{margin:0;width:104px}.slider__button{position:absolute;top:50%;z-index:1;color:#666;background-color:rgba(255,255,255,0.7)}.slider__button:before{padding:3px 0;display:inline-block}.slider__button:hover{cursor:pointer}.slider__button:hover:before{color:#999}.slider__button--next{right:0px}.slider__button--next:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:24px}.slider__button--prev{left:0px}.slider__button--prev:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:24px}@media screen and (min-width: 1024px) {
 .slider__button:hover{cursor:pointer}.slider__button:hover:before{color:#666}.slider__button--next{right:-28px}.slider__button--next:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:24px}.slider__button--prev{left:-28px}.slider__button--prev:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:24px} 
}.featured-slider__body{position:relative;overflow:hidden}.featured-slider__body:hover .featured-slider__thumbs{transform:translateY(0)}.featured-slider__thumbs{width:100%;position:absolute;bottom:0;z-index:1;box-sizing:border-box;padding:4px;background:#000;background:rgba(0,0,0,0.5);transform:translateY(100px);transition:transform 200ms ease-in-out}.featured-slider__button{position:absolute;top:50%;z-index:1;color:#666;background-color:rgba(255,255,255,0.7)}.featured-slider__button:before{padding:3px 0;display:inline-block}.featured-slider__button:hover{cursor:pointer}.featured-slider__button:hover:before{color:#999}.featured-slider__button--next{right:0px}.featured-slider__button--next:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:24px}.featured-slider__button--prev{left:0px}.featured-slider__button--prev:before{font-family:"knr";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:24px}.featured-slider__latest{margin:0 auto;padding-bottom:50%;width:100%;overflow:hidden;position:relative;background:#333;background:-webkit-radial-gradient(center, ellipse cover, #fff 50%, #f3f3f3 100%)}.featured-slider__info{background:#f1f1f1;position:relative;max-width:960px;margin:0 auto}.featured-slider__info>h2{margin:0;padding:5px 5px 0 10px;font-weight:200;line-height:20px;font-size:16px;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-o-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.featured-slider__info>h2>strong{font-weight:800}.featured-slider__by{font-size:16px;font-style:normal}.featured-slider__more{margin:0;text-align:right}.featured-slider__more__link{display:inline-block;height:40px;line-height:40px;padding:0 10px;color:#0091cc;text-decoration:none;font-weight:600}.featured-slider__more__link:after{content:'»';font-size:1.57143em;line-height:.63636em;margin-left:.13636em;position:relative;top:.09091em;font-weight:200;height:.72727em;overflow:hidden;display:inline-block}.featured-slider__more__link:hover{text-decoration:underline}.swiper-container{width:100%;margin-left:auto;margin-right:auto}.gallery-top .swiper-slide{background:-webkit-radial-gradient(center, ellipse cover, #fff 50%, #f3f3f3 100%);text-align:center;display:inline-block;font-size:0}.gallery-thumbs .swiper-slide img{display:block}.gallery-top{height:80%;width:100%}.gallery-thumbs{box-sizing:border-box;padding:0}.gallery-thumbs .swiper-slide{height:100%;cursor:pointer}.gallery-thumbs .swiper-slide img{border:1px solid #c3c3c3;box-sizing:border-box}.gallery-thumbs .swiper-slide-active img,.gallery-thumbs .swiper-slide:hover img{border-color:#fff}
/*})'"*/
