@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-rendering: optimizeLegibility;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body, object {
	font-size: 25px;

}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-break {
	display: inline-block;
}

/*# # # # # # TYPO # # # # # #*/
@font-face {
	font-family: 'Swis721 BdRnd BT';
	src: url('/library/fonts/Swiss721BT-BoldRounded.eot');
	src: url('/library/fonts/Swiss721BT-BoldRounded.eot?#iefix') format('embedded-opentype'),
		url('/library/fonts/Swiss721BT-BoldRounded.woff2') format('woff2'),
		url('/library/fonts/Swiss721BT-BoldRounded.woff') format('woff'),
		url('/library/fonts/Swiss721BT-BoldRounded.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Swis721 BdRnd BT outline';
	src: url('/library/fonts/Swiss721BT-BoldRounded-outline.eot');
	src: url('/library/fonts/Swiss721BT-BoldRounded-outline.eot?#iefix') format('embedded-opentype'),
		url('/library/fonts/Swiss721BT-BoldRounded-outline.woff2') format('woff2'),
		url('/library/fonts/Swiss721BT-BoldRounded-outline.woff') format('woff'),
		url('/library/fonts/Swiss721BT-BoldRounded-outline.ttf') format('truetype'),
		url('/library/fonts/Swiss721BT-BoldRounded-outline.svg#Swiss721BT-BoldRounded') format('svg');
	font-weight: bold;
	font-style: normal;
}
a {
	text-decoration: none;
	color: inherit;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-wrap {
	z-index: 999;
	position: relative;
	height: 75vh;
}
mark {
	background-color: transparent;
}
h1 {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
body {
	font-family: 'Swis721 BdRnd BT';
	width: 100%;
	text-align: left;
	float: left;
	position: relative;
	background-color: whitesmoke;
	padding-bottom: 100px;
	line-height: 1.15;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.5px;
	word-spacing: -1px;
	line-height: 1.2;
}
.logo {
	height: 125px;
}
.outline {
	/*
	-webkit-text-stroke-width: 8px;
	-webkit-text-stroke-color: black;
	*/
	letter-spacing: 0.7px;
	font-family: 'Swis721 BdRnd BT outline';
	color: black;
	position: relative;
	white-space: nowrap;
	padding: 5px;
	cursor: pointer;
}
.outline:hover {
	font-family: 'Swis721 BdRnd BT';
	color: transparent;
}
.outline:hover .ghost  {
	font-family: 'Swis721 BdRnd BT';
	color: black;
}
.ghost {
	font-family: 'Swis721 BdRnd BT';
	position: absolute;
	color: white;
	/*	-webkit-text-stroke-width: 0px;*/
	left: 0px;
	top: 6px;
	z-index: 998;

	padding-left: 5px;
	padding-right: 5px;
}
li.ui-menu-item .ghost-menu {
	position: absolute;
	font-family: 'Swis721 BdRnd BT outline';
	color: black;
	z-index: -2;
}
li.ui-menu-item:hover {
	color: white;
}
/*# # # # # # STICKY HEADER # # # # # #*/
.header-stick {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: whitesmoke;
	z-index: 9999;
	opacity: 0;
	/*	display: none;*/
}
.header-stick-inner {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	background-color: whitesmoke;
	position: absolute;
}
/*# # # # # # SEARCH HEADER # # # # # #*/
#search-content {
	float: left;
	width: 100%;
	padding-top: 45px;
}
#searchform {
	display: block;
	position: absolute;
	top: 0px;		
	width: 100%;
}
input:focus {
	outline: 0px;
}
input {
	caret-color: transparent;
	caret-color: transparent;
	caret-color: transparent;
}
#subForm input {
	caret-color: black;
	caret-color: black;
	caret-color: black;
}
.js-cm-form {
	margin-top: 60px;
}
.js-cm-form button {
	width: 50%;
	border: solid 2px black;
	height: 40px;
	border-radius: 40px;
	background-color: black;
	color: white;
	outline: 0px;
	border-inset: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	margin-bottom: 10px;
	padding: 5px;
	font-family: 'Swis721 BdRnd BT';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.js-cm-form button:hover {
	background-color: transparent;
	color: black;
}
.search-header {
	background-color: whitesmoke;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	z-index: 9999;
	height: 50px;
	cursor: pointer;
}
@-webkit-keyframes blink { 50% { opacity: 0; }  }
.blinker {
	position: absolute;
	height: 30px;
	width: 5px;
	right: 0px;
	/* position: relative; */
	top: 9px; 
	display: inline-block;
	background-color: black;
	border-radius: 2.5px;
	opacity: 1;
	-webkit-animation: blink .5s step-end infinite alternate; 
}
#searchheader_mirror {
	position: absolute;
	top: 0px;
	width: auto;
	background-color: transparent;
	border: 0px;
	vertical-align: top;
	font-size: 1rem;
	font-family: 'Swis721 BdRnd BT outline';
	padding: 10px;
	padding-left: 0px;
	/*	padding-right: 50px;*/
	padding-bottom: 15px;
	padding-top: 8px;
	letter-spacing: 0.1px;
	text-indent: 10px;
	margin:0px;
	height: 50px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	overflow: visible;
	letter-spacing: 0.7px;
	word-spacing: -1px;
	text-align:left;
	/*	border-right: 4px solid black ;*/
}
/*
.search-header:hover .blinker {
display: none!important;
}
*/
#searchform .ui-widget {
	position: relative;
}
#searchheader_input {
	top: 0px;
	width: calc(100vw - 150px)!important;
	left: 121px;
	position: relative;
	background-color: transparent;
	border: 0px;
	color: white;
	vertical-align: top;
	font-size: 1rem;
	font-family: 'Swis721 BdRnd BT';
	padding: 10px;
	padding-bottom: 15px;
	margin:0px;
	height: 50px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	overflow: visible;
	letter-spacing: 0.7px;
	word-spacing: -1px;
	text-align:left;

}
.home-link {
	color: white;
	position: absolute;
	top: 8px;
	left: 10px;
	font-family: 'Swis721 BdRnd BT';

}
.home-btn {
	font-family: 'Swis721 BdRnd BT outline';
	position: absolute;
	padding: 5px;
	right: 15px;
	top: 9px;
	cursor: pointer;
}
.home-btn:hover {
	font-family: 'Swis721 BdRnd BT';
}
.home-btn:hover .ghost {
	font-family: 'Swis721 BdRnd BT';
	display: none;
}
.search-button {
	position: absolute;
	top: 15px;
	left: 130px;
	font-family: 'Swis721 BdRnd BT';
	-webkit-appearance: none;
	cursor: pointer;
	-moz-appearance:    none;
	appearance:         none;
	border: solid 1px black;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.4rem;
	text-transform: uppercase;
	background-color: white;
}
input::placeholder {
	overflow: visible;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color:black;
	text-shadow: none;
	-webkit-text-fill-color: black;
}
.search-header .awesomplete {
	display: block;
	position: absolute;
	width: 100%;
}
.ui-autocomplete {
	position: fixed;
	top: 100px;
	z-index: 99999;
	background-color: whitesmoke;
	left: 0px!important;
	padding-left: 15px;
	max-height: calc(100% - 50px);
	overflow: auto;
	width: 100%;
	padding-bottom: 20px;
}
.ui-menu-item {
	padding-left: 5px;
}
.ui-helper-hidden-accessible {
	display: none;
}
/*# # # # # # HEADER # # # # # #*/
#images-mobile {
	position: relative;
	max-width: 100%;
	width: 1200px;
	z-index: 9999;
	left: 50% ;
	transform: translateX(-50%);
}
#images {
	position: relative;
	max-width: 100%;
	width: 1200px;
	z-index: 9999;
	left: 50% ;
	transform: translateX(-50%);
	/*	text-align: center;*/
	/*	pointer-events: none;*/
}
#images-mobile img,
#images img {
	max-width: 100%;
	top: 20px;
	max-height: 600px
}
img {
	max-width: 100%;
}
img.small {
	max-width: 50%;
}
.row img {
	display: block;
}
.row .caption {
	line-height: 1.2;
}
.content {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
}
.content h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.content p {
	margin-bottom: 10px;
}
.text-wrap ul,
.text-wrap ol {

	margin-bottom: 10px;
}
.text-wrap ul li,
.text-wrap ol li {
	position: relative;
	padding-left: 20px;

}
.text-wrap ul li:before,
.text-wrap ol li:before {
	content: "•";
	position: absolute;
	left: 0px;
}
.caption {
	font-size: 0.5rem;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 0px!important;
	min-width: 250px;
}
.label {
	border: solid 1px black;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.4rem;
	text-transform: uppercase;
	display: inline;
}
/*# # # # # # HOME # # # # # #*/

.partnerimg-hover {
	display: none;
	position: absolute;
	z-index: 99999;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

/*# # # # # # ENTRY # # # # # #*/
.post-title {
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.img-wrap {
	margin-right: 0px;
	margin-bottom	: 15px;
	display: inline-block;
	max-width:100%;
	vertical-align: top;
}
.img-wrap img {
	zoom: 0.7;
	max-width:100%;
}
.text-wrap {
	width: 1400px;
	max-width: 100%;
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.text-wrap p {
	margin-bottom: 10px;
}
.post-wrap {
	margin-bottom: 30px;
	float: left;
	max-width: 100%;
	border-bottom: 2px solid black;
}
.text-wrap .text-inner > * {
	display: none;
}
.text-wrap .text-inner > *:first-child {
	display: block;
}
.text-wrap a {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	top: -5px;
	position: relative;
	cursor: pointer;
	border: solid 2px;
	border-radius: 30px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	margin-top:5px;
}
.read-more-btn-radio,
.read-more-btn {
	display: inline-block;
	top: -5px;
	position: relative;
	cursor: pointer;
	border: solid 2px;
	border-radius: 30px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	display: none;
	margin-top:5px;
}
.read-less-btn-radio,
.read-more-btn-radio {
	float: left;
}

.read-more-wrap {
	display: none;
}
.read-less-btn-radio,
.read-less-btn {
	display: inline-block;
	top: -5px;
	position: relative;
	cursor: pointer;
	border: solid 2px;
	border-radius: 30px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
	margin-top:5px;
}
.read-more-btn-radio.visible,
.read-less-btn-radio.visible,
.read-more-btn.visible,
.read-less-btn.visible {
	display: inline-block;
}
.btn:hover, 
.read-less-btn-radio:hover,
.read-more-btn-radio:hover,
.read-less-btn:hover,
.read-more-btn:hover {
	background-color: black;
	color: whitesmoke;
}
#footer {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.header-img-mobile {
	display: none!important;
}


.js-cm-form input {
	width: 50%;
	border: solid 2px black;
	height: 40px;
	border-radius: 40px;
	background-color: transparent;
	outline: 0px;
	border-inset: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 5px;
	font-family: 'Swis721 BdRnd BT';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-half {
	width: 50%;
	float: left;
}
.row {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.pad-left {
	padding-left: 10px;
}
.pad-right {
	padding-right: 10px;
}

/*# # # # # # RESPONSIVE # # # # # #*/
@media screen and (max-width: 850px) {
	html, body, object {
		font-size: 20px;
	}
	.col-half {
		width: 100%;
		float: left;
	}
.pad-left {
	padding-left: 0px;
}
.pad-right {
	padding-right: 0px;
}

	#searchheader_input {
		top: -3px;
		width: calc(100vw - 147px)!important;
		left: 98px; 
	}
	.header-img {
		display: none!important;
	}
	.header-img-mobile {
		display: block!important;
	}
	#subForm input,
	.js-cm-form button {
		width: 100%;
	}
	/*
	body {
	background-color: red;
}
	*/


}