
/* Button */
.button_cust {
	width: auto;
	min-width: 276px;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background: #0078c9;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 12px 30px 14px 30px;
	margin: 0;
}

	.button_cust:hover,
	.button_cust:focus,
	.button_cust:active,
	.button_cust:active:focus,
	.button_cust.active,
	.button_cust.active:focus,
	.button_cust:not(:disabled):not(.disabled).active {
		color: #0078c9;
		text-decoration: none;
		background: #ffffff;
		box-shadow: inset #0078c9 0 0 0 2px;
		outline: 0;
	}

.button_blank {
	color: #0078c9;
	background: #ffffff;
	box-shadow: inset #0078c9 0 0 0 2px;
}

	.button_blank:hover,
	.button_blank:focus,
	.button_blank:active,
	.button_blank:active:focus,
	.button_blank.active,
	.button_blank.active:focus,
	.button_blank:not(:disabled):not(.disabled).active {
		color: #ffffff;
		background: #0078c9;
		box-shadow: inset #0078c9 0 0 0 2px;
	}

.button_white {
	color: #ffffff;
	background: none;
	box-shadow: inset #ffffff 0 0 0 2px;
}

	.button_white:hover,
	.button_white:focus,
	.button_white:active,
	.button_white:active:focus,
	.button_white.active,
	.button_white.active:focus,
	.button_white:not(:disabled):not(.disabled).active {
		color: #0078c9;
		background: #ffffff;
		box-shadow: inset #ffffff 0 0 0 2px;
	}

@media (max-width:1199px) {
	.button_cust {
		min-width: 232px;
		font-size: 20px;
		line-height: 28px;
		padding: 13px 30px 15px 30px;
	}
}

@media (max-width:767px) {
	.button_cust {
		min-width: 200px;
		font-size: 18px;
		line-height: 24px;
		padding: 13px 30px 14px 30px;
	}
}


/* Cust_UL_List */
.cust_ul_list ul {
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 500px;
}

.cust_ul_list li {
	font-size: 24px;
	line-height: 30px;
	position: relative;
	padding: 0 0 10px 24px;
}

	.cust_ul_list li:last-child {
		padding-bottom: 0;
	}

	.cust_ul_list li::before {
		content: "";
		width: 8px;
		height: 8px;
		float: left;
		background: #0078C9;
		position: absolute;
		top: 12px;
		left: 0;
	}

@media (max-width:1199px) {

	.cust_ul_list ul {
		font-size: 20px;
	}

	.cust_ul_list li {
		font-size: 22px;
		line-height: 26px;
	}

		.cust_ul_list li::before {
			top: 6px;
			width: 7px;
			height: 7px;
		}
}

@media (max-width:767px) {
	.cust_ul_list ul {
		font-size: 18px;
		line-height: 24px;
	}
}



/* Read_More */
.read_more {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: bolder;
	color: #0078C9;
	line-height: 30px;
}

	.read_more a {
		float: none;
		display: inline;
		color: #0078C9;
		border-bottom: 1px solid #0078C9;
	}

		.read_more a:hover,
		.read_more a:focus,
		.read_more a:active {
			color: #003057;
			border-bottom-color: #003057;
		}

@media (max-width:1199px) {
	.read_more {
		font-size: 20px;
		line-height: 10px;
	}
}

@media (max-width:767px) {
	.read_more {
		font-size: 20px;
		line-height: 26px;
	}
}


/* Sub_Heading */
.sub_heading {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #000000;
	line-height: 32px;
	border-bottom: 1px solid #707070;
	padding-bottom: 15px;
	margin-bottom: 32px;
}

@media (max-width:1199px) {
	.sub_heading {
		font-size: 22px;
		line-height: 32px;
		padding-bottom: 12px;
		margin-bottom: 25px;
	}
}

@media (max-width:767px) {
	.sub_heading {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

/* Sub_Description */
.sub_description {
	font-size: 22px;
	margin: 0 !important;
}

@media (max-width:1199px) {
	.sub_description {
		font-size: 20px;
		margin: 0 !important;
	}
}

@media (max-width:767px) {
	.sub_description {
		font-size: 18px;
		margin: 0 !important;
	}
}

/* Hero - Main */
.hero_main {
	width: 100%;
	font-weight: 400;
	font-size: 26px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/New_Hero_Spec_Chem.jpg);
	min-height: 446px;
}


	.hero_main .figure {
		width: 100%;
		height: 100%;
		float: left;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}


@media (max-width:1590px) {
	.hero_main {
		/*min-height: 44%;*/
		background-position-x: 100%;
		font-size: 26px;
	}
}

@media (max-width:1450px) {
	.hero_main {
		/*min-height: 42%;*/
	}

		.hero_main .aside h1,
		.hero_main .aside .h1 {
			/*line-height: 50px !important;*/
			margin-bottom: 20px;
		}
}

@media (max-width:1199px) {

	.hero_main .aside h1,
	.hero_main .aside .h1 {
		line-height: 50px !important;
		margin-bottom: 20px;
	}
}

@media (max-width:1360px) {
	.hero_main {
		/*min-height: 0;*/
		line-height: 30px;
	}
}

@media (max-width:1199px) {
	.hero_main {
		min-height: 0;
	}
}


.hero_main .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.hero_main .aside {
	max-width: 720px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 20px 0px 20px 0px;
}

	.hero_main .aside h1,
	.hero_main .aside .h1 {
		font-size: 74px;
		line-height: 89px;
		margin-bottom: 40px;
		font-weight: 500;
	}

		.hero_main .aside h1:last-child,
		.hero_main .aside .h1:last-child {
			margin-bottom: 0;
		}

	.hero_main .aside p:last-child {
		margin-bottom: 0;
	}

@media (max-width:2400px) {
	.hero_main .aside p, .hero_main .aside h1 {
		max-width: 900px;
	}
}

@media (max-width:1199px) {
	.hero_main .aside p, .hero_main .aside h1 {
		max-width: 560px;
	}

	.hero_main .aside p {
		font-size: 24px;
	}
}

@media (max-width:768px) {
	.hero_main .aside p, .hero_main .aside h1 {
		max-width: 360px;
	}
}



@media (min-width:1199px) {
	.hero_main .aside {
		margin-right: 5%;
	}
}

@media (max-width:1199px) {

	.hero_main .aside {
		max-width: 560px;
		padding: 50px 0px 50px 0px;
	}

		.hero_main .aside h1,
		.hero_main .aside .h1 {
			font-size: 45px;
			margin-bottom: 20px;
		}
}

@media (max-width:767px) {
	.hero_main {
		font-size: 26px;
		line-height: 28px;
	}

		.hero_main .aspenMission__container {
			padding: 0 30px;
		}

		.hero_main .aside {
			padding: 8px 0px 41px 0px;
		}

			.hero_main .aside h1,
			.hero_main .aside .h1 {
				font-size: 45px;
				line-height: 56px;
				margin-bottom: 10px;
			}
}

.left-align-hero {
	max-width: none !important;
	float: left !important;
}

@media screen and (max-width: 1199px) {
	.hero_main > .aspenMission__container {
		padding-left: 50px;
	}
}

@media screen and (max-width: 767px) {
	.hero_main > .aspenMission__container {
		padding-left: 30px;
	}
}


.button_contactus {
	position: absolute;
	top: 0;
	right: 36px;
}

	.button_contactus .button_cust {
		min-width: 158px;
		color: #000000;
		box-shadow: none;
		background: #ffc425;
		padding: 5px 20px 8px 20px;
		margin-right: 5px;
	}

		.button_contactus .button_cust:nth-child(1) {
			/*margin-right: 9px;*/
		}

		.button_contactus .button_cust:hover,
		.button_contactus .button_cust:focus,
		.button_contactus .button_cust:active,
		.button_contactus .button_cust:active:focus,
		.button_contactus .button_cust.active,
		.button_contactus .button_cust.active:focus,
		.button_contactus .button_cust:not(:disabled):not(.disabled).active {
			color: #000000;
			background: #ffad15;
		}

@media (max-width:1199px) {
	.button_contactus {
		right: 0px;
	}

		.button_contactus .button_cust {
			min-width: 148px;
			padding: 6px 20px 8px 20px;
		}
}

@media (max-width:767px) {
	.button_contactus {
		width: 100%;
		text-align: center;
	}

		.button_contactus .button_cust {
			min-width: 128px;
			padding: 6px 20px 7px 20px;
		}
}

@media (max-width:440px) {
	.button_contactus .button_cust:nth-child(3) {
		margin-top: 5px;
	}
}


/* Split - Cont */
.split_cont {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}

	.split_cont .aspenMission__container {
		max-width: 1710px;
	}

	.split_cont .box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		padding: 120px 0 155px 0;
	}

		.split_cont .box .figure {
			/*width: 38.70%;*/
			padding: 0 40px 0 0;
		}

			.split_cont .box .figure img {
				max-width: 100%;
			}

		.split_cont .box .aside {
			/*width: 61.30%;*/
			font-size: 26px;
			line-height: 42px;
			border-left: 1px solid #707070;
			padding: 0 0 0 40px;
		}

			.split_cont .box .aside p {
				margin-top: -10px;
				margin-bottom: 35px;
			}

				.split_cont .box .aside p:last-child {
					margin-bottom: 0;
				}

			.split_cont .box .aside .cust_ul_list {
				max-width: 520px;
			}

			.split_cont .box .aside .button_out {
				width: 100%;
				overflow: hidden;
				margin-left: 0px;
			}

			.split_cont .box .aside .txt-max {
				width: 100%;
				max-width: 800px;
				float: left;
				padding-bottom: 50px;
			}

				.split_cont .box .aside .txt-max:last-child {
					padding-bottom: 0;
				}

@media (max-width:1199px) {
	.split_cont .box {
		padding: 100px 0;
	}

	.split_cont .aspenMission__container {
		padding: 0 50px;
	}

	.split_cont .box .figure {
		width: 40%;
		padding: 0 40px 0 0;
	}

		.split_cont .box .figure img {
			max-width: 100%;
		}

	.split_cont .box .aside {
		width: 60%;
		font-size: 26px;
		line-height: 42px;
		padding: 0 0 0 40px;
	}

		.split_cont .box .aside p {
			margin-bottom: 30px;
		}

			.split_cont .box .aside p:last-child {
				margin-bottom: 0;
			}

		.split_cont .box .aside .txt-max {
			max-width: 100%;
			padding-bottom: 50px;
		}
}

@media (max-width:767px) {
	.split_cont .box {
		padding: 80px 0;
	}

	.split_cont .aspenMission__container {
		padding: 0 30px;
	}

	.split_cont .box .figure {
		width: 100%;
		text-align: center;
		padding: 0;
	}

		.split_cont .box .figure img {
			max-width: 100%;
		}

	.split_cont .box .aside {
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		border-left: none;
		padding: 0;
	}

		.split_cont .box .aside p {
			margin-bottom: 25px;
		}

			.split_cont .box .aside p:last-child {
				margin-bottom: 0;
			}

		.split_cont .box .aside .button_out {
			text-align: center;
			margin-left: 0px;
		}

		.split_cont .box .aside .txt-max {
			padding-bottom: 40px;
			padding-top: 20px;
		}
}


/* Two - Col - Articles */
.two_col_articles {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	padding: 0 0 140px 0;
}

	.aspenMission__container,
	.two_col_articles .aspenMission__container {
		max-width: 1710px;
	}

	.two_col_articles .row {
		padding: 0 0 100px 0;
		margin: 0;
	}

		.two_col_articles .row:last-child {
			padding-bottom: 0;
		}

		.two_col_articles .row > div {
			padding: 0;
			margin: 0;
		}

			.two_col_articles .row > div .aside {
				width: 100%;
				padding: 0 0 0 40px;
			}

				.two_col_articles .row > div .aside h2,
				.two_col_articles .row > div .aside .h2 {
					font-weight: 700;
					font-size: 34px;
					color: #0078c9;
					line-height: 39px;
					text-transform: none;
				}

					.two_col_articles .row > div .aside h2:last-child,
					.two_col_articles .row > div .aside .h2:last-child {
						margin-bottom: 0;
					}

				.two_col_articles .row > div .aside .cust_ul_list {
					margin-bottom: 25px;
				}

					.two_col_articles .row > div .aside .cust_ul_list:last-child {
						margin-bottom: 10;
					}

					.two_col_articles .row > div .aside .cust_ul_list li:last-child {
						padding-bottom: 0;
					}

				.two_col_articles .row > div .aside .read_more {
					padding: 0 0 0 25px;
				}

			.two_col_articles .row > div .figure {
				width: 100%;
				text-align: center;
				overflow: hidden;
			}

				.two_col_articles .row > div .figure img {
					width: 100%;
				}

		.two_col_articles .row:nth-child(odd) > div:first-child {
			left: 33.33%;
		}

		.two_col_articles .row:nth-child(odd) > div:nth-child(2) {
			right: 66.66%;
		}

		.two_col_articles .row:nth-child(odd) > div .aside {
			padding-left: 0;
			padding-right: 34px;
		}

@media (max-width:1199px) {
	.two_col_articles {
		padding: 0 0 100px 0;
	}

		.two_col_articles .aspenMission__container {
			padding: 0;
		}

		.two_col_articles .row {
			padding: 0 0 80px 0;
		}

			.two_col_articles .row > div .figure img {
				min-width: 700px;
				margin: 0 -350px;
			}

			.two_col_articles .row > div .aside {
				width: 100%;
				padding: 0 50px 0 40px;
			}

				.two_col_articles .row > div .aside h2,
				.two_col_articles .row > div .aside .h2 {
					font-size: 32px;
					line-height: 34px;
					margin-bottom: 30px;
				}

				.two_col_articles .row > div .aside .cust_ul_list {
					margin-bottom: 30px;
				}

			.two_col_articles .row:nth-child(odd) > div:first-child {
				left: 50%;
			}

			.two_col_articles .row:nth-child(odd) > div:nth-child(2) {
				right: 50%;
			}

			.two_col_articles .row:nth-child(odd) > div .aside {
				padding-left: 50px;
				padding-right: 40px;
			}
}

@media (min-width:992px) and (max-width:1199px) {
	.two_col_articles .row > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:767px) {
	.two_col_articles {
		padding: 0;
	}

		.two_col_articles .row {
			padding: 0;
		}

			.two_col_articles .row > div .figure img {
				min-width: 960px;
				margin: 0 0 0 -130px;
			}

			.two_col_articles .row > div .aside {
				width: 100%;
				padding: 30px 30px 60px 30px;
			}

				.two_col_articles .row > div .aside h2,
				.two_col_articles .row > div .aside .h2 {
					font-size: 28px;
					line-height: 34px;
					margin-bottom: 20px;
				}

				.two_col_articles .row > div .aside .cust_ul_list {
					margin-bottom: 30px;
				}

				.two_col_articles .row > div .aside .read_more {
					padding: 0 0 0 25px;
				}

			.two_col_articles .row:nth-child(odd) > div:first-child {
				left: 0;
			}

			.two_col_articles .row:nth-child(odd) > div:nth-child(2) {
				right: 0;
			}

			.two_col_articles .row:nth-child(odd) > div .aside {
				padding-left: 30px;
				padding-right: 30px;
			}
}


/* Partner_Optimize */
.partner_optimize {
	width: 100%;
	background: #ffffff url(../img/optimize_upstream_bg.png) no-repeat center center;
	background-size: cover;
	border-top: 1px solid #e2e2e2;
	box-shadow: #cce4f4 0 -10px 0 0;
	position: relative;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 10px 0 0 0;
}

	.partner_optimize::before {
		content: "";
		width: 100%;
		height: 14px;
		float: left;
		background: #003d68;
		background: linear-gradient(90deg, #003d68 0%, #003d68 35%, #0178c8 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.partner_optimize .aspenMission__container {
		max-width: 1710px;
	}

	.partner_optimize .box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: end;
	}

		.partner_optimize .box .figure {
			width: 39%;
			text-align: center;
			overflow: hidden;
		}

			.partner_optimize .box .figure img {
				width: 100%;
			}

		.partner_optimize .box .aside {
			width: 61%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 0 15px 30px 0;
		}

			.partner_optimize .box .aside .optimize-txt {
				width: 100%;
				overflow: hidden;
				margin-bottom: 24px;
			}

				.partner_optimize .box .aside .optimize-txt:last-child {
					margin-bottom: 0;
				}

				.partner_optimize .box .aside .optimize-txt img {
					width: 100%;
					max-width: 873px;
				}

			.partner_optimize .box .aside .bottom_txt {
				width: 100%;
				font-weight: 300;
				font-size: 32px;
				color: #003058;
				line-height: 40px;
				overflow: hidden;
			}

				.partner_optimize .box .aside .bottom_txt strong {
					font-weight: 700;
					color: #0078c9;
				}

			.partner_optimize .box .aside .button_out {
				width: 100%;
				text-align: right;
				margin-bottom: 30px;
			}

@media (max-width:1199px) {
	.partner_optimize {
		box-shadow: #cce4f4 0 -8px 0 0;
		padding: 40px 0 0 0;
		margin: 8px 0 0 0;
	}

		.partner_optimize::before {
			height: 10px;
		}

		.partner_optimize .aspenMission__container {
			padding: 0 50px;
		}

		.partner_optimize .box {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			align-items: end;
		}

			.partner_optimize .box .figure {
				width: 39%;
				text-align: center;
				overflow: hidden;
				margin: 0 -6.8% 0 0;
			}

				.partner_optimize .box .figure img {
					width: 100%;
				}

			.partner_optimize .box .aside {
				padding: 0 40px 70px 0;
			}

				/*.partner_optimize .box .aside .optimize-txt {
                    margin-bottom: 0;
                }*/

				.partner_optimize .box .aside .optimize-txt img {
					max-width: 390px;
				}

	/*.partner_optimize .box .aside .bottom_txt {
                    display: none;
                }

                .partner_optimize .box .aside .button_out {
                    display: none;
                }*/
}

@media (max-width:767px) {
	.partner_optimize {
		background: #ffffff url(../img/optimize_upstream_bg-mbl.png) no-repeat bottom center;
		background-size: 100% auto;
		box-shadow: #cce4f4 0 -6px 0 0;
		padding: 40px 0 0 0;
		margin: 6px 0 0 0;
	}

		.partner_optimize::before {
			height: 6px;
		}

		.partner_optimize .aspenMission__container {
			padding: 0 30px;
		}

		.partner_optimize .box {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			align-items: end;
		}

			.partner_optimize .box .figure {
				width: 115%;
				padding: 0 0 0 20px;
				margin: 0 -15% 0 0;
			}

				.partner_optimize .box .figure img {
					width: 100%;
				}

			.partner_optimize .box .aside {
				width: 100%;
				padding: 0 0 75px 0;
			}

				.partner_optimize .box .aside .optimize-txt {
					order: 1;
					margin-bottom: 50px;
				}

					.partner_optimize .box .aside .optimize-txt img {
						max-width: 375px;
					}

				.partner_optimize .box .aside .bottom_txt {
					display: block;
					order: 2;
					font-size: 24px;
					line-height: 32px;
					text-align: right;
					padding-bottom: 50px;
				}

					.partner_optimize .box .aside .bottom_txt strong {
						font-weight: 700;
						color: #0078c9;
					}

				.partner_optimize .box .aside .button_out {
					display: block;
					order: 3;
					text-align: right;
					margin-bottom: 0;
				}
}


/* Solutions_Tabs */
.solutions_tabs {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background-color: rgb(231, 241, 248);
}

	.solutions_tabs .aspenMission__container {
		max-width: 1710px;
		position: static;
	}

	.solutions_tabs .icon_close {
		float: right;
		display: none;
		position: absolute;
		top: 12px;
		right: 30px;
	}

		.solutions_tabs .icon_close a {
			float: left;
			font-weight: 300;
			font-size: 20px;
			color: #000000;
			line-height: 30px;
			position: relative;
			padding: 0 28px 0 0;
		}

			.solutions_tabs .icon_close a::before {
				content: "";
				width: 14px;
				height: 16px;
				float: left;
				background: url(/_Images/icon_close.png) no-repeat center center;
				background-size: 100% auto;
				position: absolute;
				top: 10px;
				right: 0;
			}

	.solutions_tabs .sub_heading {
		margin-bottom: 56px;
	}

	.solutions_tabs .box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.solutions_tabs .box .tab_links {
			width: 32.60%;
		}

			.solutions_tabs .box .tab_links ul {
				width: 100%;
				padding: 0;
				margin: 0 0 -10px 0;
			}

				.solutions_tabs .box .tab_links ul li {
					width: 100%;
					padding: 0;
					margin: 0 0 10px 0;
				}

					.solutions_tabs .box .tab_links ul li a {
						width: 100%;
						float: left;
						font-weight: 700;
						font-size: 28px;
						color: rgba(0, 0, 0, 0.33);
						line-height: 36px;
						background: rgba(250, 250, 250, 0.40);
						box-shadow: inset #fcfcfc 23px 0 0 0;
						padding: 10px 40px 10px 40px;
						margin-bottom: 5px;
					}

						.solutions_tabs .box .tab_links ul li a.active {
							color: rgba(0, 0, 0, 1);
							background: #ffffff;
							box-shadow: inset #ffc425 23px 0 0 0;
						}

		.solutions_tabs .box .tab-content {
			width: 67.40%;
			font-size: 30px;
			line-height: 44px;
			padding: 0 9%;
		}

			.solutions_tabs .box .tab-content .aside {
				width: 100%;
				overflow: hidden;
			}

				.solutions_tabs .box .tab-content .aside h2,
				.solutions_tabs .box .tab-content .aside .h2 {
					font-weight: 600;
					font-size: 40px;
					line-height: 46px;
					text-transform: none;
					margin-bottom: 36px;
				}

					.solutions_tabs .box .tab-content .aside h2:last-child,
					.solutions_tabs .box .tab-content .aside .h2:last-child {
						margin-bottom: 0;
					}

				.solutions_tabs .box .tab-content .aside p {
					margin-bottom: 35px;
				}

				/*.solutions_tabs .box .tab-content .aside p:last-child {
	margin-bottom: 0;
}*/

				.solutions_tabs .box .tab-content .aside ul.checkmarks {
					list-style: none;
					padding: 0 0 100px 0;
					margin: 0 0 -28px 0;
				}

					/*.solutions_tabs .box .tab-content .aside ul.checkmarks:last-child {
	padding-bottom: 0;
}*/

					.solutions_tabs .box .tab-content .aside ul.checkmarks li {
						position: relative;
						padding: 0;
						margin: 0 0 28px 0;
					}

						.solutions_tabs .box .tab-content .aside ul.checkmarks li::before {
							content: "";
							width: 29px;
							height: 33px;
							float: left;
							background: url(/_Images/icon_check.png) no-repeat center center;
							background-size: 29px auto;
							position: relative;
							margin-right: 10px;
							margin-bottom: 12px;
							top: 6px;
							left: 0;
						}

				.solutions_tabs .box .tab-content .aside .button_out {
					width: 100%;
					text-align: right;
				}

@media (max-width:1199px) {
	.solutions_tabs {
		padding: 80px 0;
	}

		.solutions_tabs .aspenMission__container {
			padding: 0 50px;
		}

		.solutions_tabs .sub_heading {
			margin-bottom: 40px;
		}

		.solutions_tabs .box .tab_links {
			width: 100%;
			padding: 0 0 60px 0;
		}

			.solutions_tabs .box .tab_links ul {
				width: 100%;
				padding: 0;
			}

				.solutions_tabs .box .tab_links ul li {
					width: 100%;
					padding: 0;
				}

					.solutions_tabs .box .tab_links ul li a {
						box-shadow: inset #fcfcfc 18px 0 0 0;
						padding: 15px 35% 15px 40px;
					}

		.solutions_tabs .box .tab-content {
			width: 100%;
			font-size: 30px;
			line-height: 44px;
			padding: 0;
		}

			.solutions_tabs .box .tab-content .aside p {
				margin-bottom: 30px;
			}

			.solutions_tabs .box .tab-content .aside ul.checkmarks {
				padding: 0 0 80px 0;
				margin: 0 0 -22px 0;
			}

				.solutions_tabs .box .tab-content .aside ul.checkmarks li {
					padding: 0;
					margin: 0 0 22px 0;
				}

					.solutions_tabs .box .tab-content .aside ul.checkmarks li::before {
						width: 22px;
						height: 26px;
						background-size: 22px auto;
						top: 5px;
						margin-bottom: 5px;
					}

		.solutions_tabs .box .tab_links ul li a.active {
			box-shadow: inset #ffc425 18px 0 0 0;
		}
}

@media (max-width:767px) {
	.solutions_tabs {
		padding: 60px 0 0 0;
	}

		.solutions_tabs .aspenMission__container {
			padding: 0 30px;
		}

		.solutions_tabs .icon_close {
			display: block;
		}

		.solutions_tabs .sub_heading {
			margin-bottom: 30px;
		}

		.solutions_tabs .box .tab_links {
			padding: 0 0 40px 0;
		}

			.solutions_tabs .box .tab_links ul li a {
				font-size: 20px;
				line-height: 28px;
				box-shadow: inset #fcfcfc 12px 0 0 0;
				padding: 15px 30px 15px 30px;
			}

		.solutions_tabs .box .tab-content {
			width: 100%;
			font-size: 22px;
			line-height: 30px;
			position: relative;
			z-index: 1;
			padding: 40px 0 0 0;
			padding-bottom: 40px;
		}

			.solutions_tabs .box .tab-content::before {
				content: "";
				width: 10000px;
				height: 100%;
				float: left;
				background: #ffffff;
				position: absolute;
				top: 0;
				left: 50%;
				-ms-transform: translate(-50%, 0);
				-webkit-transform: translate(-50%, 0);
				-moz-transform: translate(-50%, 0);
				-o-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
				z-index: -1;
			}

			.solutions_tabs .box .tab-content .aside p {
				margin-bottom: 25px;
			}

			.solutions_tabs .box .tab-content .aside h2,
			.solutions_tabs .box .tab-content .aside .h2 {
				font-size: 31px;
				line-height: 38px;
				margin-bottom: 45px;
			}

			.solutions_tabs .box .tab-content .aside ul.checkmarks {
				padding: 0 0 40px 0;
				margin: 0 0 -18px 0;
			}

				.solutions_tabs .box .tab-content .aside ul.checkmarks li {
					padding: 0;
					margin: 0 0 18px 0;
				}

			.solutions_tabs .box .tab-content .aside ul li.checkmarks::before {
				width: 18px;
				height: 22px;
				background-size: 18px auto;
				top: 6px;
			}

		.solutions_tabs .box .tab_links ul li a.active {
			box-shadow: inset #ffc425 12px 0 0 0;
		}

		.solutions_tabs .box .tab-content .aside .button_out {
			text-align: center;
		}
}


/* Related - List */
.related_list {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	padding: 85px 0 100px 0;
}

	.related_list .aside .card-subtitle {
		font-weight: 400;
		font-size: 14px;
	}

	.related_list.no-padding {
		padding: 0;
	}

	.related_list.no-background {
		background: none;
	}

.js-blogid > section > div:nth-child(2) > div {
	padding: 0;
}

.related_list .aspenMission__container {
	max-width: 1710px;
}

	.related_list .aspenMission__container.no-padding {
		padding: 0;
	}

.related_list .row {
	padding: 0;
	margin: 0 -10px -26px -10px;
}

	.related_list .row > div {
		padding: 0 10px 26px 10px;
		margin: 0;
	}

		.related_list .row > div .box {
			width: 100%;
			height: 100%;
			float: left;
			font-weight: 300;
			font-size: 20px;
			color: #000000;
			line-height: 24px;
			text-decoration: none;
			-webkit-transition: all .25s ease-out;
			-moz-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
			transition: all .25s ease-out;
			position: relative;
			padding: 0;
			margin: 0;
		}

.blog .related_list .row > div .box {
	background-color: #f4f4f4;
}

.related_list .row > div .box.white-background {
	background: #ffffff;
}

.bordered-box {
	border: thin solid #adafb1;
}

.related_list .row > div .box .figure {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

	.related_list .row > div .box .figure:last-child {
		margin-bottom: 0;
	}

	.related_list .row > div .box .figure img {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 0;
	}

	.related_list .row > div .box .figure .cate_title {
		font-weight: 400;
		color: #ffffff;
		background: #0078c9;
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 1;
		padding: 8px 25px;
	}

.related_list .row > div .box .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 24px 15px;
}

	.related_list .row > div .box .aside .bx-title {
		font-weight: 400;
		margin-bottom: 20px;
	}

.info-content .related_list .row > div .box .aside .bx-title {
	margin-top: 20px;
}

.related_list .row > div .box .aside .bx-title:last-child {
	margin-bottom: 0;
}

.related_list .row > div .box .aside p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.related_list .row > div .box .button_overlap {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .60);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 24px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}

	.related_list .row > div .box .button_overlap .button_cust {
		min-width: inherit;
		width: 100%;
		max-width: 276px;
		padding-left: 10px;
		padding-right: 10px;
	}

.related_list .row > div .box:hover .button_overlap,
.related_list .row > div .box:focus .button_overlap,
.related_list .row > div .box:active .button_overlap {
	visibility: visible;
	opacity: 1;
}

.related_list .row > div .box-more {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #0078c9;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	padding: 24px;
	margin: 0;
}

	.related_list .row > div .box-more .button_cust {
		min-width: inherit;
		width: 100%;
		max-width: 276px;
		padding-left: 10px;
		padding-right: 10px;
	}

@media (max-width:768px) {
	.related_list .row > .end_tile {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:1199px) {
	.related_list {
		padding: 60px 0 100px 0;
	}

		.related_list .aspenMission__container {
			padding: 0 50px;
		}
}

@media (min-width:992px) and (max-width:1199px) {
	.related_list .row > div {
		-ms-flex: 0 0 33.33333333333333%;
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333333333%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.related_list .row > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:767px) {
	.related_list {
		padding: 40px 0 0 0;
	}

		.related_list .aspenMission__container {
			padding: 0 30px;
		}

		.related_list .row > div .box .aside {
			padding: 20px 13px 24px 13px;
		}

		.related_list .row > div .box .button_overlap .button_cust {
			max-width: 232px;
		}

		.related_list .row > div .box-more:before {
			content: "";
			width: 10000px;
			height: 100%;
			float: left;
			background: #0078c9;
			position: absolute;
			top: 0;
			left: -5000px;
		}

		.related_list .row > div .box-more .button_cust {
			max-width: 232px;
		}
}
/* These scroll margin classes are for when the $(".solutions-tabbed-link a") links are clicked in specific widths */
.tab-pane-155-scroll {
	scroll-margin: 160px;
}

.tab-pane-77-scroll {
	scroll-margin: 82px;
}
