/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

.employee-support-featured {
	height: 360px;
	overflow: hidden;
}
.employee-support-featured img {
	height: auto;
	width: 100%;
}

.es-sidebar {
	width: 70%;
	height: auto;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.es-sidebar {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.employee-support-featured {
		height: auto;
	}
}
.hp-btn {
	background: #7ea7cc;
	transition: all 0.1s linear;
	color: #fff;
	font-family: "AvenirNextMedium", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 5px 20px 5px 40px;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-size: 0.9em;
}
.hp-btn.icn-chevron-right {
	background-image: url(../img/blue_chevron.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.hp-btn.fullwidth {
	width: 100%;
	text-align: center;
}
.hp-btn.fullwidth.icn-chevron-down {
	padding: 6px 20px;
	line-height: 20px;
}
.hp-btn.fullwidth.icn-chevron-down span {
	display: inline-block;
	vertical-align: middle;
}
.hp-btn.fullwidth.icn-chevron-down:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	background-image: url(../img/icn-btn-chevron-down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.hp-btn:hover {
	color: #fff;
	opacity: 0.8;
}

.btn {
	background: #7ea7cc;
	transition: all 0.1s linear;
	color: #fff;
	font-family: "AvenirNextMedium", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 5px 20px 5px 10px;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-size: 0.9em;
}
.btn.btn-no-icon {
	padding: 5px 16px;
}
.btn.btn-red {
	background: #ce0d1c;
}
.btn.btn-red > .icn-bg-circle {
	background: #940611;
}
.btn.btn-red:hover {
	background: #e60f1f;
}
.btn.btn-red:hover > .icn-bg-circle {
	background: #ad0714;
}
.btn.post-blue:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	background-image: url(../img/blue_chevron.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.btn.post-green {
	background: #91a060;
}
.btn.post-green:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	background-image: url(../img/green_chevron.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.btn.post-green:hover {
	background-color: #9caa70;
}
.btn.post-red {
	background: #ce0d1c;
}
.btn.post-red:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	background-image: url(../img/red_chevron.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.btn.post-red:hover {
	background: #e60f1f;
}
.btn.post-gray {
	background: #c4c5c5;
}
.btn.post-gray:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	background-image: url(../img/gray_chevron.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.btn.post-gray:hover {
	background: #d1d2d2;
}
.btn.fullwidth {
	width: 100%;
	text-align: center;
}
.btn.fullwidth.icn-chevron-down {
	padding: 6px 20px;
	line-height: 20px;
}
.btn.fullwidth.icn-chevron-down span {
	display: inline-block;
	vertical-align: middle;
}
.btn.fullwidth.icn-chevron-down:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	background-image: url(../img/icn-btn-chevron-down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.btn.btn-green {
	background: #91a060;
}
.btn.btn-green > .icn-bg-circle {
	background: #63782d;
}
.btn.btn-green:hover {
	background: #9caa70;
}
.btn.btn-green:hover > .icn-bg-circle {
	background: #728b34;
}
.btn.btn-alt-green {
	background: #2cac87;
}
.btn.btn-alt-green > .icn-bg-circle {
	background: #228367;
}
.btn.btn-alt-green:hover {
	background: #31c097;
}
.btn.btn-alt-green:hover > .icn-bg-circle {
	background: #279877;
}
.btn.btn-purple {
	background: #9492c8;
}
.btn.btn-purple > .icn-bg-circle {
	background: #7370b7;
}
.btn.btn-purple:hover {
	background: #a5a3d1;
}
.btn.btn-purple:hover > .icn-bg-circle {
	background: #8381bf;
}
.btn.btn-orange {
	background: #eba75c;
}
.btn.btn-orange > .icn-bg-circle {
	background: #e58e2f;
}
.btn.btn-orange:hover {
	background: #eeb373;
}
.btn.btn-orange:hover > .icn-bg-circle {
	background: #e89b45;
}
.btn.btn-red {
	background: #ce0d1c;
}
.btn.btn-pill {
	border-radius: 30px;
	padding: 4px 16px;
}
.btn .svg-group {
	margin: 0 5px 0 0;
	display: inline-block;
}
.btn.gray, .btn.disabled, .btn.disabled:hover {
	background: #c4c5c5;
}
.btn.gray:hover {
	background: #d1d2d2;
}
.btn.disabled {
	cursor: default;
}
.btn.disabled:hover > .icn-bg-circle,
.btn.disabled > .icn-bg-circle {
	background: #a7a7aa;
}
.btn.icn-no {
	padding: 5px 10px;
}
.btn.icn-right {
	padding: 5px 10px 5px 20px;
}
.btn.icn-right .svg-group {
	margin: 0 0 0 5px;
}
.btn.icn-solo {
	padding: 5px 10px;
}
.btn.icn-solo .svg-group {
	margin: 0;
}
.btn:hover {
	background: #90b3d3;
	text-decoration: none;
	color: #fff;
}
.btn:hover > .icn-bg-circle {
	background: #618ab6;
}

.btn .icn-bg-circle {
	background: #507dad;
	transition: all 0.1s linear;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 50%;
	vertical-align: middle;
	top: -1px;
}
.btn .icn-bg-circle svg {
	fill: #fff;
	position: absolute;
}

.btn.gray .icn-bg-circle {
	background: #a7a7aa;
}

.product-preview .btn .icn-bg-circle img {
	position: absolute;
	top: 6px;
	left: 8px;
}

.btn .cookie {
	display: flex;
	align-items: center;
	line-height: 1;
}
.btn .cookie:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 7px;
	background-color: #6193c0;
	background-size: 8px 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn.btn-green span:before {
	background-color: #7a8750;
}

.btn.btn-red span:before {
	background-color: #a80b17;
}

.btn.btn-icn-check span:before, .btn.btn-action.btn-icn-check {
	background-image: url("../img/svg/actions/icn-check-white.svg");
}

.btn.btn-icn-close span:before, .btn.btn-action.btn-icn-close {
	background-image: url("../img/svg/actions/icn-close-white.svg");
}

/**
 * Large variation
 */
.btn-large {
	width: 100%;
	margin-bottom: 20px;
	padding: 18px 0 15px 12px;
	font-family: "AvenirNextMedium", Arial, sans-serif, Arial, sans-serif;
}

.btn-large .btn-title {
	font-size: 1.1em;
	display: block;
}

.btn-large .arrow-right {
	padding: 10px;
}

.btn-large .btn-subtitle {
	font-size: 1em;
	text-transform: none;
}

.btn-large .content {
	display: inline-block;
	margin-left: 5px;
	width: 77.5%;
	padding-right: 10px;
}

.btn-large .icn-bg-circle {
	background: #507dad;
	transition: all 0.1s linear;
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 50%;
	vertical-align: top;
	top: -1px;
}
.btn-large .icn-bg-circle svg {
	fill: #fff;
	position: absolute;
}

.col70 .btn-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.col70 .btn-wrapper {
	width: 48.7%;
	float: left;
}
.col70 .btn-wrapper:first-child {
	margin-right: 2.5%;
}

/**
 * Variation: Split
 */
.btn-group.split > .btn-wrapper {
	width: 50%;
	float: left;
}

.btn-group.split > .btn-wrapper:first-child {
	padding-right: 10px;
}

.btn-group.split > .btn-wrapper:first-child + .btn-wrapper {
	padding-left: 10px;
}

.btn-sml {
	text-transform: uppercase;
	font-family: "AvenirNextDemi", Arial, sans-serif;
	transition: all 0.1s linear;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	border: none;
	line-height: 15px;
	padding: 4px 10px 3px;
	margin-left: 3px;
	cursor: pointer;
}
.btn-sml.blue {
	background: #7ea7cc;
}
.btn-sml.blue:hover {
	background: #90b3d3;
}
.btn-sml.purple {
	background: #9492c8;
}
.btn-sml.purple:hover {
	background: #a5a3d1;
}
.btn-sml.green {
	background: #2cac87;
}
.btn-sml.green:hover {
	background: #31c097;
}
.btn-sml.orange {
	background: #eba75c;
}
.btn-sml.orange:hover {
	background: #eeb373;
}
.btn-sml.red {
	background: #ce0d1c;
	color: #fff;
}
.btn-sml.red:hover {
	background: #e60f1f;
}
.btn-sml.active {
	background: #a7a7aa;
}
.btn-sml.active:hover {
	background: #b4b4b7;
}

.btn .icn-bg-circle svg {
	top: 30%;
	left: 31%;
}

.btn-large .icn-bg-circle svg {
	top: 22%;
	left: 22%;
}

.career-sub-menu {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

.career-sub-menu > .btn {
	padding-left: 20px;
}

.career-sub-menu > .active {
	background-color: #446b8f;
}

@media screen and (max-width: 480px) {
	.career-sub-menu {
		float: none;
	}
	.career-sub-menu > a {
		width: 100%;
	}
}
/**** Anchor Nav ****/
.anchor-nav .btn {
	background: #7ea7cc;
	color: #fff;
	padding: 5px 10px;
}
.anchor-nav .btn:hover {
	background: #446b8f;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.anchor-nav {
		border: 1px solid #c4c5c5;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.anchor-nav .btn {
		display: table-cell;
		border: none;
		border-left: 1px solid #c4c5c5;
		border-radius: 0;
		text-align: center;
		width: 26%;
		vertical-align: middle;
	}
	.anchor-nav .btn:first-child {
		border-left: none;
	}
}
.anchor-nav.group {
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.col70 .btn-wrapper {
		width: 100% !important;
	}
	.anchor-nav {
		display: block;
	}
	.anchor-nav .btn {
		width: 50%;
		float: left;
		border-left: none;
		display: block;
		border-bottom: 1px solid #c4c5c5;
	}
	.anchor-nav .btn:last-child, .anchor-nav .btn:nth-last-child(2):nth-child(odd) {
		border-bottom: none;
	}
	.anchor-nav .btn:nth-child(2n+1) {
		border-right: 1px solid #c4c5c5;
	}
}
@media screen and (max-width: 640px) {
	.anchor-nav .btn {
		width: 100%;
	}
	.anchor-nav .btn:nth-last-child(2):nth-child(odd) {
		border-bottom: 1px solid #c4c5c5;
	}
	.anchor-nav .btn:nth-child(2n+1) {
		border-right: none;
	}
	.btn-large .content {
		padding-right: 10px;
	}
}
@media screen and (max-width: 340px) {
	.btn-large .content {
		width: 70%;
	}
	.btn-large .btn-title {
		font-size: 1em;
	}
	.btn-large .btn-subtitle {
		font-size: 0.95em;
	}
}
@media screen and (max-width: 300px) {
	.btn-large .icn-bg-circle svg {
		top: 20% !important;
		left: 20% !important;
	}
}
.container {
	max-width: 1200px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
}

.half {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.half:nth-child(even) {
	margin-right: 0;
}

.thirds {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.thirds:nth-child(3n) {
	margin-right: 0;
}

.col70 {
	float: left;
	width: 69%;
	margin-right: 2%;
}

.col30 {
	float: left;
	width: 29%;
}

.col80 {
	width: 80%;
	float: left;
	padding-right: 20px;
}

.col20 {
	width: 20%;
	float: left;
	padding-right: 25px;
}

.full {
	width: 100%;
}

/**
 * Responsive
 */
.show-tablet, .show-mobile {
	display: none;
}

@media screen and (max-width: 1024px) {
	.hide-tablet {
		display: flex;
	}
	.container {
		width: 100%;
		padding: 0 30px;
	}
	.half,
	.col70,
	.col80,
	.col30,
	.col20 {
		width: 100%;
		padding-bottom: 40px;
		padding-right: 0;
		clear: both;
	}
	.full {
		width: 200px !important;
	}
	.half {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 480px) {
	.hide-phone {
		display: none;
	}
}
/**
 * Base Elements
 */
body {
	font-family: "AvenirNextMedium", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	background: #fff;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
	box-sizing: inherit;
}

::selection {
	background: #ce0d1c;
	color: #fff;
}

h1, h2, h3, h4, strong {
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
}

h1 {
	font-size: 46px;
	line-height: 46px;
	margin-top: 0;
}

h2 {
	font-size: 34px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 0;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px;
}

p {
	line-height: 26px;
	margin: 0;
	padding-bottom: 30px;
}

.lead {
	font-size: 18px;
	line-height: 28px;
}

a {
	color: #7ea7cc;
	text-decoration: none;
}

.content-wrap {
	margin-bottom: 30px;
	clear: both;
}
.content-wrap p:last-child {
	padding-bottom: 0;
}

a:hover {
	color: #b5cce2;
}

ul, ol {
	margin: 0 0 40px;
	padding: 0 0 0 20px;
}

ul ul {
	list-style: circle;
}

.caps {
	text-transform: uppercase;
}

abbr {
	background: #fcf9bc;
	cursor: help;
	text-decoration: none !important;
}

/**
 * Global Classes
 */
.float-right {
	float: right;
}

.float-left {
	float: left;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.container:after,
.group:after {
	content: "";
	display: table;
	clear: both;
}

.caption {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}

.full {
	width: 100%;
}

.hide {
	display: none !important;
}

.red {
	color: #d1132a;
}

.bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.margin-bottom {
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

/**
 * Universal elements
 */
.page-title {
	margin-top: 40px;
	margin-bottom: 25px;
}

.page-title + hr, .page-title-row + hr {
	margin: 0 0 40px;
	width: 40px;
	border: 1px solid #333;
	float: left;
}

.post hr {
	border: 0;
	height: 1px;
	background-color: #f4f5f5;
	margin-bottom: 25px;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 10;
	top: 0;
	left: 0;
}

.overlay.blue {
	background: #446b8f;
}

.overlay.purple {
	background: #9492c8;
}

.overlay.green {
	background: #2cac87;
}

.overlay.orange {
	background: #eba75c;
}

.tag {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 5px 10px;
}
.tag.red {
	background: #ce0d1c;
}
.tag.purple {
	background: #9492c8;
}
.tag.green {
	background: #2cac87;
}
.tag.orange {
	background: #eba75c;
}
.tag.gray {
	background: #c4c5c6;
}
.tag.blue {
	background: #7ea7cc;
}

/*** Wordpress Image Classes ***/
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

/*** Videos ***/
.video-wrapper {
	margin: 0 auto 20px;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-wrapper iframe, .video-wrapper .video-js, .video-wrapper .bc-player-default_default {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 640px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 26px;
	}
	.page-title {
		margin-bottom: 5px;
		width: 88%;
	}
	.page-title + hr, .page-title-row + hr {
		margin: 0 0 20px;
	}
	.tag {
		padding: 4px 8px;
		font-size: 11px;
	}
	.content-wrap img {
		width: 100%;
		height: auto;
	}
}
.global_alert > p {
	padding-bottom: 0;
}

/*** Hiding QSILink for now ***/
.QSILink {
	display: none;
}

.form-field {
	margin-bottom: 20px;
}

form .btn {
	line-height: 21px;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
textarea {
	font-size: 14px;
	font-family: "AvenirNextRegular", Arial, sans-serif;
	color: #333;
	width: 100%;
	background: #fff;
	border: 1px solid #7ea7cc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: none;
	background-color: #fcf9bc;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
textarea {
	padding: 4px 8px;
	height: 32px;
}

label {
	clear: both;
	display: block;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 14px;
}
label.red {
	color: #d1132a;
}
label.placeholder {
	display: none;
}

fieldset {
	border: none;
	padding: 0 0 30px;
}

select {
	width: 100%;
}

.appearance select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	font-family: "AvenirNextRegular", Arial, sans-serif;
	color: #333;
	width: 100%;
	background: #fff;
	border: 1px solid #7ea7cc;
	border-radius: 3px;
	padding: 1px 24px 1px 8px;
	background: #fff url(../img/select-input-bg.svg) 100.5% 0% no-repeat;
	height: 32px;
}
.appearance select:focus {
	outline: none;
	background-color: #fcf9bc;
}

.division-dropdown {
	list-style: none;
	padding: 0px;
}

.intern:hover {
	opacity: 0.7;
}

.division-dropdown li .dropdown-menu.active {
	display: block;
}

.dropdown-toggle {
	font-size: 14px;
	width: 100%;
	border: 1px solid #7ea7cc;
	border-radius: 3px;
	padding: 1px 24px 1px 8px;
	background: #fff url(../img/select-input-bg.svg) 100.5% 0% no-repeat;
	height: 32px;
}

.product-icon {
	padding-left: 38px !important;
	background: url(../img/magnifying-glass.svg) 0% 0% no-repeat !important;
	background-color: #fff !important;
	height: auto !important;
}
.product-icon:focus {
	background-color: #fcf9bc !important;
}

.btn-chevron {
	background: #7ea7cc url(../img/btn-form-arrow-right.svg) no-repeat 9px;
	padding-left: 37px;
}
.btn-chevron:hover {
	background: #7ea7cc url(../img/btn-form-arrow-right.svg) no-repeat 9px;
	opacity: 0.9;
}
.btn-chevron.disabled {
	background: #c4c5c5 url(../img/disabled_chevron.svg) no-repeat 9px;
}
.btn-chevron.disabled:hover {
	background: #c4c5c5 url(../img/disabled_chevron.svg) no-repeat 9px;
	opacity: 0.9;
}

textarea {
	width: 100%;
	min-height: 140px;
	max-height: 360px;
	resize: vertical;
}

.input-group.btn-right .btn {
	float: right;
	border-radius: 0 3px 3px 0;
}
.input-group.btn-right input {
	border-radius: 3px 0 0 3px;
}
.input-group.btn-left .btn {
	float: left;
	border-radius: 3px 0 0 3px;
}
.input-group.btn-left input {
	border-radius: 0 3px 3px 0;
}
.input-group .input-inline {
	overflow: hidden;
}
.input-group .input-inline input {
	float: left;
}

.input-group-addon {
	padding: 8px 10px 2px 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #464a4c;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #7ea7cc;
	border-left: 1px solid #7ea7cc;
	border-bottom: 1px solid #7ea7cc;
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

.field-group {
	padding-bottom: 20px;
}

.wpcf7-not-valid-tip {
	font-size: 0.85em !important;
	margin-top: 5px;
	color: #ce0d1c !important;
}

.wpcf7 form .wpcf7-response-output {
	padding: 20px !important;
	margin: 0 0 20px 0 !important;
	border: none !important;
}

/*** CF7 Overrides ***/
.full .wpcf7-list-item {
	display: block;
	margin: 0 0 5px;
}

@media screen and (max-width: 1024px) {
	.form .half {
		padding-bottom: 0;
	}
	.form-field.half {
		padding-bottom: 0;
	}
}
.preventscroll {
	overflow-y: hidden;
	overflow-x: hidden;
}

.preventscroll form {
	overflow-y: hidden;
	overflow-x: hidden;
}

/*** Gravity Forms ***/
.gform_wrapper .validation_error {
	padding: 20px;
	margin: 0 0 20px;
}
.gform_wrapper .gfield_error .validation_message {
	color: #d1132a;
	margin-top: 3px;
	font-size: 0.85em;
}
.gform_wrapper .gfield_required {
	color: #d1132a;
}

.gform_confirmation_message {
	padding: 20px;
	margin: 0 0 20px;
}

.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.gfield {
	margin-bottom: 20px;
	width: 100%;
}

.gfield.half {
	width: calc(50% - 10px);
	padding: 0;
}

.gfield.half-last {
	margin-left: 20px;
}

.ginput_complex {
	display: flex;
}

.ginput_complex > span {
	width: calc(50% - 10px);
}

.ginput_complex input + label {
	margin-top: 3px;
	font-size: 0.85em;
	color: #666;
}

.ginput_complex > span + span {
	margin-left: 20px;
}

.gform_button {
	background: #7ea7cc;
	transition: all 0.1s linear;
	color: #fff;
	font-family: "AvenirNextMedium", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 5px 20px 5px 10px;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-size: 0.9em;
	background: #7ea7cc url(../img/btn-form-arrow-right.svg) no-repeat 12%;
	padding-left: 37px;
}
.gform_button:hover {
	background: #7ea7cc url(../img/btn-form-arrow-right.svg) no-repeat 12%;
	opacity: 0.9;
}
.gform_button.disabled {
	background: #c4c5c5 url(../img/disabled_chevron.svg) no-repeat 12%;
}
.gform_button.disabled:hover {
	background: #c4c5c5 url(../img/disabled_chevron.svg) no-repeat 12%;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.gfield.half {
		width: 100%;
	}
	.ginput_complex {
		display: block;
	}
	.ginput_complex > span {
		width: 100%;
		display: block;
	}
	.gfield.half-last {
		margin-left: 0;
	}
	.ginput_complex > span + span {
		margin: 10px 0 0;
	}
}
/*** Formstack ***/
.fs-clear {
	clear: both;
}

.fsRow {
	margin-bottom: 20px;
}

.box-content p:last-child {
	padding-bottom: 0;
}

.fsSubField {
	margin-bottom: 10px;
}

.fsFieldCity,
.fsFieldState,
.fsNameFirst,
.fsNameLast {
	float: left;
	width: 49%;
}

.fsFieldCity,
.fsNameFirst {
	margin-right: 2%;
}

.fsLabel {
	margin-bottom: 3px;
	font-size: 14px;
	text-transform: uppercase;
}

.fsSupporting {
	margin-top: 3px;
	color: #a7a7aa;
}

.fsRequiredMarker {
	margin-left: 5px;
	color: #d1132a;
}

.fsSubmitButton {
	float: left;
	padding: 5px 20px 5px 40px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	background-color: #7ea7cc;
	background-image: url(../img/blue_chevron.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	cursor: pointer;
}
.fsSubmitButton:hover {
	background: #90b3d3;
}

div[role=alert] {
	display: none;
}

.fsValidationError {
	background: none !important;
}
.fsValidationError input {
	border-color: #d1132a;
}
.fsValidationError .fsLabel {
	padding-left: 0 !important;
	background: none !important;
	color: #333 !important;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

tbody td,
thead th {
	padding: 20px;
}

thead > tr {
	background: #f5f5f5;
}

thead th {
	text-align: left;
}

thead th.sorting, thead th.sorting_asc, thead th.sorting_desc {
	cursor: pointer;
}
thead th.sorting strong, thead th.sorting .svg-group, thead th.sorting_asc strong, thead th.sorting_asc .svg-group, thead th.sorting_desc strong, thead th.sorting_desc .svg-group {
	display: inline-block;
}
thead th.sorting strong, thead th.sorting_asc strong, thead th.sorting_desc strong {
	position: relative;
	padding-right: 21px;
}
thead th.sorting .svg-group, thead th.sorting_asc .svg-group, thead th.sorting_desc .svg-group {
	line-height: 22px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

tbody tr {
	background: #d7e4ee;
	border-top: 1px solid #fff;
}

tbody tr:first-child {
	border-top: none;
}

tbody tr.even, tbody tr.odd {
	border-top: none;
}

tbody tr.even {
	background: #f5f5f5;
}

tbody tr.odd {
	background: #d7e4ee;
}

tbody > tr:nth-child(2n+1), tbody > tr:nth-child(2n) {
	border-top: none;
}

tbody > tr:nth-child(2n) {
	background: #f5f5f5;
}

tbody > tr:nth-child(2n+1) {
	background: #d7e4ee;
}

.box thead > tr {
	background: #fff;
}
.box tbody tr {
	background: #d7e4ee;
	border-top: 1px solid #fff;
}
.box tbody tr:first-child {
	border-top: none;
}
.box tbody tr.even, .box tbody tr.odd {
	border-top: none;
}
.box tbody tr.even {
	background: #fff;
}
.box tbody tr.odd {
	background: #d7e4ee;
}
.box tbody > tr:nth-child(2n+1), .box tbody > tr:nth-child(2n) {
	border-top: none;
}
.box tbody > tr:nth-child(2n) {
	background: #fff;
}
.box tbody > tr:nth-child(2n+1) {
	background: #d7e4ee;
}

.table-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	background: #f5f5f5;
}
.table-wrapper table {
	margin-bottom: 0;
	min-width: 768px;
}

.table-column-hidden {
	display: none;
}

.box-content .table-wrapper {
	background: #fff;
}

.table-wrapper.table-wide table {
	min-width: 1120px;
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes custom-shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	0% {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}
}
@keyframes custom-shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	0% {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}
}
.custom-shake {
	-webkit-animation-name: custom-shake;
	animation-name: custom-shake;
}

@media screen and (max-width: 1199px) {
	.table-wrapper.table-wide {
		position: relative;
	}
	.table-wrapper.table-wide .inner {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.table-wrapper.table-wide:after {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 100%;
		top: 0;
		right: 0;
		background: url(../img/png/bg-tables-shadow.png) 0 0 repeat-y;
		opacity: 0.4;
	}
}
@media screen and (max-width: 768px) {
	table {
		font-size: 14px;
	}
	.table-wrapper {
		position: relative;
	}
	.table-wrapper table {
		font-size: 16px;
	}
	.table-wrapper .inner {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.table-wrapper:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 5px;
		height: 100%;
		background: rgba(0, 0, 0, 0.25);
		-webkit-filter: blur(5px);
	}
}
@media screen and (max-width: 374px) {
	tbody td, thead th {
		padding: 15px;
	}
}
.chevron.rotate {
	transform: scaleX(-1);
}

.chevron:hover {
	fill: red;
}

a svg,
button svg {
	pointer-events: none;
}

.box {
	width: 100%;
	margin-bottom: 40px;
	clear: both;
}

.box-title {
	width: 100%;
	background: #e4e4e4;
	display: block;
	margin: 0;
	font-size: 24px;
	line-height: 1.33;
	position: relative;
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
	padding: 12px 20px;
	padding: 12px 20px 12px 62px;
}
.box-title img, .box-title .svg-group {
	position: absolute;
	top: 12px;
	left: 20px;
	line-height: 1;
	width: 30px;
}

.box-title .svg-group svg {
	fill: #333;
}

.box-content {
	background: #f7f7f7;
	padding: 20px;
	overflow: auto;
}

.box-content p:last-child {
	padding-bottom: 20px;
}

/**
 * Twitter Posts in Box
 */
.box ul.twitter {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.box ul.twitter .img.left {
	float: left;
	clear: both;
	width: 48px;
	margin-right: 10px;
}

.box ul.twitter p {
	float: left;
	width: 80%;
}

/**
 * Variation: Within a dialog
 */
dialog .box {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.box {
		width: calc(100% + 40px);
		position: relative;
		left: -20px;
	}
}
.alert-red, .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .gform_wrapper .validation_error {
	background: #f8dcdf;
	color: #950018;
	fill: #f8dcdf;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.alert-yellow {
	background: #f7dcbd;
	color: #e58c17;
	fill: #f7dcbd;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.alert-green, .wpcf7 form.sent .wpcf7-response-output, .gform_confirmation_message {
	background: #d4dac0;
	color: #6e8428;
	fill: #d4dac0;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.btn.btn-yellow {
	background: #e58c17;
}

.alert {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}
.alert p.alert-title {
	position: relative;
	top: 3px;
}
.alert p.alert-title:last-child, .alert p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.alert > .svg-group {
	float: left;
	margin-right: 10px;
}

.alert > .icn-bg-circle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.alert > .icn-bg-circle svg {
	margin: 8px 0 0 8px;
}

/**
 * Variations: Colors
 */
.alert.success, .alert.alert-green, .wpcf7 form.sent .alert.wpcf7-response-output, .alert.gform_confirmation_message {
	background: #e2e6d4;
	color: #6d8428;
	fill: #e2e6d4;
}
.alert.success .icn-bg-circle, .alert.alert-green .icn-bg-circle, .wpcf7 form.sent .alert.wpcf7-response-output .icn-bg-circle, .alert.gform_confirmation_message .icn-bg-circle {
	background: #6d8428;
}

.alert.error, .alert.alert-red, .wpcf7 form.invalid .alert.wpcf7-response-output,
.wpcf7 form.failed .alert.wpcf7-response-output, .gform_wrapper .alert.validation_error {
	background: #f8dcdf;
	color: #950018;
	fill: #f8dcdf;
}
.alert.error > .icn-bg-circle, .alert.alert-red > .icn-bg-circle, .wpcf7 form.invalid .alert.wpcf7-response-output > .icn-bg-circle,
.wpcf7 form.failed .alert.wpcf7-response-output > .icn-bg-circle, .gform_wrapper .alert.validation_error > .icn-bg-circle {
	background: #950018;
}

.alert.warning, .alert.alert-orange {
	background: #fbe1c3;
	color: #e48b16;
	fill: #fbe1c3;
}
.alert.warning .icn-bg-circle, .alert.alert-orange .icn-bg-circle {
	background: #e48b16;
}

.alert.disclaimer p {
	text-align: center;
}

.alert.disclaimer, .alert.alert-gray {
	background: #e4e4e4;
	color: #363636;
	fill: #a7a7aa;
}
.alert.disclaimer .icn-bg-circle, .alert.alert-gray .icn-bg-circle {
	background: #363636;
}

.alert-blue {
	background: #deeaf3;
	color: #224D61;
	fill: #deeaf3;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.progress {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0;
	height: 6px;
	background: #7ea7cc;
	z-index: 20;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-play-state: running;
	animation-iteration-count: infinite;
	animation-name: progress;
	visibility: hidden;
}

.progress.disabled {
	animation: none;
}

.progress-control:hover > .progress {
	animation-play-state: paused;
}

@keyframes progress {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
.checklist {
	padding: 0;
}

.checklist li {
	list-style: none;
	position: relative;
	padding-left: 32px;
	margin-bottom: 20px;
	background: url(../img/svg/actions/icn-check-alt.svg) 0 3px no-repeat;
	background-size: 22px 22px;
}
.checklist li strong {
	display: block;
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
}

.checklist.component li {
	background: none;
}
.checklist.component li .svg-group {
	display: block;
	width: 22px;
	position: absolute;
	top: 3px;
	left: 0;
}
.checklist.component li svg {
	fill: #2cac87;
}

.split .checklist {
	width: 50%;
	float: left;
}
.split .checklist:first-child {
	clear: left;
	padding-right: 20px;
}
.split .checklist:first-child + .checklist {
	padding-left: 20px;
}

@media screen and (max-width: 640px) {
	.split .checklist {
		width: 100%;
		float: none;
		clear: both;
	}
	.split .checklist:first-child, .split .checklist:first-child + .checklist {
		padding: 0;
	}
	.split .checklist.component:first-child {
		margin-bottom: 0;
	}
}
blockquote {
	padding-left: 84px;
	position: relative;
	background: url(../img/svg/general/icn-blockquote.svg) 0 center no-repeat;
	background-size: 64px 64px;
	margin: 0 0 40px;
	min-height: 64px;
	font-family: "AvenirNextDemi", Arial, sans-serif;
	font-size: 18px;
}
blockquote p:last-child {
	padding-bottom: 0;
}

blockquote.centered {
	display: flex;
	align-items: center;
}

blockquote.featured {
	padding: 0;
	background: transparent;
	text-align: center;
	font-size: 18px;
	font-family: "AvenirNextRegular", Arial, sans-serif;
	clear: both;
}
blockquote.featured:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background: url(../img/svg/general/icn-blockquote.svg) 0 center no-repeat;
	background-size: 80px 80px;
}
blockquote.featured hr {
	width: 40px;
	height: 0;
	margin: 20px auto;
	border: none;
	border-top: 1px solid #333;
}
blockquote.featured cite {
	font-family: "AvenirNextDemi", Arial, sans-serif;
	font-style: normal;
}
blockquote.featured p {
	padding: 40px 0 0;
}
blockquote.featured p:first-child {
	padding-top: 0;
}

.content-wrap blockquote:last-child {
	margin-bottom: 0;
}

.document-download .svg-group {
	float: left;
}

.document-download p {
	line-height: 1.2em;
	display: inline-block;
	margin: 0 0 0 8px;
	width: 85%;
}

@media screen and (max-width: 640px) {
	.document-download p {
		width: 80%;
	}
}
.desktop > .btn-wrapper {
	float: none;
}

.mobile > .btn-wrapper {
	display: none;
}

@media screen and (max-width: 480px) {
	.desktop > .btn-wrapper {
		display: none;
	}
	.mobile > .btn-wrapper {
		display: block;
	}
	.mobile > .btn-wrapper:first-of-type {
		padding-top: 40px;
	}
}
.single .category {
	background-color: #ce0d1c;
	display: inline-block;
	padding: 2px 10px;
	margin-top: 40px;
}
.single .category:hover {
	background-color: #da5a55;
}
.single .category a {
	color: #fff;
}
.single .date {
	color: #a7a7aa;
	text-transform: uppercase;
	font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
}
.single .date .time-icon {
	float: left;
	padding-right: 5px;
}
.single .date .time-icon svg {
	fill: #a7a7aa;
}
.single .date .date-text {
	line-height: 20px;
	float: left;
}
.single .page-title {
	margin-top: 10px;
}
.single .alert.disclaimer {
	margin: 40px 0 20px;
}
.single .alert.disclaimer + .category {
	margin-top: 0;
}

.feature-content .split {
	width: 50%;
	float: left;
}
.feature-content .group .split:first-child {
	padding-right: 20px;
	clear: left;
}
.feature-content .group .split:first-child + .split {
	padding-left: 20px;
}
.feature-content img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.feature-content .split {
		width: 100%;
		float: none;
	}
	.feature-content .group .split:first-child,
	.feature-content .group .split:first-child + .split {
		padding: 0;
		clear: both;
	}
}
.timeline {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.timeline li {
	position: relative;
	flex: 1;
	margin: 0;
	padding: 0 0 30px 24px;
	color: #a7a7aa;
}

.timeline li h4 {
	margin: 0 0 5px;
	color: #446b8f;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
}

.timeline li:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #446b8f;
	display: block;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	background: #fff;
	left: 0;
}

.timeline li:after {
	content: "";
	background: #e4e4e4;
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 7px;
	top: 0;
}

.timeline li:last-of-type:after {
	display: none;
}

@media screen and (min-width: 768px) {
	.timeline {
		display: flex;
	}
	.timeline li {
		padding: 0 20px 0 0;
	}
	.timeline li h4 {
		line-height: 1.3;
	}
	.timeline li:before {
		width: 22px;
		height: 22px;
		position: relative;
		margin-bottom: 10px;
	}
	.timeline li:after {
		width: 100%;
		top: 10px;
		left: 0;
		height: 2px;
	}
	.col70 .timeline {
		font-size: 14px;
	}
	.col70 .timeline li h4 {
		font-size: 12px;
	}
}