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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
}

button:focus {
	outline: none;
}

*,
*:before,
*:after {
	/*! Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

::selection {
	background-color: #002e7d;
	color: #fff;
}

b,
strong {
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.site {
	overflow: hidden;
}

/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
	font-family: "Avenir Next W01 Light";
	src: url("../fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix");
	src: url("../fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"), url("../fonts/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"), url("../fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"), url("../fonts/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype"), url("../fonts/869dc33b-3685-4d74-a51c-82b435579093.svg#869dc33b-3685-4d74-a51c-82b435579093") format("svg");
}

@font-face {
	font-family: "AvenirNextLTW01-Medium";
	src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
	src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("../fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("../fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("../fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"), url("../fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80") format("svg");
}

@font-face {
	font-family: "Avenir Next LT W01 Demi";
	src: url("../fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
	src: url("../fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("../fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("../fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("../fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("../fonts/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
}

@font-face {
	font-family: "dcpi-icons";
	src: url("../fonts/dcpi-icons.eot?0dd8c7e40bf3dee76562f537b9f5299f");
	src: url("../fonts/dcpi-icons.eot?0dd8c7e40bf3dee76562f537b9f5299f#iefix") format("embedded-opentype"), url("../fonts/dcpi-icons.woff?0dd8c7e40bf3dee76562f537b9f5299f") format("woff"), url("../fonts/dcpi-icons.ttf?0dd8c7e40bf3dee76562f537b9f5299f") format("truetype"), url("../fonts/dcpi-icons.svg?0dd8c7e40bf3dee76562f537b9f5299f#dcpi-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.dcpi-icon, .mobile-navigation .indicator::after, .mobile-navigation .nav-submenu li .close, .mp3-icon::before,
.pdf-link::before,
.contact-link::before {
	font-family: "dcpi-icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dcpi-arrow:before {
	content: "\f101";
}

.dcpi-button-arrow:before, .button.button-external::after, .button[target=_blank]::after {
	content: "\f102";
}

.dcpi-close:before, .mobile-navigation .nav-submenu li .close::before, .searchbox-open .searchbox-icon::before {
	content: "\f103";
}

.dcpi-down-arrow:before, .mobile-navigation .indicator::after {
	content: "\f104";
}

.dcpi-dpecp-logo:before {
	content: "\f105";
}

.dcpi-dpep-logo:before {
	content: "\f106";
}

.dcpi-envelope:before {
	content: "\f107";
}

.dcpi-external-link:before {
	content: "\f108";
}

.dcpi-facebook:before, .social-navigation a[href*='facebook.com']::before, .social-sharing a[href*='facebook.com']::before {
	content: "\f109";
}

.dcpi-linkedin:before, .social-sharing a[href*='linkedin.com']::before {
	content: "\f10a";
}

.dcpi-logo:before {
	content: "\f106";
}

.dcpi-mp3:before {
	content: "\f10c";
}

.dcpi-pdf-lines:before {
	content: "\f10d";
}

.dcpi-pdf:before {
	content: "\f10e";
}

.dcpi-photo:before {
	content: "\f10f";
}

.dcpi-pinterest:before, .social-navigation a[href*='pinterest.com']::before {
	content: "\f110";
}

.dcpi-rss:before, .social-navigation a[href$='/feed/']::before {
	content: "\f111";
}

.dcpi-search:before, .searchbox-icon::before {
	content: "\f112";
}

.dcpi-tumblr:before, .social-navigation a[href*='tumblr.com']::before {
	content: "\f113";
}

.dcpi-twitter:before, .social-navigation a[href*='twitter.com']::before, .social-sharing a[href*='twitter.com']::before {
	content: "\f114";
}

.dcpi-youtube:before, .social-navigation a[href*='youtube.com']::before {
	content: "\f115";
}

.button.button-external::after, .button[target=_blank]::after, .error404 .page-hero .search-wrapper::before {
	display: inline-block;
	font-family: "dcpi-icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #474543;
	cursor: auto;
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	background: #f7f7f7;
	/*! Fallback for when there is no custom background color defined. */
	min-height: 100%;
	position: relative;
}

a {
	color: #0007ad;
	text-decoration: none;
	transition: color .3s ease-in-out;
}

a:hover, a:active, a:focus {
	color: #5a1ced;
	text-decoration: none;
}

a img {
	border: 0;
}

blockquote, q {
	quotes: "" "";
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
}

img {
	height: auto;
	/*! Make sure images are scaled correctly. */
	-ms-interpolation-mode: bicubic;
	/*! Adhere to container width. */
	max-width: 100%;
}

p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
}

abbr,
acronym {
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	line-height: 0;
}

h1 {
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
	font-size: 2.375rem;
	line-height: 3rem;
	text-transform: uppercase;
}

h2 {
	font-size: 1.75rem;
	text-transform: uppercase;
}

h3 {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.75rem;
	line-height: 2.85rem;
	padding-bottom: 1rem;
}

h4 {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 2.25rem;
	line-height: 2.75rem;
	margin-bottom: 1.5rem;
}

h5 {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.75rem;
	letter-spacing: .02rem;
	margin-bottom: .5rem;
}

h6 {
	font-size: 1.5rem;
	letter-spacing: .02rem;
	text-transform: uppercase;
}

@media screen and (min-width: 46.25em) {
	h1 {
		font-size: 3.75rem;
	}
	h2 {
		font-size: 3.375rem;
	}
	h3 {
		font-size: 2.5rem;
	}
}

hr {
	border: solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 3rem auto 2.0625rem;
	width: 90%;
}

hr.section-divider {
	margin: 0 auto;
	max-width: 700px;
}

hr.has-gradient {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	border: 0;
	height: 0.125rem;
}

@media screen and (min-width: 46.25em) {
	hr {
		width: 100%;
	}
}

.investor-subheader {
	color: #9b9b9b;
	font-size: 1.25rem;
	line-height: 1.375rem;
	margin: 0;
	padding: 1.875rem 0;
	text-align: center;
}

form {
	margin: 0 0 1rem;
}

/* Label Styles */
label {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	/* Styles for required inputs */
}

label.right {
	float: none !important;
	text-align: right;
}

label.inline {
	margin: 0 0 1rem 0;
	padding: 0.5625rem 0;
}

label small {
	color: #676767;
	text-transform: capitalize;
}

/*! We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	background-color: #FFFFFF;
	border-color: #cccccc;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-family: inherit;
	font-size: 1.125rem;
	height: 3.625rem;
	margin: 0 0 1rem 0;
	padding: 1rem;
	transition: border-color .15s linear, background .15s linear;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #999999;
	outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
	background-color: #DDDDDD;
	cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
	background-color: #DDDDDD;
	cursor: default;
}

input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
	height: auto;
}

/* Not allow resize out of parent */
textarea {
	max-width: 100%;
}

::-webkit-input-placeholder {
	color: #666666;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #666666;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #666666;
}

:-ms-input-placeholder {
	color: #666666;
}

/*! Add height value for select elements to match text input height */
select {
	background-color: #FAFAFA;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
	background-position: 100% center;
	background-repeat: no-repeat;
	border-color: #cccccc;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 0.875rem;
	height: 2.3125rem;
	line-height: normal;
	padding: 0.5rem;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

select::-ms-expand {
	display: none;
}

select.radius {
	border-radius: 3px;
}

select:focus {
	background-color: #f3f3f3;
	border-color: #999999;
}

select:disabled {
	background-color: #DDDDDD;
	cursor: default;
}

select[multiple] {
	height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
	margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0.5rem;
	margin-right: 1rem;
	vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
	width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
	border: 1px solid #DDDDDD;
	margin: 1.125rem 0;
	padding: 1.25rem;
}

fieldset legend {
	font-weight: bold;
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
}

.search-form .search-submit {
	display: none;
}

/*! Unordered Lists */
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul li ul,
ul li ol {
	margin-bottom: 0;
	margin-left: 1.25rem;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
	list-style: inherit;
}

ul.square {
	list-style-type: square;
	margin-left: 1.1rem;
}

ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem;
}

ul.disc,
.content-area ul {
	list-style-type: disc;
	margin-left: 1.1rem;
}

ul.no-bullet {
	list-style: none;
}

/*! Ordered Lists */
ol {
	margin-left: 1.4rem;
}

ol li ul,
ol li ol {
	margin-bottom: 0;
	margin-left: 1.25rem;
}

/*! Definition Lists */
dl dt {
	font-weight: bold;
	margin-bottom: 0.3rem;
}

dl dd {
	margin-bottom: 0.75rem;
}

table {
	background: #fff;
	border: solid 1px #ddd;
	margin-bottom: 1.25rem;
	table-layout: auto;
	width: 100%;
}

table caption {
	background: transparent;
	color: #222;
	font-size: 1rem;
	font-weight: bold;
}

table thead {
	background: #f5f5f5;
}

table thead tr th,
table thead tr td {
	color: #222;
	font-size: .875rem;
	font-weight: bold;
	padding: .5rem .625rem .625rem;
}

table tfoot {
	background: #f5f5f5;
}

table tfoot tr th,
table tfoot tr td {
	color: #222;
	font-size: .875rem;
	font-weight: bold;
	padding: .5rem 0.625rem .625rem;
}

table tr th,
table table tr td {
	color: #222;
	font-size: .875rem;
	padding: .5625rem .625rem;
	text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
	display: table-cell;
	line-height: 1.125rem;
}

/*!
 * Clear inner floats
 */
.clearfix::after {
	clear: both;
	content: '';
	display: table;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	display: block;
	float: none;
	margin: 0;
}

audio,
canvas {
	display: inline-block;
}

figure,
picture,
img,
video {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

/*! Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.5rem;
	max-width: 100%;
	vertical-align: middle;
}

p > embed, p >
iframe, p >
object, p >
video {
	margin-bottom: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

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

.left {
	float: left !important;
}

.right {
	float: right !important;
}

@media screen and (max-width: 46.24em) {
	.center-for-small {
		text-align: center !important;
	}
}

.invisible {
	visibility: hidden;
}

.v-centered {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	width: 100%;
	z-index: 20;
}

.img-radius {
	border-radius: 0.25rem;
}

.fade-in {
	opacity: 0;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.gradient-icon {
	background-color: #da0035;
	background-image: linear-gradient(200deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.button.button-external::after, .button[target=_blank]::after {
	-ms-flex-align: center;
	    align-items: center;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	-ms-flex-pack: center;
	    justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
}

.card, .employee-card {
	height: auto;
	width: 100%;
	background: #fff;
	border-radius: 0.375rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 1rem;
	padding: 1rem .5rem;
	position: relative;
	text-align: center;
	transition: all .2s ease-in-out;
}

.card:hover, .employee-card:hover, .card:active, .employee-card:active, .card:focus, .employee-card:focus {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45);
	-ms-transform: scale(1.02);
	    transform: scale(1.02);
}

.news-grid,
.search-results, .news-grid--home, .press-releases-row {
	position: relative;
	text-align: left;
}

.news-grid .hentry, .search-results .hentry, .news-grid--home .hentry, .press-releases-row .hentry {
	position: relative;
	text-align: center;
	width: 100%;
}

.news-grid .hentry .entry-header, .search-results .hentry .entry-header, .news-grid--home .hentry .entry-header, .press-releases-row .hentry .entry-header {
	padding: 1.25rem;
	word-wrap: break-word;
}

.news-grid .hentry .entry-title, .search-results .hentry .entry-title, .news-grid--home .hentry .entry-title, .press-releases-row .hentry .entry-title {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.1rem;
	line-height: 1.75rem;
	margin: 0;
	text-transform: none;
}

.news-grid .hentry .entry-title a, .search-results .hentry .entry-title a, .news-grid--home .hentry .entry-title a, .press-releases-row .hentry .entry-title a {
	color: #474543;
}

.responsive-banner {
	margin-top: 2.5rem;
}

/*!-------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.site-header__white .dcpi-search, .site-header__white .error404 .page-hero .search-wrapper::before, .error404 .page-hero .site-header__white .search-wrapper::before,
.site-header__white .site-header {
	color: #474543;
}

.site-header__white .dcpi-search a, .site-header__white .error404 .page-hero .search-wrapper::before a, .error404 .page-hero .site-header__white .search-wrapper::before a,
.site-header__white .site-header a {
	color: #474543;
}

.site-header-nav .row {
	min-height: 88px;
}

.site-header-nav .menu-button {
	padding-left: 0;
	text-align: left;
}

.site-header-nav .search-button {
	padding-right: 0;
	text-align: right;
}

.site-header-nav .dcpi-search, .site-header-nav .error404 .page-hero .search-wrapper::before, .error404 .page-hero .site-header-nav .search-wrapper::before {
	font-size: 1.75rem;
}

.site-header-nav .dcpi-search:hover, .site-header-nav .error404 .page-hero .search-wrapper:hover::before, .error404 .page-hero .site-header-nav .search-wrapper:hover::before, .site-header-nav .dcpi-search:active, .site-header-nav .error404 .page-hero .search-wrapper:active::before, .error404 .page-hero .site-header-nav .search-wrapper:active::before, .site-header-nav .dcpi-search:focus, .site-header-nav .error404 .page-hero .search-wrapper:focus::before, .error404 .page-hero .site-header-nav .search-wrapper:focus::before {
	cursor: pointer;
}

.site-header-nav .menu-toggle {
	background-color: transparent;
	border: 2px solid #474543;
	border-radius: 0.5rem;
	color: #474543;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	margin: 24px 0;
	padding: 8px;
	position: relative;
	text-transform: uppercase;
	transition: none;
	width: auto !important;
}

.site-header-nav .menu-toggle:hover, .site-header-nav .menu-toggle:active, .site-header-nav .menu-toggle:focus {
	border-color: #474543;
	color: #474543;
}

.site-header-nav .menu-toggle span {
	display: block;
}

.site-header-nav .menu-toggle i {
	display: none;
}

.site-header-nav .site-logo {
	color: #474543;
}

@media screen and (min-width: 64.0625em) {
	.site-header-nav .menu-button {
		display: none;
	}
	.site-header-nav .dcpi-search, .site-header-nav .error404 .page-hero .search-wrapper::before, .error404 .page-hero .site-header-nav .search-wrapper::before {
		font-size: 1.125rem;
	}
}

.site-header-nav .sub-menu {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
	z-index: 99999;
	transition: opacity 0.6s;
}

.site-header-nav .sub-menu li {
	background-color: #fff;
}

.site-header-nav .sub-menu li:first-child a {
	padding-top: 8px;
}

.site-header-nav .sub-menu li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.site-header-nav .sub-menu li:last-child a {
	padding-bottom: 8px;
}

.site-header-nav .sub-menu a {
	color: #7c7874 !important;
	font-size: 0.75rem;
	padding: 0 25px 0 20px;
	text-align: left;
	white-space: normal;
	width: 266px;
}

.site-header-nav .sub-menu ul {
	left: 100%;
	top: -1px;
}

.site-header-nav .sub-menu .menu-item-has-children > a {
	padding-right: 30px;
}

.site-header-nav .nav-menu > li > .sub-menu {
	padding-top: 22px;
}

@media screen and (min-width: 64.0625em) {
	.site-header-nav .nav-menu li:hover > ul,
	.site-header-nav .nav-menu .focus > ul {
		clip: inherit;
		height: inherit;
		opacity: 1;
		overflow: inherit;
		width: inherit;
	}
}

.main-navigation {
	clear: both;
	display: none;
}

.main-navigation ul {
	display: block;
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase;
}

.main-navigation li {
	float: none;
	position: relative;
}

.main-navigation a {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.625rem;
	padding-left: 0.1875rem;
	padding-right: 0.1875rem;
	text-decoration: none;
}

.main-navigation a::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	content: '';
	display: block;
	height: 0.125rem;
	margin: 0.625rem auto 0;
	transition: width .2s;
	width: 0;
}

.is-home-top .main-navigation a::after {
	background: #fff;
}

.main-navigation a:hover::after {
	width: 100%;
}

.main-navigation > .nav-menu > .current-menu-item > a::after {
	background: #fff;
}

@media screen and (min-width: 64.0625em) {
	.main-navigation {
		display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.main-navigation > .nav-menu > .current-menu-item > a::after,
	.main-navigation .sub-menu li .active::after {
		background-color: #da0035;
		background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		content: '';
		display: block;
		height: 0.125rem;
		margin: 0.625rem auto 0;
		transition: width .2s;
		width: 100%;
	}
	.is-home-top .main-navigation > .nav-menu > .current-menu-item > a::after, .is-home-top
	.main-navigation .sub-menu li .active::after {
		background: #fff;
	}
	.main-navigation .menu-left {
		float: right;
	}
	.main-navigation .menu-right {
		float: left;
	}
	.main-navigation li {
		float: left;
	}
}

@media screen and (min-width: 37.5em) {
	.main-navigation a {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
}

@media screen and (min-width: 69.625em) {
	.main-navigation a {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

.js-show-mobile-nav {
	overflow: hidden;
}

.js-show-mobile-nav a,
.js-show-mobile-nav .searchbox-icon,
.js-show-mobile-nav .menu-toggle,
.js-show-mobile-nav .menu-toggle:hover,
.js-show-mobile-nav .menu-toggle:active,
.js-show-mobile-nav .menu-toggle:focus {
	color: #fff !important;
	transition: none;
}

.js-show-mobile-nav .menu-toggle,
.js-show-mobile-nav .menu-toggle:hover,
.js-show-mobile-nav .menu-toggle:active,
.js-show-mobile-nav .menu-toggle:focus {
	border: 0;
}

.js-show-mobile-nav .dcpi-search, .js-show-mobile-nav .error404 .page-hero .search-wrapper::before, .error404 .page-hero .js-show-mobile-nav .search-wrapper::before {
	color: #fff;
}

.js-show-mobile-nav .menu-toggle {
	font-size: 1.75rem;
	z-index: 99;
}

.js-show-mobile-nav .menu-toggle span {
	display: none;
}

.js-show-mobile-nav .menu-toggle i {
	display: block;
}

.js-show-mobile-nav .mobile-overlay:last-child li:last-child a::after {
	background: none;
}

@media screen and (max-width: 600px) {
	.js-show-mobile-nav .mobile-overlay {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 64.0525em) {
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(67, 164, 197, 0.7);
		display: block;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		transition: all 200ms ease-in-out;
	}
	.overlay.active {
		opacity: 1;
		visibility: visible;
	}
}

.mobile-navigation {
	display: block;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
}

@media screen and (min-width: 64.0625em) {
	.mobile-navigation {
		display: none;
	}
}

.mobile-navigation .topmenu {
	background-color: rgba(255, 255, 255, 0.9);
	height: 50px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
	z-index: 20;
	transition: all 200ms ease-in-out;
}

.mobile-navigation .topmenu.active {
	background-color: white;
}

.mobile-navigation .topmenu .title {
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	font-size: 1.375rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 14px 0 0;
	position: relative;
	transition: all 200ms ease-in-out;
}

.mobile-navigation .topmenu .title.active {
	font-size: 0.75rem;
	padding-top: 10px;
}

.mobile-navigation .topmenu .nav-subtitle {
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	font-size: 1.375rem;
	line-height: 1;
	margin: 0;
	opacity: 0;
	transition: all 200ms ease-in-out;
	padding: 0;
	visibility: hidden;
}

.mobile-navigation .topmenu .nav-subtitle.active {
	opacity: 1;
	visibility: visible;
}

.mobile-navigation .indicator::after {
	color: #000;
	display: inline-block;
	font-size: 0.75rem;
}

.active .mobile-navigation .indicator {
	display: none;
}

.mobile-navigation .nav-submenu {
	background: #fff;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: -110%;
	transition: all 0.6s;
	z-index: 20;
}

.mobile-navigation .nav-submenu ul {
	padding: 0;
}

.mobile-navigation .nav-submenu li {
	color: #4CD8B0;
	display: block;
	padding: 16px 0;
	position: relative;
	text-decoration: none;
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: all 150ms ease-in-out;
}

.mobile-navigation .nav-submenu li.active {
	color: #000;
}

.mobile-navigation .nav-submenu li::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 0.125rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100px;
}

.mobile-navigation .nav-submenu li:last-child::after, .mobile-navigation .nav-submenu li:nth-last-child(2)::after {
	display: none;
}

.mobile-navigation .nav-submenu li .close {
	font-size: 1.875rem;
	text-align: center;
}

.mobile-navigation .nav-submenu li .close::before {
	color: #000;
}

.mobile-navigation .nav-submenu.active {
	height: 100vh;
	opacity: 1;
	overflow: auto;
	top: 138px;
}

.mobile-navigation .nav-submenu.active a {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

header.site-header.slide--up .mobile-navigation .nav-submenu.active {
	top: 50px;
}

body.submenu-active {
	max-height: 100vh;
	overflow: hidden;
}

body.submenu-active header.site-header {
	top: -88px;
}

body.submenu-active .mobile-navigation .nav-submenu.active {
	padding-bottom: 100px;
	top: 50px;
}

/*!-------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container-fluid,
.container {
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}

.match-height {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.match-height .mh {
	display: -ms-flexbox;
	display: flex;
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.reverse {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.col.reverse {
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
	box-sizing: border-box;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.col-xs-padded {
	padding-left: 1rem;
	padding-right: 1rem;
}

.col-xs {
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.col-xs-1 {
	max-width: 8.333%;
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
}

.col-xs-2 {
	max-width: 16.667%;
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
}

.col-xs-3 {
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.col-xs-4 {
	max-width: 33.333%;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
}

.col-xs-5 {
	max-width: 41.667%;
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
}

.col-xs-6 {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.col-xs-7 {
	max-width: 58.333%;
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
}

.col-xs-8 {
	max-width: 66.667%;
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
}

.col-xs-9 {
	max-width: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}

.col-xs-10 {
	max-width: 83.333%;
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
}

.col-xs-11 {
	max-width: 91.667%;
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
}

.col-xs-12 {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.col-xs-offset-1 {
	margin-left: 8.333%;
}

.col-xs-offset-2 {
	margin-left: 16.667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.333%;
}

.col-xs-offset-5 {
	margin-left: 41.667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.333%;
}

.col-xs-offset-8 {
	margin-left: 66.667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.333%;
}

.col-xs-offset-11 {
	margin-left: 91.667%;
}

.start-xs {
	-ms-flex-pack: start;
	text-align: start;
	-ms-flex-pack: start;
	    justify-content: flex-start;
}

.center-xs {
	-ms-flex-pack: center;
	text-align: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.end-xs {
	-ms-flex-pack: end;
	text-align: end;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.top-xs {
	-ms-flex-align: start;
	align-items: flex-start;
}

.middle-xs {
	-ms-flex-align: center;
	align-items: center;
}

.bottom-xs {
	-ms-flex-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-ms-flex-order: -1;
	order: -1;
}

.last-xs {
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width: 46.25em) {
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-offset-1,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12 {
		box-sizing: border-box;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.col-sm-padded {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.col-sm {
		max-width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
	.col-sm-1 {
		max-width: 8.333%;
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
	}
	.col-sm-2 {
		max-width: 16.667%;
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
	}
	.col-sm-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.col-sm-4 {
		max-width: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
	}
	.col-sm-5 {
		max-width: 41.667%;
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
	}
	.col-sm-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.col-sm-7 {
		max-width: 58.333%;
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
	}
	.col-sm-8 {
		max-width: 66.667%;
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
	}
	.col-sm-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	.col-sm-10 {
		max-width: 83.333%;
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
	}
	.col-sm-11 {
		max-width: 91.667%;
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
	}
	.col-sm-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.667%;
	}
	.start-sm {
		-ms-flex-pack: start;
		text-align: start;
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}
	.center-sm {
		-ms-flex-pack: center;
		text-align: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.end-sm {
		-ms-flex-pack: end;
		text-align: end;
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
	.top-sm {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-sm {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-ms-flex-order: -1;
		order: -1;
	}
	.last-sm {
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (min-width: 64.0625em) {
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-offset-1,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12 {
		box-sizing: border-box;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.col-md-padded {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.col-md {
		max-width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
	.col-md-1 {
		max-width: 8.333%;
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
	}
	.col-md-2 {
		max-width: 16.667%;
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
	}
	.col-md-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.col-md-4 {
		max-width: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
	}
	.col-md-5 {
		max-width: 41.667%;
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
	}
	.col-md-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.col-md-7 {
		max-width: 58.333%;
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
	}
	.col-md-8 {
		max-width: 66.667%;
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
	}
	.col-md-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	.col-md-10 {
		max-width: 83.333%;
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
	}
	.col-md-11 {
		max-width: 91.667%;
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
	}
	.col-md-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.col-md-offset-1 {
		margin-left: 8.333%;
	}
	.col-md-offset-2 {
		margin-left: 16.667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.333%;
	}
	.col-md-offset-5 {
		margin-left: 41.667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.333%;
	}
	.col-md-offset-8 {
		margin-left: 66.667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.333%;
	}
	.col-md-offset-11 {
		margin-left: 91.667%;
	}
	.start-md {
		-ms-flex-pack: start;
		text-align: start;
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}
	.center-md {
		-ms-flex-pack: center;
		text-align: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.end-md {
		-ms-flex-pack: end;
		text-align: end;
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
	.top-md {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-md {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-ms-flex-order: -1;
		order: -1;
	}
	.last-md {
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (min-width: 90em) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-offset-1,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12 {
		box-sizing: border-box;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.col-lg-padded {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.col-lg {
		max-width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
	.col-lg-1 {
		max-width: 8.333%;
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
	}
	.col-lg-2 {
		max-width: 16.667%;
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
	}
	.col-lg-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.col-lg-4 {
		max-width: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
	}
	.col-lg-5 {
		max-width: 41.667%;
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
	}
	.col-lg-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.col-lg-7 {
		max-width: 58.333%;
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
	}
	.col-lg-8 {
		max-width: 66.667%;
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
	}
	.col-lg-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	.col-lg-10 {
		max-width: 83.333%;
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
	}
	.col-lg-11 {
		max-width: 91.667%;
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
	}
	.col-lg-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.667%;
	}
	.start-lg {
		-ms-flex-pack: start;
		text-align: start;
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}
	.center-lg {
		-ms-flex-pack: center;
		text-align: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.end-lg {
		-ms-flex-pack: end;
		text-align: end;
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
	.top-lg {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-lg {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-ms-flex-order: -1;
		order: -1;
	}
	.last-lg {
		-ms-flex-order: 1;
		order: 1;
	}
}

/*!-------------------------------------------------------------
## Press Releases
--------------------------------------------------------------*/
.press-releases-container {
	margin: 2.5rem auto 18.75rem;
	max-width: 37.625rem;
}

.press-releases-container .entry-title {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.125rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	text-transform: none;
}

.press-releases-container .entry-title::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.press-releases-container .entry-title a {
	color: #585858;
}

/*!-------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	color: #474543;
	height: 88px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 150;
	-webkit-backface-visibility: hidden;
	transition: all 0.6s;
}

.site-header::after {
	clear: both;
	content: "";
	display: table;
}

.site-header::before {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	content: '';
	display: block;
	height: 0.375rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.site-header a {
	color: #474543;
	letter-spacing: .1rem;
}

.site-header .site-branding {
	text-align: center;
}

.site-header .dcpi-logo {
	font-size: 7.5rem;
	height: 88px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -15px;
	z-index: 99;
}

.site-header .custom-logo {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100px;
}

.site-header.js-header-hide {
	-ms-transform: translateY(-88px);
	transform: translateY(-88px);
}

.site-header .inner-container {
	padding: 0 1.5rem;
}

.is-home-top {
	background: white;
	box-shadow: none;
	position: fixed;
}

.is-home-top .site-header-nav {
	color: #474543;
}

.is-home-top .site-header-nav a,
.is-home-top .site-header-nav .menu-toggle,
.is-home-top .site-header-nav .menu-toggle:hover,
.is-home-top .site-header-nav .menu-toggle:active,
.is-home-top .site-header-nav .menu-toggle:focus {
	color: #474543;
}

.is-home-top .site-header-nav .menu-toggle,
.is-home-top .site-header-nav .menu-toggle:hover,
.is-home-top .site-header-nav .menu-toggle:active,
.is-home-top .site-header-nav .menu-toggle:focus {
	border-color: #474543;
}

@media screen and (min-width: 64.0625em) {
	.is-home-top {
		background: rgba(255, 255, 255, 0);
		position: absolute;
	}
	.is-home-top .site-header-nav {
		color: #fff;
	}
	.is-home-top .site-header-nav a,
	.is-home-top .site-header-nav .searchbox-icon,
	.is-home-top .site-header-nav .menu-toggle,
	.is-home-top .site-header-nav .menu-toggle:hover,
	.is-home-top .site-header-nav .menu-toggle:active,
	.is-home-top .site-header-nav .menu-toggle:focus {
		color: #fff;
	}
	.is-home-top .site-header-nav .menu-toggle,
	.is-home-top .site-header-nav .menu-toggle:hover,
	.is-home-top .site-header-nav .menu-toggle:active,
	.is-home-top .site-header-nav .menu-toggle:focus {
		border-color: #fff;
	}
}

.home .is-home-top,
.blog .is-home-top {
	background: rgba(255, 255, 255, 0);
}

.home .is-home-top .site-header-nav,
.blog .is-home-top .site-header-nav {
	color: #fff;
}

.home .is-home-top .site-header-nav a,
.home .is-home-top .site-header-nav .menu-toggle,
.home .is-home-top .site-header-nav .menu-toggle:hover,
.home .is-home-top .site-header-nav .menu-toggle:active,
.home .is-home-top .site-header-nav .menu-toggle:focus,
.blog .is-home-top .site-header-nav a,
.blog .is-home-top .site-header-nav .menu-toggle,
.blog .is-home-top .site-header-nav .menu-toggle:hover,
.blog .is-home-top .site-header-nav .menu-toggle:active,
.blog .is-home-top .site-header-nav .menu-toggle:focus {
	color: #fff;
}

.home .is-home-top .site-header-nav .menu-toggle,
.home .is-home-top .site-header-nav .menu-toggle:hover,
.home .is-home-top .site-header-nav .menu-toggle:active,
.home .is-home-top .site-header-nav .menu-toggle:focus,
.blog .is-home-top .site-header-nav .menu-toggle,
.blog .is-home-top .site-header-nav .menu-toggle:hover,
.blog .is-home-top .site-header-nav .menu-toggle:active,
.blog .is-home-top .site-header-nav .menu-toggle:focus {
	border-color: #fff;
}

.site-header__white .site-header {
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	height: 88px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 150;
	-webkit-backface-visibility: hidden;
	transition: all 0.6s;
}

.site-header__white .site-header::after {
	clear: both;
	content: "";
	display: table;
}

.site-header__white .site-header .site-header-nav {
	color: #474543;
}

.site-header__white .site-header .site-header-nav a,
.site-header__white .site-header .site-header-nav .searchbox-icon,
.site-header__white .site-header .site-header-nav .menu-toggle,
.site-header__white .site-header .site-header-nav .menu-toggle:hover,
.site-header__white .site-header .site-header-nav .menu-toggle:active,
.site-header__white .site-header .site-header-nav .menu-toggle:focus {
	color: #474543;
}

.site-header__white .site-header .site-header-nav .menu-toggle,
.site-header__white .site-header .site-header-nav .menu-toggle:hover,
.site-header__white .site-header .site-header-nav .menu-toggle:active,
.site-header__white .site-header .site-header-nav .menu-toggle:focus {
	border-color: #474543;
}

.site-header__white .site-header .site-header-nav .current-menu-item > a::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	transition: width 0.2s;
	content: '';
	display: block;
	height: 0.125rem;
	margin: 0.625rem auto 0;
	width: 100%;
}

.is-home-top .site-header__white .site-header .site-header-nav .current-menu-item > a::after {
	background: #fff;
}

@media screen and (min-width: 64.0625em) {
	.site-header:hover,
	.is-home-top .site-header:hover {
		background: white;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
		transition: all 0.6s;
	}
	.site-header:hover .site-header-nav,
	.is-home-top .site-header:hover .site-header-nav {
		color: #474543;
	}
	.site-header:hover .site-header-nav a,
	.site-header:hover .site-header-nav .searchbox-icon,
	.site-header:hover .site-header-nav .menu-toggle,
	.site-header:hover .site-header-nav .menu-toggle:hover,
	.site-header:hover .site-header-nav .menu-toggle:active,
	.site-header:hover .site-header-nav .menu-toggle:focus,
	.is-home-top .site-header:hover .site-header-nav a,
	.is-home-top .site-header:hover .site-header-nav .searchbox-icon,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle:hover,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle:active,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle:focus {
		color: #474543 !important;
	}
	.site-header:hover .site-header-nav .menu-toggle,
	.site-header:hover .site-header-nav .menu-toggle:hover,
	.site-header:hover .site-header-nav .menu-toggle:active,
	.site-header:hover .site-header-nav .menu-toggle:focus,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle:hover,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle:active,
	.is-home-top .site-header:hover .site-header-nav .menu-toggle:focus {
		border-color: #474543;
	}
	.site-header:hover .site-header-nav .nav-menu a:not(.site-logo):hover::after,
	.is-home-top .site-header:hover .site-header-nav .nav-menu a:not(.site-logo):hover::after {
		background-color: #da0035;
		background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		transition: width 0.2s;
		content: '';
		display: block;
		height: 0.125rem;
		margin: 0.625rem auto 0;
		width: 100%;
	}
}

.blog.paged .site-content,
.category .site-content,
.page-template-page-search .site-content {
	margin-top: 64px;
}

@media screen and (max-width: 64.0525em) {
	.dcpi-body:not(.home):not(.blog) {
		padding-top: 64px;
	}
}

.home .is-home-top,
.blog .is-home-top {
	position: absolute;
}

.slide {
	transition: all .25s ease-in-out;
}

.slide--reset {
	top: 0;
}

.slide--up {
	top: -88px;
}

/*!-------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.outer-container {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.outer-container::after {
	clear: both;
	content: "";
	display: table;
}

.inner-container {
	margin: 0 auto;
	max-width: 71.25em;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.inner-container::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 46.25em) {
	.inner-container {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
	position: relative;
}

.hentry .entry-title {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: none;
}

.single .hentry:not(.has-post-thumbnail), .single .hentry.image-hidden {
	margin-top: 64px;
}

.single .hentry .entry-title {
	font-size: 2em;
	line-height: 1.25em;
	margin-bottom: 2rem;
	margin-top: 1rem;
	padding-bottom: 2rem;
	position: relative;
}

.single .hentry .entry-title::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 42px;
}

.single-leaders .leaders {
	margin-top: 64px;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content ul,
.entry-content ol,
.entry-content p {
	font-size: 1.25rem;
	margin-bottom: 2.25rem;
}

@media screen and (min-width: 64.0625em) {
	.size-big {
		margin-left: -237px;
		margin-right: -237px;
		max-width: 1088px;
		width: 1088px;
	}
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.post-single .entry-header {
	margin: 0 auto;
	max-width: 56.25rem;
	width: 100%;
	text-align: center;
}

.post-single .entry-content {
	margin: 0 auto;
	max-width: 38.375rem;
	width: 100%;
}

.entry-meta {
	color: #7c7874;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.6875rem;
	letter-spacing: 1.5px;
	line-height: 2;
	padding-bottom: .4rem;
	text-transform: uppercase;
}

.entry-meta a {
	color: #7c7874;
}

.entry-meta .read-more {
	display: block;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.entry-meta .cat-links a,
.entry-meta .tags-links a {
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	border: 2px solid #002e7d;
	border-radius: 0.25rem;
	color: #002e7d;
	display: inline-block;
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: .85px;
	line-height: 1;
	margin-bottom: 0.3125rem;
	padding: 0.9375rem 1.875rem 0.875rem;
	position: relative;
	text-align: center;
}

.entry-meta .cat-links a:hover, .entry-meta .cat-links a:active, .entry-meta .cat-links a:focus,
.entry-meta .tags-links a:hover,
.entry-meta .tags-links a:active,
.entry-meta .tags-links a:focus {
	background-color: #002e7d;
	color: #fff;
}

.page-header .page-title {
	font-size: 1.6875rem;
	line-height: 2rem;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 64.0625em) {
	.page-header .page-title {
		font-size: 2.75rem;
		line-height: 3rem;
		padding-bottom: 0;
		text-align: right;
	}
}

@media screen and (max-width: 64.0525em) {
	.page-header .page-title {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	.page-header .page-title::after {
		background-color: #da0035;
		background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		bottom: 0;
		content: '';
		display: block;
		height: 0.1875rem;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 100px;
	}
}

@media screen and (min-width: 64.0625em) {
	.page-header .col-md-7::before {
		background-color: #da0035;
		background-image: linear-gradient(0deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		margin: 0;
		position: absolute;
		right: auto;
		top: 0;
		width: 0.1875rem;
	}
}

.page-header .page-header-content {
	position: relative;
	text-align: center;
}

.page-header .page-header-content p {
	margin-bottom: 0;
}

@media screen and (min-width: 64.0625em) {
	.page-header .page-header-content {
		text-align: left;
	}
	.page-header .page-header-content .content-wrapper {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.page-header p {
	color: #fff;
}

.page-header .filter {
	background: rgba(67, 164, 197, 0.75);
}

.post-edit-link {
	display: none;
}

/*!-------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #eee;
	bottom: 0;
	color: #999;
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.8125rem;
	left: 0;
	padding: 3.75rem 1.5625rem;
	position: absolute;
	right: 0;
	text-align: center;
}

.site-footer::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 0.375rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	display: inline-block;
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
}

.site-footer .footer-navigation ul {
	margin-bottom: 0.9375rem;
}

.site-footer .footer-navigation ul li {
	margin: 0;
	position: relative;
}

.site-footer .footer-navigation ul li:not(:last-child)::after {
	content: '|';
	margin: 0 0.3125rem;
}

/*!-------------------------------------------------------------
## Social Navigation
--------------------------------------------------------------*/
.social-navigation .social-navigation-title {
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 2.7;
	text-transform: uppercase;
}

.social-navigation ul {
	margin-bottom: 1.75rem;
}

.social-navigation a[href*='facebook.com'] {
	background-color: #2d68b1;
}

.social-navigation a[href*='pinterest.com'] {
	background-color: #ff0000;
}

.social-navigation a[href*='tumblr.com'] {
	background-color: #34465c;
}

.social-navigation a[href*='twitter.com'] {
	background-color: #1cb3e7;
}

.social-navigation a[href*='youtube.com'] {
	background-color: #cf2120;
}

.social-navigation a[href$='/feed/'] {
	background-color: #f28030;
}

.social-navigation a {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 8px;
	display: block;
	position: relative;
}

.social-navigation a::before {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	font-family: 'dcpi-icons';
	color: #fff;
	content: '\f415';
	font-size: 1.25rem;
	line-height: 1;
}

.social-navigation a:hover, .social-navigation a:active, .social-navigation a:focus {
	background-color: #002e7d;
}

/*!-------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*! Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/*! Above WP toolbar. */
}

/*!-------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.searchbox-icon {
	color: #474543;
	font-size: 2rem;
}

.site-header__white .searchbox-icon {
	color: #474543;
}

@media screen and (min-width: 64.0625em) {
	.searchbox-icon {
		font-size: 0.875rem;
	}
}

.home .is-home-top .site-header-nav .searchbox-icon,
.blog:not(.paged) .is-home-top .site-header-nav .searchbox-icon {
	color: #fff;
}

.searchbox-icon,
.searchbox-submit {
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	line-height: 94px;
	outline: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -3px;
}

#searchbox-input {
	background: none;
	border: 0;
	box-shadow: none;
	display: none;
	font-size: 1.3125rem;
	height: 88px;
	margin: 0;
	outline: 0;
	right: 0;
	top: 0;
	width: 100%;
}

#searchbox {
	background: none;
	border: 0;
	float: right;
	height: 88px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#searchbox .inner-container {
	position: relative;
}

#searchbox.searchbox-open {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 1000;
}

#searchbox.searchbox-open .inner-container {
	padding: 0;
}

#searchbox.searchbox-open #searchbox-input {
	display: block;
}

#searchbox.searchbox-open .searchbox-icon {
	color: #474543 !important;
	right: 16px;
}

#searchbox.searchbox-open:before {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	content: '';
	display: block;
	height: 0.375rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.searchbox-input::-webkit-input-placeholder {
	color: #474543;
}

.searchbox-input:-moz-placeholder {
	color: #474543;
}

.searchbox-input::-moz-placeholder {
	color: #474543;
}

.searchbox-input:-ms-input-placeholder {
	color: #474543;
}

/*!-------------------------------------------------------------
# Page Hero
--------------------------------------------------------------*/
.page-hero {
	background: center center no-repeat;
	background-size: cover;
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.page-hero::after {
	clear: both;
	content: "";
	display: table;
}

.page-hero .copy {
	padding: 0 1.875rem;
}

.page-hero .copy h1 {
	color: #fff;
	letter-spacing: .05rem;
	line-height: 2.5rem;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 64.0525em) {
	.page-hero .copy h1 span {
		display: block;
	}
}

.page-hero .filter,
.page-hero .gradient-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.page-hero .gradient-filter {
	background-color: #da0035;
	background-image: linear-gradient(0deg,#da0035 9%, #591fc9 65%, #002e7d 92%);
	opacity: .5;
}

.page-hero .filter {
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 100%);
	opacity: .6;
}

.page-hero.blog-hero .filter {
	background-color: #da0035;
	background-image: linear-gradient(0deg,#da0035 9%, #591fc9 65%, #002e7d 92%);
	opacity: .8;
}

@media screen and (max-width: 64.0525em) {
	.page-hero.blog-hero {
		height: auto;
	}
}

.page-hero .hero-bg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(3px);
	-ms-filter: blur(3px);
	-webkit-filter: blur(3px);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0;
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
}

.page-hero .featured-post {
	width: 100%;
	z-index: 20;
}

.page-hero .featured-post img {
	border-radius: 0.25rem;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto 1.875rem;
}

.page-hero .featured-post p .button {
	display: block;
	width: 145px;
}

.page-hero .featured-post .entry-header,
.page-hero .featured-post .entry-content {
	text-align: center;
}

@media screen and (min-width: 64.0625em) {
	.page-hero .featured-post .entry-header,
	.page-hero .featured-post .entry-content {
		text-align: left;
	}
}

.page-hero .featured-post .entry-title {
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	margin-top: 0.625rem;
	padding-bottom: 1rem;
	position: relative;
	text-transform: none;
}

@media screen and (min-width: 64.0625em) {
	.page-hero .featured-post .entry-title::after {
		background-color: rgba(255, 255, 255, 0.5);
		bottom: 0;
		content: '';
		display: block;
		height: 0.125rem;
		left: 0;
		position: absolute;
		width: 34px;
	}
}

.page-hero .featured-post .entry-meta {
	color: #7c7874;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.6875rem;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-transform: uppercase;
}

.page-hero .featured-post .entry-meta a {
	color: #fff;
}

.page-hero .featured-post .entry-content p {
	font-size: 1.125rem;
}

.page-hero .featured-post .button {
	border-color: #fff;
	color: #fff;
}

.page-hero .featured-post .button:hover, .page-hero .featured-post .button:focus {
	background-color: #fff;
	color: #002e7d;
}

@media screen and (min-width: 64.0625em) {
	.page-hero .featured-post {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}
	.page-hero .featured-post .hentry {
		margin-top: 5.4375rem;
	}
}

@media screen and (max-width: 64.0525em) {
	.page-hero .featured-post .hentry {
		text-align: center;
	}
	.page-hero .featured-post .button {
		width: auto;
	}
}

@media screen and (max-width: 64.0525em) {
	.page-hero .featured-post {
		padding-top: 88px;
	}
}

.page-hero .hentry {
	text-align: left;
}

.page-hero .entry-title a,
.page-hero .entry-content,
.page-hero .entry-content p {
	color: #fff;
}

@media screen and (min-width: 64.0625em) {
	.page-hero {
		height: 600px;
	}
	.page-hero .filtered-image {
		height: auto;
	}
}

.error404 .page-hero {
	text-align: center;
}

.error404 .page-hero h1 {
	color: #fff;
	font-size: 2.375rem;
	letter-spacing: .05em;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 37.5em) {
	.error404 .page-hero h1 {
		font-size: 3.75rem;
		line-height: 4rem;
	}
}

.error404 .page-hero p {
	color: #fff;
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.6875rem;
	text-transform: uppercase;
}

.error404 .page-hero .search-wrapper {
	margin: 0 auto;
	max-width: 37.5rem;
	position: relative;
}

.error404 .page-hero .search-wrapper::before {
	font-size: 1.625rem;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 10;
}

.error404 .page-hero .search-wrapper input[type='search'] {
	height: auto;
	padding-right: 2.625rem;
}

.single .page-hero .filter {
	height: 88px;
}

#title-404 {
	font-size: 1.6875rem;
	line-height: 2rem;
	margin-bottom: 4rem;
}

@media screen and (min-width: 46.25em) {
	#title-404 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media screen and (min-width: 64.0625em) {
	#title-404 {
		margin-bottom: 0;
	}
}

.page-header {
	height: 550px;
}

.page-header a {
	color: #fff;
}

.page-header a:hover, .page-header a:active, .page-header a:focus {
	color: #002e7d;
}

.page-header .page-title {
	color: #fff;
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 0 1.5rem 1rem;
}

@media screen and (min-width: 64.0625em) {
	.page-header .page-title {
		text-align: right;
	}
}

.page-header .filter {
	background: #1c42c1;
	opacity: .6;
}

.page-header .button.button-more {
	border-color: #fff;
	color: #fff;
}

.page-header .button.button-more:hover, .page-header .button.button-more:active, .page-header .button.button-more:focus {
	background-color: #fff;
	color: #002e7d;
}

.page-header .pdf-link {
	margin-top: 1.25rem;
}

@media screen and (max-width: 64.0525em) {
	.page-header {
		height: auto;
		min-height: 550px;
	}
}

@media screen and (min-width: 46.25em) {
	.page-hero .copy h1 {
		line-height: 4rem;
	}
}

@media screen and (max-width: 37.49em) {
	.page-hero .copy h1 span {
		display: block;
	}
}

/*!-------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.section {
	padding: 4rem 0;
}

.section::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 46.24em) {
	.section {
		padding: 2.5rem 0;
	}
}

.section .section-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 38.4375rem;
	text-align: center;
	width: 100%;
}

.section .section-header hr {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.section .section-header .section-copy p {
	font-size: 1.125rem;
}

.section .section-header + .row {
	margin-top: 10px;
}

@media screen and (max-width: 37.49em) {
	.section .section-header + .row {
		margin-top: 0;
	}
}

.section--alt {
	background-color: #fff;
}

.section--pages, .section--locations {
	padding: 2.5rem 0;
}

@media screen and (max-width: 64.0525em) {
	.section--locations, .section--pages {
		padding: 0;
	}
	.section--locations .inner-container, .section--pages .inner-container {
		padding: 0;
	}
	.section--locations .inner-container img, .section--pages .inner-container img {
		height: auto;
		width: 100% !important;
	}
}

.section--no-padding {
	margin: 0;
	padding: 0;
}

.section-title {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	position: relative;
	text-align: center;
}

.section-title.has-gradient {
	line-height: 2rem;
	margin-bottom: 1.2rem;
	padding-bottom: 1.2rem;
	text-transform: uppercase;
}

.section-title.has-gradient::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100px;
}

@media screen and (min-width: 37.5em) {
	.section-title.has-gradient {
		line-height: 3rem;
	}
}

@media screen and (max-width: 46.24em) {
	.section-title.has-gradient {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 37.5em) {
	h1.section-title.has-gradient,
	h2.section-title.has-gradient {
		line-height: 4rem;
	}
}

h1.section-title.has-gradient {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.copy {
	text-align: center;
}

@media screen and (min-width: 46.25em) {
	.copy {
		text-align: left;
	}
}

.content-block {
	padding: 0 1rem;
	text-align: left;
	width: 100%;
	word-wrap: break-word;
}

/*!-------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card:hover::after, .card:active::after, .card:focus::after {
	color: #43a4c5;
}

.card .card-image {
	height: 180px;
	padding: 20px;
	position: relative;
	width: 100%;
}

.card .card-image img {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	margin: 0;
}

.card .dcpi-pdf,
.card .pdf-link::before {
	font-size: 5.9375rem;
	margin: 0 auto 1.3125rem;
}

.card .file-title {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	word-wrap: break-word;
}

.card hr {
	margin-bottom: 1.5rem;
}

.card .card-copy {
	color: #474543;
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
}

.card .card-copy p {
	font-size: 0.875rem;
	margin-bottom: 0;
}

.employee-card {
	margin-top: 6.5625rem;
	padding: 1.125rem 1.5rem;
}

.employee-card:hover, .employee-card:active, .employee-card:focus {
	cursor: pointer;
}

.employee-card.no-photo {
	-ms-flex-align: center;
	    align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-top: 0;
}

.employee-card .employee-photo {
	height: 112px;
	width: 112px;
	border-radius: 62.5rem;
	display: inline-block;
	margin-bottom: 8px;
	margin-top: -5.25rem;
	max-width: 100%;
	padding: 0.1875rem;
	position: relative;
	z-index: 1;
}

.employee-card .employee-photo::after {
	background-color: #da0035;
	background-image: linear-gradient(45deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	border-radius: 62.5rem;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.employee-card .employee-photo img {
	border: 3px solid #fff;
	border-radius: 62.5rem;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.employee-card .employee-photo:hover, .employee-card .employee-photo:active, .employee-card .employee-photo:focus {
	cursor: pointer;
}

.employee-card .employee-details {
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
}

.employee-card .emplyee-name,
.employee-card p {
	letter-spacing: .03rem;
}

.employee-card .employee-name {
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 0;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.employee-card .employee-name:hover, .employee-card .employee-name:active, .employee-card .employee-name:focus {
	cursor: pointer;
}

.employee-card p {
	color: #9B9B9B;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: .5rem;
	letter-spacing: .08rem;
	line-height: .8rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.employee-card.no-photo::after {
	background-color: #da0035;
	background-image: linear-gradient(45deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

@media screen and (min-width: 64.0625em) {
	.employee-card {
		padding: 1.125rem;
	}
	.employee-card .employee-photo {
		height: 150px;
		width: 150px;
		margin-top: -6.25rem;
	}
	.employee-card .employee-name {
		font-size: 1.375rem;
	}
	.employee-card p {
		font-size: 0.625rem;
	}
}

@media screen and (max-width: 64.0525em) {
	.employee-card {
		margin-top: 3.125rem;
	}
	.employee-card .employee-photo {
		height: 89px;
		width: 89px;
	}
}

@media screen and (max-width: 64.0525em) {
	.employee-card .employee-name {
		line-height: 1.25rem;
	}
}

/*!-------------------------------------------------------------
# Paneled Images
--------------------------------------------------------------*/
.panel {
	background-color: #fff;
	padding: 2rem;
	position: relative;
}

.paneled-image {
	margin: 0 auto;
	position: relative;
}

.paneled-image::after {
	clear: both;
	content: "";
	display: table;
}

.paneled-image .panel-image {
	position: relative;
}

.paneled-image .panel-image .filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.paneled-image .panel-data-wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.paneled-image .panel-data,
.paneled-image .panel-data-label {
	color: #fff;
	display: block;
	line-height: 1;
	text-transform: uppercase;
}

.paneled-image .panel-data {
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 5.75rem;
}

.paneled-image .panel-data-label {
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	letter-spacing: .05rem;
}

.paneled-image .panel h6 {
	line-height: 1.75rem;
}

.paneled-image .panel p {
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 0;
	margin-top: .5rem;
}

.paneled-image .panel .button {
	background-color: #eeeeee;
	color: #002e7d;
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	margin-top: 1.5rem;
	text-transform: uppercase;
	width: 100%;
}

.paneled-image .panel .button:hover, .paneled-image .panel .button:active, .paneled-image .panel .button:focus {
	background-color: #002e7d;
	color: #fff;
}

.paneled-image .panel .button.button-external::after, .paneled-image .panel .button[target=_blank]::after {
	background-color: #002e7d;
	color: #fff;
}

.paneled-image .pull-left::after,
.paneled-image .pull-right::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 64.0625em) {
	.paneled-image .panel {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		border-radius: 0.25rem;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	}
	.paneled-image .panel h2 {
		font-size: 1.5rem;
		margin-top: 0;
		text-transform: uppercase;
	}
	.paneled-image .panel p {
		margin-bottom: 0;
	}
	.paneled-image.pull-left .panel {
		left: 0;
		max-width: 22.1875rem;
	}
	.paneled-image.pull-left .panel::after {
		background-color: #da0035;
		background-image: linear-gradient(180deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		border-bottom-left-radius: 0.25rem;
		border-top-left-radius: 0.25rem;
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
		width: 0.1875rem;
	}
	.paneled-image.pull-left .panel-image {
		float: right;
	}
	.paneled-image.pull-left .panel-data-wrapper {
		margin-left: 13.75rem;
	}
	.paneled-image.pull-right .panel {
		max-width: 22.1875rem;
		right: 0;
	}
	.paneled-image.pull-right .panel::after {
		background-color: #da0035;
		background-image: linear-gradient(180deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		border-bottom-right-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 0.1875rem;
	}
	.paneled-image.pull-right .panel-image {
		float: left;
	}
	.paneled-image.pull-right .panel-data-wrapper {
		margin-right: 13.75rem;
	}
	.paneled-image .panel-data {
		font-size: 11.5rem;
	}
	.paneled-image .panel-data-label {
		font-size: 2rem;
	}
	.paneled-image .panel-image img,
	.paneled-image .panel-image .filter {
		border-radius: 0.25rem;
	}
}

/*!-------------------------------------------------------------
# News Grid
--------------------------------------------------------------*/
.news-grid,
.search-results {
	margin-top: 3rem;
}

.news-grid .hentry,
.search-results .hentry {
	background: #fff;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
	transition: all .2s ease-in-out;
}

.news-grid .hentry:hover, .news-grid .hentry:active, .news-grid .hentry:focus,
.search-results .hentry:hover,
.search-results .hentry:active,
.search-results .hentry:focus {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45);
	cursor: pointer;
	-ms-transform: scale(1.02);
	    transform: scale(1.02);
}

.news-grid .hentry:not(.has-post-thumbnail),
.search-results .hentry:not(.has-post-thumbnail) {
	-ms-flex-align: center;
	    align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.news-grid .hentry:not(.has-post-thumbnail) .entry-title,
.search-results .hentry:not(.has-post-thumbnail) .entry-title {
	font-size: 1.5rem;
	line-height: 2.25rem;
}

.news-grid .hentry img,
.search-results .hentry img {
	height: auto;
	width: 100%;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.news-grid .hentry::after,
.search-results .hentry::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.news-grid--home .hentry {
	margin-bottom: 0.1875rem;
}

.news-grid--home .hentry img {
	height: auto;
	width: 100%;
	border-radius: 0.25rem;
}

.news-grid--home .hentry .entry-header {
	margin-bottom: 1rem;
	padding: 1.5rem;
}

.news-grid--home .hentry .entry-title {
	line-height: 1.5rem;
}

.news-grid--home .hentry:not(.has-post-thumbnail) {
	background: #fff;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
}

.news-grid--home .hentry:not(.has-post-thumbnail)::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.news-grid--home .hentry:not(.has-post-thumbnail) img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 37.5em) {
	.news-grid--home .hentry:not(.has-post-thumbnail) .entry-header {
		padding: 1.75rem;
	}
}

.news-grid--home .hentry:not(.has-post-thumbnail) .entry-title {
	font-size: 1.5rem;
	line-height: 2rem;
}

.news-grid--home .post-middle .hentry {
	background: #fff;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
}

.news-grid--home .post-middle .hentry::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.news-grid--home .post-middle .hentry img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 37.5em) {
	.news-grid--home .post-middle .hentry .entry-header {
		padding: 1.75rem;
	}
	.news-grid--home .post-middle .hentry:not(.has-post-thumbnail) .entry-title {
		font-size: 2.875rem;
		line-height: 3.375rem;
	}
	.news-grid--home .post-middle .hentry .entry-title {
		font-size: 2rem;
		line-height: 2.375rem;
	}
}

@media screen and (min-width: 64.0625em) {
	.news-grid--home .post-middle {
		padding: 60px 54px;
	}
	.news-grid--home .post-middle .entry-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media screen and (max-width: 64.0525em) {
	.news-grid--home .entry-title {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}
}

@media screen and (max-width: 46.24em) {
	.news-grid--home .hentry {
		background: #fff;
		border-radius: 0.25rem;
		margin-bottom: 2rem;
	}
	.news-grid--home .hentry::after {
		background-color: #da0035;
		background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		border-bottom-left-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		bottom: 0;
		content: '';
		display: block;
		height: 0.1875rem;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		width: 100%;
	}
	.news-grid--home .hentry img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

.press-releases-row {
	text-align: center;
}

.press-releases-row .section-title {
	line-height: 1.2;
	margin: 0 0 1.5rem;
	padding: 0;
}

@media screen and (min-width: 37.5em) {
	.press-releases-row {
		text-align: left;
	}
	.press-releases-row .section-title {
		font-size: 2rem;
	}
}

.press-releases-row .hentry .entry-title {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

@media screen and (min-width: 64.0625em) {
	.press-releases-row .section-title {
		font-size: 3rem;
		text-align: left;
	}
	.press-releases-row .hentry {
		padding-right: 1rem;
		text-align: left;
	}
	.press-releases-row .hentry:not(.last)::after {
		background-color: #da0035;
		background-image: linear-gradient(0deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 0.1875rem;
	}
}

.full-click:hover {
	cursor: pointer;
}

/*!-------------------------------------------------------------
# Bi-column Content
--------------------------------------------------------------*/
.bi-column-content {
	columns: 22.5em 2;
	column-gap: 2.6875em;
	-webkit-columns: 22.5em 2;
	-moz-columns: 22.5em 2;
	-webkit-column-gap: 2.6875em;
	-moz-column-gap: 2.6875em;
}

/*!-------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.history-container {
	max-width: 100%;
	padding: 0;
}

.history-container header.section-header {
	padding: 0 1.875rem;
}

.history-slider {
	box-sizing: border-box;
}

.history-slider .slick-slide {
	transition: opacity 0.25s ease-in-out 0s;
	opacity: .2;
	padding: 0 0.9375rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.history-slider .slick-slide .history-copy {
	transition: opacity 0.25s ease-in-out 0s;
	opacity: 0;
}

.history-slider .slick-slide.slick-center, .history-slider .slick-slide:hover {
	cursor: grab;
	opacity: 1;
}

.history-slider .slick-slide.slick-center .history-copy {
	opacity: 1;
}

.history-slider .slick-slide img {
	border-radius: 0.25rem;
}

.history-slider .slick-slide:focus {
	outline: none;
}

.history-year {
	transition: opacity 0.25s ease-in-out 0s;
	color: #474543;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 5.625rem;
	letter-spacing: 0.125rem;
	line-height: 6.875rem;
	opacity: 0;
	text-align: center;
}

.slick-center .history-year {
	opacity: 1;
}

.history-copy,
.arrow-container {
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
	width: 100%;
}

.arrow-container {
	position: relative;
}

.arrow-container .history-prev,
.arrow-container .history-next {
	height: 48px;
	width: 48px;
	background: none;
	border: 0;
	position: absolute;
	top: 434px;
	z-index: 20;
}

.arrow-container .history-prev:hover, .arrow-container .history-prev:active, .arrow-container .history-prev:focus,
.arrow-container .history-next:hover,
.arrow-container .history-next:active,
.arrow-container .history-next:focus {
	cursor: pointer;
}

.arrow-container .history-prev {
	left: 0;
}

.arrow-container .history-next {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 0;
}

.arrow-container i {
	color: #002e7d;
	font-size: 2.125rem;
}

@media screen and (max-width: 768px) {
	.arrow-container .history-prev,
	.arrow-container .history-next {
		top: 30px;
	}
	.arrow-container .history-prev {
		left: 1.5rem;
	}
	.arrow-container .history-next {
		right: 1.5rem;
	}
}

/*!-------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
	background-color: #eee;
	color: #002e7d;
	display: inline-block;
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.875rem;
	letter-spacing: .04rem;
	line-height: 1;
	max-width: 100%;
	padding: 0.6875rem 3.75rem;
	position: relative;
	text-align: center;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	width: auto;
}

.button:hover, .button:active, .button:focus {
	background-color: #002e7d;
	color: #fff;
}

.button.hollow, .button.button-more {
	background-color: rgba(0, 46, 125, 0);
	border: 2px solid #002e7d;
	border-radius: 0.25rem;
	color: #002e7d;
}

.button.hollow:hover, .button.hollow:active, .button.hollow:focus, .button.button-more:hover, .button.button-more:active, .button.button-more:focus {
	background-color: #002e7d;
	color: #fff;
}

.blog-articles .button.hollow, .blog-articles .button.button-more {
	text-transform: uppercase;
}

.button.button-external, .button[target=_blank] {
	padding-right: 6.25rem;
}

.button.button-external.expand, .button[target=_blank].expand {
	padding-right: 3.125rem;
}

.button.button-external::after, .button[target=_blank]::after {
	background-color: #002e7d;
	color: #fff;
}

.button.button-more {
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	letter-spacing: .85px;
	margin-top: 1.5rem;
	padding: 0.9375rem 1.875rem 0.875rem;
	text-transform: uppercase;
}

.button.expand {
	padding: 0.9375rem 0.625rem 0.875rem;
	width: 100%;
}

.mp3-icon,
.pdf-link,
.contact-link {
	display: inline-block;
}

.mp3-icon *,
.pdf-link *,
.contact-link * {
	float: left;
}

.mp3-icon::before,
.pdf-link::before,
.contact-link::before {
	display: block;
	float: left;
	font-size: 2.25rem;
	margin-right: 0.9375rem;
}

/*!-------------------------------------------------------------
# PageNavi
--------------------------------------------------------------*/
.wp-pagenavi,
.nav-links {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 2px solid transparent;
	border-radius: 0.25rem;
	display: inline-block;
	margin: 2px 10px;
	padding: 3px 8px;
	text-decoration: none;
}

.wp-pagenavi a {
	font-size: 1.125rem;
	line-height: 1;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: rgba(124, 120, 116, 0.4);
}

.wp-pagenavi span.current {
	color: rgba(124, 120, 116, 0.4);
	font-weight: 400;
}

.nav-links a {
	background-color: rgba(0, 46, 125, 0);
	border: 2px solid #002e7d;
	border-radius: .25rem;
	color: #002e7d;
	display: inline-block;
	font-family: "Avenir Next W01 Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	letter-spacing: .04rem;
	line-height: 1;
	max-width: 100%;
	padding: .6875rem 1.75rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	width: auto;
}

.nav-links a:hover, .nav-links a:active, .nav-links a:focus {
	background-color: #002e7d;
	color: #fff;
}

.nav-links .nav-previous {
	float: right;
}

.nav-links .nav-next {
	float: left;
}

/*!-------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5rem;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*!-------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: .8075rem 0;
}

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

/*!-------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-inner {
	transition: opacity 0.25s ease;
	background: #fff;
	border-radius: 0.25rem;
	margin: 0 auto auto;
	max-height: 100%;
	overflow: auto;
	padding: 3.125rem 0;
	position: relative;
	width: 100%;
}

.modal-inner::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	content: '';
	display: block;
	height: 0.25rem;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.modal-inner .modal-header {
	position: relative;
}

.modal-inner .modal-header .employee-name {
	font-size: 2.5rem;
}

.modal-inner .modal-content {
	padding: 0 1.875rem;
	text-align: left;
}

.modal-inner .modal-close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	height: 1.5em;
	width: 1.5em;
	background: #fff;
	cursor: pointer;
}

.modal-inner .modal-close::after, .modal-inner .modal-close::before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 0;
	left: 50%;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 1.5rem;
	width: 0.15rem;
	background: #002e7d;
	content: '';
	display: block;
	margin: -3px 0 0 -1px;
}

.modal-inner .modal-close:hover::after, .modal-inner .modal-close:hover::before {
	background: #001b4a;
}

.modal-inner .modal-close::before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 46.25em) {
	.modal-inner {
		max-width: 43.75rem;
	}
}

.modal-fade-screen {
	transition: opacity 0.25s ease;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	opacity: 0;
	visibility: hidden;
	z-index: 99999999999;
}

@media screen and (min-width: 64.0625em) {
	.modal-fade-screen {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}

.modal-fade-screen .modal-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.modal-fade-screen.active {
	opacity: 1;
	visibility: visible;
}

/*!-------------------------------------------------------------
# Leaders
--------------------------------------------------------------*/
.leaders {
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 46.25em) {
	.leaders {
		margin: 0 auto;
		max-width: 38.375rem;
	}
}

.leaders .employee-photo img {
	border-radius: 0.25rem;
	margin: 0 auto 1.25rem;
}

.leaders .employee-name a {
	color: #474543;
}

.leaders .employee-title {
	color: #7c7874;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 1.5px;
	line-height: 2;
	text-transform: uppercase;
}

.leaders .employee-title.has-gradient {
	margin-bottom: 3.125rem;
	padding-bottom: 3.125rem;
	position: relative;
}

.leaders .employee-title.has-gradient::after {
	background-color: #da0035;
	background-image: linear-gradient(90deg,#da0035 0%, #591fc9 50%, #002e7d 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 42px;
}

.leaders .employee-content {
	text-align: left;
}

.leaders .button {
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	color: #002e7d;
	font-family: "AvenirNextLTW01-Medium", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 1.25rem;
	padding: 1.625rem 0.625rem 1.5625rem;
	position: relative;
}

.leaders .button span {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.leaders .button i {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	font-size: 2.25rem;
	left: 30px;
}

.leaders .button:hover, .leaders .button:active, .leaders .button:focus {
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	background-color: #fff;
	color: #474543;
}

.leaders hr {
	border-width: 1px;
	margin-bottom: 3.4375rem;
}

.cta-bar {
	background-color: #fff;
	padding: 0.9375rem 1.875rem;
}

.cta-bar::after {
	clear: both;
	content: "";
	display: table;
}

.cta-bar .cta-language {
	display: none;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.125rem;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}

.cta-bar .button {
	background-color: #0007ad;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	letter-spacing: .85px;
	padding: 0.9375rem 1.875rem 0.875rem;
	text-transform: uppercase;
}

.cta-bar .button:hover, .cta-bar .button:active, .cta-bar .button:focus {
	background-color: #5a1ced;
}

.cta-bar .button::after {
	background: none;
	content: '';
}

@media screen and (min-width: 46.25em) {
	.cta-bar .cta-language {
		text-align: right;
	}
	.cta-bar .button {
		display: inline-block;
	}
}

.mobile-overlay {
	background-color: #da0035;
	background-image: linear-gradient(0deg,#da0035 9%, #591fc9 65%, #002e7d 92%);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	transition: opacity .5s, visibility 0s .5s;
	visibility: hidden;
	width: 100%;
}

.mobile-overlay button {
	background: none;
	left: -36px;
	position: fixed;
	top: 19px;
}

.mobile-overlay .dcpi-logo {
	color: #fff;
	font-size: 7.5rem;
	height: 88px;
	left: 50%;
	margin: 0 0 0 -1px;
	padding: 0;
	position: absolute;
	top: -15px;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	z-index: 99;
}

.mobile-overlay nav {
	left: 50%;
	padding-top: 100px;
	perspective: 1200px;
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	width: 100%;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.mobile-overlay nav {
		padding-top: 30px;
	}
}

.mobile-overlay ul {
	list-style: none;
	margin: 0 auto;
	opacity: .4;
	padding: 0;
	position: relative;
	transform: translateY(-25%) rotateX(35deg);
	transition: transform .5s, opacity .5s;
	width: 100%;
}

.mobile-overlay ul li {
	display: block;
	min-height: 46px;
}

.mobile-overlay ul li a {
	color: #fff;
	display: block;
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.125rem;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	transition: color .2s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.mobile-overlay ul li a {
		font-size: 2rem;
	}
}

.mobile-overlay ul li a::after {
	background-color: #fff;
	content: '';
	display: block;
	height: 0.125rem;
	margin: 1rem auto;
	transition: width .2s;
	width: 100px;
}

.mobile-overlay ul li a:hover, .mobile-overlay ul li a:active, .mobile-overlay ul li a:focus {
	color: #e3fcb1;
}

.open .mobile-overlay {
	opacity: 1;
	transition: opacity .5s;
	visibility: visible;
	z-index: 1000;
}

.open .mobile-overlay nav ul {
	opacity: 1;
	transform: rotateX(0deg);
}

@media screen and (max-height: 30.5em) {
	.mobile-overlay nav {
		height: 70%;
	}
	.mobile-overlay ul li {
		min-height: 34px;
	}
}

/*!-------------------------------------------------------------
# App Badge
--------------------------------------------------------------*/
.app-badge {
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	height: 45px;
	transition: all .2s ease-in-out;
}

.app-badge:hover, .app-badge:active, .app-badge:focus {
	-ms-transform: scale(1.02);
	    transform: scale(1.02);
}

.app-badge--amazon {
	background-image: url("../img/app_badge_amazon@2x.png");
	width: 132px;
}

.app-badge--apple {
	background-image: url("../img/app_badge_apple@2x.png");
	width: 157px;
}

.app-badge--google {
	background-image: url("../img/app_badge_google@2x.png");
	width: 144px;
}

.app-badge--windows {
	background-image: url("../img/app_badge_windows@2x.png");
	width: 174px;
}

.app-badge--windows-phone {
	background-image: url("../img/app_badge_wp@2x.png");
	width: 174px;
}

.author-byline p {
	font-family: "Avenir Next LT W01 Demi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	margin-bottom: 2.25rem;
	text-transform: uppercase;
}

.author-byline .author-pic {
	width: 100px;
	height: auto;
	margin-bottom: 0.625rem;
	border-radius: 100%;
}

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

.social-sharing p {
	margin-bottom: 0.3125rem;
	text-align: center;
}

.social-sharing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-sharing a {
	border-radius: 100%;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 1;
	position: relative;
	text-align: center;
	transition: background-color .3s ease-in-out;
	width: 40px;
}

.social-sharing a::before {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	font-family: 'dcpi-icons';
	line-height: 1;
}

.social-sharing a[href*='facebook.com'] {
	background-color: #3b5998;
}

.social-sharing a[href*='linkedin.com'] {
	background-color: #0077b5;
}

.social-sharing a[href*='twitter.com'] {
	background-color: #55acee;
}

.social-sharing a:hover, .social-sharing a:active, .social-sharing a:focus {
	background-color: #002e7d;
}

.social-sharing li {
	display: inline-block;
	padding: 0 0.3125rem;
}

/*!-------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.social-links a {
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	height: 45px;
	margin-right: 0.5rem;
	transition: all .2s ease-in-out;
	width: 45px;
}

.social-links a:hover, .social-links a:active, .social-links a:focus {
	-ms-transform: scale(1.02);
	    transform: scale(1.02);
}

.social-links a[href*='facebook.com'] {
	background-image: url("../img/fb-button@2x.png");
}

.social-links a[href*='instagram.com'] {
	background-image: url("../img/ig-button@2x.png");
}

.social-links a[href*='pinterest.com'] {
	background-image: url("../img/p-button@2x.png");
}

.social-links a[href*='snapchat.com'] {
	background-image: url("../img/sc-button@2x.png");
}

.social-links a[href*='twitter.com'] {
	background-image: url("../img/tw-button@2x.png");
}

.social-links a[href*='youtube.com'] {
	background-image: url("../img/yt-button@2x.png");
}

/*!-------------------------------------------------------------
# Visibility
--------------------------------------------------------------*/
@media screen and (max-width: 46.24em) {
	.hide-for-small {
		display: none !important;
	}
	.hide-for-small.active {
		display: block !important;
	}
	.show-for-small {
		display: block !important;
	}
	.flex-hide-for-small {
		display: none !important;
	}
	.flex-hide-for-small.active {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.flex-show-for-small {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media screen and (min-width: 46.25em) {
	.show-for-small {
		display: none !important;
	}
	.show-for-small.active {
		display: block !important;
	}
	.hide-for-medium {
		display: none !important;
	}
	.hide-for-medium.active {
		display: block !important;
	}
	.flex-show-for-small {
		display: none !important;
	}
	.flex-show-for-small.active {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.flex-hide-for-medium {
		display: none !important;
	}
	.flex-hide-for-medium.active {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.hide {
	display: none !important;
}

