@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro&text=0123456789-);
@import url(/_/cache/fonts/textio-glyphs-2025-01-30/css/textio-glyphs.css);
.bootstrap-dialog .modal-header{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-dialog .bootstrap-dialog-title{color:#fff;display:inline-block;font-size:16px}.bootstrap-dialog .bootstrap-dialog-message{font-size:14px}.bootstrap-dialog .bootstrap-dialog-button-icon{margin-right:3px}.bootstrap-dialog .bootstrap-dialog-close-button{font-size:20px;float:right;filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}.bootstrap-dialog .bootstrap-dialog-close-button:hover{cursor:pointer;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.bootstrap-dialog.type-default .modal-header{background-color:#fff}.bootstrap-dialog.type-default .bootstrap-dialog-title{color:#333}.bootstrap-dialog.type-info .modal-header{background-color:#5bc0de}.bootstrap-dialog.type-primary .modal-header{background-color:#428bca}.bootstrap-dialog.type-success .modal-header{background-color:#5cb85c}.bootstrap-dialog.type-warning .modal-header{background-color:#f0ad4e}.bootstrap-dialog.type-danger .modal-header{background-color:#d9534f}.bootstrap-dialog.size-large .bootstrap-dialog-title{font-size:24px}.bootstrap-dialog.size-large .bootstrap-dialog-close-button{font-size:30px}.bootstrap-dialog.size-large .bootstrap-dialog-message{font-size:18px}.bootstrap-dialog .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}

/*! jQuery UI - v1.12.1 - 2017-08-11
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.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 */

/* 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-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.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;
}

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


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

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}dd{margin-left:0}code{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;border-radius:4px}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}.container::before,.container::after{display:table;content:" "}.container::after{clear:both}@media(min-width: 768px){.container{width:750px}}@media(min-width: 992px){.container{width:970px}}@media(min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}.container-fluid::before,.container-fluid::after{display:table;content:" "}.container-fluid::after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row::before,.row::after{display:table;content:" "}.row::after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media(min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media(min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media(min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;border-top:1px solid #ddd;line-height:1.428571429;vertical-align:top}.table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{display:table-column;position:static;float:none}table td[class*=col-],table th[class*=col-]{display:table-cell;position:static;float:none}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;border:1px solid #ddd;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.ReactVirtualized__Table__rowColumn,.ReactVirtualized__Table__headerColumn{border-top:1px solid #ddd;border-left:1px solid #ddd}.ReactVirtualized__Table__rowColumn:last-child,.ReactVirtualized__Table__headerColumn:last-child{border-right:1px solid #ddd}.ReactVirtualized__Table__row:last-child .ReactVirtualized__Table__rowColumn{border-bottom:1px solid #ddd}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type=search]{box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;color:#555;font-size:14px;line-height:1.428571429}.form-control{display:block;width:100%;padding:6px 12px;border:1px solid #ccc;background-color:#fff;background-image:none;color:#555;font-size:14px;line-height:1.428571429;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly]{background-color:#eee;opacity:1}.form-control[disabled]{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}}.form-group{margin-bottom:15px}input[type=radio][disabled],input[type=radio].disabled,input[type=checkbox][disabled],input[type=checkbox].disabled{cursor:not-allowed}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group::before,.form-horizontal .form-group::after{display:table;content:" "}.form-horizontal .form-group::after{clear:both}@media(min-width: 768px){.form-horizontal .control-label{margin-bottom:0;padding-top:7px;text-align:right}}.btn{display:inline-block;margin-bottom:0;border:1px solid transparent;background-image:none;font-weight:normal;text-align:center;white-space:nowrap;cursor:pointer;vertical-align:middle;touch-action:manipulation;padding:6px 12px;border-radius:4px;font-size:14px;line-height:1.428571429;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled]{cursor:not-allowed;opacity:.65;box-shadow:none}a.btn.disabled{pointer-events:none}.btn-default{border-color:#ccc;background-color:#fff;color:#333}.btn-default:focus,.btn-default.focus{border-color:#8c8c8c;background-color:#e6e6e6;color:#333}.btn-default:hover{border-color:#adadad;background-color:#e6e6e6;color:#333}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{border-color:#adadad;background-color:#e6e6e6;color:#333}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{border-color:#8c8c8c;background-color:#d4d4d4;color:#333}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus{border-color:#ccc;background-color:#fff}.btn-primary{border-color:#2e6da4;background-color:#337ab7;color:#fff}.btn-primary:focus,.btn-primary.focus{border-color:#122b40;background-color:#286090;color:#fff}.btn-primary:hover{border-color:#204d74;background-color:#286090;color:#fff}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{border-color:#204d74;background-color:#286090;color:#fff}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{border-color:#122b40;background-color:#204d74;color:#fff}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus{border-color:#2e6da4;background-color:#337ab7}.btn-success{border-color:#4cae4c;background-color:#5cb85c;color:#fff}.btn-success:focus,.btn-success.focus{border-color:#255625;background-color:#449d44;color:#fff}.btn-success:hover{border-color:#398439;background-color:#449d44;color:#fff}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{border-color:#398439;background-color:#449d44;color:#fff}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{border-color:#255625;background-color:#398439;color:#fff}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus{border-color:#4cae4c;background-color:#5cb85c}.btn-info{border-color:#46b8da;background-color:#5bc0de;color:#fff}.btn-info:focus,.btn-info.focus{border-color:#1b6d85;background-color:#31b0d5;color:#fff}.btn-info:hover{border-color:#269abc;background-color:#31b0d5;color:#fff}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{border-color:#269abc;background-color:#31b0d5;color:#fff}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{border-color:#1b6d85;background-color:#269abc;color:#fff}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus{border-color:#46b8da;background-color:#5bc0de}.btn-warning{border-color:#eea236;background-color:#f0ad4e;color:#fff}.btn-warning:focus,.btn-warning.focus{border-color:#985f0d;background-color:#ec971f;color:#fff}.btn-warning:hover{border-color:#d58512;background-color:#ec971f;color:#fff}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{border-color:#d58512;background-color:#ec971f;color:#fff}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{border-color:#985f0d;background-color:#d58512;color:#fff}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus{border-color:#eea236;background-color:#f0ad4e}.btn-danger{border-color:#d43f3a;background-color:#d9534f;color:#fff}.btn-danger:focus,.btn-danger.focus{border-color:#761c19;background-color:#c9302c;color:#fff}.btn-danger:hover{border-color:#ac2925;background-color:#c9302c;color:#fff}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{border-color:#ac2925;background-color:#c9302c;color:#fff}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{border-color:#761c19;background-color:#ac2925;color:#fff}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus{border-color:#d43f3a;background-color:#d9534f}.btn-link{border-radius:0;color:#337ab7;font-weight:normal}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled]{background-color:transparent;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{background-color:transparent;color:#23527c;text-decoration:underline}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;border-radius:6px;font-size:19px;line-height:1.3333333}.btn-sm{padding:5px 10px;border-radius:3px;font-size:12px;line-height:1.5}.btn-xs{padding:1px 5px;border-radius:3px;font-size:12px;line-height:1.5}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.caret{display:inline-block;width:0;height:0;margin-left:2px;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:160px;margin:2px 0 0;padding:5px 0;float:left;border:1px solid rgba(0,0,0,.15);border-radius:4px;background-clip:padding-box;background-color:#fff;font-size:14px;list-style:none;text-align:left;z-index:1000;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;color:#333;font-weight:normal;line-height:1.428571429;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{outline:0;background-color:#337ab7;color:#fff;text-decoration:none}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{background-color:transparent;background-image:none;text-decoration:none;cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret{border-top:0;border-bottom:4px dashed;content:""}.dropup .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.btn-group{display:inline-block;position:relative;vertical-align:middle}.btn-group>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{display:table;position:relative;border-collapse:separate}.input-group[class*=col-]{padding-right:0;padding-left:0;float:none}.input-group .form-control{position:relative;width:100%;margin-bottom:0;z-index:2}.input-group .form-control:focus{z-index:3}.input-group-btn,.input-group .form-control{display:table-cell}.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group .form-control:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group .form-control:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px;z-index:2}.label{display:inline;padding:.2em .6em .3em;border-radius:.25em;color:#fff;font-size:75%;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.alert{margin-bottom:20px;padding:15px;border:1px solid transparent;border-radius:4px}.alert .alert-link{font-weight:bold}.alert-success{border-color:#d6e9c6;background-color:#dff0d8;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{border-color:#bce8f1;background-color:#d9edf7;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{border-color:#faebcc;background-color:#fcf8e3;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{border-color:#ebccd1;background-color:#f2dede;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{display:block;position:relative;margin-bottom:-1px;padding:10px 15px;border:1px solid #ddd;background-color:#fff}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{background-color:#f5f5f5;color:#555;text-decoration:none}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{border-color:#337ab7;background-color:#337ab7;color:#fff;z-index:2}.panel{margin-bottom:20px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body::before,.panel-body::after{display:table;content:" "}.panel-body::after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;color:inherit;font-size:16px}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-default{border-color:#ddd}.panel-default>.panel-heading{border-color:#ddd;background-color:#f5f5f5;color:#333}.bootstrap-dialog-close-button{display:none}.close{float:right;color:#000;font-size:21px;font-weight:bold;line-height:1;text-shadow:0 1px 0 #fff;opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;border:0;background:transparent;cursor:pointer;-webkit-appearance:none}div#hs-eu-cookie-confirmation{width:100%;border-radius:0;bottom:0;top:unset}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,div#hs-eu-cookie-confirmation{color:#5e5c5c !important;font-family:Ally Web,sans-serif !important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area{margin-right:0}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container{display:none}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button{text-shadow:none;font-family:Ally Web,sans-serif;font-size:15px;font-weight:400;line-height:1.5;text-decoration:none;text-transform:none;text-align:center;border-radius:6px;padding:13px 28px 12px;outline-color:#45b5e6 !important;outline-offset:-2px;border-width:1px;border-style:solid;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;white-space:nowrap;display:inline-flex;width:fit-content;justify-content:center;align-items:center;cursor:pointer}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button{border-color:#45b5e6 !important;background-color:#45b5e6 !important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:focus,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:focus-within,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:hover{border-color:#0090d0 !important;background-color:#0090d0 !important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:active{border-color:#017bae !important;background-color:#017bae !important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button{border-color:#aeaeae !important;background-color:#fff !important;color:#6c696a !important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button:focus,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button:focus-within,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button:hover{color:#6c696a !important;border-color:#aeaeae !important;background-color:#f4f3f4 !important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button:active{border-color:#aeaeae !important;background-color:#d4d4d4 !important}.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0, -25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;border:1px solid rgba(0,0,0,.2);border-radius:6px;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header::before,.modal-header::after{display:table;content:" "}.modal-header::after{clear:both}.modal-header .close{margin-top:-2px}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;border-top:1px solid #e5e5e5;text-align:right}.modal-footer::before,.modal-footer::after{display:table;content:" "}.modal-footer::after{clear:both}@media screen and (max-width: 520px){.modal-footer .btn{width:100%}}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}@media screen and (max-width: 520px){.modal-footer .btn+.btn{margin-left:0;margin-top:5px}}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width: 992px){.modal-lg{width:900px}}.pull-right{float:right !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.hidden{display:none !important}.brand-blue-text{color:#45b5e6}html:not(.unstyled-page),html:not(.unstyled-page)>body{overflow-x:hidden;overflow-y:hidden}#profileButtonDesc,.alertEmphasis,.validation-error-class,.btn-xs,.btn-sm,.btn,.qtip-default,.bodyfont,body{font-family:Ally Web,sans-serif;font-weight:normal}body{background-color:#fff;color:#6c696a;font-family:Ally Web,sans-serif;font-size:15px;line-height:1.42857143;text-rendering:optimizeLegibility;font-variant-ligatures:common-ligatures discretionary-ligatures contextual;font-feature-settings:"kern" 1,"liga" 1,"dlig" 1,"calt" 1;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures discretionary-ligatures contextual;-webkit-font-feature-settings:"kern" 1;-webkit-font-smoothing:subpixel-antialiased;-moz-font-feature-settings:"kern" 1}@media(max-resolution: 170dpi){body{text-rendering:auto;-webkit-font-smoothing:antialiased}}.alertHeadline,.achievement-qtip.achievement-qtip[data-target-type=achievement] .qtip-titlebar,.bodyfont-bold{font-family:Ally Web,sans-serif;font-weight:600}.headline,.secondary-page .headline-small-para{font-family:Ally Web,sans-serif;font-weight:300}.lightfont{font-family:Ally Web,sans-serif;font-weight:300}.autocomplete-styling .ui-autocomplete{border:1px solid rgba(0,0,0,.15);border-radius:4px;background-clip:padding-box;text-align:left;box-shadow:0 6px 12px rgba(0,0,0,.175)}.autocomplete-styling .ui-menu-item{color:#6c696a;font-family:Ally Web,sans-serif;font-size:15px;font-weight:300 !important}.autocomplete-styling .ui-state-active{border-color:#45b5e6;background-color:#45b5e6;font-weight:300 !important}.autocomplete-styling .ui-state-focus{border-top-color:#e8e8e8;border-bottom-color:#e8e8e8;background-color:#e8e8e8;color:#6c696a}.autocomplete-styling .ui-state-focus:first-child{border-top-left-radius:4px;border-top-right-radius:4px;border-top-color:rgba(0,0,0,.15)}.autocomplete-styling .ui-state-focus:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom-color:rgba(0,0,0,.15)}.unselectable{user-select:none;-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-ms-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.should-fade-in{-webkit-animation:fadeIn 300ms ease-in;-moz-animation:fadeIn 300ms ease-in;-ms-animation:fadeIn 300ms ease-in;animation:fadeIn 300ms ease-in}@font-face{font-family:Charis;src:url("/_/cache/fonts/charis/CharisSIL-R.woff2") format("woff2"),url("/_/cache/fonts/charis/CharisSIL-R.woff") format("woff")}@font-face{font-family:Charis;font-weight:bold;src:url("/_/cache/fonts/charis/CharisSIL-B.woff2") format("woff2"),url("/_/cache/fonts/charis/CharisSIL-B.woff") format("woff")}@font-face{font-family:Charis;font-style:italic;src:url("/_/cache/fonts/charis/CharisSIL-I.woff2") format("woff2"),url("/_/cache/fonts/charis/CharisSIL-I.woff") format("woff")}@font-face{font-family:Charis;font-weight:bold;font-style:italic;src:url("/_/cache/fonts/charis/CharisSIL-BI.woff2") format("woff2"),url("/_/cache/fonts/charis/CharisSIL-BI.woff") format("woff")}@font-face{font-family:Ally Web;font-weight:300;src:url("/_/cache/fonts/ally/Ally-Regular.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:300;font-style:italic;src:url("/_/cache/fonts/ally/Ally-Italic.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:400;src:url("/_/cache/fonts/ally/Ally-Regular.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:400;font-style:italic;src:url("/_/cache/fonts/ally/Ally-Italic.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:600;src:url("/_/cache/fonts/ally/Ally-Bold.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:600;font-style:italic;src:url("/_/cache/fonts/ally/Ally-BoldItalic.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:700;src:url("/_/cache/fonts/ally/Ally-Bold.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:700;font-style:italic;src:url("/_/cache/fonts/ally/Ally-BoldItalic.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:800;src:url("/_/cache/fonts/ally/Ally-ExtraBold.woff2") format("woff2")}@font-face{font-family:Ally Web;font-weight:800;font-style:italic;src:url("/_/cache/fonts/ally/Ally-ExtraBoldItalic.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:300;src:url("/_/cache/fonts/iskra/Iskra-Light.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:300;font-style:italic;src:url("/_/cache/fonts/iskra/Iskra-LightItalic.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:400;src:url("/_/cache/fonts/iskra/Iskra-Regular.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:400;font-style:italic;src:url("/_/cache/fonts/iskra/Iskra-Italic.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:500;src:url("/_/cache/fonts/iskra/Iskra-Medium.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:500;font-style:italic;src:url("/_/cache/fonts/iskra/Iskra-MediumItalic.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:700;src:url("/_/cache/fonts/iskra/Iskra-Bold.woff2") format("woff2")}@font-face{font-family:Iskra;font-weight:700;font-style:italic;src:url("/_/cache/fonts/iskra/Iskra-BoldItalic.woff2") format("woff2")}[class^="textio-icon textio-icon-"]::before,[class*=" icon textio-icon-"]::before{margin-right:0;margin-left:0}.textio-icon{display:inline-block;font:normal normal normal 14px/1 fontello;font-size:inherit;text-rendering:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.textio-icon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.textio-icon-fw{width:1.28571429em;text-align:center}.textio-icon-ul{margin-left:2.14285714em;padding-left:0;list-style-type:none}.textio-icon-ul>li{position:relative}.textio-icon-li{position:absolute;top:.14285714em;left:-2.14285714em;width:2.14285714em;text-align:center}.textio-icon-li textio-icon-lg{left:-1.85714286em}.textio-icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.textio-icon-pull-left{margin-right:.3em;float:left}.textio-icon-pull-right{margin-left:.3em;float:right}.textio-icon-stack{display:inline-block;position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.textio-icon-stack-1x,.textio-icon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.textio-icon-stack-1x{line-height:inherit}.textio-icon-stack-2x{font-size:2em}.textio-icon-nudge-left{padding-right:4px}#debugPage .debugPageHeadline{text-align:left}#debugPage #userAgentStatusLine{display:none;margin-top:8px}#debugPage .userAgentAllowed{color:#97c728}#debugPage .userAgentBlocked{color:#fa8926}.font-effect-anaglyph{text-shadow:-0.087em 0 aqua,.087em 0 red}@-webkit-keyframes font-effect-fire-animation-keyframes{0%{text-shadow:0 -0.05em .2em #fff,.01em -0.02em .15em #fe0,.01em -0.05em .15em #fc0,.02em -0.15em .2em #f90,.04em -0.2em .3em #f70,.05em -0.25em .4em #f70,.06em -0.2em .9em #f50,.1em -0.1em 1em #f40}25%{text-shadow:0 -0.05em .2em #fff,0 -0.05em .17em #fe0,.04em -0.12em .22em #fc0,.04em -0.13em .27em #f90,.05em -0.23em .33em #f70,.07em -0.28em .47em #f70,.1em -0.3em .8em #f50,.1em -0.3em .9em #f40}50%{text-shadow:0 -0.05em .2em #fff,.01em -0.02em .15em #fe0,.01em -0.05em .15em #fc0,.02em -0.15em .2em #f90,.04em -0.2em .3em #f70,.05em -0.25em .4em #f70,.06em -0.2em .9em #f50,.1em -0.1em 1em #f40}75%{text-shadow:0 -0.05em .2em #fff,0 -0.06em .18em #fe0,.05em -0.15em .23em #fc0,.05em -0.15em .3em #f90,.07em -0.25em .4em #f70,.09em -0.3em .5em #f70,.1em -0.3em .9em #f50,.1em -0.3em 1em #f40}100%{text-shadow:0 -0.05em .2em #fff,.01em -0.02em .15em #fe0,.01em -0.05em .15em #fc0,.02em -0.15em .2em #f90,.04em -0.2em .3em #f70,.05em -0.25em .4em #f70,.06em -0.2em .9em #f50,.1em -0.1em 1em #f40}}.font-effect-fire-animation{color:#ffe;-webkit-animation-direction:alternate;-webkit-animation-iteration-count:infinite;-webkit-animation-name:font-effect-fire-animation-keyframes;-webkit-animation-duration:.8s}body.dark-mode{filter:invert(100%)}body.dark-mode .app-wrapper,body.dark-mode .textio-core-layout{background-color:#fff}.textio-button-container{display:inline-block;position:relative}.textio-button-container .textio-button{border-width:0;border-radius:0}.textio-button-container .basic-button:focus:not([disabled]),.textio-button-container .basic-button{padding-top:4px;padding-right:11px;padding-bottom:4px;padding-left:11px;background-color:transparent;color:#6c696a;font-size:15px}.textio-button-container .basic-button[disabled]{outline:none;color:#c7c5c6;box-shadow:none;opacity:1}.textio-button-container .basic-button:hover:not([disabled]){background-color:transparent;color:#0090d0}.textio-button-container .basic-button:active:not([disabled]),.textio-button-container .basic-button:focus:not([disabled]){outline:none;background-color:transparent;color:#fa8926;box-shadow:none}.textio-button-container.open>.textio-button:not([disabled]){outline:none;background-color:transparent;color:#fa8926;box-shadow:none}.textio-button-container.menu-container{width:100%}.textio-button-icon{margin-left:-2px}.popup-menu-item{display:block;min-width:100%;padding:6px 15px 5px 4px;border:0;background-color:transparent;color:#6c696a;font-size:15px;text-align:left;white-space:nowrap}.popup-menu-item:disabled{color:#d0d0d0;cursor:not-allowed}.popup-menu-item:focus,.popup-menu-item:active{outline:none}.popup-menu-item.popup-menu-item-active,.popup-menu-item:hover:not([disabled]){background-color:#e8e8e8;color:#6c696a}.qtip{display:none;position:absolute;top:-28000px;left:-28000px;min-width:50px;max-width:210px;padding:0;font-size:10.5px;line-height:12px;box-shadow:0 6px 12px rgba(0,0,0,.175);cursor:default;direction:ltr;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.qtip-content{text-align:center}.qtip-titlebar{padding:6px 3px 4px;overflow:hidden}.qtip-titlebar+.qtip-content{border-top-width:0 !important}.qtip-default{border:1px solid;border-color:#6c696a;background-color:#fff;color:#6c696a;font-size:12px;font-weight:normal;letter-spacing:normal;line-height:160%;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-spacing:normal;line-break:auto;word-break:normal;word-wrap:normal}.qtip-default .qtip-titlebar{font-size:14px;z-index:11}.qtip-default .qtip-content{margin-right:8px;margin-left:8px;padding:8px 8px 10px;font-size:14px;z-index:11}.qtip-editor-tooltip{width:210px}.qtip-editor-tooltip .qtip-content hr{margin:5px;padding-bottom:0}.qtip-editor-tooltip .qtip-content hr:not(.command-separator){border-top-color:transparent}.achievement-notification-tooltip,.qtip-rounded{border-radius:6px}.qtip-rounded .qtip-titlebar{border-radius:5px 5px 0 0}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#6c696a}.qtip .qtip-tip canvas{top:0;left:0}.qtip-no-max-width{max-width:none}.tooltip-header-positive{border-color:#97c728}.tooltip-header-positive .qtip-titlebar{background-color:#97c728;color:#fff}.tooltip-header-negative{border-color:#fa8926}.tooltip-header-negative .qtip-titlebar{background-color:#fa8926;color:#fff}.tooltip-header-feminine{border-color:#b159c7}.tooltip-header-feminine .qtip-titlebar{background-color:#b159c7;color:#fff}.tooltip-header-masculine{border-color:#45b5e6}.tooltip-header-masculine .qtip-titlebar{background-color:#45b5e6;color:#fff}.tooltip-header-positive-colorblind{border-color:#0072b2}.tooltip-header-positive-colorblind .qtip-titlebar{background-color:#0072b2;color:#fff}.tooltip-header-negative-colorblind{border-color:#d55e00}.tooltip-header-negative-colorblind .qtip-titlebar{background-color:#d55e00;color:#fff}.tooltip-header-feminine-colorblind{border-color:#f0e442}.tooltip-header-feminine-colorblind .qtip-titlebar{background-color:#f0e442;color:#000}.tooltip-header-masculine-colorblind{border-color:#68e6ff}.tooltip-header-masculine-colorblind .qtip-titlebar{background-color:#68e6ff;color:#000}.tooltip-header-repeated{border-color:#a6a6a6}.tooltip-header-repeated .qtip-titlebar{background-color:#a6a6a6;color:#000}.tooltip-header-repeated-colorblind{border-color:#e8e8e8}.tooltip-header-repeated-colorblind .qtip-titlebar{background-color:#e8e8e8;color:#000}.tooltip-header-spelling .tooltip-content-block{color:#8c898b}.tooltip-header-spelling,.tooltip-header-spelling-colorblind{width:auto;min-width:175px;max-width:400px;border-color:#b21333}@media(max-width: 430px){.tooltip-header-spelling,.tooltip-header-spelling-colorblind{max-width:300px}}@media(max-width: 330px){.tooltip-header-spelling,.tooltip-header-spelling-colorblind{max-width:200px}}.tooltip-header-spelling .qtip-titlebar,.tooltip-header-spelling-colorblind .qtip-titlebar{background-color:#b21333;color:#fff}.tooltip-header-spelling button,.tooltip-header-spelling-colorblind button{display:block;padding:2px 3px !important;text-overflow:ellipsis;overflow:hidden}.tooltip-header-spelling .tooltip-content-block,.tooltip-header-spelling-colorblind .tooltip-content-block{white-space:pre-line}.tooltip-header-age-bias,.tooltip-header-age-bias-colorblind{min-width:248px}.tooltip-header-age-bias .qtip-titlebar,.tooltip-header-age-bias-colorblind .qtip-titlebar{color:#fff}.tooltip-header-age-bias{border-color:#fef157}.tooltip-header-age-bias .qtip-titlebar{background-color:#fef157}.tooltip-header-age-bias-colorblind{border-color:#f5c345}.tooltip-header-age-bias-colorblind .qtip-titlebar{background-color:#f5c345}.tooltip-header-grammar,.tooltip-header-grammar-colorblind{border-color:#b21333}.tooltip-header-grammar .qtip-titlebar,.tooltip-header-grammar-colorblind .qtip-titlebar{background-color:#b21333;color:#fff}.tooltip-header-grammar .textio-suggestion-block,.tooltip-header-grammar-colorblind .textio-suggestion-block{padding-bottom:3px}.tooltip-header-surplus,.tooltip-header-surplus-colorblind{border-color:#fa8926}.tooltip-header-surplus .qtip-titlebar,.tooltip-header-surplus-colorblind .qtip-titlebar{background-color:#fa8926;color:#fff}.tooltip-link{width:auto;max-width:none !important;border-color:#8c898b}.tooltip-link .qtip-content{padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0}.tooltip-content-block{color:#6c696a}.tooltip-content-text{padding:0;margin:0}.tooltip-content-text+.tooltip-content-text{margin-top:12px}.textio-suggestion-block{color:#8c898b}.textio-suggestion-block ul{margin:0;padding-top:1px;padding-bottom:3px;padding-left:0;color:#6c696a;list-style-type:none}.textio-suggestion-block ul li{padding-top:4px}.textio-suggestion-block ul li button:hover{color:transparent}.textio-suggestion-block ul li button:hover span{background:transparent}.textio-suggestion-block ul li button{color:transparent}.textio-suggestion-block ul li button span{background:transparent}.textio-suggestion-block ul li button{width:100%;margin-top:0;margin-bottom:1px;padding-top:0;padding-right:6px;padding-bottom:0;padding-left:6px;border:0;outline:none;background-color:transparent;cursor:pointer}.textio-suggestion-block ul li button span{display:inline-block;padding:2px 3px;border-radius:5px;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}.textio-suggestion-block ul li[data-color=clear] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=clear] button:hover{background:#e8e8e8}.textio-suggestion-block ul li[data-color=green] button:hover{color:#fff}.textio-suggestion-block ul li[data-color=green] button:hover span{background:#97c728}.textio-suggestion-block ul li[data-color=green] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=green] button span{background:#d9f593}.textio-suggestion-block ul li[data-color=red] button:hover{color:#fff}.textio-suggestion-block ul li[data-color=red] button:hover span{background:#fa8926}.textio-suggestion-block ul li[data-color=red] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=red] button span{background:#ffce8b}.textio-suggestion-block ul li[data-color=blue] button:hover{color:#fff}.textio-suggestion-block ul li[data-color=blue] button:hover span{background:#45b5e6}.textio-suggestion-block ul li[data-color=blue] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=blue] button span{background:#a9e7fe}.textio-suggestion-block ul li[data-color=pink] button:hover{color:#fff}.textio-suggestion-block ul li[data-color=pink] button:hover span{background:#b159c7}.textio-suggestion-block ul li[data-color=pink] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=pink] button span{background:#f0b6ff}.textio-suggestion-block ul li[data-color=yellow] button:hover{color:#5e5c5c}.textio-suggestion-block ul li[data-color=yellow] button:hover span{background:#fef157}.textio-suggestion-block ul li[data-color=yellow] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=yellow] button span{background:#fff7b9}.textio-suggestion-block ul li[data-color=yellow-positive] button:hover{color:#5e5c5c}.textio-suggestion-block ul li[data-color=yellow-positive] button:hover span{background:#fef157}.textio-suggestion-block ul li[data-color=yellow-positive] button{color:#5e5c5c}.textio-suggestion-block ul li[data-color=yellow-positive] button span{background:linear-gradient(180deg, #fff7b9 75%, #d9f593 100%)}.tooltip-colorblind .textio-suggestion-block li[data-color=green] button:hover{color:#fff}.tooltip-colorblind .textio-suggestion-block li[data-color=green] button:hover span{background:#0072b2}.tooltip-colorblind .textio-suggestion-block li[data-color=green] button{color:#fff}.tooltip-colorblind .textio-suggestion-block li[data-color=green] button span{background:#0072b2}.tooltip-colorblind .textio-suggestion-block li[data-color=red] button:hover{color:#fff}.tooltip-colorblind .textio-suggestion-block li[data-color=red] button:hover span{background:#d55e00}.tooltip-colorblind .textio-suggestion-block li[data-color=red] button{color:#fff}.tooltip-colorblind .textio-suggestion-block li[data-color=red] button span{background:#d55e00}.tooltip-colorblind .textio-suggestion-block li[data-color=blue] button:hover{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=blue] button:hover span{background:#68e6ff}.tooltip-colorblind .textio-suggestion-block li[data-color=blue] button{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=blue] button span{background:#68e6ff}.tooltip-colorblind .textio-suggestion-block li[data-color=pink] button:hover{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=pink] button:hover span{background:#f0e442}.tooltip-colorblind .textio-suggestion-block li[data-color=pink] button{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=pink] button span{background:#f0e442}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow] button:hover{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow] button:hover span{background:#f5c345}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow] button{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow] button span{background:#f5c345}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow-positive] button:hover{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow-positive] button:hover span{background:#f5c345}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow-positive] button{color:#000}.tooltip-colorblind .textio-suggestion-block li[data-color=yellow-positive] button span{background:#f5c345}.qtip.swoosh-tooltip{color:#6c696a;width:223px;min-width:223px;max-width:223px;text-align:left;line-height:19px;border-color:#c1c1c1;border-width:2px;border-radius:8px}.qtip.swoosh-tooltip .qtip-titlebar{margin-top:0;padding:16px;padding-top:13px;padding-bottom:8px;font-weight:bold}.qtip.swoosh-tooltip .qtip-titlebar .textio-bucket-name{text-transform:uppercase;font-weight:700;font-size:13px}.qtip.swoosh-tooltip .qtip-titlebar .textio-category-name{font-weight:600;font-size:22px;line-height:28px}.qtip.swoosh-tooltip .qtip-content{margin:0;padding:16px;padding-top:0;padding-bottom:8px;font-size:14px;text-align:left}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-header{padding-top:11px;font-weight:600}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-header:empty{display:none}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-block ul{margin:1px -16px 0 -16px;padding-bottom:2px;padding-bottom:0}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-block ul li{padding:0}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-block ul li button.tooltip-suggestion-button{display:block;padding:1px 16px;text-align:left;text-overflow:ellipsis;overflow:hidden}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-block ul li:last-child button.tooltip-suggestion-button{margin-bottom:0}.qtip.swoosh-tooltip .qtip-content .textio-suggestion-block ul li button span{padding-left:5px;padding-right:5px}.qtip.swoosh-tooltip .qtip-content hr.command-separator{margin:15px 0 12px 0}.qtip.swoosh-tooltip.no-available-actions .qtip-content{padding-bottom:13px}.qtip.swoosh-tooltip .textio-muted-explanation{color:#737071;margin-top:12px;margin-bottom:12px}.qtip.swoosh-tooltip.swoosh-tooltip-header-spelling .qtip-content .textio-suggestion-block ul li button span,.qtip.swoosh-tooltip.swoosh-tooltip-header-grammar .qtip-content .textio-suggestion-block ul li button span{padding-left:0;padding-right:0}.qtip.swoosh-tooltip.swoosh-tooltip-header-clear{border-color:#b159c7}.qtip.swoosh-tooltip.swoosh-tooltip-header-clear .qtip-titlebar .textio-bucket-name{color:#b159c7}.qtip.swoosh-tooltip.swoosh-tooltip-header-clear a.textio-learn-more{color:#b159c7;text-decoration:none}.qtip.swoosh-tooltip.swoosh-tooltip-header-clear a.textio-learn-more:hover{text-decoration:underline}.qtip.swoosh-tooltip.swoosh-tooltip-header-clear .qtip-content .textio-suggestion-header{color:#b159c7}.qtip.swoosh-tooltip.swoosh-tooltip-header-relevant{border-color:#fa8926}.qtip.swoosh-tooltip.swoosh-tooltip-header-relevant .qtip-titlebar .textio-bucket-name{color:#fa8926}.qtip.swoosh-tooltip.swoosh-tooltip-header-relevant a.textio-learn-more{color:#fa8926;text-decoration:none}.qtip.swoosh-tooltip.swoosh-tooltip-header-relevant a.textio-learn-more:hover{text-decoration:underline}.qtip.swoosh-tooltip.swoosh-tooltip-header-relevant .qtip-content .textio-suggestion-header{color:#fa8926}.qtip.swoosh-tooltip.swoosh-tooltip-header-actionable{border-color:#97c728}.qtip.swoosh-tooltip.swoosh-tooltip-header-actionable .qtip-titlebar .textio-bucket-name{color:#97c728}.qtip.swoosh-tooltip.swoosh-tooltip-header-actionable a.textio-learn-more{color:#97c728;text-decoration:none}.qtip.swoosh-tooltip.swoosh-tooltip-header-actionable a.textio-learn-more:hover{text-decoration:underline}.qtip.swoosh-tooltip.swoosh-tooltip-header-actionable .qtip-content .textio-suggestion-header{color:#97c728}.qtip.swoosh-tooltip.swoosh-tooltip-header-direct{border-color:#45b5e6}.qtip.swoosh-tooltip.swoosh-tooltip-header-direct .qtip-titlebar .textio-bucket-name{color:#45b5e6}.qtip.swoosh-tooltip.swoosh-tooltip-header-direct a.textio-learn-more{color:#45b5e6;text-decoration:none}.qtip.swoosh-tooltip.swoosh-tooltip-header-direct a.textio-learn-more:hover{text-decoration:underline}.qtip.swoosh-tooltip.swoosh-tooltip-header-direct .qtip-content .textio-suggestion-header{color:#45b5e6}.qtip.swoosh-tooltip.swoosh-tooltip-header-inappropriate{border-color:#c72848}.qtip.swoosh-tooltip.swoosh-tooltip-header-inappropriate .qtip-titlebar .textio-bucket-name{color:#c72848}.qtip.swoosh-tooltip.swoosh-tooltip-header-inappropriate a.textio-learn-more{color:#c72848;text-decoration:none}.qtip.swoosh-tooltip.swoosh-tooltip-header-inappropriate a.textio-learn-more:hover{text-decoration:underline}.qtip.swoosh-tooltip.swoosh-tooltip-header-inappropriate .qtip-content .textio-suggestion-header{color:#c72848}.qtip.swoosh-tooltip.swoosh-tooltip-header-noCategoryBucket{border-color:#8c898b}.qtip.swoosh-tooltip.swoosh-tooltip-header-noCategoryBucket .qtip-titlebar .textio-bucket-name{color:#8c898b}.qtip.swoosh-tooltip.swoosh-tooltip-header-noCategoryBucket a.textio-learn-more{color:#8c898b;text-decoration:none}.qtip.swoosh-tooltip.swoosh-tooltip-header-noCategoryBucket a.textio-learn-more:hover{text-decoration:underline}.qtip.swoosh-tooltip.swoosh-tooltip-header-noCategoryBucket .qtip-content .textio-suggestion-header{color:#8c898b}.qtip.qtip.swoosh-tooltip.is-muted .tooltip-content-block{color:#c7c5c6}.qtip.qtip.swoosh-tooltip.is-muted .qtip-titlebar,.qtip.qtip.swoosh-tooltip.is-muted .qtip-titlebar .textio-bucket-name{color:#c7c5c6}#tooltip-jail{z-index:1049}.qtip-doc-progress-state{max-width:230px}.qtip-doc-progress-state p{margin-top:8px;margin-bottom:0}.qtip-doc-progress-state strong{font-weight:600}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:0}.btn:active,.btn.active{box-shadow:none}.btn-default{color:#6c696a}.link-container .link-share-button,.link-container .link-button,.btn-brand-blue{border-color:#45b5e6 !important;background-color:#45b5e6 !important;color:#fff !important}.link-container .link-share-button:hover,.link-container .link-button:hover,.btn-brand-blue:hover{border-color:#1c97cd !important;background-color:#1c97cd !important}.link-container .link-share-button:focus,.link-container .link-button:focus,.btn-brand-blue:focus{border-color:#1c97cd !important;background-color:#1c97cd !important}.link-container .link-share-button:active:focus,.link-container .link-button:active:focus,.btn-brand-blue:active:focus{border-color:#146f97 !important;background-color:#146f97 !important}.btn-brand-green{border-color:#97c728 !important;background-color:#97c728 !important;color:#fff !important}.btn-brand-green:hover{border-color:#6d901d !important;background-color:#6d901d !important}.btn-brand-green:focus{border-color:#6d901d !important;background-color:#6d901d !important}.btn-brand-green:active:focus{border-color:#465d13 !important;background-color:#465d13 !important}.btn-brand-orange{border-color:#fa8926 !important;background-color:#fa8926 !important;color:#fff !important}.btn-brand-orange:hover{border-color:#d96805 !important;background-color:#d96805 !important}.btn-brand-orange:focus{border-color:#d96805 !important;background-color:#d96805 !important}.btn-brand-orange:active:focus{border-color:#9d4b04 !important;background-color:#9d4b04 !important}.btn-brand-magenta{border-color:#d94c92 !important;background-color:#d94c92 !important;color:#fff !important}.btn-brand-magenta:hover{border-color:#bb2871 !important;background-color:#bb2871 !important}.btn-brand-magenta:focus{border-color:#bb2871 !important;background-color:#bb2871 !important}.btn-brand-magenta:active:focus{border-color:#891d52 !important;background-color:#891d52 !important}.btn-feminine{border-color:#b159c7 !important;background-color:#b159c7 !important;color:#fff !important}.btn-feminine:hover{border-color:#9038a6 !important;background-color:#9038a6 !important}.btn-feminine:focus{border-color:#9038a6 !important;background-color:#9038a6 !important}.btn-feminine:active:focus{border-color:#682878 !important;background-color:#682878 !important}.btn-brand-gray{border-color:#8c898b !important;background-color:#8c898b !important;color:#fff !important}.btn-brand-gray:hover{border-color:#6b686a !important;background-color:#6b686a !important}.btn-brand-gray:focus{border-color:#6b686a !important;background-color:#6b686a !important}.btn-brand-gray:active:focus{border-color:#4c4a4b !important;background-color:#4c4a4b !important}.btn-brand-gray-light{border-color:#c7c5c6 !important;background-color:#c7c5c6 !important;color:#fff !important}.btn-brand-gray-light:hover{border-color:#a6a3a5 !important;background-color:#a6a3a5 !important}.btn-brand-gray-light:focus{border-color:#a6a3a5 !important;background-color:#a6a3a5 !important}.btn-brand-gray-light:active:focus{border-color:#888486 !important;background-color:#888486 !important}.btn-success{border-color:#97c728 !important;background-color:#97c728 !important;color:#fff !important}.btn-success:hover{border-color:#6d901d !important;background-color:#6d901d !important}.btn-success:focus{border-color:#6d901d !important;background-color:#6d901d !important}.btn-success:active:focus{border-color:#465d13 !important;background-color:#465d13 !important}.btn-warning{border-color:#fa8926 !important;background-color:#fa8926 !important;color:#fff !important}.btn-warning:hover{border-color:#d96805 !important;background-color:#d96805 !important}.btn-warning:focus{border-color:#d96805 !important;background-color:#d96805 !important}.btn-warning:active:focus{border-color:#9d4b04 !important;background-color:#9d4b04 !important}.btn-primary{border-color:#45b5e6 !important;background-color:#45b5e6 !important;color:#fff !important}.btn-primary:hover{border-color:#1c97cd !important;background-color:#1c97cd !important}.btn-primary:focus{border-color:#1c97cd !important;background-color:#1c97cd !important}.btn-primary:active:focus{border-color:#146f97 !important;background-color:#146f97 !important}.btn-danger{border-color:#c72848 !important;background-color:#c72848 !important;color:#fff !important}.btn-danger:hover{border-color:#901d34 !important;background-color:#901d34 !important}.btn-danger:focus{border-color:#901d34 !important;background-color:#901d34 !important}.btn-danger:active:focus{border-color:#5d1322 !important;background-color:#5d1322 !important}.btn-brand-inverse-blue{border-color:#fff !important;background-color:#fff !important;color:#45b5e6 !important}.btn-brand-inverse-blue:hover{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-blue:focus{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-blue:active:focus{border-color:#c7c5c6 !important;background-color:#c7c5c6 !important}.btn-brand-inverse-green{border-color:#fff !important;background-color:#fff !important;color:#97c728 !important}.btn-brand-inverse-green:hover{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-green:focus{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-green:active:focus{border-color:#c7c5c6 !important;background-color:#c7c5c6 !important}.btn-brand-inverse-magenta{border-color:#fff !important;background-color:#fff !important;color:#d94c92 !important}.btn-brand-inverse-magenta:hover{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-magenta:focus{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-magenta:active:focus{border-color:#c7c5c6 !important;background-color:#c7c5c6 !important}.btn-brand-inverse-orange{border-color:#fff !important;background-color:#fff !important;color:#fa8926 !important}.btn-brand-inverse-orange:hover{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-orange:focus{border-color:#f4f3f4 !important;background-color:#f4f3f4 !important}.btn-brand-inverse-orange:active:focus{border-color:#c7c5c6 !important;background-color:#c7c5c6 !important}.btn-size-large{padding:13px 28px 12px !important;font-size:17px !important}@media(max-width: 767px){.btn-size-large{padding:11px 23px 12px !important;font-size:16px !important}}@media(max-width: 374px){.btn-size-large{padding:9px 20px !important;font-size:15px !important}}.btn{padding:8px 20px;border-radius:6px;font-size:15px}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.btn{padding:9px 20px}}@supports(-ms-ime-align: auto){.btn{padding:9px 20px}}.btn-lg{padding:12px 20px;font-size:18px}.btn-sm{padding:7px 13px 5px;border-radius:3px;font-size:15px;line-height:1.5}.btn-xs{padding:1px 5px;border-radius:3px;font-size:12px;line-height:1.5}.checkbox-with-font input[type=checkbox]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0)}.checkbox-with-font input[type=checkbox]+label::before{display:inline-block;width:1em;transition:color .25s ease;color:#6c696a;font-family:fontello;font-size:1.3em;content:"";vertical-align:middle}.checkbox-with-font input[type=checkbox]:checked+label::before{content:""}.checkbox-with-font input[type=checkbox]:focus+label::before{color:#0090d0}.checkbox-with-font label{padding-left:0}.disable-checkbox{opacity:.3}#agreeTOSLabel{font-weight:normal !important;vertical-align:middle !important}.validation-error-class{display:none;margin:0;padding:5px 0 0 2px;color:#d94c92;font-size:13.5px}.flat-input input[type=text],.flat-input input[type=password],.flat-input input[type=email],.flat-input input[type=number],.flat-input input[type=tel],.flat-input input[type=url],.flat-input input[type=date],.flat-input textarea[type=text],.flat-input textarea[type=password],.flat-input textarea[type=email],.flat-input textarea[type=number],.flat-input textarea[type=tel],.flat-input textarea[type=url],.flat-input textarea[type=date]{padding:10px 10px 5px 0 !important;border:0 !important;border-bottom:1px solid #d7d7d7 !important;border-radius:0 !important;background-color:transparent !important;color:#5e5c5c;box-shadow:none !important}.flat-input input[type=text]:focus,.flat-input input[type=password]:focus,.flat-input input[type=email]:focus,.flat-input input[type=number]:focus,.flat-input input[type=tel]:focus,.flat-input input[type=url]:focus,.flat-input input[type=date]:focus,.flat-input textarea[type=text]:focus,.flat-input textarea[type=password]:focus,.flat-input textarea[type=email]:focus,.flat-input textarea[type=number]:focus,.flat-input textarea[type=tel]:focus,.flat-input textarea[type=url]:focus,.flat-input textarea[type=date]:focus{border-bottom:1px solid #45b5e6 !important}.flat-input input[type=text]:focus::placeholder,.flat-input input[type=password]:focus::placeholder,.flat-input input[type=email]:focus::placeholder,.flat-input input[type=number]:focus::placeholder,.flat-input input[type=tel]:focus::placeholder,.flat-input input[type=url]:focus::placeholder,.flat-input input[type=date]:focus::placeholder,.flat-input textarea[type=text]:focus::placeholder,.flat-input textarea[type=password]:focus::placeholder,.flat-input textarea[type=email]:focus::placeholder,.flat-input textarea[type=number]:focus::placeholder,.flat-input textarea[type=tel]:focus::placeholder,.flat-input textarea[type=url]:focus::placeholder,.flat-input textarea[type=date]:focus::placeholder{padding-left:2px !important;color:#6c696a !important;opacity:1 !important}.flat-input input[type=text]:focus::-webkit-input-placeholder,.flat-input input[type=password]:focus::-webkit-input-placeholder,.flat-input input[type=email]:focus::-webkit-input-placeholder,.flat-input input[type=number]:focus::-webkit-input-placeholder,.flat-input input[type=tel]:focus::-webkit-input-placeholder,.flat-input input[type=url]:focus::-webkit-input-placeholder,.flat-input input[type=date]:focus::-webkit-input-placeholder,.flat-input textarea[type=text]:focus::-webkit-input-placeholder,.flat-input textarea[type=password]:focus::-webkit-input-placeholder,.flat-input textarea[type=email]:focus::-webkit-input-placeholder,.flat-input textarea[type=number]:focus::-webkit-input-placeholder,.flat-input textarea[type=tel]:focus::-webkit-input-placeholder,.flat-input textarea[type=url]:focus::-webkit-input-placeholder,.flat-input textarea[type=date]:focus::-webkit-input-placeholder{padding-left:2px !important;color:#6c696a !important;opacity:1 !important}.flat-input input[type=text]:focus::-moz-placeholder,.flat-input input[type=password]:focus::-moz-placeholder,.flat-input input[type=email]:focus::-moz-placeholder,.flat-input input[type=number]:focus::-moz-placeholder,.flat-input input[type=tel]:focus::-moz-placeholder,.flat-input input[type=url]:focus::-moz-placeholder,.flat-input input[type=date]:focus::-moz-placeholder,.flat-input textarea[type=text]:focus::-moz-placeholder,.flat-input textarea[type=password]:focus::-moz-placeholder,.flat-input textarea[type=email]:focus::-moz-placeholder,.flat-input textarea[type=number]:focus::-moz-placeholder,.flat-input textarea[type=tel]:focus::-moz-placeholder,.flat-input textarea[type=url]:focus::-moz-placeholder,.flat-input textarea[type=date]:focus::-moz-placeholder{padding-left:2px !important;color:#6c696a !important;opacity:1 !important}.flat-input input[type=text]:disabled,.flat-input input[type=password]:disabled,.flat-input input[type=email]:disabled,.flat-input input[type=number]:disabled,.flat-input input[type=tel]:disabled,.flat-input input[type=url]:disabled,.flat-input input[type=date]:disabled,.flat-input textarea[type=text]:disabled,.flat-input textarea[type=password]:disabled,.flat-input textarea[type=email]:disabled,.flat-input textarea[type=number]:disabled,.flat-input textarea[type=tel]:disabled,.flat-input textarea[type=url]:disabled,.flat-input textarea[type=date]:disabled{border-bottom:1px solid #d0d0d0 !important;color:#d0d0d0;opacity:1 !important}.flat-input input[type=text]:disabled::placeholder,.flat-input input[type=password]:disabled::placeholder,.flat-input input[type=email]:disabled::placeholder,.flat-input input[type=number]:disabled::placeholder,.flat-input input[type=tel]:disabled::placeholder,.flat-input input[type=url]:disabled::placeholder,.flat-input input[type=date]:disabled::placeholder,.flat-input textarea[type=text]:disabled::placeholder,.flat-input textarea[type=password]:disabled::placeholder,.flat-input textarea[type=email]:disabled::placeholder,.flat-input textarea[type=number]:disabled::placeholder,.flat-input textarea[type=tel]:disabled::placeholder,.flat-input textarea[type=url]:disabled::placeholder,.flat-input textarea[type=date]:disabled::placeholder{padding-left:2px !important;color:#d0d0d0 !important;opacity:1 !important}.flat-input input[type=text]:disabled::-webkit-input-placeholder,.flat-input input[type=password]:disabled::-webkit-input-placeholder,.flat-input input[type=email]:disabled::-webkit-input-placeholder,.flat-input input[type=number]:disabled::-webkit-input-placeholder,.flat-input input[type=tel]:disabled::-webkit-input-placeholder,.flat-input input[type=url]:disabled::-webkit-input-placeholder,.flat-input input[type=date]:disabled::-webkit-input-placeholder,.flat-input textarea[type=text]:disabled::-webkit-input-placeholder,.flat-input textarea[type=password]:disabled::-webkit-input-placeholder,.flat-input textarea[type=email]:disabled::-webkit-input-placeholder,.flat-input textarea[type=number]:disabled::-webkit-input-placeholder,.flat-input textarea[type=tel]:disabled::-webkit-input-placeholder,.flat-input textarea[type=url]:disabled::-webkit-input-placeholder,.flat-input textarea[type=date]:disabled::-webkit-input-placeholder{padding-left:2px !important;color:#d0d0d0 !important;opacity:1 !important}.flat-input input[type=text]:disabled::-moz-placeholder,.flat-input input[type=password]:disabled::-moz-placeholder,.flat-input input[type=email]:disabled::-moz-placeholder,.flat-input input[type=number]:disabled::-moz-placeholder,.flat-input input[type=tel]:disabled::-moz-placeholder,.flat-input input[type=url]:disabled::-moz-placeholder,.flat-input input[type=date]:disabled::-moz-placeholder,.flat-input textarea[type=text]:disabled::-moz-placeholder,.flat-input textarea[type=password]:disabled::-moz-placeholder,.flat-input textarea[type=email]:disabled::-moz-placeholder,.flat-input textarea[type=number]:disabled::-moz-placeholder,.flat-input textarea[type=tel]:disabled::-moz-placeholder,.flat-input textarea[type=url]:disabled::-moz-placeholder,.flat-input textarea[type=date]:disabled::-moz-placeholder{padding-left:2px !important;color:#d0d0d0 !important;opacity:1 !important}.flat-input input[type=text]::placeholder,.flat-input input[type=password]::placeholder,.flat-input input[type=email]::placeholder,.flat-input input[type=number]::placeholder,.flat-input input[type=tel]::placeholder,.flat-input input[type=url]::placeholder,.flat-input input[type=date]::placeholder,.flat-input textarea[type=text]::placeholder,.flat-input textarea[type=password]::placeholder,.flat-input textarea[type=email]::placeholder,.flat-input textarea[type=number]::placeholder,.flat-input textarea[type=tel]::placeholder,.flat-input textarea[type=url]::placeholder,.flat-input textarea[type=date]::placeholder{padding-left:2px !important;color:#8c898b !important;opacity:1 !important}.flat-input input[type=text]::-webkit-input-placeholder,.flat-input input[type=password]::-webkit-input-placeholder,.flat-input input[type=email]::-webkit-input-placeholder,.flat-input input[type=number]::-webkit-input-placeholder,.flat-input input[type=tel]::-webkit-input-placeholder,.flat-input input[type=url]::-webkit-input-placeholder,.flat-input input[type=date]::-webkit-input-placeholder,.flat-input textarea[type=text]::-webkit-input-placeholder,.flat-input textarea[type=password]::-webkit-input-placeholder,.flat-input textarea[type=email]::-webkit-input-placeholder,.flat-input textarea[type=number]::-webkit-input-placeholder,.flat-input textarea[type=tel]::-webkit-input-placeholder,.flat-input textarea[type=url]::-webkit-input-placeholder,.flat-input textarea[type=date]::-webkit-input-placeholder{padding-left:2px !important;color:#8c898b !important;opacity:1 !important}.flat-input input[type=text]::-moz-placeholder,.flat-input input[type=password]::-moz-placeholder,.flat-input input[type=email]::-moz-placeholder,.flat-input input[type=number]::-moz-placeholder,.flat-input input[type=tel]::-moz-placeholder,.flat-input input[type=url]::-moz-placeholder,.flat-input input[type=date]::-moz-placeholder,.flat-input textarea[type=text]::-moz-placeholder,.flat-input textarea[type=password]::-moz-placeholder,.flat-input textarea[type=email]::-moz-placeholder,.flat-input textarea[type=number]::-moz-placeholder,.flat-input textarea[type=tel]::-moz-placeholder,.flat-input textarea[type=url]::-moz-placeholder,.flat-input textarea[type=date]::-moz-placeholder{padding-left:2px !important;color:#8c898b !important;opacity:1 !important}.flat-input input[type=text]:-ms-input-placeholder,.flat-input input[type=password]:-ms-input-placeholder,.flat-input input[type=email]:-ms-input-placeholder,.flat-input input[type=number]:-ms-input-placeholder,.flat-input input[type=tel]:-ms-input-placeholder,.flat-input input[type=url]:-ms-input-placeholder,.flat-input input[type=date]:-ms-input-placeholder,.flat-input textarea[type=text]:-ms-input-placeholder,.flat-input textarea[type=password]:-ms-input-placeholder,.flat-input textarea[type=email]:-ms-input-placeholder,.flat-input textarea[type=number]:-ms-input-placeholder,.flat-input textarea[type=tel]:-ms-input-placeholder,.flat-input textarea[type=url]:-ms-input-placeholder,.flat-input textarea[type=date]:-ms-input-placeholder{padding-left:2px !important;color:#8c898b !important;opacity:1 !important}.flat-input input .form-group,.flat-input textarea .form-group{margin-bottom:20px !important}.flat-input textarea{resize:none;height:7em}.safari-input-disabled:disabled{color:#5e5c5c !important}.radio{margin-top:0}.radio input{margin-right:7px}.alert{border-radius:0;line-height:21px}.alertText a,.alertText a:hover,.alertText a:active,.alertText a:visited{color:#fff}.alert-info,.alert-primary{border-color:#45b5e6;background-color:#45b5e6;color:#e2f5fc}.alert-primary .alertHeadline,.alert-info .alertHeadline{color:#fff}.alert-info .alert-link,.alert-primary .alert-link{color:#fff}.alert-success{border-color:#78ac00;background-color:#78ac00;color:#f0ffce}.alert-success .alertHeadline{color:#fff}.alert-success .alert-link{color:#fff}.alert-warning{border-color:#fa8926;background-color:#fa8926;color:#ffe5cd}.alert-warning .alertHeadline{color:#fff}.alert-warning .alert-link{color:#fff}.alert-danger{border-color:#c72848;background-color:#c72848;color:#ffdee5}.alert-danger .alertHeadline{color:#fff}.alert-danger .alert-link{color:#fff}.alert-reminder{border-color:#d94c92;background-color:#d94c92;color:#ffd9eb}.alert-reminder .alertHeadline{color:#fff}.alert-reminder .alert-link{color:#fff}.close{color:#fff;opacity:.5}.alertBar{margin-bottom:-20px;font-size:15px}.alertBarContainer .col-sm-12{padding:0}.achievement-badge-image{display:block;position:absolute;width:100%;height:100%}.achievement-notification-tooltip{position:absolute;top:10px;right:73px;width:auto;min-height:55px;padding:5px 16px 4px 13px;transition:opacity 137ms ease-in,visibility 0ms 137ms;border-width:2px;border-style:solid;background-color:#fff;color:#5e5c5c;font-size:15px;text-align:left;cursor:pointer;opacity:0;visibility:hidden;z-index:1000}@media(max-width: 767px){.achievement-notification-tooltip{right:48px}}.achievement-notification-tooltip .achievement-notification-title{margin:0;padding:0;font-weight:600}.achievement-notification-tooltip .achievement-notification-text{margin:0;padding:0}.achievement-notification-tooltip .close{position:absolute;top:2px;right:6px;float:none;font-size:18px}.achievement-notification-tooltip.achievement-notification-visible{transition:opacity 137ms ease-in,visibility 0ms;opacity:1;visibility:visible}.achievement-notification-tooltip.achievement-notification-visible.wait-for-badge{transition:opacity 137ms ease-in 300ms,visibility 0ms}.achievement-notification-tooltip.avid_reader{border-color:#0090d0}.achievement-notification-tooltip.avid_reader .achievement-notification-title{color:#0090d0}.achievement-notification-tooltip.blast_off{border-color:#c1a71a}.achievement-notification-tooltip.blast_off .achievement-notification-title{color:#c1a71a}.achievement-notification-tooltip.expert_writer{border-color:#da4c3c}.achievement-notification-tooltip.expert_writer .achievement-notification-title{color:#da4c3c}.achievement-notification-tooltip.handy_helper{border-color:#b159c7}.achievement-notification-tooltip.handy_helper .achievement-notification-title{color:#b159c7}.achievement-notification-tooltip.level_up{border-color:#0090d0}.achievement-notification-tooltip.level_up .achievement-notification-title{color:#0090d0}.achievement-notification-tooltip.great_start{border-color:#c39113}.achievement-notification-tooltip.great_start .achievement-notification-title{color:#c39113}.achievement-notification-tooltip.location_tagger{border-color:#648f00}.achievement-notification-tooltip.location_tagger .achievement-notification-title{color:#648f00}.achievement-notification-tooltip.major_improvement{border-color:#f07e20}.achievement-notification-tooltip.major_improvement .achievement-notification-title{color:#f07e20}.achievement-notification-tooltip.nit_picker{border-color:#ed702f}.achievement-notification-tooltip.nit_picker .achievement-notification-title{color:#ed702f}.achievement-notification-tooltip.perfect_score{border-color:#9011b0}.achievement-notification-tooltip.perfect_score .achievement-notification-title{color:#9011b0}.achievement-notification-tooltip.sharing{border-color:#7d9001}.achievement-notification-tooltip.sharing .achievement-notification-title{color:#7d9001}.achievement-notification-tooltip.so_many_listings{border-color:#e48f1f}.achievement-notification-tooltip.so_many_listings .achievement-notification-title{color:#e48f1f}.userTeamLabel{text-decoration:none}.userTeamLabel,.userTeamLabel:visited{color:#5e5c5c}.userTeamLabel.interactive:active,.userTeamLabel.interactive:focus,.userTeamLabel.interactive:hover{color:#0090d0;text-decoration:none}.userTeamLabel.disabled{cursor:pointer;pointer-events:none}.marketing{font-family:Ally Web,sans-serif;font-weight:300;color:#5e5c5c;text-align:center;text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased}.marketing .standardSection{padding:40px 0}@media(max-width: 767px){.marketing .standardSection{padding:20px 0}}@media(max-width: 520px){.marketing .standardSection{padding:0}}.marketing .lightSection{padding:40px 0;background-color:#fff}@media(max-width: 767px){.marketing .lightSection{padding:20px 0}}@media(max-width: 520px){.marketing .lightSection{padding:0}}.marketing .darkSection{padding:40px 0;border-top:1px solid #c7c5c6;border-bottom:1px solid #c7c5c6;background-color:#eee}@media(max-width: 767px){.marketing .darkSection{padding:20px 0}}@media(max-width: 520px){.marketing .darkSection{padding:0}}.marketing .slimSection{padding-top:10px;padding-bottom:10px}.marketing .headlineText{margin:15px 0;font-size:44px;letter-spacing:normal;line-height:1.32}@media(max-width: 767px){.marketing .headlineText{font-size:38px;line-height:1.3em}}@media(max-width: 520px){.marketing .headlineText{font-size:29px}}@media(max-width: 413px){.marketing .headlineText{font-size:27px}}@media(max-width: 374px){.marketing .headlineText{font-size:23px}}.marketing .afterSubhead{margin-top:25px !important}@media(max-width: 520px){.marketing .afterSubhead{margin-top:12px !important}}.marketing .bodyText{margin:40px 0}@media(max-width: 767px){.marketing .bodyText{margin:20px 0}}.marketing .bodyTextNormal{font-size:19px;letter-spacing:normal;line-height:35px}@media(max-width: 520px){.marketing .bodyTextNormal{font-size:16.5px;line-height:29px}}.marketing .topPageContent{margin-top:0;padding-top:10px}@media(max-width: 520px){.marketing .topPageContent{padding-top:25px !important}}.marketing .customerQuoteUberContainer{padding-top:0;padding-right:60px;padding-bottom:20px;padding-left:60px;cursor:default !important;pointer-events:none}@media(max-width: 520px){.marketing .customerQuoteUberContainer{padding-right:15px;padding-left:15px}}.marketing .doActionButton{margin:40px 0}.marketing .customerQuoteLogo{max-width:100%;height:86px}.marketing .customerQuoteLogoContainer{margin:10px 0 0}@media(max-width: 520px){.marketing .customerQuoteLogoContainer{margin-top:30px}}.marketing .customerQuoteText{margin-top:20px;margin-bottom:15px;line-height:1.4}@media(max-width: 520px){.marketing .customerQuoteText{line-height:1.62}}.marketing .customerQuoteAttribution{margin-top:15px;font-size:19px;line-height:1.42857143;color:#8c898b}@media(max-width: 520px){.marketing .customerQuoteAttribution{font-size:16.5px}}.marketing .score-ring{display:block;position:relative;width:100%;height:18vh;max-height:175px;margin-top:-7vh;transform:translate3d(0, 0, 0);z-index:200}@media(max-width: 767px){.marketing .score-ring{height:125px;margin-top:-10vh}}@media(max-width: 767px)and (min-height: 586px){.marketing .score-ring{height:125px;margin-top:-10vw}}.marketing #score{padding-bottom:25px}.marketing .signInRedirectHeadline{margin:20px 0;font-size:35px}.marketing .signInRedirect{margin:0 0 60px;font-size:19px}.marketing .case-study-card-btn{margin:15px 0 5px}.marketing .pressStorySection{padding-bottom:30px}.marketing .pressStorySection .pressStory{padding-top:30px;padding-bottom:45px;font-size:19px;line-height:1.5}.marketing .pressStorySection .pressStory .pressStoryTitle{font-size:30px}.marketing .pressStorySection .pressStory .pressStoryImage{max-width:100%;margin-bottom:8px;cursor:pointer}.marketing .pressStorySection .pressStory .pressStoryAcclaim{padding-bottom:8px;font-weight:600}.marketing .pressStorySection .pressStory .pressStoryDate{padding-bottom:18px;color:#6c696a;font-size:16px;cursor:pointer}.marketing .pressStorySection .pressStory .pressStoryVideo{padding-top:20px;padding-bottom:20px}.marketing .pressStorySection .pressStory .pressStoryQuote{max-width:600px;margin:0 auto;padding-top:10px;cursor:pointer}.marketing .pressStorySection .pressStory .pressStoryQuote:hover{color:#0090d0}.marketing .pressStorySection .pressStory .pressStoryQuote--no-link{cursor:default}.marketing .pressStorySection .pressStory .pressStoryQuote--no-link:hover{color:inherit}.marketing .pressStorySection .pressStory .pressStoryQuote .pressStoryAttribution{font-size:16px}.marketing .pressStorySection .pressStory .pressStoryQuote .pressStoryAttributionPublication{font-style:italic}.marketing .photoPronouns{position:absolute;bottom:0;color:#fff;background-color:rgba(108,105,106,.68);padding:4px 8px;border-radius:5px;font-size:11px;pointer-events:none;line-height:1}@media(max-width: 520px){.marketing .photoPronouns{visibility:hidden}}.marketing .photoRow{display:flex;justify-content:center}.marketing .photoRow .photoRow6Across,.marketing .photoRow .photoRow5Across,.marketing .photoRow .photoRow4Across,.marketing .photoRow .photoRow3Across{line-height:1.3;padding:4px 4px;display:flex;flex-direction:column}.marketing .photoRow .photoRow3Across{width:calc(100% / 3);padding:0 8px}@media(max-width: 767px){.marketing .photoRow .photoRow3Across{padding:6px 6px}}@media(max-width: 413px){.marketing .photoRow .photoRow3Across{padding:4px 4px}}.marketing .photoRow .photoRow3Across .photoCaption{margin-top:15px;font-size:1.5em}.marketing .photoRow .photoRow3Across .photoTitle{margin-top:2px;font-size:16px}.marketing .photoRow .photoRow3Across .photoBio{margin-top:6px;font-size:16px}.marketing .photoRow .photoRow4Across{width:calc(100% / 4)}@media(max-width: 767px){.marketing .photoRow .photoRow4Across{padding:4px 4px}}@media(max-width: 413px){.marketing .photoRow .photoRow4Across{padding:3px 3px}}@media(max-width: 374px){.marketing .photoRow .photoRow4Across{padding:2px 2px}}.marketing .photoRow .photoRow4Across .photoCaption{margin-top:12px;font-size:20px}.marketing .photoRow .photoRow4Across .photoTitle{font-size:15px}.marketing .photoRow .photoRow4Across .photoBio{margin-top:6px;font-size:15px}.marketing .photoRow .photoRow5Across{width:calc(100% / 5)}@media(max-width: 767px){.marketing .photoRow .photoRow5Across{padding:3px 3px}}@media(max-width: 413px){.marketing .photoRow .photoRow5Across{padding:2px 2px}}@media(max-width: 374px){.marketing .photoRow .photoRow5Across{padding:1px 1px}}.marketing .photoRow .photoRow5Across .photoTitle{padding-top:4px;font-size:15px}.marketing .photoRow .photoRow5Across .photoBio{margin-top:6px;margin-bottom:10px;font-size:15px}.marketing .photoRow .photoRow6Across{width:calc(100% / 6)}@media(max-width: 767px){.marketing .photoRow .photoRow6Across{padding:2px 2px}}@media(max-width: 413px){.marketing .photoRow .photoRow6Across{padding:1px 1px}}.marketing .photoRow .photoRow6Across .photoTitle{padding-top:2px;font-size:13px}.marketing .photoRow .photoRow6Across .photoCaption{font-size:16px}.marketing .photoRow .photoCaption{margin-top:10px;font-size:18px;line-height:1.15}.marketing .photoRow .photoImageContainer{position:relative}.marketing .photoRow .photoImage{cursor:pointer}.marketing .photoRow .photoImageSource{border-radius:5px}.marketing .photoRow .photoDetails{display:flex;flex-direction:column;flex-grow:1}@media(max-width: 767px){.marketing .photoRow .photoDetails{display:none}}.marketing .photoRow .photoTitle{padding-top:5px;font-size:14px}.marketing .photoRow .photoBio{padding-top:5px;font-size:14px;cursor:pointer;flex:1;display:flex;flex-direction:column}.marketing .photoRow .photoBioLink{margin-top:auto}.marketing .personContainer{display:flex;margin:30px 0 40px;font-size:1.1em;line-height:1.5;text-align:left}@media(max-width: 767px){.marketing .personContainer{margin:15px 0 20px}}.marketing .personName{padding-top:3px;padding-right:11px;font-size:1.5em;line-height:1.2}@media(max-width: 767px){.marketing .personName{font-size:20px;padding-top:5px}}.marketing .personTitle{padding-top:3px;font-weight:600;text-transform:uppercase}@media(max-width: 680px){.marketing .personTitle{padding-top:6px;font-size:13px;line-height:1.4em}}.marketing .personImage{flex:1;padding-top:8px;padding-right:30px;position:relative;cursor:pointer}@media(max-width: 767px){.marketing .personImage{padding-top:3px}}@media(max-width: 413px){.marketing .personImage{padding-top:2px}}@media(max-width: 374px){.marketing .personImage{padding-top:1px}}.marketing .personImageContainer{position:relative}.marketing .personImagePhoto{width:24vw;max-width:300px;border-radius:5px}.marketing .personInfo{flex:1.6}@media(max-width: 1024px){.marketing .personInfo{flex:2}}@media(max-width: 680px){.marketing .personBio{display:none}}.marketing .personMobileSection{cursor:pointer}@media(min-width: 681px){.marketing .personMobileSection{display:none}}@media(max-width: 680px){.marketing .personDesktopSection{display:none}}.marketing .personTopInfo{display:flex;flex-flow:row wrap;align-items:baseline;margin-bottom:12px}@media(max-width: 767px){.marketing .personTopInfo{margin-bottom:6px}}.marketing .failUnicorn{max-width:350px;margin:0 auto}.marketing .seattleSection{position:relative}.marketing .seattleImage{width:100%}.marketing .seattleHeadline{position:absolute;top:60px;left:0;width:100%;color:#fff;font-size:44px;text-align:center}@media(max-width: 767px){.marketing .seattleHeadline{top:12%;font-size:5.5vw}}.marketing .jobsCategory{margin-top:30px;font-size:1.65em}.marketing .openJob{margin:8px 0;font-size:19px}.marketing .viewJobsExternal{margin-top:50px;margin-bottom:50px;font-size:28px}.marketing .company-compare-search{display:flex;position:relative;justify-content:center}@media(max-width: 767px){.marketing .company-compare-search{margin-bottom:20px}}@media(max-width: 520px){.marketing .company-compare-search{margin-bottom:40px}}.marketing .company-compare-search .ui-menu-item{font-size:17px;font-weight:normal}.marketing .score100{max-width:150px;padding:20px 0}.marketing .campaignImage{max-width:300px;padding:0}.marketing .webinarSpeaker{width:180px;margin-top:30px;border-radius:50%}.marketing .campaignContentPreview{max-width:600px;margin:0 auto}.marketing .ebookDownloadPreview{max-width:400px;margin:0 auto}.marketing .instant-book-teaser-button{margin-top:20px}.secondary-page .policyLinksContainer,.jobPost .applyJobSection{margin-bottom:31px;font-size:19px;font-weight:normal;letter-spacing:.2px;text-align:center}.jobPost{font-family:Ally Web,sans-serif;font-weight:300;font-size:19px;text-align:center}.jobPost .jobPostHeadline{margin-top:36px;margin-bottom:9px;font-size:44px}@media(max-width: 767px){.jobPost .jobPostHeadline{font-size:33px}}.jobPost .jobPostLocation{display:inline-block;margin-bottom:24px;color:#6c696a;font-size:19px;font-weight:600;text-transform:uppercase}.jobPost .applyJobSection{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:29px}.jobPost .applyJobLinkContainer,.jobPost .viewAllJobsLinkContainer{display:inline-block;padding:4px 12px;font-size:15px;text-transform:uppercase}.jobPost .job-page-loading{width:100px;margin:0 auto;padding-top:100px}.secondary-page{font-family:Ally Web,sans-serif;font-weight:300;margin-bottom:80px !important}.secondary-page .headline-secondary-page{margin-top:26px;margin-bottom:10px;padding-bottom:0;font-size:44px;line-height:1.2;text-align:center}.secondary-page .tosNavigateLink{display:inline-block;padding-right:25px}.secondary-page .privacyNavigateLink{display:inline-block}.secondary-page .policy-subhead{margin-bottom:23px;padding-top:0;padding-bottom:11px;color:#6d6d6d;font-size:19px;font-weight:normal;text-align:center;text-transform:uppercase}.secondary-page .policy-subhead.policy-has-been-updated{margin-bottom:0}.secondary-page .policy-subhead.policy-update-date{font-size:16px;font-style:italic;text-transform:capitalize}.secondary-page .headline-small-para{padding-top:24px;padding-bottom:12px;font-size:30px;line-height:1.45}.secondary-page .policy-list{padding-bottom:0}.secondary-page .policy-list li{padding-bottom:0}.secondary-page .headline-small-para-first{padding-top:10px}.secondary-page .policy-list ul li{margin-bottom:8px}.secondary-page .policy-list ol li{margin-bottom:8px}.numeric-tile{display:flex;flex-direction:column;justify-content:center;border-radius:6px;background:#45b5e6;color:#fff}.numeric-tile .numeric-tile-count{text-align:center}.achievement-badge{display:inline-block;position:relative}.achievement-badge:not(.achievement-ungranted).avid_reader{background:url("/_/cache/images/achievements/Elephant-MasculineLight.svg")}.achievement-badge:not(.achievement-ungranted).blast_off{background:url("/_/cache/images/achievements/Bee-Yellow.svg")}.achievement-badge:not(.achievement-ungranted).busy_month{background:url("/_/cache/images/achievements/Gorilla-Gray.svg")}.achievement-badge:not(.achievement-ungranted).expert_writer{background:url("/_/cache/images/achievements/Rooster-Orange.svg")}.achievement-badge:not(.achievement-ungranted).handy_helper{background:url("/_/cache/images/achievements/Octopus-Feminine.svg")}.achievement-badge:not(.achievement-ungranted).level_up{background:url("/_/cache/images/achievements/Whale-Masculine.svg")}.achievement-badge:not(.achievement-ungranted).great_start{background:url("/_/cache/images/achievements/Chick-Yellow.svg")}.achievement-badge:not(.achievement-ungranted).location_tagger{background:url("/_/cache/images/achievements/Turtle-Green.svg")}.achievement-badge:not(.achievement-ungranted).major_improvement{background:url("/_/cache/images/achievements/Tiger-Orange.svg")}.achievement-badge:not(.achievement-ungranted).nit_picker{background:url("/_/cache/images/achievements/Fish-Rusty.svg")}.achievement-badge:not(.achievement-ungranted).perfect_score{background:url("/_/cache/images/achievements/Squirrel-Purple.svg")}.achievement-badge:not(.achievement-ungranted).sharing{background:url("/_/cache/images/achievements/Caterpillar-LightGreen.svg")}.achievement-badge:not(.achievement-ungranted).so_many_listings{background:url("/_/cache/images/achievements/Lion-Gold.svg")}.achievement-badge.achievement-ungranted.avid_reader{background:url("/_/cache/images/achievements/Elephant-MasculineLight-Gray.svg")}.achievement-badge.achievement-ungranted.blast_off{background:url("/_/cache/images/achievements/Bee-Yellow-Gray.svg")}.achievement-badge.achievement-ungranted.busy_month{background:url("/_/cache/images/achievements/Gorilla-Gray-Gray.svg")}.achievement-badge.achievement-ungranted.expert_writer{background:url("/_/cache/images/achievements/Rooster-Orange-Gray.svg")}.achievement-badge.achievement-ungranted.handy_helper{background:url("/_/cache/images/achievements/Octopus-Feminine-Gray.svg")}.achievement-badge.achievement-ungranted.level_up{background:url("/_/cache/images/achievements/Whale-Masculine-Gray.svg")}.achievement-badge.achievement-ungranted.great_start{background:url("/_/cache/images/achievements/Chick-Yellow-Gray.svg")}.achievement-badge.achievement-ungranted.location_tagger{background:url("/_/cache/images/achievements/Turtle-Green-Gray.svg")}.achievement-badge.achievement-ungranted.major_improvement{background:url("/_/cache/images/achievements/Tiger-Orange-Gray.svg")}.achievement-badge.achievement-ungranted.nit_picker{background:url("/_/cache/images/achievements/Fish-Rusty-Gray.svg")}.achievement-badge.achievement-ungranted.perfect_score{background:url("/_/cache/images/achievements/Squirrel-Purple-Gray.svg")}.achievement-badge.achievement-ungranted.sharing{background:url("/_/cache/images/achievements/Caterpillar-LightGreen-Gray.svg")}.achievement-badge.achievement-ungranted.so_many_listings{background:url("/_/cache/images/achievements/Lion-Gold-Gray.svg")}.achievement-badge.achievement-ungranted:hover{border-color:#fff}.transform-achievement{transform:translate3d(0, 0, 0)}.achievement-qtip[data-target-type=leveltile]{max-width:none;white-space:nowrap}.achievement-qtip[data-target-type=leveltile] .qtip-titlebar{display:none}.achievement-qtip.achievement-qtip[data-target-type=achievement] .qtip-titlebar{padding-top:10px;padding-bottom:4px}.achievement-qtip.achievement-qtip[data-target-type=achievement] .qtip-content{padding-top:0}.user-achievement-row{display:flex;justify-content:flex-start;margin:16px 0}.user-achievement-row .achievement-badge{width:70px;min-width:70px;height:70px;min-height:70px}.user-achievement-row .numeric-tile{position:relative;top:50px;left:50px;width:24px;max-width:24px;height:24px;max-height:24px;font-size:15px}.user-achievement-row .user-achievement-content{flex-grow:1;margin-left:16px}.user-achievement-row .user-achievement-content .user-achievement-info{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:19px}.user-achievement-row .user-achievement-content .user-achievement-info .user-achievement-name{min-width:150px;color:#5e5c5c}.user-achievement-row .user-achievement-content .user-achievement-description{color:#6c696a;font-size:15px}.user-achievement-row .user-achievement-content .user-achievement-granted-message{display:block;padding-top:5px;color:#78ac00}#achievements-analytics-page{display:flex;justify-content:center;margin:0}#achievements-analytics-page a{color:#0090d0;cursor:pointer}#achievements-analytics-page a:hover{text-decoration:underline}#achievements-analytics-page .analytics-achievements-all-earned{margin:8px 0;padding:0;text-align:left}#achievements-analytics-page .analytics-section-title{padding-top:34px;padding-bottom:8px}#achievements-analytics-page .analytics-section-title:first-child{padding-top:0}#achievements-analytics-page .personal-achievements{display:none;width:100%}#achievements-analytics-page .personal-achievements .analytics-bottom-padding{height:50px}#achievements-analytics-page .team-achievements{display:none;width:100%}#achievements-analytics-page .team-achievements .user-level-tile{margin-right:16px;cursor:pointer}#achievements-analytics-page .team-achievements .user-level-tile .numeric-tile{width:40px;min-width:40px;height:40px;min-height:40px;font-size:21px}#achievements-analytics-page .team-achievements .achievement-badge{display:inline-block;width:38px;height:38px;margin:1px 0;border:#fff solid 4px;border-radius:9px;cursor:pointer}#achievements-analytics-page .team-achievements .achievement-badge .numeric-tile{position:absolute;right:-2px;bottom:-2px;width:15px;height:13px;font-size:10px}#achievements-analytics-page .team-achievements .achievement-badge:hover{border-color:#c7c5c6}#achievements-analytics-page .team-achievements .analytics-section-overall-team{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .analytics-section-overall-team{display:block}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info{display:block}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .analytics-team-name{display:inline-block}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .analytics-team-experience-container{display:inline-block}}#achievements-analytics-page .team-achievements .analytics-section-team-members{padding-top:12px;padding-bottom:50px}#achievements-analytics-page .team-achievements .analytics-section-loading-users{padding-bottom:50px;text-align:center}#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row{display:flex;justify-content:space-between}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row{justify-content:flex-start}}#achievements-analytics-page .team-achievements .analytics-section-overall-team,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row{padding:5px 0}@media(min-width: 1132px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section{display:flex;flex-wrap:wrap;justify-content:flex-start}}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info{color:#6c696a;font-size:22px;font-weight:normal;line-height:22px}@media(min-width: 1132px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info{width:180px}}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .analytics-team-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .team-achievement-user-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .team-achievement-job-title,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .analytics-team-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .team-achievement-user-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .team-achievement-job-title,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .analytics-team-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .team-achievement-user-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .team-achievement-job-title,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .analytics-team-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .team-achievement-user-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .team-achievement-job-title{display:block}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .analytics-team-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .team-achievement-user-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .team-achievement-job-title,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .analytics-team-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .team-achievement-user-name,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .team-achievement-job-title,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .analytics-team-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .team-achievement-user-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .team-achievement-job-title,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .analytics-team-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .team-achievement-user-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .team-achievement-job-title{display:inline-block}}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-info .analytics-team-experience-container,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-section .analytics-team-experience-container,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-info .analytics-team-experience-container,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-section .analytics-team-experience-container{color:#6c696a;font-size:19px;line-height:normal}@media(min-width: 1132px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-achievements,#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-achievements,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-achievements,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-achievements{width:532px}}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-achievements,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-achievements{position:relative;left:-4px}}#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-achievements,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-achievements{margin-left:16px}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .analytics-team-achievements,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .analytics-team-achievements{margin-left:52px}}@media(min-width: 1132px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-info,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-info{width:124px;margin-right:16px}}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-info,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-info{display:block}}#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-info .team-achievement-user-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-info .team-achievement-user-name{color:#017bae;font-size:15px}@media(max-width: 1131px){#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-info .team-achievement-user-name,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-info .team-achievement-user-name{margin-right:8px}}#achievements-analytics-page .team-achievements .analytics-section-overall-team .team-achievement-user-info .team-achievement-job-title,#achievements-analytics-page .team-achievements .team-achievement-user-achievement-row .team-achievement-user-info .team-achievement-job-title{color:#6c696a;font-size:13px}.progress-circle{fill:#c7c5c6}.score-label-box{display:flex;flex-direction:column}.score-title{flex:1 1 auto}.category-section{flex:1 1 auto;line-height:1.2em}.category-section sup{top:-0.48em;font-size:65%}.category-section-busy .score-category{display:none}.category-section-busy .progress-indicator{max-width:72px}.category-section-subtitle{color:#6c696a;font-size:15px}.score-1-glyph{letter-spacing:-0.08em}.score-0-glyph{letter-spacing:-0.03em}.score-ring-section{position:relative;width:70px;height:70px;overflow:visible}.score-ring-section .ring-container{position:absolute;width:100%;height:100%}.score-ring-section .score-ring{width:100%;height:100%;overflow:visible}.score-ring-section .number-container{display:flex;align-content:center;justify-content:center;width:100%;height:100%;color:#5e5c5c;font-family:Source Sans Pro,Calibri,sans-serif}.score-ring-section .score-ticker{align-self:center;font-weight:normal;cursor:default;z-index:1;-moz-font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1;-webkit-font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1;font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1}.score-ring-section .background{fill:#fff}.score-ring-section .no-score{fill:#c7c5c6}.score-ring-section .score-override{position:relative;color:#c7c5c6;font-size:100px}.score-ring-section .score-override .score-ticker{height:100%;line-height:100%}.score-text-block{display:flex;flex-direction:column;padding-top:4px}@media(max-width: 767px){.score-text-block.collapse-at-narrow-width{display:none}}.score-text-block .title-row{color:#6c696a;font-size:14px;line-height:12px}.score-text-block .description-row{display:flex;align-items:center;min-height:25px;color:#6c696a;font-size:18px;line-height:13px}.score-text-block .description{min-width:120px}#textio-editor-progress{width:66px;height:18px;margin-right:auto;margin-left:auto;padding-top:2px;stroke:#c7c5c6}.score-group{font-family:Source Sans Pro,Calibri,sans-serif;font-weight:normal;cursor:default;z-index:1;user-select:none;-moz-font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1;-webkit-font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1;font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1}.score-ring.no-score{fill:#c7c5c6}@keyframes pulse{0%{opacity:1}50%{opacity:.8}100%{opacity:1}}.pulsing-animation .core-ring{animation-name:pulse;animation-duration:.5s;animation-iteration-count:infinite}.textio-core-layout{display:flex;position:relative;flex-direction:column;width:100%;height:100%;z-index:0;overflow-y:hidden;overflow-x:hidden}#app-container,.app-wrapper{display:flex;position:relative;flex:1 1 auto;flex-direction:column}.button-bar .btn-toolbarActive{outline:none;color:#fa8926 !important;box-shadow:none}.button-bar .btn-toolbarActive:hover{outline:none;color:#fa8926 !important;box-shadow:none}.button-bar .btn-toolbarActive:active{outline:none;color:#fa8926 !important;box-shadow:none}.button-bar .menu-item-button i:not(.invisible){margin-right:5px}.button-bar .menu-item-button.primary-icon i{color:#45b5e6}.button-bar .overflow-menu i{visibility:hidden}.button-bar .overflow-menu .btn-checked i,.button-bar .overflow-menu .btn-toolbarActive i{visibility:visible}.button-bar .overflow-container{display:none}.button-bar .overflow{color:#0090d0}.button-bar .overflow:hover{color:#fa8926 !important}.button-bar .menu-container[data-break-level]{display:none}@media(max-width: 1087px){.button-bar .textio-button-container[data-break-level="1"]{display:none}.button-bar .overflow-container[data-break-level="1"]{display:inline-block}.button-bar .menu-container[data-break-level="1"]{display:block}}@media(max-width: 767px){.button-bar .textio-button-container[data-break-level="2"]{display:none}.button-bar .overflow-container[data-break-level="2"]{display:inline-block}.button-bar .menu-container[data-break-level="2"]{display:block}}@media(max-width: 611px){.button-bar .textio-button-container[data-break-level="3"]{display:none}.button-bar .overflow-container[data-break-level="3"]{display:inline-block}.button-bar .menu-container[data-break-level="3"]{display:block}}.textio-toolbar #font-size-menu i{display:none}.textio-toolbar #fontSizeButton1 span{font-size:x-small}.textio-toolbar #fontSizeButton2 span{font-size:small}.textio-toolbar #fontSizeButton3 span{font-size:medium}.textio-toolbar #fontSizeButton4 span{font-size:large}.textio-toolbar #fontSizeButton5 span{font-size:x-large}.textio-toolbar .score-ring-section{width:31px;height:31px}.textio-toolbar .score-ring-section .score-override .score-ticker{margin-bottom:28px;font-size:50px}.textio-toolbar .basic-button{padding-right:8px !important;padding-left:8px !important}.textio-toolbar .basic-button:hover:not([disabled]){color:#069}.textio-toolbar .textio-button-text-only{padding-right:13px !important;padding-left:13px !important}.textio-toolbar .dropdown-menu{max-height:calc(100vh - 65px);overflow-y:auto}.textio-toolbar .dropdown-menu li:empty{line-height:100%}.textio-toolbar .textio-button.disabled:hover,.textio-toolbar .textio-button.disabled:focus,.textio-toolbar .textio-button.disabled:active{color:#6c696a;opacity:.65}.textio-toolbar .short-bottom-divider{height:1px;margin-top:9px;margin-bottom:4px;background-color:#e5e5e5}#spelling-app{width:initial}#spelling-app .add-spelling-exception-form{margin-top:18px}#spelling-app .add-spelling-exception-button{margin:-1px 0 0 15px}@media(max-width: 680px){#spelling-app .add-spelling-exception-button{margin:10px 0 12px}}#spelling-app .add-spelling-exception-input-wrapper{display:flex;align-items:flex-start;width:100%}@media(max-width: 680px){#spelling-app .add-spelling-exception-input-wrapper{flex-direction:column}}#spelling-app .add-spelling-exception-input-container{display:flex;flex-direction:column;width:100%}#spelling-app .add-spelling-exception-input{background-image:none !important}#spelling-app .table-spelling-wrapper table{table-layout:fixed}#spelling-app .table-spelling-wrapper .spelling-phrase-cell{word-break:break-all}#spelling-app .table-spelling-wrapper .spelling-owner-cell{width:33%;word-break:break-word}#spelling-app .team-spelling-action-cell{width:16%;vertical-align:middle}#spelling-app .team-spelling-action-cell .basic-button{padding:0;color:#0090d0}#spelling-app .team-spelling-action-cell .basic-button:hover{text-decoration:underline}.doc-progress-state-container{white-space:nowrap}.doc-progress-state-container>div{display:inline}.doc-progress-collapsed{position:relative;height:22px}.list-group-item .doc-progress-collapsed{width:82px}.doc-progress-collapsed .doc-progress-state{padding-top:1px;border-radius:3px}.doc-progress-collapsed .doc-progress-state.active{z-index:4}.doc-progress-collapsed .dropdown-menu{display:block;top:8px;left:-200px;width:325px;padding:0;cursor:default}.doc-progress-collapsed .dropdown-menu .doc-progress-disabled{cursor:default;pointer-events:none}.doc-progress-collapsed .dropdown-menu .doc-progress-disabled .doc-progress-state{border:1px solid #ccc;font-weight:600;box-sizing:content-box}.doc-progress-collapsed .dropdown-menu .doc-progress-disabled>a{color:#c7c5c6}.doc-progress-collapsed .dropdown-menu li a{padding-top:15px !important;white-space:normal}.doc-progress-collapsed .dropdown-menu p{margin-bottom:5px}.doc-progress-collapsed .dropdown-menu strong{font-weight:600}.doc-progress-state{display:inline-block;position:relative;width:82px;height:22px;margin-left:-2px;background:#fff;color:#c7c5c6;line-height:20px;text-align:center;cursor:default;z-index:1}.doc-progress-state.doc-progress-actionable{color:#8c898b;cursor:pointer}.doc-progress-collapsed>.doc-progress-state{position:absolute;right:0}.dropdown-menu .doc-progress-state{position:relative;margin-right:9px;margin-bottom:4px;cursor:pointer}.doc-progress-state.doc-progress-actionable:hover,.doc-progress-state.active,.doc-progress-state.doc-state-simple{color:#fff;font-weight:600}.doc-progress-expanded .doc-progress-state{padding-left:7px}.doc-progress-expanded .doc-progress-state.active{cursor:default}.doc-progress-expanded .doc-progress-state:not(.doc-state-finished)::before{display:block;position:absolute;top:-1px;right:-11px;width:0;height:0;border-width:11px;border-right-width:0;border-style:solid;border-color:transparent transparent transparent #ccc;content:""}.doc-progress-expanded .doc-progress-state:not(.doc-state-finished)::after{display:block;position:absolute;top:0;right:-10px;width:0;height:0;border-width:10px;border-right-width:0;border-style:solid;border-color:transparent transparent transparent #fff;content:""}.doc-progress-expanded .doc-progress-state.doc-state-finished,.doc-progress-expanded .doc-progress-state.doc-state-review,.doc-progress-expanded .doc-progress-state.doc-state-draft{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.doc-progress-expanded .doc-progress-state.doc-state-finished{width:93px;padding-left:10px;border-right:1px solid #ccc;border-radius:0 2px 2px 0}.doc-progress-expanded .doc-progress-state.doc-state-review{padding-left:9px}.doc-progress-expanded .doc-progress-state.doc-state-draft{border-left:1px solid #ccc;border-radius:2px 0 0 2px}.doc-progress-expanded .doc-progress-state.doc-progress-actionable:hover{transition:background,font-weight,color,z-index;transition-delay:30ms}.doc-progress-expanded .doc-progress-state.doc-progress-actionable:hover::after,.doc-progress-expanded .doc-progress-state.doc-progress-actionable:hover::before{transition:border-color;transition-delay:30ms}.doc-progress-state.doc-state-finished{padding-left:0;z-index:1}.doc-progress-state.doc-state-finished.active,.doc-progress-state.doc-state-finished.doc-state-simple{border-color:#97c728;background:#97c728}.doc-progress-state.doc-state-finished.doc-progress-actionable:hover{border-color:#78ac00;background:#78ac00}.doc-progress-state.doc-state-review{z-index:2}.doc-progress-state.doc-state-review.active,.doc-progress-state.doc-state-review.doc-state-simple{border-color:#45b5e6;background:#45b5e6}.doc-progress-state.doc-state-review.active::before,.doc-progress-state.doc-state-review.active::after,.doc-progress-state.doc-state-review.doc-state-simple::before,.doc-progress-state.doc-state-review.doc-state-simple::after{border-color:transparent transparent transparent #45b5e6}.doc-progress-state.doc-state-review.doc-progress-actionable:hover{border-color:#0090d0;background:#0090d0}.doc-progress-state.doc-state-review.doc-progress-actionable:hover::before,.doc-progress-state.doc-state-review.doc-progress-actionable:hover::after{border-color:transparent transparent transparent #0090d0}.doc-progress-state.doc-state-draft{z-index:3}.doc-progress-state.doc-state-draft.active,.doc-progress-state.doc-state-draft.doc-state-simple{border-color:#8c898b;background:#8c898b}.doc-progress-state.doc-state-draft.active::before,.doc-progress-state.doc-state-draft.active::after,.doc-progress-state.doc-state-draft.doc-state-simple::before,.doc-progress-state.doc-state-draft.doc-state-simple::after{border-color:transparent transparent transparent #8c898b}.doc-progress-state.doc-state-draft.doc-progress-actionable:hover{border-color:#6c696a;background-color:#6c696a}.doc-progress-state.doc-state-draft.doc-progress-actionable:hover::before,.doc-progress-state.doc-state-draft.doc-progress-actionable:hover::after{border-color:transparent transparent transparent #6c696a}.measure-doc-progress-width{flex:1 0 auto}.doc-progress-wrapper-inline{position:absolute;top:1px;right:0}.doc-progress-state-wrapper{margin-top:10px}.rename-team-dialog .textio-icon-users{color:#45b5e6}.team-account-settings{margin-bottom:24px}.team-account-settings input:focus+label::before,.team-account-settings input:hover+label::before,.team-account-settings input:visited+label::before{color:#6c696a}.team-account-settings input:checked+label::before{color:#0090d0}.team-account-settings input:disabled+label::before{color:#6c696a}.create-team-container{display:flex;flex-wrap:wrap;margin-bottom:24px}.create-team-container .add-team-button{margin:-1px 0 0 15px}@media(max-width: 680px){.create-team-container .add-team-button{margin:10px 0 12px}}.create-team-title{width:100%}.create-team-input-container{flex-grow:1}@media(max-width: 413px){.create-team-input-container{width:100%}}.encourage-team-selection-container.disabled,.allow-member-team-selection-container.disabled{opacity:.65}.create-team-button-container{padding-left:12px}@media(max-width: 413px){.create-team-button-container{width:100%;padding-top:12px;padding-left:0;text-align:right}}#teamMemberListDialog .textio-icon-users{color:#45b5e6}#teamMemberListDialog .team-member-list{margin:0;padding:0}#teamMemberListDialog .team-member-list-item{display:block}.team-list-dialog .textio-icon-users{color:#45b5e6}.team-list-dialog .team-list{margin:0;padding:0;list-style-type:none}.team-list-dialog .team-list-item{color:#6c696a}.team-list-dialog .team-list-item,.team-list-dialog .team-list-item:hover,.team-list-dialog .team-list-item:visited,.team-list-dialog .team-list-item:active{text-decoration:none}.team-list-dialog .team-list-item-bullet-container{display:inline-block;padding-right:.75em}.team-list-dialog .team-list-item-bullet.selected{border-color:#45b5e6;background-color:#45b5e6}.team-list-dialog .team-list-item-bullet{display:block;width:12px;height:12px;border:1px solid #6c696a;border-radius:50%;background-color:transparent}.team-list-dialog .modal-body{max-height:400px}#teamsPage .team-actions{cursor:pointer}button:disabled,input:disabled,textarea:disabled{cursor:default !important}textarea:disabled{background-color:#f6f6f6 !important}a,a:hover,a:active,a:visited{color:#0090d0}a:active,a:focus{outline-style:none}a.disabled,.a[disabled]{color:#d0d0d0;cursor:default}a.disabled:hover,.a[disabled]:hover{text-decoration:none}p{margin-bottom:25px}h4{line-height:26px}*{box-sizing:border-box}*::before,*::after{box-sizing:border-box}*::selection{background-color:#b5d6ff}#textio-body{display:flex;flex:1 1 auto;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto}html.ipad-editor-layout #textio-body{overflow-y:visible}#content:focus{outline:none}.container-fluid,.container,.jobPost{flex:1 0 auto}.container{overflow-x:hidden}.container-fluid{min-height:100%;margin:0;padding:0}#footer-container{flex-shrink:0}.narrowSection{padding:0 60px 0 60px}@media(max-width: 767px){.narrowSection{padding:0 25px}}@media(max-width: 413px){.narrowSection{padding:0 15px}}.narrowSection{max-width:873px;margin:0 auto}.row{margin:0;padding:0}.row>[class*=col-]{padding-right:0 !important;padding-left:0 !important}code{padding:0 3px;background-color:#eee;color:#13425d;font-size:90%}.textioLink{pointer-events:auto}.table .danger{background-color:transparent !important;color:#d94c92 !important}.table .info{background-color:transparent !important}.table .success{background-color:transparent !important;color:#97c728 !important}.table .warning{background-color:transparent !important;color:#fa8926 !important}.cross-fade-exit{opacity:1}.cross-fade-exit.cross-fade-exit-active{transition:opacity 200ms ease-in;opacity:0}.cross-fade-enter{opacity:0}.cross-fade-enter.cross-fade-enter-active{transition:opacity 200ms ease-in;opacity:1}.cross-fade-appear{opacity:0}.cross-fade-appear.cross-fade-appear-active{transition:opacity 200ms ease-in;opacity:1}.long-fade-exit{opacity:1}.long-fade-exit.long-fade-exit-active{transition:opacity 300ms ease-in;opacity:0}.long-fade-enter{opacity:0}.long-fade-enter.long-fade-enter-active{transition:opacity 300ms ease-in;opacity:1}.long-fade-appear{opacity:0}.long-fade-appear.long-fade-appear-active{transition:opacity 300ms ease-in;opacity:1}.toggle-group .toggle-on.btn-sm{padding:3px 20px 3px 8px}.toggle-group .toggle-off.btn-sm{padding:3px 8px 3px 20px}.toggle-group .toggle-off label{background-color:#c7c5c6;color:#6c696a}.toggle-group .toggle-handle:hover{background-color:#fff}.alignleft{float:left}.alignright{float:right}.form-control{height:38px;padding-top:0;padding-bottom:1px;border-radius:6px;font-size:15px}.form-control:focus{border-color:#45b5e6;box-shadow:none}.gracefulEntry{opacity:.005}#footer,#marketingContainer{padding-right:0;padding-left:0;overflow-x:hidden}.dropdown-menu{border-color:#c1c1c1;color:#6c696a}.dropdown-menu li>a{color:#6c696a}.dropdown-menu li>a:hover{color:#6c696a;background-color:#e8e8e8}.dropdown-menu a{padding-top:6px !important;padding-bottom:6px !important;font-size:15px}#logo{margin-right:0;padding:16px 0 0 20px}.pricingSignupButton{margin-top:20px}@media(max-width: 767px){.pricingSignupButton{font-size:16px !important}}.confirmEmailIcon{color:#45b5e6}.bootstrap-dialog-message{line-height:1.6}.bootstrap-dialog-title{margin-top:5px;margin-left:5px;font-size:23px !important;font-weight:300}.bootstrap-dialog.type-primary .modal-header{border:0;background-color:#fff}.bootstrap-dialog.type-primary .modal-header .bootstrap-dialog-title{color:#5e5c5c}.bootstrap-dialog.type-warning .modal-header{border:0;background-color:#fff}.bootstrap-dialog.type-warning .modal-header .bootstrap-dialog-title{color:#e86f05}.bootstrap-dialog.type-danger .modal-header{border:0;background-color:#fff}.bootstrap-dialog.type-danger .modal-header .bootstrap-dialog-title{color:#c72848}.bootstrap-dialog.type-success .modal-header{border:0;background-color:#fff}.bootstrap-dialog.type-success .modal-header .bootstrap-dialog-title{color:#779d1f}.notification-close-button .close{color:#6c696a}.notification-close-button .close:hover{color:#272526}.notification-close-button .close:focus{outline:none;color:#000}.notification-close-button.close-button-hidden{display:none}.modal .modal-body:not(.modal-height-override){max-height:410px;overflow-y:auto}.modal-fullheight{max-height:none !important;padding:21px !important}.modal-backdrop.in{opacity:.6}.modal-body{padding:4px 21px 21px}.modal-header{padding-top:17px;padding-bottom:17px}.modal-footer{padding-top:17px;padding-bottom:11px;border-top-width:0}.modal-center{padding:0 !important;text-align:center}.modal-center::before{display:inline-block;height:100%;margin-right:-4px;content:"";vertical-align:middle}.modal-center .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.modal-content{background-clip:border-box}.bootstrap-dialog-footer-buttons .btn{margin-bottom:6px !important}.promptContent{margin-left:48px !important}@media(max-width: 767px){.promptContent{margin-left:0 !important}}.form-group-no-negative-margin{margin-left:0 !important}.link-container{width:355px;padding-top:12px;padding-right:18px;padding-bottom:14px;padding-left:16px;border-width:1px;white-space:normal}.link-container .link-share-reminder-container,.link-container .link-footer{margin-left:2px;color:#6c696a;line-height:140%}.link-container .link-header{display:inline-block;font-size:16px;font-weight:600}.link-container .link-share-button,.link-container .link-button{min-width:70px;margin-right:8px !important;padding-right:10px;padding-left:10px;border-width:1px;border-radius:6px !important}.link-container .link-button:disabled{border-color:#ccc !important;background-color:#ccc !important;color:#5e5c5c}.link-container .link-footer-wrapper{margin-top:14px}.link-container .link-safari-footer{margin-left:2px}.link-container .link-wait-text{height:30px;margin-top:4px;padding-top:5px;padding-left:2px;color:#6c696a}.link-container .link-iOS-container{height:25px;margin-top:5px;padding-left:2px}.link-container .link-input{width:16em;height:30px;margin-top:4px;padding-right:10px;padding-left:8px;border:1px solid #d7d7d7;border-radius:6px !important;background-color:#fff;box-shadow:none}.link-container .link-share-button{height:38px;margin-top:14px}#title{height:42px;font-size:28px}.bootstrap-dialog .bootstrap-dialog-message{font-size:15px}.nopadright{padding-right:0}.nopadleft{padding-left:0}@media(min-width: 768px){.nopadright-mobile{padding-right:0}.nopadleft-mobile{padding-left:0}.alert{padding-left:55px}}@media(max-width: 767px){#signInButton{margin-bottom:15px}}.auth-action-button{margin-top:10px}.signInButtonGroup{padding-top:8px}#debugOptionsLink{color:#fa8926}.red{color:#fa8926}.btn-group{margin-right:5px}.btn-group.open .dropdown-toggle{box-shadow:none}.mediumSeparator{margin-top:27px;font-size:1px;line-height:1px}.row-centered{text-align:center}.col-nopadding{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.settings-table{margin-top:20px}.settings-table ul{margin-bottom:0}.team-load-spinner{margin-top:20px}.new-team-user-invite-form{margin-top:18px}@media(max-width: 767px){.new-team-user-invite-button{margin-top:10px;margin-bottom:12px}}.add-multiple-users-button{border:0;background-color:transparent;color:#0090d0;cursor:pointer}.add-multiple-users-button:hover{color:#0090d0;text-decoration:underline}.new-team-user-email{margin-top:4px}.addUsersButton{margin-top:2px}.font-weight-normal{font-weight:normal}.font-weight-light{font-weight:300}.magenta{color:#d94c92}.policyEmphasis,.emphasis,.link-container .link-safari-footer{font-family:Ally Web,sans-serif;font-weight:600}.emphasisMagenta{font-family:Ally Web,sans-serif;font-weight:600;color:#d94c92}.policyLowerAlphaList{margin:0;counter-reset:list}.policyLowerAlphaList li{position:relative;list-style:none}.policyLowerAlphaList li::before{position:absolute;left:-1.4em;content:"(" counter(list, lower-alpha) ") ";counter-increment:list}.policyNormal{font-weight:300}.alertEmphasis{font-weight:normal !important;text-decoration:underline}.headline{margin:0 auto;padding-top:6px;padding-bottom:22px;font-size:35px;letter-spacing:normal;line-height:125%}@media(max-width: 767px){.headline{padding-top:0;font-size:28px;line-height:35px}}.headline-modal-dialog{font-family:Ally Web,sans-serif;font-weight:300;margin-bottom:8px;font-size:21pt}@media(max-width: 767px){.headline-modal-dialog{font-size:17pt}}.headline-modal-dialog-text{margin-left:11px}.headline-center{text-align:center}.headline-top-page{margin-top:15px}@media(max-width: 767px){.headline-top-page{margin-top:0}}.headline-small-para{font-family:Ally Web,sans-serif;font-weight:600;padding-top:12px;padding-bottom:6px;font-size:19px}.policy-list{padding-bottom:20px}.policy-list li{padding-bottom:5px}.headline-paragraph{margin-top:30px}.headline-bio-page{padding-bottom:0}.padbottom{padding-bottom:30px}.padbottom-large{padding-bottom:60px}.padbottom-small{padding-bottom:15px}.checkbox-padbottom{padding-bottom:17px}.padtop{padding-top:10px}.padtop-big{padding-top:20px}.bodytext{margin:0 auto;color:#6c696a;font-size:19px;line-height:35px;text-align:left}.bodytext ul,.bodytext ol{margin-bottom:32px}.bodytext li{margin-bottom:11px;line-height:1.7}.center{text-align:center}.teamRow ul,.teamRow li{margin-bottom:0 !important}.teamRow ul a,.teamRow li a{line-height:1.5}.settings-table>tbody>tr>td{padding-top:10px;vertical-align:middle}.actions-menu-cell{padding-top:8px !important}.non-interactive-cell{cursor:default}.textioLogoInDialogHeaderContainer{display:inline-block;width:31px;margin-right:15px;margin-left:2px}.textioLogoInDialogHeader{width:100%;height:100%;padding-bottom:5px}.section{width:100%;padding-top:30px;padding-bottom:30px;border-top:1px;border-top-style:solid;border-top-color:#d7d7d7;background-color:#fff}.section-end{border-bottom:1px;border-bottom-style:solid;border-bottom-color:#d7d7d7}.contactLine{margin-bottom:16px;color:#5e5c5c;font-size:19px}@media(max-width: 767px){.contactLine{line-height:145%}}.settingsLabel,.site-content-text{padding-bottom:8px;font-size:16px;line-height:1.8}#signUpCommit{margin-top:18px}@media(min-width: 768px){.lastNameContainer{padding-left:0}}@media(max-width: 767px){.lastNameContainer{margin-top:20px}}#startUsingNow{display:none}#needHelpSection{display:none}.help-link{font-size:14.5px}.authProgress{display:none;font-size:18px}.heart{color:#d94c92}.checkmark{color:#97c728}.successStatus{color:#97c728}.errorStatus{color:#fa8926}.messageBoxError{margin-top:-10px;margin-bottom:-10px;color:#c7c5c6;font-size:11px}.warningStatus{color:#fa8926}.primaryStatus{color:#45b5e6}.star{color:#f5c345}.noresize{resize:none}.full-width{width:100%}.settingContents{margin-bottom:32px}.tabContent>.tabPane{display:none}.tabContent>.tabActive{display:block}.tabFade{transition:opacity .5s ease-in-out;opacity:0}.tabFade.tabIn{opacity:1}#userIcon{color:#45b5e6}.userTeamLabel.userTileNoTeam{color:#d94c92}.supportCodeContainer{color:#8c898b}#profileButtonDesc{margin-top:20px;line-height:26px}#subscriptionContainer{margin:24px 0 27px}.fade{transition:opacity .2s linear;opacity:0}.basicAccountHidden{display:none}.profilePageLink{margin-bottom:9px;font-size:15px}.modal-backdrop-dark{background-color:#017bae;opacity:1 !important}.form-modal-dialog{margin-top:23px;margin-right:15px;margin-left:15px}@media(min-width: 768px){.modal-narrow{width:450px}}@media(min-width: 768px){.modal-medium{width:550px}}.iPhoneNoZoomText{font-size:16px !important}#fileNameContainer{width:438px}@media(max-width: 767px){#fileNameContainer{width:320px}}.personBioTitleDialog{padding-top:4px;font-size:20px;line-height:1.2em}#getFileNameSection{margin-bottom:20px}#labelFileName{padding-bottom:6px;padding-left:1px}#saveBtnContainer{display:flex}#saveLocalBtn,#saveToDropboxBtn{margin-right:8px;margin-bottom:3px}#saveCustomTooltip{width:200px}@media(max-width: 767px){#saveCustomTooltip{width:100%}}.indent{text-indent:30px}.indentDouble{text-indent:60px}.errorLink,.welcomeBackLink{font-size:16px}#continueWorkingButton{margin-top:0;margin-bottom:25px}.no-hover-toggle-button:hover{background:transparent !important}#tooltipPanelHeading{padding-top:6px;padding-bottom:6px}.textio-panel-heading{padding-top:13px;padding-bottom:10px}.noOpenPositions{color:#8c898b}.menu-item-button{display:inline-block;min-width:100%;max-width:100%;padding:6px 15px 5px;border:0;background-color:transparent;color:#6c696a;font-size:15px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.menu-item-button:disabled{color:#d0d0d0;cursor:not-allowed}.menu-item-button:active{outline:none}.menu-item-button.menu-item-button-hover{background-color:#e8e8e8;color:#6c696a}.standard-hover .menu-item-button:hover{background-color:#e8e8e8;color:#6c696a}.company-compare-dialog .modal-header{padding-bottom:0}.company-compare-dialog .modal-body{padding-top:0 !important}.company-compare-dialog .modal-narrow{width:450px}@media(max-width: 768px){.company-compare-dialog{height:100%;min-height:none}.company-compare-dialog .modal-narrow{margin-right:auto;margin-left:auto}.company-compare-dialog .modal-content{max-height:100%}.company-compare-dialog .modal-body{max-height:100% !important}}@media(max-width: 450px){.company-compare-dialog .modal-narrow{width:calc(100% - 20px);margin:10px}}.wait{display:inline-block;margin-right:.35em;transition:opacity .75s linear;opacity:0;animation:wait-anim 1.5s infinite ease-in-out alternate}.wait::before{content:"●"}@keyframes wait-anim{0%,100%{opacity:.11}50%{opacity:.7}}.img-responsive{width:100%}.enable-highlights .phrase-animate{transition:background-color 0.4s,box-shadow 0.4s,border-color 0.4s}.enable-highlights .phrase-outline,.enable-highlights .phrase-highlight{padding-bottom:1px;border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid;border-color:transparent;background-color:transparent;cursor:default}.enable-highlights .phrase-outline{border-top-style:solid;border-top-width:1px;margin-top:-1px;border-bottom-style:solid;border-bottom-width:1px;margin-bottom:-1px}.enable-highlights .phrase-distinct-left{box-shadow:-1px 0 #fff}.enable-highlights .phrase-highlight-left{border-left-style:solid;border-top-left-radius:5px;border-bottom-left-radius:5px;border-left-width:1px;margin-left:-1px;margin-right:-1px;padding-right:1px}.enable-highlights .phrase-highlight-left.phrase-highlight-right{padding-right:0}.enable-highlights .phrase-highlight-right{border-right-style:solid;border-top-right-radius:5px;border-bottom-right-radius:5px;border-right-width:1px;margin-right:-1px;margin-left:-1px;padding-left:1px}.enable-highlights .phrase-highlight-right.phrase-highlight-left{padding-left:0}.enable-highlights .phrase-outline-left{border-top-left-radius:6px;border-bottom-left-radius:6px;border-left-style:solid;border-left-width:2px;margin-left:-2px}.enable-highlights .phrase-outline-right:not(.outline-underlap-right){border-top-right-radius:6px;border-bottom-right-radius:6px;border-right-style:solid;border-right-width:2px;margin-right:-2px}.enable-highlights span.phrase-outline-right-edge-and-left-of-phrase.phrase-is-opportunity:not(.phrase-right-edge-and-left-of-phrase-clear)+span.phrase-outline{margin-left:2px}.enable-highlights span.phrase-outline-right-edge-and-left-of-phrase.phrase-is-opportunity:not(.phrase-right-edge-and-left-of-phrase-clear)+span.phrase-outline.phrase-outline-left{margin-left:0}.enable-highlights span.phrase-outline-right-edge-and-left-of-phrase.phrase-is-opportunity:not(.phrase-right-edge-and-left-of-phrase-clear)+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.enable-highlights span.phrase-outline-right-edge-and-left-of-phrase.phrase-is-opportunity:not(.phrase-right-edge-and-left-of-phrase-clear)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.enable-highlights .phrase-underlap-left{margin-left:-3px;padding-left:3px}.enable-highlights .phrase-underlap-right{margin-right:-3px;padding-right:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-outline .phrase-yellow.positive:not(.hovered):not(.colorblind){background:linear-gradient(180deg, #fff7b9 75%, #d9f593 100%)}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-outline .phrase-yellow.negative:not(.hovered):not(.colorblind){background:linear-gradient(180deg, #fff7b9 75%, #ffce8b 105%)}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined>span>a>span{border-bottom-width:2px;border-bottom-style:solid}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined>span>a>span{border-bottom-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-surplus>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-surplus>span>a>span{border-bottom-color:#ffce8b}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-grammar>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-grammar>span>a>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-spelling>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-spelling>span>a>span{border-bottom-color:#c72848}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-underlined>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.phrase-underlined>span>a>span{border-bottom-color:#c7c5c6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-grammar>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-grammar>span>a>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-spelling>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-spelling>span>a>span{border-bottom-color:#92011e}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-grammar.colorblind,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-spelling.colorblind{color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-surplus>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-surplus>span>a>span{border-bottom-color:#fa8926}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-surplus.colorblind{color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-underlined>span>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-is-underlined.hovered.phrase-underlined>span>a>span{border-bottom-color:#c7c5c6}.highlight-style-text .enable-highlights .phrase-is-underlined .phrase-surplus,.enable-highlights .template-section-wrapper .phrase-is-underlined .phrase-surplus{color:#f8a333}.highlight-style-text .enable-highlights .phrase-is-underlined .phrase-surplus.colorblind,.enable-highlights .template-section-wrapper .phrase-is-underlined .phrase-surplus.colorblind{color:#f8a333}.highlight-style-text .enable-highlights .phrase-is-underlined .phrase-surplus.hovered,.enable-highlights .template-section-wrapper .phrase-is-underlined .phrase-surplus.hovered{color:#fff;background-color:#fa8926}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red,#details-pane .phrase-red{border-color:#ffce8b;background-color:#ffce8b}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red.colorblind,#details-pane .phrase-red.colorblind{border-color:#d55e00;background-color:#d55e00;color:#fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red.colorblind .textio-editor-link,#details-pane .phrase-red.colorblind .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red.colorblind .textio-editor-link:hover,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red.colorblind .textio-editor-link:focus,#details-pane .phrase-red.colorblind .textio-editor-link:hover,#details-pane .phrase-red.colorblind .textio-editor-link:focus{text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red.phrase-outline,#details-pane .phrase-red.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red .phrase-highlight:not(.phrase-red),#details-pane .phrase-red .phrase-highlight:not(.phrase-red){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-red,.enable-highlights .template-section-wrapper .phrase-red{color:#9a4801}.highlight-style-text .enable-highlights .phrase-red.colorblind,.enable-highlights .template-section-wrapper .phrase-red.colorblind{color:#d55e00}.highlight-style-text .enable-highlights .phrase-red.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-red.colorblind.hovered{border-color:#d55e00;background-color:#d55e00;color:#fff}.enable-highlights .phrase-red.hovered:not(.colorblind){border-color:#fa8926;background-color:#fa8926;color:#fff}.enable-highlights .phrase-red.hovered:not(.colorblind) .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.enable-highlights .phrase-red.hovered:not(.colorblind) .textio-editor-link:hover,.enable-highlights .phrase-red.hovered:not(.colorblind) .textio-editor-link:focus{text-decoration:none}.enable-highlights .phrase-red.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red-opportunity,#details-pane .phrase-red-opportunity{border-color:#f07e20;background-color:#f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red-opportunity.colorblind,#details-pane .phrase-red-opportunity.colorblind{border-color:#d55e00;background-color:#d55e00;color:#fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red-opportunity.phrase-outline,#details-pane .phrase-red-opportunity.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-red-opportunity .phrase-highlight:not(.phrase-red-opportunity),#details-pane .phrase-red-opportunity .phrase-highlight:not(.phrase-red-opportunity){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-red-opportunity.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-red-opportunity.colorblind.hovered{border-color:#d55e00;background-color:#d55e00;color:#fff}.enable-highlights .phrase-red-opportunity.hovered:not(.colorblind){border-color:#f07e20;background-color:#f07e20;color:#6c696a}.enable-highlights .phrase-red-opportunity.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green,#details-pane .phrase-green{border-color:#d9f593;background-color:#d9f593}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green.colorblind,#details-pane .phrase-green.colorblind{border-color:#0072b2;background-color:#0072b2;color:#fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green.colorblind .textio-editor-link,#details-pane .phrase-green.colorblind .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green.colorblind .textio-editor-link:hover,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green.colorblind .textio-editor-link:focus,#details-pane .phrase-green.colorblind .textio-editor-link:hover,#details-pane .phrase-green.colorblind .textio-editor-link:focus{text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green.phrase-outline,#details-pane .phrase-green.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green .phrase-highlight:not(.phrase-green),#details-pane .phrase-green .phrase-highlight:not(.phrase-green){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-green,.enable-highlights .template-section-wrapper .phrase-green{color:#597f00}.highlight-style-text .enable-highlights .phrase-green.colorblind,.enable-highlights .template-section-wrapper .phrase-green.colorblind{color:#0072b2}.highlight-style-text .enable-highlights .phrase-green.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-green.colorblind.hovered{border-color:#0072b2;background-color:#0072b2;color:#fff}.enable-highlights .phrase-green.hovered:not(.colorblind){border-color:#97c728;background-color:#97c728;color:#fff}.enable-highlights .phrase-green.hovered:not(.colorblind) .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.enable-highlights .phrase-green.hovered:not(.colorblind) .textio-editor-link:hover,.enable-highlights .phrase-green.hovered:not(.colorblind) .textio-editor-link:focus{text-decoration:none}.enable-highlights .phrase-green.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green-opportunity,#details-pane .phrase-green-opportunity{border-color:#97c728;background-color:#97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green-opportunity.colorblind,#details-pane .phrase-green-opportunity.colorblind{border-color:#0072b2;background-color:#0072b2;color:#fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green-opportunity.phrase-outline,#details-pane .phrase-green-opportunity.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-green-opportunity .phrase-highlight:not(.phrase-green-opportunity),#details-pane .phrase-green-opportunity .phrase-highlight:not(.phrase-green-opportunity){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-green-opportunity.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-green-opportunity.colorblind.hovered{border-color:#0072b2;background-color:#0072b2;color:#fff}.enable-highlights .phrase-green-opportunity.hovered:not(.colorblind){border-color:#78ac00;background-color:#78ac00;color:#6c696a}.enable-highlights .phrase-green-opportunity.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue,#details-pane .phrase-blue{border-color:#a9e7fe;background-color:#a9e7fe}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue.colorblind,#details-pane .phrase-blue.colorblind{border-color:#68e6ff;background-color:#68e6ff;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue.colorblind .textio-editor-link,#details-pane .phrase-blue.colorblind .textio-editor-link{background-image:linear-gradient(to bottom, #000 50%, #000 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#000;text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue.colorblind .textio-editor-link:hover,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue.colorblind .textio-editor-link:focus,#details-pane .phrase-blue.colorblind .textio-editor-link:hover,#details-pane .phrase-blue.colorblind .textio-editor-link:focus{text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue.phrase-outline,#details-pane .phrase-blue.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue .phrase-highlight:not(.phrase-blue),#details-pane .phrase-blue .phrase-highlight:not(.phrase-blue){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-blue,.enable-highlights .template-section-wrapper .phrase-blue{color:#006b99}.highlight-style-text .enable-highlights .phrase-blue.colorblind,.enable-highlights .template-section-wrapper .phrase-blue.colorblind{color:#00859d}.highlight-style-text .enable-highlights .phrase-blue.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-blue.colorblind.hovered{border-color:#68e6ff;background-color:#68e6ff;color:#000}.enable-highlights .phrase-blue.hovered:not(.colorblind){border-color:#45b5e6;background-color:#45b5e6;color:#fff}.enable-highlights .phrase-blue.hovered:not(.colorblind) .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.enable-highlights .phrase-blue.hovered:not(.colorblind) .textio-editor-link:hover,.enable-highlights .phrase-blue.hovered:not(.colorblind) .textio-editor-link:focus{text-decoration:none}.enable-highlights .phrase-blue.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue-opportunity,#details-pane .phrase-blue-opportunity{border-color:#45b5e6;background-color:#45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue-opportunity.colorblind,#details-pane .phrase-blue-opportunity.colorblind{border-color:#68e6ff;background-color:#68e6ff;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue-opportunity.phrase-outline,#details-pane .phrase-blue-opportunity.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-blue-opportunity .phrase-highlight:not(.phrase-blue-opportunity),#details-pane .phrase-blue-opportunity .phrase-highlight:not(.phrase-blue-opportunity){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-blue-opportunity.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-blue-opportunity.colorblind.hovered{border-color:#68e6ff;background-color:#68e6ff;color:#000}.enable-highlights .phrase-blue-opportunity.hovered:not(.colorblind){border-color:#0090d0;background-color:#0090d0;color:#6c696a}.enable-highlights .phrase-blue-opportunity.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink,#details-pane .phrase-pink{border-color:#f0b6ff;background-color:#f0b6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink.colorblind,#details-pane .phrase-pink.colorblind{border-color:#f0e442;background-color:#f0e442;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink.colorblind .textio-editor-link,#details-pane .phrase-pink.colorblind .textio-editor-link{background-image:linear-gradient(to bottom, #000 50%, #000 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#000;text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink.colorblind .textio-editor-link:hover,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink.colorblind .textio-editor-link:focus,#details-pane .phrase-pink.colorblind .textio-editor-link:hover,#details-pane .phrase-pink.colorblind .textio-editor-link:focus{text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink.phrase-outline,#details-pane .phrase-pink.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink .phrase-highlight:not(.phrase-pink),#details-pane .phrase-pink .phrase-highlight:not(.phrase-pink){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-pink,.enable-highlights .template-section-wrapper .phrase-pink{color:#7c4c8a}.highlight-style-text .enable-highlights .phrase-pink.colorblind,.enable-highlights .template-section-wrapper .phrase-pink.colorblind{color:#bcb40b}.highlight-style-text .enable-highlights .phrase-pink.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-pink.colorblind.hovered{border-color:#f0e442;background-color:#f0e442;color:#000}.enable-highlights .phrase-pink.hovered:not(.colorblind){border-color:#b159c7;background-color:#b159c7;color:#fff}.enable-highlights .phrase-pink.hovered:not(.colorblind) .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.enable-highlights .phrase-pink.hovered:not(.colorblind) .textio-editor-link:hover,.enable-highlights .phrase-pink.hovered:not(.colorblind) .textio-editor-link:focus{text-decoration:none}.enable-highlights .phrase-pink.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink-opportunity,#details-pane .phrase-pink-opportunity{border-color:#b159c7;background-color:#b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink-opportunity.colorblind,#details-pane .phrase-pink-opportunity.colorblind{border-color:#f0e442;background-color:#f0e442;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink-opportunity.phrase-outline,#details-pane .phrase-pink-opportunity.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-pink-opportunity .phrase-highlight:not(.phrase-pink-opportunity),#details-pane .phrase-pink-opportunity .phrase-highlight:not(.phrase-pink-opportunity){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-pink-opportunity.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-pink-opportunity.colorblind.hovered{border-color:#f0e442;background-color:#f0e442;color:#000}.enable-highlights .phrase-pink-opportunity.hovered:not(.colorblind){border-color:#9011b0;background-color:#9011b0;color:#6c696a}.enable-highlights .phrase-pink-opportunity.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow,#details-pane .phrase-yellow{border-color:#fff7b9;background-color:#fff7b9}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow.colorblind,#details-pane .phrase-yellow.colorblind{border-color:#f5c345;background-color:#f5c345;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow.colorblind .textio-editor-link,#details-pane .phrase-yellow.colorblind .textio-editor-link{background-image:linear-gradient(to bottom, #000 50%, #000 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#000;text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow.colorblind .textio-editor-link:hover,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow.colorblind .textio-editor-link:focus,#details-pane .phrase-yellow.colorblind .textio-editor-link:hover,#details-pane .phrase-yellow.colorblind .textio-editor-link:focus{text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow.phrase-outline,#details-pane .phrase-yellow.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow .phrase-highlight:not(.phrase-yellow),#details-pane .phrase-yellow .phrase-highlight:not(.phrase-yellow){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-yellow,.enable-highlights .template-section-wrapper .phrase-yellow{color:#e5c207}.highlight-style-text .enable-highlights .phrase-yellow.colorblind,.enable-highlights .template-section-wrapper .phrase-yellow.colorblind{color:#f5c345}.highlight-style-text .enable-highlights .phrase-yellow.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-yellow.colorblind.hovered{border-color:#f5c345;background-color:#f5c345;color:#000}.enable-highlights .phrase-yellow.hovered:not(.colorblind){border-color:#fef157;background-color:#fef157;color:#6c696a}.enable-highlights .phrase-yellow.hovered:not(.colorblind) .textio-editor-link{background-image:linear-gradient(to bottom, #6c696a 50%, #6c696a 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#6c696a;text-decoration:none}.enable-highlights .phrase-yellow.hovered:not(.colorblind) .textio-editor-link:hover,.enable-highlights .phrase-yellow.hovered:not(.colorblind) .textio-editor-link:focus{text-decoration:none}.enable-highlights .phrase-yellow.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow-opportunity,#details-pane .phrase-yellow-opportunity{border-color:gold;background-color:gold}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow-opportunity.colorblind,#details-pane .phrase-yellow-opportunity.colorblind{border-color:#f5c345;background-color:#f5c345;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow-opportunity.phrase-outline,#details-pane .phrase-yellow-opportunity.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-yellow-opportunity .phrase-highlight:not(.phrase-yellow-opportunity),#details-pane .phrase-yellow-opportunity .phrase-highlight:not(.phrase-yellow-opportunity){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-yellow-opportunity.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-yellow-opportunity.colorblind.hovered{border-color:#f5c345;background-color:#f5c345;color:#000}.enable-highlights .phrase-yellow-opportunity.hovered:not(.colorblind){border-color:gold;background-color:gold;color:#6c696a}.enable-highlights .phrase-yellow-opportunity.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray,#details-pane .phrase-gray{border-color:#e8e8e8;background-color:#e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray.colorblind,#details-pane .phrase-gray.colorblind{border-color:#e8e8e8;background-color:#e8e8e8;color:#000}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray.colorblind .textio-editor-link,#details-pane .phrase-gray.colorblind .textio-editor-link{background-image:linear-gradient(to bottom, #000 50%, #000 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#000;text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray.colorblind .textio-editor-link:hover,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray.colorblind .textio-editor-link:focus,#details-pane .phrase-gray.colorblind .textio-editor-link:hover,#details-pane .phrase-gray.colorblind .textio-editor-link:focus{text-decoration:none}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray.phrase-outline,#details-pane .phrase-gray.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-gray .phrase-highlight:not(.phrase-gray),#details-pane .phrase-gray .phrase-highlight:not(.phrase-gray){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-gray,.enable-highlights .template-section-wrapper .phrase-gray{color:#6c696a}.highlight-style-text .enable-highlights .phrase-gray.colorblind,.enable-highlights .template-section-wrapper .phrase-gray.colorblind{color:#6c696a}.highlight-style-text .enable-highlights .phrase-gray.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-gray.colorblind.hovered{border-color:#e8e8e8;background-color:#e8e8e8;color:#000}.enable-highlights .phrase-gray.hovered:not(.colorblind){border-color:#a6a6a6;background-color:#a6a6a6;color:#fff}.enable-highlights .phrase-gray.hovered:not(.colorblind) .textio-editor-link{background-image:linear-gradient(to bottom, #fff 50%, #fff 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#fff;text-decoration:none}.enable-highlights .phrase-gray.hovered:not(.colorblind) .textio-editor-link:hover,.enable-highlights .phrase-gray.hovered:not(.colorblind) .textio-editor-link:focus{text-decoration:none}.enable-highlights .phrase-gray.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-clear,#details-pane .phrase-clear{border-color:#fff;background-color:#fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-clear.colorblind,#details-pane .phrase-clear.colorblind{border-color:#fff;background-color:#fff;color:#5e5c5c}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-clear.phrase-outline,#details-pane .phrase-clear.phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-clear .phrase-highlight:not(.phrase-clear),#details-pane .phrase-clear .phrase-highlight:not(.phrase-clear){border-top-style:none;border-bottom-style:none}.highlight-style-text .enable-highlights .phrase-clear.colorblind.hovered,.enable-highlights .template-section-wrapper .phrase-clear.colorblind.hovered{border-color:#fff;background-color:#fff;color:#5e5c5c}.enable-highlights .phrase-clear.hovered:not(.colorblind){border-color:#fff;background-color:#fff;color:#5e5c5c}.enable-highlights .phrase-clear.hovered:not(.colorblind).phrase-outline{background-color:transparent}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-background-merge{box-shadow:8px 0 #ffce8b}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #ffce8b,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #ffce8b}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #ffce8b,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #ffce8b}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #fa8926}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fa8926,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fa8926}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fa8926,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fa8926}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-background-merge{box-shadow:8px 0 #d55e00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #d55e00,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #d55e00,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #fa8926}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fa8926,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fa8926}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fa8926,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fa8926}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #d55e00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #d55e00,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #d55e00,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-background-merge{box-shadow:8px 0 #f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f07e20,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f07e20,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f07e20,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f07e20,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f07e20}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-background-merge{box-shadow:8px 0 #d55e00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #d55e00,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #d55e00,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #f07e20}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f07e20,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f07e20}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f07e20,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f07e20}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #d55e00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #d55e00,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #d55e00,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #d55e00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-red-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-background-merge{box-shadow:8px 0 #d9f593}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #d9f593,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #d9f593}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #d9f593,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #d9f593}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #97c728,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #97c728,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-background-merge{box-shadow:8px 0 #0072b2}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #0072b2,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #0072b2,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #97c728}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #97c728,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #97c728}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #97c728,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #97c728}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #0072b2}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #0072b2,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #0072b2,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-background-merge{box-shadow:8px 0 #97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #97c728,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #97c728,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #97c728}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #78ac00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #78ac00,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #78ac00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #78ac00,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #78ac00}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-background-merge{box-shadow:8px 0 #0072b2}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #0072b2,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #0072b2,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #78ac00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #78ac00,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #78ac00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #78ac00,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #78ac00}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #0072b2}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #0072b2,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #0072b2,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #0072b2}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-green-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-background-merge{box-shadow:8px 0 #a9e7fe}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #a9e7fe,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #a9e7fe}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #a9e7fe,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #a9e7fe}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #45b5e6,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #45b5e6,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-background-merge{box-shadow:8px 0 #68e6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #68e6ff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #68e6ff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #45b5e6}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #45b5e6,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #45b5e6}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #45b5e6,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #45b5e6}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #68e6ff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #68e6ff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #68e6ff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-background-merge{box-shadow:8px 0 #45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #45b5e6,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #45b5e6,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #45b5e6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #0090d0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #0090d0,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #0090d0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #0090d0,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #0090d0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-background-merge{box-shadow:8px 0 #68e6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #68e6ff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #68e6ff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #0090d0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #0090d0,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #0090d0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #0090d0,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #0090d0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #68e6ff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #68e6ff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #68e6ff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #68e6ff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-blue-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-background-merge{box-shadow:8px 0 #f0b6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f0b6ff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f0b6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f0b6ff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f0b6ff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #b159c7,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #b159c7,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-background-merge{box-shadow:8px 0 #f0e442}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f0e442,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f0e442,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #b159c7}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #b159c7,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #b159c7}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #b159c7,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #b159c7}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #f0e442}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f0e442,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f0e442,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-background-merge{box-shadow:8px 0 #b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #b159c7,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #b159c7,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #b159c7}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #9011b0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #9011b0,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #9011b0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #9011b0,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #9011b0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-background-merge{box-shadow:8px 0 #f0e442}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f0e442,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f0e442,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #9011b0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #9011b0,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #9011b0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #9011b0,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #9011b0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #f0e442}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f0e442,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f0e442,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f0e442}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-pink-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-background-merge{box-shadow:8px 0 #fff7b9}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fff7b9,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fff7b9}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fff7b9,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fff7b9}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #fef157}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fef157,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fef157}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fef157,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fef157}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-background-merge{box-shadow:8px 0 #f5c345}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f5c345,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f5c345,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #fef157}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fef157,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fef157}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fef157,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fef157}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #f5c345}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f5c345,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f5c345,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-background-merge{box-shadow:8px 0 #ffd700}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #ffd700,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #ffd700}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #ffd700,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #ffd700}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #ffd700}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #ffd700,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #ffd700}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #ffd700,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #ffd700}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-background-merge{box-shadow:8px 0 #f5c345}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f5c345,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f5c345,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #ffd700}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #ffd700,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #ffd700}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #ffd700,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #ffd700}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #f5c345}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #f5c345,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #f5c345,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #f5c345}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-yellow-opportunity.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-background-merge{box-shadow:8px 0 #e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #e8e8e8,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #e8e8e8,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #a6a6a6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #a6a6a6,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #a6a6a6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #a6a6a6,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #a6a6a6}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-background-merge{box-shadow:8px 0 #e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #e8e8e8,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #e8e8e8,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #e8e8e8}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #a6a6a6}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #a6a6a6,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #a6a6a6}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #a6a6a6,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #a6a6a6}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #e8e8e8}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #e8e8e8,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #e8e8e8}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #e8e8e8,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #e8e8e8}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-gray.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-background-merge{box-shadow:8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-background-merge{box-shadow:8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fff,-1px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind+span.phrase-outline{margin-left:3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-background-merge{box-shadow:8px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.left-of-hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-background-merge{box-shadow:8px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-background-merge.phrase-distinct-left{box-shadow:8px 0 #fff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-distinct-right.phrase-background-merge,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-distinct-right.phrase-background-merge{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-distinct-right.phrase-background-merge.phrase-distinct-left{box-shadow:1px 0 #fff,8px 0 #fff,-1px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)>span.phrase-highlight{box-shadow:1px 0 #fff,8px 0 #fff}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline.phrase-outline-left>span.phrase-highlight{margin-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight{margin-left:2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-outline.phrase-is-opportunity.phrase-background-merge:not(.phrase-outline-right)+span.phrase-outline>span.phrase-highlight>span{margin-left:-2px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline{margin-left:3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline.phrase-outline-left,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline.phrase-outline-left{margin-left:1px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left),.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline>span.phrase-highlight.phrase-highlight-right:not(.phrase-highlight-left){margin-left:0;padding-left:0}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered+span.phrase-outline>span.phrase-highlight>span{margin-left:-3px}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-clear,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-clear{box-shadow:8px 0 #fff !important}.highlight-style-text .enable-highlights .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-clear.phrase-distinct-right,.enable-highlights .template-section-wrapper .phrase-right-edge-and-left-of-phrase-clear.colorblind.hovered.phrase-clear.phrase-distinct-right{box-shadow:1px 0 #fff,8px 0 #fff !important}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-highlight.phrase-underlined{background-image:linear-gradient(to bottom, #c7c5c6 50%, #c7c5c6 0);background-repeat:repeat-x;background-position:0 1.04em;background-size:2px 2px}.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-highlight.phrase-underlined>span,.highlight-style-bg .enable-highlights .editor-body-wrapper .phrase-highlight.phrase-underlined>a>span{border-bottom-color:transparent}.textio-editor-link{background-image:linear-gradient(to bottom, #0090d0 50%, #0090d0 0);background-repeat:repeat-x;background-position:0 1em;background-size:2px 2px;color:#0090d0;text-decoration:none}.textio-editor-link:hover,.textio-editor-link:focus{text-decoration:none}.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-outline{box-shadow:1px 0 transparent,8px 0 transparent !important}.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-highlight:not(.hovered),.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-outline:not(.hovered){background:transparent !important;border-color:transparent !important}.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-highlight:not(.hovered).colorblind,.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-outline:not(.hovered).colorblind{color:#6c696a !important}.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-is-underlined>span>span,.age-gauge-phrases-highlighted div.public-DraftEditor-content .phrase-is-underlined>span>a>span{border-bottom-color:transparent !important}.react-datepicker{font-size:1em;border-radius:6px}.react-datepicker-wrapper{width:100%}.react-datepicker__header{padding-top:.8em;background-color:#f4f3f4;border-top-left-radius:6px;border-top-right-radius:6px}.react-datepicker__month{margin:.4em 1em}.react-datepicker__day-name,.react-datepicker__day{width:1.9em;line-height:1.9em}.react-datepicker__current-month{font-size:1em}.react-datepicker__navigation{top:1em;line-height:1.7em;border:.45em solid transparent}.react-datepicker__navigation--previous{border-right-color:#c7c5c6;left:1em;outline:none}.react-datepicker__navigation--next{border-left-color:#c7c5c6;right:1em;outline:none}.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected{background-color:#45b5e6}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__day--selected:hover{background-color:#0090d0}.react-datepicker__input-container{width:100%}.react-datepicker__input-container input[type=text]{border-color:#d7d7d7;border-radius:6px;border-style:solid;border-width:1px;line-height:35px;outline:none;padding-left:11px;padding-right:11px;padding-top:2px}.react-datepicker__input-container input[type=text]:active,.react-datepicker__input-container input[type=text]:focus{border-color:#45b5e6}.post-page-body-content{word-break:break-word;word-wrap:break-word}.post-page-body-content blockquote{font-size:26px;font-family:Charis,serif;position:relative;margin-top:10px;border-left:1px solid #c7c5c6;padding-left:18px;quotes:"“" "”" "‘" "’";float:right;word-wrap:break-word;margin-right:0px}.post-page-body-content blockquote::before{content:"“";font-family:Ally Web,sans-serif;color:#d94c92;position:absolute}.post-page-body-content.sidebar-showing blockquote{width:230px;margin-left:110px}.post-page-body-content.sidebar-showing blockquote::before{font-size:200px;top:65px;left:-80px}.post-page-body-content.sidebar-hidden blockquote{width:93%;margin-left:50px}.post-page-body-content.sidebar-hidden blockquote::before{font-size:125px;top:35px;left:-50px}.post-page-body-content img{width:100%;max-width:100%}.post-page-body-content figure{margin:1.5em 0px;text-align:center}.post-page-body-content figure p{margin-bottom:5px}.post-page-body-content figcaption{color:#c7c5c6;text-align:center;font-size:14px;line-height:1.8}.post-page-body-content figcaption em{font-style:normal}.post-page-body-content h3{line-height:1.4}.post-page-body-content code,.post-page-body-content pre{background-color:#f4f3f4;color:#5e5c5c;border-radius:6px;display:inline;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:85%;padding:0px 3px}.post-page-body-content blockquote.twitter-tweet{display:none}.post-page-body-content iframe.twitter-tweet{margin:0 auto}html:not(.unstyled-page),html:not(.unstyled-page)>body{width:100%;height:100%}html:not(.unstyled-page){-ms-overflow-style:none}html.ipad-editor-layout,html.ipad-editor-layout>body{overflow-y:visible}html.ipad-editor-layout>body{height:auto;min-height:100%}

/*# sourceMappingURL=styles.css.map*/