/* Minification failed. Returning unminified contents.
(1013,65628): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1013,66064): run-time error CSS1039: Token not allowed after unary operator: '-swiper-wrapper-transition-timing-function'
(1013,67835): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-before'
(1013,67980): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-after'
(1013,68126): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-before'
(1013,68268): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-after'
(1013,69253): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1013,69282): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1013,69558): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1013,69617): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*! jQuery UI - v1.12.1 - 2019-02-26
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/Content/images/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:0}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=48em&large=62em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,::after,::before{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Open Sans",Arial,Roboto,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.grid-container{padding-right:.9375rem;padding-left:.9375rem;max-width:75rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width:48em){.grid-container{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:62em){.grid-container{padding-right:1.25rem;padding-left:1.25rem}}.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width:48em){.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:62em){.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:48em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:62em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:48em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:62em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}@media print,screen and (min-width:48em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}@media print,screen and (min-width:62em){.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem}}.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}@media print,screen and (min-width:48em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}@media print,screen and (min-width:62em){.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}@media print,screen and (min-width:48em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:62em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.small-3{width:calc(25% - 2.5rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.small-6{width:calc(50% - 2.5rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.small-9{width:calc(75% - 2.5rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.small-12{width:calc(100% - 2.5rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.medium-3{width:calc(25% - 2.5rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 2.5rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.medium-9{width:calc(75% - 2.5rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 2.5rem)}.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.large-3{width:calc(25% - 2.5rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.large-6{width:calc(50% - 2.5rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.large-9{width:calc(75% - 2.5rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.large-12{width:calc(100% - 2.5rem)}}.grid-padding-x .grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}@media print,screen and (min-width:48em){.grid-padding-x .grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:62em){.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}@media print,screen and (min-width:48em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:62em){.grid-container:not(.full)>.grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}}.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}@media print,screen and (min-width:48em){.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:62em){.grid-padding-x>.cell{padding-right:1.25rem;padding-left:1.25rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:48em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:62em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}@media print,screen and (min-width:48em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:62em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2.5rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 2.5rem)}.grid-margin-x.large-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 2.5rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:48em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:62em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:48em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:48em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:62em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:48em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:62em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:62em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:62em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:62em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:62em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 1.875rem / 2)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 1.875rem / 2)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 1.875rem / 2)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 1.875rem / 2)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 1.875rem / 2)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 1.875rem / 2)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 1.875rem / 2)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 1.875rem / 2)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 1.875rem / 2)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 1.875rem / 2)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 1.875rem / 2)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 1.875rem / 2)}@media print,screen and (min-width:48em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 1.875rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 1.875rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 1.875rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 1.875rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 1.875rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 1.875rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 1.875rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 1.875rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 1.875rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 1.875rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 1.875rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 1.875rem / 2)}}@media print,screen and (min-width:62em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 2.5rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 2.5rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 2.5rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 2.5rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:48em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:62em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:48em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:62em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}@media print,screen and (min-width:48em){.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}@media print,screen and (min-width:62em){.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem}}.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}@media print,screen and (min-width:48em){.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}}@media print,screen and (min-width:62em){.grid-padding-y>.cell{padding-top:1.25rem;padding-bottom:1.25rem}}.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}@media print,screen and (min-width:48em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}@media print,screen and (min-width:62em){.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}}.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}@media print,screen and (min-width:48em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}@media print,screen and (min-width:62em){.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}@media print,screen and (min-width:48em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:62em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.small-3{height:calc(25% - 2.5rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.small-9{height:calc(75% - 2.5rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.5rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.5rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.5rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.5rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.large-3{height:calc(25% - 2.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.large-6{height:calc(50% - 2.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.large-9{height:calc(75% - 2.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.large-12{height:calc(100% - 2.5rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width:48em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:62em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}@media print,screen and (min-width:48em){.grid-y.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width:62em){.grid-y.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:48em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:62em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}@media print,screen and (min-width:48em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}@media print,screen and (min-width:62em){.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}}.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}@media print,screen and (min-width:48em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}@media print,screen and (min-width:62em){.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}@media print,screen and (min-width:48em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:62em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.small-3{height:calc(25% - 2.5rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.small-9{height:calc(75% - 2.5rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.5rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.5rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.5rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.5rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.large-3{height:calc(25% - 2.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.large-6{height:calc(50% - 2.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.large-9{height:calc(75% - 2.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.large-12{height:calc(100% - 2.5rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}@media print,screen and (min-width:48em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:62em){.grid-frame.grid-margin-y{height:calc(100vh + 2.5rem)}}@media print,screen and (min-width:48em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:62em){.grid-margin-y.large-grid-frame{height:calc(100vh + 2.5rem)}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.5;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Open Sans",Arial,Roboto,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h5,h5{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:48em){.h1,h1{font-size:1.75rem}.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.5rem}.h4,h4{font-size:1rem}.h5,h5{font-size:1rem}.h6,h6{font-size:1rem}}a{line-height:inherit;color:#1779ba;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#1468a0;text-decoration:underline}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.5}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.5;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:48em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:62em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;color:#000!important;print-color-adjust:economy;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1.25rem 0;padding:.85em 1em;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button:focus,.button:hover{background-color:#14679e;color:#fefefe}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#1779ba;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#126195;color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#767676;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5e5e5e;color:#fefefe}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow:focus,.button.hollow:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{border-color:transparent;background-color:transparent}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#1779ba}.button.clear:focus,.button.clear:hover{color:#0c3d5d}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#1779ba}.button.clear.primary:focus,.button.clear.primary:hover{color:#0c3d5d}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:#157539}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:#805700}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:#67251a}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear::after,.button.dropdown.hollow::after{border-top-color:#1779ba}.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after{border-top-color:#1779ba}.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:47.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:48em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:48em){.hide-for-medium{display:none!important}}@media screen and (max-width:47.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:48em) and (max-width:61.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:62em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:62em){.hide-for-large{display:none!important}}@media screen and (max-width:61.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:62em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:61.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:" ";flex-basis:0;order:1}.clearfix::after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:48em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:62em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:48em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:62em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.form__err .form__item select,.form__err .form__item textarea,.form__item [aria-invalid=true],.form__item input .form__err,.form__item--error input[type=email],.form__item--error input[type=number],.form__item--error input[type=text],.form__item--error select,.form__item--error textarea,.form__item--full-width textarea.form__err{border-color:#9f3258;background-color:#f0dee4;color:#0a0a0a;font-size:1em;font-style:normal;margin-bottom:0}.comp-evt-detail__links ul,.comp-feat-sections__links ul,.comp-feat-topics__links ul,.comp-header-card__links ul,.comp-most-recent-jobs__list ul,.comp-page-nav ul ul,.comp-sect-list__links,.comp-tabs ul,.secondary-nav li,body[data-page-type=cfo] footer .comp-cfo__footer-nav,footer .footer__nav,footer .footer__social,header.page-header .utility>ul,header.page-header .utility>ul>li.active>ul,nav.primary ul,nav.primary ul>li{list-style-type:none;margin:0;padding:0}footer .footer__copyright{font-family:"Open Sans",arial,sans-serif;font-size:.8em;line-height:1.3em}#skip a,.comp-carousel__btn--next span,.comp-carousel__btn--prev span,.form__screen-reader,.hide-off-scr,.viewportCheck,nav.primary ul>li.primary__search .primary__content__close label,nav.primary ul>li.primary__search label{left:-9999px;overflow:hidden;padding:0;position:absolute;top:auto;width:1px;height:1px}.pdfLink,nav.primary ul>li .primary__promotion img.pdfLink{border:none;height:12px;margin-bottom:3px;margin-left:3px;margin-right:0;min-width:11px;width:11px}.extLink,nav.primary ul>li .primary__promotion img.extLink{border:none;height:12px;margin-bottom:3px;margin-left:3px;margin-right:0;min-width:12px;width:12px}.comp-cont-lookup__title,.comp-section__title{border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4;color:#002a59;font-weight:700;margin-bottom:20px;padding:12px 0 12px 8px}.comp-cont-lookup__title h3,.comp-section__title h3{font-size:1em;margin-bottom:0}.comp-heading-divider>h2,.comp-heading-divider>h4,legend{font-size:1.25em;font-style:normal;font-weight:600;line-height:1.2em;margin-bottom:.55em}.comp-archive-adv__dividers .comp-heading-divider>h2,.comp-carousel.display-centered-hdr-div .comp-heading-divider>h2{color:#707070;font-size:2rem;text-align:center}#fadedbackground{display:none;position:fixed;height:100%;width:100%;top:0;left:0;background:#000;z-index:998}.blue_line{border:1px solid #086ba8;margin-bottom:14px;margin-top:14px;height:1px;background-color:#086ba8}#pi_center_column hr{margin-top:0;margin-bottom:10px}body{background-color:#fff}body *{font-family:"Open Sans",arial,sans-serif}a:link{color:#1959a2}a:visited{color:#969}a:hover{color:#1959a2}a:active{color:#1959a2}a:focus{outline-offset:-1px}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-weight:700}h1{color:#000;font-size:1.25em;margin-bottom:17px;margin-top:0}@media print,screen and (min-width:48em){h1{font-size:1.5em;margin-bottom:9px;margin-top:4px}}@media screen and (min-width:75em){h1{font-size:1.75em;margin-bottom:7px;margin-top:0}}h2{font-size:1em;font-weight:700}@media print,screen and (min-width:48em){h2{font-size:1.5em}}h3{font-size:1em;font-weight:700;line-height:1.333em;margin:0 auto 12px}@media print,screen and (min-width:48em){h3{font-size:1.5em;margin-bottom:16px}}h4{font-size:1em;font-weight:600;line-height:1.2em;margin-bottom:.6em}@media print,screen and (min-width:48em){h4{font-size:1.25em}}h5{font-size:1em}h6{font-size:.688em}th{text-align:left}ul{margin-left:32px}.dev-comment{color:#ccc;font-size:1.3em;line-height:1.5em}.hide-el{display:none!important}main#content{overflow-x:hidden}#pi_content_holder{padding:0 20px}@media print,screen and (min-width:48em){#pi_content_holder{padding:0 20px}}@media print,screen and (min-width:62em){#pi_content_holder{padding:0 28px}}@media screen and (min-width:75em){#pi_content_holder{padding:0 28px}}.struct__constraint{margin:0 auto;max-width:1200px;overflow-x:hidden}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.struct__constraint{min-width:1024px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.struct__constraint{overflow-x:scroll}}.struct__separate{margin-bottom:64px;margin-top:64px}.struct__separate--reduce{margin-bottom:24px;margin-top:24px}@media print,screen and (min-width:48em){.struct__separate--reduce{margin-bottom:24px;margin-top:56px}}@media screen and (min-width:75em){.struct__separate--reduce{margin-bottom:24px;margin-top:56px}}.struct__inset{overflow:hidden;padding:0 20px}@media print,screen and (min-width:48em){.struct__inset{margin:0 auto;padding:0 54px;width:100%}}@media print,screen and (min-width:62em){.struct__inset{margin:0 auto;padding:0 85px;width:100%}}footer .struct__inset{padding:0}@media print,screen and (min-width:48em){footer .struct__inset{margin:0 auto;padding:35px 7%;width:100%}}.struct__inset--plus{overflow:hidden;padding:0 20px}@media print,screen and (min-width:48em){.struct__inset--plus{margin:0 auto;padding:0;padding-left:110px;padding-right:110px;width:100%}}@media print,screen and (min-width:62em){.struct__inset--plus{padding-left:215px;padding-right:215px}}.struct__inset--sml{overflow:hidden;padding:0 20px}@media print,screen and (min-width:48em){.struct__inset--sml{margin-left:auto;margin-right:auto;padding:0;padding-left:20px;padding-right:20px;width:100%}}@media print,screen and (min-width:62em){.struct__inset--sml{padding-left:36px;padding-right:36px}}.struct__inset--pg-hdr-adv{padding:56px 20px 0}@media print,screen and (min-width:48em){.struct__inset--pg-hdr-adv{padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto;width:100%}}@media print,screen and (min-width:62em){.struct__inset--pg-hdr-adv{padding-left:60px;padding-right:60px}}.struct__inset--carousel{padding:56px 20px}@media print,screen and (min-width:48em){.struct__inset--carousel{padding:64px 68px}}@media print,screen and (min-width:62em){.struct__inset--carousel{padding:64px 85px}}.struct__col--left{margin-top:0}@media print,screen and (min-width:48em){.struct__col--left{margin-top:9px}}.struct__col--center{margin-top:.625em}@media print,screen and (min-width:48em){.struct__col--center{margin-top:0}}.struct__col--right{margin-top:2.375em}@media print,screen and (min-width:48em){.struct__col--right{margin-top:5px}}.struct__bg-img{background-repeat:no-repeat;background-position:bottom}#pi_body_holder{min-width:initial;position:relative}#pi_content_holder{display:flex;flex-direction:column}@media print,screen and (min-width:48em){#pi_content_holder{display:block}}#pi_content_holder #pi_center_column{order:0}@media print,screen and (min-width:48em){#pi_content_holder #pi_center_column{order:0}}#pi_content_holder #pi_center_column.medium-6{margin-bottom:0}#pi_content_holder #pi_right_column{order:1}@media print,screen and (min-width:48em){#pi_content_holder #pi_right_column{order:0}}#pi_content_holder #pi_left_column{order:2}@media print,screen and (min-width:48em){#pi_content_holder #pi_left_column{order:0}}#pi_content_holder .struct__col--left-br{display:none}@media print,screen and (min-width:48em){#pi_content_holder .struct__col--left-br{display:block}}#pi_content_holder .struct__col--center-br{display:block}#pi_content_holder .struct__col--center-br.medium-6,#pi_content_holder .struct__col--center-br.medium-8{margin-bottom:22px}@media print,screen and (min-width:48em){#pi_content_holder .struct__col--center-br.medium-6,#pi_content_holder .struct__col--center-br.medium-8{margin-bottom:30px}}#pi_content_holder .struct__col--right-br{display:none}@media print,screen and (min-width:48em){#pi_content_holder .struct__col--right-br{display:block}}.cell-no-child{margin-bottom:0!important}.medium-6{margin-bottom:40px}.medium-6.bg-color-cell{margin-bottom:40px}@media print,screen and (min-width:62em){.medium-6.bg-color-cell{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6{margin-bottom:0}}.medium-6:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.medium-6:nth-last-child(2){margin-bottom:0}}.medium-6:nth-last-child(2)+.empty{margin-bottom:0}@media print,screen and (min-width:48em){.medium-6:nth-last-child(2):nth-child(even){margin-bottom:40px}}@media print,screen and (min-width:62em){.medium-6:nth-last-child(2):nth-child(even){margin-bottom:0}}.medium-6.empty{margin-bottom:0}@media print,screen and (min-width:62em){.medium-6:last-child .comp-archive-adv__content>:last-child{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6:nth-child(2):nth-last-child(2) .comp-archive-adv__content>:last-child{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6:nth-child(1):nth-last-child(2) .comp-archive-adv__content>:last-child{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6:nth-child(1):nth-last-child(3) .comp-archive-adv__content>:last-child{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6:nth-last-child(2):nth-child(3n+5) .comp-archive-adv__content>:last-child{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6:nth-last-child(2):nth-child(3n+4) .comp-archive-adv__content>:last-child{margin-bottom:0}}@media print,screen and (min-width:62em){.medium-6:nth-last-child(3):nth-child(3n+4) .comp-archive-adv__content>:last-child{margin-bottom:0}}.component__heading{padding:2px 20px;background-color:#1959a2;color:#fff;font-size:.875rem;font-weight:400;margin:0;text-transform:uppercase;width:100%}@media print,screen and (min-width:48em){.component__heading{padding:2px 20px}}@media print,screen and (min-width:62em){.component__heading{padding:2px 30px}}@media screen and (min-width:75em){.component__heading{padding:2px 30px}}.component__heading a:link{color:#fff}.component__heading a:visited{color:#fff}.component__heading a:hover{color:#fff}.component__heading a:active{color:#fff}.component__heading a:focus{outline-offset:-1px}.component__heading svg{height:16px;stroke:#fff;transform:rotate(-90deg);width:12px;margin:0 0 -3px 5px}.component__type{color:#333;font-size:.875rem;font-weight:400;line-height:1.5rem;margin-bottom:9px;text-transform:uppercase}.component__sub-type{color:#333;font-size:.875rem;line-height:1.5rem;margin-bottom:4px;text-transform:uppercase}.component__title{font-size:1.5em;font-weight:700;line-height:1.333em;margin:0 auto 20px}@media print,screen and (min-width:62em){.component__title{font-size:2em;line-height:1.25em}}.component__date{font-style:italic;line-height:.875em;margin-bottom:1em}.component__event__date{font-size:1em;font-weight:700;line-height:1.333em;margin-bottom:4px}@media print,screen and (min-width:62em){.component__event__date{font-size:1.5em;line-height:1.25em}}.component__event__time{font-style:italic;line-height:1.5em}.component__event__loc{font-style:italic;line-height:1.5em;margin-bottom:20px}.component__authors{font-size:.875em;font-style:italic;line-height:1.71em;margin-bottom:20px}.component__authors p{font-style:italic}.component__summary{background-color:rbg(255,255,255);width:100%;padding:20px}@media print,screen and (min-width:48em){.component__summary{padding:20px}}@media print,screen and (min-width:62em){.component__summary{padding:30px}}@media screen and (min-width:75em){.component__summary{padding:30px}}@media print,screen and (min-width:48em){.component__summary{background-color:transparent}}.component__summary p{margin-bottom:0}.component__summary--content>ul{margin-left:35px}.component__audiences--label,.component__topic--label{font-weight:600}.bg-color-cell{margin-bottom:40px;padding-bottom:0;padding-top:0}@media print,screen and (min-width:48em){.bg-color-cell{margin-bottom:0}}.bg-color-cell:last-child{margin-bottom:0}a.button{background-color:#1959a2;border:2px solid #1959a2;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em}a.button:hover{background-color:#fff;border:2px solid #1959a2;color:#1959a2}.grid-x{flex-grow:1}.cell-border.cell{border:1px solid #ccc}#skip a{height:1px;overflow:hidden;width:1px}#skip a:focus{height:auto;position:static;width:auto}.component{margin-bottom:26px}.component:last-child{margin-bottom:0}.add-border{border:1px solid #eff3f7}.add-border-top{border-top:1px solid #eff3f7}#pointer{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (pointer:coarse){#pointer{display:block}}select{padding:.25rem;height:35px;width:318px;background-image:url('data:image/svg+xml,<svg role="img" aria-hidden="true" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.7 9.9" style="enable-background:new 0 0 17.7 9.9;" xml:space="preserve"><title>Arrow icon</title><style type="text/css">.st0{fill:none;stroke-width:1.5;stroke-miterlimit:10;stroke:%231959A2}</style><g><polyline class="st0" points="0.5,0.5 8.9,8.9 17.2,0.5 "/></g></svg>');background-repeat:no-repeat;background-size:20px;background-position:right 5px top 50%;appearance:none}select[disabled]{background-image:url('data:image/svg+xml,<svg role="img" aria-hidden="true" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.7 9.9" style="enable-background:new 0 0 17.7 9.9;" xml:space="preserve"><title>Arrow icon</title><style type="text/css">.st0{fill:none;stroke-width:1.5;stroke-miterlimit:10;stroke:%23888888}</style><g><polyline class="st0" points="0.5,0.5 8.9,8.9 17.2,0.5 "/></g></svg>')}input{padding:5px 0}input[type=checkbox],input[type=radio]{margin:6px 5px 3px 5px;flex-basis:25px;min-width:25px;margin-left:-4px;cursor:pointer}input[type=checkbox]~label,input[type=radio]~label{cursor:pointer}input[type=submit]{background-color:#1959a2;border:2px solid #1959a2;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em}input[type=submit]:hover{background-color:#fff;border:2px solid #1959a2;color:#1959a2}input::-ms-clear{display:none}input[type=button]{background-color:#1959a2;border:2px solid #1959a2;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em}input[type=button]:hover{background-color:#fff;border:2px solid #1959a2;color:#1959a2}input[type=checkbox],input[type=radio]{position:absolute;left:-999em;right:auto}input[type=checkbox]~label,input[type=radio]~label{margin-bottom:.625rem;padding:0 0 0 1.75rem;position:relative;line-height:normal}input[type=checkbox]~label::before,input[type=radio]~label::before{content:""!important;display:block;left:0;margin-left:3px;margin-top:.2rem;position:absolute;height:1rem;background-color:#fff;border-radius:99rem;box-shadow:0 0 0 2px rgba(51,51,51,.7);width:1rem}input[type=checkbox][disabled]~label,input[type=radio][disabled]~label{cursor:default}input[type=checkbox][disabled]~label::before,input[type=radio][disabled]~label::before{box-shadow:0 0 0 2px #ccc;cursor:default}input[type=checkbox][disabled]:focus~label::before,input[type=checkbox][disabled]:hover~label::before,input[type=radio][disabled]:focus~label::before,input[type=radio][disabled]:hover~label::before{background-color:#fff;box-shadow:0 0 0 2px #ccc;outline:0 solid rgba(0,96,205,.3)}input[type=checkbox]:focus~label::before,input[type=checkbox]:hover~label::before,input[type=radio]:focus~label::before,input[type=radio]:hover~label::before{background-color:rgba(0,96,205,.3);box-shadow:0 0 0 2px #0060cd;outline:5px solid rgba(0,96,205,.3)}input[type=checkbox]:checked~label::before,input[type=radio]:checked~label::before{background-color:#0060cd;box-shadow:0 0 0 2px #0060cd,inset 0 0 0 2px #fff}input[type=checkbox]:checked:focus~label::before,input[type=checkbox]:checked:hover~label::before,input[type=radio]:checked:focus~label::before,input[type=radio]:checked:hover~label::before{background-color:#0060cd;box-shadow:0 0 0 2px #0060cd,inset 0 0 0 2px rgba(255,255,255,.7);outline:5px solid rgba(0,96,205,.3)}input[type=checkbox]:checked[disabled]~label::before,input[type=radio]:checked[disabled]~label::before{background-color:#ccc;box-shadow:0 0 0 2px #ccc,inset 0 0 0 2px #fff;outline:0}.form__item--error input[type=checkbox]~label::before,.form__item--error input[type=radio]~label::before{background-color:#f0dee4;box-shadow:0 0 0 2px #9f3258,inset 0 0 0 2px #f0dee4}.form__item--error input[type=checkbox]:focus-visible~label::before,.form__item--error input[type=checkbox]:focus~label::before,.form__item--error input[type=checkbox]:hover~label::before,.form__item--error input[type=radio]:focus-visible~label::before,.form__item--error input[type=radio]:focus~label::before,.form__item--error input[type=radio]:hover~label::before{background-color:#f0dee4;box-shadow:0 0 0 2px #9f3258;outline:5px solid rgba(159,50,88,.3)}input[type=checkbox]~label::before{border-radius:2px;height:1rem;width:1rem}input[type=checkbox]:checked~label::before{background:#0060cd url("data:image/svg+xml,%0A%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L6 10L10 6L14 2' stroke='white' stroke-width='3'/%3E%3C/svg%3E") 0 2px no-repeat;box-shadow:0 0 0 2px #0060cd,inset 0 0 0 0}input[type=checkbox]:checked:focus~label::before,input[type=checkbox]:checked:hover~label::before{background-color:#0060cd;box-shadow:0 0 0 2px #0060cd,inset 0 0 0 0;outline:5px solid rgba(0,96,205,.3)}input[type=checkbox]:checked[disabled]~label::before{background:#ccc url("data:image/svg+xml,%0A%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L6 10L10 6L14 2' stroke='white' stroke-width='3'/%3E%3C/svg%3E") 0 2px no-repeat;box-shadow:0 0 0 2px #ccc}input[type=checkbox]:checked[disabled]:focus~label::before,input[type=checkbox]:checked[disabled]:hover~label::before{background-color:#ccc;box-shadow:0 0 0 2px #ccc,inset 0 0 0 2px #ccc;outline:5px solid rgba(204,204,204,0)}fieldset{border-width:0;margin:0 0 20px;padding:0}legend{display:block;margin-bottom:.5em}[type=radio]~label{cursor:pointer}.type{color:#000}.form__err{color:#9f3258;font-size:.875rem;font-style:italic;font-weight:500;margin-bottom:-5px;padding:2px 0 0}.form__err--color{color:#9f3258}.form__err.qtyErrMsg{margin-bottom:5px}.form__err--icon{background:url(/Content/images/icons/ico-input-err.svg) no-repeat right center;display:none;grid-column:2/3;grid-row:1/2;justify-self:end;align-self:center;width:34px;height:23px}.form__err--msg{color:#9f3258;font-size:1rem;font-style:italic;font-weight:500;margin-bottom:-5px;padding:2px 0 0;display:inline-block}.form__general-err{display:flex;font-size:1rem;margin-bottom:8px}.form__general-err .form__err--icon{position:relative;top:1px;width:29px;display:inline-block}.form__field{display:grid;grid-template-columns:318px 34px;grid-template-rows:auto}.form__field [type=email],.form__field [type=text]{grid-column:1/2}.form__field div.form__err{grid-column:1/3;grid-row:2/3}.form__field--hidden{display:none}.form__item{align-items:flex-start;display:block;padding-bottom:20px}.form__item input{border:1px solid #707070}.form__item input[type=email],.form__item input[type=number],.form__item input[type=text]{height:35px;padding:.25rem}.form__item input[type=email]:focus,.form__item input[type=number]:focus,.form__item input[type=text]:focus{border-color:#0f74d6;outline:0}.form__item input[type=email]::placeholder,.form__item input[type=number]::placeholder,.form__item input[type=text]::placeholder{font-style:italic}.form__item input:disabled{border-color:#ccc;background-color:#ccc}.form__item textarea{display:block}.form__item textarea::placeholder{font-style:italic}.form__item select,.form__item textarea{padding:.25rem}.form__item select:focus,.form__item textarea:focus{border-color:#0f74d6!important;outline:0}.form__item.is-required label::before,.form__item.is-required legend::before{color:#9f3258;content:"* "}.form__item--helper,.form__item--info-txt{font-size:.85rem;font-weight:500;margin:0 0 8px 0}.is-required .form__item--helper,.is-required .form__item--info-txt{padding-left:13px}.form__item--helper{color:#707070;font-style:italic}.form__item--info-txt{font-style:normal}.form__item:last-child{padding-bottom:0}.form__item label,.form__item legend{display:block;font-weight:600;line-height:1.75rem;margin-bottom:0}@media screen and (min-width:35.5em){.form__item label,.form__item legend{flex-basis:35%;padding-right:10px}}.form__item.label-first{align-items:center;display:grid;grid-template-columns:max-content;padding-top:8px}.form__item.label-first label{font-weight:400;padding-left:27px;grid-column:1/3;grid-row:1/2}@media print,screen and (min-width:48em){.form__item.label-first label{grid-column:1/2}}.form__item.label-first>.form__pair{grid-row:2/3;padding-left:27px}@media print,screen and (min-width:48em){.form__item.label-first>.form__pair{grid-column:2/3;grid-row:1/2;padding-left:0}}.form__item.label-first #errMsgForOrgType{grid-column:1/3;grid-row:3/4}@media print,screen and (min-width:48em){.form__item.label-first #errMsgForOrgType{grid-row:2/3}}.form__item p{margin-bottom:0}.form__item--rdo-check{padding-bottom:20px}.form__item--rdo-check>div{margin-bottom:.5em;display:flex}.form__item--rdo-check label{display:inline;margin-right:16px}.form__item--full-width{padding-bottom:20px}.form__item--full-width label{flex-basis:100%;font-weight:600;line-height:1.75rem}.form__item--full-width textarea{min-width:80%;padding:.25rem}.form__item--full-width textarea:focus{border-color:#0f74d6!important;outline:0}.form__item--disabled{color:#999}.form__item--disabled.is-required label::before,.form__item--disabled.is-required legend::before{color:#999;content:"* "}.form__item--disabled .label-enabled{color:#0a0a0a}.form__item--btn-container{margin-bottom:24px}.form__item--number{display:flex}.form__item--number::placeholder{font-style:italics}.struct__col--center .form__item--number{display:flex;flex-wrap:wrap}.form__item--number input{margin-right:15px;width:60px}.form__item--number label{flex-basis:75%}.form__item--checkbox{display:flex;position:relative}.form__item--checkbox .form__field{display:flex}.form__item--offset{display:none}.form__item--error .form__err{display:inline-block}.form__item--error .form__err--icon{display:inline-block}.form__item--error input[type=email][aria-invalid=false],.form__item--error input[type=number][aria-invalid=false],.form__item--error input[type=text][aria-invalid=false]{border-color:#707070;background-color:inherit;color:#0a0a0a;font-size:1em;font-style:normal;margin-bottom:0}.form__item--error select[aria-invalid=false],.form__item--error textarea[aria-invalid=false]{border-color:#707070;background-color:#fff;color:#0a0a0a;font-size:1em;font-style:normal;margin-bottom:0}.form__item--error select{background-image:url('data:image/svg+xml,<svg role="img" aria-hidden="true" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.7 9.9" style="enable-background:new 0 0 17.7 9.9;" xml:space="preserve"><title>Arrow icon</title><style type="text/css">.st0{fill:none;stroke-width:1.5;stroke-miterlimit:10;stroke:%239f3258}</style><g><polyline class="st0" points="0.5,0.5 8.9,8.9 17.2,0.5 "/></g></svg>')}.form__content--freq{font-size:.875rem}.form__content--desc{font-size:.875rem}.form__pair{display:block;font-weight:500}.form__pair.no-wrap-in-mobile{display:flex}@media print,screen and (min-width:62em){.form__pair{align-items:baseline;display:flex;justify-content:left}}.form__pair.stack{display:block}.form__pair.stack label{flex-basis:auto}.form__pair>.form__field{align-items:center;display:flex;flex-basis:auto}.form__pair>.form__field:first-child{padding-right:10px}.form__pair>.form__field>span{padding-right:10px}.form__pair>.form__field input [type=number]{-moz-appearance:textfield}.form__pair>.form__field input [type=number]::-webkit-inner-spin-button,.form__pair>.form__field input [type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form__pair>.form__field:last-child label{margin-bottom:0}.form__pair>select{margin:3px 5px 3px 0}.form__pair label{display:inline;font-weight:500}.is-required .form__pair label:before{content:none}.form__sub-fieldset{margin-bottom:0}.form__sub-fieldset legend{font-size:1em;margin-bottom:.75rem}.form__sub-fieldset label{line-height:1.5rem}.form__sub-fieldset.form__item--error .form__err{display:inline-block}.form__sub-fieldset.form__item--error .form__err--icon{position:relative;top:4px;width:27px}.form__privacy-link{font-weight:600}#errMsgForAttendeesChargedAmount,#errMsgForOrgTypeText,#errMsgForOtherTopicText{grid-row:3/4;grid-column:1/4}.accordion.filter .form__item--rdo-check{margin-left:5px;padding-bottom:8px}.accordion.filter .form__item--rdo-check label span{cursor:pointer;font-size:1rem;display:block}:disabled{background-color:#ccc;border-color:#ccc;opacity:1}input.form__err,select.form__err,textarea.form__err{color:#0a0a0a}#page-level-err-msg{display:none;color:#9f3258;padding-bottom:24px}#mc_embed_signup .mc-field-group{padding-bottom:20px!important}[data-component="Economists Search Form"] input[type=number]{-moz-appearance:textfield;width:60px}[data-component="Economists Search Form"] input::-webkit-inner-spin-button,[data-component="Economists Search Form"] input::-webkit-outer-spin-button{-webkit-appearance:none}.error-page__msg{border-bottom:1px solid #0d73d7;border-top:1px solid #0d73d7;margin:64px 20px 96px;padding:40px 0}.error-page__msg h1{color:#000;font-size:1.25em;margin-bottom:17px;margin-top:0}@media print,screen and (min-width:48em){.error-page__msg h1{font-size:1.5em;margin-bottom:9px;margin-top:4px}}@media screen and (min-width:75em){.error-page__msg h1{font-size:1.75em;margin-bottom:7px;margin-top:0}}.has-icon ul{margin-left:63px}ul.list__extra-space li{margin-bottom:1.125rem}#nav-icon3{-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;transition:transform .5s ease-in-out;width:30px;height:20px;position:relative;margin:20px;transform:rotate(0);cursor:pointer}#nav-icon3 span{-moz-transition:transform .25s ease-in-out;-ms-transition:transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;-webkit-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;display:block;position:absolute;height:2px;width:100%;background:#fff;border-radius:1px;opacity:1;left:0;transform:rotate(0)}#nav-icon3 span:nth-child(1){top:0}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:6px}#nav-icon3 span:nth-child(4){top:12px}#nav-icon3.open span:nth-child(1){top:0;width:0;left:50%}#nav-icon3.open span:nth-child(2){transform:rotate(45deg)}#nav-icon3.open span:nth-child(3){transform:rotate(-45deg)}#nav-icon3.open span:nth-child(4){top:10px;width:0;left:50%}.comp-subscribe__hdr{font-size:1.5em;font-weight:700;line-height:1.333em;margin:0 auto 12px;font-weight:600}@media print,screen and (min-width:48em){.comp-subscribe__hdr{font-size:1.5em;margin-bottom:16px}}.comp-subscribe[data-component="Subscribe Form Component"]{background:#fff url(/Content/images/misc/bg-subscribe-blue-wave.jpg) no-repeat;background-position:0;background-size:cover;border-top:8px solid #1959a2;color:#000;padding:16px 20px}@media screen and (min-width:35.5em){.comp-subscribe[data-component="Subscribe Form Component"]{padding:16px 30px}}.comp-subscribe[data-component="Subscribe Form Component"] input{border-right-width:0}.comp-subscribe[data-component="Subscribe Form Component"] input[type=email],.comp-subscribe[data-component="Subscribe Form Component"] input[type=text]{border:2px solid #1959a2;border-radius:0;display:block;flex-grow:1;font-size:.875em;height:2.9em;line-height:1.25em;margin-bottom:5px;min-width:0;padding:1em;width:100%}@media screen and (min-width:35.5em){.comp-subscribe[data-component="Subscribe Form Component"] input[type=email],.comp-subscribe[data-component="Subscribe Form Component"] input[type=text]{margin-bottom:0}}@media print,screen and (min-width:48em){.comp-subscribe[data-component="Subscribe Form Component"] input[type=email],.comp-subscribe[data-component="Subscribe Form Component"] input[type=text]{flex-grow:2}}.comp-subscribe[data-component="Subscribe Form Component"] input[type=email]::placeholder,.comp-subscribe[data-component="Subscribe Form Component"] input[type=text]::placeholder{color:#333;font-style:normal}@media print,screen and (min-width:48em){.comp-subscribe[data-component="Subscribe Form Component"] input[type=email],.comp-subscribe[data-component="Subscribe Form Component"] input[type=text]{border-right-width:0}}.comp-subscribe[data-component="Subscribe Form Component"] input[type=email].comp-subscribe__input,.comp-subscribe[data-component="Subscribe Form Component"] input[type=text].comp-subscribe__input{flex-grow:2}.comp-subscribe[data-component="Subscribe Form Component"] input[type=email].comp-subscribe__input:focus,.comp-subscribe[data-component="Subscribe Form Component"] input[type=email].comp-subscribe__input:focus-visible,.comp-subscribe[data-component="Subscribe Form Component"] input[type=text].comp-subscribe__input:focus,.comp-subscribe[data-component="Subscribe Form Component"] input[type=text].comp-subscribe__input:focus-visible{outline-color:#101010;outline-offset:0;outline-style:auto;outline-width:.8px}.comp-subscribe[data-component="Subscribe Form Component"] .form__field{display:block;flex-grow:2}.comp-subscribe[data-component="Subscribe Form Component"] .form__err--icon{display:none}.comp-subscribe[data-component="Subscribe Form Component"] .form__item--error .comp-subscribe__input{background-color:#fff}.comp-subscribe[data-component="Subscribe Footer Form"]{background:#0d73d7;border-bottom:2px solid #fff;border-top-width:0;color:#fff;font-family:"Open Sans",arial,sans-serif;padding:20px 30px 25px}@media print,screen and (min-width:48em){.comp-subscribe[data-component="Subscribe Footer Form"]{border:0}}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__hdr{color:#fff}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__input{border:0;font-size:1em;height:2.5rem;margin-bottom:5px;padding:.5em;width:100%}@media screen and (min-width:35.5em){.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__input{margin-bottom:0}}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__input:focus,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__input:focus-visible{outline-color:#101010;outline-offset:0;outline-style:auto;outline-width:.8px}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__form{margin-bottom:0}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button a.button,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button input.button{background-color:#1959a2;border:2px solid #fff;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em;height:2.5rem}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button a.button:hover,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button input.button:hover{background-color:#fff;border:2px solid #fff;color:#1959a2}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button a.button:active,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button a.button:link,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button a.button:visited,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button input.button:active,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button input.button:link,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button input.button:visited{background-color:#0d73d7}.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button a.button:hover,.comp-subscribe[data-component="Subscribe Footer Form"] .comp-subscribe__button input.button:hover{background-color:#fff;color:#0d73d7}.comp-subscribe[data-component="Subscribe Form"] .form__pair .form__field{display:grid;grid-template-columns:1.75rem auto auto}.comp-subscribe[data-component="Subscribe Form"] .form__pair .form__field label{grid-row:1/2;grid-column:1/3}.comp-subscribe[data-component="Subscribe Form"] .form__pair .form__field .form__content--desc{grid-row:2/3;grid-column:2/4}.comp-subscribe[data-component="Manage Subscriptions"] .form__field{grid-template-columns:auto 34px}@media screen and (min-width:35.5em){.comp-subscribe[data-component="Manage Subscriptions"] .form__field{grid-template-columns:318px 34px}}.comp-subscribe[data-component="Manage Subscriptions"] .form__field [type=email],.comp-subscribe[data-component="Manage Subscriptions"] .form__field[type=text]{grid-column:1/3}@media screen and (min-width:35.5em){.comp-subscribe[data-component="Manage Subscriptions"] .form__field [type=email],.comp-subscribe[data-component="Manage Subscriptions"] .form__field[type=text]{grid-column:1/2}}.comp-subscribe[data-component="Manage Subscriptions"] .form__item--error [type=email],.comp-subscribe[data-component="Manage Subscriptions"] .form__item--error[type=text]{grid-column:1/2}.comp-subscribe[data-component="Manage Subscriptions"] .form__error--icon{justify-self:auto}.comp-subscribe[data-component="Manage Subscriptions"] fieldset{margin-bottom:20px}.comp-subscribe[data-component="Manage Subscriptions"] form{margin-bottom:12px}.comp-subscribe__form{margin-bottom:12px}.comp-subscribe__form section{margin-bottom:2rem}.comp-subscribe__form fieldset{display:flex;flex-wrap:wrap;margin-bottom:0;width:100%}.comp-subscribe__content{display:flex;flex-direction:column}@media screen and (min-width:35.5em){.comp-subscribe__content{flex-direction:row;flex-wrap:wrap}}.comp-subscribe__content div{display:inline-block;margin-bottom:12px;padding-right:20px}@media print,screen and (min-width:48em){.comp-subscribe__content div{margin-bottom:0}}.comp-subscribe__content div:last-child{margin-bottom:0}.comp-subscribe__fields{padding-bottom:0;width:100%}@media screen and (min-width:35.5em){.comp-subscribe__fields{display:flex}.comp-subscribe-form .comp-subscribe__fields{display:block}}.comp-subscribe__fields .form__field{display:block}.comp-subscribe__fields--checkboxes{margin-bottom:1rem}.comp-subscribe__fields--checkboxes section{margin-bottom:2rem}.comp-subscribe__fields--checkboxes .form__item{display:flex}.comp-subscribe__fields--checkboxes .form__item label{flex-basis:auto;margin-top:0}.comp-subscribe__label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.comp-subscribe__error{margin-top:.625rem}.comp-subscribe__error.form-error{color:#9f3258;font-size:1em;font-style:italic;line-height:1.5em;margin-bottom:5px}@media print,screen and (min-width:48em){.comp-subscribe__error.form-error{margin-bottom:0}}footer .comp-subscribe__error.form-error{color:#fff}.comp-subscribe__error+.form__err--icon{top:3px}.comp-subscribe__input{flex-grow:2;margin-bottom:5px}.comp-subscribe__button a.button,.comp-subscribe__button input.button{background-color:#1959a2;border:2px solid #1959a2;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em;height:1.7em;width:100%}.comp-subscribe__button a.button:hover,.comp-subscribe__button input.button:hover{background-color:#fff;border:2px solid #1959a2;color:#1959a2}@media screen and (min-width:35.5em){.comp-subscribe__button a.button,.comp-subscribe__button input.button{width:auto}}footer .comp-subscribe p{color:#fff}.comp-subscribe h2,.comp-subscribe h3{font-size:1.5em;font-weight:700;line-height:1.333em;margin:0 auto 12px;font-weight:600}@media print,screen and (min-width:48em){.comp-subscribe h2,.comp-subscribe h3{font-size:1.5em;margin-bottom:16px}}footer .comp-subscribe h2,footer .comp-subscribe h3{color:#fff}nav.primary{background-color:#fff;display:none}@media print,screen and (min-width:62em){nav.primary{background-color:transparent;display:flex}}nav.primary ul{width:100%}@media print,screen and (min-width:62em){nav.primary ul{align-items:stretch;display:flex;justify-content:flex-end}}nav.primary ul>li{border-bottom:1px solid #707070;display:block;overflow:hidden}@media print,screen and (min-width:62em){nav.primary ul>li{background-color:transparent;border-bottom-width:0;line-height:1.5em;max-width:135px;transition:background-color 150ms}}nav.primary ul>li>a{display:block;float:left;font-weight:600;padding:20px 18px;width:calc(100% - 80px)}@media print,screen and (min-width:62em){nav.primary ul>li>a{min-width:115px;padding-top:40px}}nav.primary ul>li>a:hover,nav.primary ul>li>a:link,nav.primary ul>li>a:visited{color:#1959a2}@media print,screen and (min-width:62em){nav.primary ul>li>a:hover,nav.primary ul>li>a:link,nav.primary ul>li>a:visited{color:#fff}}nav.primary ul>li>a.primary__toggle{display:inline;float:right;padding:0;width:auto}@media print,screen and (min-width:62em){nav.primary ul>li>a.primary__toggle{display:none}}nav.primary ul>li>a.primary__toggle>svg{height:65px;stroke:#1959a2;transform:initial;width:74px;float:right;padding:19px 28px}nav.primary ul>li .primary__content{display:none;width:100%}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content{background-color:#fff;border-bottom:16px solid #cce7ff;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;border-top:16px solid #cce7ff;box-shadow:0 12px 10px 0 rgba(0,0,0,.2);color:#000;display:flex;left:0;opacity:0;position:absolute;right:auto;top:100%;transition:visibility 150ms ease-in,opacity 150ms ease-in;visibility:hidden}}nav.primary ul>li .primary__content>.primary__subnav{display:none}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav{display:block}}nav.primary ul>li .primary__content>.primary__subnav ul{background:#eff3f7;display:block}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav ul{background-color:#fff;display:block;float:left;width:50%}}nav.primary ul>li .primary__content>.primary__subnav ul>li{border-bottom:1px dotted #707070;padding-left:16px;width:100%}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav ul>li{border-bottom:0;max-width:none;padding-left:0}}nav.primary ul>li .primary__content>.primary__subnav ul>li>a{background-image:none}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav ul>li>a{border-bottom-width:0;line-height:1.5em;padding:0 20px 20px 0}}nav.primary ul>li .primary__content>.primary__subnav ul>li>a:active,nav.primary ul>li .primary__content>.primary__subnav ul>li>a:hover,nav.primary ul>li .primary__content>.primary__subnav ul>li>a:link{color:#1959a2}nav.primary ul>li .primary__content>.primary__subnav ul>li>a:visited{color:#8a5e8d}nav.primary ul>li .primary__content>.primary__subnav h3{background:#eff3f7;border-bottom:1px dotted #707070;margin-bottom:0}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav h3{background-color:transparent;border-bottom:0}}nav.primary ul>li .primary__content>.primary__subnav h3>a{background-image:none;display:block;font-size:1rem;font-weight:600;padding:20px 18px 20px 32px}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav h3>a{border-bottom-width:0;font-size:1.5rem;line-height:1.1rem;padding:0 20px 25px 0}}nav.primary ul>li .primary__content>.primary__subnav h3>a:active,nav.primary ul>li .primary__content>.primary__subnav h3>a:hover,nav.primary ul>li .primary__content>.primary__subnav h3>a:link,nav.primary ul>li .primary__content>.primary__subnav h3>a:visited{color:#1959a2}nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child{border-left:1px solid #1959a2;clear:both;display:inline-block;margin-left:19px;margin-bottom:26px}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child{border-left:2px solid #cce7ff;margin-bottom:26px;margin-left:0;width:100%}}nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li{border-bottom-width:0;line-height:1.4rem;padding-left:0}nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li a{font-weight:400;padding:12px 16px}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li a{padding:10px 16px;width:90%}}nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li:first-child{margin-top:-11px}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li:first-child{margin-top:-4px}}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li:first-child a{padding-top:0}}nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li:last-child{margin-bottom:-11px}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li:last-child{margin-bottom:-4px}}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content>.primary__subnav .primary__subnav--child>li:last-child a{padding-bottom:0}}nav.primary ul>li .primary__content .primary__promotion{display:none}@media print,screen and (min-width:62em){nav.primary ul>li .primary__content .primary__promotion{display:flex}}nav.primary ul>li .primary__promotion{display:none}@media print,screen and (min-width:62em){nav.primary ul>li .primary__promotion{border-right:1px dotted #333;display:flex;flex-basis:50%;flex-grow:1;justify-content:space-between;margin:33px 0 40px;padding:0 40px}}nav.primary ul>li .primary__promotion__link{display:block;font-weight:600}nav.primary ul>li .primary__promotion__link svg{height:21px;stroke:#1959a2;transform:rotate(-90deg);width:17px;display:block;margin-bottom:-3px;margin-left:8px}@media print,screen and (min-width:62em){nav.primary ul>li .primary__promotion__link svg{display:inline}}nav.primary ul>li .primary__promotion__link:visited svg{stroke:#969}nav.primary ul>li .primary__promotion__link>span{color:#1959a2;font-size:1.1em;text-decoration:none!important}nav.primary ul>li .primary__promotion__link:visited>span{color:#969}nav.primary ul>li .primary__promotion__link:active>span,nav.primary ul>li .primary__promotion__link:hover>span{color:#1959a2}nav.primary ul>li .primary__promotion p{clear:both;display:block;font-size:1em;line-height:1.5em;margin-top:-4px}nav.primary ul>li .primary__promotion img{align-self:baseline;height:144px;margin-right:30px;min-width:200px}nav.primary ul>li .primary__subnav{display:none;width:100%}@media print,screen and (min-width:62em){nav.primary ul>li .primary__subnav{display:block;flex-basis:50%;padding:33px 40px 40px}}nav.primary ul>li .primary__subnav li a{background-image:none}@media print,screen and (min-width:62em){nav.primary ul>li .primary__subnav h3{color:#1959a2;display:block;font-size:1.5em;font-weight:600}}nav.primary ul>li.active{background-color:#1959a2;border-bottom:0}@media print,screen and (min-width:62em){nav.primary ul>li.active{background-color:#cce7ff;transition:background-color 150ms}}nav.primary ul>li.active .primary__toggle>svg{stroke:#fff;transform:rotate(180deg)}@media print,screen and (min-width:62em){nav.primary ul>li.active .primary__toggle>svg{display:none}}nav.primary ul>li.active>a{background-size:21px 11px}nav.primary ul>li.active>a:active,nav.primary ul>li.active>a:hover,nav.primary ul>li.active>a:link,nav.primary ul>li.active>a:visited{color:#fff}@media print,screen and (min-width:62em){nav.primary ul>li.active>a:active,nav.primary ul>li.active>a:hover,nav.primary ul>li.active>a:link,nav.primary ul>li.active>a:visited{color:#1959a2}}nav.primary ul>li.active .primary__content{display:flex;width:100%}@media print,screen and (min-width:62em){nav.primary ul>li.active .primary__content{display:flex;opacity:1;transition:visibility 150ms ease-in,opacity 150ms ease-in;visibility:visible}}nav.primary ul>li.active .primary__subnav{display:block}@media print,screen and (min-width:62em){nav.primary ul>li.selected{background-color:#fff}}@media print,screen and (min-width:62em){nav.primary ul>li.selected>a{background-image:none}}@media print,screen and (min-width:62em){nav.primary ul>li.selected>a:active,nav.primary ul>li.selected>a:hover,nav.primary ul>li.selected>a:link,nav.primary ul>li.selected>a:visited{color:#1959a2}}nav.primary ul>li.selected.shadow{background-image:linear-gradient(0deg,rgba(0,0,0,.12),rgba(255,255,255,0) 13%)}nav.primary ul>li.selected.shadow.active{background-image:none}@media print,screen and (min-width:62em){nav.primary ul>li.selected .primary__content{border-top-color:#fff}}nav.primary ul>li.primary__search{color:#fff;display:flex;padding:20px 18px}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search{padding:20px 0}}nav.primary ul>li.primary__search #site-search-form-submit-glass{order:2}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search #site-search-form-submit-glass{order:-1}}nav.primary ul>li.primary__search svg{height:27px;width:27px;cursor:pointer;display:block;padding:0;stroke:#1959a2}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search svg{margin-right:15px}}nav.primary ul>li.primary__search>a{display:none}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search>a{display:inline;min-width:auto;padding-top:24px;position:relative;width:auto}}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search form{border:2px solid #1959a2}}nav.primary ul>li.primary__search input{border:0;box-shadow:none;line-height:1.5;margin:0;padding:0 10px 0 0;width:80%}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search input{margin-top:5px;padding:0 10px}}nav.primary ul>li.primary__search input::placeholder{color:#707070;font-size:1em;font-weight:600}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search input:focus{outline:0}}nav.primary ul>li.primary__search input.form__err{font-style:normal;font-size:inherit}nav.primary ul>li.primary__search a.button{background-color:#1959a2;border:0;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.4em .44em;font-weight:400}nav.primary ul>li.primary__search a.button:hover{background-color:#1959a2;border:0;color:#fff}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search{order:6}nav.primary ul>li.primary__search svg{stroke:#fff}}nav.primary ul>li.primary__search .primary__content{display:flex;flex-wrap:wrap;line-height:1.5em!important;justify-content:space-between}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search .primary__content{justify-content:normal;left:auto;opacity:0;padding:26px 30px;right:0;top:100%;transition:visibility 150ms ease-in,opacity 150ms ease-in;visibility:hidden;width:696px}}nav.primary ul>li.primary__search .primary__content svg{margin-right:6px;margin-top:8px}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search .primary__content svg{display:none}}nav.primary ul>li.primary__search .primary__content form{align-items:normal;display:flex;justify-content:space-between;flex-basis:90%}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search .primary__content form{flex-basis:100%}}nav.primary ul>li.primary__search .primary__content form a.button{align-self:center;display:none}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search .primary__content form a.button{display:inline}}nav.primary ul>li.primary__search .primary__content form a.button:hover{color:#fff}nav.primary ul>li.primary__search .primary__content__close{display:none;font-size:3em;font-weight:300!important}nav.primary ul>li.primary__search .primary__content__close:hover{text-decoration:none}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search .primary__content__close{display:block;font-weight:300!important;margin-top:10px;padding-left:10px}}nav.primary ul>li.primary__search .primary__content #search-error-container{border-top:1px solid #e4e4e4;display:none;flex-basis:100%;order:3;margin-top:11px;padding-top:6px}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search .primary__content #search-error-container{border-top-width:0;padding-top:5px}}nav.primary ul>li.primary__search.active{background-color:#fff;border-bottom:1px solid #707070}@media print,screen and (min-width:62em){nav.primary ul>li.primary__search.active{background-color:transparent;border-bottom:0}nav.primary ul>li.primary__search.active .primary__content{opacity:1;transition:visibility 150ms ease-in,opacity 150ms ease-in;visibility:visible}nav.primary ul>li.primary__search.active .primary__content svg{display:none;opacity:1;stroke:#1959a2}}@media print,screen and (min-width:62em) and (min-width:62em){nav.primary ul>li.primary__search.active svg{display:block;opacity:.5;transform:none}}footer{background-color:#1959a2;margin-top:20px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){footer{min-width:1024px}}body[data-theme=home] footer{margin-top:0}footer .footer__nav{font-weight:700;margin-top:20px}@media print,screen and (min-width:48em){footer .footer__nav{margin-top:0}}footer .footer__nav li{font-family:"Open Sans",arial,sans-serif;padding-bottom:1.2em;text-align:center}@media print,screen and (min-width:48em){footer .footer__nav li{text-align:left}}footer .footer__nav a{color:#fff}footer .footer__social{display:flex;justify-content:center}@media print,screen and (min-width:48em){footer .footer__social{justify-content:flex-start}}footer .footer__social li{padding:0 12px}footer .footer__social li:first-child{padding:0 11px 0 12px}@media print,screen and (min-width:48em){footer .footer__social li{padding:0 25px 0 0}footer .footer__social li:first-child{padding:0 23px 0 0}}footer .footer__social li img{height:28px;width:28px}footer .footer__social li label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}footer .footer__copyright{color:#fff;margin:20px 0;text-align:center}@media print,screen and (min-width:48em){footer .footer__copyright{margin-bottom:0;text-align:left;white-space:nowrap}}header.page-header{align-items:stretch;background-color:#1959a2;position:relative;z-index:12}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){header.page-header{min-width:1024px}}header.page-header .utility{display:none}@media print,screen and (min-width:62em){header.page-header .utility{background-color:#eff3f7;color:#000;display:flex;justify-content:flex-end;order:-1;padding:0}}header.page-header .utility>ul{width:100%}@media print,screen and (min-width:62em){header.page-header .utility>ul{display:flex;line-height:.8rem;width:auto}}header.page-header .utility>ul>li{border-bottom:1px solid #fff;display:block;font-family:"Open Sans",arial,sans-serif;font-weight:600;overflow:hidden}@media print,screen and (min-width:62em){header.page-header .utility>ul>li{border-bottom:0;border-color:#000;display:inline-block;line-height:.8rem}}header.page-header .utility>ul>li>ul{display:none}header.page-header .utility>ul>li>a{background-color:#1959a2;display:block;float:left;font-weight:600;padding:20px 18px;width:calc(100% - 80px)}header.page-header .utility>ul>li>a:active,header.page-header .utility>ul>li>a:hover,header.page-header .utility>ul>li>a:link,header.page-header .utility>ul>li>a:visited{color:#fff}@media print,screen and (min-width:62em){header.page-header .utility>ul>li>a{background-color:transparent;display:inline-block;float:none;padding:7px 0 8px;width:auto}header.page-header .utility>ul>li>a:active,header.page-header .utility>ul>li>a:hover,header.page-header .utility>ul>li>a:link,header.page-header .utility>ul>li>a:visited{color:#333}header.page-header .utility>ul>li>a:hover{text-decoration:underline}header.page-header .utility>ul>li>a:focus span{outline:dotted #000;outline-width:2px}header.page-header .utility>ul>li>a:focus:not(:focus-visible) span{outline:0}header.page-header .utility>ul>li>a:active{outline-width:0}header.page-header .utility>ul>li>a>span{border-right:1px dotted #333;display:inline-block;padding:4px 15px;text-decoration:inherit}}header.page-header .utility>ul>li>a.primary__toggle{display:inline;float:right;padding:0;width:auto}@media print,screen and (min-width:62em){header.page-header .utility>ul>li>a.primary__toggle{display:none}}header.page-header .utility>ul>li>a.primary__toggle>svg{height:65px;stroke:#fff;transform:initial;width:74px;color:#fff;float:right;padding:19px 28px}header.page-header .utility>ul>li.utility-highlight:last-child{background-color:#0f74d6}header.page-header .utility>ul>li.utility-highlight:last-child>a{background-color:#0f74d6;color:#fff}header.page-header .utility>ul>li.utility-highlight:last-child>a>span{padding-right:15px}header.page-header .utility>ul>li:last-child>a>span{border-right-width:0}header.page-header .utility>ul>li svg{height:67px;stroke:#fff;transform:initial;width:74px;float:right;padding:20px 28px}@media print,screen and (min-width:62em){header.page-header .utility>ul>li svg{display:none}}header.page-header .utility>ul>li.active .primary__toggle>svg{stroke:#fff;transform:rotate(180deg)}@media print,screen and (min-width:62em){header.page-header .utility>ul>li.active .primary__toggle>svg{display:none}}header.page-header .utility>ul>li.active>ul{background-color:#eff3f7;clear:both;display:block}@media print,screen and (min-width:62em){header.page-header .utility>ul>li.active>ul{display:none}}header.page-header .utility>ul>li.active>ul>li{border-bottom:1px dotted #707070;display:block}header.page-header .utility>ul>li.active>ul>li:last-child{border-bottom:0}header.page-header .utility>ul>li.active>ul>li>a{display:block;padding:20px 18px 20px 32px}header.page-header .header{align-items:center;display:flex;justify-content:space-between}header.page-header .header__logo{display:block;padding:16px 20px}@media print,screen and (min-width:62em){header.page-header .header__logo{padding:18px 28px 25px}}header.page-header .header__logo-image{height:70px;width:152px}header.page-header .header__logo-image--print{height:70px;width:152px;display:none}header.page-header .header__hamburger{display:block}@media print,screen and (min-width:62em){header.page-header .header__hamburger{display:none}}header.page-header .header__hamburger div{color:#fff;display:block;font-size:.875rem;left:-4px;position:absolute;top:22px}@media print,screen and (min-width:62em){header.page-header .header__hamburger div{left:-9999px;position:absolute;top:auto}}.page-header__cover{background:rgba(0,0,0,.5);height:100%;left:0;max-width:1200px;opacity:0;position:absolute;top:0;transition:visibility 150ms ease-in,opacity 150ms ease-in;visibility:hidden;width:100%;z-index:11}.page-header__cover.active{opacity:1;visibility:visible}@media print,screen and (min-width:62em){.page-header>.grid-x>.cell{display:flex;justify-content:flex-end}}@media print,screen and (min-width:62em){.page-header>.grid-x>.cell:first-child{display:flex;justify-content:flex-start}}.comp-featured-item__container{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%}.comp-featured-item__container article{background-color:#fff;margin-bottom:20px;width:100%}@media print,screen and (min-width:48em){.comp-featured-item__container article{margin-bottom:0}}.comp-featured-item__container{margin-bottom:40px}.struct__separate .comp-featured-item__container{margin-bottom:0}.comp-featured-item__container>.grid-x>.cell:nth-last-child(2):not(.comp-featured-item__img){padding-bottom:40px}@media print,screen and (min-width:48em){.comp-featured-item__container>.grid-x>.cell:nth-last-child(2):not(.comp-featured-item__img){padding-bottom:0}}.comp-featured-item--border{border-bottom:1px dashed #e4e4e4;margin-bottom:40px;padding-bottom:40px}.comp-featured-item--border.component{margin-bottom:40px}.comp-featured-item .comp-heading-divider{flex-basis:100%;margin-bottom:16px}.comp-featured-item .comp-heading-divider p{margin-bottom:0}.comp-featured-item__img{padding-bottom:17px}@media print,screen and (min-width:48em){.comp-featured-item__img{padding-bottom:0}}.comp-featured-item__img img{height:auto;width:100%}.cell>.grid-x .comp-featured-item__img{padding-bottom:17px}.comp-featured-item__img.medium-6{margin-bottom:0}.comp-featured-item__content .component__type{font-size:.875rem;font-weight:400;margin-bottom:1px;text-transform:uppercase}.comp-featured-item__content .component__title{margin-bottom:13px}@media print,screen and (min-width:62em){.comp-featured-item__content .component__title{margin-bottom:10px}}.comp-featured-item__content .component__title:first-child{margin-top:-5px}.comp-featured-item__content .component__date{line-height:1.5em;margin-bottom:12px}.comp-featured-item__content .component__authors{margin-bottom:21px}.comp-featured-item__content .component__event__date{margin-bottom:5px}@media print,screen and (min-width:62em){.comp-featured-item__content .component__event__date{margin-bottom:4px}}.comp-featured-item__content p:last-child{margin-bottom:0}.comp-featured-item__content ul{margin-left:35px}.comp-spotlight{margin-bottom:0;overflow:hidden}.comp-spotlight>a.comp-spotlight__comp-link{display:block;height:100%;position:relative;text-decoration:none;width:100%}.comp-spotlight>a.comp-spotlight__comp-link:hover{text-decoration:none}.comp-spotlight>a.comp-spotlight__comp-link:focus-visible{outline-offset:-3px;outline:2px solid #fff}.comp-spotlight__container{display:flex;align-items:center;padding:248px 20px 24px}@media print,screen and (min-width:48em){.comp-spotlight__container{padding:58px 54px}}@media print,screen and (min-width:62em){.comp-spotlight__container{padding:45px 68px}}.comp-spotlight__content{color:#fff;width:100%}@media print,screen and (min-width:48em){.comp-spotlight__content{width:50%;min-height:200px}}@media print,screen and (min-width:62em){.comp-spotlight__content{width:45%}}@media screen and (min-width:75em){.comp-spotlight__content{width:40%}}.comp-spotlight__hdr{color:#fff;font-size:1.25rem}.comp-spotlight__hdr:hover{text-decoration:underline}@media print,screen and (min-width:48em){.comp-spotlight__hdr{font-size:1.5rem}}@media print,screen and (min-width:62em){.comp-spotlight__hdr{font-size:2rem}}.comp-spotlight__summary{font-size:1.125rem;line-height:normal}@media print,screen and (min-width:48em){.comp-spotlight__summary{font-size:1.25rem}}@media print,screen and (min-width:62em){.comp-spotlight__summary{font-size:1.5rem}}.comp-spotlight__summary p{font-size:inherit}.comp-spotlight__dots{display:flex;margin-bottom:1rem;width:48px}.comp-spotlight__dots span{display:inline-block;height:8px;width:8px;margin-bottom:0;margin-right:4px}.comp-spotlight__dots span:nth-child(1){background:#049fe0}.comp-spotlight__dots span:nth-child(2){background:#96bf51}.comp-spotlight__dots span:nth-child(3){background:#f2ae44}.comp-spotlight__dots span:nth-child(4){background:#9670a9}.comp-spotlight__dots.small{width:26px}.comp-spotlight__dots.small span{background-color:#999;height:5px;margin-right:2px;width:5px}.comp-spotlight__cta{font-size:1.125rem}@media print,screen and (min-width:48em){.comp-spotlight__cta{font-size:1.25rem}}.comp-spotlight__cta:hover{text-decoration:underline}.comp-spotlight__bg-img{background-position:right top;background-repeat:no-repeat;background-size:contain}@media screen and (min-width:625px){.comp-spotlight__bg-img{background-size:cover}}@media print,screen and (min-width:48em){.comp-spotlight__bg-img{background-size:auto}}.comp-spotlight__grad{background-repeat:no-repeat;background-position:top right;background-size:cover;background:linear-gradient(to bottom,transparent,transparent 180px,#333 240px);min-height:400px}@media print,screen and (min-width:48em){.comp-spotlight__grad{background-repeat:no-repeat;background-position:top right;background-size:cover;background-image:linear-gradient(100deg,#333 24.54%,rgba(51,51,51,.95) 30.26%,rgba(51,51,51,.85) 37.13%,rgba(51,51,51,.75) 43.48%,rgba(51,51,51,.5) 50.2%,rgba(51,51,51,.25) 57.2%,rgba(51,51,51,0) 63.21%)}}.comp-spotlight__border{display:none}@media print,screen and (min-width:48em){.comp-spotlight__border{border-right:1px dotted #707070;display:block;height:93px;margin:0 24px;width:1px;z-index:-1}.comp-spotlight__border:last-child{display:none}}.comp-spotlight__news{display:block;padding:40px 20px}@media print,screen and (min-width:48em){.comp-spotlight__news{display:flex;padding:40px 54px}}@media print,screen and (min-width:62em){.comp-spotlight__news{display:flex;padding:56px 86px}}.comp-spotlight__news-item{border-bottom:1px dotted #707070;font-size:1.25rem;font-weight:600;padding:24px 0;position:relative;width:100%}@media print,screen and (min-width:48em){.comp-spotlight__news-item{border-bottom:0;padding:0;width:33%}}.comp-spotlight__news-item:nth-child(1){padding-top:0}@media print,screen and (min-width:48em){.comp-spotlight__news-item:nth-child(1){padding-left:0}}.comp-spotlight__news-item:last-child{border-bottom:0;border-right:0;padding-bottom:0}@media print,screen and (min-width:48em){.comp-spotlight__news-item:last-child{padding-right:0}.comp-spotlight__news-item:last-child .comp-spotlight__border{display:none}}.comp-spotlight__news-item a:link{color:#1959a2}.comp-spotlight__news-item a:visited{color:#1959a2}.comp-spotlight__news-item a:hover{color:#1959a2}.comp-spotlight__news-item a:active{color:#1959a2}.comp-spotlight__news-item a:focus{outline-offset:-1px}.comp-heading-divider{margin-bottom:1.5em}.comp-heading-divider.has-icon>h2,.comp-heading-divider.has-icon>h4{display:flex;align-items:center}.comp-heading-divider.has-icon>h2>a,.comp-heading-divider.has-icon>h4>a{display:flex;align-items:center}.comp-heading-divider>h2>a,.comp-heading-divider>h4>a{display:inline-block;padding-right:25px;position:relative}.comp-heading-divider>h2>a:visited,.comp-heading-divider>h4>a:visited{color:#1959a2}.comp-heading-divider>h2>a:hover,.comp-heading-divider>h4>a:hover{text-decoration:underline}.comp-heading-divider>h2 svg,.comp-heading-divider>h4 svg{height:21px;stroke:#1959a2;transform:rotate(-90deg);width:17px;margin:0 0 -3px 5px}.comp-heading-divider>h2 .comp-heading-divider__icon,.comp-heading-divider>h4 .comp-heading-divider__icon{padding-right:12px}.comp-heading-divider>h2 .comp-heading-divider__icon>svg,.comp-heading-divider>h4 .comp-heading-divider__icon>svg{height:40px;margin:0 0 -9px 6px;min-width:45px;stroke:none;transform:none;width:45px}.comp-heading-divider hr{border-bottom:1px solid #999;margin:0 auto .5rem;max-width:100%}.comp-cont-lookup-adv__img img{height:auto;width:100%}.comp-cont-lookup-adv__img.add-bottom-padding{padding-bottom:20px}@media print,screen and (min-width:48em){.comp-cont-lookup-adv__img.add-bottom-padding{padding-bottom:20px}}@media print,screen and (min-width:62em){.comp-cont-lookup-adv__img.add-bottom-padding{padding-bottom:30px}}.comp-cont-lookup-adv__content{background-color:transparent;padding:20px}.comp-cont-lookup-adv__content.collapse-content-padding{padding:0}@media print,screen and (min-width:48em){.comp-cont-lookup-adv__content{padding:20px}}@media print,screen and (min-width:62em){.comp-cont-lookup-adv__content{padding:30px}}@media screen and (min-width:75em){.comp-cont-lookup-adv__content{padding:30px}}.comp-cont-lookup-adv__content p:last-child{margin-bottom:0}.comp-cont-lookup-adv__content ul{margin-left:35px}.comp-cont-lookup-adv__content div:last-of-type{margin-bottom:0}.comp-cont-lookup-adv__content div:last-of-type p:last-child{margin-bottom:0}.comp-cont-lookup-adv__content .component__grade-levels,.comp-cont-lookup-adv__content .component__topic{color:#000;display:block;font-size:1em;line-height:1.5em;margin-bottom:0}.comp-cont-lookup-adv__content .component__grade-levels--label,.comp-cont-lookup-adv__content .component__topic--label{font-weight:600}.comp-cont-lookup-adv__content .component__title{color:#000;font-size:1.5em;font-weight:700;line-height:1.333em;margin:0 auto 20px}@media print,screen and (min-width:62em){.comp-cont-lookup-adv__content .component__title{font-size:2em;line-height:1.25em;margin-bottom:18px}}.comp-cont-lookup-adv__content .component__date{color:#0b2a52}.comp-cont-lookup-adv__content .component__summary--content{margin-top:1em;padding:0;width:100%}.comp-cont-lookup-adv__content .component__summary--content p,.comp-cont-lookup-adv__content .component__summary--content ul{margin-bottom:1em}.comp-cont-lookup-adv__content .component__event__date{margin-bottom:5px;padding-top:2px}@media print,screen and (min-width:62em){.comp-cont-lookup-adv__content .component__event__date{margin-bottom:4px;padding-top:0}}.comp-cont-lookup-adv__content--no-pad-top{padding-top:0}.comp-cont-lookup-adv__button{margin-top:0;padding:20px}@media print,screen and (min-width:48em){.comp-cont-lookup-adv__button{padding:20px}}@media print,screen and (min-width:62em){.comp-cont-lookup-adv__button{padding:30px 30px 32px}}@media screen and (min-width:75em){.comp-cont-lookup-adv__button{padding:30px}}.bg-color-cell .comp-cont-lookup-adv__button{padding-top:0}.comp-cont-lookup-adv__btn-container{margin-top:20px;text-align:center}.comp-cont-lookup-adv__btn-container.is-single{margin-bottom:30px;margin-top:30px}.comp-youtube__title,.video-title{font-weight:700;margin-bottom:16px;margin-top:1.5rem}.comp-youtube__description,.video-description{font-size:.875em;font-style:italic;margin-bottom:10px;margin-top:24px}.videoWrapper{height:0;padding-bottom:56.25%;padding-top:25px;position:relative}.videoWrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.comp-chart{background-color:#fff;margin-bottom:20px}.comp-chart::after,.comp-chart::before{display:table;content:" ";flex-basis:0;order:1}.comp-chart::after{clear:both}.comp-chart__content{padding:22px 20px 0}@media print,screen and (min-width:48em){.comp-chart__content{padding:22px 20px 0}}@media print,screen and (min-width:62em){.comp-chart__content{padding:22px 30px 0}}@media screen and (min-width:75em){.comp-chart__content{padding:30px}}.comp-chart .component__summary{background-color:#fff;padding:24px 20px 0}@media print,screen and (min-width:48em){.comp-chart .component__summary{background-color:transparent}}@media print,screen and (min-width:48em){.comp-chart .component__summary{padding:24px 20px 0}}@media print,screen and (min-width:62em){.comp-chart .component__summary{padding:24px 30px 0}}@media screen and (min-width:75em){.comp-chart .component__summary{padding:24px 30px 0}}.comp-chart .component__title{color:#1959a2;font-size:1.5em}@media print,screen and (min-width:48em){.comp-chart .component__title{font-size:1.5em}}.comp-chart .collapse-content-padding{padding-left:0;padding-right:0}.comp-chart .collapse-content-margin{margin-left:0;margin-right:0}.comp-chart__container{background-color:#fff;margin:20px}.comp-chart--with-note .comp-chart__container{margin-bottom:1rem}@media print,screen and (min-width:48em){.comp-chart__container{margin:20px}.comp-chart--with-note .comp-chart__container{margin-bottom:1rem}}@media print,screen and (min-width:62em){.comp-chart__container{margin:30px}.comp-chart--with-note .comp-chart__container{margin-bottom:1rem}}.comp-chart__container hr{margin-bottom:10px;margin-top:0}.comp-chart__border{border:1px solid #999;overflow:hidden}.comp-chart__chart{margin:24px}.comp-chart__credit{color:#999;font-size:.56rem;padding-left:24px;padding-right:24px}.comp-chart__credit-map,.comp-chart__credit-map a{color:#999;text-align:left}.comp-chart__notes{font-size:.8rem;padding:0}.comp-chart__container .comp-chart__notes{padding:10px 24px 12px}.comp-chart__notes a,.comp-chart__notes div,.comp-chart__notes p,.comp-chart__notes span,.comp-chart__notes strong{font-size:.8rem}.comp-chart__footer{background-color:#eff3f7;padding-bottom:12px;padding-left:15px;padding-top:10px;position:relative;text-align:left}.comp-chart__footer::before{background:rgba(239,239,239,.685);content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:2}@media only screen and (max-width:375px){.comp-chart__footer{padding-bottom:3px;padding-top:5px}.comp-chart__footer p{font-size:.8rem}}.comp-most-recent-jobs--border{border:1px solid #1959a2}.comp-most-recent-jobs__content{background-color:#fff;padding:16px 20px 0 20px}@media print,screen and (min-width:48em){.comp-most-recent-jobs__content{padding:16px 20px 0 20px}}@media print,screen and (min-width:62em){.comp-most-recent-jobs__content{padding:16px 30px 0 30px}}@media screen and (min-width:75em){.comp-most-recent-jobs__content{padding:30px}}.comp-most-recent-jobs__content.collapse-content-padding{padding:0}.comp-most-recent-jobs__content .component__summary--content{margin-top:1em;padding:0;width:100%}.comp-most-recent-jobs__content ul{margin-left:35px}.comp-most-recent-jobs__list ul{display:inline-block;margin-left:0}.comp-most-recent-jobs__list li{margin-bottom:1.2rem}.comp-most-recent-jobs__img img{width:100%}.comp-most-recent-jobs__img.add-bottom-padding{padding-bottom:22px}.comp-most-recent-jobs__button{margin-top:0;padding:16px 0 20px 0}@media print,screen and (min-width:48em){.comp-most-recent-jobs__button{padding:16px 0 20px 0}}@media print,screen and (min-width:62em){.comp-most-recent-jobs__button{padding:16px 0 30px 0}}@media screen and (min-width:75em){.comp-most-recent-jobs__button{padding:30px}}.bg-color-cell .comp-most-recent-jobs__button{padding-top:0}.comp-promo-boxes.component{margin-bottom:0}.comp-promo-boxes__btn-container{margin-top:20px;text-align:center}.comp-promo-box--border{border:1px solid #e4e4e4}.comp-promo-box.display-horiz{background-color:#f2f2f2;border-top:8px solid #e4e4e4}.comp-promo-box.collapse-child-content-padding article{margin-bottom:0}.display-horiz .comp-promo-box__container{height:auto;display:block}@media print,screen and (min-width:48em){.display-horiz .comp-promo-box__container{display:flex}}@media print,screen and (min-width:48em){.medium-6>.display-horiz .comp-promo-box__container{display:block}}.display-horiz .comp-promo-box__img{flex-basis:33%;overflow:hidden;position:relative}.display-horiz .comp-promo-box__img img{display:block;max-width:none;width:100%}@media print,screen and (min-width:48em){.display-horiz .comp-promo-box__img img{position:absolute}}.display-horiz .comp-promo-box__img img.center-img{left:-50%}.comp-promo-box__img img{height:auto;width:100%}.comp-promo-box__img.add-bottom-padding{padding-bottom:16px}@media print,screen and (min-width:48em){.comp-promo-box__img.add-bottom-padding{padding-bottom:16px}}@media print,screen and (min-width:62em){.comp-promo-box__img.add-bottom-padding{padding-bottom:16px}}.comp-promo-box__content{background-color:transparent;padding:16px 20px 0 20px}.comp-promo-box__content.collapse-content-padding{padding:0}@media print,screen and (min-width:48em){.comp-promo-box__content{padding:16px 20px 0 20px}}@media print,screen and (min-width:62em){.comp-promo-box__content{padding:16px 30px 0 30px}}@media screen and (min-width:75em){.comp-promo-box__content{padding:16px 30px 0 30px}}.display-horiz .comp-promo-box__content{flex-basis:100%;padding:24px 20px}@media print,screen and (min-width:48em){.display-horiz .comp-promo-box__content{padding:24px 20px}}@media print,screen and (min-width:62em){.display-horiz .comp-promo-box__content{padding:24px 20px}}@media screen and (min-width:75em){.display-horiz .comp-promo-box__content{padding:24px 20px}}.display-horiz .comp-promo-box__content .component__summary--content p:last-child{margin-bottom:0}.display-horiz .comp-promo-box__content>*+*{margin-top:20px}.comp-promo-box__content .component__title{font-size:1.5em;hyphens:auto;line-height:2rem;margin-bottom:3px}.comp-promo-box__content .component__title--rule{border-bottom:1px solid #0d73d7;margin-bottom:10px;padding-bottom:10px;hyphens:auto}.display-horiz .comp-promo-box__content .component__title{font-size:1.125em;line-height:1.25em}.comp-promo-box__content .component__summary--content{padding:0;width:100%}.display-horiz .comp-promo-box__content .component__summary--content{margin-top:20px}.comp-promo-box__content .component__summary--content p:last-child{margin-bottom:20px}.comp-promo-box__content ul{margin-left:35px}.comp-promo-box__list{margin-left:35px}.comp-promo-box__list--no-bullets{list-style-type:none;margin-left:0}.comp-promo-box__list--no-bullets li{font-weight:700;margin-bottom:12px}ul.comp-promo-box__list--no-bullets{margin-left:0}.comp-promo-box__button{margin-top:0;padding:20px}@media print,screen and (min-width:48em){.comp-promo-box__button{padding:20px}}@media print,screen and (min-width:62em){.comp-promo-box__button{padding:30px 30px 32px}}@media screen and (min-width:75em){.comp-promo-box__button{padding:30px}}.display-horiz .comp-promo-box__button{padding:0}.bg-color-cell .comp-promo-box__button{padding-top:0}.comp-promo-box__button.collapse-content-padding{padding:0}.display-horiz .comp-promo-box__img+.comp-promo-box__content{flex-basis:66%}.comp-page-banner h1{color:#1959a2;font-size:1.25em;margin-bottom:17px;margin-top:0;padding:0 20px 0}@media print,screen and (min-width:48em){.comp-page-banner h1{font-size:1.5em;margin-bottom:9px;margin-top:4px}}@media screen and (min-width:75em){.comp-page-banner h1{font-size:1.75em;margin-bottom:7px;margin-top:0}}@media print,screen and (min-width:48em){.comp-page-banner h1{padding:0 54px 0}}@media print,screen and (min-width:62em){.comp-page-banner h1{padding:0 85px 0}}@media screen and (min-width:75em){.comp-page-banner h1{padding:0 85px 0}}#pi_center_column .comp-page-banner h1{color:#000;padding-left:0;padding-right:0}body[data-theme=cfo] .comp-page-banner h1{margin-top:7px;margin-bottom:7px}.comp-page-banner__image{text-align:center}.comp-page-banner__image img{min-width:420px;max-width:700px;width:100%}.comp-page-banner__link{background-color:#eff3f7;padding:5px 0 5px 10px;font-weight:700}.comp-page-banner__link a:active,.comp-page-banner__link a:hover,.comp-page-banner__link a:link,.comp-page-banner__link a:visited{color:#1959a2}.comp-page-banner__link a>svg{height:auto;stroke:#1959a2;transform:initial;width:13px;display:inline-block;left:0;max-height:14px;position:relative;top:-2px;transform:rotate(90deg)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__link a>svg{top:2px}}.comp-page-banner__link a>svg .st0{stroke-width:2}.comp-page-banner__link a:hover>svg{stroke:#1959a2}.comp-page-banner__link__text{padding-left:5px}.comp-page-banner__hdr{background-color:#693;border-bottom:2px solid #fff;padding:19px 20px 19px;font-size:1rem;font-weight:700;color:#fff;margin-bottom:0}@media print,screen and (min-width:48em){.comp-page-banner__hdr{padding:26px 54px 27px}}@media print,screen and (min-width:62em){.comp-page-banner__hdr{padding:25px 85px 26px}}@media screen and (min-width:75em){.comp-page-banner__hdr{padding:26px 85px 27px}}@media print,screen and (min-width:48em){.comp-page-banner__hdr{font-size:1.125rem;line-height:1.5rem}}@media print,screen and (min-width:62em){.comp-page-banner__hdr{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:75em){.comp-page-banner__hdr{font-size:1.5rem;line-height:1.75rem}}.comp-page-banner__hdr a:active,.comp-page-banner__hdr a:hover,.comp-page-banner__hdr a:link,.comp-page-banner__hdr a:visited{color:#fff}.comp-page-banner__hdr p{line-height:1.375rem;margin-bottom:0;font-size:inherit}@media print,screen and (min-width:48em){.comp-page-banner__hdr p{line-height:1.5rem}}@media print,screen and (min-width:62em){.comp-page-banner__hdr p{line-height:1.75rem}}.comp-page-banner__items{background-color:#eff3f7;display:flex;flex-wrap:wrap}@media print,screen and (min-width:62em){.comp-page-banner__items{flex-wrap:nowrap}}.comp-page-banner__items a{border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;padding:14px 8px 0;text-align:center}@media print,screen and (min-width:48em){.comp-page-banner__items a{padding:21px 8px 0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__items a{padding:24px 0 0}}@media print,screen and (min-width:62em){.comp-page-banner__items a{border-bottom-width:0}}.comp-page-banner__items a svg{box-sizing:content-box;max-height:40px;overflow:visible;padding-bottom:0}@media print,screen and (min-width:48em){.comp-page-banner__items a svg{max-height:45px;padding-bottom:11px}}.comp-page-banner__items a svg *{fill:#1959a2}.comp-page-banner__items a div{color:#1959a2;font-size:1em;font-weight:700;line-height:1.333em;margin:0 auto 12px;margin-bottom:11px;text-align:center}@media print,screen and (min-width:48em){.comp-page-banner__items a div{font-size:1.5em;margin-bottom:16px}}@media print,screen and (min-width:48em){.comp-page-banner__items a div{margin-bottom:18px}}.comp-page-banner__items a:hover{background-color:#1959a2;color:#eff3f7;text-decoration:none}.comp-page-banner__items a:hover div{color:#fff}.comp-page-banner__items a:hover svg *{fill:#fff}@media print,screen and (min-width:62em){.comp-page-banner__items a:first-child{border-left-width:0}.comp-page-banner__items a:last-child{border-right-width:0}}.comp-page-banner__items a:first-child:nth-last-child(1){width:100%;flex-basis:100%}.comp-page-banner__items a:first-child:nth-last-child(2),.comp-page-banner__items a:first-child:nth-last-child(2)~a{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(2),.comp-page-banner__items a:first-child:nth-last-child(2)~a{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(2),.comp-page-banner__items a:first-child:nth-last-child(2)~a{width:50%}}.comp-page-banner__items a:first-child:nth-last-child(3),.comp-page-banner__items a:first-child:nth-last-child(3)~a{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(3),.comp-page-banner__items a:first-child:nth-last-child(3)~a{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(3),.comp-page-banner__items a:first-child:nth-last-child(3)~a{width:50%}}@media print,screen and (min-width:48em){.comp-page-banner__items a:first-child:nth-last-child(3),.comp-page-banner__items a:first-child:nth-last-child(3)~a{width:33%;flex-basis:33.3333%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(3),.comp-page-banner__items a:first-child:nth-last-child(3)~a{flex-basis:calc(33.3333% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(3),.comp-page-banner__items a:first-child:nth-last-child(3)~a{width:33.33%}}}.comp-page-banner__items a:first-child:nth-last-child(4),.comp-page-banner__items a:first-child:nth-last-child(4)~a{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(4),.comp-page-banner__items a:first-child:nth-last-child(4)~a{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(4),.comp-page-banner__items a:first-child:nth-last-child(4)~a{width:50%}}@media print,screen and (min-width:48em){.comp-page-banner__items a:first-child:nth-last-child(4),.comp-page-banner__items a:first-child:nth-last-child(4)~a{width:25%;flex-basis:25%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(4),.comp-page-banner__items a:first-child:nth-last-child(4)~a{flex-basis:calc(25% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(4),.comp-page-banner__items a:first-child:nth-last-child(4)~a{width:25%}}}.comp-page-banner__items a:first-child:nth-last-child(5),.comp-page-banner__items a:first-child:nth-last-child(5)~a{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(5),.comp-page-banner__items a:first-child:nth-last-child(5)~a{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(5),.comp-page-banner__items a:first-child:nth-last-child(5)~a{width:50%}}@media print,screen and (min-width:48em){.comp-page-banner__items a:first-child:nth-last-child(5),.comp-page-banner__items a:first-child:nth-last-child(5)~a{width:20%;flex-basis:20%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(5),.comp-page-banner__items a:first-child:nth-last-child(5)~a{flex-basis:calc(20% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(5),.comp-page-banner__items a:first-child:nth-last-child(5)~a{width:20%}}}.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{width:50%}}@media print,screen and (min-width:48em){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{width:33.33%;flex-basis:33.333%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{flex-basis:calc(33.333% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{width:33.33%}}}@media print,screen and (min-width:62em){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{width:16.666%;flex-basis:16.666%}}@media print and (-ms-high-contrast:none),screen and (min-width:62em) and (-ms-high-contrast:active),screen and (min-width:62em) and (-ms-high-contrast:none){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{flex-basis:calc(16.666% - 2px)}}@media print,screen and (min-width:62em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-page-banner__items a:first-child:nth-last-child(6),.comp-page-banner__items a:first-child:nth-last-child(6)~a{width:16.66%}}}.comp-breadcrumb{display:block;line-height:.875em;margin:12px 0 8px;padding:8px 0 4px;position:relative}@media print,screen and (min-width:48em){.comp-breadcrumb{padding:0}}.comp-breadcrumb a{font-size:.875rem}.comp-breadcrumb a>svg{height:auto;stroke:#1959a2;transform:initial;width:11px;display:inline-block;left:0;max-height:14px;position:relative;top:-2px;transform:rotate(90deg)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-breadcrumb a>svg{top:2px}}@media print,screen and (min-width:48em){.comp-breadcrumb a>svg{display:none;left:-17px;position:absolute;top:5px}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-breadcrumb a>svg{top:1px}}.comp-breadcrumb a:visited>svg{stroke:#969}.comp-breadcrumb a:hover>svg{stroke:#1959a2}.comp-breadcrumb__link{display:none;white-space:nowrap}@media print,screen and (min-width:48em){.comp-breadcrumb__link{display:inline}}.comp-breadcrumb__link.last-item{display:inline-block}.comp-breadcrumb__link.last-item>a>svg{display:inline-block}@media print,screen and (min-width:48em){.comp-breadcrumb__link.last-item>a>svg{display:none}}.comp-breadcrumb__link.last-item.orphan>a>svg{display:inline-block}.comp-breadcrumb__link__text{margin-left:4px}@media print,screen and (min-width:48em){.comp-breadcrumb__link__text{margin-left:0}}@media print,screen and (min-width:48em){.comp-breadcrumb__link.orphan .comp-breadcrumb__link__text{margin-left:0}}.comp-page-heading{color:#000;font-size:1.25em;margin-bottom:17px;margin-top:0;color:#000}@media print,screen and (min-width:48em){.comp-page-heading{font-size:1.5em;margin-bottom:9px;margin-top:4px}}@media screen and (min-width:75em){.comp-page-heading{font-size:1.75em;margin-bottom:7px;margin-top:0}}.comp-page-heading.add-rule{border-bottom:1px solid #707070;margin-bottom:0;padding-bottom:6px}.struct__col--center .comp-page-heading{margin-bottom:1rem}.comp-people{padding-top:24px}.comp-people:first-child{margin-bottom:0;padding-top:56px}@media print,screen and (min-width:62em){.comp-people:first-child{padding-top:64px}}body[data-theme=podcast] .comp-people:first-child{padding-top:0}.comp-people:last-child{padding-bottom:56px}.comp-people__container{display:flex;flex-direction:row}.comp-people__container.comp-people--no-images{padding-bottom:16px}body[data-theme=podcast] .comp-people__container .medium-6{margin-bottom:0}.comp-people__item{display:flex;flex-direction:row;padding-bottom:32px}@media print,screen and (min-width:48em){.comp-people__item{padding-bottom:40px}}.comp-people--no-images .comp-people__item{padding-bottom:6px}.comp-people__img{border-color:#fff;border-radius:50%;display:block;margin-right:8px;max-height:120px;max-width:120px}.comp-people__name{font-size:1em;font-weight:700;line-height:1.5em;margin-bottom:6px;padding-top:9px}@media print,screen and (min-width:48em){.comp-people__name{padding-top:15px}}.comp-people--no-images .comp-people__name{padding-top:0}.comp-people__role,.comp-people__title{font-size:.875rem;line-height:1.25em;margin-bottom:0}.comp-people--no-images .comp-people__role,.comp-people--no-images .comp-people__title{margin-bottom:17px}.comp-people__affiliation,.comp-people__alt-title,.comp-people__location{font-size:.875rem;line-height:1.25em;margin-bottom:0}.comp-people--no-images .comp-people__affiliation,.comp-people--no-images .comp-people__alt-title,.comp-people--no-images .comp-people__location{margin-bottom:17px}.comp-people .comp-heading-divider{margin-bottom:32px}.comp-person__img{margin-bottom:31px;text-align:center}.comp-person__img__details{padding-top:18px}.comp-person__img__details p{margin-bottom:8px;margin-left:20px;text-align:left}@media print,screen and (min-width:48em){.comp-person__img__details p{margin-left:0;text-align:center}.medium-6 .comp-person__img__details p{text-align:left}}.comp-person__img__details p a{font-weight:700}.comp-person__img__details p:last-child{margin-bottom:0}.comp-person__bio-photo{border-color:#fff;border-radius:50%;display:block;margin:0;max-height:160px;max-width:160px;width:100%}@media print,screen and (min-width:48em){.comp-person__bio-photo{margin:0 auto;max-height:250px;max-width:250px}}.comp-person__details{margin-bottom:20px}@media print,screen and (min-width:48em){.comp-person__details{margin-bottom:48px}}.comp-person__details h2{font-size:1.5em;margin-bottom:13px}@media print,screen and (min-width:48em){.comp-person__details h2{margin-bottom:21px}}.comp-person__titles{margin-bottom:6px}.comp-person__affiliation,.comp-person__alternate-title,.comp-person__role,.comp-person__title{font-size:1em;font-weight:700;line-height:1.5rem}.comp-person__role{line-height:1.75rem;margin-bottom:6px}.comp-person__summary{line-height:1.5em;margin:1.125rem 0}.comp-person__dir-info{margin-bottom:8px}.comp-person__director-class,.comp-person__term{font-weight:600;line-height:1.5em}.comp-person__location{font-style:italic;line-height:1.5em}.comp-person__location p{font-style:italic;line-height:1.5em}.secondary-nav{padding:10px 0 0;background-color:#eff3f7}@media print,screen and (min-width:48em){.secondary-nav{padding:10px 0 0}}@media print,screen and (min-width:62em){.secondary-nav{padding:10px 0 0}}@media screen and (min-width:75em){.secondary-nav{padding:10px 0 0}}.secondary-nav__toggle{cursor:pointer;display:block;font-size:1.125em;height:38px;line-height:1.5em;margin:0;position:relative;text-align:center}@media print,screen and (min-width:48em){.secondary-nav__toggle{font-size:1.25em}}.secondary-nav__toggle>a{font-weight:700}.secondary-nav__toggle>a:active,.secondary-nav__toggle>a:focus,.secondary-nav__toggle>a:hover,.secondary-nav__toggle>a:visited{color:#1959a2;text-decoration:none}.secondary-nav__toggle>a>svg{height:9px;stroke:#1959a2;transform:initial;width:32px;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;-webkit-transition:transform .25s;transition:transform .25s;padding:0 4px;position:absolute;top:10px}.active .secondary-nav__toggle>a>svg{transform:rotate(-180deg)}.secondary-nav__list{clear:both;display:none;margin-bottom:0;margin-left:0}.secondary-nav li{display:block}.secondary-nav li a{background-color:#cce7ff;border-bottom:1px solid #eff3f7;display:block;font-weight:700;height:48px;padding:12px 20px 0}.struct__col--center .comp-contact,body[data-page-type=event] .comp-contact{background-color:#eff3f7;padding:30px}.comp-contact:last-child{margin-bottom:64px}.struct__col--center .comp-contact{margin-top:56px}.comp-subscribe+.comp-contact{margin-top:56px}.comp-contact .comp-contact__hdr,.comp-contact h2{border-bottom:2px solid #1959a2;font-size:1.25em;font-style:normal;font-weight:700;line-height:1.2em;margin:6px 0 18px;padding:0 30px 12px;position:relative}@media print,screen and (min-width:48em){.comp-contact .comp-contact__hdr,.comp-contact h2{border-bottom-width:1px}}.struct__col--center .comp-contact .comp-contact__hdr,.struct__col--center .comp-contact h2{border-bottom-width:1px}.comp-contact .comp-contact__hdr svg,.comp-contact h2 svg{left:0;max-height:19px;max-width:19px;position:absolute;top:3px}.struct__col--center .comp-contact .comp-contact__hdr,.struct__col--center .comp-contact h2{margin-top:0}.comp-contact__items{display:flex;flex-direction:column}@media screen and (min-width:35.5em){.comp-contact__items{flex-direction:row;flex-wrap:wrap}}.struct__col--right .comp-contact__items{flex-direction:column}@media (min-width:568px) and (max-width:767px){.struct__col--right .comp-contact__items{flex-direction:row}}.comp-contact__item{padding:0 24px 1.125em 30px}@media screen and (max-width:767px){.comp-contact__item{flex-basis:100%!important;width:100%!important}}.comp-contact__item:first-child:nth-last-child(1){width:100%;flex-basis:100%}.comp-contact__item:first-child:nth-last-child(2),.comp-contact__item:first-child:nth-last-child(2)~div{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(2),.comp-contact__item:first-child:nth-last-child(2)~div{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(2),.comp-contact__item:first-child:nth-last-child(2)~div{width:50%}}.comp-contact__item:first-child:nth-last-child(3),.comp-contact__item:first-child:nth-last-child(3)~div{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(3),.comp-contact__item:first-child:nth-last-child(3)~div{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(3),.comp-contact__item:first-child:nth-last-child(3)~div{width:50%}}@media print,screen and (min-width:48em){.comp-contact__item:first-child:nth-last-child(3),.comp-contact__item:first-child:nth-last-child(3)~div{width:33%;flex-basis:33.3333%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(3),.comp-contact__item:first-child:nth-last-child(3)~div{flex-basis:calc(33.3333% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(3),.comp-contact__item:first-child:nth-last-child(3)~div{width:33.33%}}}.comp-contact__item:first-child:nth-last-child(4),.comp-contact__item:first-child:nth-last-child(4)~div{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(4),.comp-contact__item:first-child:nth-last-child(4)~div{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(4),.comp-contact__item:first-child:nth-last-child(4)~div{width:50%}}@media print,screen and (min-width:48em){.comp-contact__item:first-child:nth-last-child(4),.comp-contact__item:first-child:nth-last-child(4)~div{width:25%;flex-basis:25%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(4),.comp-contact__item:first-child:nth-last-child(4)~div{flex-basis:calc(25% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(4),.comp-contact__item:first-child:nth-last-child(4)~div{width:25%}}}.comp-contact__item:first-child:nth-last-child(5),.comp-contact__item:first-child:nth-last-child(5)~div{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(5),.comp-contact__item:first-child:nth-last-child(5)~div{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(5),.comp-contact__item:first-child:nth-last-child(5)~div{width:50%}}@media print,screen and (min-width:48em){.comp-contact__item:first-child:nth-last-child(5),.comp-contact__item:first-child:nth-last-child(5)~div{width:20%;flex-basis:20%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(5),.comp-contact__item:first-child:nth-last-child(5)~div{flex-basis:calc(20% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(5),.comp-contact__item:first-child:nth-last-child(5)~div{width:20%}}}.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{width:50%;flex-basis:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{flex-basis:calc(50% - 2px)}}@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{width:50%}}@media print,screen and (min-width:48em){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{width:33.33%;flex-basis:33.333%}}@media print and (-ms-high-contrast:none),screen and (min-width:48em) and (-ms-high-contrast:active),screen and (min-width:48em) and (-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{flex-basis:calc(33.333% - 2px)}}@media print,screen and (min-width:48em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{width:33.33%}}}@media print,screen and (min-width:62em){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{width:16.666%;flex-basis:16.666%}}@media print and (-ms-high-contrast:none),screen and (min-width:62em) and (-ms-high-contrast:active),screen and (min-width:62em) and (-ms-high-contrast:none){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{flex-basis:calc(16.666% - 2px)}}@media print,screen and (min-width:62em){@supports (-ms-ime-align:auto) and (position:sticky) and (not (font-variation-settings:normal)){.comp-contact__item:first-child:nth-last-child(6),.comp-contact__item:first-child:nth-last-child(6)~div{width:16.66%}}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-contact__item{flex-basis:auto!important}}.comp-contact__item:last-child{padding-bottom:0}@media screen and (min-width:35.5em){.comp-contact__item:last-child{padding-bottom:0}}.comp-contact__item span{display:block;line-height:1.5em}.struct__col--right .comp-contact__item{flex-basis:auto!important}.comp-contact__name{font-weight:700}.data__row{border-bottom:1px solid #0d73d7;display:flex;margin-bottom:12px;padding:0 20px 18px}.data__row:last-of-type{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.data__thumb{margin-top:5px;padding-right:8px}.data__thumb img{border:1px solid #707070;max-width:none}@media print{.data__thumb img{min-width:90px}}.data__group{font-family:"Open Sans",arial,sans-serif;font-size:1em;line-height:1.5em}.data__group div,.data__group span{color:#333;line-height:1.5rem}.data__group p{margin-bottom:0}.data__date{font-weight:700}.data__title{display:block;font-weight:700}.data__pub{font-style:italic;font-weight:600}.data__rel-pub{display:block;font-style:italic;margin-top:12px}.data__issue{font-weight:600}.data__page-num{font-weight:600}.data__coming{font-weight:600}.data__notes{display:block}.accordion{border-bottom:1px solid #e4e4e4;list-style-type:none;margin-left:0;width:100%}.accordion>li{display:block}.accordion>li>a{background:#fff;border-top:1px solid #e4e4e4;display:block;font-weight:700;padding:18px 20px;transition:background .25s ease-out}@media screen and (min-width:75em){.accordion>li>a{padding-left:30px;padding-right:30px}}.accordion>li>a>svg{height:22px;stroke:#1959a2;transform:initial;width:20px;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;-webkit-transition:transform .25s;transition:transform .25s;float:right;padding:0}.accordion>li>a:active,.accordion>li>a:hover,.accordion>li>a:link,.accordion>li>a:visited{color:#1959a2;text-decoration:none}.accordion>li>a[data-anchor-ignore]{cursor:default}.accordion>li>a>span.accordion__item-count{background-color:#1959a2;border-radius:50%;color:#fff;float:right;font-size:.875em;font-weight:600;height:24px;line-height:1em;margin-right:20px;padding-top:5px;text-align:center;width:24px}.accordion>li>.content{display:none;padding-bottom:22px;padding-left:20px;padding-right:20px;padding-top:22px}@media screen and (min-width:75em){.accordion>li>.content{padding-left:30px;padding-right:30px}}.accordion>li>.content .component{margin-bottom:18px}.accordion>li>.content .component:last-child{margin-bottom:0}.accordion>li.active{border-bottom:16px solid #eff3f7}.accordion>li.active>a{background:#eff3f7}.accordion>li.active>a>svg{transform:rotate(-180deg)}.accordion.filter>li{border-top:1px solid #e4e4e4!important}.accordion.filter>li.inactive{display:none}.accordion.filter>li>a{background-color:transparent;border-top:0 solid #e4e4e4;padding:18px 15px 18px 0}.accordion.filter>li>a>svg{height:16px;stroke:#1959a2;transform:initial;width:16px;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;-webkit-transition:transform .25s;transition:transform .25s;float:right;margin-top:4px;padding:0}.accordion.filter>li>.content{display:none;padding-bottom:10px;padding-left:0;padding-right:0;padding-top:10px}.accordion.filter>li>.content .component{margin-bottom:18px}.accordion.filter>li>.content .component:last-child{margin-bottom:0}.accordion.filter>li.active{border-bottom:0 solid #e4e4e4!important}.accordion.filter>li.active>a{background:0 0;padding-bottom:8px}.accordion.filter>li.active>a>svg{transform:rotate(-180deg)}.comp-accordion__title{font-size:1em;font-weight:600;line-height:1.2em;margin-bottom:0;background-color:#1959a2;color:#fff;min-height:40px;padding:11px 12px 8px}@media print,screen and (min-width:48em){.comp-accordion__title{font-size:1em}}@media screen and (min-width:75em){.comp-accordion__title{padding-left:20px;padding-right:20px}}.comp-agenda__item{border-bottom:1px solid #cce7ff;display:flex;padding-bottom:20px;margin-bottom:20px}.comp-agenda__item:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.comp-agenda__time{font-weight:700;flex-basis:25%;padding-right:10px}.comp-agenda__desc{flex-basis:75%}.comp-agenda__desc p{margin-bottom:0}.comp-agenda__pdf{padding-top:1.25em;margin-bottom:56px}img.image-focus{display:inline-block;object-fit:cover;vertical-align:middle}@media screen and (max-width:768px){.full-size-img-mobile{height:auto!important;width:100%!important}.full-size-bg-mobile{background-size:auto!important}}.comp-addl-resources{margin-bottom:35px;margin-top:35px}.comp-addl-resources li{margin-bottom:.5rem}.comp-addl-resources>h2,.comp-addl-resources>h3{font-size:1em;font-weight:600;line-height:1.2em;margin-bottom:0;background-color:#1959a2;color:#fff;min-height:40px;padding:11px 20px 8px}@media print,screen and (min-width:48em){.comp-addl-resources>h2,.comp-addl-resources>h3{font-size:1em}}.comp-addl-resources ul,.comp-addl-resources__items{margin-bottom:inherit;margin-left:24px;margin-right:0}.comp-addl-resources__items>li{margin-bottom:.5rem}.comp-addl-resources__items>li>*+*{margin-top:.5rem}.comp-addl-resources__items>li:last-child{margin-bottom:0}.comp-addl-resources__items>li>.comp-addl-resources__desc{margin-top:0}.comp-addl-resources__content{background-color:#cce7ff;padding:18px 20px}.comp-addl-resources__content>*+*{margin-top:.5rem}.comp-addl-resources__content h4{font:normal bold 1em inherit}.comp-addl-resources__content :last-child{margin-bottom:0}.comp-addl-resources__summ :last-child{margin-bottom:0}.comp-highlights{background-color:#cce7ff;clear:both;margin-top:11px;padding:15px 12px 16px;width:100%}.comp-highlights h3{color:#036;font-size:1em;line-height:none;margin-bottom:0}.comp-highlights hr{background-color:#cce7ff;border:1px dotted #036;color:#036;margin:1px 0 10px;max-width:none;width:100%}.comp-highlights ul{margin:0 0 0 24px;padding-bottom:0}.comp-highlights ul:last-child{margin-bottom:0}.comp-highlights ul li{color:#333;padding:3px 0}.comp-rel-content{clear:both;display:block}@media screen and (min-width:500px){.comp-rel-content{clear:none;display:inline-block}}.comp-rel-content__container--right{float:none}@media screen and (min-width:500px){.comp-rel-content__container--right{float:right;margin-left:10px;padding:8px 8px 0 0;width:300px}}.comp-rel-content__container--left{float:none}@media screen and (min-width:500px){.comp-rel-content__container--left{float:left;margin:10px 10px 10px 0;padding:0 8px 8px 0}}.comp-rel-content__container--above{float:none}@media screen and (min-width:500px){.comp-rel-content__container--above{float:right;margin:10px;padding:8px 8px 0;width:300px}}.comp-rel-content__header{background-color:#693;color:#fff;font-size:.875em;font-weight:700;padding:8px;text-align:left;width:100%}@media screen and (min-width:500px){.comp-rel-content__header{padding-bottom:4px;padding-top:4px;text-align:center;width:100px}.no-border .comp-rel-content__header{width:100%}}.comp-rel-content__content{border:2px solid #693;margin-bottom:10px;padding:10px;width:auto}@media screen and (min-width:500px){.comp-rel-content__content{margin-bottom:0;width:300px}}.no-border .comp-rel-content__content{border-width:0}.comp-rich-text-table{margin-bottom:2rem;overflow-x:auto}.comp-rich-text-table__container table{margin-bottom:0}.comp-rich-text-table__footer{margin-bottom:1rem;font-size:.8rem}.comp-table{overflow-x:auto}.comp-rich-text{overflow-x:auto}table{border:1px solid #9c9474;border-collapse:collapse;border-spacing:0;margin-bottom:10px;padding-bottom:10px;width:100%}table tr:nth-child(even){background-color:#cce7ff}table th{background:#e9dfbc;border-bottom:1px solid #9c9474;border-right:1px dotted #9c9474;border-top:1px solid #9c9474;font-size:.875rem;padding:4px 10px 4px 6px}table td{border-bottom:1px solid #9c9474;border-right:1px dotted #9c9474;border-top:1px solid #9c9474;font-size:.875rem;line-height:1.5em;padding:6px;vertical-align:top}.table{border:1px solid #9c9474;color:#000;display:table;margin:10px 0}.table-head{background:#e9dfbc;display:table-header-group;font-weight:700}.row{display:table-row}.row:nth-child(even){background:#cce7ff}.row:nth-child(odd){background:#fff}.column{border-bottom:1px solid #9c9474;border-left:1px dotted #9c9474;border-right:1px dotted #9c9474;border-top:1px solid #9c9474;display:table-cell;padding:10px 20px}@media only screen and (max-width:320px){div.table{border:none;color:#000;display:block}div .column,div .column:before,div .row{display:block}div .table-head{left:-1000em;position:absolute;top:-1000em}div .heading{background:#e9dfbc;font-weight:700}div .row:nth-child(even){background:#cce7ff}div .row:nth-child(odd){background:#fff}div .row{border:none;font-size:.75em;margin:20px 0}div .row .column{border-bottom:1px dotted #9c9474;border-left:1px solid #9c9474;border-right:1px solid #9c9474;border-top:1px dotted #9c9474}div .row .column:nth-child(1){border-left:1px solid #9c9474;border-right:1px solid #9c9474;border-top:1px solid #9c9474}div .row .column:last-child{border-bottom:1px solid #9c9474;border-left:1px solid #9c9474;border-right:1px solid #9c9474}div .column:before{color:#000;content:" " attr(data-label) " ";font-size:1em;font-weight:700;padding-right:20px}}.holiday-schedule tr>td,.holiday-schedule tr>th,table.responsive-columns tr>td,table.responsive-columns tr>th{display:none}@media print,screen and (min-width:62em){.holiday-schedule tr>td,.holiday-schedule tr>th,table.responsive-columns tr>td,table.responsive-columns tr>th{display:table-cell}}.holiday-schedule tr>td:first-child,.holiday-schedule tr>th:first-child,table.responsive-columns tr>td:first-child,table.responsive-columns tr>th:first-child{display:table-cell}.holiday-schedule tr>td:nth-child(2),.holiday-schedule tr>th:nth-child(2),table.responsive-columns tr>td:nth-child(2),table.responsive-columns tr>th:nth-child(2){display:table-cell}@media screen and (min-width:35.5em){.holiday-schedule tr>td:nth-child(3),.holiday-schedule tr>th:nth-child(3),table.responsive-columns tr>td:nth-child(3),table.responsive-columns tr>th:nth-child(3){display:table-cell}}@media print,screen and (min-width:48em){.holiday-schedule tr>td:nth-child(4),.holiday-schedule tr>th:nth-child(4),table.responsive-columns tr>td:nth-child(4),table.responsive-columns tr>th:nth-child(4){display:table-cell}}.holiday-schedule tbody tr th{background-color:inherit;display:table-cell;font-weight:600}.ui-datepicker th{background-color:transparent}.ui-datepicker tr:nth-child(even){background-color:transparent}.comp-tabs ul{margin-left:0;padding-bottom:0}.comp-tabs ul li{background-image:url(/Content/images/tabs/tab-back.gif);background-repeat:repeat-x;border:1px solid grey;border-radius:3px 3px 0 0;display:inline-block;font-size:.7em;line-height:1.333;list-style:none;padding:3px 0}.comp-tabs ul li a{color:#000;display:inline-block;padding:0 7px;text-align:center;text-decoration:none}.comp-tabs ul li a:hover{background-color:#bfdaff;background-image:none}.comp-tabs ul li a.active{background:#fff;background-image:none;color:#000}.comp-tabs__content{border:1px solid grey;margin-bottom:20px;margin-top:-1px;padding:14px 7px 7px}.comp-tabs__content h3{font-size:.875rem}.comp-footnotes{border-top:2px solid #1959a2;padding-top:10px}.comp-footnotes__note{display:grid;grid-template-columns:16px auto;column-gap:8px}.comp-footnotes__note>a{grid-column-start:1;grid-column-end:2;justify-self:end}.comp-footnotes__note>a>sup{top:-.2rem}.comp-footnotes__content{font-style:italic;grid-column-start:2;grid-column-end:3;margin-bottom:.75rem}.comp-footnotes__content>:last-child{margin-bottom:0}.comp-footnotes__inline-content{background-color:#f9fafc;border-top:2px solid #0f74d6;border-bottom:2px solid #0f74d6;display:none;font-size:1rem;font-style:italic;font-weight:400;margin-bottom:1.25rem;padding:10px 10px 12px}.comp-footnotes__inline-content.active{display:flex;margin-top:2px}.comp-footnotes__inline-content>div>:last-child{margin-bottom:0}.comp-footnotes__inline-content>div>p{margin-top:0}.comp-footnotes__note-num{font-weight:700}.comp-footnotes__inline-num{font-style:normal;font-weight:700;min-width:13px;padding-right:12px;top:.7rem}a[href^="#footnote"]{font-weight:700;position:relative}a[href^="#footnote"] img.btn-close{display:none}a[href^="#footnote"].active sup{display:none}a[href^="#footnote"].active img.btn-close{display:inline-block;height:32px;position:relative;top:2px;width:42px}.comp-pull-quote{overflow:hidden}.comp-pull-quote__credit{color:#333;font-size:1rem;font-weight:600;line-height:1.5rem}.comp-pull-quote__credit>p{font-size:1rem;line-height:1.5rem;margin-bottom:.125rem;margin-top:1rem}.comp-pull-quote__affiliation,.comp-pull-quote__title{color:#707070;font-size:1rem;line-height:1.5rem}.comp-pull-quote__container{border-left:2px solid #0d73d7;color:#333;float:none;font-size:1.25rem;line-height:1.75rem;margin-bottom:1.25rem;padding:8px 0 8px 10px}@media print,screen and (min-width:48em){.comp-pull-quote__container{font-size:1.5rem;line-height:2.25rem;padding-left:20px}}.comp-pull-quote__container>p{font-size:1.25rem;line-height:1.75rem;text-align:left}@media print,screen and (min-width:48em){.comp-pull-quote__container>p{font-size:1.5rem;line-height:2.25rem}}.comp-pull-quote__container :last-child{margin-bottom:0}.comp-pull-quote--right{margin-bottom:1rem}@media print,screen and (min-width:48em){.comp-pull-quote--right .comp-pull-quote__container{float:right;margin-left:20px;margin-top:5px;padding:8px 0 8px 20px;width:300px}}.comp-pull-quote--right .comp-pull-quote__container>p{font-size:1.25rem;line-height:1.75rem}#mobile-styles-end-here{color:inherit}div.columns>div.row:not(.promo-box-border)+div.row.slideshow{margin-top:-1.875rem}#pi_center_column .slideshow ul.slides{margin:0!important;padding-bottom:36px}#pi_center_column .slideshow ul li{list-style:none}.slideshow .flex-container a:hover,.slideshow .flex-slider a:hover{outline:0}.slideshow .flex-control-nav,.slideshow .flex-direction-nav,.slideshow .slides,.slideshow .slides>li{margin:0;padding:0;list-style:none}.slideshow .flex-pauseplay span{text-transform:capitalize}.slideshow .flexslider{margin:0;padding:0}.slideshow .flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.slideshow .flexslider .slides img{width:100%;display:block}.slideshow .flexslider .slides:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0}.slideshow .slides{padding-bottom:36px}.slideshow html[xmlns] .flexslider .slides{display:block}.slideshow * html .flexslider .slides{height:1%}.slideshow .no-js .flexslider .slides>li:first-child{display:block}.slideshow .flexslider{margin:0 0 0;background:#fff;border:4px solid #fff;position:relative;zoom:1;border-radius:4px}.slideshow .flexslider .slides{zoom:1}.slideshow .flexslider .slides img{height:auto}.slideshow .flex-viewport{max-height:2000px;transition:all 1s ease}.slideshow .loading .flex-viewport{max-height:300px}.slideshow .carousel li{margin-right:5px}.slideshow .flex-direction-nav a{text-decoration:none;display:block;width:60px;height:60px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);transition:all .3s ease-in-out}.slideshow .flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;color:#000;filter:drop-shadow(1px 2px 2px rgba(0, 0, 0, .5));content:"";background:url(/Content/images/icons/slide_left_arrow.svg) no-repeat;width:40px;height:40px}.slideshow .slider1-nav .flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;color:#000;filter:drop-shadow(1px 2px 2px rgba(0, 0, 0, .5));content:"";background:url(/Content/images/icons/slide_left_arrow_green.svg) no-repeat;width:40px;height:40px}.slideshow .flex-direction-nav a.flex-next:before{content:"";background:url(/Content/images/icons/slide_right_arrow.svg) no-repeat;width:40px;height:40px}.slideshow .slider1-nav .flex-direction-nav a.flex-next:before{content:"";background:url(/Content/images/icons/slide_right_arrow_green.svg) no-repeat;width:40px;height:40px}.slideshow .flex-direction-nav .flex-nav-prev{list-style:none}.slideshow .flex-direction-nav .flex-nav-next{list-style:none}.slideshow .flex-direction-nav .flex-prev{left:-50px}.slideshow .flex-direction-nav .flex-next{right:-50px;text-align:right}.slideshow .slider1-nav .flex-direction-nav .flex-prev{left:10px;opacity:1}.slideshow .slider1-nav .flex-direction-nav .flex-next{right:-2px;text-align:right;opacity:1}.slideshow .slider1.flexslider:hover .slider1-nav .flex-direction-nav .flex-prev{opacity:.7;left:10px}.slideshow .slider1.flexslider:hover .slider1-nav .flex-direction-nav .flex-next{opacity:.7;left:10px}.slideshow .flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.slideshow .flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:.8}.slideshow .flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:-2px}.slideshow .flexslider:hover .flex-direction-nav .flex-next:hover{opacity:.8}.slideshow .slider1-nav:hover .flex-direction-nav .flex-prev{opacity:.7}.slideshow .slider1-nav:hover .flex-direction-nav .flex-next{opacity:.7}.slideshow .slider1-nav .flex-direction-nav .flex-prev:hover{opacity:1}.slideshow .slider1-nav .flex-direction-nav .flex-next:hover{opacity:1}.slideshow .flex-direction-nav .flex-disabled{opacity:0!important;cursor:default;z-index:-1}.slideshow .flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#333}.slideshow .flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:"\f004"}.slideshow .flex-pauseplay a:hover{opacity:1}.slideshow .flex-pauseplay a.flex-play:before{content:"\f003"}.slideshow .flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.slideshow .flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.slideshow .flex-control-paging li a{width:11px;height:11px;display:block;background:#707070;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}.slideshow .flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.slideshow .flex-control-paging li a.flex-active{background:#333;background:rgba(0,0,0,.9);cursor:default}.slideshow .flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.slideshow .flex-control-thumbs li{width:25%;float:left;margin:0}.slideshow .flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;transition:all 1s ease}.slideshow .flex-control-thumbs img:hover{opacity:1}.slideshow .flex-control-thumbs .flex-active{opacity:1;cursor:default}.slideshow .flexslider{padding-top:1rem}.slideshow html[xmlns] .flexslider .slides{align-items:center;background:gray;display:flex}.slideshow html[xmlns] .flexslider.nav .slides{align-items:center;background:0 0;display:flex}.slideshow html[xmlns] .flexslider.nav .slides li{background:#333}.slideshow html[xmlns] .flexslider.nav .slides img{border:3px #6a9d11 solid;opacity:.35;transition:.3s ease-out 0s}.slideshow html[xmlns] .flexslider.nav .slides li.flex-active-slide img{opacity:1}.slideshow .flexslider .slides>li{position:relative}.slideshow .flexslider .slides .flex-caption{background:rgba(0,0,0,.6);bottom:.5rem;color:#fff;font-family:OpenSans-Regular,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;left:0;line-height:1.3;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:39rem;opacity:0;padding:.5rem 2rem;position:absolute;right:0;text-align:center;width:80%}.slideshow .flexslider .slides .flex-active-slide .flex-caption{opacity:1}.slideshow .flexslider .slides .flex-caption span{display:block;color:#fff;font-family:OpenSans-Bold,Arial,Helvetica,sans-serif;font-size:1rem;font-style:normal;margin-bottom:.25em;text-align:center}.slideshow .flexslider .slides p.flex-credit{position:absolute;margin-left:.25rem;margin-right:.25rem;text-align:right;right:0;text-transform:uppercase;font-style:italic;font-size:.7rem}@media screen and (max-width:860px){.slideshow .flex-direction-nav .flex-prev{opacity:1;left:10px}.slideshow .flex-direction-nav .flex-next{opacity:1;right:-2px}.slideshow .flexslider.slider1-nav ul.slides li{background-clip:padding-box}}@media only screen and (max-width:641px){div.columns>div.row:not(.promo-box-border)+div.row.slideshow{margin-top:0}}@media only screen and (max-width:320px){.slideshow .flexslider.nav{display:none}.slideshow .flexslider .slides .flex-caption{position:relative;width:100%;bottom:0;margin-bottom:0}.slideshow .flexslider .slides li.flex-active-slide{background-color:#000}.slideshow .flexslider.slider1{margin-left:-1.1rem;margin-right:-3.65rem;padding-right:2.5rem}.slideshow .flex-direction-nav .flex-next{right:34px;text-align:right}.slideshow .component:not(.interior-component){overflow:hidden}.slideshow .flexslider:hover .flex-direction-nav .flex-next{right:34px}.slideshow .flexslider .slides .flex-caption{background:#000;opacity:1;padding:0;padding-bottom:1rem}.slideshow .flexslider .slides p.flex-credit{padding-right:.7rem}}.slideshow .flexslider{border-width:2px}.slideshow .flexslider.nav{border-width:2px;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#6a9d11;padding-left:10%;padding-right:10%}.slideshow .flexslider.nav img{max-height:5.625rem;max-width:8.375rem}.slideshow .flexslider.nav ul:not(.flex-direction-nav) li{background-color:#333}.slideshow .flexslider.nav ul li.flex-active-slide{border:3px #6a9d11 solid;opacity:1}.slideshow .flexslider.nav ul li:not(.flex-active-slide){border:3px #fff solid}.slideshow .flexslider.nav ul li:not(.flex-active-slide)>img{opacity:.3}.slideshow .flexslider.nav ul li:not(.flex-active-slide):hover>img{opacity:.8}.slideshow{margin-bottom:1rem}.slideshow ul li{margin-left:0}.slideshow ul li .slideshow-slide-wrapper{width:100%;margin-left:auto;margin-right:auto}.slideshow ul li .slideshow-slide-wrapper>img{display:block}.slideshow .flex-control-thumbs>li{padding:.25rem}.slideshow .component h2{display:inline-block}@media only print{.slideshow{display:none}}.slideshow ul.page_editor{list-style:none}.slideshow ul.page_editor li{list-style:none outside none}.slideshow .thumbnail_message{border:2px dotted #000;padding:.5rem;background-color:#d3d3d3}.comp-embed-img{clear:both;display:block;overflow:hidden}.comp-embed-img__container{clear:both;margin:0 auto 11px;width:auto}@media screen and (min-width:35.5em){.comp-embed-img__container{margin:0 0 11px}}.comp-embed-img__image{border:1px solid #e4e4e4;display:block;margin:0 auto;max-width:316px;padding:8px}@media screen and (min-width:35.5em){.comp-embed-img__image{display:inline-block}}.comp-embed-img__image--no-border{border-width:0;padding:8px 0}.comp-embed-img__image img{width:100%}.comp-embed-img--above .comp-embed-img__image{display:block;margin:0 auto}.comp-embed-img__caption{width:auto}@media screen and (min-width:35.5em){.comp-embed-img__caption{width:300px}}.comp-embed-img__title{font-weight:700}.comp-embed-img__credit{font-size:.875rem;font-style:italic;margin-bottom:0;padding:4px;text-align:right;text-transform:uppercase}.comp-embed-img__enlarge{display:none}@media print,screen and (min-width:48em){.comp-embed-img__enlarge{display:block;margin-top:8px;text-align:center}}.comp-embed-img__content{font-family:"Open Sans",arial,sans-serif;font-size:1em;line-height:1.5em;clear:none;display:inline;overflow:hidden}.comp-embed-img__content hr{clear:none;overflow:hidden}@media screen and (min-width:35.5em){.comp-embed-img--left{float:left;margin:0 12px 11px 0}.comp-embed-img--left .comp-embed-img__image--no-border{padding-right:8px}}@media screen and (min-width:35.5em){.comp-embed-img--right{float:right;margin:0 0 11px 12px}.comp-embed-img--right .comp-embed-img__image--no-border{padding-left:8px}}.comp-embed-img--above{margin-bottom:11px}.comp-embed-img--above .comp-embed-img__image{max-width:none;width:100%}.comp-embed-img--above .comp-embed-img__caption{width:100%}.comp-embed-img--below{margin-top:11px}.img-popup__container{padding:5px;display:none;position:fixed;background:#e4e4e4;border:2px solid #707070;z-index:999;width:auto}.img-popup__container img{margin-top:2px}.img-popup__title{font-weight:700;margin-bottom:5px;font-size:1em;float:left;width:98.6%;word-wrap:break-word}.img-popup__credit{text-align:right;word-wrap:break-word;font-size:.85em;font-style:italic;float:right;width:100%;padding-bottom:8px;padding-top:8px;text-transform:uppercase}.img-popup__copyright{text-align:left;font-size:.7em;line-height:1.2}.img-popup__copyright p{margin-top:5px;margin-bottom:10px}.img-popup__caption{margin-top:5px;margin-bottom:10px;text-align:left;font-size:.85em}.img-popup__close{float:right;margin-top:5px}.img-popup__print{display:none}@media print,screen and (min-width:48em){.img-popup__print{display:block;float:left;margin-top:5px}}#pi_imagepopup_container{padding:5px;display:none;position:fixed;background:#e4e4e4;border:2px solid #707070;z-index:999;width:auto}#pi_imagepopup_container img{margin-top:2px}.pi_imagepopup_caption{margin-top:5px;margin-bottom:10px;text-align:left;font-size:.85em}.pi_imagepopup_copyright p{margin-top:5px;margin-bottom:10px;text-align:left;font-size:.7em;line-height:1.2}.pi_imagepopup_title{font-weight:700;margin-bottom:5px;font-size:1em;float:left;width:98.6%;word-wrap:break-word}.pi_imagepopup_credit{text-align:right;word-wrap:break-word;font-size:.85em;font-style:italic;float:right;width:100%;padding-bottom:8px;padding-top:8px;text-transform:uppercase}#pi_imagepopup_close{float:right}#pi_imagepopup_print{float:left}.comp-section__item{margin-bottom:20px}.comp-section__item .data__row{padding-left:0;padding-right:0}.comp-image-gallery__container{align-items:flex-start;display:flex;flex-wrap:wrap}.comp-image-gallery__item{max-width:90px;padding:7px 14px 7px 0}.comp-image-gallery__item img{border:1px solid #707070;height:80px;width:80px}.comp-image-gallery__caption{font-size:.8em;font-style:italic;margin-bottom:10px;margin-top:5px}.comp-image-gallery__rule{margin-bottom:16px;margin-top:14px}.comp-rich-text{font-family:"Open Sans",arial,sans-serif;font-size:1em;line-height:1.5em}.comp-rich-text>.data__row{padding-left:0;padding-right:0}.comp-rich-text>h2{font-size:1em;font-weight:700;line-height:1.4;margin-bottom:.5rem}@media print,screen and (min-width:48em){.comp-rich-text>h2{font-size:1.5em}}.comp-rich-text-table{overflow-x:auto}.comp-audio__container{display:flex;margin:0 auto;max-width:500px}.comp-audio__content{margin:0 auto}@media print,screen and (min-width:48em){.comp-audio__content{min-width:400px}}.comp-audio__photo{margin-top:5px;padding-right:8px}.comp-audio__photo img{border:1px solid #707070;max-width:none}@media print{.comp-audio__photo img{min-width:90px}}.comp-audio__player-header{font-weight:600;font-style:inherit}.audioplayer{height:2.5em;color:#fff;text-shadow:1px 1px 0 #000;border:1px solid #222;position:relative;z-index:1;background:#333;background:linear-gradient(to top,#444,#222);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 0 1.25em rgba(0,0,0,.5);border-radius:2px;margin-top:10px;margin-bottom:10px}.audioplayer-mini{width:2.5em;margin:0 auto}.audioplayer>div{position:absolute}.audioplayer-playpause{width:2.5em;height:100%;text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;left:0}.audioplayer:not(.audioplayer-mini) .audioplayer-playpause{border-right:1px solid #555;border-right-color:rgba(255,255,255,.1)}.audioplayer-mini .audioplayer-playpause{width:100%}.audioplayer-playpause:focus,.audioplayer-playpause:hover{background-color:#222}.audioplayer-playpause a{display:block}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{width:0;height:0;border:.5em solid transparent;border-right:none;border-left-color:#fff;content:"";position:absolute;top:50%;left:50%;margin:-.5em 0 0 -.25em}.audioplayer-playing .audioplayer-playpause a{width:.75em;height:.75em;position:absolute;top:50%;left:50%;margin:-.375em 0 0 -.375em}.audioplayer-playing .audioplayer-playpause a:after,.audioplayer-playing .audioplayer-playpause a:before{width:40%;height:100%;background-color:#fff;content:"";position:absolute;top:0}.audioplayer-playing .audioplayer-playpause a:before{left:0}.audioplayer-playing .audioplayer-playpause a:after{right:0}.audioplayer-time{width:4.375em;height:100%;line-height:2.375em;text-align:center;z-index:2;top:0}.audioplayer-time-current{border-left:1px solid #111;border-left-color:rgba(0,0,0,.25);left:2.5em}.audioplayer-time-duration{border-right:1px solid #555;border-right-color:rgba(255,255,255,.1);right:2.5em}.audioplayer-novolume .audioplayer-time-duration{border-right:0;right:0}.audioplayer-bar{height:.875em;background-color:#222;cursor:pointer;z-index:1;top:50%;right:6.875em;left:6.875em;margin-top:-.438em}.audioplayer-novolume .audioplayer-bar{right:4.375em}.audioplayer-bar div{width:0;height:100%;position:absolute;left:0;top:0}.audioplayer-bar-loaded{background-color:#333;z-index:1}.audioplayer-bar-played{background:#007fd1;background:linear-gradient(to left,#007fd1,#c600ff);z-index:2}.audioplayer-volume{width:2.5em;height:100%;border-left:1px solid #111;border-left-color:rgba(0,0,0,.25);text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;right:0}.audioplayer-volume:focus,.audioplayer-volume:hover{background-color:#222}.audioplayer-volume-button{width:100%;height:100%}.audioplayer-volume-button a{width:.313em;height:.375em;background-color:#fff;display:block;position:relative;z-index:1;top:40%;left:35%}.audioplayer-volume-button a:after,.audioplayer-volume-button a:before{content:"";position:absolute}.audioplayer-volume-button a:before{width:0;height:0;border:.5em solid transparent;border-left:none;border-right-color:#fff;z-index:2;top:50%;right:-.25em;margin-top:-.5em}.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{width:.313em;height:.313em;border:.25em double #fff;border-width:.25em .25em 0 0;left:.563em;top:-.063em;border-radius:0 .938em 0 0;transform:rotate(45deg)}.audioplayer-volume-adjust{height:6.25em;cursor:default;position:absolute;left:0;right:-1px;top:-9999px;background:#222;background:linear-gradient(to top,#444,#222);border-top-left-radius:2px;border-top-right-radius:2px}.audioplayer-volume:not(:hover) .audioplayer-volume-adjust{opacity:0}.audioplayer-volume:hover .audioplayer-volume-adjust{top:auto;bottom:100%}.audioplayer-volume-adjust>div{width:40%;height:80%;background-color:#222;cursor:pointer;position:relative;z-index:1;margin:30% auto 0}.audioplayer-volume-adjust div div{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#007fd1;background:linear-gradient(to bottom,#007fd1,#c600ff)}.audioplayer-novolume .audioplayer-volume{display:none}.audioplayer-pause,.audioplayer-play,.audioplayer-volume a{-webkit-filter:drop-shadow(1px 1px 0 #000);-moz-filter:drop-shadow(1px 1px 0 #000);-ms-filter:drop-shadow(1px 1px 0 #000);-o-filter:drop-shadow(1px 1px 0 #000);filter:drop-shadow(1px 1px 0 #000)}.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div{border-radius:4px}.audioplayer-bar,.audioplayer-volume-adjust>div{box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1)}.audioplayer-bar-played,.audioplayer-volume-adjust div div{box-shadow:inset 0 0 5px rgba(255,255,255,.5)}.audioplayer-volume-adjust{box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15)}.audioplayer *,.audioplayer :after,.audioplayer :before{transition:color .25s ease,background-color .25s ease,opacity .5s ease;color:#fff}div.audioplayer+a p{color:#09c}#speech .pi_speech_content div.audioplayer+a p{padding-bottom:0}#pi_center_column .pi_generic_box p div.audioplayer a{margin-top:-6px}#pi_center_column .pi_generic_box p div.audioplayer-volume a{margin-top:0}.comp-twitter{padding:1rem 0 0}.comp-twitter__content{text-align:center}.comp-twitter__content>p{font-size:1em;margin-bottom:0;text-align:center}.comp-twitter__content>p>strong{font-size:1.5rem}.comp-twitter__image{height:48px;margin:0 auto;width:48px}.comp-twitter__link{text-align:center}.comp-twitter__feed{margin-top:1rem}.comp-search__container{background-color:#cce7ff;border-bottom:1px dotted #999;margin-bottom:5px;padding:6px 0 8px;position:relative}.comp-search__container div.form__err{margin-left:10px}.comp-search__container input{padding:5px}.comp-search__container input::placeholder{color:#707070;font-size:.875em}.comp-search__container input.search_box{border:1px solid #ccc;height:25px;margin:0 0 0 10px;width:87%}.comp-search__container svg{height:22px;width:22px;cursor:pointer;display:inline-block;left:10px;padding:0;position:relative;stroke:#1959a2;top:5px}.comp-search__container svg:hover{stroke:#333}.comp-search__header{margin-bottom:20px;margin-top:10px}.comp-search__path{color:#693}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-search__path{word-wrap:break-word}}.comp-search__best-bets .comp-search__path{color:#4d6e19}.comp-search__results{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-bottom:20px;padding-top:20px}.comp-search__result{margin-bottom:20px}.comp-search__best-bets{background-color:#cce7ff;border:none;margin-bottom:25px;margin-top:6px;overflow:hidden;padding:6px 6px 0}.comp-search__best-bets--hdr{font-size:1em;font-weight:700;line-height:1.333em;margin:0 auto 12px}@media print,screen and (min-width:48em){.comp-search__best-bets--hdr{font-size:1.5em;margin-bottom:16px}}.search-facets{display:none}@media print,screen and (min-width:48em){.search-facets{display:block;margin-bottom:1.5rem}}.search-facets ul{margin-bottom:1.5rem;margin-left:0}.search-facets ul li{border-top:dotted 1px #333;display:block;font-size:1em;line-height:1.25rem;margin:0;padding:.75rem 2.3rem .75rem 0;position:relative}.search-facets ul li:last-child{border-bottom:dotted 1px #333}.search-facets ul li a>svg{color:#333;float:right;font-size:.75rem;height:1.875rem;position:absolute;right:.575rem;top:.4rem;width:1.875rem}.search-facets__hdr{font-size:1.125rem;margin-bottom:.5rem;text-align:left}.search-facets__content ul{list-style:none;margin-left:0}.search-facets__content ul>li{border-bottom:dotted 1px #333;display:block;font-size:1rem;line-height:1.75rem;margin:0;padding:.75rem 0;position:relative}.search-facets__content ul>li a{color:#333;display:block;font-size:1rem;font-weight:700;line-height:1.75rem}.search-facets__content ul>li:last-child{border-bottom-width:0}.search-filter{display:none}@media print,screen and (min-width:48em){.search-filter{display:block}}.search-filter-mobile{display:none}.comp-cont-lookup__title h2{font-size:1rem;font-weight:700;margin-bottom:0}.comp-cont-lookup__heading h4{font-size:1em;font-weight:700}a:hover.column_sort,a:link.column_sort,a:visited.column_sort{color:#000;text-decoration:none}.sort_ascending img{height:8px;width:8px}@media print,screen and (min-width:48em){.sort_ascending img{height:10px;width:10px}}.sort_descending img{height:8px;width:8px}@media print,screen and (min-width:48em){.sort_descending img{height:10px;width:10px}}.comp-fry6__button-container{margin-left:5px}.comp-fry6 input.button{padding:.25em .25em .18em;vertical-align:top}.comp-fry6 legend{font-family:"Open Sans",arial,sans-serif;font-size:1em;line-height:1.5em;font-weight:400;margin-bottom:1rem}.comp-icon-bar{font-family:"Open Sans",arial,sans-serif;margin:0 0 16px;overflow:auto;padding:4px 0 3px 1px}@media print,screen and (min-width:48em){.comp-icon-bar{border-bottom:dotted 1px #e4e4e4;border-top:dotted 1px #e4e4e4}}.comp-icon-bar__pdf{float:left;font-weight:700;padding-right:24px;text-align:center}.comp-icon-bar__zip{float:left;font-weight:700;text-align:center}#pi_center_column_page_header+.comp-icon-bar{border-top-width:0;margin-top:0;padding-top:0}.comp-icon-bar>span{font-size:.875rem;font-weight:700}.comp-icon-bar img{padding-left:0;padding-right:5px;vertical-align:middle}.comp-research-focus{margin-top:1rem}.comp-research-focus__container{padding-top:.5rem}.comp-browse-for-jobs.form{margin-bottom:1rem}.comp-pub-toc__tag-hdr{border-top:2px solid #6e961b;margin-bottom:14px;padding-top:17px}.comp-pub-toc__tag-hdr h3{background-color:#6e961b;clear:both;color:#fff;display:inline;font-size:.8em;font-weight:700;margin-bottom:0;padding:5px;text-transform:uppercase;white-space:nowrap;width:auto}.comp-pub-toc__thumb{float:left;margin:4px 8px 0 0}.comp-pub-toc__cover__issue{font-size:1em;font-weight:600;line-height:1.2em;margin-bottom:.6em;font-size:1rem;font-style:normal;font-weight:700}@media print,screen and (min-width:48em){.comp-pub-toc__cover__issue{font-size:1rem}}.comp-pub-toc__cover__title{font-size:1em;font-weight:700}@media print,screen and (min-width:48em){.comp-pub-toc__cover__title{font-size:1.5em}}.comp-pub-toc__cover__tag-hdr{clear:both;margin-bottom:8px}.comp-pub-toc__cover__tag-hdr h3{background-color:#6e961b;clear:both;color:#fff;display:inline-block;font-size:1em;font-weight:700;line-height:1.2;margin-bottom:0;padding:5px;text-transform:uppercase;white-space:nowrap;width:auto}.comp-pub-toc__cover__container{display:flex}.comp-pub-toc__cover__thumb{margin-bottom:16px;margin-right:16px}.comp-pub-toc__cover__thumb img{border:1px solid #ccc}.comp-pub-toc__cover__content{flex-basis:65%}.comp-pub-toc__cover__content p{font-weight:700}.comp-pub-toc__container{border-bottom:1px dotted #ccc;clear:both;margin-bottom:7px;overflow:hidden;padding-bottom:24px}.comp-pub-toc__container:last-of-type{border-bottom-width:0}.comp-pub-toc__container h2{color:#000;font-size:1.25em;margin-bottom:17px;margin-top:0}@media print,screen and (min-width:48em){.comp-pub-toc__container h2{font-size:1.5em;margin-bottom:9px;margin-top:4px}}@media screen and (min-width:75em){.comp-pub-toc__container h2{font-size:1.75em;margin-bottom:7px;margin-top:0}}.comp-pub-toc__container h4{font-size:1em;font-weight:600;line-height:1.2em;margin-bottom:.6em;font-style:normal;font-weight:700;margin-bottom:7px}@media print,screen and (min-width:48em){.comp-pub-toc__container h4{font-size:1.25em}}.comp-pub-toc__content p{margin-bottom:0}.comp-pub-toc__grid{margin-bottom:16px}@media print,screen and (min-width:48em){.comp-pub-toc__grid{border-right:1px dotted #ccc;border-top:1px dotted #ccc}}.comp-pub-toc__row{display:block}@media print,screen and (min-width:48em){.comp-pub-toc__row{align-items:stretch;display:flex;flex-wrap:nowrap}}.comp-pub-toc__cell{clear:both;display:block;margin-bottom:16px;overflow:hidden}@media print,screen and (min-width:48em){.comp-pub-toc__cell{border-bottom:1px dotted #ccc;border-left:1px dotted #ccc;flex-basis:33.333%;margin-bottom:0;padding:6px 16px;text-align:center}}.comp-pub-toc__cell h4{font-size:.85em;font-style:normal;font-weight:700;margin-bottom:6px;text-transform:uppercase}@media print,screen and (min-width:48em){.comp-pub-toc__cell h4{height:26px;text-align:center}}.comp-pub-toc__cell img{border:1px solid #ccc;margin-bottom:6px;margin-top:4px}.comp-pub-toc__cell p{margin-bottom:0}@media print,screen and (min-width:48em){.comp-pub-toc__cell p{text-align:center}}.comp-pub-toc__cell__thumb{float:left;margin-right:8px;text-align:left}@media print,screen and (min-width:48em){.comp-pub-toc__cell__thumb{float:none;margin:0;text-align:center}}.comp-pub-toc__cell__content{display:inline;font-size:.875rem}@media print,screen and (min-width:48em){.comp-pub-toc__cell__content{display:block}}.comp-pub-toc__cell__content h2{font-size:1.25em;line-height:1.2}.comp-pub-toc__cell__content li{text-align:left}.comp-page-nav{background-color:#f9fafc;margin-bottom:52px}@media print,screen and (min-width:48em){.comp-page-nav{background-color:#fff;margin-bottom:56px}}.comp-page-nav__container{box-sizing:content-box;display:none}@media print,screen and (min-width:48em){.comp-page-nav__container{border-bottom-width:0;display:block;height:auto}}.comp-page-nav a:link{text-decoration:none}.comp-page-nav a:visited{color:#1959a2;text-decoration:none}.comp-page-nav a:hover{text-decoration:underline}.comp-page-nav a:active{color:#666;text-decoration:none}.comp-page-nav__toggle{background-color:#eff3f7;display:block;margin-bottom:0}@media print,screen and (min-width:48em){.comp-page-nav__toggle{display:none}}.comp-page-nav__toggle a{font-size:1.25em;font-weight:700;line-height:1.2em;margin-bottom:0;display:block;height:48px;padding-top:12px;position:relative;text-align:center}@media print,screen and (min-width:48em){.comp-page-nav__toggle a{font-size:1.25em}}.comp-page-nav__toggle a span{-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease;-webkit-transition:transform .2s ease;transition:transform .2s ease;display:inline-block;font-size:1.4em;left:8px;line-height:1rem;position:relative;top:3px}.active .comp-page-nav__toggle a span{transform:rotate(45deg)}.comp-page-nav__toggle a:active,.comp-page-nav__toggle a:hover{color:#1959a2;text-decoration:none}.comp-page-nav__title{padding:0 20px}@media print,screen and (min-width:48em){.comp-page-nav__title{padding:0}}@media print,screen and (min-width:62em){.comp-page-nav__title{padding:0}}@media screen and (min-width:75em){.comp-page-nav__title{padding:0}}.comp-page-nav__title>a{display:block;font-size:1.125em;font-weight:700;line-height:1.333em;margin-bottom:24px;padding-top:32px;text-decoration:none}@media print,screen and (min-width:48em){.comp-page-nav__title>a{border-bottom:1px solid #1959a2;font-size:1.25em;margin:0 0 26px;padding-bottom:11px;padding-top:1px}}.comp-page-nav__title>a:active,.comp-page-nav__title>a:link,.comp-page-nav__title>a:visited{text-decoration:none}.comp-page-nav__title>a:hover{text-decoration:underline}.comp-page-nav ul{border-bottom:12px solid #eff3f7;margin:10px 0 0;padding:0 20px}#pi_center_column .comp-page-nav ul{margin-left:0!important}@media print,screen and (min-width:48em){.comp-page-nav ul{padding:0 20px}}@media print,screen and (min-width:62em){.comp-page-nav ul{padding:0 30px}}@media screen and (min-width:75em){.comp-page-nav ul{padding:0 30px}}@media print,screen and (min-width:48em){.comp-page-nav ul{border-bottom-width:0;padding:0}}.comp-page-nav ul ul{border-bottom-width:0;margin:10px 0 0;margin-left:0!important}#pi_center_column .comp-page-nav ul ul{margin-left:0!important}.comp-page-nav ul>li{display:block;list-style:none}.comp-page-nav ul>li:last-child>a{border-bottom-width:0}.comp-page-nav ul>li a{border-bottom:1px solid #eff3f7;display:block;font-weight:600;list-style:none;margin-bottom:7px;padding-bottom:8px}@media print,screen and (min-width:48em){.comp-page-nav ul>li a{border-bottom-width:0}}.comp-page-nav ul>li li a{font-weight:400;margin:0 0 7px 24px}.comp-page-nav ul>li li:last-child>a{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.comp-page-nav ul>li a:active,.comp-page-nav ul>li a:hover,.comp-page-nav ul>li a:link,.comp-page-nav ul>li a:visited{text-decoration:none}.comp-page-nav ul>li a:hover{text-decoration:underline}.comp-page-nav ul>li a:active{text-decoration:underline}.comp-page-nav__current{color:#666;display:block;font-weight:600}.comp-page-nav__current:last-child{border-bottom:1px solid #eff3f7;margin-bottom:7px;padding-bottom:8px}@media print,screen and (min-width:48em){.comp-page-nav__current:last-child{border-bottom-width:0}}.comp-page-nav__child-nav{border-left:2px solid #1959a2;margin-bottom:14px}#pi_left_column .comp-page-nav{display:none}@media print,screen and (min-width:48em){#pi_left_column .comp-page-nav{display:block}}#pi_center_column .comp-page-nav{display:block}@media print,screen and (min-width:48em){#pi_center_column .comp-page-nav{display:none}}#pi_center_column .glossary ul,.glossary ul{margin-left:0!important;list-style:none;padding-bottom:0}.glossary .glossary-alpha-index>ul{border-bottom:solid 3px #9c3}#pi_center_column .glossary ul li,.glossary ul li{list-style-type:none;margin-left:0!important}.glossary .glossary-alpha-index{margin-left:.25rem}.glossary .glossary-alpha-index>ul li{list-style-type:none;display:inline-block;margin:0;margin-right:.75rem;color:#bbb}.glossary .glossary-alpha-index>ul li>a{color:#333}.glossary .glossary-alpha-index>ul li>a:hover{color:#1b5faa}.glossary .glossary-links-wrapper{padding-left:.25rem}.glossary p.glossary-letter{padding-top:1rem}.glossary .glossary-links-wrapper ul li{margin-left:0;margin-bottom:0}.glossary .glossary-links-wrapper ul li ul{margin-left:1.5rem;margin-bottom:0}.glossary .glossary-links-wrapper .glossary-letter-wrapper .data__row:last-child{border-bottom:none}@media only screen and (max-width:320px){.glossary .glossary-alpha-index ul{margin-left:0;padding-left:.25rem}.glossary .glossary-links-wrapper ul{margin-left:0}.glossary .glossary-links-wrapper ul li ul{margin-left:1.25rem}}.comp-cont-lookup-by-title__button{margin-bottom:26px;margin-top:26px}.comp-expand-list__container{background-color:#e4e4e4;border-bottom:12px solid #707070}.comp-expand-list__heading{padding:13px 20px 11px;background-color:#707070;color:#fff;font-weight:700;text-transform:uppercase}@media print,screen and (min-width:48em){.comp-expand-list__heading{padding:13px 20px 11px}}@media print,screen and (min-width:62em){.comp-expand-list__heading{padding:13px 30px 11px}}@media screen and (min-width:75em){.comp-expand-list__heading{padding:13px 30px 11px}}.comp-expand-list__heading a:active,.comp-expand-list__heading a:link,.comp-expand-list__heading a:visited{color:#fff}.comp-expand-list__heading a:hover{text-decoration:underline}.comp-expand-list__content{padding:20px 20px 0;background-color:#e4e4e4;padding-bottom:0}@media print,screen and (min-width:48em){.comp-expand-list__content{padding:20px 20px 0}}@media print,screen and (min-width:62em){.comp-expand-list__content{padding:30px 30px 0}}@media screen and (min-width:75em){.comp-expand-list__content{padding:30px 30px 0}}.comp-expand-list__content--overflow{padding:0 20px;display:none}@media print,screen and (min-width:48em){.comp-expand-list__content--overflow{padding:0 20px}}@media print,screen and (min-width:62em){.comp-expand-list__content--overflow{padding:0 30px}}@media screen and (min-width:75em){.comp-expand-list__content--overflow{padding:0 30px}}.comp-expand-list__item{padding-bottom:12px}.comp-expand-list__item>div:first-child{font-weight:600}.comp-expand-list__btn-container{padding:20px 20px;background-color:#d7d7d7;border-top:1px solid #707070;cursor:pointer}@media print,screen and (min-width:48em){.comp-expand-list__btn-container{padding:20px 20px}}@media print,screen and (min-width:62em){.comp-expand-list__btn-container{padding:20px 30px}}@media screen and (min-width:75em){.comp-expand-list__btn-container{padding:20px 30px}}.comp-expand-list__btn-container>a{font-weight:700}.comp-expand-list__btn-container>a>svg{height:22px;stroke:#1959a2;transform:initial;width:20px;float:right;padding:0;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;-webkit-transition:transform .25s;transition:transform .25s}.comp-expand-list__btn-container>a>svg.active{transform:rotate(-180deg)}.comp-expand-list h4{font-size:1em;font-style:normal;line-height:1.5;margin-bottom:0}.comp-share-bar{margin:0 0 76px}.comp-share-bar__icon--twitter{height:25px;width:30px}.comp-share-bar__icon--facebook{height:30px;width:30px}.comp-share-bar__icon--linkedin{height:30px;width:30px}.comp-share-bar__icon--email{width:34px}.comp-share-bar img{-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;-webkit-transition:opacity .25s;transition:opacity .25s}.comp-share-bar img:hover{opacity:.7;text-decoration:none}.comp-share-bar a{padding-right:6px}.comp-share-bar a:active,.comp-share-bar a:hover,.comp-share-bar a:link,.comp-share-bar a:visited{text-decoration:none}div[data-placeholder=ADDITIONAL-CONTENT] div.comp-share-bar+section.comp-related-topics{margin-top:-20px}@media print,screen and (min-width:48em){.comp-page-head-legacy__container{background:url(/Content/images/headers/green_arrow.png) 14px 0 no-repeat;border-top:6px solid #9c3;border-bottom:6px solid #09c;margin-bottom:10px;margin-top:5px;padding:12px 0 7px}}.comp-page-head-legacy__container h1{color:#000;font-size:1.25em}@media print,screen and (min-width:48em){.comp-page-head-legacy__container h1{font-size:1.5em}}.comp-page-head-legacy__print-container{display:none}@media print,screen and (min-width:48em){.comp-page-head-legacy__print-container{display:block;border-top:dotted 1px #e4e4e4;font-family:arial;margin:0;margin-top:7px;padding-top:4px;text-align:right}}.comp-page-head-legacy__print{border:none;font-size:.875em;font-weight:700;margin:0;padding:0 0 0 4px}.comp-page-head-legacy__print img{padding-right:5px;padding-left:5px;vertical-align:middle}#mc_embed_signup form{display:block;position:relative;text-align:left;padding:10px 0 10px 3%}#mc_embed_signup h2{font-weight:700;padding:0;margin:15px 0;font-size:1.4em}#mc_embed_signup input{border:2px solid #d0d0d0;-webkit-appearance:none;font-size:1em}#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox}#mc_embed_signup input[type=radio]{-webkit-appearance:radio}#mc_embed_signup input:focus{border-color:#fff}#mc_embed_signup .button{clear:both;background-color:#aaa;border:0 none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:700;height:32px;line-height:32px;margin:0 5px 10px 0;padding:0 22px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;width:auto}#mc_embed_signup .button:hover{background-color:#777}#mc_embed_signup .small-meta{font-size:11px}#mc_embed_signup .nowrap{white-space:nowrap}#mc_embed_signup .mc-field-group{clear:left;position:relative;padding-bottom:3%;min-height:50px}#mc_embed_signup .size1of2{clear:none;float:left;display:inline-block;width:46%;margin-right:4%}* html #mc_embed_signup .size1of2{margin-right:2%}#mc_embed_signup .mc-field-group label{display:block;margin-bottom:3px;margin-top:20px}#mc_embed_signup .mc-field-group input{display:block;width:99.5%;padding:8px 0;text-indent:2%}#mc_embed_signup .mc-field-group select{display:inline-block;width:auto;padding:8px 0;margin-bottom:2px;background-color:#eee;border:2px solid #d0d0d0;font-size:.875em}#mc_embed_signup .datefield,#mc_embed_signup .phonefield-us{padding:5px 0}#mc_embed_signup .datefield input,#mc_embed_signup .phonefield-us input{display:inline;width:60px;margin:0 2px;letter-spacing:1px;text-align:center;padding:5px 0 2px 0}#mc_embed_signup .phonefield-us .phonearea input,#mc_embed_signup .phonefield-us .phonedetail1 input{width:40px}#mc_embed_signup .datefield .dayfield input,#mc_embed_signup .datefield .monthfield input{width:30px}#mc_embed_signup .datefield label,#mc_embed_signup .phonefield-us label{display:none}#mc_embed_signup .indicates-required{text-align:right;font-size:11px;margin-right:4%}#mc_embed_signup .asterisk{color:#900;font-size:200%}#mc_embed_signup .mc-field-group .asterisk{position:absolute;top:25px;right:10px}#mc_embed_signup .clear{clear:both}#mc_embed_signup .mc-field-group.input-group ul{margin:0;padding:5px 0;list-style:none;font-size:1em}#mc_embed_signup .mc-field-group.input-group ul li{display:block;padding:3px 0;margin:0}#mc_embed_signup .mc-field-group.input-group label{display:inline;padding-left:8px;font-weight:700}#mc_embed_signup .mc-field-group.input-group input{display:inline;width:auto;border:none;vertical-align:middle}#mc_embed_signup div#mce-responses{float:left;top:-1.4em;padding:0 .5em 0 .5em;overflow:hidden;width:90%;margin:0 5%;clear:both}#mc_embed_signup div.response{margin:1em 0;padding:0 .5em .5em 0;font-weight:700;float:left;top:-1.5em;z-index:1;width:80%}#mc_embed_signup #mce-error-response{display:none}#mc_embed_signup #mce-success-response{color:#529214;display:none}#mc_embed_signup label.error{display:block;float:none;width:auto;margin-left:1.05em;text-align:left;padding:.5em 0}#mc-embedded-subscribe{clear:both;width:auto;display:block;margin:1em 0 1em 5%}#mc_embed_signup #num-subscribers{font-size:1.1em}#mc_embed_signup #num-subscribers span{padding:.5em;border:1px solid #ccc;margin-right:.5em;font-weight:700}.pi_email_notification_error{color:#fff}.comp-info-callout{padding-top:6px;position:relative}.comp-info-callout--alert{padding-top:14px}.comp-info-callout__container{border:2px solid #1959a2;border-radius:4px;margin-top:6px;padding:16px;position:relative}.comp-info-callout--alert .comp-info-callout__container{border-color:#900}.comp-info-callout__content{background:#cddbeb;background:linear-gradient(110deg,#cddbeb 0,#f9f6f6 100%);border-radius:4px;box-shadow:1px 1px 2px 0 rgba(51,51,51,.25);min-height:50px;padding:16px}@media print,screen and (min-width:48em){.comp-info-callout__content{padding:20px 24px}}.comp-info-callout--alert .comp-info-callout__content{background:linear-gradient(110deg,#f2e5e3 0,#f9f6f6 100%)}.comp-info-callout__content>p:last-child{margin-bottom:0}.comp-info-callout__title{font-size:1em;font-weight:700;left:5px;line-height:1.5;margin:-1.9em 0 .625em;max-width:80%;position:relative;z-index:1}@media print,screen and (min-width:48em){.comp-info-callout__title{left:15px}}.comp-info-callout__title span{background-color:#fff;display:inline-block;padding:0 10px}.comp-info-callout__icon--alert{height:30px;left:-16px;position:absolute;top:-16px;width:30px}.comp-info-callout__item-hdr{font-weight:700}.comp-archive__button{margin-bottom:1.5rem}.comp-attached-banner{background-repeat:no-repeat;background-size:cover;height:437px;position:absolute;width:100%;z-index:-1}@media print,screen and (min-width:48em){.comp-attached-banner{height:320px}body[data-theme=event] .comp-attached-banner{height:237px}}@media print,screen and (min-width:62em){.comp-attached-banner{height:383px}body[data-theme=event] .comp-attached-banner{height:288px}}@media screen and (min-width:75em){.comp-attached-banner{height:438px}body[data-theme=event] .comp-attached-banner{height:333px}}.comp-partner__sub-hdr{font-weight:400;margin-top:40px}.comp-audio .comp-partner__sub-hdr{align-self:flex-start;margin:0 0 1rem;padding-right:20px;white-space:nowrap}@media print,screen and (min-width:48em){.comp-audio .comp-partner__sub-hdr{flex-basis:40%;margin:8px 20px 0 0}}@media print,screen and (min-width:62em){.comp-audio .comp-partner__sub-hdr{flex-basis:auto}}.comp-audio .comp-partner__content{align-items:flex-start}@media print,screen and (min-width:48em){.comp-audio .comp-partner__content{align-items:flex-start;display:flex}}@media print,screen and (min-width:62em){.comp-audio .comp-partner__content{align-items:center}}.comp-partner__items{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around}.comp-audio .comp-partner__items{flex-wrap:nowrap;justify-content:left}@media print,screen and (min-width:48em){.comp-audio .comp-partner__items{flex-basis:60%;flex-wrap:wrap;justify-content:flex-start}}@media print,screen and (min-width:62em){.comp-audio .comp-partner__items{flex-wrap:nowrap}}.comp-partner__item{flex-basis:33%;margin-bottom:35px;padding:0 10px;text-align:center}.comp-audio__content .comp-partner__item{flex-basis:auto;margin-bottom:1rem;padding:0 28px 0 0;text-align:left}@media print,screen and (min-width:48em){.comp-audio__content .comp-partner__item{flex-basis:auto}.comp-audio__content .comp-partner__item:first-child:nth-last-child(4),.comp-audio__content .comp-partner__item:first-child:nth-last-child(4)~div{flex-basis:35%}}@media print,screen and (min-width:62em){.comp-audio__content .comp-partner__item{flex-basis:auto;margin-bottom:0}.comp-audio__content .comp-partner__item:first-child:nth-last-child(4),.comp-audio__content .comp-partner__item:first-child:nth-last-child(4)~div{flex-basis:auto}}.comp-audio__content .comp-partner__item:last-child{margin-right:0}.comp-audio__content .comp-partner__item a{display:inline-block}.comp-partner__item img{min-width:226px;width:226px}.comp-audio .comp-partner__item img{min-width:40px;width:40px}.comp-feat-item-adv,.comp-feat-topic{position:relative}.comp-feat-item-adv__tab,.comp-feat-topic__tab{font-size:1rem;line-height:1.4;margin-bottom:4px;text-align:center}@media print,screen and (min-width:48em){.comp-feat-item-adv__tab,.comp-feat-topic__tab{font-size:1.5rem;text-align:left}}.comp-feat-item-adv__tab span,.comp-feat-topic__tab span{background-color:#693;color:#fff;display:inline;font-size:1.25rem;font-weight:600;padding:8px 32px}.comp-feat-item-adv__label,.comp-feat-topic__label{position:absolute;top:60px}.comp-feat-item-adv__label span,.comp-feat-topic__label span{background-color:#693;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#fff;display:inline-block;font-size:.875rem;font-weight:600;left:-10px;padding:2px 14px;position:relative;top:0}@media print,screen and (min-width:62em){.comp-feat-item-adv__label span,.comp-feat-topic__label span{top:-4px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-feat-item-adv__label span,.comp-feat-topic__label span{left:0}}.comp-feat-item-adv__container,.comp-feat-topic__container{background-color:#eff3f7;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#333;display:block;padding:24px;position:relative}@media print,screen and (min-width:48em){.comp-feat-item-adv__container,.comp-feat-topic__container{padding:34px 30px}}@media print,screen and (min-width:48em){.variant-snapshot .comp-feat-item-adv__container,.variant-snapshot .comp-feat-topic__container{padding:30px 30px}}@media print,screen and (min-width:48em){.comp-feat-item-adv__img-and-info,.comp-feat-topic__img-and-info{align-items:flex-start;display:flex;flex-direction:row}}@media print,screen and (min-width:48em){.comp-feat-item-adv__inner.add-margin-top,.comp-feat-topic__inner.add-margin-top{margin-top:34px}}.comp-feat-item-adv__hdr,.comp-feat-topic__hdr{font-size:1em;font-weight:600;line-height:1.333em;margin:0 auto 12px}@media print,screen and (min-width:48em){.comp-feat-item-adv__hdr,.comp-feat-topic__hdr{font-size:1.5em;margin-bottom:16px}}.comp-feat-item-adv__img,.comp-feat-topic__img{margin-bottom:20px}@media print,screen and (min-width:48em){.comp-feat-item-adv__img,.comp-feat-topic__img{margin:0 26px 0 0;width:50%}}@media print,screen and (min-width:48em){.variant-snapshot .comp-feat-item-adv__img,.variant-snapshot .comp-feat-topic__img{width:40%}}@media print,screen and (min-width:48em){.comp-feat-item-adv__content,.comp-feat-topic__content{width:50%}}@media print,screen and (min-width:48em){.variant-snapshot .comp-feat-item-adv__content,.variant-snapshot .comp-feat-topic__content{width:60%}}.comp-feat-item-adv__content .component__date,.comp-feat-topic__content .component__date{color:#666;font-size:1em;font-style:normal;font-weight:400;line-height:1.333em;margin-bottom:4px}@media print,screen and (min-width:62em){.comp-feat-item-adv__content .component__date,.comp-feat-topic__content .component__date{font-size:1.5em;line-height:1.25em}}.comp-feat-item-adv__content .component__summary--content,.comp-feat-topic__content .component__summary--content{line-height:1.333rem}.comp-feat-item-adv__content .component__title,.comp-feat-topic__content .component__title{margin-bottom:16px}@media print,screen and (min-width:62em){.variant-snapshot .comp-feat-item-adv__content .component__title,.variant-snapshot .comp-feat-topic__content .component__title{font-size:1.5rem;margin-bottom:8px}}.comp-feat-item-adv__content .component__time,.comp-feat-topic__content .component__time{font-style:normal}.comp-feat-item-adv__content .component__event__loc,.comp-feat-topic__content .component__event__loc{font-style:normal;margin-bottom:1em}.comp-feat-item-adv__content .component__dir-park,.comp-feat-topic__content .component__dir-park{align-items:baseline;display:flex;margin:0 0 1em}.comp-feat-item-adv__content .component__dir-park span:last-child:not(:first-child),.comp-feat-topic__content .component__dir-park span:last-child:not(:first-child){border-left:1px solid gray;margin-left:20px;padding-left:20px}.comp-feat-item-adv__content .component__dir-park span img.map-pin,.comp-feat-topic__content .component__dir-park span img.map-pin{padding-right:8px}.comp-feat-item-adv__content .button,.comp-feat-topic__content .button{width:100%}@media print,screen and (min-width:48em){.comp-feat-item-adv__content .button,.comp-feat-topic__content .button{width:auto}}.comp-feat-item-adv__content .button-container,.comp-feat-topic__content .button-container{margin-top:1em}.comp-feat-item-adv__topic-aud,.comp-feat-topic__topic-aud{margin-bottom:1em}.comp-feat-item-adv .struct__separate,.comp-feat-topic .struct__separate{margin-bottom:1em}@media print,screen and (min-width:48em){.comp-feat-item-adv.variant-snapshot .struct__inset,.comp-feat-topic.variant-snapshot .struct__inset{padding:0 30px}}@media print,screen and (min-width:48em){.comp-feat-item-adv.variant-snapshot .struct__separate,.comp-feat-topic.variant-snapshot .struct__separate{margin-top:30px}}@media print,screen and (min-width:48em){.comp-feat-item-adv.variant-snapshot .comp-attached-banner,.comp-feat-topic.variant-snapshot .comp-attached-banner{height:153px}}@media print,screen and (min-width:62em){.comp-feat-item-adv.variant-snapshot .comp-attached-banner,.comp-feat-topic.variant-snapshot .comp-attached-banner{height:213px}}.comp-feat-item-adv.variant-snapshot .add-margin-top,.comp-feat-topic.variant-snapshot .add-margin-top{margin-top:0}.comp-feat-topic__content .component__summary--content>p{line-height:1.333rem;font-size:1em;font-weight:700;line-height:1.333em;margin:0 auto 12px}@media print,screen and (min-width:48em){.comp-feat-topic__content .component__summary--content>p{font-size:1.5em;margin-bottom:16px}}.comp-archive-adv__dividers .comp-archive-adv__item{border-bottom:1px dotted #707070;padding-bottom:24px;margin-bottom:24px}@media print,screen and (min-width:62em){.comp-archive-adv__dividers .comp-archive-adv__item{border-bottom-width:0;border-right:1px dotted #707070;padding:0 24px 0 0}}.comp-archive-adv__dividers .comp-archive-adv__item:last-child{border-right-width:0;border-bottom-width:0;margin-right:0}.comp-archive-adv__dividers .component__date{margin-bottom:1rem}.comp-archive-adv__dividers .comp-archive-adv__content .component__event__loc{margin-bottom:0}.comp-archive-adv__dividers .comp-heading-divider>hr{display:none}.comp-archive-adv__dividers .comp-heading-divider>h2{margin-bottom:32px}@media print,screen and (min-width:62em){.comp-archive-adv__dividers .comp-heading-divider>h2{margin-bottom:40px}}.comp-archive-adv__dividers .comp-archive-adv__btn-container.add-margin-top{margin-top:32px}.comp-archive-adv__cover{background:rgba(255,255,255,.9);color:#0a0a0a;font-size:2rem;height:100%;left:-10px;max-width:1200px;opacity:0;padding-top:100px;position:absolute;text-align:center;top:0;visibility:hidden;width:100%;z-index:11}.comp-archive-adv__cover.active{opacity:1;visibility:visible}.comp-archive-adv__cover.fade-out{visibility:hidden;opacity:0;transition:visibility 0s linear .8s,opacity .8s}.comp-archive-adv__cover img.loading-img{width:75px;display:block;margin:0 auto 10px}.comp-archive-adv__container article{display:block}.comp-archive-adv__container article.hidden,.comp-archive-adv__container article.nonmatching{display:none}.comp-archive-adv__content{display:block;position:relative}.comp-archive-adv__content .component__date,.comp-archive-adv__content .component__event__date{font-size:1em;font-style:normal;font-weight:400;margin:.5em 0 .75em}.comp-archive-adv__content .component__event__time{font-style:normal}.comp-archive-adv__content .component__event__loc{font-style:normal}.comp-archive-adv__content .component__title{font-size:1.5em}.comp-archive-adv__content .component__title.add-margin-top{margin-top:16px}.comp-archive-adv__content .component__date{display:flex;align-items:center;height:2rem}.comp-archive-adv__content .component__date--upcoming{background-color:#0060cd;color:#fff;font-size:.85rem;font-weight:500;margin-right:10px;padding:5px 12px 5px 8px;clip-path:polygon(100% 0,96% 50%,100% 100%,0 100%,0 50%,0 0)}.comp-archive-adv__content .component__date--end,.comp-archive-adv__content .component__date--start{white-space:nowrap}.comp-archive-adv__content .component__date-container{display:flex;flex-wrap:wrap;line-height:1.125rem}@media print,screen and (min-width:62em){.comp-archive-adv__content>:last-child{margin-bottom:3.5rem}}.comp-archive-adv__img--past{height:112px;overflow:hidden;position:relative}.comp-archive-adv__img--past img{display:block;position:relative}.comp-archive-adv__label{position:absolute;top:60px;top:32px;z-index:1}.comp-archive-adv__label span{background-color:#693;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#fff;display:inline-block;font-size:.875rem;font-weight:600;left:-10px;padding:2px 14px;position:relative;top:0}@media print,screen and (min-width:62em){.comp-archive-adv__label span{top:-4px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-archive-adv__label span{left:0}}.comp-archive-adv__topic-aud{margin-bottom:1em}.comp-archive-adv__btn-container{margin-top:0;text-align:center}.comp-archive-adv__btn-container.hidden{display:none}.comp-archive-adv__btn-container.add-margin-top{margin-top:2.5rem}@media print,screen and (min-width:62em){.comp-archive-adv__btn-container.add-margin-top{margin-top:3.5rem}}.comp-evt-detail__container{background-color:#eff3f7;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#333;display:block;padding:24px;position:relative}@media print,screen and (min-width:48em){.comp-evt-detail__container{padding:34px 30px}}.comp-evt-detail__container .button{width:100%}@media print,screen and (min-width:48em){.comp-evt-detail__container .button{width:auto}}@media print,screen and (min-width:48em){.comp-evt-detail__img-and-info{align-items:flex-start;display:flex;flex-direction:row}}.comp-evt-detail__img{margin-bottom:20px}@media print,screen and (min-width:48em){.comp-evt-detail__img{margin:0 26px 0 0;width:50%}}@media print,screen and (min-width:48em){.comp-evt-detail__img{width:40%}}.comp-evt-detail__label{position:absolute;top:60px;font-weight:600}.comp-evt-detail__label span{background-color:#5b811d;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#fff;display:inline-block;font-size:.875rem;font-weight:600;left:-10px;padding:2px 14px;position:relative;top:0}@media print,screen and (min-width:62em){.comp-evt-detail__label span{top:-4px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-evt-detail__label span{left:0}}@media print,screen and (min-width:48em){.comp-evt-detail__label{display:none}}.comp-evt-detail__content .comp-evt-detail__label{display:none}@media print,screen and (min-width:48em){.comp-evt-detail__content .comp-evt-detail__label{display:block;padding-bottom:.5rem;position:relative;top:0}}@media print,screen and (min-width:62em){.comp-evt-detail__content .comp-evt-detail__label{padding-bottom:.25rem}}@media print,screen and (min-width:48em){.comp-evt-detail__content{width:60%}}@media print,screen and (min-width:62em){.comp-evt-detail__content{font-size:1.25rem}}.comp-evt-detail__content .comp-audio__container{margin:0;max-width:none}.comp-evt-detail__content .comp-audio__content{min-width:auto;width:100%}.comp-evt-detail__content .comp-audio__content p{font-size:1rem}.comp-evt-detail__content .component__date,.comp-evt-detail__content .component__event__date{color:#666;font-size:1em;font-style:normal;font-weight:400;line-height:1.333em;margin-bottom:4px;color:#666}@media print,screen and (min-width:62em){.comp-evt-detail__content .component__date,.comp-evt-detail__content .component__event__date{font-size:1.5em;line-height:1.25em}}@media print,screen and (min-width:62em){.comp-evt-detail__content .component__date,.comp-evt-detail__content .component__event__date{font-size:1.5rem}}.comp-evt-detail__content .component__title{margin-bottom:16px}@media print,screen and (min-width:62em){.comp-evt-detail__content .component__title{font-size:2rem}}.comp-evt-detail__content .component__time{color:#333;font-style:normal}@media print,screen and (min-width:62em){.comp-evt-detail__content .component__time{font-size:1.25rem}}.comp-evt-detail__content .component__event__loc,.comp-evt-detail__content .component__event__time{font-style:normal}.comp-evt-detail__content .component__loc{color:#333;font-style:normal;margin-bottom:1em}@media print,screen and (min-width:62em){.comp-evt-detail__content .component__loc{font-size:1.25rem}}.comp-evt-detail__content .component__dir-park{align-items:baseline;display:flex;margin-bottom:1em}@media print,screen and (min-width:62em){.comp-evt-detail__content .component__dir-park{font-size:1.25rem}}.comp-evt-detail__content .component__dir-park span:last-child:not(:first-child){border-left:1px solid gray;margin-left:20px;padding-left:20px}.comp-evt-detail__content .component__dir-park span img.map-pin{padding-right:8px}.comp-evt-detail__content .button{font-size:1.5rem;width:100%}@media print,screen and (min-width:48em){.comp-evt-detail__content .button{width:auto}}.comp-evt-detail__content .button-container{margin-top:1em}.comp-evt-detail__deadline strong{font-weight:600}.comp-evt-detail__social{background-color:#eff3f7;color:#0d73d7;display:block;margin:0 auto;padding-bottom:1.25em}.comp-evt-detail__social>div{padding-top:1.25em}@media print,screen and (min-width:48em){.comp-evt-detail__social>div{padding-top:0}}.comp-evt-detail__social>div:last-child{padding-bottom:1.25em}@media print,screen and (min-width:48em){.comp-evt-detail__social>div:last-child{padding-bottom:0}}.comp-evt-detail__social:nth-last-child(2)>div:last-child{padding-bottom:0}@media print,screen and (min-width:48em){.comp-evt-detail__social{display:flex;flex-basis:50%;justify-content:space-around;margin:0 60px;padding:25px;width:auto}}.comp-evt-detail__icons{align-items:center;display:flex;flex-basis:40%;justify-content:center;padding:24px 0 0}.comp-evt-detail__icons a{padding:0 16px}@media print,screen and (min-width:48em){.comp-evt-detail__icons{justify-content:space-around;margin-bottom:0;padding-top:0}}.comp-evt-detail__hash{font-size:1.25em;font-weight:600;padding-bottom:24px;text-align:center}@media print,screen and (min-width:48em){.comp-evt-detail__hash{flex-basis:40%;font-size:calc(16px + 6 * (100vw - 320px)/ 680);padding-bottom:0}}.comp-evt-detail__links{background-color:#eff3f7;display:block;margin:0 auto;padding:0 10% 30px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-evt-detail__links{display:table-row}}@media print,screen and (min-width:48em){.comp-evt-detail__links{display:none}}.comp-evt-detail__img-and-info .comp-evt-detail__links{display:none}@media print,screen and (min-width:48em){.comp-evt-detail__img-and-info .comp-evt-detail__links{display:block;margin-top:24px;padding:0 10% 0 15%}}@media print,screen and (min-width:62em){.comp-evt-detail__img-and-info .comp-evt-detail__links{font-size:1.25rem}}.comp-evt-detail__links h3{font-size:1rem;font-weight:600;margin-bottom:4px}@media print,screen and (min-width:62em){.comp-evt-detail__links h3{font-size:1.25rem}}.comp-evt-detail__links ul li{margin-bottom:4px}.comp-evt-detail__overview{margin-bottom:56px}@media print,screen and (min-width:62em){.comp-evt-detail__overview{font-size:1.25rem}}.comp-evt-detail__topic-aud{color:#333;margin-bottom:1em}@media print,screen and (min-width:62em){.comp-evt-detail__topic-aud{font-size:1.25rem}}.comp-header-card__container{background-color:#eff3f7;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#333;display:block;padding:24px;position:relative}@media print,screen and (min-width:48em){.comp-header-card__container{padding:34px 30px}}.comp-header-card__container .button{width:100%}@media print,screen and (min-width:48em){.comp-header-card__container .button{width:auto}}@media print,screen and (min-width:48em){.comp-header-card__img-and-info{align-items:flex-start;display:flex;flex-direction:row}}.comp-header-card__img{margin-bottom:20px}@media print,screen and (min-width:48em){.comp-header-card__img{margin:0 26px 0 0;width:50%}}@media print,screen and (min-width:48em){.comp-header-card__img{width:40%}}.comp-header-card__label{position:absolute;top:60px;font-weight:600}.comp-header-card__label span{background-color:#5b811d;box-shadow:0 6px 9px 0 rgba(0,0,0,.2);color:#fff;display:inline-block;font-size:.875rem;font-weight:600;left:-10px;padding:2px 14px;position:relative;top:0}@media print,screen and (min-width:62em){.comp-header-card__label span{top:-4px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-header-card__label span{left:0}}@media print,screen and (min-width:48em){.comp-header-card__label{display:none}}.comp-header-card__content .comp-header-card__label{display:none}@media print,screen and (min-width:48em){.comp-header-card__content .comp-header-card__label{display:block;padding-bottom:.5rem;position:relative;top:0}}@media print,screen and (min-width:62em){.comp-header-card__content .comp-header-card__label{padding-bottom:.25rem}}@media print,screen and (min-width:48em){.comp-header-card__content{width:60%}}@media print,screen and (min-width:62em){.comp-header-card__content{font-size:1.25rem}}.comp-header-card__content .comp-audio__container{margin:0;max-width:none}.comp-header-card__content .comp-audio__content{min-width:auto;width:100%}.comp-header-card__content .comp-audio__content p{font-size:1rem}.comp-header-card__content .component__date,.comp-header-card__content .component__event__date{color:#666;font-size:1em;font-style:normal;font-weight:400;line-height:1.333em;margin-bottom:4px;color:#666}@media print,screen and (min-width:62em){.comp-header-card__content .component__date,.comp-header-card__content .component__event__date{font-size:1.5em;line-height:1.25em}}@media print,screen and (min-width:62em){.comp-header-card__content .component__date,.comp-header-card__content .component__event__date{font-size:1.5rem}}.comp-header-card__content .component__title{margin-bottom:16px}@media print,screen and (min-width:62em){.comp-header-card__content .component__title{font-size:2rem}}.comp-header-card__content .component__time{color:#333;font-style:normal}@media print,screen and (min-width:62em){.comp-header-card__content .component__time{font-size:1.25rem}}.comp-header-card__content .component__event__loc,.comp-header-card__content .component__event__time{font-style:normal}.comp-header-card__content .component__loc{color:#333;font-style:normal;margin-bottom:1em}@media print,screen and (min-width:62em){.comp-header-card__content .component__loc{font-size:1.25rem}}.comp-header-card__content .component__dir-park{align-items:baseline;display:flex;margin-bottom:1em}@media print,screen and (min-width:62em){.comp-header-card__content .component__dir-park{font-size:1.25rem}}.comp-header-card__content .component__dir-park span:last-child:not(:first-child){border-left:1px solid gray;margin-left:20px;padding-left:20px}.comp-header-card__content .component__dir-park span img.map-pin{padding-right:8px}.comp-header-card__content .button{font-size:1.5rem;width:100%}@media print,screen and (min-width:48em){.comp-header-card__content .button{width:auto}}.comp-header-card__content .button-container{margin-top:1em}.comp-header-card__deadline strong{font-weight:600}.comp-header-card__social{background-color:#eff3f7;color:#0d73d7;display:block;margin:0 auto;padding-bottom:1.25em}.comp-header-card__social>div{padding-top:1.25em}@media print,screen and (min-width:48em){.comp-header-card__social>div{padding-top:0}}.comp-header-card__social>div:last-child{padding-bottom:1.25em}@media print,screen and (min-width:48em){.comp-header-card__social>div:last-child{padding-bottom:0}}.comp-header-card__social:nth-last-child(2)>div:last-child{padding-bottom:0}@media print,screen and (min-width:48em){.comp-header-card__social{display:flex;flex-basis:50%;justify-content:space-around;margin:0 60px;padding:25px;width:auto}}.comp-header-card__icons{align-items:center;display:flex;flex-basis:40%;justify-content:center;padding:24px 0 0}.comp-header-card__icons a{padding:0 16px}@media print,screen and (min-width:48em){.comp-header-card__icons{justify-content:space-around;margin-bottom:0;padding-top:0}}.comp-header-card__hash{font-size:1.25em;font-weight:600;padding-bottom:24px;text-align:center}@media print,screen and (min-width:48em){.comp-header-card__hash{flex-basis:40%;font-size:calc(16px + 6 * (100vw - 320px)/ 680);padding-bottom:0}}.comp-header-card__links{background-color:#eff3f7;display:block;margin:0 auto;padding:0 10% 30px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.comp-header-card__links{display:table-row}}@media print,screen and (min-width:48em){.comp-header-card__links{display:none}}.comp-header-card__img-and-info .comp-header-card__links{display:none}@media print,screen and (min-width:48em){.comp-header-card__img-and-info .comp-header-card__links{display:block;margin-top:24px;padding:0 10% 0 15%}}@media print,screen and (min-width:62em){.comp-header-card__img-and-info .comp-header-card__links{font-size:1.25rem}}.comp-header-card__links h3{font-size:1rem;font-weight:600;margin-bottom:4px}@media print,screen and (min-width:62em){.comp-header-card__links h3{font-size:1.25rem}}.comp-header-card__links ul li{margin-bottom:4px}.comp-header-card__overview{margin-bottom:56px}@media print,screen and (min-width:62em){.comp-header-card__overview{font-size:1.25rem}}.comp-header-card__topic-aud{color:#333;margin-bottom:1em}@media print,screen and (min-width:62em){.comp-header-card__topic-aud{font-size:1.25rem}}body[data-theme=event] section{padding:0;margin:0;margin-bottom:56px}.comp-feat-sections,.comp-feat-topics{margin-bottom:40px}.comp-feat-sections:last-child,.comp-feat-topics:last-child{margin-bottom:40px}.comp-feat-sections__container article,.comp-feat-topics__container article{display:block}.comp-feat-sections__container article.hidden,.comp-feat-topics__container article.hidden{display:none}@media print,screen and (min-width:62em){.comp-feat-sections__content>:last-child.comp-feat-sections__img,.comp-feat-sections__content>:last-child.comp-feat-topics__img,.comp-feat-topics__content>:last-child.comp-feat-sections__img,.comp-feat-topics__content>:last-child.comp-feat-topics__img{margin-bottom:24px}}.comp-feat-sections__section,.comp-feat-topics__section{font-weight:700;margin-bottom:5px;text-transform:uppercase}.comp-feat-sections__section>a>br,.comp-feat-sections__section>br,.comp-feat-topics__section>a>br,.comp-feat-topics__section>br{display:none}@media print,screen and (min-width:62em){.comp-feat-sections__section>a>br,.comp-feat-sections__section>br,.comp-feat-topics__section>a>br,.comp-feat-topics__section>br{display:inline}}.comp-feat-sections__links ul>li,.comp-feat-topics__links ul>li{padding-bottom:12px}.comp-feat-sections__links ul>li:last-child,.comp-feat-topics__links ul>li:last-child{padding-bottom:24px}.comp-feat-sections__links--more,.comp-feat-topics__links--more{font-weight:700}.comp-feat-sections__img,.comp-feat-topics__img{margin-bottom:24px}.comp-sect-list.component{margin-bottom:0}.comp-sect-list__item{margin-bottom:20px}.comp-sect-list__item.medium-6{margin-bottom:20px}.comp-sect-list__item.medium-6:nth-last-child(2):nth-child(even){margin-bottom:20px}@media print,screen and (min-width:48em){.comp-sect-list__item.medium-6:nth-last-child(2):nth-child(odd){margin-bottom:0}}.comp-sect-list__item.medium-6:last-child{margin-bottom:0}.comp-sect-list__container{background-color:#eff3f7;padding:20px;border-top:1px dotted #999}.comp-sect-list__section{font-weight:600;text-transform:uppercase}.comp-sect-list__links li{margin-bottom:.65rem;line-height:20px}.comp-sect-list+.comp-icon-bar{border-bottom:1px dotted #999;border-top:1px dotted #999}.comp-sect-lookup__item{margin-bottom:60px}.comp-sect-lookup__section{font-weight:700;margin-bottom:5px;text-transform:uppercase}.comp-sect-lookup__content{display:block}@media print,screen and (min-width:48em){.comp-sect-lookup__content{display:flex}}.comp-sect-lookup__img{flex-basis:40%;padding:0 0 20px}@media print,screen and (min-width:48em){.comp-sect-lookup__img{padding:0 20px 0 0}}@media print,screen and (min-width:48em){.comp-sect-lookup__item--lrg-img .comp-sect-lookup__img{flex-basis:50%}}@media print,screen and (min-width:48em){.comp-sect-lookup__copy{flex-basis:60%}}@media print,screen and (min-width:48em){.comp-sect-lookup__item--lrg-img .comp-sect-lookup__copy{flex-basis:50%}}.comp-sect-lookup__copy .component__title{font-size:1.5rem}.comp-sect-lookup__copy .component__title--lrg{font-size:1.5em;font-weight:700;line-height:1.333em;margin:0 auto 20px}@media print,screen and (min-width:62em){.comp-sect-lookup__copy .component__title--lrg{font-size:2em;line-height:1.25em}}.comp-spot-banner__container{background-position-x:center;background-position-y:70%;background-size:auto 572px;height:470px;position:relative;background-repeat:no-repeat}@media print,screen and (min-width:62em){.comp-spot-banner__container{background-size:1200px auto}}.comp-spot-banner__container.parallax{background-size:1200px auto}.comp-spot-banner__container.fixed{background-attachment:fixed;background-position-y:top;background-size:auto 572px}@media print,screen and (min-width:62em){.comp-spot-banner__container.fixed{background-size:1200px auto}}.comp-spot-banner__header{align-items:center;background:rgba(25,89,162,.95);border-top:5px solid #693;color:#fff;display:flex;font-size:2rem;font-weight:700;justify-content:center;left:0;line-height:2.5rem;min-height:116px;padding:1rem 40px;position:absolute;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.2);top:50px;width:100%;z-index:10}@media print,screen and (min-width:48em){.comp-spot-banner__header{font-size:2.5rem;line-height:3rem}}.comp-spot-banner__content{overflow:visible}.comp-spot-banner__copy{background-color:#fff;border-top:5px solid #1959a2;font-size:1 rem;line-height:1.5 rem;margin-bottom:-12rem;overflow:visible;padding:16px 30px 0;position:relative;top:-12rem;z-index:10}@media print,screen and (min-width:48em){.comp-spot-banner__copy{font-size:1.25rem;line-height:2rem;margin-bottom:-12rem;top:-12rem}}.comp-featured-list__container{display:flex;flex-wrap:wrap}.comp-featured-list__item{align-items:center;display:flex;flex-basis:100%;margin-bottom:40px!important}.comp-featured-list__img{height:40px;margin-right:10px;min-width:45px;width:45px}.comp-featured-list__img svg path{fill:#878787}.comp-featured-list__item-title{font-weight:600}.comp-podcast-archive{margin-bottom:0}.comp-podcast-archive__container>.grid-x{margin-bottom:40px}@media print,screen and (min-width:62em){.comp-podcast-archive__container>.grid-x{margin-bottom:64px}}.comp-podcast-archive__container>div:last-child{margin-bottom:0}.comp-podcast-archive__img.medium-6{margin-bottom:20px}@media print,screen and (min-width:62em){.comp-podcast-archive__img.medium-6{margin-bottom:0}}.comp-podcast-archive__button{text-align:center}.comp-podcast-archive .component__title{font-size:1em;font-weight:700;line-height:1.333em;margin:0 auto 12px}@media print,screen and (min-width:48em){.comp-podcast-archive .component__title{font-size:1.5em;margin-bottom:16px}}.comp-podcast-archive .component__date{margin-bottom:.25rem}.comp-filter__container{display:none}@media print,screen and (min-width:48em){.comp-filter__container{display:block}}.comp-filter__container .form__item--rdo-check.inactive{display:none}.comp-filter__facets{display:flex;flex-wrap:wrap;margin-bottom:1.25rem}.comp-filter__hdr{font-weight:700;margin-bottom:16px}.comp-filter__pill{background-color:rgba(0,96,205,.1);border:1px solid #0f74d6;border-radius:5px;display:inline-block;font-size:.875rem;color:#000;height:35px;padding:7px 10px 7px 8px;margin:0 10px 10px 0;transition:background-color .25s ease-out,color .25s ease-out}.comp-filter__pill:focus,.comp-filter__pill:hover{background-color:#0f74d6;color:#fff;text-decoration:none;transition:background-color .25s ease-out,color .25s ease-out}.comp-filter__newline{flex-basis:100%}.comp-filter__clear-link{margin-bottom:1rem}.comp-filter__clear-link a{text-decoration:underline}.comp-filter__clear-link a:link{color:#1959a2}.comp-filter__clear-link a:visited{color:#1959a2}.comp-filter__clear-link a:hover{color:#1959a2}.comp-filter__clear-link a:active{color:#1959a2}.comp-filter__clear-link a:focus{outline-offset:-1px}.comp-filter__clear-link.inactive{display:none}.comp-filter__x{display:inline-block;position:relative;right:-3px;top:-6px;width:14px}.comp-filter__x span{display:block;position:absolute;height:2px;width:100%;background-color:#0f74d6;border-radius:1px;opacity:1;left:0;transform:rotate(0)}.comp-filter__x span:nth-child(1){transform:rotate(45deg)}.comp-filter__x span:nth-child(2){transform:rotate(-45deg)}.comp-filter__results-ctrl{display:flex;justify-content:space-between;margin-bottom:1rem}.comp-filter__result-count{font-weight:600;align-self:flex-start}.comp-filter__result-count [data-count]:before{content:attr(data-count)}.comp-filter__sort-options{align-self:flex-end}.comp-filter__sort-options a.active:active,.comp-filter__sort-options a.active:hover,.comp-filter__sort-options a.active:link,.comp-filter__sort-options a.active:visited{font-weight:600;text-decoration:none;color:#000}a.comp-filter__pill,button.comp-filter__pill{background-color:rgba(0,96,205,.1);border:1px solid #0f74d6;border-radius:5px;display:inline-block;font-size:.875rem;color:#000;height:35px;padding:7px 10px 7px 8px;margin:0 10px 10px 0;transition:background-color .25s ease-out,color .25s ease-out}a.comp-filter__pill:focus,a.comp-filter__pill:hover,button.comp-filter__pill:focus,button.comp-filter__pill:hover{background-color:#0f74d6;color:#fff;text-decoration:none;transition:background-color .25s ease-out,color .25s ease-out}a.comp-filter__pill:hover .comp-filter__x span,button.comp-filter__pill:hover .comp-filter__x span{background-color:#fff;transition:background-color .25s ease-out,color .25s ease-out}.remove-x a.comp-filter__pill,.remove-x button.comp-filter__pill{background-color:rgba(0,96,205,.1);border:1px solid #0f74d6;border-radius:5px;display:inline-block;font-size:.875rem;color:#000;height:35px;padding:6px 10px 7px;margin:0 10px 10px 0;transition:background-color .25s ease-out,color .25s ease-out}.remove-x a.comp-filter__pill:focus,.remove-x a.comp-filter__pill:hover,.remove-x button.comp-filter__pill:focus,.remove-x button.comp-filter__pill:hover{background-color:#0f74d6;color:#fff;text-decoration:none;transition:background-color .25s ease-out,color .25s ease-out}.comp-profile-result{border-top:1px solid #999;margin-top:1rem;padding-top:1rem}.comp-profile-result.hidden{display:none}.comp-profile-result:first-child{padding-top:2rem}.comp-profile-result__name{font-size:1.5rem;font-weight:700;padding-bottom:5px}.comp-profile-result__website a{background:url(/Content/images/links/chain-link.png) no-repeat 0 19px;display:inline-block;padding:1rem 0 0 1.5rem}.comp-profile-result__count{font-weight:600;padding:0}.comp-profile-result__no-results{font-weight:600;margin-bottom:2.5rem}.comp-profile-result__no-results.hidden{display:none}.comp-profile-result__btn-container{margin-top:0;text-align:center}.comp-profile-result__btn-container.hidden{display:none}.comp-profile-result__btn-container.add-margin-top{margin-top:2.5rem}@media print,screen and (min-width:62em){.comp-profile-result__btn-container.add-margin-top{margin-top:3.5rem}}#startNewSearchLink-with-results{padding-left:1rem}#startNewSearchLink-with-results.hidden{display:none}#resultsNoResults.hidden{display:none}#viewMoreBtn.hidden{display:none}#errMsgForYearInvalid{display:none}.form__item--error #errMsgForYearInvalid{display:block}#errMsgForYearMinMax{display:none}.form__item--error #errMsgForYearMinMax{display:block}#errMsgNoDupes{color:#9f3258;font-size:.875rem;font-style:italic;font-weight:500;margin-bottom:-5px;padding:2px 0 0}.comp-tagline-banner{background:#6e961b;background:linear-gradient(90deg,#6e961b -25%,#0d73d7 125%);color:#eff3f7;padding:40px}@media print,screen and (min-width:48em){.comp-tagline-banner{padding:56px 85px}}@media print,screen and (min-width:62em){.comp-tagline-banner{align-items:center;background:linear-gradient(90deg,#6e961b 0,#0d73d7 100%);display:flex;justify-content:center}}.comp-tagline-banner__text{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:left}.comp-tagline-banner__text--center{text-align:left}.comp-tagline-banner__text:last-of-type{margin-bottom:0;margin-right:0}.comp-tagline-banner__text p:last-of-type{margin-bottom:0}@media print,screen and (min-width:62em){.comp-tagline-banner__text{margin-bottom:0;margin-right:3rem}}.comp-tagline-banner__btns{display:flex;justify-content:center}@media print,screen and (min-width:62em){.comp-tagline-banner__btns{justify-content:space-around}}.comp-tagline-banner__btn{background-color:transparent;border:2px solid #fff;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:1px 10px;white-space:nowrap}.comp-tagline-banner__btn:hover{background-color:#fff;border:2px solid #fff;color:#1959a2}.comp-tagline-banner__btn:first-of-type{margin-right:1.5rem}.comp-tagline-banner__btn:first-of-type:last-of-type{margin-right:0}.comp-tagline-banner__btn:active,.comp-tagline-banner__btn:hover,.comp-tagline-banner__btn:link,.comp-tagline-banner__btn:visited{background-color:transparent;color:#fff;text-decoration:none;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;-webkit-transition:color .3s ease;transition:color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.comp-tagline-banner__btn:hover{background-color:#fff;color:#0d73d7}.page-editor-component .comp-tagline-banner__btn{display:block}.comp-person-banner__container{position:relative;padding:61px 22px;background-size:cover;background-position-x:50%}@media print,screen and (min-width:48em){.comp-person-banner__container{padding:61px 54px}}@media print,screen and (min-width:62em){.comp-person-banner__container{padding:76px 115px}}.comp-person-banner__person{position:relative;display:block;text-align:right}@media print,screen and (min-width:48em){.comp-person-banner__person{position:absolute;bottom:0;right:25px}}.comp-person-banner__person img{display:inline-block;margin:-100px auto 0;max-height:230px}@media print,screen and (min-width:48em){.comp-person-banner__person img{margin:auto;width:85%;margin:-100px auto 0;max-height:375px}}@media print,screen and (min-width:62em){.comp-person-banner__person img{width:auto}}.comp-person-banner__content{align-items:center;background:rgba(239,242,247,.65);border:2px solid #0f74d6;border-radius:5px;color:#333;display:block;padding:1.5rem 2rem;position:relative;min-width:276px;z-index:10}@media print,screen and (min-width:48em){.comp-person-banner__content{display:flex;justify-content:space-between}}.comp-person-banner__text{font-weight:600;line-height:normal}@media print,screen and (min-width:48em){.comp-person-banner__text{margin-bottom:0}}.comp-person-banner__text p{line-height:normal;font-size:1.125rem;margin-bottom:.75rem}@media print,screen and (min-width:62em){.comp-person-banner__text p{font-size:1.5rem;margin-bottom:0}}.comp-person-banner__text-sml{font-size:1rem;margin-bottom:1.125rem;margin-top:10px}@media print,screen and (min-width:48em){.comp-person-banner__text-sml{font-size:1.125rem;margin-bottom:0}}@media print,screen and (min-width:62em){.comp-person-banner__text-sml{font-size:1.25rem;margin-bottom:0}}.comp-person-banner__btn-container{text-align:center}@media print,screen and (min-width:48em){.comp-person-banner__btn-container{padding-left:32px}}.comp-person-banner__btn{display:inline-block;font-weight:400;white-space:nowrap}@media print,screen and (min-width:48em){.comp-person-banner__btn{display:block}}.comp-person-banner__btn:active,.comp-person-banner__btn:hover,.comp-person-banner__btn:link,.comp-person-banner__btn:visited{color:#fff;text-decoration:none}.comp-person-banner__btn:hover{background-color:#fff;color:#0d73d7}.page-editor-component .comp-person-banner__btn{display:block}.comp-feat-num-banner__container{background-size:cover;padding:60px 35px}@media print,screen and (min-width:48em){.comp-feat-num-banner__container{padding:60px 68px}}@media print,screen and (min-width:62em){.comp-feat-num-banner__container{padding:60px 85px}}.comp-feat-num-banner__container h2{color:#707070;font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center}.comp-feat-num-banner__text{display:block;text-align:center;margin-bottom:2rem}@media print,screen and (min-width:48em){.comp-feat-num-banner__text{display:flex;justify-content:center;align-items:center;text-align:left}}.page-editor-component .comp-feat-num-banner__text{display:block}.comp-feat-num-banner__number{display:block;margin-bottom:2rem;text-align:center}.comp-feat-num-banner__number>span{display:block;color:#1959a2;font-weight:700;line-height:98%;white-space:nowrap}.page-editor-component .comp-feat-num-banner__number>span{font-size:4rem!important}.comp-feat-num-banner__number>span a:link{color:#1959a2}.comp-feat-num-banner__number>span a:visited{color:#1959a2}.comp-feat-num-banner__number>span a:hover{color:#1959a2}.comp-feat-num-banner__number>span a:active{color:#1959a2}.comp-feat-num-banner__number>span a:focus{outline-offset:-1px}.comp-feat-num-banner__number>span a:focus,.comp-feat-num-banner__number>span a:hover{text-decoration:none}@media print,screen and (min-width:48em){.comp-feat-num-banner__number{flex-grow:1;flex-basis:0;max-width:33%;margin-bottom:0;margin-right:32px}}.page-editor-component .comp-feat-num-banner__number{text-align:left!important}.comp-feat-num-banner__copy{color:#333;display:block;font-size:1.125rem;text-align:left}@media print,screen and (min-width:48em){.comp-feat-num-banner__copy{font-size:1.5rem;flex-grow:2;max-width:66%;flex-basis:0}}.comp-feat-num-banner__copy p{margin-bottom:0}.comp-feat-num-banner__link{display:block;font-size:1.25rem;text-align:center}.page-editor-component .comp-feat-num-banner__link{text-align:left}.comp-spotlight{margin-bottom:0;overflow:hidden}.comp-spotlight>a.comp-spotlight__comp-link{display:block;height:100%;position:relative;text-decoration:none;width:100%}.comp-spotlight>a.comp-spotlight__comp-link:hover{text-decoration:none}.comp-spotlight>a.comp-spotlight__comp-link:focus-visible{outline-offset:-3px;outline:2px solid #fff}.comp-spotlight__container{display:flex;align-items:center;padding:248px 20px 24px}@media print,screen and (min-width:48em){.comp-spotlight__container{padding:58px 54px}}@media print,screen and (min-width:62em){.comp-spotlight__container{padding:45px 68px}}.comp-spotlight__content{color:#fff;width:100%}@media print,screen and (min-width:48em){.comp-spotlight__content{width:50%;min-height:200px}}@media print,screen and (min-width:62em){.comp-spotlight__content{width:45%}}@media screen and (min-width:75em){.comp-spotlight__content{width:40%}}.comp-spotlight__hdr{color:#fff;font-size:1.25rem}.comp-spotlight__hdr:hover{text-decoration:underline}@media print,screen and (min-width:48em){.comp-spotlight__hdr{font-size:1.5rem}}@media print,screen and (min-width:62em){.comp-spotlight__hdr{font-size:2rem}}.comp-spotlight__summary{font-size:1.125rem;line-height:normal}@media print,screen and (min-width:48em){.comp-spotlight__summary{font-size:1.25rem}}@media print,screen and (min-width:62em){.comp-spotlight__summary{font-size:1.5rem}}.comp-spotlight__summary p{font-size:inherit}.comp-spotlight__dots{display:flex;margin-bottom:1rem;width:48px}.comp-spotlight__dots span{display:inline-block;height:8px;width:8px;margin-bottom:0;margin-right:4px}.comp-spotlight__dots span:nth-child(1){background:#049fe0}.comp-spotlight__dots span:nth-child(2){background:#96bf51}.comp-spotlight__dots span:nth-child(3){background:#f2ae44}.comp-spotlight__dots span:nth-child(4){background:#9670a9}.comp-spotlight__dots.small{width:26px}.comp-spotlight__dots.small span{background-color:#999;height:5px;margin-right:2px;width:5px}.comp-spotlight__cta{font-size:1.125rem}@media print,screen and (min-width:48em){.comp-spotlight__cta{font-size:1.25rem}}.comp-spotlight__cta:hover{text-decoration:underline}.comp-spotlight__bg-img{background-position:right top;background-repeat:no-repeat;background-size:contain}@media screen and (min-width:625px){.comp-spotlight__bg-img{background-size:cover}}@media print,screen and (min-width:48em){.comp-spotlight__bg-img{background-size:auto}}.comp-spotlight__grad{background-repeat:no-repeat;background-position:top right;background-size:cover;background:linear-gradient(to bottom,transparent,transparent 180px,#333 240px);min-height:400px}@media print,screen and (min-width:48em){.comp-spotlight__grad{background-repeat:no-repeat;background-position:top right;background-size:cover;background-image:linear-gradient(100deg,#333 24.54%,rgba(51,51,51,.95) 30.26%,rgba(51,51,51,.85) 37.13%,rgba(51,51,51,.75) 43.48%,rgba(51,51,51,.5) 50.2%,rgba(51,51,51,.25) 57.2%,rgba(51,51,51,0) 63.21%)}}.comp-spotlight__border{display:none}@media print,screen and (min-width:48em){.comp-spotlight__border{border-right:1px dotted #707070;display:block;height:93px;margin:0 24px;width:1px;z-index:-1}.comp-spotlight__border:last-child{display:none}}.comp-spotlight__news{display:block;padding:40px 20px}@media print,screen and (min-width:48em){.comp-spotlight__news{display:flex;padding:40px 54px}}@media print,screen and (min-width:62em){.comp-spotlight__news{display:flex;padding:56px 86px}}.comp-spotlight__news-item{border-bottom:1px dotted #707070;font-size:1.25rem;font-weight:600;padding:24px 0;position:relative;width:100%}@media print,screen and (min-width:48em){.comp-spotlight__news-item{border-bottom:0;padding:0;width:33%}}.comp-spotlight__news-item:nth-child(1){padding-top:0}@media print,screen and (min-width:48em){.comp-spotlight__news-item:nth-child(1){padding-left:0}}.comp-spotlight__news-item:last-child{border-bottom:0;border-right:0;padding-bottom:0}@media print,screen and (min-width:48em){.comp-spotlight__news-item:last-child{padding-right:0}.comp-spotlight__news-item:last-child .comp-spotlight__border{display:none}}.comp-spotlight__news-item a:link{color:#1959a2}.comp-spotlight__news-item a:visited{color:#1959a2}.comp-spotlight__news-item a:hover{color:#1959a2}.comp-spotlight__news-item a:active{color:#1959a2}.comp-spotlight__news-item a:focus{outline-offset:-1px}.comp-feat-quote__container{background-color:#333;color:#fff;display:block;font-size:1rem}@media print,screen and (min-width:48em){.comp-feat-quote__container{display:flex}}.comp-feat-quote__container a{text-decoration:none}.comp-feat-quote__container a:link{color:#fff}.comp-feat-quote__container a:visited{color:#fff}.comp-feat-quote__container a:hover{color:#fff}.comp-feat-quote__container a:active{color:#fff}.comp-feat-quote__container a:focus{outline-offset:-1px}.comp-feat-quote__container a:hover{text-decoration:underline}@media print,screen and (min-width:48em){.comp-feat-quote__container.display-img-right{flex-direction:row-reverse}}.comp-feat-quote__person{margin:0 auto;width:45%;padding:40px 0 20px}@media print,screen and (min-width:48em){.comp-feat-quote__person{align-self:flex-start;flex-basis:30%;padding:40px 2px 20px 22px}.display-img-right .comp-feat-quote__person{padding:40px 22px 20px 2px}}@media print,screen and (min-width:62em){.comp-feat-quote__person{align-self:flex-end;flex-basis:34%;justify-content:flex-end;padding:32px 0 0}.display-img-right .comp-feat-quote__person{padding:32px 0 0}}.comp-feat-quote__person img{border-radius:100%;box-shadow:.6px 1.1px 1px .4px #8f8f8f;display:block;width:100%}@media print,screen and (min-width:62em){.comp-feat-quote__person img{box-shadow:none;border-radius:0}}.comp-feat-quote__text{color:#fff;font-size:1.125rem;font-weight:500}@media print,screen and (min-width:48em){.comp-feat-quote__text{font-size:1.25rem}}@media screen and (min-width:75em){.comp-feat-quote__text{font-size:1.5rem}}.comp-feat-quote__text p{line-height:normal}.comp-feat-quote__person-details{font-size:1rem;line-height:normal;margin-bottom:.75rem}@media screen and (min-width:75em){.comp-feat-quote__person-details{margin-bottom:.25rem}}.comp-feat-quote__author{font-weight:700;line-height:normal}@media screen and (min-width:75em){.comp-feat-quote__author{line-height:1.125rem}}.comp-feat-quote__position{line-height:normal}.comp-feat-quote__source{line-height:normal}.comp-feat-quote__source a{text-decoration:underline}.comp-feat-quote__content{background-repeat:no-repeat;background-position:top right;background-size:cover;background-image:linear-gradient(0deg,rgba(51,51,51,0) 5.22%,rgba(51,51,51,.5) 10.22%,#333 50.22%,rgba(51,51,51,.5) 90.22%,rgba(51,51,51,0) 95%);padding:20px 20px 54px}@media print,screen and (min-width:48em){.comp-feat-quote__content{align-self:center;flex-basis:70%;background:#333;background:radial-gradient(rgba(51,51,51,.5) 61%,rgba(51,51,51,0) 69%);padding:54px 68px 54px 20px}.display-img-right .comp-feat-quote__content{padding:54px 20px 54px 68px}}@media print,screen and (min-width:62em){.comp-feat-quote__content{padding:54px 85px 54px 0}.display-img-right .comp-feat-quote__content{padding:54px 0 54px 85px}}@media screen and (min-width:75em){.comp-feat-quote__content{padding-left:32px}.display-img-right .comp-feat-quote__content{padding-right:32px}}.comp-feat-quote__cta{font-size:1.25rem}@media print,screen and (min-width:62em){.comp-feat-quote__cta{margin-top:1rem}}@media screen and (min-width:75em){.comp-feat-quote__cta{margin-top:2rem}}@media print,screen and (min-width:48em){.comp-feat-evt .comp-heading-divider{margin-left:24px;margin-right:24px}}.comp-feat-evt__bg-img{background-position:right top;background-repeat:no-repeat;background-size:100%}@media print,screen and (min-width:48em){.comp-feat-evt__bg-img{background-position:right bottom;background-size:90%}}@media print,screen and (min-width:62em){.comp-feat-evt__bg-img{background-size:75%}}.comp-feat-evt__grad{background:linear-gradient(to bottom,transparent,transparent 151px,#333 200px);background-repeat:no-repeat;background-position:top right;background-size:cover;background:linear-gradient(to bottom,transparent,transparent 151px,#333 200px);min-height:350px}@media print,screen and (min-width:48em){.comp-feat-evt__grad{background-repeat:no-repeat;background-position:top right;background-size:cover;background-image:linear-gradient(100deg,#333 24.54%,rgba(51,51,51,.95) 30.26%,rgba(51,51,51,.85) 37.13%,rgba(51,51,51,.75) 43.48%,rgba(51,51,51,.5) 50.2%,rgba(51,51,51,.25) 57.2%,rgba(51,51,51,0) 63.21%)}}@media print,screen and (min-width:48em){.comp-feat-evt__grad{background-image:linear-gradient(100deg,#333 30%,rgba(51,51,51,.95) 35%,rgba(51,51,51,.85) 42%,rgba(51,51,51,.75) 47%,rgba(51,51,51,.5) 52%,rgba(51,51,51,.25) 57.2%,rgba(51,51,51,0) 63.21%)}}.comp-feat-evt__container{display:flex;align-items:flex-start;padding:190px 0 24px}@media print,screen and (min-width:48em){.comp-feat-evt__container{padding:32px 0 24px}}.comp-feat-evt__content{color:#fff;width:100%}@media print,screen and (min-width:48em){.comp-feat-evt__content{min-height:200px;width:50%}}.comp-feat-evt__types{margin-bottom:.75rem}@media print,screen and (min-width:48em){.comp-feat-evt__types{display:flex;margin-bottom:24px}}.comp-feat-evt__types--flags{display:flex;margin-left:-12px}.comp-feat-evt__status,.comp-feat-evt__type{background-color:#5b811d;font-size:1.125rem;font-weight:500;height:30px;line-height:27px;padding:1px 14px 2px 20px;white-space:nowrap;clip-path:polygon(100% 0,100% 100%,100% 100%,0 100%,0 50%,0 0)}@media print,screen and (min-width:48em){.comp-feat-evt__status,.comp-feat-evt__type{padding:1px 14px 2px 36px}}.comp-feat-evt__status{background-color:#0f74d6;font-size:1rem;font-weight:400;margin-left:-1px;padding-left:12px;padding-right:14px;padding-top:2px;clip-path:polygon(100% 0,96% 50%,100% 100%,0 100%,0 50%,0 0)}.comp-feat-evt__icons{margin-left:10px;margin-top:.75rem;color:#fff;display:flex;align-items:center;font-size:.825rem;padding-right:16px}@media print,screen and (min-width:48em){.comp-feat-evt__icons{margin-left:24px;margin-top:0}}.comp-feat-evt__icons>span{padding:3px 5px 0 0;white-space:nowrap}.comp-feat-evt__icons>span:nth-child(even){margin-right:10px}.comp-feat-evt__btn-container,.comp-feat-evt__details{padding-left:10px;padding-right:10px}@media print,screen and (min-width:48em){.comp-feat-evt__btn-container,.comp-feat-evt__details{padding-left:24px}}.comp-feat-evt__btn-container{display:block;text-align:center}@media print,screen and (min-width:48em){.comp-feat-evt__btn-container{display:flex;flex-wrap:wrap;justify-content:flex-start;text-align:left}}.comp-feat-evt__btn-container .button.no_link_image{margin-right:10px;margin-top:5px!important;margin-bottom:5px!important}@media print,screen and (min-width:48em){.comp-feat-evt__btn-container .button.no_link_image{margin-right:18px;margin-top:0;margin-bottom:0}}.comp-feat-evt__btn-container .button.no_link_image:nth-child(2){background-color:#5b811d;border:2px solid #5b811d;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em;margin-right:0}.comp-feat-evt__btn-container .button.no_link_image:nth-child(2):hover{background-color:#fff;border:2px solid #5b811d;color:#5b811d}.comp-feat-evt__title{font-size:1.25rem;font-weight:700;line-height:normal;margin-bottom:1.125rem}@media print,screen and (min-width:48em){.comp-feat-evt__title{font-size:1.5rem}}@media print,screen and (min-width:62em){.comp-feat-evt__title{font-size:2rem;line-height:44px}}.comp-feat-evt__date,.comp-feat-evt__loc{font-size:1.125rem;line-height:normal}@media print,screen and (min-width:48em){.comp-feat-evt__date,.comp-feat-evt__loc{font-size:1.25rem}}@media print,screen and (min-width:62em){.comp-feat-evt__date,.comp-feat-evt__loc{font-size:1.5rem;line-height:32px}}.comp-feat-evt__loc{margin-bottom:18px}@media print,screen and (min-width:48em){.comp-feat-evt__loc{margin-bottom:24px}}.comp-feat-evt__addl-content{background-color:#eff3f7;display:block;padding:24px 10px}@media print,screen and (min-width:48em){.comp-feat-evt__addl-content{display:flex;padding:24px}}.comp-feat-evt__summ{flex-basis:66%;flex-grow:1;flex-shrink:0}@media print,screen and (min-width:48em){.comp-feat-evt__summ{padding-right:2.5rem}}@media print,screen and (min-width:48em){.comp-feat-evt__summ>:last-child{margin-bottom:0}}.comp-feat-evt__aud{flex-basis:34%;font-style:italic}.comp-feat-evt__aud-hdr{font-weight:700}@media print,screen and (min-width:48em){.viewportCheck{display:none}}.comp-carousel__slide>a:hover{color:#fff;text-decoration:underline}.comp-carousel>.struct__inset--carousel{background-size:cover}.comp-carousel .comp-heading-divider{margin-bottom:0}.comp-carousel .comp-heading-divider>hr{margin-bottom:0}.comp-carousel.display-centered-hdr-div .comp-heading-divider>hr{display:none}.comp-carousel.display-centered-hdr-div .comp-heading-divider>h2{margin-bottom:0}.comp-carousel__container,.comp-carousel__content{display:flex;align-items:flex-start;margin:24px 0 0}@media print,screen and (min-width:48em){.comp-carousel__container,.comp-carousel__content{margin:32px 0 24px}}.comp-carousel__container .swiper-container,.comp-carousel__content .swiper-container{position:relative;display:block;width:100%;max-width:1024px}.comp-carousel__container .swiper-slide,.comp-carousel__content .swiper-slide{min-height:200px;position:relative;width:200px}.comp-carousel__content{display:block;font-size:1.25rem}.comp-carousel__img-hdr{align-items:flex-end;aspect-ratio:1/1;background-size:cover;border-radius:5px;display:flex;padding:15px}.comp-carousel__slide-hdr{color:#fff;font-size:1.5rem;font-style:normal;font-weight:600;line-height:28px}@media print,screen and (min-width:48em){.comp-carousel__slide-hdr{font-size:1.25rem;line-height:24px}}.comp-carousel__slide-content{width:100%;margin-top:.5rem}.comp-carousel__title{font-size:1.25rem;font-weight:700;line-height:normal;margin-bottom:1.125rem}@media print,screen and (min-width:48em){.comp-carousel__title{font-size:1.5rem}}@media print,screen and (min-width:62em){.comp-carousel__title{font-size:2rem;line-height:44px}}.comp-carousel__btns{display:flex}.comp-carousel__btns button{background-color:#0f74d6;color:#fff;cursor:pointer;height:55px;width:55px}@media print,screen and (min-width:48em){.comp-carousel__btns button{height:51px;width:51px}}.comp-carousel__btn--next,.comp-carousel__btn--prev{align-items:center;box-shadow:1px 1px 2px 1px rgba(0,0,0,.2);display:flex;justify-content:center;position:absolute;top:30px;z-index:2}.comp-carousel__btn--next.swiper-button-disabled,.comp-carousel__btn--prev.swiper-button-disabled{background-color:#ccc}.comp-carousel__btn--prev{left:-13px}.comp-carousel__btn--next{right:-13px}.comp-page-hdr-adv{position:relative}.comp-page-hdr-adv__grad{background-size:cover;height:273px;overflow:visible;position:absolute;width:100%}.comp-page-hdr-adv__container{background-color:#eff3f7;border:1px solid #0d73d7;box-shadow:1px 1px 2px 0 rgba(51,51,51,.25);display:flex;flex-direction:column;padding:24px;position:relative}@media print,screen and (min-width:48em){.comp-page-hdr-adv__container{flex-direction:row}}.comp-page-hdr-adv__img{margin-bottom:20px;margin-bottom:1rem}@media print,screen and (min-width:48em){.comp-page-hdr-adv__img{margin:0 26px 0 0;width:50%}}@media print,screen and (min-width:48em){.comp-page-hdr-adv__img{width:326px}.comp-page-hdr-adv__img img{width:300px;min-width:300px}}.comp-page-hdr-adv__content{display:block;font-size:1.125rem}.comp-page-hdr-adv__content--title-hash{display:block;margin-bottom:1rem}@media print,screen and (min-width:48em){.comp-page-hdr-adv__content--title-hash{align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:.25rem}}.comp-page-hdr-adv__content p:last-child{margin-bottom:0}.comp-page-hdr-adv__title{font-size:1.5rem;line-height:1.125em;margin:0}@media print,screen and (min-width:48em){.comp-page-hdr-adv__title{font-size:2rem;margin-right:24px}}.comp-page-hdr-adv__hash{font-size:1.25rem;font-weight:700;line-height:2rem;margin-top:6px}@media print,screen and (min-width:48em){.comp-page-hdr-adv__hash{line-height:2.5rem;margin-top:0}}.comp-page-hdr-adv__summary{font-size:1.125rem}@media print,screen and (min-width:62em){.comp-page-hdr-adv__summary{font-size:1.25rem}}.tmplt{line-height:1.5;padding-bottom:10px}.tmplt__date,.tmplt__issue{font-size:.75em;font-style:normal;font-weight:700;margin:0;padding-bottom:2px;padding-top:0}.tmplt.press-rel .tmplt__date{line-height:1.333em}.tmplt__title{font-size:1em;font-weight:700;line-height:1.4;margin-bottom:2px}@media print,screen and (min-width:48em){.tmplt__title{width:65%}}.tmplt__sub-head{font-size:1em;font-weight:700;margin-bottom:2px}@media print,screen and (min-width:48em){.tmplt__sub-head{font-size:1.5em}}.tmplt__authors{margin-bottom:8px}@media print,screen and (min-width:48em){.tmplt__authors{width:65%}}.tmplt__abstract{line-height:1.5}.tmplt .data__row{border-bottom:0;margin-bottom:6px;margin-top:6px;padding:0}.tmplt__content{margin-bottom:1rem}.tmplt__content p{margin-bottom:0;margin-top:10px}.article .data__row{border-bottom:0;margin-bottom:12px;padding-bottom:18px;padding-left:0;padding-right:0}.article__date,.article__issue,.article__sub-head{font-size:1em;font-weight:700;margin-bottom:8px}.article__sub-head{margin-bottom:16px}.article__main{margin-bottom:1rem}.article__main-img{border:1px solid #999;margin:5px 0}.article__main-img img{width:100%}.article__date{font-style:italic;padding:14px 0 10px}.article__cover-label{padding:4px 0;text-transform:uppercase;white-space:nowrap;width:100%}.article__cover-label a:hover span{text-decoration:underline}.article__cover-label span{background-color:#5b811d;color:#fff;display:inline-block;font-size:.75em;font-weight:700;line-height:1.4;margin-bottom:8px;padding:4px;white-space:nowrap;width:auto}.article__deck-below{font-weight:700}.article__headline{background-color:#fff;color:#333;font-size:1.5em;font-weight:700;margin-bottom:2px;text-align:left;text-transform:none;width:100%}.article__author{display:block;font-size:.75em;font-style:italic;line-height:1.5;margin-bottom:12px;margin-right:15px;margin-top:10px}.article__photo-credits{display:block;font-size:.75em;line-height:23px;margin-bottom:7px;padding-right:4px;text-align:right}.article__photo-caption{color:#666;display:block;font-size:.75em;font-style:italic;margin-right:15px}.survey .tmplt__title{margin-bottom:8px;width:100%}.survey img.survey_report{border:1px solid #ccc;margin-bottom:12px}body[data-page-type=cfo] footer{color:#fff;padding-bottom:20px}body[data-page-type=cfo] footer .medium-6{margin-bottom:0!important}body[data-page-type=cfo] footer .comp-cfo__footer-nav{margin-top:20px}@media print,screen and (min-width:48em){body[data-page-type=cfo] footer .comp-cfo__footer-nav{margin-top:0}}body[data-page-type=cfo] footer .comp-cfo__footer-nav>li{color:#fff;font-weight:400;padding-bottom:1.2em;text-align:center}@media print,screen and (min-width:48em){body[data-page-type=cfo] footer .comp-cfo__footer-nav>li{text-align:left}}body[data-page-type=cfo] footer .comp-cfo__footer-nav>li:last-child{margin-bottom:0;padding-bottom:0}body[data-page-type=cfo] footer .comp-cfo__footer-nav a:active,body[data-page-type=cfo] footer .comp-cfo__footer-nav a:hover,body[data-page-type=cfo] footer .comp-cfo__footer-nav a:link,body[data-page-type=cfo] footer .comp-cfo__footer-nav a:visited{color:#fff;font-weight:700}body[data-page-type=cfo] footer .comp-cfo__footer-nav__copyright{color:#fff;font-weight:400;font-size:1em;white-space:normal;padding:0 15px}@media print,screen and (min-width:48em){body[data-page-type=cfo] footer .comp-cfo__footer-nav__copyright{padding:0}}body[data-page-type=cfo] .tmplt__date{font-size:1em;font-weight:400;line-height:1.333em;margin-bottom:1rem;padding-bottom:0}body[data-page-type=cfo] .tmplt__title{font-size:1em;font-weight:600}@media print,screen and (min-width:48em){body[data-page-type=cfo] .tmplt__title{font-size:1.25em}}body[data-page-type=cfo] .tmplt__authors{font-style:italic;margin-bottom:1rem;width:100%}body[data-page-type=cfo] h1.tmplt__title{margin-bottom:.75rem;margin-top:0;width:100%}@media print,screen and (min-width:48em){body[data-page-type=cfo] h1.tmplt__title{font-size:1.5em;margin-bottom:1rem}}body[data-page-type=cfo] h2.tmplt__title{font-size:1em;font-weight:600;margin-bottom:.75rem;width:100%}@media print,screen and (min-width:48em){body[data-page-type=cfo] h2.tmplt__title{font-size:1.25em}}.article-mast-head__deck-first{font-size:1rem;font-weight:700}.article-mast-head__deck-first p{margin-bottom:0}.article-mast-head__deck-last{font-size:1rem;font-weight:700;margin-bottom:.75rem}.article-mast-head__author{display:block;font-size:.75rem;font-style:italic;font-weight:400;line-height:1.5;margin-bottom:.75rem;margin-right:.9375rem;margin-top:.625rem}.article-mast-head__publication{font-size:1em;font-weight:700}.article-mast-head__issue{font-size:1rem;font-weight:700;margin-bottom:.625rem}.article-mast-head__date{font-size:1rem;margin-bottom:.625rem}.article-mast-head__location{font-size:1rem;font-weight:700;margin-bottom:.625rem}.speech-mast-head__date{font-size:1rem;font-weight:600;margin-bottom:.625rem}.speech-mast-head__speaker-name{font-size:1em;font-weight:700}.speech-mast-head__speaker-title{font-size:1rem;font-weight:500;margin-bottom:.625rem}.speech-mast-head__location{margin-bottom:1.5rem}.ui-dialog-title{background-color:#1959a2;color:#fff;font-size:1.375rem;font-weight:400;line-height:1.5}.ui-dialog-titlebar.ui-widget-header{background-color:#1959a2}button.ui-button,button.ui-button:focus{background-color:#1959a2;border:2px solid #1959a2;color:#fff;font-family:"Open Sans",arial,sans-serif;font-size:1.5em;margin-bottom:0;padding:.25em .44em;font-family:"Open Sans",arial,sans-serif!important;font-size:1.5em!important;outline-width:0!important}button.ui-button:focus:hover,button.ui-button:hover{background-color:#fff;border:2px solid #1959a2;color:#1959a2}.ui-widget-overlay{background:#000;opacity:.5}.page-editor-row:after{color:#fff;content:attr(data-row);background-color:gray;margin-bottom:1rem;margin-left:1.3rem}.page-editor-field{font-size:1rem;padding-top:5px;padding-bottom:5px}.page-editor-field:before{content:attr(data-label);font-weight:700;padding-right:5px}.page-editor-placeholder:before{color:#fff;content:attr(data-placeholder);background-color:gray;margin-bottom:1rem}.page-editor-component:after{color:#fff;content:attr(data-component);background-color:gray;margin-bottom:1rem}.page-editor-component .link-highlight{background-color:#fff;padding:2px;color:#000}.page-editor-message{margin-top:.25rem;margin-bottom:.25rem;border:2px dotted #000;padding:.5rem;background-color:#d3d3d3}.component-processor-highlight{border:1px solid red;margin-bottom:.25rem}.component-processor-highlight:before{background-color:gray;color:#fff;content:attr(data-component);display:inline-block;margin:3px;padding:2px;position:relative}.comp-page-heading.component-processor-highlight:before{font-size:.9rem;font-weight:400}.component-processor-highlight-row{border:1px solid #000;margin-bottom:.25rem}.component-processor-highlight-row:before{background-color:gray;color:#fff;content:"ROW-" attr(data-row-number);display:inline-block;left:-4rem;margin:3px;padding:2px;position:absolute}.component-processor-highlight-column{border:1px solid #00f;margin-bottom:.25rem}.component-processor-highlight-column:before{background-color:gray;color:#fff;content:attr(data-placeholder);display:inline-block;margin:3px;padding:2px;position:relative}@media print,screen and (min-width:48em) and (max-width:61.99875em){@supports (-ms-ime-align:auto){.comp-featured-item__content.medium-6,.comp-featured-item__img.medium-6,.comp-promo-boxes__container>.grid-margin-x>.medium-6{width:calc(-2.6em + 50%)}}}@media print,screen and (min-width:62em){@supports (-ms-ime-align:auto){.comp-featured-item__content.medium-6:not(.large-3):not(.large-4),.comp-featured-item__img.medium-6:not(.large-3):not(.large-4),.comp-promo-boxes__container>.grid-margin-x>.medium-6:not(.large-3):not(.large-4){width:calc(-2.6em + 50%)}}}.p-top-none{padding-top:0!important}.p-top-xsmall{padding-top:.5rem!important}.p-top-small{padding-top:1rem!important}.p-top-med{padding-top:1.5rem!important}.p-top-large{padding-top:2rem!important}.p-top-xlarge{padding-top:3.125rem!important}.p-top-jumbo{padding-top:4rem!important}.p-top-max{padding-top:4.5rem!important}.p-bottom-none{padding-bottom:0!important}.p-bottom-xsmall{padding-bottom:.5rem!important}.p-bottom-small{padding-bottom:1rem!important}.p-bottom-med{padding-bottom:1.5rem!important}.p-bottom-large{padding-bottom:2rem!important}.p-bottom-xlarge{padding-bottom:3.125rem!important}.p-bottom-jumbo{padding-bottom:4rem!important}.p-bottom-max{padding-bottom:4.5rem!important}.m-top-none{margin-top:0!important}.m-top-xsmall{margin-top:.5rem!important}.m-top-small{margin-top:1rem!important}.m-top-med{margin-top:1.5rem!important}.m-top-large{margin-top:2rem!important}.m-top-xlarge{margin-top:3.125rem!important}.m-top-jumbo{margin-top:4rem!important}.m-top-max{margin-top:4.5rem!important}.m-bottom-none{margin-bottom:0!important}.m-bottom-xsmall{margin-bottom:.5rem!important}.m-bottom-small{margin-bottom:1rem!important}.m-bottom-med{margin-bottom:1.5rem!important}.m-bottom-large{margin-bottom:2rem!important}.m-bottom-xlarge{margin-bottom:3.125rem!important}.m-bottom-jumbo{margin-bottom:4rem!important}.m-bottom-max{margin-bottom:4.5rem!important}.m-bottom-56{margin-bottom:3.5rem!important}#ui-datepicker-div.ui-corner-all{border-radius:5px!important}#ui-datepicker-div.ui-widget-content{border:1px solid #0060cd;color:#333;border-radius:5px}#ui-datepicker-div.ui-datepicker{box-shadow:0 3px 6px #bcbcbc}#ui-datepicker-div.ui-datepicker table{border-color:#fff!important}#ui-datepicker-div.ui-datepicker table td{text-align:center}#ui-datepicker-div.ui-datepicker table td a{border-radius:4px}#ui-datepicker-div .ui-widget-header{border:1px solid #fff;background:#fff;color:#333}#ui-datepicker-div .ui-corner-all,#ui-datepicker-div .ui-corner-bottom,#ui-datepicker-div .ui-corner-br,#ui-datepicker-div .ui-corner-right{border-bottom-right-radius:5px}#ui-datepicker-div .ui-corner-bl,#ui-datepicker-div .ui-corner-bottom,#ui-datepicker-div .ui-corner-left{border-bottom-left-radius:5px}#ui-datepicker-div .ui-corner-right,#ui-datepicker-div .ui-corner-top,#ui-datepicker-div .ui-corner-tr{border-top-right-radius:5px}#ui-datepicker-div .ui-corner-all,#ui-datepicker-div .ui-corner-left,#ui-datepicker-div .ui-corner-tl,#ui-datepicker-div .ui-corner-top{border-top-left-radius:5px}#ui-datepicker-div .ui-icon-caret-1-w{background-position:-96px 0}#ui-datepicker-div .ui-state-highlight,#ui-datepicker-div .ui-widget-content .ui-state-highlight,#ui-datepicker-div .ui-widget-header .ui-state-highlight{border:1px solid #fff;background:#fff;color:inherit}#ui-datepicker-div .ui-state-default,#ui-datepicker-div .ui-widget-content .ui-state-default{border:1px solid #fff;background:#fff;font-weight:400;color:#333;text-align:center}#ui-datepicker-div .ui-state-hover,#ui-datepicker-div .ui-widget-content .ui-state-hover{border:1px solid #eaf2fb;background:#eaf2fb;font-weight:400;color:#333}#ui-datepicker-div .ui-state-highlight,#ui-datepicker-div .ui-widget-content .ui-state-highlight,#ui-datepicker-div .ui-widget-header .ui-state-highlight{border:1px solid #fff;background:#fff;color:#0060cd;font-weight:700}#ui-datepicker-div .ui-state-active,#ui-datepicker-div .ui-widget-content .ui-state-active{border:1px solid #0060cd;background:#eaf2fb;color:#0060cd;font-weight:700}#ui-datepicker-div .ui-icon-circle-triangle-e{background-position:-32px 0}#ui-datepicker-div .ui-icon-circle-triangle-w{background-position:-96px 0}
