
.card-group {
	width:100%
}
.card-group:before,.card-group:after {
	content:"";
	display:table;
	clear:both
}
.card-group__headline {
	margin:2rem .9375rem .9375rem .9375rem;
	padding:0 0 .9375rem 0;
	font-size:1.6rem;
	line-height:1;
	font-weight:600;
	border-bottom:1px solid #c2c2c4
}
.jd-card {
	position:relative;
	flex:none;
	width:100%;
	margin:0;
	float:left;
	padding-left:1rem;
	padding-right:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:.8rem;
	box-sizing:border-box
}
@media (min-width:75em) {
	.jd-card {
	font-size:1rem
}
}
.jd-card__content {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	background-color:#fff;
	border-radius:4px;
	text-decoration:none;
	transition:all 0.3s ease-in-out
}
.jd-card__image {
	margin:0;
	padding:0;
	border-radius:4px 4px 0 0;
	overflow:hidden
}
.jd-card__image img {
	width:100%;
	height:auto
}
.jd-card__text {
	padding:1.6em
}
@media (min-width:75em) {
	.jd-card__text {
	padding:2.5em
}
}
.jd-card__headline {
	font-size:1.1em;
	font-size:1.3em;
	line-height:1.1;
	font-weight:600;
	letter-spacing:-.01em;
	color:#090909;
	text-align:left
}
@media (min-width:75em) {
	.jd-card__headline {
	font-size:1.3em;
	line-height:1.2
}
}
.jd-card__headline em {
	font-weight:300
}
.jd-card__subline {
	font-size:1.1em;
	line-height:1.1;
	font-weight:500;
	letter-spacing:-.01em;
	color:#090909;
	text-align:left
}
.jd-card__copy {
	margin-top:1em;
	font-size:.85em;
	line-height:1.2;
	font-weight:400;
	letter-spacing:-.01em;
	color:#6e6e70;
	text-align:left
}
@media (min-width:75em) {
	.jd-card__copy {
	font-size:.9em;
	line-height:1.35
}
}
.jd-card--outlined .jd-card__content {
	border:1px solid #dfe0df
}
.jd-card--elevated .jd-card__content {
	box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}
.jd-card--elevated a:hover {
	z-index:20
}
.jd-card--elevated a:hover.jd-card__content {
	transform:translateY(-4px);
	box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}



.jd-card--product {
	width:100%
}
@media (min-width:56.25em) {
	.jd-card--product {
	width:35%
}
}
@media (min-width:75em) {
	.jd-card--product {
	width:30%
}
}
@media (min-width:87.5em) {
	.jd-card--product {
	width:20%
}
}
@media (max-width:74.9375em) {
	.jd-card--product .jd-card__content {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	align-content:center
}
}
@media (max-width:74.9375em) {
	.jd-card--product .jd-card__image {
	width:9rem;
	flex-shrink:0;
	border-radius:4px
}
}
.jd-card--page {
	width:100%
}
@media (min-width:56.25em) {
	.jd-card--page {
	width:50%
}
}
@media (min-width:75em) {
	.jd-card--page {
	width:33%
}
}
@media (min-width:87.5em) {
	.jd-card--page {
	width:25%
}
}
.jd-card--article {
	width:100%
}
@media (min-width:56.25em) {
	.jd-card--article {
	width:50%
}
}
@media (min-width:75em) {
	.jd-card--article {
	width:33%
}
}
@media (min-width:87.5em) {
	.jd-card--article {
	width:33%
}
}
.jd-card--compact .jd-card__content {
	height:7.5rem
}
.jd-card--compact .jd-card__image {
	position:absolute;
	width:3.6em;
	height:3.6em;
	left:1.5em;
	top:50%;
	transform:translateY(-50%);
	border-radius:300px;
	overflow:hidden
}
.jd-card--compact .jd-card__headline {
	position:absolute;
	left:6.4em;
	right:1.5em;
	top:50%;
	transform:translateY(-50%);
	margin-bottom:0;
	font-size:1.1em
}
.jd-card--list {
	padding-top:.5rem;
	padding-bottom:.5rem
}
.jd-card--list .jd-card__image {
	position:absolute;
	width:3.6em;
	height:3.6em;
	left:1.5em;
	top:50%;
	transform:translateY(-50%);
	border-radius:300px;
	overflow:hidden
}
.jd-card--list .jd-card__headline {
	position:absolute;
	left:6.4em;
	right:1.5em;
	top:50%;
	transform:translateY(-50%);
	margin-bottom:0;
	font-size:1.1em
}

.card-group--department .jd-card {
	width:100%
}
@media (min-width:56.25em) {
	.card-group--department .jd-card {
	width:50%
}
}
@media (min-width:75em) {
	.card-group--department .jd-card {
	width:33.333%
}
}
@media (min-width:87.5em) {
	.card-group--department .jd-card {
	width:33.333%
}
}
.card-group--department .jd-card--support {
	width:100%
}
.card-group--department .jd-card--support .jd-card__content {
	background-color:#c3c3c5
}
.pattern--filter {
	background-color:#fff;
	margin-bottom:1rem;
	transition:background-color 0.2s ease-in-out,border-color 0.2s ease-in-out
}

.pattern--filter .collapsable {
	width:100%;
	overflow-x:scroll
}
.page-691 .pattern__content {
	overflow-x:scroll
}
.filters {
	width:100%;
	transition:all 0.3s 0.1s ease-in-out
}

.filtergroup {
	width:100%;
	padding:.5rem;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-radius:4px 4px 4px 4px;
	box-shadow:0 0 15px rgba(0,0,0,.15);
}
@media (min-width:56.25em) {
	.filtergroup+.filtergroup {
	border-left:1px solid #e9ebee
}
}
.filtergroup__headline {
	padding:10px 0 10px 0;
	margin:0;
	font-size:1rem;
	line-height:1;
	font-weight:600
}
.button {
	display:block;
	width:100%;
	padding:.3rem .3rem;
	margin:0;
	font-size:13px;
	line-height:16px;
	text-align:left;
	border:0;
	cursor:pointer;
	background-color:#fff;
	color:#000;
	word-wrap: break-word;
	height:auto;
	
}

.button--reset {
	display:block;
	width:100%;
	padding:.3rem .3rem;
	margin:0;
	font-size:14px;
	line-height:16px;
	text-align:left;
	border:0;
	cursor:pointer;
	background-color:#fff;
	color:#000;
	word-wrap: break-word;
	height:auto;
	
}

#fclear{
	display:none;
	width:100%;
	padding:5px;
	padding-bottom:7px;
	margin:0;
	font-size:15px;
	text-align:center;
	border:0;
	cursor:pointer;
	background-color:#000;
	color:#fff;
	border-radius:4px 4px 4px 4px;
	margin-bottom:10px;
}

#fclear:hover{
	background-color:#c31a11;
	color:#fff;
}

.filtergroup__option span.label, .filtergroup__option--reset span.label{
	color:#000;
	font-weight:400;
	word-wrap: break-word;
	font-size:16px;
}

.filtergroup__option:hover {
	color:#c31a11
}
.button.is-checked, .button--reset.is-checked {
	background-color:#c31a11;
	color:#fff;
	border-radius:4px 4px 4px 4px;
	box-shadow:0 0 15px rgba(0,0,0,.15);
	word-break: break-all;
}

.filtergroup__option.is-checked span, .filtergroup__option--reset.is-checked span{
	color:#fff;
}

.filtergroup--filter_memory,.filtergroup--filter_powerquality,.filtergroup--filter_accuracy {
	flex-shrink:0;
	width:auto
}
@media (min-width:56.25em) {
	.filtergroup--filter_powerquality {
	width:16%
}
}

.pattern .col {
	position:relative;
	-webkit-flex:none;
	-ms-flex:none;
	flex:none;
	margin:0;
	float:left;
	padding-left:1rem;
	padding-right:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.pattern .col-center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center
}
.pattern .col-single {
	padding-left:0;
	padding-right:0
}
.pattern .col-maximized {
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0
}
.pattern .row,.pattern .container,.pattern__content {
	position:relative;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	width:100%;
	z-index:10
}
.pattern .row,.pattern .container,.pattern__content {
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	max-width:75em;
	max-width:90em
}
.pattern .row:before,.pattern .row:after,.pattern .container:before,.pattern .container:after,.pattern__content:before,.pattern__content:after {
	content:"";
	display:block;
	overflow:hidden;
	clear:both
}
.pattern .colrow:before,.pattern .colrow:after {
	content:"";
	display:table;
	clear:both
}
@media screen and (min-width:64em) {
	.pattern .colrow {
	margin-left:-.5vw;
	margin-right:-.5vw
}
}
.row--fullwidth {
	max-width:none
}
.pattern__background {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover
}
.row-1 .pattern .col,.row-2 .pattern .col,.row-3 .pattern .col,.row-4 .pattern .col,.row-5 .pattern .col,.row-6 .pattern .col,.row-7 .pattern .col,.row-8 .pattern .col,.row-9 .pattern .col,.row-10 .pattern .col,.row-11 .pattern .col,.row-12 .pattern .col {
	width:100%
}
@media screen and (min-width:40em) {
	.row-1 .pattern .col {
	width:100%
}
.row-2 .pattern .col {
	width:50%
}
.row-3 .pattern .col {
	width:33.33333%
}
.row-4 .pattern .col {
	width:25%
}
.row-5 .pattern .col {
	width:20%
}
.row-6 .pattern .col {
	width:16.66667%
}
.row-7 .pattern .col {
	width:14.28571%
}
.row-8 .pattern .col {
	width:12.5%
}
.row-9 .pattern .col {
	width:11.11111%
}
.row-10 .pattern .col {
	width:10%
}
.row-11 .pattern .col {
	width:9.0909%
}
.row-12 .pattern .col {
	width:8.33333%
}
}
@media only screen {
	.pattern .col-auto {
	width:auto
}
.pattern .col-1-1 {
	width:100%
}
.pattern .col-1-2 {
	width:50%
}
.pattern .col-1-3 {
	width:33.33333%
}
.pattern .col-2-3 {
	width:66.66667%
}
.pattern .col-1-4 {
	width:25%
}
.pattern .col-2-4 {
	width:50%
}
.pattern .col-3-4 {
	width:75%
}
.pattern .col-1-5 {
	width:20%
}
.pattern .col-2-5 {
	width:40%
}
.pattern .col-3-5 {
	width:60%
}
.pattern .col-4-5 {
	width:80%
}
.pattern .col-1-6 {
	width:16.66667%
}
.pattern .col-2-6 {
	width:33.33333%
}
.pattern .col-3-6 {
	width:50%
}
.pattern .col-4-6 {
	width:66.66667%
}
.pattern .col-5-6 {
	width:83.33333%
}
.pattern .col-1-10 {
	width:10%
}
.pattern .col-2-10 {
	width:20%
}
.pattern .col-3-10 {
	width:30%
}
.pattern .col-4-10 {
	width:40%
}
.pattern .col-5-10 {
	width:50%
}
.pattern .col-6-10 {
	width:60%
}
.pattern .col-7-10 {
	width:70%
}
.pattern .col-8-10 {
	width:80%
}
.pattern .col-9-10 {
	width:90%
}
.pattern .col-1-12 {
	width:8.33333%
}
.pattern .col-2-12 {
	width:16.66667%
}
.pattern .col-3-12 {
	width:25%
}
.pattern .col-4-12 {
	width:33.33333%
}
.pattern .col-5-12 {
	width:41.66667%
}
.pattern .col-6-12 {
	width:50%
}
.pattern .col-7-12 {
	width:58.33333%
}
.pattern .col-8-12 {
	width:66.66667%
}
.pattern .col-9-12 {
	width:75%
}
.pattern .col-10-12 {
	width:83.33333%
}
.pattern .col-11-12 {
	width:91.66667%
}
.pattern .col-3-3,.pattern .col-4-4,.pattern .col-5-5,.pattern .col-6-6,.pattern .col-10-10,.pattern .col-12-12 {
	width:100%
}
}
@media only screen and (min-width:40em) {
	.pattern .col-xs-auto {
	width:auto
}
.pattern .col-xs-1-1 {
	width:100%
}
.pattern .col-xs-1-2 {
	width:50%
}
.pattern .col-xs-1-3 {
	width:33.33333%
}
.pattern .col-xs-2-3 {
	width:66.66667%
}
.pattern .col-xs-1-4 {
	width:25%
}
.pattern .col-xs-2-4 {
	width:50%
}
.pattern .col-xs-3-4 {
	width:75%
}
.pattern .col-xs-1-5 {
	width:20%
}
.pattern .col-xs-2-5 {
	width:40%
}
.pattern .col-xs-3-5 {
	width:60%
}
.pattern .col-xs-4-5 {
	width:80%
}
.pattern .col-xs-1-6 {
	width:16.66667%
}
.pattern .col-xs-2-6 {
	width:33.33333%
}
.pattern .col-xs-3-6 {
	width:50%
}
.pattern .col-xs-4-6 {
	width:66.66667%
}
.pattern .col-xs-5-6 {
	width:83.33333%
}
.pattern .col-xs-1-10 {
	width:10%
}
.pattern .col-xs-2-10 {
	width:20%
}
.pattern .col-xs-3-10 {
	width:30%
}
.pattern .col-xs-4-10 {
	width:40%
}
.pattern .col-xs-5-10 {
	width:50%
}
.pattern .col-xs-6-10 {
	width:60%
}
.pattern .col-xs-7-10 {
	width:70%
}
.pattern .col-xs-8-10 {
	width:80%
}
.pattern .col-xs-9-10 {
	width:90%
}
.pattern .col-xs-1-12 {
	width:8.33333%
}
.pattern .col-xs-2-12 {
	width:16.66667%
}
.pattern .col-xs-3-12 {
	width:25%
}
.pattern .col-xs-4-12 {
	width:33.33333%
}
.pattern .col-xs-5-12 {
	width:41.66667%
}
.pattern .col-xs-6-12 {
	width:50%
}
.pattern .col-xs-7-12 {
	width:58.33333%
}
.pattern .col-xs-8-12 {
	width:66.66667%
}
.pattern .col-xs-9-12 {
	width:75%
}
.pattern .col-xs-10-12 {
	width:83.33333%
}
.pattern .col-xs-11-12 {
	width:91.66667%
}
.pattern .col-xs-3-3,.pattern .col-xs-4-4,.pattern .col-xs-5-5,.pattern .col-xs-6-6,.pattern .col-xs-10-10,.pattern .col-xs-12-12 {
	width:100%
}
}
@media only screen and (min-width:48em) {
	.pattern .col-sm-auto {
	width:auto
}
.pattern .col-sm-1-1 {
	width:100%
}
.pattern .col-sm-1-2 {
	width:50%
}
.pattern .col-sm-1-3 {
	width:33.33333%
}
.pattern .col-sm-2-3 {
	width:66.66667%
}
.pattern .col-sm-1-4 {
	width:25%
}
.pattern .col-sm-2-4 {
	width:50%
}
.pattern .col-sm-3-4 {
	width:75%
}
.pattern .col-sm-1-5 {
	width:20%
}
.pattern .col-sm-2-5 {
	width:40%
}
.pattern .col-sm-3-5 {
	width:60%
}
.pattern .col-sm-4-5 {
	width:80%
}
.pattern .col-sm-1-6 {
	width:16.66667%
}
.pattern .col-sm-2-6 {
	width:33.33333%
}
.pattern .col-sm-3-6 {
	width:50%
}
.pattern .col-sm-4-6 {
	width:66.66667%
}
.pattern .col-sm-5-6 {
	width:83.33333%
}
.pattern .col-sm-1-10 {
	width:10%
}
.pattern .col-sm-2-10 {
	width:20%
}
.pattern .col-sm-3-10 {
	width:30%
}
.pattern .col-sm-4-10 {
	width:40%
}
.pattern .col-sm-5-10 {
	width:50%
}
.pattern .col-sm-6-10 {
	width:60%
}
.pattern .col-sm-7-10 {
	width:70%
}
.pattern .col-sm-8-10 {
	width:80%
}
.pattern .col-sm-9-10 {
	width:90%
}
.pattern .col-sm-1-12 {
	width:8.33333%
}
.pattern .col-sm-2-12 {
	width:16.66667%
}
.pattern .col-sm-3-12 {
	width:25%
}
.pattern .col-sm-4-12 {
	width:33.33333%
}
.pattern .col-sm-5-12 {
	width:41.66667%
}
.pattern .col-sm-6-12 {
	width:50%
}
.pattern .col-sm-7-12 {
	width:58.33333%
}
.pattern .col-sm-8-12 {
	width:66.66667%
}
.pattern .col-sm-9-12 {
	width:75%
}
.pattern .col-sm-10-12 {
	width:83.33333%
}
.pattern .col-sm-11-12 {
	width:91.66667%
}
.pattern .col-sm-3-3,.pattern .col-sm-4-4,.pattern .col-sm-5-5,.pattern .col-sm-6-6,.pattern .col-sm-10-10,.pattern .col-sm-12-12 {
	width:100%
}
}
@media only screen and (min-width:64em) {
	.pattern .col-md-auto {
	width:auto
}
.pattern .col-md-1-1 {
	width:100%
}
.pattern .col-md-1-2 {
	width:50%
}
.pattern .col-md-1-3 {
	width:33.33333%
}
.pattern .col-md-2-3 {
	width:66.66667%
}
.pattern .col-md-1-4 {
	width:25%
}
.pattern .col-md-2-4 {
	width:50%
}
.pattern .col-md-3-4 {
	width:75%
}
.pattern .col-md-1-5 {
	width:20%
}
.pattern .col-md-2-5 {
	width:40%
}
.pattern .col-md-3-5 {
	width:60%
}
.pattern .col-md-4-5 {
	width:80%
}
.pattern .col-md-1-6 {
	width:16.66667%
}
.pattern .col-md-2-6 {
	width:33.33333%
}
.pattern .col-md-3-6 {
	width:50%
}
.pattern .col-md-4-6 {
	width:66.66667%
}
.pattern .col-md-5-6 {
	width:83.33333%
}
.pattern .col-md-1-10 {
	width:10%
}
.pattern .col-md-2-10 {
	width:20%
}
.pattern .col-md-3-10 {
	width:30%
}
.pattern .col-md-4-10 {
	width:40%
}
.pattern .col-md-5-10 {
	width:50%
}
.pattern .col-md-6-10 {
	width:60%
}
.pattern .col-md-7-10 {
	width:70%
}
.pattern .col-md-8-10 {
	width:80%
}
.pattern .col-md-9-10 {
	width:90%
}
.pattern .col-md-1-12 {
	width:8.33333%
}
.pattern .col-md-2-12 {
	width:16.66667%
}
.pattern .col-md-3-12 {
	width:25%
}
.pattern .col-md-4-12 {
	width:33.33333%
}
.pattern .col-md-5-12 {
	width:41.66667%
}
.pattern .col-md-6-12 {
	width:50%
}
.pattern .col-md-7-12 {
	width:58.33333%
}
.pattern .col-md-8-12 {
	width:66.66667%
}
.pattern .col-md-9-12 {
	width:75%
}
.pattern .col-md-10-12 {
	width:83.33333%
}
.pattern .col-md-11-12 {
	width:91.66667%
}
.pattern .col-md-3-3,.pattern .col-md-4-4,.pattern .col-md-5-5,.pattern .col-md-6-6,.pattern .col-md-10-10,.pattern .col-md-12-12 {
	width:100%
}
}
@media only screen and (min-width:75em) {
	.pattern .col-lg-auto {
	width:auto
}
.pattern .col-lg-1-1 {
	width:100%
}
.pattern .col-lg-1-2 {
	width:50%
}
.pattern .col-lg-1-3 {
	width:33.33333%
}
.pattern .col-lg-2-3 {
	width:66.66667%
}
.pattern .col-lg-1-4 {
	width:25%
}
.pattern .col-lg-2-4 {
	width:50%
}
.pattern .col-lg-3-4 {
	width:75%
}
.pattern .col-lg-1-5 {
	width:20%
}
.pattern .col-lg-2-5 {
	width:40%
}
.pattern .col-lg-3-5 {
	width:60%
}
.pattern .col-lg-4-5 {
	width:80%
}
.pattern .col-lg-1-6 {
	width:16.66667%
}
.pattern .col-lg-2-6 {
	width:33.33333%
}
.pattern .col-lg-3-6 {
	width:50%
}
.pattern .col-lg-4-6 {
	width:66.66667%
}
.pattern .col-lg-5-6 {
	width:83.33333%
}
.pattern .col-lg-1-10 {
	width:10%
}
.pattern .col-lg-2-10 {
	width:20%
}
.pattern .col-lg-3-10 {
	width:30%
}
.pattern .col-lg-4-10 {
	width:40%
}
.pattern .col-lg-5-10 {
	width:50%
}
.pattern .col-lg-6-10 {
	width:60%
}
.pattern .col-lg-7-10 {
	width:70%
}
.pattern .col-lg-8-10 {
	width:80%
}
.pattern .col-lg-9-10 {
	width:90%
}
.pattern .col-lg-1-12 {
	width:8.33333%
}
.pattern .col-lg-2-12 {
	width:16.66667%
}
.pattern .col-lg-3-12 {
	width:25%
}
.pattern .col-lg-4-12 {
	width:33.33333%
}
.pattern .col-lg-5-12 {
	width:41.66667%
}
.pattern .col-lg-6-12 {
	width:50%
}
.pattern .col-lg-7-12 {
	width:58.33333%
}
.pattern .col-lg-8-12 {
	width:66.66667%
}
.pattern .col-lg-9-12 {
	width:75%
}
.pattern .col-lg-10-12 {
	width:83.33333%
}
.pattern .col-lg-11-12 {
	width:91.66667%
}
.pattern .col-lg-3-3,.pattern .col-lg-4-4,.pattern .col-lg-5-5,.pattern .col-lg-6-6,.pattern .col-lg-10-10,.pattern .col-lg-12-12 {
	width:100%
}
}
@media only screen and (min-width:90em) {
	.pattern .col-xl-auto {
	width:auto
}
.pattern .col-xl-1-1 {
	width:100%
}
.pattern .col-xl-1-2 {
	width:50%
}
.pattern .col-xl-1-3 {
	width:33.33333%
}
.pattern .col-xl-2-3 {
	width:66.66667%
}
.pattern .col-xl-1-4 {
	width:25%
}
.pattern .col-xl-2-4 {
	width:50%
}
.pattern .col-xl-3-4 {
	width:75%
}
.pattern .col-xl-1-5 {
	width:20%
}
.pattern .col-xl-2-5 {
	width:40%
}
.pattern .col-xl-3-5 {
	width:60%
}
.pattern .col-xl-4-5 {
	width:80%
}
.pattern .col-xl-1-6 {
	width:16.66667%
}
.pattern .col-xl-2-6 {
	width:33.33333%
}
.pattern .col-xl-3-6 {
	width:50%
}
.pattern .col-xl-4-6 {
	width:66.66667%
}
.pattern .col-xl-5-6 {
	width:83.33333%
}
.pattern .col-xl-1-10 {
	width:10%
}
.pattern .col-xl-2-10 {
	width:20%
}
.pattern .col-xl-3-10 {
	width:30%
}
.pattern .col-xl-4-10 {
	width:40%
}
.pattern .col-xl-5-10 {
	width:50%
}
.pattern .col-xl-6-10 {
	width:60%
}
.pattern .col-xl-7-10 {
	width:70%
}
.pattern .col-xl-8-10 {
	width:80%
}
.pattern .col-xl-9-10 {
	width:90%
}
.pattern .col-xl-1-12 {
	width:8.33333%
}
.pattern .col-xl-2-12 {
	width:16.66667%
}
.pattern .col-xl-3-12 {
	width:25%
}
.pattern .col-xl-4-12 {
	width:33.33333%
}
.pattern .col-xl-5-12 {
	width:41.66667%
}
.pattern .col-xl-6-12 {
	width:50%
}
.pattern .col-xl-7-12 {
	width:58.33333%
}
.pattern .col-xl-8-12 {
	width:66.66667%
}
.pattern .col-xl-9-12 {
	width:75%
}
.pattern .col-xl-10-12 {
	width:83.33333%
}
.pattern .col-xl-11-12 {
	width:91.66667%
}
.pattern .col-xl-3-3,.pattern .col-xl-4-4,.pattern .col-xl-5-5,.pattern .col-xl-6-6,.pattern .col-xl-10-10,.pattern .col-xl-12-12 {
	width:100%
}
}
@media only screen and (min-width:120em) {
	.pattern .col-hd-auto {
	width:auto
}
.pattern .col-hd-1-1 {
	width:100%
}
.pattern .col-hd-1-2 {
	width:50%
}
.pattern .col-hd-1-3 {
	width:33.33333%
}
.pattern .col-hd-2-3 {
	width:66.66667%
}
.pattern .col-hd-1-4 {
	width:25%
}
.pattern .col-hd-2-4 {
	width:50%
}
.pattern .col-hd-3-4 {
	width:75%
}
.pattern .col-hd-1-5 {
	width:20%
}
.pattern .col-hd-2-5 {
	width:40%
}
.pattern .col-hd-3-5 {
	width:60%
}
.pattern .col-hd-4-5 {
	width:80%
}
.pattern .col-hd-1-6 {
	width:16.66667%
}
.pattern .col-hd-2-6 {
	width:33.33333%
}
.pattern .col-hd-3-6 {
	width:50%
}
.pattern .col-hd-4-6 {
	width:66.66667%
}
.pattern .col-hd-5-6 {
	width:83.33333%
}
.pattern .col-hd-1-10 {
	width:10%
}
.pattern .col-hd-2-10 {
	width:20%
}
.pattern .col-hd-3-10 {
	width:30%
}
.pattern .col-hd-4-10 {
	width:40%
}
.pattern .col-hd-5-10 {
	width:50%
}
.pattern .col-hd-6-10 {
	width:60%
}
.pattern .col-hd-7-10 {
	width:70%
}
.pattern .col-hd-8-10 {
	width:80%
}
.pattern .col-hd-9-10 {
	width:90%
}
.pattern .col-hd-1-12 {
	width:8.33333%
}
.pattern .col-hd-2-12 {
	width:16.66667%
}
.pattern .col-hd-3-12 {
	width:25%
}
.pattern .col-hd-4-12 {
	width:33.33333%
}
.pattern .col-hd-5-12 {
	width:41.66667%
}
.pattern .col-hd-6-12 {
	width:50%
}
.pattern .col-hd-7-12 {
	width:58.33333%
}
.pattern .col-hd-8-12 {
	width:66.66667%
}
.pattern .col-hd-9-12 {
	width:75%
}
.pattern .col-hd-10-12 {
	width:83.33333%
}
.pattern .col-hd-11-12 {
	width:91.66667%
}
.pattern .col-hd-3-3,.pattern .col-hd-4-4,.pattern .col-hd-5-5,.pattern .col-hd-6-6,.pattern .col-hd-10-10,.pattern .col-hd-12-12 {
	width:100%
}
}
[class*='col-push-'],[class*='col-pull-'] {
	position:relative
}
[class*='col-push-'] {
	right:auto
}
[class*='col-pull-'] {
	left:auto
}
.pattern .col-offset-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-3-12 {
	margin-left:25%
}
.pattern .col-offset-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-6-12 {
	margin-left:50%
}
.pattern .col-offset-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-9-12 {
	margin-left:75%
}
.pattern .col-offset-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-11-12 {
	margin-left:91.66667%
}
.pattern .col-push-1-2 {
	left:50%
}
.pattern .col-push-1-3 {
	left:33.33333%
}
.pattern .col-push-2-3 {
	left:66.66667%
}
.pattern .col-push-1-4 {
	left:25%
}
.pattern .col-push-2-4 {
	left:50%
}
.pattern .col-push-3-4 {
	left:75%
}
.pattern .col-push-1-5 {
	left:20%
}
.pattern .col-push-2-5 {
	left:40%
}
.pattern .col-push-3-5 {
	left:60%
}
.pattern .col-push-4-5 {
	left:80%
}
.pattern .col-push-1-6 {
	left:16.66667%
}
.pattern .col-push-2-6 {
	left:33.33333%
}
.pattern .col-push-3-6 {
	left:50%
}
.pattern .col-push-4-6 {
	left:66.66667%
}
.pattern .col-push-5-6 {
	left:83.33333%
}
.pattern .col-push-1-10 {
	left:10%
}
.pattern .col-push-2-10 {
	left:20%
}
.pattern .col-push-3-10 {
	left:30%
}
.pattern .col-push-4-10 {
	left:40%
}
.pattern .col-push-5-10 {
	left:50%
}
.pattern .col-push-6-10 {
	left:60%
}
.pattern .col-push-7-10 {
	left:70%
}
.pattern .col-push-8-10 {
	left:80%
}
.pattern .col-push-9-10 {
	left:90%
}
.pattern .col-push-1-12 {
	left:8.33333%
}
.pattern .col-push-2-12 {
	left:16.66667%
}
.pattern .col-push-3-12 {
	left:25%
}
.pattern .col-push-4-12 {
	left:33.33333%
}
.pattern .col-push-5-12 {
	left:41.66667%
}
.pattern .col-push-6-12 {
	left:50%
}
.pattern .col-push-7-12 {
	left:58.33333%
}
.pattern .col-push-8-12 {
	left:66.66667%
}
.pattern .col-push-9-12 {
	left:75%
}
.pattern .col-push-10-12 {
	left:83.33333%
}
.pattern .col-push-11-12 {
	left:91.66667%
}
.pattern .col-pull-1-2 {
	right:50%
}
.pattern .col-pull-1-3 {
	right:33.33333%
}
.pattern .col-pull-2-3 {
	right:66.66667%
}
.pattern .col-pull-1-4 {
	right:25%
}
.pattern .col-pull-2-4 {
	right:50%
}
.pattern .col-pull-3-4 {
	right:75%
}
.pattern .col-pull-1-5 {
	right:20%
}
.pattern .col-pull-2-5 {
	right:40%
}
.pattern .col-pull-3-5 {
	right:60%
}
.pattern .col-pull-4-5 {
	right:80%
}
.pattern .col-pull-1-6 {
	right:16.66667%
}
.pattern .col-pull-2-6 {
	right:33.33333%
}
.pattern .col-pull-3-6 {
	right:50%
}
.pattern .col-pull-4-6 {
	right:66.66667%
}
.pattern .col-pull-5-6 {
	right:83.33333%
}
.pattern .col-pull-1-10 {
	right:10%
}
.pattern .col-pull-2-10 {
	right:20%
}
.pattern .col-pull-3-10 {
	right:30%
}
.pattern .col-pull-4-10 {
	right:40%
}
.pattern .col-pull-5-10 {
	right:50%
}
.pattern .col-pull-6-10 {
	right:60%
}
.pattern .col-pull-7-10 {
	right:70%
}
.pattern .col-pull-8-10 {
	right:80%
}
.pattern .col-pull-9-10 {
	right:90%
}
.pattern .col-pull-1-12 {
	right:8.33333%
}
.pattern .col-pull-2-12 {
	right:16.66667%
}
.pattern .col-pull-3-12 {
	right:25%
}
.pattern .col-pull-4-12 {
	right:33.33333%
}
.pattern .col-pull-5-12 {
	right:41.66667%
}
.pattern .col-pull-6-12 {
	right:50%
}
.pattern .col-pull-7-12 {
	right:58.33333%
}
.pattern .col-pull-8-12 {
	right:66.66667%
}
.pattern .col-pull-9-12 {
	right:75%
}
.pattern .col-pull-10-12 {
	right:83.33333%
}
.pattern .col-pull-11-12 {
	right:91.66667%
}
@media only screen and (min-width:40em) {
	.pattern .col-push-xs-1-2 {
	left:50%
}
.pattern .col-push-xs-1-3 {
	left:33.33333%
}
.pattern .col-push-xs-2-3 {
	left:66.66667%
}
.pattern .col-push-xs-1-4 {
	left:25%
}
.pattern .col-push-xs-2-4 {
	left:50%
}
.pattern .col-push-xs-3-4 {
	left:75%
}
.pattern .col-push-xs-1-5 {
	left:20%
}
.pattern .col-push-xs-2-5 {
	left:40%
}
.pattern .col-push-xs-3-5 {
	left:60%
}
.pattern .col-push-xs-4-5 {
	left:80%
}
.pattern .col-push-xs-1-6 {
	left:16.66667%
}
.pattern .col-push-xs-2-6 {
	left:33.33333%
}
.pattern .col-push-xs-3-6 {
	left:50%
}
.pattern .col-push-xs-4-6 {
	left:66.66667%
}
.pattern .col-push-xs-5-6 {
	left:83.33333%
}
.pattern .col-push-xs-1-10 {
	left:10%
}
.pattern .col-push-xs-2-10 {
	left:20%
}
.pattern .col-push-xs-3-10 {
	left:30%
}
.pattern .col-push-xs-4-10 {
	left:40%
}
.pattern .col-push-xs-5-10 {
	left:50%
}
.pattern .col-push-xs-6-10 {
	left:60%
}
.pattern .col-push-xs-7-10 {
	left:70%
}
.pattern .col-push-xs-8-10 {
	left:80%
}
.pattern .col-push-xs-9-10 {
	left:90%
}
.pattern .col-push-xs-1-12 {
	left:8.33333%
}
.pattern .col-push-xs-2-12 {
	left:16.66667%
}
.pattern .col-push-xs-3-12 {
	left:25%
}
.pattern .col-push-xs-4-12 {
	left:33.33333%
}
.pattern .col-push-xs-5-12 {
	left:41.66667%
}
.pattern .col-push-xs-6-12 {
	left:50%
}
.pattern .col-push-xs-7-12 {
	left:58.33333%
}
.pattern .col-push-xs-8-12 {
	left:66.66667%
}
.pattern .col-push-xs-9-12 {
	left:75%
}
.pattern .col-push-xs-10-12 {
	left:83.33333%
}
.pattern .col-push-xs-11-12 {
	left:91.66667%
}
.pattern .col-pull-xs-1-2 {
	right:50%
}
.pattern .col-pull-xs-1-3 {
	right:33.33333%
}
.pattern .col-pull-xs-2-3 {
	right:66.66667%
}
.pattern .col-pull-xs-1-4 {
	right:25%
}
.pattern .col-pull-xs-2-4 {
	right:50%
}
.pattern .col-pull-xs-3-4 {
	right:75%
}
.pattern .col-pull-xs-1-5 {
	right:20%
}
.pattern .col-pull-xs-2-5 {
	right:40%
}
.pattern .col-pull-xs-3-5 {
	right:60%
}
.pattern .col-pull-xs-4-5 {
	right:80%
}
.pattern .col-pull-xs-1-6 {
	right:16.66667%
}
.pattern .col-pull-xs-2-6 {
	right:33.33333%
}
.pattern .col-pull-xs-3-6 {
	right:50%
}
.pattern .col-pull-xs-4-6 {
	right:66.66667%
}
.pattern .col-pull-xs-5-6 {
	right:83.33333%
}
.pattern .col-pull-xs-1-10 {
	right:10%
}
.pattern .col-pull-xs-2-10 {
	right:20%
}
.pattern .col-pull-xs-3-10 {
	right:30%
}
.pattern .col-pull-xs-4-10 {
	right:40%
}
.pattern .col-pull-xs-5-10 {
	right:50%
}
.pattern .col-pull-xs-6-10 {
	right:60%
}
.pattern .col-pull-xs-7-10 {
	right:70%
}
.pattern .col-pull-xs-8-10 {
	right:80%
}
.pattern .col-pull-xs-9-10 {
	right:90%
}
.pattern .col-pull-xs-1-12 {
	right:8.33333%
}
.pattern .col-pull-xs-2-12 {
	right:16.66667%
}
.pattern .col-pull-xs-3-12 {
	right:25%
}
.pattern .col-pull-xs-4-12 {
	right:33.33333%
}
.pattern .col-pull-xs-5-12 {
	right:41.66667%
}
.pattern .col-pull-xs-6-12 {
	right:50%
}
.pattern .col-pull-xs-7-12 {
	right:58.33333%
}
.pattern .col-pull-xs-8-12 {
	right:66.66667%
}
.pattern .col-pull-xs-9-12 {
	right:75%
}
.pattern .col-pull-xs-10-12 {
	right:83.33333%
}
.pattern .col-pull-xs-11-12 {
	right:91.66667%
}
.pattern .col-offset-xs-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-xs-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-xs-3-12 {
	margin-left:25%
}
.pattern .col-offset-xs-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-xs-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-xs-6-12 {
	margin-left:50%
}
.pattern .col-offset-xs-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-xs-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-xs-9-12 {
	margin-left:75%
}
.pattern .col-offset-xs-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-xs-11-12 {
	margin-left:91.66667%
}
}
@media only screen and (min-width:48em) {
	.pattern .col-push-sm-1-2 {
	left:50%
}
.pattern .col-push-sm-1-3 {
	left:33.33333%
}
.pattern .col-push-sm-2-3 {
	left:66.66667%
}
.pattern .col-push-sm-1-4 {
	left:25%
}
.pattern .col-push-sm-2-4 {
	left:50%
}
.pattern .col-push-sm-3-4 {
	left:75%
}
.pattern .col-push-sm-1-5 {
	left:20%
}
.pattern .col-push-sm-2-5 {
	left:40%
}
.pattern .col-push-sm-3-5 {
	left:60%
}
.pattern .col-push-sm-4-5 {
	left:80%
}
.pattern .col-push-sm-1-6 {
	left:16.66667%
}
.pattern .col-push-sm-2-6 {
	left:33.33333%
}
.pattern .col-push-sm-3-6 {
	left:50%
}
.pattern .col-push-sm-4-6 {
	left:66.66667%
}
.pattern .col-push-sm-5-6 {
	left:83.33333%
}
.pattern .col-push-sm-1-10 {
	left:10%
}
.pattern .col-push-sm-2-10 {
	left:20%
}
.pattern .col-push-sm-3-10 {
	left:30%
}
.pattern .col-push-sm-4-10 {
	left:40%
}
.pattern .col-push-sm-5-10 {
	left:50%
}
.pattern .col-push-sm-6-10 {
	left:60%
}
.pattern .col-push-sm-7-10 {
	left:70%
}
.pattern .col-push-sm-8-10 {
	left:80%
}
.pattern .col-push-sm-9-10 {
	left:90%
}
.pattern .col-push-sm-1-12 {
	left:8.33333%
}
.pattern .col-push-sm-2-12 {
	left:16.66667%
}
.pattern .col-push-sm-3-12 {
	left:25%
}
.pattern .col-push-sm-4-12 {
	left:33.33333%
}
.pattern .col-push-sm-5-12 {
	left:41.66667%
}
.pattern .col-push-sm-6-12 {
	left:50%
}
.pattern .col-push-sm-7-12 {
	left:58.33333%
}
.pattern .col-push-sm-8-12 {
	left:66.66667%
}
.pattern .col-push-sm-9-12 {
	left:75%
}
.pattern .col-push-sm-10-12 {
	left:83.33333%
}
.pattern .col-push-sm-11-12 {
	left:91.66667%
}
.pattern .col-pull-sm-1-2 {
	right:50%
}
.pattern .col-pull-sm-1-3 {
	right:33.33333%
}
.pattern .col-pull-sm-2-3 {
	right:66.66667%
}
.pattern .col-pull-sm-1-4 {
	right:25%
}
.pattern .col-pull-sm-2-4 {
	right:50%
}
.pattern .col-pull-sm-3-4 {
	right:75%
}
.pattern .col-pull-sm-1-5 {
	right:20%
}
.pattern .col-pull-sm-2-5 {
	right:40%
}
.pattern .col-pull-sm-3-5 {
	right:60%
}
.pattern .col-pull-sm-4-5 {
	right:80%
}
.pattern .col-pull-sm-1-6 {
	right:16.66667%
}
.pattern .col-pull-sm-2-6 {
	right:33.33333%
}
.pattern .col-pull-sm-3-6 {
	right:50%
}
.pattern .col-pull-sm-4-6 {
	right:66.66667%
}
.pattern .col-pull-sm-5-6 {
	right:83.33333%
}
.pattern .col-pull-sm-1-10 {
	right:10%
}
.pattern .col-pull-sm-2-10 {
	right:20%
}
.pattern .col-pull-sm-3-10 {
	right:30%
}
.pattern .col-pull-sm-4-10 {
	right:40%
}
.pattern .col-pull-sm-5-10 {
	right:50%
}
.pattern .col-pull-sm-6-10 {
	right:60%
}
.pattern .col-pull-sm-7-10 {
	right:70%
}
.pattern .col-pull-sm-8-10 {
	right:80%
}
.pattern .col-pull-sm-9-10 {
	right:90%
}
.pattern .col-pull-sm-1-12 {
	right:8.33333%
}
.pattern .col-pull-sm-2-12 {
	right:16.66667%
}
.pattern .col-pull-sm-3-12 {
	right:25%
}
.pattern .col-pull-sm-4-12 {
	right:33.33333%
}
.pattern .col-pull-sm-5-12 {
	right:41.66667%
}
.pattern .col-pull-sm-6-12 {
	right:50%
}
.pattern .col-pull-sm-7-12 {
	right:58.33333%
}
.pattern .col-pull-sm-8-12 {
	right:66.66667%
}
.pattern .col-pull-sm-9-12 {
	right:75%
}
.pattern .col-pull-sm-10-12 {
	right:83.33333%
}
.pattern .col-pull-sm-11-12 {
	right:91.66667%
}
.pattern .col-offset-sm-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-sm-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-sm-3-12 {
	margin-left:25%
}
.pattern .col-offset-sm-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-sm-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-sm-6-12 {
	margin-left:50%
}
.pattern .col-offset-sm-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-sm-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-sm-9-12 {
	margin-left:75%
}
.pattern .col-offset-sm-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-sm-11-12 {
	margin-left:91.66667%
}
}
@media only screen and (min-width:48em) {
	.pattern .col-push-md-1-2 {
	left:50%
}
.pattern .col-push-md-1-3 {
	left:33.33333%
}
.pattern .col-push-md-2-3 {
	left:66.66667%
}
.pattern .col-push-md-1-4 {
	left:25%
}
.pattern .col-push-md-2-4 {
	left:50%
}
.pattern .col-push-md-3-4 {
	left:75%
}
.pattern .col-push-md-1-5 {
	left:20%
}
.pattern .col-push-md-2-5 {
	left:40%
}
.pattern .col-push-md-3-5 {
	left:60%
}
.pattern .col-push-md-4-5 {
	left:80%
}
.pattern .col-push-md-1-6 {
	left:16.66667%
}
.pattern .col-push-md-2-6 {
	left:33.33333%
}
.pattern .col-push-md-3-6 {
	left:50%
}
.pattern .col-push-md-4-6 {
	left:66.66667%
}
.pattern .col-push-md-5-6 {
	left:83.33333%
}
.pattern .col-push-md-1-10 {
	left:10%
}
.pattern .col-push-md-2-10 {
	left:20%
}
.pattern .col-push-md-3-10 {
	left:30%
}
.pattern .col-push-md-4-10 {
	left:40%
}
.pattern .col-push-md-5-10 {
	left:50%
}
.pattern .col-push-md-6-10 {
	left:60%
}
.pattern .col-push-md-7-10 {
	left:70%
}
.pattern .col-push-md-8-10 {
	left:80%
}
.pattern .col-push-md-9-10 {
	left:90%
}
.pattern .col-push-md-1-12 {
	left:8.33333%
}
.pattern .col-push-md-2-12 {
	left:16.66667%
}
.pattern .col-push-md-3-12 {
	left:25%
}
.pattern .col-push-md-4-12 {
	left:33.33333%
}
.pattern .col-push-md-5-12 {
	left:41.66667%
}
.pattern .col-push-md-6-12 {
	left:50%
}
.pattern .col-push-md-7-12 {
	left:58.33333%
}
.pattern .col-push-md-8-12 {
	left:66.66667%
}
.pattern .col-push-md-9-12 {
	left:75%
}
.pattern .col-push-md-10-12 {
	left:83.33333%
}
.pattern .col-push-md-11-12 {
	left:91.66667%
}
.pattern .col-pull-md-1-2 {
	right:50%
}
.pattern .col-pull-md-1-3 {
	right:33.33333%
}
.pattern .col-pull-md-2-3 {
	right:66.66667%
}
.pattern .col-pull-md-1-4 {
	right:25%
}
.pattern .col-pull-md-2-4 {
	right:50%
}
.pattern .col-pull-md-3-4 {
	right:75%
}
.pattern .col-pull-md-1-5 {
	right:20%
}
.pattern .col-pull-md-2-5 {
	right:40%
}
.pattern .col-pull-md-3-5 {
	right:60%
}
.pattern .col-pull-md-4-5 {
	right:80%
}
.pattern .col-pull-md-1-6 {
	right:16.66667%
}
.pattern .col-pull-md-2-6 {
	right:33.33333%
}
.pattern .col-pull-md-3-6 {
	right:50%
}
.pattern .col-pull-md-4-6 {
	right:66.66667%
}
.pattern .col-pull-md-5-6 {
	right:83.33333%
}
.pattern .col-pull-md-1-10 {
	right:10%
}
.pattern .col-pull-md-2-10 {
	right:20%
}
.pattern .col-pull-md-3-10 {
	right:30%
}
.pattern .col-pull-md-4-10 {
	right:40%
}
.pattern .col-pull-md-5-10 {
	right:50%
}
.pattern .col-pull-md-6-10 {
	right:60%
}
.pattern .col-pull-md-7-10 {
	right:70%
}
.pattern .col-pull-md-8-10 {
	right:80%
}
.pattern .col-pull-md-9-10 {
	right:90%
}
.pattern .col-pull-md-1-12 {
	right:8.33333%
}
.pattern .col-pull-md-2-12 {
	right:16.66667%
}
.pattern .col-pull-md-3-12 {
	right:25%
}
.pattern .col-pull-md-4-12 {
	right:33.33333%
}
.pattern .col-pull-md-5-12 {
	right:41.66667%
}
.pattern .col-pull-md-6-12 {
	right:50%
}
.pattern .col-pull-md-7-12 {
	right:58.33333%
}
.pattern .col-pull-md-8-12 {
	right:66.66667%
}
.pattern .col-pull-md-9-12 {
	right:75%
}
.pattern .col-pull-md-10-12 {
	right:83.33333%
}
.pattern .col-pull-md-11-12 {
	right:91.66667%
}
.pattern .col-offset-md-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-md-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-md-3-12 {
	margin-left:25%
}
.pattern .col-offset-md-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-md-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-md-6-12 {
	margin-left:50%
}
.pattern .col-offset-md-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-md-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-md-9-12 {
	margin-left:75%
}
.pattern .col-offset-md-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-md-11-12 {
	margin-left:91.66667%
}
}
@media only screen and (min-width:48em) {
	.pattern .col-push-lg-1-2 {
	left:50%
}
.pattern .col-push-lg-1-3 {
	left:33.33333%
}
.pattern .col-push-lg-2-3 {
	left:66.66667%
}
.pattern .col-push-lg-1-4 {
	left:25%
}
.pattern .col-push-lg-2-4 {
	left:50%
}
.pattern .col-push-lg-3-4 {
	left:75%
}
.pattern .col-push-lg-1-5 {
	left:20%
}
.pattern .col-push-lg-2-5 {
	left:40%
}
.pattern .col-push-lg-3-5 {
	left:60%
}
.pattern .col-push-lg-4-5 {
	left:80%
}
.pattern .col-push-lg-1-6 {
	left:16.66667%
}
.pattern .col-push-lg-2-6 {
	left:33.33333%
}
.pattern .col-push-lg-3-6 {
	left:50%
}
.pattern .col-push-lg-4-6 {
	left:66.66667%
}
.pattern .col-push-lg-5-6 {
	left:83.33333%
}
.pattern .col-push-lg-1-10 {
	left:10%
}
.pattern .col-push-lg-2-10 {
	left:20%
}
.pattern .col-push-lg-3-10 {
	left:30%
}
.pattern .col-push-lg-4-10 {
	left:40%
}
.pattern .col-push-lg-5-10 {
	left:50%
}
.pattern .col-push-lg-6-10 {
	left:60%
}
.pattern .col-push-lg-7-10 {
	left:70%
}
.pattern .col-push-lg-8-10 {
	left:80%
}
.pattern .col-push-lg-9-10 {
	left:90%
}
.pattern .col-push-lg-1-12 {
	left:8.33333%
}
.pattern .col-push-lg-2-12 {
	left:16.66667%
}
.pattern .col-push-lg-3-12 {
	left:25%
}
.pattern .col-push-lg-4-12 {
	left:33.33333%
}
.pattern .col-push-lg-5-12 {
	left:41.66667%
}
.pattern .col-push-lg-6-12 {
	left:50%
}
.pattern .col-push-lg-7-12 {
	left:58.33333%
}
.pattern .col-push-lg-8-12 {
	left:66.66667%
}
.pattern .col-push-lg-9-12 {
	left:75%
}
.pattern .col-push-lg-10-12 {
	left:83.33333%
}
.pattern .col-push-lg-11-12 {
	left:91.66667%
}
.pattern .col-pull-lg-1-2 {
	right:50%
}
.pattern .col-pull-lg-1-3 {
	right:33.33333%
}
.pattern .col-pull-lg-2-3 {
	right:66.66667%
}
.pattern .col-pull-lg-1-4 {
	right:25%
}
.pattern .col-pull-lg-2-4 {
	right:50%
}
.pattern .col-pull-lg-3-4 {
	right:75%
}
.pattern .col-pull-lg-1-5 {
	right:20%
}
.pattern .col-pull-lg-2-5 {
	right:40%
}
.pattern .col-pull-lg-3-5 {
	right:60%
}
.pattern .col-pull-lg-4-5 {
	right:80%
}
.pattern .col-pull-lg-1-6 {
	right:16.66667%
}
.pattern .col-pull-lg-2-6 {
	right:33.33333%
}
.pattern .col-pull-lg-3-6 {
	right:50%
}
.pattern .col-pull-lg-4-6 {
	right:66.66667%
}
.pattern .col-pull-lg-5-6 {
	right:83.33333%
}
.pattern .col-pull-lg-1-10 {
	right:10%
}
.pattern .col-pull-lg-2-10 {
	right:20%
}
.pattern .col-pull-lg-3-10 {
	right:30%
}
.pattern .col-pull-lg-4-10 {
	right:40%
}
.pattern .col-pull-lg-5-10 {
	right:50%
}
.pattern .col-pull-lg-6-10 {
	right:60%
}
.pattern .col-pull-lg-7-10 {
	right:70%
}
.pattern .col-pull-lg-8-10 {
	right:80%
}
.pattern .col-pull-lg-9-10 {
	right:90%
}
.pattern .col-pull-lg-1-12 {
	right:8.33333%
}
.pattern .col-pull-lg-2-12 {
	right:16.66667%
}
.pattern .col-pull-lg-3-12 {
	right:25%
}
.pattern .col-pull-lg-4-12 {
	right:33.33333%
}
.pattern .col-pull-lg-5-12 {
	right:41.66667%
}
.pattern .col-pull-lg-6-12 {
	right:50%
}
.pattern .col-pull-lg-7-12 {
	right:58.33333%
}
.pattern .col-pull-lg-8-12 {
	right:66.66667%
}
.pattern .col-pull-lg-9-12 {
	right:75%
}
.pattern .col-pull-lg-10-12 {
	right:83.33333%
}
.pattern .col-pull-lg-11-12 {
	right:91.66667%
}
.pattern .col-offset-lg-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-lg-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-lg-3-12 {
	margin-left:25%
}
.pattern .col-offset-lg-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-lg-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-lg-6-12 {
	margin-left:50%
}
.pattern .col-offset-lg-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-lg-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-lg-9-12 {
	margin-left:75%
}
.pattern .col-offset-lg-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-lg-11-12 {
	margin-left:91.66667%
}
}
@media only screen and (min-width:48em) {
	.pattern .col-push-xl-1-2 {
	left:50%
}
.pattern .col-push-xl-1-3 {
	left:33.33333%
}
.pattern .col-push-xl-2-3 {
	left:66.66667%
}
.pattern .col-push-xl-1-4 {
	left:25%
}
.pattern .col-push-xl-2-4 {
	left:50%
}
.pattern .col-push-xl-3-4 {
	left:75%
}
.pattern .col-push-xl-1-5 {
	left:20%
}
.pattern .col-push-xl-2-5 {
	left:40%
}
.pattern .col-push-xl-3-5 {
	left:60%
}
.pattern .col-push-xl-4-5 {
	left:80%
}
.pattern .col-push-xl-1-6 {
	left:16.66667%
}
.pattern .col-push-xl-2-6 {
	left:33.33333%
}
.pattern .col-push-xl-3-6 {
	left:50%
}
.pattern .col-push-xl-4-6 {
	left:66.66667%
}
.pattern .col-push-xl-5-6 {
	left:83.33333%
}
.pattern .col-push-xl-1-10 {
	left:10%
}
.pattern .col-push-xl-2-10 {
	left:20%
}
.pattern .col-push-xl-3-10 {
	left:30%
}
.pattern .col-push-xl-4-10 {
	left:40%
}
.pattern .col-push-xl-5-10 {
	left:50%
}
.pattern .col-push-xl-6-10 {
	left:60%
}
.pattern .col-push-xl-7-10 {
	left:70%
}
.pattern .col-push-xl-8-10 {
	left:80%
}
.pattern .col-push-xl-9-10 {
	left:90%
}
.pattern .col-push-xl-1-12 {
	left:8.33333%
}
.pattern .col-push-xl-2-12 {
	left:16.66667%
}
.pattern .col-push-xl-3-12 {
	left:25%
}
.pattern .col-push-xl-4-12 {
	left:33.33333%
}
.pattern .col-push-xl-5-12 {
	left:41.66667%
}
.pattern .col-push-xl-6-12 {
	left:50%
}
.pattern .col-push-xl-7-12 {
	left:58.33333%
}
.pattern .col-push-xl-8-12 {
	left:66.66667%
}
.pattern .col-push-xl-9-12 {
	left:75%
}
.pattern .col-push-xl-10-12 {
	left:83.33333%
}
.pattern .col-push-xl-11-12 {
	left:91.66667%
}
.pattern .col-pull-xl-1-2 {
	right:50%
}
.pattern .col-pull-xl-1-3 {
	right:33.33333%
}
.pattern .col-pull-xl-2-3 {
	right:66.66667%
}
.pattern .col-pull-xl-1-4 {
	right:25%
}
.pattern .col-pull-xl-2-4 {
	right:50%
}
.pattern .col-pull-xl-3-4 {
	right:75%
}
.pattern .col-pull-xl-1-5 {
	right:20%
}
.pattern .col-pull-xl-2-5 {
	right:40%
}
.pattern .col-pull-xl-3-5 {
	right:60%
}
.pattern .col-pull-xl-4-5 {
	right:80%
}
.pattern .col-pull-xl-1-6 {
	right:16.66667%
}
.pattern .col-pull-xl-2-6 {
	right:33.33333%
}
.pattern .col-pull-xl-3-6 {
	right:50%
}
.pattern .col-pull-xl-4-6 {
	right:66.66667%
}
.pattern .col-pull-xl-5-6 {
	right:83.33333%
}
.pattern .col-pull-xl-1-10 {
	right:10%
}
.pattern .col-pull-xl-2-10 {
	right:20%
}
.pattern .col-pull-xl-3-10 {
	right:30%
}
.pattern .col-pull-xl-4-10 {
	right:40%
}
.pattern .col-pull-xl-5-10 {
	right:50%
}
.pattern .col-pull-xl-6-10 {
	right:60%
}
.pattern .col-pull-xl-7-10 {
	right:70%
}
.pattern .col-pull-xl-8-10 {
	right:80%
}
.pattern .col-pull-xl-9-10 {
	right:90%
}
.pattern .col-pull-xl-1-12 {
	right:8.33333%
}
.pattern .col-pull-xl-2-12 {
	right:16.66667%
}
.pattern .col-pull-xl-3-12 {
	right:25%
}
.pattern .col-pull-xl-4-12 {
	right:33.33333%
}
.pattern .col-pull-xl-5-12 {
	right:41.66667%
}
.pattern .col-pull-xl-6-12 {
	right:50%
}
.pattern .col-pull-xl-7-12 {
	right:58.33333%
}
.pattern .col-pull-xl-8-12 {
	right:66.66667%
}
.pattern .col-pull-xl-9-12 {
	right:75%
}
.pattern .col-pull-xl-10-12 {
	right:83.33333%
}
.pattern .col-pull-xl-11-12 {
	right:91.66667%
}
.pattern .col-offset-xl-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-xl-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-xl-3-12 {
	margin-left:25%
}
.pattern .col-offset-xl-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-xl-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-xl-6-12 {
	margin-left:50%
}
.pattern .col-offset-xl-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-xl-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-xl-9-12 {
	margin-left:75%
}
.pattern .col-offset-xl-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-xl-11-12 {
	margin-left:91.66667%
}
}
@media only screen and (min-width:48em) {
	.pattern .col-push-hd-1-2 {
	left:50%
}
.pattern .col-push-hd-1-3 {
	left:33.33333%
}
.pattern .col-push-hd-2-3 {
	left:66.66667%
}
.pattern .col-push-hd-1-4 {
	left:25%
}
.pattern .col-push-hd-2-4 {
	left:50%
}
.pattern .col-push-hd-3-4 {
	left:75%
}
.pattern .col-push-hd-1-5 {
	left:20%
}
.pattern .col-push-hd-2-5 {
	left:40%
}
.pattern .col-push-hd-3-5 {
	left:60%
}
.pattern .col-push-hd-4-5 {
	left:80%
}
.pattern .col-push-hd-1-6 {
	left:16.66667%
}
.pattern .col-push-hd-2-6 {
	left:33.33333%
}
.pattern .col-push-hd-3-6 {
	left:50%
}
.pattern .col-push-hd-4-6 {
	left:66.66667%
}
.pattern .col-push-hd-5-6 {
	left:83.33333%
}
.pattern .col-push-hd-1-10 {
	left:10%
}
.pattern .col-push-hd-2-10 {
	left:20%
}
.pattern .col-push-hd-3-10 {
	left:30%
}
.pattern .col-push-hd-4-10 {
	left:40%
}
.pattern .col-push-hd-5-10 {
	left:50%
}
.pattern .col-push-hd-6-10 {
	left:60%
}
.pattern .col-push-hd-7-10 {
	left:70%
}
.pattern .col-push-hd-8-10 {
	left:80%
}
.pattern .col-push-hd-9-10 {
	left:90%
}
.pattern .col-push-hd-1-12 {
	left:8.33333%
}
.pattern .col-push-hd-2-12 {
	left:16.66667%
}
.pattern .col-push-hd-3-12 {
	left:25%
}
.pattern .col-push-hd-4-12 {
	left:33.33333%
}
.pattern .col-push-hd-5-12 {
	left:41.66667%
}
.pattern .col-push-hd-6-12 {
	left:50%
}
.pattern .col-push-hd-7-12 {
	left:58.33333%
}
.pattern .col-push-hd-8-12 {
	left:66.66667%
}
.pattern .col-push-hd-9-12 {
	left:75%
}
.pattern .col-push-hd-10-12 {
	left:83.33333%
}
.pattern .col-push-hd-11-12 {
	left:91.66667%
}
.pattern .col-pull-hd-1-2 {
	right:50%
}
.pattern .col-pull-hd-1-3 {
	right:33.33333%
}
.pattern .col-pull-hd-2-3 {
	right:66.66667%
}
.pattern .col-pull-hd-1-4 {
	right:25%
}
.pattern .col-pull-hd-2-4 {
	right:50%
}
.pattern .col-pull-hd-3-4 {
	right:75%
}
.pattern .col-pull-hd-1-5 {
	right:20%
}
.pattern .col-pull-hd-2-5 {
	right:40%
}
.pattern .col-pull-hd-3-5 {
	right:60%
}
.pattern .col-pull-hd-4-5 {
	right:80%
}
.pattern .col-pull-hd-1-6 {
	right:16.66667%
}
.pattern .col-pull-hd-2-6 {
	right:33.33333%
}
.pattern .col-pull-hd-3-6 {
	right:50%
}
.pattern .col-pull-hd-4-6 {
	right:66.66667%
}
.pattern .col-pull-hd-5-6 {
	right:83.33333%
}
.pattern .col-pull-hd-1-10 {
	right:10%
}
.pattern .col-pull-hd-2-10 {
	right:20%
}
.pattern .col-pull-hd-3-10 {
	right:30%
}
.pattern .col-pull-hd-4-10 {
	right:40%
}
.pattern .col-pull-hd-5-10 {
	right:50%
}
.pattern .col-pull-hd-6-10 {
	right:60%
}
.pattern .col-pull-hd-7-10 {
	right:70%
}
.pattern .col-pull-hd-8-10 {
	right:80%
}
.pattern .col-pull-hd-9-10 {
	right:90%
}
.pattern .col-pull-hd-1-12 {
	right:8.33333%
}
.pattern .col-pull-hd-2-12 {
	right:16.66667%
}
.pattern .col-pull-hd-3-12 {
	right:25%
}
.pattern .col-pull-hd-4-12 {
	right:33.33333%
}
.pattern .col-pull-hd-5-12 {
	right:41.66667%
}
.pattern .col-pull-hd-6-12 {
	right:50%
}
.pattern .col-pull-hd-7-12 {
	right:58.33333%
}
.pattern .col-pull-hd-8-12 {
	right:66.66667%
}
.pattern .col-pull-hd-9-12 {
	right:75%
}
.pattern .col-pull-hd-10-12 {
	right:83.33333%
}
.pattern .col-pull-hd-11-12 {
	right:91.66667%
}
.pattern .col-offset-hd-1-12 {
	margin-left:8.33333%
}
.pattern .col-offset-hd-2-12 {
	margin-left:16.66667%
}
.pattern .col-offset-hd-3-12 {
	margin-left:25%
}
.pattern .col-offset-hd-4-12 {
	margin-left:33.33333%
}
.pattern .col-offset-hd-5-12 {
	margin-left:41.66667%
}
.pattern .col-offset-hd-6-12 {
	margin-left:50%
}
.pattern .col-offset-hd-7-12 {
	margin-left:58.33333%
}
.pattern .col-offset-hd-8-12 {
	margin-left:66.66667%
}
.pattern .col-offset-hd-9-12 {
	margin-left:75%
}
.pattern .col-offset-hd-10-12 {
	margin-left:83.33333%
}
.pattern .col-offset-hd-11-12 {
	margin-left:91.66667%
}
}
.pattern {
	position:relative;
	width:100%
}
.pattern:before,.pattern:after {
	content:"";
	display:table;
	clear:both
}
.pattern .image {
	display:block;
	margin:0
}
.pattern img {
	display:block;
	width:100%;
	height:auto
}
.pattern .headline,.pattern .subheadline {
	margin:0
}
.pattern .headline,.pattern .subheadline,.pattern .textblock p,.pattern .introtext p {
	text-align:inherit
}
.pattern .headline {
	font-size:2.4rem;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:-.03em
}
.pattern .subheadline {
	font-size:1.6rem;
	font-weight:600
}
.pattern .introtext p {
	font-size:1.15rem;
	line-height:1.4
}
.pattern .textblock ul {
	margin-left:0;
	list-style:none
}
.pattern .textblock ul li {
	position:relative;
	padding-left:1.2em
}
.pattern .textblock ul li:before {
	position:absolute;
	content:'\25A0';
	top:-.1em;
	left:0;
	font-size:1em;
	color:#8a8b8a
}
.textalign-left,.col-center.textalign-left {
	text-align:left
}
.textalign-center,.col-center.textalign-center {
	text-align:center
}
.textalign-right,.col-center.textalign-right {
	text-align:right
}
.pattern .imagecaption {
	padding:1em 0 0 0;
	font-size:.85rem;
	line-height:1.2;
	font-style:italic
}
@media screen and (min-width:64em) {
	.pattern .headline {
	font-size:3.2rem
}
}
.pattern.is-inverted .headline,.pattern.is-inverted .subheadline,.pattern.is-inverted .textblock p,.pattern.is-inverted .textblock ul,.pattern.is-inverted .introtext p {
	color:#fff
}
@media (max-width:37.4375em) {
	.pattern .container {
	padding:.9375rem
}
}
.pattern .container--spacenone,.pattern__content.spacenone {
	padding-top:0;
	padding-bottom:0
}
@media (min-width:37.5em) {
	.pattern .container--spacetop,.pattern__content.spacetop {
	padding-top:3rem;
	padding-bottom:0
}
}
@media (min-width:56.25em) {
	.pattern .container--spacetop,.pattern__content.spacetop {
	padding-top:6rem;
	padding-bottom:0
}
}
@media (min-width:37.5em) {
	.pattern .container--spacebottom,.pattern__content.spacebottom {
	padding-top:0;
	padding-bottom:3rem
}
}
@media (min-width:56.25em) {
	.pattern .container--spacebottom,.pattern__content.spacebottom {
	padding-top:0;
	padding-bottom:6rem
}
}
@media (min-width:37.5em) {
	.pattern .container--spaceboth,.pattern__content.spaceboth {
	padding-top:3rem;
	padding-bottom:3rem
}
}
@media (min-width:56.25em) {
	.pattern .container--spaceboth,.pattern__content.spaceboth {
	padding-top:6rem;
	padding-bottom:6rem
}
}

.pattern--filter .pattern__content,.pattern--productlist .pattern__content {
	max-width:100em
}
.pattern .row,.pattern .container,.pattern__content {
	max-width:75em
}
.ctlg--jobs .ctlg__results .o-card--job:first-child {
	margin-top:0
}
.jd-card__content {
	overflow:hidden
}
.jd-card__headline {
	font-size:1rem;
	-ms-word-break:break-all;
	word-break:break-all;
	word-break:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto
}
.jd-card--product .jd-card__copy {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:1.6rem;
	opacity:1;
	background-color:#fff;
	border-radius:0 0 4px 4px;
	transition:all 0.45s ease-in-out;
	transform:translateY(100%);
	opacity:0;
	box-shadow:0 0 15px rgba(0,0,0,.15)
}
@media (min-width:75em) {
	.jd-card--product .jd-card__copy {
	padding:2.5rem
}
}
.jd-card--product:hover .jd-card__copy {
	transform:translateY(0);
	opacity:1
}
.jd-card--product .jd-card__headline,.jd-card--page .jd-card__headline {
	text-align:center!important
}
.jd-card--compact .jd-card__headline {
	text-align:left!important
}
.jd-card--product .jd-card__text,.jd-card--page .jd-card__text {
	padding-left:1em!important;
	padding-right:1em!important
}