/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 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 */
}

/**
 * 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 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 macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@charset "UTF-8";
/* Note: This either needs to be completely replaced or needs to go away entirely.
 * There are much better approaches to handling REM font sizing (and REM fallbacks)
 * using off-the-shelf libraries + PostCSS processors
 */
@font-face {
  font-family: "Icomoon";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"); }

@font-face {
  font-family: "gotham";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-light.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-light.woff") format("woff"); }

@font-face {
  font-family: "gotham";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-book.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-book.woff") format("woff"); }

@font-face {
  font-family: "gotham";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-medium.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-medium.woff") format("woff"); }

@font-face {
  font-family: "gotham";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-bold.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-bold.woff") format("woff"); }

@font-face {
  font-family: "gotham";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-black.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/gotham/gotham-black.woff") format("woff"); }

@-webkit-keyframes menu-stage {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes squiggles {
  from {
    background-position: 0; }
  to {
    background-position: -100%; } }

@-webkit-keyframes squiggles--vert {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 -100%; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

/* Note: Manage a comma delimited list of variables that relate to the z-index stacking order of elements on the page, ordered from lowest to highest. This allows us to easily change this order by moving the associated variable in the list instead of CSS in multiple locations.
 * Find some documentation on this technique on [Smashing Magazine](http://www.smashingmagazine.com/2014/06/12/sassy-z-index-management-for-complex-layouts/).
 */
/** Ex. Usage
.example {
  z-index: index($globalIndex, variable);
}
**/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 4px;
    background-color: #000;
    border-radius: 1px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.clearfix:after, .row:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* Note: Add the .hidden class to GNorm, this class is intended to be used on links
 * that should not display their text, ex. a icon button.
 */
.hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

/* Note: Will be replaced once SVG feature branch is completed */

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: "Icomoon";
  speak: none;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  display: inline-block; }

.icon {
  font-size: 2rem; }

.icon-arrow-right:before, .callout-links a:nth-child(2):before, .footer-cta-form__ctas a:nth-child(2):before {
  content: "\E909"; }

.icon-chat:before {
  content: "\E90A"; }

.icon-checkmark:before {
  content: "\E90B"; }

.icon-cloud:before {
  content: "\E90C"; }

.icon-connection:before {
  content: "\E90D"; }

.icon-system:before {
  content: "\E90E"; }

.icon-world:before {
  content: "\E90F"; }

.icon-chevron-down:before {
  content: "\E907"; }

.icon-chevron-up:before {
  content: "\E908"; }

.icon-keyboard_arrow_right:before {
  content: "\E905"; }

.icon-keyboard_arrow_left:before {
  content: "\E906"; }

.icon-share:before {
  content: "\E902"; }

.icon-pencil:before {
  content: "\E903"; }

.icon-arrow-left:before, .callout-grid__links a:nth-child(2):before {
  content: "\E904"; }

.icon-left:before {
  content: "\E904"; }

.icon-previous:before {
  content: "\E904"; }

.icon-linkedin:before {
  content: "\E900"; }

.icon-paper-plane-o:before {
  content: "\E901"; }

.icon-check:before {
  content: "\F00C"; }

.icon-close:before {
  content: "\F00D"; }

.icon-remove:before {
  content: "\F00D"; }

.icon-twitter:before {
  content: "\F099"; }

.icon-facebook:before {
  content: "\F09A"; }

.icon-facebook-f:before {
  content: "\F09A"; }

.icon-instagram:before {
  content: "\F16D"; }

.icon-Case:before {
  background: url("../images/system.svg") 0 0 no-repeat;
  height: 30px;
  width: 30px; }

.wrapper {
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 18px;
  padding-left: 18px;
  position: relative; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }

select,
input {
  font-size: 16px !important;
  line-height: 24px !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important; }

input[type='submit'],
input[type='radio'],
input[type='checkbox'] {
  width: auto; }

label {
  color: #000;
  display: block; }

h1,
h2,
h3,
.article-detail__header .subtitle,
h4,
h5,
h6 {
  font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700; }

h1 {
  font-size: 36px !important;
  line-height: 54px !important;
  font-size: 3.6rem !important;
  line-height: 5.4rem !important;
  margin-top: 0;
  font-weight: 300; }
  @media (min-width: 600px) {
    h1 {
      font-size: 74px !important;
      line-height: 88px !important;
      font-size: 7.4rem !important;
      line-height: 8.8rem !important; } }

h2 {
  font-size: 32px !important;
  line-height: 48px !important;
  font-size: 3.2rem !important;
  line-height: 4.8rem !important;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    h2 {
      font-size: 30px !important;
      line-height: 48px !important;
      font-size: 3rem !important;
      line-height: 4.8rem !important; } }


h3,
.article-detail__header .subtitle {
  font-size: 20px !important;
  line-height: 36px !important;
  font-size: 2rem !important;
  line-height: 3.6rem !important; }

h4 {
  font-size: 14px !important;
  line-height: 21px !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  letter-spacing: 4px; }

img {
  width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  height: auto;
  /* [4] */
  display: block;
  border: 0;
  /* [5] */ }

a {
  color: #2C2C2C;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none; }
  a.text-link {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle; }
    a.text-link:after {
      content: "\E900";
      font-family: "Icomoon";
      font-size: 16px;
      margin-left: 10px;
      vertical-align: bottom; }
    a.text-link:hover {
      text-decoration: none; }
  a:hover {
    color: inherit; }

li {
  font-size: 16px !important;
  line-height: 28px !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100vh; }

body {
  font-size: 12px !important;
  line-height: 24px !important;
  font-size: 1.2rem !important;
  line-height: 2.4rem !important;
  color: #2C2C2C;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden; }
  .fonts-loaded body {
    font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400; }

.page-frame {
  min-height: 100vh;
  padding-top: 0; }
  @media (min-width: 1000px) {
    .page-frame {
      padding-top: 0; } }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #979797; }

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#fff));
  background: -webkit-linear-gradient(#F2F2F2, #fff);
  background: -o-linear-gradient(#F2F2F2, #fff);
  background: linear-gradient(#F2F2F2, #fff); }

.bg-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3B71A), color-stop(75%, #F3B71A), color-stop(75%, #fff));
  background-image: -webkit-linear-gradient(top, #F3B71A, #F3B71A 75%, #fff 75%);
  background-image: -o-linear-gradient(top, #F3B71A, #F3B71A 75%, #fff 75%);
  background-image: linear-gradient(to bottom, #F3B71A, #F3B71A 75%, #fff 75%); }

tr,
td,
th {
  padding: 10px; }

em {
  font-style: normal; }

strong {
  font-weight: 700; }

p {
  font-size: 16px !important;
  line-height: 28px !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important; }

blockquote {
  margin-bottom: 0;
  text-align: center; }
  blockquote p {
    display: inline;
    font-size: 38px !important;
    line-height: 50px !important;
    font-size: 3.8rem !important;
    line-height: 5rem !important;
    font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    letter-spacing: 4.5px; }
    blockquote p:before {
      content: '\201C';
      display: inline;
      font-size: 38px !important;
      line-height: 50px !important;
      font-size: 3.8rem !important;
      line-height: 5rem !important;
      font-weight: 800; }
    blockquote p:after {
      content: '\201D';
      display: inline;
      font-size: 38px !important;
      line-height: 50px !important;
      font-size: 3.8rem !important;
      line-height: 5rem !important;
      font-weight: 800; }
  blockquote + p {
    margin: 0; }

cite {
  display: block;
  font-size: 12px !important;
  line-height: 60px !important;
  font-size: 1.2rem !important;
  line-height: 6rem !important;
  font-weight: 300;
  text-align: center; }

.tags a {
  color: #787878;
  font-size: 12px !important;
  line-height: 28px !important;
  font-size: 1.2rem !important;
  line-height: 2.8rem !important;
  font-weight: 700; }
  .tags a:hover {
    color: #000; }

.button, .callout-links a:nth-child(1), .callout-links a:nth-child(2), .callout-grid__links a:nth-child(1), .callout-grid__links a:nth-child(2), .footer-cta-form__ctas a:nth-child(1), .footer-cta-form__ctas a:nth-child(2), .hero--inner__ctas a {
  position: relative; }
  .button--primary, .callout-links a:nth-child(1), .callout-grid__links a:nth-child(1), .footer-cta-form__ctas a:nth-child(1), .hero--inner__ctas a:first-child, .button--secondary, .hero--inner__ctas a:last-child {
    font-size: 14px !important;
    line-height: 16px !important;
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    display: block;
    font-weight: 500;
    max-width: 200px;
    padding: 12px;
    text-align: center; }
    @media (min-width: 1000px) {
      .button--primary, .callout-links a:nth-child(1), .callout-grid__links a:nth-child(1), .footer-cta-form__ctas a:nth-child(1), .hero--inner__ctas a:first-child, .button--secondary, .hero--inner__ctas a:last-child {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: 500ms ease;
        -o-transition: 500ms ease;
        transition: 500ms ease; }
        .button--primary:hover, .callout-links a:hover:nth-child(1), .callout-grid__links a:hover:nth-child(1), .footer-cta-form__ctas a:hover:nth-child(1), .hero--inner__ctas a:hover:first-child, .button--secondary:hover, .hero--inner__ctas a:hover:last-child {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition: 500ms ease;
          -o-transition: 500ms ease;
          transition: 500ms ease; } }
  .button--primary, .callout-links a:nth-child(1), .callout-grid__links a:nth-child(1), .footer-cta-form__ctas a:nth-child(1), .hero--inner__ctas a:first-child {
    background: #00816D;
    border-color: #00816D;
    color: #fff; }
    .button--primary:hover, .callout-links a:hover:nth-child(1), .callout-grid__links a:hover:nth-child(1), .footer-cta-form__ctas a:hover:nth-child(1), .hero--inner__ctas a:hover:first-child {
      color: #fff; }
  .button--secondary, .hero--inner__ctas a:last-child {
    background: #fff;
    border-color: #00816D;
    color: #00816D; }
    .button--secondary:hover, .hero--inner__ctas a:hover:last-child {
      color: #00816D; }
  .button--underline {
    text-decoration: underline; }
  .button--link, .callout-links a:nth-child(2), .callout-grid__links a:nth-child(2), .footer-cta-form__ctas a:nth-child(2) {
    font-size: 12px !important;
    line-height: 13px !important;
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
    color: #000;
    font-weight: 500;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease; }
    .button--link.icon-arrow-right:before, .callout-links a:nth-child(2):before, .callout-grid__links a.icon-arrow-right:nth-child(2):before, .footer-cta-form__ctas a:nth-child(2):before {
      content: none; }
    .button--link.icon-arrow-right:after, .callout-links a:nth-child(2):after, .callout-grid__links a.icon-arrow-right:nth-child(2):after, .footer-cta-form__ctas a:nth-child(2):after {
      content: '\E909';
      font-family: "Icomoon";
      position: relative; }
    .button--link--light {
      color: #fff; }
    .button--link--colored-arrow, .callout-links a:nth-child(2), .footer-cta-form__ctas a:nth-child(2) {
      font-size: 14px !important;
      line-height: 16px !important;
      font-size: 1.4rem !important;
      line-height: 1.6rem !important; }
      .button--link--colored-arrow:after, .callout-links a:nth-child(2):after, .footer-cta-form__ctas a:nth-child(2):after {
        color: #00816D;
        top: 1px;
        left: 6px; }

.global-header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1000px) {
    .global-header__burger {
      display: none; } }
  .global-header__burger .hamburger-inner {
    top: 40%; }
    .global-header__burger .hamburger-inner:before {
      display: none; }
    .global-header__burger .hamburger-inner:after {
      bottom: -10px; }

.global-header__logo {
  display: block; }
  .global-header__logo img {
    max-width: 125px; }

.global-header__nav__expand {
  font-size: 28px !important;
  line-height: 28px !important;
  font-size: 2.8rem !important;
  line-height: 2.8rem !important;
  cursor: pointer;
  display: block;
  height: 59px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 24px; }
  .global-header__nav__expand.icon-chevron-down:before {
    color: #00816D;
    position: relative;
    right: 0;
    top: 16px; }
  .global-header__nav__expand--expanded.icon-chevron-down:before {
    content: none; }
  .global-header__nav__expand--expanded.icon-chevron-down:after {
    color: #00816D;
    content: '\E908';
    font-family: "Icomoon";
    position: relative;
    right: 0;
    top: 16px; }
  @media (min-width: 1000px) {
    .global-header__nav__expand {
      display: none; } }

.post-listing__count {
  font-size: 14px !important;
  line-height: 21px !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  padding: 24px 0; }

.post-listing__load-more {
  margin: 48px auto; }

.article-detail__blockquote {
  margin: 40px auto;
  position: relative; }
  .article-detail__blockquote:before {
    background: #E89D00;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px; }
  .article-detail__blockquote:after {
    border-right: 1px dashed #979797;
    content: '';
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px; }
  .article-detail__blockquote div, .article-detail__blockquote cite {
    padding-left: 30px;
    text-align: left; }
  .article-detail__blockquote div {
    font-size: 20px !important;
    line-height: 36px !important;
    font-size: 2rem !important;
    line-height: 3.6rem !important;
    font-weight: 300;
    padding-bottom: 26px; }
    @media (min-width: 1000px) {
      .article-detail__blockquote div {
        font-size: 24px !important;
        line-height: 42px !important;
        font-size: 2.4rem !important;
        line-height: 4.2rem !important; } }
  .article-detail__blockquote cite {
    font-size: 14px !important;
    line-height: 28px !important;
    font-size: 1.4rem !important;
    line-height: 2.8rem !important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px; }
  .article-detail__blockquote p:before, .article-detail__blockquote p:after {
    display: none; }

.article-detail__content, .rich-text {
  margin: 0 auto;
  max-width: 930px;
  padding: 30px 0; }
  .article-detail__content h2, .rich-text h2, .article-detail__content h3, .rich-text h3, .article-detail__content .article-detail__header .subtitle, .article-detail__header .article-detail__content .subtitle, .rich-text .article-detail__header .subtitle, .article-detail__header .rich-text .subtitle, .article-detail__content h4, .rich-text h4, .article-detail__content p, .rich-text p, .article-detail__content ul, .rich-text ul, .article-detail__content ol, .rich-text ol {
    max-width: 750px; }
  .article-detail__content h2, .rich-text h2, .article-detail__content h3, .rich-text h3, .article-detail__content .article-detail__header .subtitle, .article-detail__header .article-detail__content .subtitle, .rich-text .article-detail__header .subtitle, .article-detail__header .rich-text .subtitle {
    margin: 0 auto;
    margin-bottom: 20px; }
  .article-detail__content h4, .rich-text h4 {
    letter-spacing: 0;
    margin: 0 auto;
    margin-bottom: 18px; }
  .article-detail__content p, .rich-text p, .article-detail__content ul, .rich-text ul, .article-detail__content ol, .rich-text ol {
    margin: 0 auto;
    margin-bottom: 16px; }
  .article-detail__content p:empty, .rich-text p:empty {
    display: none; }
  .article-detail__content ul, .rich-text ul, .article-detail__content ol, .rich-text ol {
    padding-left: 20px; }
    @media (min-width: 1000px) {
      .article-detail__content ul, .rich-text ul, .article-detail__content ol, .rich-text ol {
        padding-left: 40px; } }
  .article-detail__content li, .rich-text li {
    max-width: 400px;
    padding: 10px 0; }
    .article-detail__content li a, .rich-text li a {
      color: #00816D;
      font-weight: 500; }
  .article-detail__content em, .rich-text em {
    font-style: italic; }

.article-detail__header {
  margin: 0 auto;
  max-width: 786px;
  padding: 30px 0; }
  .article-detail__header.has-image {
    max-width: none;
    position: relative; }
    .article-detail__header.has-image > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 30px; }
      @media (min-width: 1000px) {
        .article-detail__header.has-image > .wrapper {
          padding-bottom: 100px; } }
      @media (min-width: 1000px) {
        .article-detail__header.has-image > .wrapper > div {
          width: 40%; } }
    .article-detail__header.has-image .article-detail__header__image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      left: 0;
      margin-left: 18px;
      min-height: 300px;
      position: relative;
      width: calc(100% - 36px); }
      @media (min-width: 1000px) {
        .article-detail__header.has-image .article-detail__header__image {
          left: 48%;
          margin-left: 0;
          min-height: 480px;
          position: absolute;
          top: 80px;
          width: 52%; } }
  .article-detail__header h1 {
    font-size: 46px !important;
    line-height: 60px !important;
    font-size: 4.6rem !important;
    line-height: 6rem !important;
    margin-bottom: 0; }
  .article-detail__header .subtitle {
    margin-top: 10px; }

.article-detail__image {
  margin: 40px auto; }
  .article-detail__image figure {
    border-bottom: 1px dashed rgba(151, 151, 151, 0.5);
    color: #787878;
    font-size: 14px !important;
    line-height: 24px !important;
    font-size: 1.4rem !important;
    line-height: 2.4rem !important;
    margin: 0 auto;
    max-width: 750px;
    padding: 10px;
    text-align: center; }
    @media (min-width: 1000px) {
      .article-detail__image figure {
        padding: 10px 30px; } }

.article-detail__inline {
  margin: 0 auto;
  max-width: 750px; }
  .article-detail__inline img {
    margin: 20px 0; }
  @media (min-width: 1000px) {
    .article-detail__inline {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 20px auto; }
      .article-detail__inline img {
        margin: 0;
        width: 40%; }
      .article-detail__inline p {
        width: 55%; } }

.article-detail__meta ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.article-detail__meta li {
  display: inline-block;
  vertical-align: middle; }
  .article-detail__meta li + li {
    padding-right: 10px; }
  .article-detail__meta li p {
    color: #979797;
    font-size: 11px !important;
    line-height: 28px !important;
    font-size: 1.1rem !important;
    line-height: 2.8rem !important;
    font-weight: 700;
    margin-right: 0px;
    text-transform: uppercase; }

.article-detail__meta .icon {
  color: #00816D; }

.article-detail__meta--top li:first-child {
  display: block; }
  @media (min-width: 600px) {
    .article-detail__meta--top li:first-child {
      display: inline-block;
      margin-right: 20px; } }

.article-detail__meta--bottom {
  margin: 0 auto;
  max-width: 750px; }
  .article-detail__meta--bottom li:first-child {
    display: block; }
    @media (min-width: 600px) {
      .article-detail__meta--bottom li:first-child {
        float: right; } }

.article-detail__related {
  border-bottom: 1px dashed rgba(151, 151, 151, 0.5);
  border-top: 1px dashed rgba(151, 151, 151, 0.5);
  margin: 30px auto;
  max-width: 750px;
  padding: 10px; }
  .article-detail__related br {
    display: none; }
  .article-detail__related strong {
    color: #2C2C2C;
    font-size: 11px !important;
    line-height: 28px !important;
    font-size: 1.1rem !important;
    line-height: 2.8rem !important;
    font-weight: 500;
    text-transform: uppercase; }
  .article-detail__related a {
    color: #00816D;
    font-size: 14px !important;
    line-height: 28px !important;
    font-size: 1.4rem !important;
    line-height: 2.8rem !important;
    font-weight: 900;
    padding-left: 10px; }

.callout-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0; }
  .callout-links a:nth-child(2) {
    margin-left: 20px; }
    .callout-links a:nth-child(2):after {
      font-family: "Icomoon"; }

.callouts__callout {
  margin: 41px 0;
  max-width: 100%;
  padding: 0 12px;
  width: 100%; }
  @media (min-width: 600px) {
    .callouts__callout {
      max-width: 50%; } }
  @media (min-width: 800px) {
    .callouts__callout {
      max-width: 25%; } }
  .callouts__callout img {
    margin: 0 auto;
    max-width: 100%;
    width: auto; }

.card--custom {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  padding: 30px; }
  @media (min-width: 800px) {
    .card--custom {
      padding: 40px; } }
  .card--custom__body div, .card--custom__footer div {
    color: #2C2C2C;
    font-weight: 500; }
  .card--custom__body {
    padding-bottom: 40px; }
    .card--custom__body h3, .card--custom__body .article-detail__header .subtitle, .article-detail__header .card--custom__body .subtitle {
      font-size: 30px !important;
      line-height: 42px !important;
      font-size: 3rem !important;
      line-height: 4.2rem !important;
      margin-top: 0; }
    .card--custom__body p {
      padding-bottom: 30px; }
  .card--custom__footer {
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    padding-top: 20px; }
  .card--custom p {
    font-size: 14px !important;
    line-height: 24px !important;
    font-size: 1.4rem !important;
    line-height: 2.4rem !important; }

.card--hero {
  background: #fff;
  margin-bottom: 20px;
  max-width: 100%; }
  @media (min-width: 600px) {
    .card--hero {
      margin-bottom: 0;
      max-width: 49%; }
      .card--hero + .card--hero {
        margin-left: 5px; } }
  @media (min-width: 1000px) {
    .card--hero {
      max-width: 32%; } }
  .card--hero .card__footer {
    border-top: 0px;
    padding: 8px 25px 20px; }
    .card--hero .card__footer a {
      background: #00816D;
      border-radius: 40px;
      display: block;
      height: 40px;
      margin-left: auto;
      position: relative;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 500ms ease;
      -o-transition: 500ms ease;
      transition: 500ms ease;
      width: 40px; }
      .card--hero .card__footer a:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
        -webkit-transition: 500ms ease;
        -o-transition: 500ms ease;
        transition: 500ms ease; }
      .card--hero .card__footer a span {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .card--hero .card__footer a span:before {
          color: #fff;
          font-size: 18px;
          margin-top: 2px; }

.card.card--leadership {
  display: block; }

.card.card--location {
  display: block; }

.card--post__topic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .card--post__topic .yellow-border {
    text-transform: uppercase; }
  .card--post__topic .icon {
    border: 1px solid #DEDEDE;
    border-radius: 36px;
    -webkit-box-shadow: 3px 22px 19px 0 rgba(16, 9, 6, 0.03);
            box-shadow: 3px 22px 19px 0 rgba(16, 9, 6, 0.03);
    padding: 12px; }
    .card--post__topic .icon:before {
      background-size: contain;
      content: '';
      height: 35px;
      vertical-align: middle;
      width: 35px; }
    .card--post__topic .icon + .yellow-border {
      margin-left: 15px; }

.card {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  background: #fff;
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0 3px 55px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 55px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card .yellow-border {
    position: relative; }
    .card .yellow-border:after {
      background: #F3B71A;
      content: '';
      display: block;
      height: 2px;
      margin-top: 2px;
      width: 15px; }
  .card__body {
    color: #000;
    padding: 26px 33px;
    width: 100%; }
  .card__footer {
    border-top: 1px solid #F2F2F2;
    padding: 8px 33px 5px;
    text-align: right;
    width: 100%; }
    .card__footer .icon-arrow-right:before, .card__footer .callout-links a:nth-child(2):before, .callout-links .card__footer a:nth-child(2):before, .card__footer .footer-cta-form__ctas a:nth-child(2):before, .footer-cta-form__ctas .card__footer a:nth-child(2):before {
      color: #00816D;
      font-size: 20px;
      font-weight: 800; }

.form--footer-cta-form {
  min-width: 100%; }
  .form--footer-cta-form .mktoForm {
    min-width: 100% !important;
    padding: 30px 0; }
    @media (min-width: 1000px) {
      .form--footer-cta-form .mktoForm {
        padding: 0; } }
    .form--footer-cta-form .mktoForm .mktoGutter, .form--footer-cta-form .mktoForm .mktoOffset {
      display: none; }
    .form--footer-cta-form .mktoForm .mktoLabel {
      color: #2C2C2C !important;
      font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 12px !important;
      line-height: 16px !important;
      font-size: 1.2rem !important;
      line-height: 1.6rem !important;
      font-weight: 300;
      padding-bottom: 4px !important;
      width: auto !important; }
    .form--footer-cta-form .mktoForm .mktoAsterix {
      color: #2C2C2C !important;
      font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 12px !important;
      line-height: 16px !important;
      font-size: 1.2rem !important;
      line-height: 1.6rem !important;
      font-weight: 300; }
    .form--footer-cta-form .mktoForm input, .form--footer-cta-form .mktoForm .mktoFieldWrap, .form--footer-cta-form .mktoForm .mktoFieldDescriptor {
      width: 100% !important; }
    .form--footer-cta-form .mktoForm input {
      background: #fff !important;
      color: #2C2C2C;
      font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 12px !important;
      line-height: 16px !important;
      font-size: 1.2rem !important;
      line-height: 1.6rem !important;
      margin-bottom: 10px !important;
      min-height: 40px;
      outline: none !important;
      padding: 10px; }
    .form--footer-cta-form .mktoForm .mktoButtonRow {
      width: 100% !important; }
      .form--footer-cta-form .mktoForm .mktoButtonRow span {
        display: block !important;
        margin: 0 auto !important; }
        .form--footer-cta-form .mktoForm .mktoButtonRow span .mktoButton {
          background: #00816D !important;
          border: 2px solid #00816D !important;
          border-radius: 30px !important;
          color: #fff !important;
          display: block !important;
          font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 14px !important;
          line-height: 16px !important;
          font-size: 1.4rem !important;
          line-height: 1.6rem !important;
          font-weight: 700 !important;
          min-width: 100% !important;
          padding: 12px !important;
          text-align: center !important;
          -webkit-transform: scale(1) !important;
              -ms-transform: scale(1) !important;
                  transform: scale(1) !important;
          -webkit-transition: 500ms ease !important;
          -o-transition: 500ms ease !important;
          transition: 500ms ease !important; }
          .form--footer-cta-form .mktoForm .mktoButtonRow span .mktoButton:hover {
            color: #fff !important;
            -webkit-transform: scale(1.01) !important;
                -ms-transform: scale(1.01) !important;
                    transform: scale(1.01) !important;
            -webkit-transition: 500ms ease !important;
            -o-transition: 500ms ease !important;
            transition: 500ms ease !important; }

.full-width-media .wrapper {
  max-width: 960px;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 600px) {
    .full-width-media .wrapper {
      padding: 60px 0; } }

.full-width-media__top {
  margin: 0 auto 45px;
  max-width: 750px; }

.full-width-media .iframe {
  height: 0;
  padding-bottom: 51%;
  position: relative;
  width: 100%; }
  .full-width-media .iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.global-header__nav {
  clear: both;
  display: none;
  list-style: none;
  margin: 18px 0 0;
  min-height: 100%;
  padding: 0;
  width: 100%; }
  .navigation-open .global-header__nav {
    display: block; }
  @media (min-width: 1000px) {
    .global-header__nav {
      border: none;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .global-header__nav__item--has-children a.icon-chevron-down:before {
    content: none; }
  @media (min-width: 1000px) {
    .global-header__nav__item--has-children a.icon-chevron-down:before {
      content: none; }
    .global-header__nav__item--has-children a.icon-chevron-down:after {
      content: '\E907';
      font-family: "Icomoon";
      position: relative;
      right: 0;
      top: 1px; } }
  .global-header__nav li {
    font-size: 16px !important;
    line-height: 28px !important;
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
    font-weight: 700;
    list-style: none;
    margin: 0;
    position: relative; }
    .global-header__nav li a {
      border-bottom: 1px solid #F2F2F2; }
    @media (min-width: 1000px) {
      .global-header__nav li {
        font-size: 14px !important;
        line-height: 16px !important;
        font-size: 1.4rem !important;
        line-height: 1.6rem !important;
        font-weight: 400;
        margin: 0;
        margin-left: 18px; }
        .global-header__nav li.global-header__nav__item--has-children {
          font-size: 14px !important;
          line-height: 15px !important;
          font-size: 1.4rem !important;
          line-height: 1.5rem !important; }
        .global-header__nav li a {
          border: none; } }
    @media (min-width: 1000px) {
      .global-header__nav li.flyout--active {
        border-bottom: 3px solid #E89D00;
        font-weight: 700; }
        .global-header__nav li.flyout--active a.icon-chevron-down:after {
          content: '\E908'; } }
    .global-header__nav li a {
      display: block;
      outline: none;
      padding: 15px 0; }
      @media (min-width: 1000px) {
        .global-header__nav li a {
          padding: 10px 0; } }
    .global-header__nav li ul {
      display: none;
      padding: 0; }
    .global-header__nav li li {
      border-bottom: none;
      padding: 0; }
  .global-header__nav--level-1 > li:last-child.current-menu-item {
    border: none; }
  .global-header__nav--level-1 > li:last-child > a {
    font-size: 14px !important;
    line-height: 16px !important;
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
    background: #fff;
    border-color: #00816D;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    color: #00816D;
    display: block;
    font-weight: 500;
    margin: 30px 0;
    max-width: 200px;
    padding: 12px;
    text-align: center; }
    .global-header__nav--level-1 > li:last-child > a:hover {
      color: #00816D; }
    @media (min-width: 1000px) {
      .global-header__nav--level-1 > li:last-child > a {
        background: none;
        border: none;
        color: #2C2C2C;
        font-size: 12px !important;
        line-height: 17px !important;
        font-size: 1.2rem !important;
        line-height: 1.7rem !important;
        font-weight: 700;
        margin: 0;
        padding: 10px 0;
        position: relative;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: 500ms ease;
        -o-transition: 500ms ease;
        transition: 500ms ease; }
        .global-header__nav--level-1 > li:last-child > a:before {
          border-bottom: 2px solid #2C2C2C;
          bottom: 8px;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          width: 100%; }
        .global-header__nav--level-1 > li:last-child > a:after {
          content: '\E909';
          font-family: "Icomoon";
          position: absolute;
          right: -15px;
          top: 12px; }
        .global-header__nav--level-1 > li:last-child > a:hover {
          color: #2C2C2C; } }
  .global-header__nav--level-1 .global-header__nav__item--open > a:first-child {
    border: none; }
  .global-header__nav__menu--level-2 {
    position: relative; }
    .global-header__nav__menu--level-2:after {
      background: #f9f9f9;
      border-bottom: 1px solid #F2F2F2;
      border-top: 1px solid #F2F2F2;
      content: '';
      height: 100%;
      left: -18px;
      position: absolute;
      top: 0;
      width: calc(100% + 36px);
      z-index: -1; }
    .global-header__nav__menu--level-2 li {
      font-size: 14px !important;
      line-height: 28px !important;
      font-size: 1.4rem !important;
      line-height: 2.8rem !important;
      font-weight: 400; }
      .global-header__nav__menu--level-2 li a {
        border-bottom: 1px solid #F2F2F2;
        padding-left: 20px; }
    .global-header__nav__menu--level-2 .global-header__nav__item--open > a:first-child {
      border-bottom: 1px solid #F2F2F2; }
  .global-header__nav__menu--level-3 li a {
    border: none;
    font-size: 14px !important;
    line-height: 24px !important;
    font-size: 1.4rem !important;
    line-height: 2.4rem !important; }
  .global-header__nav__menu--level-3 li:last-child > a {
    border-bottom: 1px solid #F2F2F2; }

.global-header__utility {
  display: none; }
  @media (min-width: 1000px) {
    .global-header__utility {
      display: block;
      margin-right: 0;
      overflow: hidden; } }
  .global-header__utility nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .global-header__utility nav li {
    font-size: 11px !important;
    line-height: 12px !important;
    font-size: 1.1rem !important;
    line-height: 1.2rem !important;
    display: block;
    margin-left: 12px; }
  .navigation-open .global-header__utility {
    display: block;
    width: 100%; }
    .navigation-open .global-header__utility nav > ul {
      display: block; }
      .navigation-open .global-header__utility nav > ul li {
        font-size: 12px !important;
        line-height: 24px !important;
        font-size: 1.2rem !important;
        line-height: 2.4rem !important;
        padding-bottom: 20px; }

.post-listing__filter {
  border-bottom: 1px dotted #979797;
  margin: 0;
  padding: 24px 0; }
  .post-listing__filter li {
    cursor: pointer;
    display: inline-block;
    font-weight: 700; }
    .post-listing__filter li + li {
      margin-left: 30px; }
  .post-listing__filter .topic--active {
    color: #00816D; }
  .post-listing__filter + .post-listing__grid {
    margin-top: 24px; }

.post-listing__grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 600px) {
    .post-listing__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .post-listing__grid {
      grid-template-columns: repeat(3, 1fr); } }

.related-posts__grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 600px) {
    .related-posts__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .related-posts__grid {
      grid-template-columns: repeat(3, 1fr); } }

.article-detail {
  margin-top: 100px; }
  @media (min-width: 1000px) {
    .article-detail {
      margin-top: 0; } }
  .article-detail__footnote {
    border-bottom: 1px dashed rgba(151, 151, 151, 0.5);
    color: #787878;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 750px;
    padding: 10px 0 20px; }

.callout-grid {
  padding: 60px 0;
  text-align: center; }
  .callout-grid .wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .callout-grid__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .callout-grid__links a:nth-child(2) {
      margin-left: 18px; }
      .callout-grid__links a:nth-child(2):before {
        font-family: "Icomoon"; }

.callout-row {
  padding: 70px 0;
  text-align: center; }
  .callout-row > .wrapper {
    background: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 3px 22px 19px 0 rgba(16, 9, 6, 0.03);
            box-shadow: 3px 22px 19px 0 rgba(16, 9, 6, 0.03);
    position: relative;
    z-index: 1; }
    .callout-row > .wrapper > h2, .callout-row > .wrapper > p {
      margin: 0 auto;
      max-width: 625px; }
    .callout-row > .wrapper > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .callout-row .callouts__callout {
    padding: 0 41px; }
    @media (min-width: 600px) {
      .callout-row .callouts__callout:nth-child(even) {
        border-left: 1px dotted #F2F2F2; } }
    @media (min-width: 800px) {
      .callout-row .callouts__callout + .callouts__callout {
        border-left: 1px dotted #F2F2F2; } }
  .callout-row.yellow-block .callout-row__top {
    background: #F3B71A; }
    .callout-row.yellow-block .callout-row__top .wrapper {
      overflow: hidden; }
  @media (min-width: 1000px) {
    .callout-row.yellow-block .callout-row__top {
      margin-bottom: -60px;
      margin-left: auto;
      padding: 30px 60px 90px 40px;
      text-align: left;
      width: 60%; }
      .callout-row.yellow-block .callout-row__top .wrapper {
        margin: 0;
        max-width: calc(1180px - 55%); }
        .callout-row.yellow-block .callout-row__top .wrapper h2 {
          width: 40%; } }

.flyout {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: 1; }
  @media (max-width: 1000px) {
    .flyout {
      display: none; } }
  .flyout .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 130px 18px 48px; }
  .flyout__section {
    display: none;
    width: 100%; }
    .flyout__section--open {
      padding: 0 90px; }
    .flyout__section--1-col .wrapper .flyout__section__column {
      width: 100%; }
    .flyout__section--2-col .wrapper .flyout__section__column {
      width: 48%; }
    .flyout__section--3-col .wrapper .flyout__section__column {
      width: 25%; }
      .flyout__section--3-col .wrapper .flyout__section__column:nth-child(1) {
        width: 33%; }
  .flyout__subtitle {
    font-size: 11px !important;
    line-height: 28px !important;
    font-size: 1.1rem !important;
    line-height: 2.8rem !important;
    color: #2C2C2C;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .flyout__title {
    font-size: 18px !important;
    line-height: 21px !important;
    font-size: 1.8rem !important;
    line-height: 2.1rem !important;
    margin-top: 0; }
    .flyout__title a.icon-arrow-right:before, .flyout__title .callout-links a:nth-child(2):before, .callout-links .flyout__title a:nth-child(2):before, .flyout__title .footer-cta-form__ctas a:nth-child(2):before, .footer-cta-form__ctas .flyout__title a:nth-child(2):before {
      content: none; }
    .flyout__title a.icon-arrow-right:after, .flyout__title .callout-links a:nth-child(2):after, .callout-links .flyout__title a:nth-child(2):after, .flyout__title .footer-cta-form__ctas a:nth-child(2):after, .footer-cta-form__ctas .flyout__title a:nth-child(2):after {
      color: #00816D;
      content: '\E909';
      font-family: "Icomoon";
      position: relative;
      right: -4px; }
  .flyout__content--menu {
    list-style-type: none;
    padding: 0; }
    .flyout__content--menu li a {
      font-size: 13px !important;
      line-height: 30px !important;
      font-size: 1.3rem !important;
      line-height: 3rem !important;
      color: #00816D;
      font-weight: 500; }
  .flyout__content--custom {
    width: 100% !important; }
    .flyout__content--custom div {
      width: 100% !important; }
      .flyout__content--custom div div {
        padding-bottom: 20px; }
    .flyout__content--custom p strong {
      font-size: 14px !important;
      line-height: 28px !important;
      font-size: 1.4rem !important;
      line-height: 2.8rem !important;
      border-bottom: 3px solid #E89D00;
      font-weight: 500;
      padding-bottom: 3px; }

.footer-blurbs {
  padding: 30px 0; }
  .footer-blurbs .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px; }
  .footer-blurbs h3, .footer-blurbs .article-detail__header .subtitle, .article-detail__header .footer-blurbs .subtitle {
    font-weight: 400;
    padding-right: 0;
    padding: 30px 18px;
    width: 100%; }
    @media (min-width: 800px) {
      .footer-blurbs h3, .footer-blurbs .article-detail__header .subtitle, .article-detail__header .footer-blurbs .subtitle {
        padding: 30px 0 30px 70px;
        width: 50%; } }
    .footer-blurbs h3:before, .footer-blurbs .article-detail__header .subtitle:before, .article-detail__header .footer-blurbs .subtitle:before {
      background: #E89D00;
      content: '';
      display: block;
      height: 12px;
      left: 18px;
      position: absolute;
      top: 0;
      width: calc(100% - 36px); }
      @media (min-width: 800px) {
        .footer-blurbs h3:before, .footer-blurbs .article-detail__header .subtitle:before, .article-detail__header .footer-blurbs .subtitle:before {
          height: 100%;
          width: 12px; } }
  .footer-blurbs__blurb-container {
    width: 100%; }
    @media (min-width: 800px) {
      .footer-blurbs__blurb-container {
        width: 40%; } }
    .footer-blurbs__blurb-container div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 auto;
      max-width: 375px;
      padding: 0 18px; }
      @media (min-width: 800px) {
        .footer-blurbs__blurb-container div {
          margin: 0;
          padding: 0; } }
      .footer-blurbs__blurb-container div img {
        max-height: 45px;
        max-width: 45px; }
      .footer-blurbs__blurb-container div p {
        font-size: 14px !important;
        line-height: 24px !important;
        font-size: 1.4rem !important;
        line-height: 2.4rem !important;
        color: #2C2C2C;
        padding-left: 12px; }

.footer-cta-form {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 30px; }
  @media (min-width: 1000px) {
    .footer-cta-form {
      padding: 60px 0; } }
  .footer-cta-form .wrapper {
    max-width: 900px; }
    @media (min-width: 1000px) {
      .footer-cta-form .wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .footer-cta-form .wrapper div {
      width: 100%; }
      @media (min-width: 1000px) {
        .footer-cta-form .wrapper div {
          max-width: 350px; } }
      .footer-cta-form .wrapper div p {
        font-size: 20px !important;
        line-height: 36px !important;
        font-size: 2rem !important;
        line-height: 3.6rem !important;
        padding: 0 20px; }
        @media (min-width: 1000px) {
          .footer-cta-form .wrapper div p {
            padding: 0; } }
  .footer-cta-form__content {
    background: #E89D00;
    margin: 0 auto;
    margin-left: -18px;
    padding: 30px 40px;
    width: calc(100% + 36px) !important; }
    @media (min-width: 1000px) {
      .footer-cta-form__content {
        background: rgba(232, 157, 0, 0.6);
        -webkit-filter: saturate(150%);
                filter: saturate(150%);
        margin: 0;
        max-width: 350px;
        padding: 60px; } }
    .footer-cta-form__content h2 {
      font-weight: 300; }
      @media (min-width: 1000px) {
        .footer-cta-form__content h2 {
          max-width: 210px; } }
  .footer-cta-form__ctas {
    margin: 25px 0;
    padding: 0 20px; }
    @media (min-width: 1000px) {
      .footer-cta-form__ctas {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0; } }
    .footer-cta-form__ctas a:nth-child(1) {
      margin-bottom: 20px;
      min-width: 160px; }
      @media (min-width: 1000px) {
        .footer-cta-form__ctas a:nth-child(1) {
          margin: 0; } }
    @media (min-width: 1000px) {
      .footer-cta-form__ctas a:nth-child(2) {
        margin-left: 20px; } }
    .footer-cta-form__ctas a:nth-child(2):after {
      font-family: "Icomoon"; }

.global-footer {
  background: #fff;
  border-top: 1px dashed #979797;
  padding: 30px 0; }
  .global-footer .wrapper, .global-footer__badges, .global-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .global-footer .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 600px) {
      .global-footer .wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .global-footer__badges {
    width: 160px; }
    .global-footer__badges img {
      height: 40px;
      width: 40px; }
  .global-footer__left-container {
    width: 100%; }
    @media (min-width: 600px) {
      .global-footer__left-container {
        width: auto; } }
  .global-footer__social {
    font-size: 24px !important;
    line-height: 28px !important;
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 14px;
    width: 100%; }
    @media (min-width: 600px) {
      .global-footer__social {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 0px;
        width: auto; } }
    .global-footer__social a {
      color: #2C2C2C;
      margin-left: 10px;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 300ms ease-in-out;
      -o-transition: 300ms ease-in-out;
      transition: 300ms ease-in-out; }
      .global-footer__social a:hover {
        -webkit-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .global-footer__copyright {
    text-align: center;
    width: 100%; }
    @media (min-width: 600px) {
      .global-footer__copyright {
        text-align: left;
        width: auto; } }
    .global-footer__copyright p {
      font-size: 10px !important;
      line-height: 19px !important;
      font-size: 1rem !important;
      line-height: 1.9rem !important; }
    .global-footer__copyright a {
      color: #2C2C2C;
      text-decoration: underline; }

.global-header {
  background-color: transparent;
  overflow: visible;
  padding: 20px 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  width: 100%;
  z-index: 2; }
  .flyout--open .global-header {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2; }
  .admin-bar .global-header {
    margin-top: 46px;
    position: absolute; }
    @media (min-width: 782px) {
      .admin-bar .global-header {
        margin-top: 32px; } }
  .global-header .wrapper {
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    width: 100%; }
    @media (min-width: 1000px) {
      .global-header .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
        padding-left: 18px;
        padding-right: 18px; } }
  .navigation-open .global-header {
    background: #fff; }
    .navigation-open .global-header:before {
      background: #E89D00;
      content: '';
      height: 4px;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%; }
    .navigation-open .global-header__nav {
      margin: 0; }
    .navigation-open .global-header__top {
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 20px; }
    .navigation-open .global-header__bottom nav {
      width: 100%; }
  .global-header__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px; }
    @media (min-width: 1000px) {
      .global-header__top {
        padding-left: 0;
        padding-right: 0; } }
  .global-header__logo svg {
    max-width: 150px; }
    @media (min-width: 1000px) {
      .global-header__logo svg {
        max-width: 200px; } }
  .global-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-left: 18px;
    padding-right: 18px; }
    @media (min-width: 1000px) {
      .global-header__bottom {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1000px) {
    .global-header .current-menu-item {
      border-bottom: 3px solid #E89D00;
      font-weight: 700; } }

.hero--empty {
  display: none; }
  @media (min-width: 1000px) {
    .hero--empty {
      display: block;
      height: 140px; } }

.hero--home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3B71A), color-stop(92%, #F3B71A), color-stop(92%, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #F3B71A, #F3B71A 92%, #F2F2F2 92%);
  background-image: -o-linear-gradient(top, #F3B71A, #F3B71A 92%, #F2F2F2 92%);
  background-image: linear-gradient(to bottom, #F3B71A, #F3B71A 92%, #F2F2F2 92%);
  padding-top: 72px; }
  @media (min-width: 1000px) {
    .hero--home {
      padding-top: 144px; } }
  .hero--home > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px; }
    @media (min-width: 1000px) {
      .hero--home > .wrapper {
        padding-bottom: 100px; } }
    @media (min-width: 1000px) {
      .hero--home > .wrapper div {
        width: 42%; } }
    .hero--home > .wrapper div h1 {
      margin-bottom: 10px; }
  .hero--home .hero__subtitle {
    font-size: 20px !important;
    line-height: 36px !important;
    font-size: 2rem !important;
    line-height: 3.6rem !important;
    width: 100% !important; }
  .hero--home__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 18px;
    min-height: 300px;
    position: relative;
    width: calc(100% - 36px); }
    @media (min-width: 1000px) {
      .hero--home__image {
        left: 48%;
        margin-left: 0;
        min-height: 480px;
        position: absolute;
        top: 144px;
        width: 52%; } }
  .hero--home__below {
    padding-top: 30px; }
    .hero--home__below .wrapper {
      overflow: hidden; }
      .hero--home__below .wrapper > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .hero--home__below h3, .hero--home__below .article-detail__header .subtitle, .article-detail__header .hero--home__below .subtitle {
      font-weight: 300;
      margin: 100px auto;
      max-width: 744px;
      text-align: center; }
      @media (min-width: 1000px) {
        .hero--home__below h3, .hero--home__below .article-detail__header .subtitle, .article-detail__header .hero--home__below .subtitle {
          font-size: 30px !important;
          line-height: 48px !important;
          font-size: 3rem !important;
          line-height: 4.8rem !important; } }

.hero--inner {
  padding-top: 144px;
  padding-bottom: 75px;
  position: relative; }
  .hero--inner__bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .hero--inner.hero--inverse-text {
    color: #fff; }
  .hero--inner h1 {
    font-size: 46px !important;
    line-height: 60px !important;
    font-size: 4.6rem !important;
    line-height: 6rem !important; }
  .hero--inner .hero__subtitle {
    margin: 30px 0; }
  .hero--inner .wrapper {
    text-align: center; }
  .hero--inner__description-box {
    text-align: center; }
    .hero--inner__description-box .wrapper {
      background: white;
      border: 1px solid #F2F2F2;
      margin: -50px 10px 60px;
      max-width: 900px;
      padding: 20px 45px; }
      @media (min-width: 800px) {
        .hero--inner__description-box .wrapper {
          margin-left: auto;
          margin-right: auto;
          padding: 50px 90px; } }
  .hero--inner__ctas a {
    min-width: 100px; }
    .hero--inner__ctas a:first-child {
      display: inline-block; }
    .hero--inner__ctas a:last-child {
      display: inline-block;
      margin-left: 15px; }

.hero--listing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3B71A), color-stop(92%, #F3B71A), color-stop(92%, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #F3B71A, #F3B71A 92%, #F2F2F2 92%);
  background-image: -o-linear-gradient(top, #F3B71A, #F3B71A 92%, #F2F2F2 92%);
  background-image: linear-gradient(to bottom, #F3B71A, #F3B71A 92%, #F2F2F2 92%);
  padding-top: 144px; }
  .hero--listing h1 {
    font-size: 46px !important;
    line-height: 60px !important;
    font-size: 4.6rem !important;
    line-height: 6rem !important;
    margin-bottom: 10px; }
  .hero--listing > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px; }
    @media (min-width: 1000px) {
      .hero--listing > .wrapper {
        padding-bottom: 100px; } }
    @media (min-width: 1000px) {
      .hero--listing > .wrapper div {
        width: 40%; } }
  .hero--listing__image {
    display: block;
    left: 0;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 36px); }
    @media (min-width: 600px) {
      .hero--listing__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1000px) {
      .hero--listing__image {
        left: 45%;
        margin: 0;
        position: absolute;
        top: 144px;
        width: 50%; } }
  .hero--listing .card.card--hero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 0; }
    @media (min-width: 600px) {
      .hero--listing .card.card--hero {
        max-width: 49%; } }
  .hero--listing + .post-listing {
    padding-top: 0px; }
    @media (min-width: 1000px) {
      .hero--listing + .post-listing {
        padding-top: 50px; } }

.hero {
  background-color: #F3B71A;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0; }
  .hero__subtitle {
    font-size: 20px !important;
    line-height: 36px !important;
    font-size: 2rem !important;
    line-height: 3.6rem !important; }

.image-text {
  padding: 30px 0; }
  .image-text .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1000px) {
      .image-text .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; } }
  .image-text__text {
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1000px) {
      .image-text__text {
        margin: 0;
        width: 48%; } }
    .image-text__text h3, .image-text__text .article-detail__header .subtitle, .article-detail__header .image-text__text .subtitle {
      font-size: 30px !important;
      line-height: 42px !important;
      font-size: 3rem !important;
      line-height: 4.2rem !important;
      font-weight: 300; }
    .image-text__text h3, .image-text__text .article-detail__header .subtitle, .article-detail__header .image-text__text .subtitle, .image-text__text p {
      margin: 0 0 30px 0; }
  .image-text__image {
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1000px) {
      .image-text__image {
        margin: 0;
        width: 48%; } }
  .image-text--reverse .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1000px) {
      .image-text--reverse .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse; } }

.post-listing h2 {
  font-weight: 300;
  margin: 0;
  padding: 48px 0 24px; }

.related-posts {
  margin: 87px 0; }
  .related-posts h2 {
    text-align: center; }

.split-card .wrapper {
  max-width: 900px;
  padding: 30px 18px; }
  @media (min-width: 600px) {
    .split-card .wrapper {
      padding: 60px 0; } }

.split-card h2 {
  font-weight: 300; }

.split-card__top {
  margin: 0 auto 45px;
  max-width: 750px;
  text-align: center; }
  .split-card__top h2 {
    max-width: 600px;
    margin: 0 auto; }

.split-card__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .split-card__cards .card--post, .split-card__cards .card--custom {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .split-card__cards .card--post, .split-card__cards .card--custom {
        margin: 0;
        width: 49.5%; } }

.split-list {
  padding: 30px 0; }
  @media (min-width: 800px) {
    .split-list {
      padding: 60px 0; } }
  .split-list .wrapper {
    max-width: 800px; }
  .split-list h2, .split-list p {
    text-align: center; }
  .split-list h2 {
    font-weight: 300; }
    @media (min-width: 800px) {
      .split-list h2 {
        margin-bottom: 40px; } }
  .split-list p {
    margin: 0 auto 30px; }
    @media (min-width: 800px) {
      .split-list p {
        margin: 0 auto 60px; } }
  .split-list__columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .split-list__list, .split-list__links {
    width: 100%; }
    @media (min-width: 800px) {
      .split-list__list, .split-list__links {
        width: 50%; } }
  .split-list__list {
    border-bottom: 1px dotted #2C2C2C; }
    @media (min-width: 800px) {
      .split-list__list {
        border-bottom: none;
        border-right: 1px dotted #2C2C2C;
        padding-right: 60px; } }
    .split-list__list ul {
      list-style-type: none;
      padding-left: 48px; }
      .split-list__list ul li {
        margin-bottom: 20px;
        position: relative; }
        .split-list__list ul li:before {
          font-size: 32px !important;
          line-height: 32px !important;
          font-size: 3.2rem !important;
          line-height: 3.2rem !important;
          color: #7252A2;
          left: -48px;
          position: absolute;
          top: 6px; }
  .split-list__links {
    padding-left: 0;
    padding-top: 30px; }
    @media (min-width: 800px) {
      .split-list__links {
        padding-left: 100px;
        padding-top: 0; } }
    .split-list__links div {
      padding-bottom: 40px; }
      .split-list__links div a {
        display: block;
        text-align: center;
        width: 100%; }
        @media (min-width: 800px) {
          .split-list__links div a {
            text-align: left; } }

.testimonials {
  position: relative; }
  .testimonials .wrapper {
    overflow: hidden;
    padding: 30px 0; }
    @media (min-width: 600px) {
      .testimonials .wrapper {
        margin: 0;
        max-width: 100%;
        padding: 60px 0; } }
  .testimonials h2 {
    font-size: 20px !important;
    line-height: 34px !important;
    font-size: 2rem !important;
    line-height: 3.4rem !important;
    font-weight: 300;
    padding: 0 18px;
    text-align: center; }
    @media (min-width: 800px) {
      .testimonials h2 {
        font-size: 32px !important;
        line-height: 48px !important;
        font-size: 3.2rem !important;
        line-height: 4.8rem !important;
        margin-bottom: 60px; } }
  .testimonials .swiper-slide {
    width: 100%; }
    @media (min-width: 800px) {
      .testimonials .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .testimonials__slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px; }
    @media (min-width: 800px) {
      .testimonials__slide-image {
        min-height: 600px;
        width: 45%; } }
  @media (min-width: 800px) {
    .testimonials__slide-content {
      margin-top: 80px;
      width: 55%; } }
  .testimonials__text {
    background: #E89D00;
    padding: 10px 18px;
    position: relative;
    text-align: center; }
    @media (min-width: 800px) {
      .testimonials__text {
        min-height: 300px;
        padding: 30px; } }
    .testimonials__text .icon-chat {
      font-size: 36px !important;
      line-height: 48px !important;
      font-size: 3.6rem !important;
      line-height: 4.8rem !important;
      color: #fff;
      padding: 20px 0; }
    .testimonials__text blockquote, .testimonials__text p, .testimonials__text span {
      margin: 0 auto;
      max-width: 450px; }
    .testimonials__text blockquote {
      font-size: 16px !important;
      line-height: 30px !important;
      font-size: 1.6rem !important;
      line-height: 3rem !important;
      margin-bottom: 30px; }
      @media (min-width: 800px) {
        .testimonials__text blockquote {
          font-size: 20px !important;
          line-height: 36px !important;
          font-size: 2rem !important;
          line-height: 3.6rem !important; } }
    .testimonials__text span {
      font-size: 14px !important;
      line-height: 28px !important;
      font-size: 1.4rem !important;
      line-height: 2.8rem !important;
      display: block;
      font-weight: 900; }
    .testimonials__text p {
      font-size: 16px !important;
      line-height: 28px !important;
      font-size: 1.6rem !important;
      line-height: 2.8rem !important;
      padding-bottom: 20px; }
    .testimonials__text:before {
      background: #E89D00;
      content: '';
      height: 40px;
      left: 0;
      opacity: .5;
      position: absolute;
      top: -40px;
      width: 100%; }
      @media (min-width: 800px) {
        .testimonials__text:before {
          height: 100%;
          left: -60px;
          top: 0;
          width: 60px; } }
  .testimonials__logos {
    display: none; }
    @media (min-width: 800px) {
      .testimonials__logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 40px;
        z-index: 1; } }
    .testimonials__logos div {
      cursor: pointer;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      margin: 0 20px;
      max-width: 15%;
      padding-bottom: 10px; }
    .testimonials__logos .active-logo {
      border-bottom: 5px solid #00816D;
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
  .testimonials .swiper-pagination {
    display: block;
    margin: 30px auto 0;
    position: relative;
    width: 100%; }
    @media (min-width: 800px) {
      .testimonials .swiper-pagination {
        display: none; } }
  .testimonials .swiper-pagination-bullet {
    height: 12px;
    margin: 0 8px;
    outline: none;
    width: 12px; }
    .testimonials .swiper-pagination-bullet-active {
      background: #00816D;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.two-column-content-blurbs {
  position: relative; }
  .two-column-content-blurbs__image {
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 360px;
    position: relative;
    width: 100%;
    z-index: 0; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__image {
        height: 500px;
        left: 0;
        position: absolute;
        top: 0;
        width: 40%; } }
    .two-column-content-blurbs__image:before {
      background: #E89D00;
      content: '';
      height: 33%;
      left: 0;
      opacity: .9;
      position: absolute;
      top: 33%;
      width: 100%; }
    .two-column-content-blurbs__image h2 {
      color: #fff;
      font-weight: 400;
      position: absolute;
      text-align: center;
      top: 35%;
      width: 100%;
      z-index: 1; }
      @media (min-width: 1000px) {
        .two-column-content-blurbs__image h2 {
          top: 40%; } }
  .two-column-content-blurbs .wrapper {
    padding: 0; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        min-height: 500px;
        padding-left: 18px;
        padding-right: 18px; } }
  .two-column-content-blurbs__image-text {
    width: 100%; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__image-text {
        width: 40%; } }
  .two-column-content-blurbs__content {
    padding: 30px 18px;
    width: 100%; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__content {
        padding: 60px 0 60px 30px;
        width: 60%; } }
    .two-column-content-blurbs__content p {
      margin: 0;
      text-align: left; }
  .two-column-content-blurbs__blurb-container {
    padding: 30px 0; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__blurb-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .two-column-content-blurbs__blurb-container div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      padding: 10px;
      width: 300px; }
      @media (min-width: 1000px) {
        .two-column-content-blurbs__blurb-container div {
          margin: 0;
          width: 50%; } }
      .two-column-content-blurbs__blurb-container div img {
        max-height: 74px;
        max-width: 74px; }
      .two-column-content-blurbs__blurb-container div p {
        font-size: 14px !important;
        line-height: 24px !important;
        font-size: 1.4rem !important;
        line-height: 2.4rem !important;
        max-width: 200px;
        padding-left: 12px; }
  .two-column-content-blurbs a {
    margin: 0 auto; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs a {
        margin: 0; } }
