#campaign-page {
	width: 920px;
	font-family: robotoregular, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 400;
	margin: 0 auto;
	/* include bottom padding if page has no form
	padding-bottom: 120px;
	*/
	font-size: 14px;
	line-height: 19px;
	-webkit-text-size-adjust: none;
}

#campaign-page * {
	font-family: robotoregular, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#campaign-page img {
	display: block;
	border: none;
}

#campaign-page a,
#campaign-page a:visited {
	font-family: robotoregular, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	color: #0085d5 !important;
	text-decoration: none;
	outline: none !important;
}

#campaign-page a:hover,
#campaign-page a:active {
	color: #0b6092 !important;
	text-decoration: underline;
}

#campaign-page p,
#campaign-page li {
	font-family: robotoregular, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	color: #303030;
}

#campaign-page p.campaign-disclaimer {
	font-size: 12px !important;
	line-height: 18px !important;
	color: #5a6772 !important;
	padding-top: 15px !important;
}

#campaign-page ul,
#campaign-page ol {
	padding: 0 0 0 20px !important;
	margin: 0 !important;
}

#campaign-page ul {
	list-style: disc;
}

#campaign-page strong,
#campaign-page strong * {
	font-family: robotomedium, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 500 !important;
}

#campaign-page h2 {
	font-family: roboto_condensedlight, "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	line-height: 30px !important;
	color: #303030 !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	border: none;
	background: none;
}

#campaign-page h3 {
	font-family: roboto_condensedlight, "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 300 !important;
	font-size: 15px !important;
	line-height: 21px !important;
	color: #303030 !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	border: none;
	background: none;
}

#campaign-page h2 *,
#campaign-page h3 * {
	font-family: roboto_condensedlight, "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#campaign-page h4 {
	font-family: robotomedium, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 19px !important;
	color: #303030 !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	border: none;
	background: none;
}

#campaign-page h4 * {
	font-family: robotomedium, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#campaign-page .cta-button,
#campaign-page .cta-button:visited {
	display: inline-block;
	vertical-align: middle;
	font-family: roboto_condensedregular, "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #fff !important;
	background: #0085d5;
	padding: 10px 17px;
	outline: none !important;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: background 0.25s ease;
}

#campaign-page .cta-button.transparent,
#campaign-page .cta-button.transparent:visited {
	background: none;
	padding: 9px 16px;
	border: 1px solid #fff !important;
}

#campaign-page .cta-button:hover,
#campaign-page .cta-button:active {
	color: #fff !important;
	text-decoration: none !important;
	background: #0b6092 !important;
}

* + .cta-button {
	margin-top: 5px;
}

#campaign-page .cta-button + * {
	margin-top: 15px !important;
}

.campaign-section {
	padding: 40px 0;
	width: 860px;
	margin: 0 auto;
}

.campaign-section::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.campaign-section + .campaign-section {
	border-top: 1px solid #d4d9dd;
}

.campaign-section:last-child {
	padding-bottom: 0;
}

#campaign-page .campaign-section h2:last-child,
#campaign-page .campaign-section h3:last-child,
#campaign-page .campaign-section h4:last-child,
#campaign-page .campaign-section p:last-child,
#campaign-page .campaign-section ul:last-child,
#campaign-page .campaign-section ul:last-child li:last-child {
	padding-bottom: 0 !important;
}

.two-column > div {
	width: 570px;
	float: left;
}

.two-column > div + div {
	width: 270px;
	margin-left: 20px;
}

.two-column.equal-width > div {
	width: 420px;
}

.three-column > div {
	float: left;
	width: 270px;
}

.three-column > div + div {
	margin-left: 25px;
}

.four-column > div {
	float: left;
	width: 200px;
}

.four-column > div + div {
	margin-left: 20px;
}

.teaser-box {
	padding: 20px;
	background: #edeff0;
}

.campaign-section > div > .teaser-box + .teaser-box {
	margin-top: 20px;
}

.teaser-box > img:first-child {
	margin: -20px -20px 20px -20px;
}

#campaign-page .teaser-box h3,
#campaign-page .teaser-box h4,
#campaign-page .teaser-box p,
#campaign-page .teaser-box li {
	color: #5a6772 !important;
	padding-bottom: 10px !important;
}

#campaign-page .teaser-box p,
#campaign-page .teaser-box li {
	font-size: 13px !important;
	line-height: 19px !important;
}


/*special teaser box styles*/

.teaser-box div.half-split {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	margin-top: 10px;
}

.teaser-box div.half-split img {
	height: 160px;
	margin-bottom: 15px;
}

.teaser-box div.half-split > div {
	flex: 0 0 385px;
	margin-left: 15px;
}

.teaser-box div.half-split > div + div {
	flex: 0 0 385px;
	margin-left: 30px;
	margin-right: 20px;
}

.no-wrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}

#campaign-form {
	border-top: 1px solid #d4d9dd;
	padding-top: 40px;
}

.equal-height {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.equal-height > * {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.equal-height > div {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.equal-height > div > * {
	max-width: 100%;
}

.equal-height > .teaser-box > .cta-button:last-child {
	margin-top: auto;
}






#campaign-page .campaign-accordion > h3 {
	font-family: roboto_condensedlight, "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #0085d5 !important;
	margin: 0 !important;
	padding: 15px 0 15px 20px !important;
	border-bottom: 1px solid #d4d9dd;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative;
}

#campaign-page .campaign-accordion > h3::before {
	content: "+";
	font-family: robotoregular, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.63em;
}

#campaign-page .campaign-accordion > h3.current::before {
	content: "\2013";
}

#campaign-page .campaign-accordion > h3:hover,
#campaign-page .campaign-accordion > h3:active,
#campaign-page .campaign-accordion > h3.current {
	color: #0b6092 !important;
	border-color: #0b6092 !important;
}

.campaign-accordion > div {
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #0b6092;
}

#buyagilent-nav {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #d4d9dd;
	font-size: 0;
	overflow: hidden;
}

#buyagilent-nav a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 14px;
	line-height: 19px;
}

#buyagilent-nav a + a {
	border-left: 1px solid #d4d9dd;
}

#buyagilent-nav a:first-child {
	margin-left: -10px;
}

.buyagilent-current {
	position: relative;
	font-weight: bold;
}

.buyagilent-current:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #d4d9dd;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -8px;
}