.dbp-textbox {
  position: relative;
}

.dbp-textbox input {
  background: #fff;
}

.dbp-textbox .label-text {
  margin-right: 0.5rem;
}

.dbp-textbox .extra {
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.3844101563px;
  color: #444;
}

.dbp-textbox .optional {
  font-style: italic;
  font-weight: 500;
  margin-left: 4px;
}

.dbp-textbox.fixed-label label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #001e62;
}

.dbp-textbox.fixed-label .positioner {
  position: relative;
  letter-spacing: 0.048234375px;
}

.dbp-textbox.fixed-label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  letter-spacing: 0.048234375px;
  font-size: 1rem;
  width: 100%;
  display: block;
  height: 3.5rem;
  padding-left: 1rem;
  color: #001e62;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #cbd1e0;
}

.dbp-textbox.fixed-label input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.dbp-textbox.fixed-label input::-webkit-input-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.fixed-label input:-moz-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.fixed-label input::-moz-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.fixed-label input:-ms-input-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.fixed-label input:focus {
  border: 1px solid #00a4e4;
}

.dbp-textbox.fixed-label.has-error label {
  color: #d60018;
}

.dbp-textbox.fixed-label.has-error input {
  background-color: #fff5f6;
  border: 1px solid #d60018;
  color: #d60018;
}

.dbp-textbox.fixed-label.has-error input:focus {
  color: #001e62;
  background: #fff;
}

.dbp-textbox.fixed-label.has-error input:valid ~ label.dbp-textbox-label,
.dbp-textbox.fixed-label.has-error input:disabled ~ label.dbp-textbox-label,
.dbp-textbox.fixed-label.has-error input[readonly='readonly'] ~ label.dbp-textbox-label,
.dbp-textbox.fixed-label.has-error input[readonly] ~ label.dbp-textbox-label {
  color: #d60018;
}

.dbp-textbox.fixed-label.has-error input:valid:focus ~ label.dbp-textbox-label {
  color: #8999b9;
}

.dbp-textbox.floating-label .positioner {
  position: relative;
  letter-spacing: 0.048234375px;
}

.dbp-textbox.floating-label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  letter-spacing: 0.048234375px;
  font-size: 1.125rem;
  padding-top: 1.25em;
  display: block;
  height: 3.5rem;
  padding-left: 1rem;
  color: #001e62;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 100%;
}

.dbp-textbox.floating-label input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.dbp-textbox.floating-label input::-webkit-input-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.floating-label input:-moz-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.floating-label input::-moz-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.floating-label input:-ms-input-placeholder {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: rgba(0, 30, 98, 0.4);
}

.dbp-textbox.floating-label input:focus {
  border: 1px solid #00a4e4;
}

.dbp-textbox.floating-label label {
  font-size: 1.125em;
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 500;
}

.dbp-textbox.floating-label.floated label {
  top: 0.25em;
  font-size: 0.875em;
  letter-spacing: 0.3844101563px;
}

.dbp-textbox.floating-label input:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.dbp-textbox.floating-label input:not(:focus):-moz-placeholder {
  opacity: 0;
}

.dbp-textbox.floating-label input:not(:focus)::-moz-placeholder {
  opacity: 0;
}

.dbp-textbox.floating-label input:not(:focus):-ms-input-placeholder {
  color: #fff;
}

.dbp-textbox.floating-label input:-webkit-autofill ~ label {
  top: 0.375em;
  font-size: 0.875em;
  color: #8999b9;
}

.dbp-textbox.floating-label:not(.has-error) input {
  border-style: solid;
  border-width: 1px;
  border-color: #cbd1e0;
}

.dbp-textbox.floating-label:not(.has-error) input:focus {
  background: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #00a4e4;
}

.dbp-textbox.floating-label:not(.has-error) input:valid ~ label.dbp-textbox-label,
.dbp-textbox.floating-label:not(.has-error) input:disabled ~ label.dbp-textbox-label,
.dbp-textbox.floating-label:not(.has-error) input[readonly='readonly'] ~ label.dbp-textbox-label,
.dbp-textbox.floating-label:not(.has-error) input[readonly] ~ label.dbp-textbox-label {
  color: #8999b9;
}

.dbp-textbox.floating-label:not(.has-error) label {
  color: #8999b9;
}

.dbp-textbox.floating-label.has-error input {
  background-color: #fff5f6;
  border: 1px solid #d60018;
  color: #d60018;
}

.dbp-textbox.floating-label.has-error input:focus {
  color: #001e62;
  background: #fff;
}

.dbp-textbox.floating-label.has-error input:valid ~ label.dbp-textbox-label,
.dbp-textbox.floating-label.has-error input:disabled ~ label.dbp-textbox-label,
.dbp-textbox.floating-label.has-error input[readonly='readonly'] ~ label.dbp-textbox-label,
.dbp-textbox.floating-label.has-error input[readonly] ~ label.dbp-textbox-label {
  color: #d60018;
}

.dbp-textbox.floating-label.has-error input:valid:focus ~ label.dbp-textbox-label {
  color: #8999b9;
}

.dbp-textbox.floating-label.has-error label {
  color: #d60018;
}

.dbp-textbox input[readonly] {
  border: 1px solid #cbd1e0;
}

.dbp-textbox input:disabled {
  background: #f7f9fb;
}

.dbp-textbox input:required {
  box-shadow: none !important;
}

.dbp-textbox input:invalid {
  box-shadow: none !important;
}

.dbp-textbox.floating-label.type-search input,
.dbp-textbox.floating-label.type-search input ~ label {
  padding-right: 2rem;
}

.dbp-textbox .has-error-text {
  padding-top: 0.5rem;
  display: none;
  color: #d60018;
}

.dbp-textbox.has-error .has-error-text {
  display: block;
  font-size: 1em;
  padding-top: 0.5rem;
}

.dbp-textbox .has-info-text {
  padding-top: 0.5rem;
  display: none;
}

.dbp-textbox.has-info .has-info-text {
  display: block;
  font-size: 1em;
  padding-top: 0.5rem;
}

.dbp-textbox.password-toggle input {
  padding-right: 4rem;
}

.dbp-textbox.password-toggle button.password-view-toggle {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0057b8;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  width: 4rem;
}

.dbp-textbox.password-toggle.fixed-label button.password-view-toggle {
  top: 3.75rem;
}

.dbp-textbox.password-toggle.floating-label button.password-view-toggle {
  top: 1.75rem;
}

.dbp-textbox.password-toggle.has-error button.password-view-toggle {
  color: #d60018;
}

.button-primary, .button-secondary, .button-tertiary, a.button.disabled,
button.disabled, .mailchimp-form button[type="submit"],
input.standard[type="submit"],
button.standard, a.button.shadow,
button.shadow, button.primary, button.secondary.small, button.tertiary.small {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  -webkit-transition: background 0.2s cubic-bezier(0.115, 0.065, 0, 1);
  transition: background 0.2s cubic-bezier(0.115, 0.065, 0, 1);
  height: 56px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.button-primary div, .button-secondary div, .button-tertiary div, a.button.disabled div, button.disabled div, .mailchimp-form button[type="submit"] div, input.standard[type="submit"] div, button.standard div, a.button.shadow div, button.shadow div, button.primary div, button.secondary.small div, button.tertiary.small div {
  pointer-events: none;
}

.button-primary .button-indicator, .button-secondary .button-indicator, .button-tertiary .button-indicator, a.button.disabled .button-indicator, button.disabled .button-indicator, .mailchimp-form button[type="submit"] .button-indicator, input.standard[type="submit"] .button-indicator, button.standard .button-indicator, a.button.shadow .button-indicator, button.shadow .button-indicator, button.primary .button-indicator, button.secondary.small .button-indicator, button.tertiary.small .button-indicator {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button-primary [class^="icon-"], .button-secondary [class^="icon-"], .button-tertiary [class^="icon-"], a.button.disabled [class^="icon-"], button.disabled [class^="icon-"], .mailchimp-form button[type="submit"] [class^="icon-"], input.standard[type="submit"] [class^="icon-"], button.standard [class^="icon-"], a.button.shadow [class^="icon-"], button.shadow [class^="icon-"], button.primary [class^="icon-"], button.secondary.small [class^="icon-"], button.tertiary.small [class^="icon-"] {
  display: none;
}

.button-secondary, button.secondary.small {
  color: #fff;
  background: -webkit-linear-gradient(225deg, #0697fe, #0057b8, #0057b8, #0057b8);
  background: -moz-linear-gradient(225deg, #0697fe, #0057b8, #0057b8, #0057b8);
  background: -o-linear-gradient(225deg, #0697fe, #0057b8, #0057b8, #0057b8);
  background: linear-gradient(225deg, #0697fe, #0057b8, #0057b8, #0057b8);
  background-size: 400% 400%;
  box-shadow: none;
}

.button-secondary:hover, button.secondary.small:hover, .button-secondary:active, button.secondary.small:active, .button-secondary:focus, button.secondary.small:focus {
  color: #fff;
  box-shadow: none;
  background: -webkit-linear-gradient(bottom left, #0057B8, #017AD0);
  background: -moz-linear-gradient(bottom left, #0057B8, #017AD0);
  background: -o-linear-gradient(bottom left, #0057B8, #017AD0);
  background: linear-gradient(to top right, #0057B8, #017AD0);
}

.button-primary, .mailchimp-form button[type="submit"],
input.standard[type="submit"],
button.standard, button.primary {
  box-shadow: none;
  color: #001e62;
  background: #fdb813;
}

.button-primary:hover, .mailchimp-form button:hover[type="submit"],
input.standard:hover[type="submit"],
button.standard:hover, button.primary:hover, .button-primary:active, .mailchimp-form button:active[type="submit"],
input.standard:active[type="submit"],
button.standard:active, button.primary:active, .button-primary:focus, .mailchimp-form button:focus[type="submit"],
input.standard:focus[type="submit"],
button.standard:focus, button.primary:focus {
  color: #001e62;
  background: #fba137;
}

.button-tertiary, button.tertiary.small {
  color: #001e62;
  background: #fff;
  box-shadow: 0 0 0 1px #B9C6D4 inset;
}

.button-tertiary:hover, button.tertiary.small:hover, .button-tertiary:active, button.tertiary.small:active, .button-tertiary:focus, button.tertiary.small:focus {
  background: -webkit-linear-gradient(bottom left, #0057B8, #017AD0);
  background: -moz-linear-gradient(bottom left, #0057B8, #017AD0);
  background: -o-linear-gradient(bottom left, #0057B8, #017AD0);
  background: linear-gradient(to top right, #0057B8, #017AD0);
  color: #fff;
  box-shadow: none;
}

a.button.disabled,
button.disabled {
  box-shadow: none;
  color: #7b92aa;
  background: #f6f9fd;
  border: 1px solid #B9C6D4;
  pointer-events: none;
}

a.button.disabled:hover,
button.disabled:hover, a.button.disabled:active,
button.disabled:active, a.button.disabled:focus,
button.disabled:focus {
  color: #7b92aa;
  background: #f6f9fd;
}

.button,
button {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}

.button-primary {
  text-decoration: none;
}

.button-primary.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-primary.spinner path, .button-primary.success path {
  fill: #001e62;
}

.button-secondary.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-secondary.spinner path, .button-secondary.success path {
  fill: #fff;
}

.button-tertiary.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-tertiary.spinner path, .button-tertiary.success path {
  fill: #0057b8;
}

.button-tertiary:hover .spinner-blue path {
  fill: #fff;
}

.button-tertiary:hover .fill-medium-blue {
  fill: #fff;
}

.button-tertiary.spinner:hover svg, .button-tertiary.spinner:focus svg, .button-tertiary.success:hover svg, .button-tertiary.success:focus svg {
  fill: #fff;
}

.button-tertiary.spinner:hover svg path, .button-tertiary.spinner:focus svg path, .button-tertiary.success:hover svg path, .button-tertiary.success:focus svg path {
  fill: #fff;
}

a.button.disabled.small,
button.disabled.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mailchimp-form button[type="submit"],
input[type="submit"].standard,
button.standard {
  text-align: center;
  text-decoration: none;
}

.mailchimp-form button[type="submit"].small,
input[type="submit"].standard.small,
button.standard.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mailchimp-form button[type="submit"].spinner path, .mailchimp-form button[type="submit"].success path,
input[type="submit"].standard.spinner path,
input[type="submit"].standard.success path,
button.standard.spinner path,
button.standard.success path {
  fill: #001e62;
}

a.button.standard {
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  -webkit-transition: background 0.2s cubic-bezier(0.115, 0.065, 0, 1);
  transition: background 0.2s cubic-bezier(0.115, 0.065, 0, 1);
  height: 56px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  outline: none;
  box-shadow: none;
  color: #000;
  background: #fdb813;
}

a.button.standard div {
  pointer-events: none;
}

a.button.standard .button-indicator {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a.button.standard [class^="icon-"] {
  display: none;
}

a.button.standard:hover, a.button.standard:active, a.button.standard:focus {
  color: #000;
  background: #fba137;
}

a.button.shadow,
button.shadow {
  border: 1px solid #E0E5EB;
  box-shadow: 0 4px 8px 0 rgba(0, 87, 184, 0.06);
}

a.button.shadow.small,
button.shadow.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

a.button.shadow:hover, a.button.shadow:active, a.button.shadow:focus,
button.shadow:hover,
button.shadow:active,
button.shadow:focus {
  background: #fafafa;
}

a.button.white,
button.white {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  -webkit-transition: background 0.2s cubic-bezier(0.115, 0.065, 0, 1);
  transition: background 0.2s cubic-bezier(0.115, 0.065, 0, 1);
  height: 56px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  color: #001e62;
  background: #fff;
}

a.button.white div,
button.white div {
  pointer-events: none;
}

a.button.white .button-indicator,
button.white .button-indicator {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a.button.white [class^="icon-"],
button.white [class^="icon-"] {
  display: none;
}

a.button.white.small,
button.white.small {
  height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

button.spinner .button-text {
  opacity: 0;
}

button.spinner .button-indicator {
  opacity: 1;
}

button.spinner .icon-button-spinner {
  display: block;
}

.icon-button-spinner {
  width: 32px;
  height: 32px;
  animation: rotate 1s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

button.success .button-text {
  opacity: 0;
}

button.success .button-indicator {
  opacity: 1;
}

button.success .icon-button-success {
  display: block;
}

.icon-button-success {
  width: 32px;
  height: 32px;
}

button.download {
  position: relative;
  padding-left: 2rem;
  padding-right: 5rem;
}

button.download img {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  position: absolute;
}

button.icon-right {
  position: relative;
  padding-left: 2rem;
  padding-right: 5rem;
}

button.icon-right img {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  position: absolute;
}

button.primary {
  height: 48px;
}

button.secondary.small {
  height: 48px;
}

button.tertiary.small {
  height: 48px;
}

button.modal-window-button-close:focus {
  outline: 5px auto #5E9ED7;
}

.dbp-datepicker .calendar-icon {
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 16px;
}

.dbp-datepicker.floating-label .calendar-icon {
  top: 12px;
}

.dbp-datepicker .optional {
  font-style: italic;
  font-weight: 500;
  margin-left: 4px;
}

.datepicker {
  border-color: #B9C6D4;
  border-radius: 6px;
}

.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tfoot > tr > td {
  padding: 0 5px;
}

.datepicker table tr td, .datepicker table tr th {
  vertical-align: middle;
  border-radius: 50%;
}

.datepicker table tr td:hover, .datepicker table tr td:focus, .datepicker table tr th:hover, .datepicker table tr th:focus {
  background-color: #dee9f6;
  color: #001e62;
}

.datepicker table tr th.prev, .datepicker table tr th.next {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT7impvvuI8gQXRvbSAvIEZvcm0gLyBEYXRlIFBpY2tlciAvIFRvZ2dsZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i4pqb77iPLUF0b20tLy1EYXRlLVBpY2tlci0vLVRvZ2dsZSI+CiAgICAgICAgICAgIDxnIGlkPSLimpvvuI8tQXRvbS0vLUZvcm0tLy1EYXRlLVBpY2tlci0vLVRvZ2dsZSI+CiAgICAgICAgICAgICAgICA8ZWxsaXBzZSBpZD0iQmFja2dyb3VuZCIgZmlsbD0iIzAwNTdCOCIgY3g9IjEwLjkxNTYwOCIgY3k9IjEwLjg5OTgzOTgiIHJ4PSIxMC45MTU2MDgiIHJ5PSIxMC44OTk4Mzk4Ij48L2VsbGlwc2U+CiAgICAgICAgICAgICAgICA8ZyBpZD0i8J+RgS1JY29ucy0vLUxlZ2FjeS0vLUNoZXZyb24tTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkNoZXZyb24tTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4xMjUwMDAsIDcuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTYuMTI1MDAwLCAtNy4wMDAwMDApICIgcG9pbnRzPSIxMC4zMDE4NTY1IDQuMzc1IDEwLjkzNzUgNC45ODc1MjU3OCA2LjEyNSA5LjYyNSAxLjMxMjUgNC45ODc1MjU3OCAxLjk0ODE0MzQ5IDQuMzc1IDYuMTI1IDguMzk5OTQ4NDQiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat center center;
}

.datepicker table tr th.prev:hover, .datepicker table tr th.prev:focus, .datepicker table tr th.next:hover, .datepicker table tr th.next:focus {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5jYWxlbmRhci1jaGV2cm9uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImNhbGVuZGFyLWNoZXZyb24iIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxlbGxpcHNlIGlkPSJCYWNrZ3JvdW5kIiBmaWxsPSIjREVFOUY2IiBjeD0iMTAuOTE1NjA4IiBjeT0iMTAuODk5ODM5OCIgcng9IjEwLjkxNTYwOCIgcnk9IjEwLjg5OTgzOTgiPjwvZWxsaXBzZT4KICAgICAgICAgICAgPGcgaWQ9IvCfkYEtSWNvbnMtLy1MZWdhY3ktLy1DaGV2cm9uLUxlZnQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCA2LjAwMDAwMCkiIGZpbGw9IiMwMDFFNjIiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkNoZXZyb24tTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4xMjUwMDAsIDUuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTMuMTI1MDAwLCAtNS4wMDAwMDApICIgcG9pbnRzPSI3LjMwMTg1NjUgMi4zNzUgNy45Mzc1IDIuOTg3NTI1NzggMy4xMjUgNy42MjUgLTEuNjg3NSAyLjk4NzUyNTc4IC0xLjA1MTg1NjUxIDIuMzc1IDMuMTI1IDYuMzk5OTQ4NDQiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat center center;
}

.datepicker table tr th.next {
  transform: rotate(-180deg);
}

.datepicker table tr th.datepicker-switch {
  border-radius: 4px;
}

.datepicker table tr th.datepicker-switch:hover, .datepicker table tr th.datepicker-switch:focus {
  background-color: #dee9f6;
  color: #001e62;
}

.datepicker table tr th.clear {
  border-radius: 4px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.datepicker table tr th.clear:before {
  content: "";
  border-top: 1px solid #777;
  display: block;
  margin-bottom: 0.5rem;
  height: 1px;
  width: 100%;
}

.datepicker table tr th.clear:hover, .datepicker table tr th.clear:focus {
  background-color: transparent;
  text-decoration: underline;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day:focus {
  background-color: #dee9f6;
  color: #001e62;
}

.datepicker table tr td.active {
  border: none;
  background-color: #0057b8;
}

.datepicker table tr td.active.active {
  background-color: #0057b8;
}

.datepicker table tr td:hover.active:hover, .datepicker table tr td:hover.active:focus, .datepicker table tr td:focus.active:hover, .datepicker table tr td:focus.active:focus {
  background-color: #dee9f6;
  color: #001e62;
}

.datepicker table tr td:hover.active.active:hover, .datepicker table tr td:hover.active.active:focus, .datepicker table tr td:focus.active.active:hover, .datepicker table tr td:focus.active.active:focus {
  background-color: #dee9f6;
  color: #001e62;
}

.datepicker table tr td.range-start, .datepicker table tr td.range, .datepicker table tr td.range-end {
  background-color: #0057b8;
}

.datepicker table tr td.range-start {
  border-radius: 50% 0 0 50%;
}

.datepicker table tr td.range-start.range-end {
  border-radius: 50%;
}

.datepicker table tr td.range {
  border-radius: 0;
  color: #fff;
}

.datepicker table tr td.range-end {
  border-radius: 0 50% 50% 0;
}

.datepicker table tr td.disabled {
  color: #ccc;
}

.datepicker table tr td.disabled:hover, .datepicker table tr td.disabled:focus {
  background-color: transparent;
  color: #ccc;
}

.datepicker table tr td.today {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #0057b8;
  border-radius: 50%;
  color: #001e62;
}

.datepicker table tr td.old {
  color: #aaa;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.datepicker table tr td.new {
  display: none;
}

.datepicker table tr td[colspan] {
  border-radius: 4px;
}

.datepicker table tr td[colspan="7"]:hover, .datepicker table tr td[colspan="7"]:focus, .datepicker table tr td.old:hover, .datepicker table tr td.old:focus {
  background-color: transparent;
  color: #444;
}

.datepicker-dropdown {
  padding: 1rem;
}

.datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown.datepicker-orient-top:before {
  content: "";
  width: 18px;
  height: 20px;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -20px;
  border-top: 12px solid #B9C6D4;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: -20px;
  border-top: 11px solid #fff;
}

.datepicker-dropdown.datepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-bottom:before {
  content: "";
  width: 18px;
  height: 20px;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -20px;
  border-bottom: 12px solid #B9C6D4;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -20px;
  border-bottom: 11px solid #fff;
}

.datepicker-switch {
  color: #001e62;
}

.input-daterange {
  display: flex;
}

.input-daterange input {
  text-align: left;
}

.input-daterange .dbp-textbox {
  margin: 0 10px;
  width: 50%;
}