/* Smartphones */
@media only screen and (max-width: 768px) {
	/* Layout */
	.main { width: 100% }
	body,
	.content-region p,
	.content-region ul {
		font-size: 14px;
		line-height: 130%;
	}
	.wrapper { padding: 0 10px }
	.wrapper-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header { padding-bottom: 30px }
	.content,
	.sidebar {
		float: none;
		width: 100%;
	}
	.content { margin-bottom: 30px }
	.sidebar {
		padding-top: 30px;
		border-top: 2px solid #454545;
	}
	.column {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 30px;
	}
	[class*="-columns "]>.column:last-child,
	[class$="-columns"]>.column:last-child { margin-bottom: 0 }
	.page-content { padding-top: 0 }
	.flow-item {
		width: 100%;
		margin: 0 0 25px 0;
	}
	/* Tabs */
	.tab-headers {
		border-radius: 3px 3px 0 0;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.tab-item-header {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	/* Forms */
	.form-label { width: 25% }
	.form-field { width: 75% }
	/* Elements */
	.logo {
		display: block;
		margin: 0 auto;
	}
	.header-top .logo {
		margin: 0;
		width: 80%;
	}
	.header-search-controls {
		margin-top: 10px;
		position: relative;
		float: none;
		top: 5px;
	}
	.search-wrapper > a.button {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0 3px 3px 0;
	}
	.search-box-container { width: 100% }
	.container-slogan {
		border-left: none;
		text-align: center;
		display: block;
		margin: 10px 0 0 0;
		padding: 8px 20px;
	}
	.header-top,
	.footer-bottom {
		height: auto;
		padding: 10px 0 0;
	}
	.slider-container { height: 240px }
	.header-top>.part-company-email { display: none !important }
	.part-company-email { text-align: center }
	
	/* Misc */
	._desktop-only { display: none !important }
	._mobile-only { display: inline-block !important }
	.slider-container {display: none;}
}

/* Smaller screen edge case */
@media only screen and (min-width: 769px) and (max-width: 980px) {
	.row-dec-icon { display: none }
	.row-dec-content { padding-left: 10px }
	.row-news-link, a.row-news-link { left: 10px }
	.search-box-container { width: 100px }
}

/* Wider screen screen */
@media only screen and (min-width: 1270px) {
	.pb-menu-container { height: 60px }
	.pb-menu-link {
		height: 60px;
		line-height: 60px;
	}
	.main { width: 1230px }
	.search-box-container { width: 240px }
	}
/* Small Phone screen portrait*/
@media only screen and (max-width: 480px) {
	.tp-banner-container { display: none !important; }
	.logo img { width: 200px !important;}
h1,
.h1 {
  font-size: 24px !important;
	margin-bottom: 5px !important;
	line-height: 140%;
}
.txt-emphazis, a.txt-emphazis {
    font-size: 19px !important;
}
}

@media only screen and (max-height: 320px) and (max-width: 768px) {
	.search-wrapper { height: 0 }
	.header-member-controls {
		text-align: center;
		margin-top: 0;
	}
}

/* k132607 */