/*=== acymailing ===*/

.acy_onefield .refreshCaptchaModule{
  margin-right:2.4em;
}

.acymailing_form .checkbox{
  display:inline-block;
  vertical-align:bottom;
}

/*=== article ===*/

	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5 {
		text-align: center;
		margin-bottom: .5em;
		margin-top: 3em;
	}
	
	.article p {
		margin-bottom: 1em;
		margin-left: 0;
		line-height: 1.75em;
		font-size: 1.2em;
	}
	
	.article sup {
		top: -.5em;
		left: .15em;
		font-size: 65%;
		font-weight: 400;
	}
	
	.article figure {
		margin-top: 3em;
		margin-bottom: 1.5em;
	}
	
	.article figcaption {
		padding: 1em;
		padding-top: .5em;
		text-align: center;
	}

    .article__header{
      	margin-top: 5em;
    	margin-bottom: 1em;
        text-align:center;
    }
	
	.article__header h1{
        margin:0;
    }

	.article__header-sub {
        font-size: 1em;
        color: #999;	
	}

	.article__info {
		position: relative;
		padding: 1em 2em;
		margin: 4em 0;
		font-style: italic;
	}
	
	.article__info:before {
		content: "";
		height: 100%;
		width: 2px;
		position: absolute;
		top: 0;
		left: 1em;
		background-color: #d9d9d9;
	}
	
	.article__info:after {
		content: "*";
		position: absolute;
		top: 0;
		left: -.25em;
		font-size: 2em;
		color: #777;
	}

	.article__footer {
		margin: 10em 0;
	}
	
	.article__footer ul li,
	.article__footer ol li {
		margin-bottom: 1em;
	}
	
	.article__footer ul li {
		list-style: none;
	}
	
	.article__footer-section {
		margin: 3em 0;
	}
	
	.article__footer-heading {
		margin-bottom: 1em;
		font-size: 1.2em;
		text-align: center;
	}
	
	.article__footer-content--small {
		font-size: 85%;
	}
	
/* article */


	
	
/*=== article-index ==*/

	.article-index {
		margin: 0;
		padding: 0;
		width: auto;
		border: none;
		margin-top: 2em;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	
	.article-index ol {
		counter-reset: item;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.article-index ol>li {
		counter-increment: item;
	}
	
	.article-index ol:first-child>li:before {
		content: counter(item);
		margin-right: .5em;
		font-size: 1.25em;
	}
	
	.article-index ol ol {
		counter-reset: item;
		margin-bottom: .5em;
	}
	
	.article-index ol ol>li {
		display: block;
		padding-left: 2em;
	}
	
	.article-index ol ol>li a {
		font-weight: 100 !important;
	}
	
	.article-index ol ol>li:before {
		content: counters(item, ".");
		margin-right: .5em;
	}
	
	
	.article-index__heading {
		position: relative;
		font-size: 1.5em;
		margin-bottom: .5em;
		text-align: center;
		padding: .15em 1em;
		cursor: pointer;
		padding-left: 1.5em;
		border: 1px solid transparent;
		z-index: 1;
		transition: all .5s ease-out;
	}
	
	.article-index__heading:not(.collapsed) {
		margin-bottom: -2em;
		transition: all .25s ease-out;
	}
	
	.article-index__heading.collapsed {
		background-color: #f5f5f5;
		border: 1px solid #d8dadb;
	}
	
	.article-index__heading i {
		position: absolute;
		left: 1em;
		margin-top: .75em;
		font-size: .6em;
		opacity: .7;
	}
	
	.article-index__content-wrap {
		background-color: #f5f5f5;
		padding: 1em 2em;
		padding-top: 3.5em;
		border: 1px solid #d8dadb;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
	}
	
/* article-index */	



/*=== article-banner ===*/
	
	.article-banner {
		position: relative;
		margin: 6em -40px;
		background-color: #141414;
		color: #fff;
		z-index: 1;
	}
	
	.article-banner [data-toggle="collapse"] {
		cursor: pointer;
		transition: all .3s ease-out;
	}
	
	.article-banner [data-toggle="collapse"].collapsed:hover {
		transform: translateY(-.25em);
		transition: all .15s ease-out;
	}
	
	.article-banner--iq-factors:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		background-attachment: fixed;
		z-index: -1;
		opacity: .15;
	}
	
	.article-banner--iq-factors:before {
		background-image: url(/content/other/_website/logo_iq.svg);
	}
	
	
	.article-banner__heading {
		font-size: 1.4em;
		line-height: 1em;
	}
	
	.article-banner--iq-factors .article-banner__heading:before {
		position: relative;
		height: 1em;
		width: 1em;
		top: .1em;
		margin-right: .25em;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.article-banner--iq-factors .article-banner__content--solutions .article-banner__heading:before {
		content: "";
		background-image: url("/content/home/products/iq-grey.jpg");
	}
	
	.article-banner--iq-factors .article-banner__content--lab .article-banner__heading:before {
		content: "";
		background-image: url("/content/home/products/iq-orange.jpg");
	}
	
	.article-banner__heading--lg {
		font-size: 2em;
		padding: 2em;
	}
	
	.article-banner__content-wrap {
		padding: 2em;
	}
	
	.article-banner__content {
		position: relative;
		padding: 1em 1.5em;
		margin: 0 2em;
		margin-bottom: 2em;
		background-color: #333;
		transition: all .3s ease-out;
		cursor: pointer;
	}
	
	.article-banner__content:hover {
		transform: translateY(-.5em);
		transition: all .15s ease-out;
	}
	
	.article-banner__content .article-banner__heading {
		margin-bottom: .5em;
	}
	
/* article-banner */



