@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
.cp-print {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12pt;
  margin: 0 5% 5%;
}

@media print {
  .cp-print {
    background: #000;
    margin: 8px;
  }
  .cp-print .page-header {
    border: 0;
    font-size: 16pt;
    margin: 0;
  }
}

[class^='icon-svg-'] {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  transition: transform linear .25s;
  vertical-align: middle;
  width: 1em;
}

@media screen and (-ms-high-contrast: active) {
  [class^='icon-svg-'] path {
    stroke: #fff;
  }
}

[class^='icon-svg-'].extra-extra-small {
  height: .7em;
  width: .7em;
}

[class^='icon-svg-'].extra-small {
  height: .85em;
  width: .85em;
}

[class^='icon-svg-'].small {
  height: 1.143em;
  width: 1.143em;
}

[class^='icon-svg-'].medium {
  height: 2.286em;
  width: 2.286em;
}

[class^='icon-svg-'].large {
  height: 4.571em;
  width: 4.571em;
}

[class^='icon-svg-'].responsive {
  height: auto;
  width: 100%;
}

[class^='icon-svg-'].flip-vert {
  transform: rotateY(180deg);
}

[class^='icon-svg-'].flip-horizontal {
  transform: rotateX(180deg);
}

[class^='icon-svg-'].rot45 {
  transform: rotate(-45deg);
}

[class^='icon-svg-'].rot90 {
  transform: rotate(-90deg);
}

[class^='icon-svg-'].pulse path {
  -webkit-animation: PULSATE 3s infinite;
          animation: PULSATE 3s infinite;
}

@-webkit-keyframes PULSATE {
  0% {
    fill: #ccc;
  }
  50% {
    fill: #eee;
  }
  100% {
    fill: #ccc;
  }
}

@keyframes PULSATE {
  0% {
    fill: #ccc;
  }
  50% {
    fill: #eee;
  }
  100% {
    fill: #ccc;
  }
}

.cp-icon-with-background {
  min-height: 0;
  white-space: normal;
}

.cp-icon-with-background .icon-holder {
  background-color: #007faa;
  color: #fff;
  display: inline-block;
  left: -12px;
  margin: -6px 0;
  padding: 7px 12px;
  position: relative;
}

.icon-svg-spinner {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  8.33333% {
    transform: rotate(30deg);
  }
  16.66667% {
    transform: rotate(60deg);
  }
  25% {
    transform: rotate(90deg);
  }
  33.33333% {
    transform: rotate(120deg);
  }
  41.66667% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(180deg);
  }
  58.33333% {
    transform: rotate(210deg);
  }
  66.66667% {
    transform: rotate(240deg);
  }
  75% {
    transform: rotate(270deg);
  }
  83.33333% {
    transform: rotate(300deg);
  }
  91.66667% {
    transform: rotate(330deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  8.33333% {
    transform: rotate(30deg);
  }
  16.66667% {
    transform: rotate(60deg);
  }
  25% {
    transform: rotate(90deg);
  }
  33.33333% {
    transform: rotate(120deg);
  }
  41.66667% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(180deg);
  }
  58.33333% {
    transform: rotate(210deg);
  }
  66.66667% {
    transform: rotate(240deg);
  }
  75% {
    transform: rotate(270deg);
  }
  83.33333% {
    transform: rotate(300deg);
  }
  91.66667% {
    transform: rotate(330deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icon-svg-push-pin {
  transform: rotate(-45deg);
}

[class^='icon-svg-'] {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  transition: transform linear .25s;
  vertical-align: middle;
  width: 1em;
}

@media screen and (-ms-high-contrast: active) {
  [class^='icon-svg-'] path {
    stroke: #fff;
  }
}

[class^='icon-svg-'].extra-extra-small {
  height: .7em;
  width: .7em;
}

[class^='icon-svg-'].extra-small {
  height: .85em;
  width: .85em;
}

[class^='icon-svg-'].small {
  height: 1.143em;
  width: 1.143em;
}

[class^='icon-svg-'].medium {
  height: 2.286em;
  width: 2.286em;
}

[class^='icon-svg-'].large {
  height: 4.571em;
  width: 4.571em;
}

[class^='icon-svg-'].responsive {
  height: auto;
  width: 100%;
}

[class^='icon-svg-'].flip-vert {
  transform: rotateY(180deg);
}

[class^='icon-svg-'].flip-horizontal {
  transform: rotateX(180deg);
}

[class^='icon-svg-'].rot45 {
  transform: rotate(-45deg);
}

[class^='icon-svg-'].rot90 {
  transform: rotate(-90deg);
}

[class^='icon-svg-'].pulse path {
  -webkit-animation: PULSATE 3s infinite;
          animation: PULSATE 3s infinite;
}

@-webkit-keyframes PULSATE {
  0% {
    fill: #ccc;
  }
  50% {
    fill: #eee;
  }
  100% {
    fill: #ccc;
  }
}

@keyframes PULSATE {
  0% {
    fill: #ccc;
  }
  50% {
    fill: #eee;
  }
  100% {
    fill: #ccc;
  }
}

.icon-svg-spinner .spinner__path {
  stroke-linecap: round;
  -webkit-animation: spinnerdash 2s ease-in infinite, spinnerrotate 2s linear infinite;
          animation: spinnerdash 2s ease-in infinite, spinnerrotate 2s linear infinite;
}

@-webkit-keyframes spinnerrotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinnerrotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinnerdash {
  0% {
    stroke-dasharray: 0, 80;
  }
  50% {
    stroke-dasharray: 50, 80;
  }
  100% {
    stroke-dasharray: 30, 80;
    stroke-dashoffset: -60;
  }
}

@keyframes spinnerdash {
  0% {
    stroke-dasharray: 0, 80;
  }
  50% {
    stroke-dasharray: 50, 80;
  }
  100% {
    stroke-dasharray: 30, 80;
    stroke-dashoffset: -60;
  }
}

.cp-button {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: inherit;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-button svg path {
  fill: inherit;
}

.cp-button:hover:not(:disabled), .cp-button:focus:not(:disabled) {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-decoration: none;
}

.cp-button:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #ccc;
  pointer-events: none;
}

.cp-button:disabled svg path {
  fill: inherit;
}

.cp-button .button__content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cp-button .button__loading__content {
  opacity: .85;
}

.cp-button .button__loading__content + .button__spinner {
  margin-left: .5em;
}

.cp-button .button__content--hidden {
  visibility: hidden;
}

.cp-button .button__content--hidden + .button__spinner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-button .button__leading__icon {
  align-items: center;
  display: inline-flex;
  font-size: 1.25em;
  margin-right: 4px;
}

.cp-button .button__trailing__icon {
  align-items: center;
  display: inline-flex;
  font-size: 1.25em;
  margin-left: 2px;
}

.cp-button.button--rounded {
  border-radius: 3em;
  padding: 6px 24px 8px;
}

.cp-button.button--block {
  display: block;
  width: 100%;
}

.cp-button.button--small {
  font-size: 0.875rem;
  min-height: 32px;
  padding: 4px 12px 5px;
}

.cp-button.button--large {
  min-height: 48px;
  padding: 10px 20px 12px;
}

.cp-button.button--xlarge {
  font-size: 1.25rem;
  min-height: 56px;
  padding: 9px 24px 11px;
}

.cp-ghost-button {
  background: none;
  background-color: transparent;
  border: 1px solid #02729e;
  border-radius: 4px;
  color: #02729e;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-ghost-button svg path {
  fill: inherit;
}

.cp-ghost-button:hover:not(:disabled), .cp-ghost-button:focus:not(:disabled) {
  background-color: #02729e;
  border-color: #02729e;
  color: #fff;
  text-decoration: none;
}

.cp-ghost-button:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-ghost-button:disabled svg path {
  fill: inherit;
}

.cp-primary-ghost-button {
  background: none;
  background-color: transparent;
  border: 1px solid #02729e;
  border-radius: 4px;
  color: #02729e;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-primary-ghost-button svg path {
  fill: inherit;
}

.cp-primary-ghost-button:hover:not(:disabled), .cp-primary-ghost-button:focus:not(:disabled) {
  background-color: #02729e;
  border-color: #02729e;
  color: #fff;
  text-decoration: none;
}

.cp-primary-ghost-button:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-primary-ghost-button:disabled svg path {
  fill: inherit;
}

.cp-secondary-ghost-button {
  background: none;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-secondary-ghost-button svg path {
  fill: inherit;
}

.cp-secondary-ghost-button:hover:not(:disabled), .cp-secondary-ghost-button:focus:not(:disabled) {
  background-color: #666;
  border-color: #666;
  color: #fff;
  text-decoration: none;
}

.cp-secondary-ghost-button:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-secondary-ghost-button:disabled svg path {
  fill: inherit;
}

.cp-solid-button {
  background: none;
  background-color: #02729e;
  border: 1px solid #02729e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-solid-button svg path {
  fill: inherit;
}

.cp-solid-button:hover:not(:disabled), .cp-solid-button:focus:not(:disabled) {
  background-color: #014e6c;
  border-color: #014e6c;
  color: #fff;
  text-decoration: none;
}

.cp-solid-button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  pointer-events: none;
}

.cp-solid-button:disabled svg path {
  fill: inherit;
}

.cp-primary-solid-button {
  background: none;
  background-color: #02729e;
  border: 1px solid #02729e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-primary-solid-button svg path {
  fill: inherit;
}

.cp-primary-solid-button:hover:not(:disabled), .cp-primary-solid-button:focus:not(:disabled) {
  background-color: #014e6c;
  border-color: #014e6c;
  color: #fff;
  text-decoration: none;
}

.cp-primary-solid-button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  pointer-events: none;
}

.cp-primary-solid-button:disabled svg path {
  fill: inherit;
}

.cp-secondary-solid-button {
  background: none;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-secondary-solid-button svg path {
  fill: inherit;
}

.cp-secondary-solid-button:hover:not(:disabled), .cp-secondary-solid-button:focus:not(:disabled) {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
  text-decoration: none;
}

.cp-secondary-solid-button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  pointer-events: none;
}

.cp-secondary-solid-button:disabled svg path {
  fill: inherit;
}

.cp-transactional-solid-button {
  background: none;
  background-color: #008000;
  border: 1px solid #008000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-transactional-solid-button svg path {
  fill: inherit;
}

.cp-transactional-solid-button:hover:not(:disabled), .cp-transactional-solid-button:focus:not(:disabled) {
  background-color: #004d00;
  border-color: #004d00;
  color: #fff;
  text-decoration: none;
}

.cp-transactional-solid-button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  pointer-events: none;
}

.cp-transactional-solid-button:disabled svg path {
  fill: inherit;
}

.cp-text-button {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #02729e;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-text-button svg path {
  fill: inherit;
}

.cp-text-button:hover:not(:disabled), .cp-text-button:focus:not(:disabled) {
  background-color: transparent;
  border-color: transparent;
  color: #014e6c;
  text-decoration: underline;
}

.cp-text-button:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #ccc;
  pointer-events: none;
}

.cp-text-button:disabled svg path {
  fill: inherit;
}

.cp-secondary-text-button {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  font-weight: 400;
  text-decoration: underline;
}

.cp-secondary-text-button svg path {
  fill: inherit;
}

.cp-secondary-text-button:hover:not(:disabled), .cp-secondary-text-button:focus:not(:disabled) {
  background-color: transparent;
  border-color: transparent;
  color: #4d4d4d;
  text-decoration: none;
}

.cp-secondary-text-button:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #ccc;
  pointer-events: none;
}

.cp-secondary-text-button:disabled svg path {
  fill: inherit;
}

.cp-icon-button {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: 50%;
  padding: 7px;
}

.cp-icon-button svg path {
  fill: inherit;
}

.cp-icon-button:hover:not(:disabled), .cp-icon-button:focus:not(:disabled) {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #474747;
  text-decoration: none;
}

.cp-icon-button:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #ccc;
  pointer-events: none;
}

.cp-icon-button:disabled svg path {
  fill: inherit;
}

.cp-icon-button svg {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.cp-icon-button:focus:not(:disabled) {
  background-color: #ccc;
  border-color: #ccc;
}

.cp-btn .btn-loading-content {
  opacity: .65;
}

.cp-btn .btn-loading-content + .icon-svg-spinner {
  margin-left: .5em;
}

.btn.btn-default:not(.btn-flat) {
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  min-height: 38px;
  padding-bottom: 8px;
}

.btn.btn-default:not(.btn-flat) {
  color: #666;
  background-color: #fff;
  border-color: #909696;
  box-shadow: inset 0 -4px 0 0 #909696;
}

.btn.btn-default:not(.btn-flat):focus, .btn.btn-default:not(.btn-flat).focus {
  color: #666;
  background-color: #e6e6e6;
  border-color: #515656;
}

.btn.btn-default:not(.btn-flat):hover {
  color: #666;
  background-color: #e6e6e6;
  border-color: #717878;
}

.btn.btn-default:not(.btn-flat):active, .btn.btn-default:not(.btn-flat).active,
.open > .btn.btn-default:not(.btn-flat).dropdown-toggle {
  color: #666;
  background-color: #e6e6e6;
  border-color: #717878;
}

.btn.btn-default:not(.btn-flat):active:hover, .btn.btn-default:not(.btn-flat):active:focus, .btn.btn-default:not(.btn-flat):active.focus, .btn.btn-default:not(.btn-flat).active:hover, .btn.btn-default:not(.btn-flat).active:focus, .btn.btn-default:not(.btn-flat).active.focus,
.open > .btn.btn-default:not(.btn-flat).dropdown-toggle:hover,
.open > .btn.btn-default:not(.btn-flat).dropdown-toggle:focus,
.open > .btn.btn-default:not(.btn-flat).dropdown-toggle.focus {
  color: #666;
  background-color: #d4d4d4;
  border-color: #515656;
}

.btn.btn-default:not(.btn-flat):active, .btn.btn-default:not(.btn-flat).active,
.open > .btn.btn-default:not(.btn-flat).dropdown-toggle {
  background-image: none;
}

.btn.btn-default:not(.btn-flat).disabled:hover, .btn.btn-default:not(.btn-flat).disabled:focus, .btn.btn-default:not(.btn-flat).disabled.focus, .btn.btn-default:not(.btn-flat)[disabled]:hover, .btn.btn-default:not(.btn-flat)[disabled]:focus, .btn.btn-default:not(.btn-flat)[disabled].focus,
fieldset[disabled] .btn.btn-default:not(.btn-flat):hover,
fieldset[disabled] .btn.btn-default:not(.btn-flat):focus,
fieldset[disabled] .btn.btn-default:not(.btn-flat).focus {
  background-color: #fff;
  border-color: #909696;
}

.btn.btn-default:not(.btn-flat) .badge {
  color: #fff;
  background-color: #666;
}

.btn.btn-default:focus {
  outline: 2px solid #3f4344;
}

.btn.cp-ghost-btn {
  background-color: transparent;
  border: 1px solid;
}

.btn.cp-ghost-btn:hover, .btn.cp-ghost-btn:active, .btn.cp-ghost-btn:focus, .btn.cp-ghost-btn.active {
  color: #fff;
}

.btn.cp-ghost-btn svg path {
  fill: inherit;
}

.btn.btn-highlight {
  color: #fff;
  background-color: #c64400;
  border-color: #ad3b00;
}

.btn.btn-highlight:not(.btn-flat) {
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  min-height: 38px;
  padding-bottom: 8px;
}

.btn.btn-highlight:focus, .btn.btn-highlight.focus {
  color: #fff;
  background-color: #933200;
  border-color: #2e1000;
}

.btn.btn-highlight:hover {
  color: #fff;
  background-color: #933200;
  border-color: #702600;
}

.btn.btn-highlight:active, .btn.btn-highlight.active,
.open > .btn.btn-highlight.dropdown-toggle {
  color: #fff;
  background-color: #933200;
  border-color: #702600;
}

.btn.btn-highlight:active:hover, .btn.btn-highlight:active:focus, .btn.btn-highlight:active.focus, .btn.btn-highlight.active:hover, .btn.btn-highlight.active:focus, .btn.btn-highlight.active.focus,
.open > .btn.btn-highlight.dropdown-toggle:hover,
.open > .btn.btn-highlight.dropdown-toggle:focus,
.open > .btn.btn-highlight.dropdown-toggle.focus {
  color: #fff;
  background-color: #6f2600;
  border-color: #2e1000;
}

.btn.btn-highlight:active, .btn.btn-highlight.active,
.open > .btn.btn-highlight.dropdown-toggle {
  background-image: none;
}

.btn.btn-highlight.disabled:hover, .btn.btn-highlight.disabled:focus, .btn.btn-highlight.disabled.focus, .btn.btn-highlight[disabled]:hover, .btn.btn-highlight[disabled]:focus, .btn.btn-highlight[disabled].focus,
fieldset[disabled] .btn.btn-highlight:hover,
fieldset[disabled] .btn.btn-highlight:focus,
fieldset[disabled] .btn.btn-highlight.focus {
  background-color: #c64400;
  border-color: #ad3b00;
}

.btn.btn-highlight .badge {
  color: #c64400;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #02729e;
  border-color: #fff;
}

.btn-primary:not(.btn-flat) {
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  min-height: 38px;
  padding-bottom: 8px;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #014e6c;
  border-color: #bfbfbf;
}

.btn-primary:hover {
  color: #fff;
  background-color: #014e6c;
  border-color: #e0e0e0;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #014e6c;
  border-color: #e0e0e0;
}

.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 {
  color: #fff;
  background-color: #013448;
  border-color: #bfbfbf;
}

.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,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #02729e;
  border-color: #fff;
}

.btn-primary .badge {
  color: #02729e;
  background-color: #fff;
}

.cp-remove-btn {
  background-color: #fff;
  cursor: pointer;
  margin: 1px;
  padding: 0;
}

.btn.btn-secondary {
  color: #fff;
  background-color: #666;
  border-color: #545454;
}

.btn.btn-secondary:not(.btn-flat) {
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  min-height: 38px;
  padding-bottom: 8px;
}

.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #141414;
}

.btn.btn-secondary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #353535;
}

.btn.btn-secondary:active, .btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #353535;
}

.btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus,
.open > .btn.btn-secondary.dropdown-toggle:hover,
.open > .btn.btn-secondary.dropdown-toggle:focus,
.open > .btn.btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #141414;
}

.btn.btn-secondary:active, .btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn.btn-secondary.disabled:hover, .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary:hover,
fieldset[disabled] .btn.btn-secondary:focus,
fieldset[disabled] .btn.btn-secondary.focus {
  background-color: #666;
  border-color: #545454;
}

.btn.btn-secondary .badge {
  color: #666;
  background-color: #fff;
}

.cp-text-btn {
  background-color: transparent;
  border: 0;
  color: #666;
  cursor: pointer;
  text-decoration: underline;
}

.btn.btn-transactional {
  color: #fff;
  background-color: #008000;
  border-color: #006700;
}

.btn.btn-transactional:not(.btn-flat) {
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  min-height: 38px;
  padding-bottom: 8px;
}

.btn.btn-transactional:focus, .btn.btn-transactional.focus {
  color: #fff;
  background-color: #004d00;
  border-color: black;
}

.btn.btn-transactional:hover {
  color: #fff;
  background-color: #004d00;
  border-color: #002a00;
}

.btn.btn-transactional:active, .btn.btn-transactional.active,
.open > .btn.btn-transactional.dropdown-toggle {
  color: #fff;
  background-color: #004d00;
  border-color: #002a00;
}

.btn.btn-transactional:active:hover, .btn.btn-transactional:active:focus, .btn.btn-transactional:active.focus, .btn.btn-transactional.active:hover, .btn.btn-transactional.active:focus, .btn.btn-transactional.active.focus,
.open > .btn.btn-transactional.dropdown-toggle:hover,
.open > .btn.btn-transactional.dropdown-toggle:focus,
.open > .btn.btn-transactional.dropdown-toggle.focus {
  color: #fff;
  background-color: #002900;
  border-color: black;
}

.btn.btn-transactional:active, .btn.btn-transactional.active,
.open > .btn.btn-transactional.dropdown-toggle {
  background-image: none;
}

.btn.btn-transactional.disabled:hover, .btn.btn-transactional.disabled:focus, .btn.btn-transactional.disabled.focus, .btn.btn-transactional[disabled]:hover, .btn.btn-transactional[disabled]:focus, .btn.btn-transactional[disabled].focus,
fieldset[disabled] .btn.btn-transactional:hover,
fieldset[disabled] .btn.btn-transactional:focus,
fieldset[disabled] .btn.btn-transactional.focus {
  background-color: #008000;
  border-color: #006700;
}

.btn.btn-transactional .badge {
  color: #008000;
  background-color: #fff;
}

.cp-blue-caret-arrow-button {
  background-color: transparent;
  border: 0;
  color: #02729e;
  cursor: pointer;
  text-decoration: none;
}

.cp-blue-caret-arrow-button .icon-svg-carets-up,
.cp-blue-caret-arrow-button .icon-svg-carets-down {
  margin-left: .25em;
}

.cp-blue-caret-arrow-button .icon-svg-carets-up path,
.cp-blue-caret-arrow-button .icon-svg-carets-down path {
  fill: #02729e;
}

.cp-blue-caret-arrow-button:hover, .cp-blue-caret-arrow-button:focus {
  color: #014e6c;
}

.cp-blue-caret-arrow-button:hover .icon-svg-carets-up path,
.cp-blue-caret-arrow-button:hover .icon-svg-carets-down path, .cp-blue-caret-arrow-button:focus .icon-svg-carets-up path,
.cp-blue-caret-arrow-button:focus .icon-svg-carets-down path {
  fill: #014e6c;
}

.cp-ghost-btn.cp-primary-ghost-btn {
  background-color: #fff;
  border-radius: 4px;
  color: #00a2ce;
}

.cp-ghost-btn.cp-primary-ghost-btn:hover, .cp-ghost-btn.cp-primary-ghost-btn:focus, .cp-ghost-btn.cp-primary-ghost-btn[aria-expanded='true'] {
  background-color: #00a2ce;
  color: #fff;
}

.cp-blue-text-button {
  background-color: transparent;
  border: 0;
  color: #02729e;
  cursor: pointer;
  text-decoration: underline;
}

.cp-blue-text-button svg path {
  fill: inherit;
}

.cp-blue-text-button:hover, .cp-blue-text-button:focus {
  color: #014e6c;
}

.cp-icon-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.cp-icon-btn:hover, .cp-icon-btn:focus {
  color: currentColor;
}

.cp-back-to-top.btn.btn-secondary,
.cp-back-to-top {
  background-color: #404247;
  border-bottom-right-radius: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  bottom: 70px;
  box-shadow: 4px 4px 8px #999;
  opacity: 0;
  padding-bottom: 12px;
  position: fixed;
  right: 0;
  transition: opacity .3s ease-in;
  visibility: hidden;
  z-index: 999;
}

.cp-back-to-top.btn.btn-secondary.scrolled-visible,
.cp-back-to-top.scrolled-visible {
  opacity: 1;
  visibility: visible;
}

.cp-version-message .product-version {
  font-size: .8em;
  margin: 6px 0;
}

.cms-footer .cp-version-message {
  padding: 10px 15px;
}

.cp-screen-reader-message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cp-deprecated-alert-dismiss {
  font-size: 1.5rem;
}

.cp-deprecated-alert {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
}

.cp-deprecated-alert .alert-icon {
  margin-right: 1em;
  min-width: 1em;
}

.cp-deprecated-alert .alert-content {
  width: 100%;
}

.cp-deprecated-alert .cp-deprecated-alert-dismiss {
  color: #666;
  margin-left: 1em;
  opacity: 1;
}

.cp-deprecated-alert .cp-deprecated-alert-dismiss:hover {
  color: #474747;
}

.cp-deprecated-alert a:hover {
  color: currentColor;
}

.cp-deprecated-alert-failure .recovery-info {
  margin-top: 10px;
}

.cp-toast-message {
  bottom: 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
  left: 20%;
  margin-bottom: -1px;
  position: fixed;
  right: 20%;
  z-index: 200001;
}

.cp-toast-message .alert {
  border: 1px solid transparent;
  color: #fff;
  margin: 0;
  padding: 21px;
}

.cp-toast-message a,
.cp-toast-message .cp-text-btn {
  color: inherit;
  padding-bottom: 0;
  padding-top: 0;
}

.cp-toast-message .alert-success {
  background-color: #008000;
}

.cp-toast-message .alert-danger {
  background-color: #cc441e;
}

.cp-toast-message .alert-neutral {
  background-color: #3f4344;
}

@media screen and (max-width: 767px) {
  .cp-toast-message {
    left: 0;
    right: 0;
  }
}

.cp-popup-manager {
  display: inline-block;
  position: relative;
}

.cp-popup-manager .trigger-wrapper {
  display: inherit;
}

.cp-dropdown-menu-item .dropdown-menu-item__button,
.cp-dropdown-menu-item > a {
  align-items: center;
  background: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  color: inherit;
  display: flex;
  font-weight: 400;
  min-height: 40px;
  padding: 4px 16px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
  width: 100%;
  word-wrap: normal;
}

.cp-dropdown-menu-item .dropdown-menu-item__button:hover, .cp-dropdown-menu-item .dropdown-menu-item__button:focus,
.cp-dropdown-menu-item > a:hover,
.cp-dropdown-menu-item > a:focus {
  background: #f0f0f0;
  color: inherit;
  text-decoration: none;
}

.cp-dropdown-menu-item .dropdown-menu-item__button:focus,
.cp-dropdown-menu-item > a:focus {
  border-color: #949494;
}

.cp-dropdown-menu-item .dropdown-menu-item__button:disabled,
.cp-dropdown-menu-item > a:disabled {
  background-color: transparent;
  color: #ccc;
  pointer-events: none;
}

.cp-dropdown-menu-item .dropdown-menu-item__button.dropdown-menu-item__button--selectable,
.cp-dropdown-menu-item > a.dropdown-menu-item__button--selectable {
  padding-left: 36px;
}

.cp-dropdown-menu-item .dropdown-menu-item__button.dropdown-menu-item__button--selected,
.cp-dropdown-menu-item > a.dropdown-menu-item__button--selected {
  font-weight: 600;
}

.cp-dropdown-menu-item .dropdown-menu-item__button .dropdown-menu-item__selected-icon,
.cp-dropdown-menu-item > a .dropdown-menu-item__selected-icon {
  margin-left: -20px;
  margin-right: 4px;
}

.cp-dropdown-menu.dropdown-menu__list {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  float: left;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  max-height: 25em;
  max-width: 18em;
  min-width: 12em;
  overflow: auto;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: auto;
  z-index: 1000;
}

.cp-dropdown-menu.dropdown-menu__list.dropdown-menu--dropup {
  bottom: 100%;
  margin: 0 0 2px;
  top: auto;
}

.cp-dropdown-menu.dropdown-menu__list.dropdown-menu--right {
  left: auto;
  right: 0;
}

.cp-dropdown-menu.dropdown-menu__list.dropdown-menu--block {
  max-width: 100%;
  width: 100%;
}

.cp-dropdown-menu-divider {
  background-color: #ccc;
  margin-bottom: 8px;
  margin-top: 8px;
  min-height: 1px;
}

.cp-dropdown-menu-header {
  align-items: center;
  color: inherit;
  display: flex;
  font-weight: 600;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.cp-dropdown-button {
  background: none;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
}

.cp-dropdown-button svg path {
  fill: inherit;
}

.cp-dropdown-button:hover:not(:disabled), .cp-dropdown-button:focus:not(:disabled) {
  background-color: #474747;
  border-color: #474747;
  color: #fff;
  text-decoration: none;
}

.cp-dropdown-button:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-dropdown-button:disabled svg path {
  fill: inherit;
}

.cp-dropdown-button:hover:not(:disabled), .cp-dropdown-button:focus:not(:disabled) {
  background-color: #f0f0f0;
  border-color: #949494;
  color: #474747;
  text-decoration: none;
}

.cp-dropdown-button svg path {
  fill: #666;
}

.cp-dropdown-button.dropdown-button--rounded {
  border-radius: 3em;
  padding: 6px 24px 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.cp-dropdown-button.dropdown-button--block {
  display: block;
  width: 100%;
}

.cp-flat-dropdown-button {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: inherit;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  color: #666;
  font-weight: 600;
  padding: 6px 0;
  text-decoration: none;
}

.cp-flat-dropdown-button svg path {
  fill: inherit;
}

.cp-flat-dropdown-button:hover:not(:disabled), .cp-flat-dropdown-button:focus:not(:disabled) {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-decoration: none;
}

.cp-flat-dropdown-button:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #ccc;
  pointer-events: none;
}

.cp-flat-dropdown-button:disabled svg path {
  fill: inherit;
}

.cp-flat-dropdown-button:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

.cp-dropdown {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.cp-dropdown.dropdown--block {
  display: block;
  width: 100%;
}

.cp-dropdown .dropdown__button_content {
  align-items: center;
  display: flex;
  width: 100%;
}

.cp-dropdown .dropdown-button__chevron {
  font-size: 1.25em;
}

.cp-dropdown .dropdown__button__label {
  width: 100%;
}

.cp-dropdown .cp-mobile-dropdown-menu {
  bottom: 0;
  left: 0;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-dropdown-menu {
  max-height: 25em;
  overflow: auto;
  padding: 10px 0;
}

.cp-dropdown-menu .menu-item {
  padding: 3px 0;
}

.cp-dropdown-menu .menu-item .indented {
  padding-left: 35px;
}

.cp-dropdown-menu .menu-item a {
  max-width: 100%;
  white-space: normal;
  word-wrap: normal;
}

.cp-dropdown-menu .dropdown-header {
  color: #666;
  font-size: inherit;
  font-weight: 700;
  padding: 3px 20px;
}

.cp-dropdown-menu li:focus a {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}

.cp-dropdown-menu a:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}

.is-widget .cp-dropdown ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: .5em;
}

.is-widget .cp-dropdown ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.cp-dropdown-trigger svg path {
  fill: inherit;
}

.cp-dropdown {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.cp-dropdown .cp-dropdown-trigger {
  max-width: 100%;
}

.cp-dropdown .cp-dropdown-trigger .selected-wrapper {
  display: inline-flex;
  justify-content: space-between;
  max-width: 100%;
}

.cp-dropdown .cp-dropdown-trigger .selected-value {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.cp-dropdown .cp-dropdown-trigger .selected-icon {
  height: 1.429em;
  margin-left: .5em;
  width: .643em;
}

.cp-field-error-wrapper.has-error .alert-danger {
  background-color: #f3e2db;
  border-color: #e3c9bf;
  color: #942c16;
}

.cp-field-error-wrapper.has-error input {
  border-color: #942c16;
}

.cp-character-count .over-limit {
  color: #cc441e;
}

.cp-text-area label {
  color: #292929;
  font-weight: 600;
  margin-bottom: 8px;
}

.cp-text-area textarea {
  border-color: #949494;
  border-radius: 4px;
  padding: 10px 12px;
  resize: none;
  width: 100%;
}

.cp-text-area textarea::-webkit-input-placeholder {
  color: #666;
}

.cp-text-area textarea::-moz-placeholder {
  color: #666;
}

.cp-text-area textarea:-ms-input-placeholder {
  color: #666;
}

.cp-text-area textarea::-ms-input-placeholder {
  color: #666;
}

.cp-text-area textarea::placeholder {
  color: #666;
}

.cp-text-area .cp-character-count {
  display: block;
  margin-top: 5px;
}

.cp-accessible-text-area .form-control {
  padding: 10px 12px;
  resize: none;
}

.cp-accessible-text-area .form-control::-webkit-input-placeholder {
  color: #777;
}

.cp-accessible-text-area .form-control::-moz-placeholder {
  color: #777;
}

.cp-accessible-text-area .form-control:-ms-input-placeholder {
  color: #777;
}

.cp-accessible-text-area .form-control::-ms-input-placeholder {
  color: #777;
}

.cp-accessible-text-area .form-control::placeholder {
  color: #777;
}

.cp-accessible-text-area .cp-character-count {
  display: block;
  margin-top: 5px;
}

.cp-accessible-text-area .remaining-characters {
  padding: 5px 10px 10px 0;
}

@media screen and (max-width: 991px) {
  .cp-accessible-text-area .remaining-characters {
    float: right;
  }
}

.cp-feedback-box {
  background-color: #f1f1f1;
  border-bottom: 6px #42474c solid;
  margin-top: 1em;
}

.cp-feedback-box .feedback-wrapper {
  border: 1px #dadada solid;
  border-bottom: 0;
  padding: 10px;
}

.cp-feedback-box .close {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.cp-feedback-box .feedback-expand-btn {
  float: right;
  margin-top: 10px;
}

.cp-feedback-box h3 {
  margin-top: 10px;
}

.cp-feedback-box p {
  margin: 0 0 10px;
}

.cp-footer .cp-footer-content .bc_core_external #footer .footerContent.container,
.cp-footer .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1296px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .cp-footer .cp-footer-content .bc_core_external #footer .footerContent.container,
  .cp-footer .container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cp-progress-bar .bar {
  background-color: #02729e;
  height: .357em;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 0;
  z-index: 200001;
}

.cp-progress-bar .bar.active {
  transition: width 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  visibility: visible;
  width: 99%;
}

.cp-internal-error {
  color: #767979;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.14em;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 60px;
  width: 72%;
}

@media screen and (max-width: 991px) {
  .cp-internal-error {
    padding: 0;
    width: 100%;
  }
}

.cp-internal-error hr {
  background: #efefef;
  border: 0;
  height: 2px;
  margin: 40px 0;
}

@media screen and (max-width: 991px) {
  .cp-internal-error hr {
    margin: 20px 0;
  }
}

.cp-internal-error h2 {
  color: #3f4344;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .cp-internal-error h2 {
    font-size: 1.5em;
  }
}

.cp-internal-error .main-error-content {
  padding: 60px 0 0;
}

.cp-internal-error .main-error-content .title {
  color: #3f4344;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 45px;
}

@media screen and (max-width: 991px) {
  .cp-internal-error .main-error-content .title {
    font-size: 2em;
    margin-bottom: 25px;
  }
}

.cp-internal-error .main-error-content .description {
  color: #767979;
  font-size: 1.4em;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .cp-internal-error .main-error-content .description {
    font-size: 1.3em;
    line-height: 1.6;
  }
  .cp-internal-error .main-error-content .description a {
    margin-bottom: 10px;
  }
}

.cp-internal-error .main-error-content a {
  color: #02729e;
  text-decoration: underline;
}

.cp-internal-error .error-ids {
  font-size: .9em;
}

.cp-internal-error .report-problem {
  margin: 40px 0;
}

.cp-internal-error .report-problem h2 {
  margin-bottom: 10px;
}

.cp-checkbox .checkbox__input {
  opacity: 0;
  position: absolute;
}

.cp-checkbox .checkbox__input + label::after {
  content: none;
}

.cp-checkbox .checkbox__input:checked + label::before {
  border: 2px solid #02729e;
}

.cp-checkbox .checkbox__input:checked + label::after {
  content: '';
}

.cp-checkbox .checkbox__label {
  font-weight: 400;
  position: relative;
}

.cp-checkbox .checkbox__label::before, .cp-checkbox .checkbox__label::after {
  content: '';
  display: inline-block;
}

.cp-checkbox .checkbox__label::before {
  border: 1px solid #666;
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 1rem;
  margin-right: 8px;
  width: 1rem;
}

.cp-checkbox .checkbox__label::after {
  background: #02729e;
  border-radius: 1px;
  content: '';
  display: inline-block;
  height: 0.5rem;
  left: 4px;
  position: absolute;
  top: 6px;
  width: 0.5rem;
}

.cp-checkbox .checkbox__input:hover + label::before {
  border-color: #474747;
}

.cp-checkbox .checkbox__input:focus + label::before {
  outline: #3b99fc auto 5px;
}

.cp-checkbox .checkbox__input:disabled + label {
  cursor: default;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .6;
}

.cp-checkbox .checkbox__input:disabled + label::before {
  border: 1px solid #949494;
}

.cp-deprecated-checkbox {
  align-items: center;
  display: flex;
}

.cp-deprecated-checkbox.checkbox-variant-default .check[aria-checked='true'] {
  background: #007faa;
  color: #007faa;
}

.cp-deprecated-checkbox.checkbox-variant-default .check:focus {
  color: #00516d;
}

.cp-deprecated-checkbox.checkbox-variant-transparent .check[aria-checked='true'] {
  background: transparent;
  color: transparent;
}

.cp-deprecated-checkbox.checkbox-variant-transparent .check:focus {
  color: rgba(0, 0, 0, 0);
}

.cp-deprecated-checkbox.inline-checkbox {
  display: inline-flex;
}

.cp-deprecated-checkbox.inline-checkbox .checkbox-label {
  display: inline-block;
}

.cp-deprecated-checkbox .checkbox-input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -1;
}

.cp-deprecated-checkbox .checkbox-label {
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin: 5px 0;
  margin-left: 5px;
}

.cp-deprecated-checkbox .checkbox-label.label-before {
  margin-left: 0;
  margin-right: 5px;
}

.cp-deprecated-checkbox .disabled-label {
  color: #999;
  cursor: default;
}

.cp-deprecated-checkbox .check {
  background: transparent;
  border: 2px solid;
  border-radius: 2px;
  color: #666;
  display: inline-block;
  flex: 0 0 1.4em;
  height: 1.4em;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.4em;
  z-index: 1;
}

.cp-deprecated-checkbox .check.no-borders {
  border: 0;
}

.cp-deprecated-checkbox .check.hide-icon .checkbox-icon {
  visibility: hidden;
}

.cp-deprecated-checkbox .check.checkbox-disabled {
  color: #ccc;
  cursor: default;
}

.cp-deprecated-checkbox .check .checkbox-icon {
  height: 0.875em;
  vertical-align: baseline;
  width: 0.875em;
}

.cp-deprecated-checkbox .check .checkbox-icon.icon-svg-checkmark path {
  fill: #fff;
}

.cp-login-form {
  margin-top: 20%;
}

.cp-login-form .cp-login-form-wrap {
  margin: 0 auto;
  width: 50%;
}

.cp-login-form .cp-login-form-wrap .cp-deprecated-checkbox {
  margin-right: 50%;
}

@media (max-width: 480px) {
  .cp-login-form .cp-login-form-wrap {
    width: 70%;
  }
  .cp-login-form .cp-login-form-wrap .cp-deprecated-checkbox {
    margin-right: inherit;
  }
}

.cp-login-form .cp-login-form-wrap .form-group .form-control.username,
.cp-login-form .cp-login-form-wrap .form-group .form-control.password {
  color: inherit;
}

.cp-login-form .cp-login-form-wrap label {
  display: block;
}

.cp-login-form .cp-login-form-wrap input {
  padding: 5px;
}

.cp-login-form .cp-deprecated-alert-failure {
  margin-bottom: 1em;
}

.cp-login-form .get-card-link {
  border-top: 1px solid #909696;
  margin-top: 1.5em;
  padding-top: 1em;
}

.is-widget .cp-login-form {
  margin-top: 0;
}

.cp-full-screen-overlay {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 200000;
}

.cp-full-screen-overlay .full-screen-overlay__container {
  height: 100%;
  overflow-y: auto;
}

.cp-full-screen-overlay .full-screen-overlay__close {
  margin-right: 20px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  z-index: 4;
}

.cp-full-screen-overlay .full-screen-overlay__header {
  -webkit-backface-visibility: hidden;
  height: 5.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
  z-index: 1;
}

.cp-full-screen-overlay .full-screen-overlay__header::before, .cp-full-screen-overlay .full-screen-overlay__header::after {
  content: '';
  display: block;
  height: 1rem;
  position: -webkit-sticky;
  position: sticky;
}

.cp-full-screen-overlay .full-screen-overlay__header::before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  top: 3.5rem;
}

.cp-full-screen-overlay .full-screen-overlay__header::after {
  background: linear-gradient(#fff 10%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.4) 70%, transparent);
  top: 0;
  z-index: 2;
}

.cp-full-screen-overlay .full-screen-overlay__header .full-screen-overlay__title {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  margin-top: -16px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.cp-full-screen-overlay .full-screen-overlay__header .full-screen-overlay__title h2 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.cp-full-screen-overlay .full-screen-overlay__body {
  height: calc(100% - 88px);
  margin: 0 auto;
  max-width: 51.5em;
  padding: 24px 24px 56px;
}

.cp-full-screen-overlay .full-screen-overlay__body__content {
  margin-bottom: 56px;
}

.cp-full-screen-overlay.simple-genie {
  transform: translateY(60%) scale(0);
  transition: transform .2s, visibility 0s .2s;
  visibility: hidden;
}

.cp-full-screen-overlay.simple-genie.full-screen-overlay--open {
  transform: translateY(0%) scale(1);
  transition: transform .2s;
  visibility: visible;
}

.cp-full-screen-overlay.slide-down {
  transform: translateY(-100%);
  transition: transform .2s ease-in-out, visibility 0s .2s;
  visibility: hidden;
}

.cp-full-screen-overlay.slide-down .full-screen-overlay--open {
  transform: translateY(0%);
  transition: transform .2s ease-in-out;
  visibility: visible;
}

.cp-full-screen-overlay.fade-in {
  opacity: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  visibility: hidden;
}

.cp-full-screen-overlay.fade-in.full-screen-overlay--open {
  opacity: 1;
  visibility: visible;
}

.cp-full-screen-overlay.instant {
  display: none;
  visibility: hidden;
}

.cp-full-screen-overlay.instant.full-screen-overlay--open {
  display: block;
  visibility: visible;
}

body.full-screen-overlay__container--open {
  overflow: hidden;
}

.cp-deprecated-full-screen-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 200000;
}

.cp-deprecated-full-screen-overlay .overlay-inner,
.cp-deprecated-full-screen-overlay .overlay-backdrop {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.cp-deprecated-full-screen-overlay .overlay-backdrop {
  background: #f2f2f2;
  opacity: .99;
  overflow: hidden;
  width: 100%;
}

.cp-deprecated-full-screen-overlay .overlay-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  overflow-y: auto;
  padding: 16px 20px;
  position: relative;
}

.cp-deprecated-full-screen-overlay .overlay-close {
  background: linear-gradient(#fff, #ccc);
  background-color: #fff;
  border: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 4px #666;
  color: #666;
  cursor: pointer;
  font-family: monospace;
  line-height: .3;
  padding: 10px;
  position: fixed;
  right: 30px;
  top: 0;
  transform: translateZ(0);
  z-index: 250000;
}

.cp-deprecated-full-screen-overlay .overlay-close .icon-svg-cross {
  height: 2.286rem;
  width: 2.286rem;
}

.cp-deprecated-full-screen-overlay .overlay-close:hover {
  background: linear-gradient(#909696, #ccc);
  background-color: #ccc;
  color: #fff;
}

.cp-deprecated-full-screen-overlay.simple-genie {
  transform: translateY(60%) scale(0);
  transition: transform .2s, visibility 0s .2s;
  visibility: hidden;
}

.cp-deprecated-full-screen-overlay.simple-genie.open {
  transform: translateY(0%) scale(1);
  transition: transform .2s;
  visibility: visible;
}

.cp-deprecated-full-screen-overlay.slide-down {
  transform: translateY(-100%);
  transition: transform .2s ease-in-out, visibility 0s .2s;
  visibility: hidden;
}

.cp-deprecated-full-screen-overlay.slide-down .open {
  transform: translateY(0%);
  transition: transform .2s ease-in-out;
  visibility: visible;
}

.cp-deprecated-full-screen-overlay.fade-in {
  opacity: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  visibility: hidden;
}

.cp-deprecated-full-screen-overlay.fade-in.open {
  opacity: 1;
  visibility: visible;
}

.cp-deprecated-full-screen-overlay.instant {
  display: none;
  visibility: hidden;
}

.cp-deprecated-full-screen-overlay.instant.open {
  display: block;
  visibility: visible;
}

body.overlay-is-open {
  overflow: hidden;
}

body.overlay-is-open .cp-deprecated-full-screen-overlay .overlay-inner {
  overflow-y: auto;
}

.cp-staff-takeover-message {
  background-color: #e25f3b;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.cp-staff-takeover-message a {
  color: #fff;
  text-decoration: underline;
}

.cp-screen-reader-shortcuts {
  background: #fff;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 500;
}

.cp-screen-reader-shortcuts .screen_reader_nav {
  border: 1px transparent solid;
  clip: rect(0, 0, 0, 0);
  color: #006682;
  height: .1em;
  margin: 5px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  width: .1em;
}

.cp-screen-reader-shortcuts .screen_reader_nav:focus, .cp-screen-reader-shortcuts .screen_reader_nav:active {
  clip: auto;
  height: auto;
  overflow: visible;
  width: auto;
}

.cp-system-message {
  background-color: #fff;
  border: 1px solid;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 7px 0 0;
}

.cp-system-message .wrapper {
  display: table;
}

.cp-system-message .wrapper .priority-icon {
  display: table-cell;
  margin: -7px 7px 0 -7px;
  padding: 7px 10px;
}

.cp-system-message .wrapper .priority-icon svg {
  margin-right: 0;
}

.cp-system-message .wrapper .collapse-expand-actions {
  display: table-cell;
}

.cp-system-message .wrapper .collapse-expand-actions .btn {
  font-size: 1em;
  padding: 0;
  vertical-align: top;
}

.cp-system-message .wrapper .message-body {
  color: #333;
  display: block;
  line-height: 1.43;
  padding: 7px;
}

.cp-system-message .close {
  margin-right: 5px;
  margin-top: 7px;
}

.cp-system-message.low {
  border-color: #3a88b5;
}

.cp-system-message.low .priority-icon {
  background-color: #3a88b5;
  color: #fff;
}

.cp-system-message.medium {
  border-color: #f29c1f;
}

.cp-system-message.medium .priority-icon {
  background-color: #f29c1f;
  color: #fff;
}

.cp-system-message.high {
  border-color: #c64400;
}

.cp-system-message.high .priority-icon {
  background-color: #c64400;
  color: #fff;
}

.cp-system-message.critical {
  border-color: #cf000f;
}

.cp-system-message.critical .priority-icon {
  background-color: #cf000f;
  color: #fff;
}

@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url(/c0293e011538da92d557d0edc1562bab.eot);
  src: url(/c0293e011538da92d557d0edc1562bab.eot) format("embedded-opentype"), url(/fc22b0ededc509bbbf16605f801d7870.woff) format("woff"), url(/ac944e3144396d190d401e323e8a20e0.ttf) format("truetype"), url(/7dfd874b5671784e818069057d8e7f62.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?41368764#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-th-list:before {
  content: '\2630';
}

/* '☰' */
.icon-th:before {
  content: '\268f';
}

/* '⚏' */
.icon-help:before {
  content: '\2753';
}

/* '❓' */
.icon-angle-down:before {
  content: '\abcd';
}

/* 'ꯍ' */
.icon-left-open:before {
  content: '\e75d';
}

/* '' */
.icon-right-open:before {
  content: '\e75e';
}

/* '' */
.icon-font:before {
  content: '\e779';
}

/* '' */
.icon-basket:before {
  content: '\e800';
}

/* '' */
.icon-right-dir:before {
  content: '\e801';
}

/* '' */
.icon-heart-empty:before {
  content: '\e802';
}

/* '' */
.icon-gift:before {
  content: '\e803';
}

/* '' */
.icon-down-open:before {
  content: '\e804';
}

/* '' */
.icon-flag-empty:before {
  content: '\e805';
}

/* '' */
.icon-cw:before {
  content: '\e806';
}

/* '' */
.icon-attention-circled:before {
  content: '\e807';
}

/* '' */
.icon-location:before {
  content: '\e808';
}

/* '' */
.icon-angle-double-left:before {
  content: '\e809';
}

/* '' */
.icon-angle-double-right:before {
  content: '\e80a';
}

/* '' */
.icon-angle-right:before {
  content: '\e80b';
}

/* '' */
.icon-angle-left:before {
  content: '\e80c';
}

/* '' */
.icon-bell-entypo:before {
  content: '\e80d';
}

/* '' */
.icon-heart:before {
  content: '\e80e';
}

/* '' */
.icon-down-dir:before {
  content: '\e80f';
}

/* '' */
.icon-trash:before {
  content: '\e810';
}

/* '' */
.icon-comment:before {
  content: '\e811';
}

/* '' */
.icon-edit:before {
  content: '\e812';
}

/* '' */
.icon-spinner:before {
  content: '\e813';
}

/* '' */
.icon-cancel:before {
  content: '\e814';
}

/* '' */
.icon-forward:before {
  content: '\e815';
}

/* '' */
.icon-ok:before {
  content: '\e816';
}

/* '' */
.icon-print:before {
  content: '\e817';
}

/* '' */
.icon-phone:before {
  content: '\e818';
}

/* '' */
.icon-credit-card:before {
  content: '\e819';
}

/* '' */
.icon-mail:before {
  content: '\e81a';
}

/* '' */
.icon-plus-circled:before {
  content: '\e81b';
}

/* '' */
.icon-cog:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-award:before {
  content: '\e81e';
}

/* '' */
.icon-sort-down:before {
  content: '\e81f';
}

/* '' */
.icon-up-dir:before {
  content: '\e820';
}

/* '' */
.icon-filter:before {
  content: '\e821';
}

/* '' */
.icon-right:before {
  content: '\e822';
}

/* '' */
.icon-pencil:before {
  content: '\e823';
}

/* '' */
.icon-attention:before {
  content: '\e824';
}

/* '' */
.icon-block:before {
  content: '\e825';
}

/* '' */
.icon-ellipsis:before {
  content: '\e826';
}

/* '' */
.icon-plus:before {
  content: '\e827';
}

/* '' */
.icon-tag:before {
  content: '\e828';
}

/* '' */
.icon-clock:before {
  content: '\e829';
}

/* '' */
.icon-clipboard:before {
  content: '\e82a';
}

/* '' */
.icon-award-empty:before {
  content: '\e82b';
}

/* '' */
.icon-book-series:before {
  content: '\e82c';
}

/* '' */
.icon-list-bullet:before {
  content: '\e82d';
}

/* '' */
.icon-book-shelf:before {
  content: '\e82e';
}

/* '' */
.icon-star:before {
  content: '\e82f';
}

/* '' */
.icon-star-empty:before {
  content: '\e830';
}

/* '' */
.icon-star-half-alt:before {
  content: '\e831';
}

/* '' */
.icon-music:before {
  content: '\e832';
}

/* '' */
.icon-headphones:before {
  content: '\e833';
}

/* '' */
.icon-cd:before {
  content: '\e834';
}

/* '' */
.icon-left:before {
  content: '\e835';
}

/* '' */
.icon-gmail:before {
  content: '\e836';
}

/* '' */
.icon-yahoo:before {
  content: '\e837';
}

/* '' */
.icon-windows:before {
  content: '\e838';
}

/* '' */
.icon-quote-left:before {
  content: '\e839';
}

/* '' */
.icon-videocam:before {
  content: '\e83a';
}

/* '' */
.icon-facebook:before {
  content: '\e83b';
}

/* '' */
.icon-paper-plane:before {
  content: '\e83c';
}

/* '' */
.icon-twitter:before {
  content: '\e83d';
}

/* '' */
.icon-tumblr:before {
  content: '\e83e';
}

/* '' */
.icon-linkedin:before {
  content: '\e83f';
}

/* '' */
.icon-export:before {
  content: '\e840';
}

/* '' */
.icon-gplus:before {
  content: '\e841';
}

/* '' */
.icon-pinterest:before {
  content: '\e842';
}

/* '' */
.icon-age-suitability:before {
  content: '\e843';
}

/* '' */
.icon-mail-alt:before {
  content: '\e844';
}

/* '' */
.icon-link-ext:before {
  content: '\e845';
}

/* '' */
.icon-help-circled:before {
  content: '\e846';
}

/* '' */
.icon-menu:before {
  content: '\e847';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e848';
}

/* '' */
.icon-minus-circled:before {
  content: '\e849';
}

/* '' */
.icon-ellipsis-vert:before {
  content: '\e84a';
}

/* '' */
.icon-lock:before {
  content: '\e84b';
}

/* '' */
.icon-library:before {
  content: '\e84c';
}

/* '' */
.icon-calendar:before {
  content: '\e84d';
}

/* '' */
.icon-link:before {
  content: '\e84e';
}

/* '' */
.icon-user:before {
  content: '\e84f';
}

/* '' */
.icon-star-half:before {
  content: '\e850';
}

/* '' */
.icon-truck:before {
  content: '\e851';
}

/* '' */
.icon-gamepad:before {
  content: '\e852';
}

/* '' */
.icon-newspaper:before {
  content: '\e853';
}

/* '' */
.icon-lock-open:before {
  content: '\e854';
}

/* '' */
.icon-pause-circled:before {
  content: '\e855';
}

/* '' */
.icon-ok-circled:before {
  content: '\e856';
}

/* '' */
.icon-play-circled:before {
  content: '\e857';
}

/* '' */
.icon-info-circled:before {
  content: '\e858';
}

/* '' */
.icon-doc-text:before {
  content: '\e859';
}

/* '' */
.icon-calendar-empty:before {
  content: '\e85a';
}

/* '' */
.icon-laptop:before {
  content: '\e85b';
}

/* '' */
.icon-barcode:before {
  content: '\e85c';
}

/* '' */
.icon-up:before {
  content: '\e85d';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e85e';
}

/* '' */
.icon-user-plus:before {
  content: '\e85f';
}

/* '' */
.icon-bank:before {
  content: '\e860';
}

/* '' */
.icon-bookmark-empty:before {
  content: '\f097';
}

/* '' */
.icon-sort:before {
  content: '\f0dc';
}

/* '' */
.icon-download-cloud:before {
  content: '\f0ed';
}

/* '' */
.icon-bell-alt:before {
  content: '\f0f3';
}

/* '' */
.icon-tablet:before {
  content: '\f10a';
}

/* '' */
.icon-help-bold:before {
  content: '\f128';
}

/* '' */
.icon-facebook-rect:before {
  content: '\f301';
}

/* '' */
.icon-twitter-bird:before {
  content: '\f303';
}

/* '' */
.icon-book:before {
  content: '📕';
}

/* '\1f4d5' */
.icon-book-open:before {
  content: '📖';
}

/* '\1f4d6' */
.icon-search:before {
  content: '🔍';
}

/* '\1f50d' */
.icon-bell:before {
  content: '🔔';
}

/* '\1f514' */
.icon-bookmark:before {
  content: '🔖';
}

/* '\1f516' */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: 0.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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(/448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(/fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.485;
  color: #666;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0d64a4;
  text-decoration: none;
}

a:hover, a:focus {
  color: #07395d;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.485;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[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: #ccc;
}

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: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #ffffd9;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #909696;
}

.text-primary {
  color: #00a2ce;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #007a9b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00a2ce;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007a9b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #ffffd9;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffffa6;
}

.bg-danger {
  background-color: #fff5ff;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffc2ff;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ccc;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.485;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ccc;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.485;
  color: #ccc;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccc;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.485;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.485;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.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-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.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-left: 15px;
  padding-right: 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.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

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

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

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

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

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

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #909696;
  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;
  line-height: 1.485;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.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-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.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-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.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 > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.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 > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.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 > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffffd9;
}

.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: #ffffc0;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fff5ff;
}

.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: #ffdcff;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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;
  font-size: 14px;
  line-height: 1.485;
  color: inherit;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.485;
  color: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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],
fieldset[disabled] .form-control {
  background-color: #ccc;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  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;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #ffffd9;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #fff5ff;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.485;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #909696;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #515656;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #717878;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #717878;
}

.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 {
  color: #333;
  background-color: #d4d4d4;
  border-color: #515656;
}

.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,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #909696;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #00a2ce;
  border-color: #008eb5;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #007a9b;
  border-color: #002a35;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007a9b;
  border-color: #005e77;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007a9b;
  border-color: #005e77;
}

.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 {
  color: #fff;
  background-color: #005e77;
  border-color: #002a35;
}

.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,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00a2ce;
  border-color: #008eb5;
}

.btn-primary .badge {
  color: #00a2ce;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #008000;
  border-color: #006700;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #004d00;
  border-color: black;
}

.btn-success:hover {
  color: #fff;
  background-color: #004d00;
  border-color: #002900;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004d00;
  border-color: #002900;
}

.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 {
  color: #fff;
  background-color: #002900;
  border-color: black;
}

.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,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #008000;
  border-color: #006700;
}

.btn-success .badge {
  color: #008000;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.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 {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.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,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #e65722;
  border-color: #d64c18;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #bf4416;
  border-color: #64230b;
}

.btn-warning:hover {
  color: #fff;
  background-color: #bf4416;
  border-color: #9f3812;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #bf4416;
  border-color: #9f3812;
}

.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 {
  color: #fff;
  background-color: #9f3812;
  border-color: #64230b;
}

.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,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e65722;
  border-color: #d64c18;
}

.btn-warning .badge {
  color: #e65722;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #cc441e;
  border-color: #b63d1b;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a03517;
  border-color: #47180a;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a03517;
  border-color: #802b13;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a03517;
  border-color: #802b13;
}

.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 {
  color: #fff;
  background-color: #802b13;
  border-color: #47180a;
}

.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,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #cc441e;
  border-color: #b63d1b;
}

.btn-danger .badge {
  color: #cc441e;
  background-color: #fff;
}

.btn-link {
  color: #0d64a4;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  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 {
  color: #07395d;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.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;
  font-weight: normal;
  line-height: 1.485;
  color: #666;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #00a2ce;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.485;
  color: #ccc;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .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-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[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 {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon: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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon: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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ccc;
}

.nav > li.disabled > a {
  color: #ccc;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ccc;
  border-color: #0d64a4;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.485;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #ccc #ccc #ccc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00a2ce;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-default .navbar-brand {
  color: #000;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #000;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #000;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #000;
}

.navbar-default .navbar-link:hover {
  color: #000;
}

.navbar-default .btn-link {
  color: #000;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #000;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #f2f2f2;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #f2f2f2;
}

.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f2f2f2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #f2f2f2;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #f2f2f2;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #ccc;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.485;
  text-decoration: none;
  color: #0d64a4;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #07395d;
  background-color: #ccc;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00a2ce;
  border-color: #00a2ce;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ccc;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #ccc;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #b3b3b3;
}

.label-primary {
  background-color: #00a2ce;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #007a9b;
}

.label-success {
  background-color: #008000;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #004d00;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #e65722;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #bf4416;
}

.label-danger {
  background-color: #cc441e;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #a03517;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ccc;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0d64a4;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ccc;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #b3b3b3;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.485;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #666;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0d64a4;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #ffffd9;
  border-color: #fff4c0;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #fff0a6;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #fff5ff;
  border-color: #f9dcff;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #f5c2ff;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #02729e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #008000;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #e65722;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #cc441e;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

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: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #ccc;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00a2ce;
  border-color: #00a2ce;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #9beaff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #ffffd9;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #ffffc0;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #fff5ff;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ffdcff;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.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: -1;
  border-top-right-radius: -1;
}

.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: -1;
}

.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: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-bottom-right-radius: -1;
}

.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: -1;
}

.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: -1;
}

.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 {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #666;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #666;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #00a2ce;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00a2ce;
  border-color: #00a2ce;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00a2ce;
}

.panel-primary > .panel-heading .badge {
  color: #00a2ce;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00a2ce;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #fff4c0;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #ffffd9;
  border-color: #fff4c0;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff4c0;
}

.panel-warning > .panel-heading .badge {
  color: #ffffd9;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fff4c0;
}

.panel-danger {
  border-color: #f9dcff;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #fff5ff;
  border-color: #f9dcff;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f9dcff;
}

.panel-danger > .panel-heading .badge {
  color: #fff5ff;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f9dcff;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.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;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.485;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

[dir="ltr"] .tooltip{
  text-align: left;
}

[dir="rtl"] .tooltip{
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.485;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.485;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body .container {
  background-color: #fff;
}

body .cp-core-external-header {
  margin-bottom: 25px;
}

body main {
  display: block;
}

body.overlay-is-open .content {
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.reduced-gutter-right {
  padding-right: 5px;
}

.row-eq-height {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-flow: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

.fade-enter {
  opacity: .01;
  transition: opacity .25s linear;
}

.fade-enter.fade-enter-active {
  opacity: 1;
}

.fade-leave {
  opacity: 1;
  transition: opacity .25s linear;
}

.fade-leave.fade-leave-active {
  opacity: .01;
}

.slide-enter {
  transform: translateX(-100%);
  transition: transform .25s linear;
}

.slide-enter.slide-enter-active {
  transform: translateX(0);
}

.slide-leave {
  transform: translateX(0);
  transition: transform .1s linear;
}

.slide-leave.slide-leave-active {
  transform: translateX(-100%);
}

.slide-up-enter {
  transform: translateY(100%);
  transition: transform .25s linear;
}

.slide-up-enter.slide-up-enter-active {
  transform: translateY(0);
}

.slide-up-leave {
  transform: translateY(0);
  transition: transform .1s linear;
}

.slide-up-leave.slide-up-leave-active {
  transform: translateY(100%);
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

html {
  font-size: 14px;
}

.cp-not-found h1 {
  font-size: 10em;
}

.cp-title a {
  color: #02729e;
}

.cp-title a:hover {
  color: #02729e;
}

.cp-title .secondary-title {
  color: #666;
  font-size: .778em;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 5px;
}

.cp-deprecated-bib-brief .cp-title {
  font-size: 1.43em;
  line-height: 1.35;
  margin: 0;
}

.cp-deprecated-bib-brief .cp-title .cp-subtitle {
  color: #3f4344;
  display: block;
  font-size: .8em;
  line-height: 1.37;
  margin: 0;
}

@media (max-width: 991px) {
  .cp-deprecated-bib-brief .cp-title {
    font-size: 1.29em;
    line-height: 1.33;
  }
  .cp-deprecated-bib-brief .cp-title .cp-subtitle {
    font-size: .778em;
    line-height: 1.357;
  }
}

.cp-deprecated-bib-brief .cp-author-link-list {
  display: inline;
  margin: 5px 0;
}

.cp-deprecated-bib-brief .author-link {
  display: inline;
}

.cp-deprecated-bib-brief .cp-by-author-block {
  display: inline-block;
}

.cp-deprecated-bib-brief .cp-title + .cp-by-author-block {
  margin-top: 5px;
}

.cp-jacket-cover .drop-shadow {
  box-shadow: 2px 2px 2px #ccc;
}

.cp-deprecated-table .clearfix::after,
.cp-deprecated-table .clearfix::before {
  content: none;
  display: table;
}

.cp-deprecated-table .table-sort {
  font-weight: bold;
  padding: 0 0 .214em;
  text-decoration: none;
}

.cp-deprecated-table .table-sort .icon-svg-sort-arrows,
.cp-deprecated-table .table-sort .icon-svg-sort-up,
.cp-deprecated-table .table-sort .icon-svg-sort-down {
  margin-left: 3px;
  width: 1.143em;
}

.cp-deprecated-table .no-wrap {
  white-space: nowrap;
}

.cp-deprecated-table .right-align {
  text-align: right;
}

.cp-deprecated-table tbody > tr > td {
  padding: 12px 16px 12px 12px;
}

@media screen and (max-width: 767px) {
  .cp-deprecated-table.stacked-on-mobile thead {
    display: none;
  }
  .cp-deprecated-table.stacked-on-mobile tbody {
    width: 100%;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr {
    border: 1px solid #ccc;
    display: block;
    margin: -1px;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr::after {
    color: transparent;
    content: '.';
    display: block;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr .no-wrap {
    white-space: normal;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr td {
    border: 0;
    display: block;
    overflow: hidden;
    padding: 12px 16px 12px 12px;
    text-align: left;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr td ul {
    list-style: none;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr td::before {
    clear: both;
    content: attr(data-label);
    display: block;
    float: left;
    font-weight: 600;
    width: 100%;
  }
  .cp-deprecated-table.stacked-on-mobile tbody tr td .cell-value {
    clear: both;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cp-deprecated-table.has-left-aligned-checkbox.stacked-on-mobile tr {
    position: relative;
  }
  .cp-deprecated-table.has-left-aligned-checkbox.stacked-on-mobile td {
    left: 38px;
    position: relative;
    top: 8px;
    width: calc(100% - 38px);
  }
  .cp-deprecated-table.has-left-aligned-checkbox.stacked-on-mobile td.is-left-checkbox {
    left: 0;
    position: absolute;
    text-align: left;
    top: 10px;
  }
  .cp-deprecated-table.has-left-aligned-checkbox.stacked-on-mobile td.is-left-checkbox::before {
    content: none;
  }
}

.cp-format-indicator .icon::before {
  margin-left: 0;
}

.cp-availability-table h4.unavailable {
  color: #b03d25;
}

.cp-availability-table h4.available {
  color: #008000;
}

.cp-availability-table h4.on_order {
  color: #e25d1d;
}

.cp-availability-table .stackmap-link {
  color: #02729e;
}

.cp-availability-status {
  color: #666;
  display: inline-block;
  font-weight: 600;
}

.cp-availability-status.available {
  color: #008000;
}

.cp-availability-status.unavailable {
  color: #b03d25;
}

.cp-availability-status.on_order {
  color: #e25d1d;
}

.cp-probe-logo.logo-circled {
  border: 1px solid #dadada;
  border-radius: 50%;
}

.cp-probe-logo.logo-small {
  height: 2em;
  width: 2em;
}

.cp-holdings-probe {
  background-color: #fff;
  border: thin solid #ccc;
  border-left: 3px solid #909696;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 15px;
  white-space: nowrap;
}

.cp-holdings-probe:not(:first-child) {
  margin: 12px 0;
}

.cp-holdings-probe .library-image {
  flex: 0 1 auto;
  margin-right: 10px;
}

.cp-holdings-probe .holdings-info {
  flex: 1 1 auto;
}

.cp-holdings-probe .holdings-info .library-name {
  color: #3f4344;
  display: block;
  font-weight: 600;
}

.cp-holdings-probe .check-avail-link {
  color: #666;
  display: block;
  text-decoration: underline;
}

.cp-holdings-probe .cp-availability-status {
  display: block;
}

.cp-holdings-probe.available {
  border-left-color: #008000;
}

.cp-holdings-probe.unavailable {
  border-left-color: #b03d25;
}

.cp-holdings-probe.on_order {
  border-left-color: #e25d1d;
}

.cp-search-probe {
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.cp-search-probe .cp-avatar,
.cp-search-probe .library-name {
  margin-right: 8px;
}

.cp-search-probe .library-name {
  color: #000;
  display: inline-block;
}

.cp-search-probe .search-probe-link {
  color: #666;
  text-decoration: underline;
  white-space: nowrap;
}

.cp-search-probe .search-probe-link:hover, .cp-search-probe .search-probe-link:focus {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .cp-search-probe .search-probe-link {
    display: block;
  }
}

.cp-search-probe .cp-hold-counts {
  display: block;
}

.cp-search-probe-list {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  margin-top: 15px;
  min-height: 44px;
  padding: 8px 15px;
  width: 100%;
}

.cp-search-probe-list .probe-list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-search-probe-list .probe-list li + li {
  margin-left: 28px;
}

.cp-search-probe-list .search-probe-title {
  color: #000;
  font-size: 1em;
  font-weight: 600;
  line-height: inherit;
  margin: 0;
  margin-right: 8px;
  white-space: nowrap;
}

.cp-search-probe-list .search-probe-no-results {
  color: #666;
}

@media screen and (max-width: 767px) {
  .cp-search-probe-list .search-probe-title {
    display: none;
  }
  .cp-search-probe-list .probe-list {
    align-items: start;
    flex-direction: column;
  }
  .cp-search-probe-list .probe-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

.cp-pan-zoom {
  position: relative;
}

.cp-pan-zoom .pan-zoom-container {
  overflow: hidden;
  position: relative;
}

.cp-pan-zoom .pan-zoom-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-pan-zoom .pan-zoom-content {
  align-items: center;
  display: flex;
  height: 100%;
  transition: .1s ease-out;
  width: 100%;
}

.cp-stackmap-overlay .stackmap-data {
  background-color: #fff;
  padding: 15px;
}

.cp-stackmap-overlay .stackmap-data .stackmap-ranges {
  list-style-type: disc;
}

.cp-stackmap-overlay .stackmap-data .stackmap-range {
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 500px;
}

.cp-stackmap-overlay .stackmap-data .stackmap-text {
  border-bottom: 1px dashed #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cp-stackmap-overlay .stackmap-data .stackmap-image-container {
  border: 1px #000 solid;
}

.cp-stackmap-overlay .stackmap-data .stackmap-image {
  width: 100%;
}

.cp-stackmap-overlay .stackmap-data .stackmap-buttons {
  margin: 10px 0;
}

.cp-stackmap-overlay .stackmap-data .stackmap-buttons .btn {
  margin-right: 5px;
}

.cp-stackmap-overlay .powered-by-stackmap {
  float: right;
  padding: 10px;
}

.cp-subscription-table {
  margin-top: 15px;
}

.cp-subscription-table caption {
  display: none;
}

.cp-subscription-table .subscription-group {
  border-top: 1px solid #ccc;
}

.cp-subscription-table .subscription-group h4 {
  background-color: #eee;
  margin: 0;
  padding: 10px 5px;
}

.cp-subscription-table .subscription-group .subscription-item {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.cp-eresource-block {
  margin: 10px 0 20px;
}

.cp-eresource-block h4 {
  color: #000;
  font-size: 1.1em;
  font-weight: 600;
}

.cp-eresource-block.well {
  padding: 6px 12px;
}

.cp-eresource-block ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.cp-availability-details-overlay.is-standalone .overlay-close {
  display: none;
}

.cp-availability-details-overlay .availability-title-block {
  margin-top: 20px;
  min-height: 160px;
}

.cp-availability-details-overlay .availability-title-block .title {
  margin-top: 0;
}

.cp-availability-details-overlay .availability-title-block .availability-title-block-jacket {
  display: inline-block;
  max-width: 25%;
}

.cp-availability-details-overlay .availability-title-block .availability-title-block-jacket .cp-jacket-cover {
  max-height: 17em;
}

.cp-availability-details-overlay .availability-title-block .availability-title-block-brief {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.cp-availability-details-overlay .availability-title-block .availability-title-block-brief .author-link {
  font-size: 1.1em;
}

.cp-availability-details-overlay .availability-title-block hr.first {
  display: none;
}

@media screen and (max-width: 767px) {
  .cp-availability-details-overlay .cp-holdings-probes-list {
    display: block;
    margin: 20px 0;
    position: inherit;
  }
  .cp-availability-details-overlay .availability-title-block-brief {
    max-width: 60%;
  }
  .cp-availability-details-overlay .availability-title-block hr.first {
    display: block;
  }
  .cp-availability-details-overlay hr.second {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cp-availability-details-overlay .cp-jacket-cover {
    max-width: 70px;
  }
}

@media screen and (min-width: 768px) {
  .cp-availability-details-overlay .availability-title-block {
    display: flex;
    flex: 0 0 auto;
  }
  .cp-availability-details-overlay .availability-title-block-brief {
    width: 100%;
  }
}

.cp-layout {
  padding-bottom: 20px;
}

.cp-layout .drawer-open {
  overflow: hidden;
}

.cp-layout .cp-drawer-toggle {
  cursor: pointer;
  font-size: 1em;
}

.cp-layout .cp-drawer-toggle .handle {
  color: #fff;
  font-size: 1em;
}

.cp-layout .cp-sticky-toggle {
  left: 0;
  position: fixed;
  top: 10px;
  z-index: 100;
}

.cp-layout .cp-sticky-toggle .cp-drawer-toggle .handle {
  border-radius: 0 4px 4px 0;
  box-shadow: 4px 4px 8px #909696;
  padding: 10px;
}

@media screen and (max-width: 1199px) {
  .cp-layout.drawer-layout-left.active .sidebar-overlay {
    transform: translateX(0);
    visibility: visible;
  }
  .cp-layout.drawer-layout-left.active .sidebar-backdrop {
    visibility: visible;
  }
  .cp-layout .sidebar-backdrop {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 100;
  }
  .cp-layout .sidebar-overlay {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    bottom: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    left: 0;
    overflow: scroll;
    padding-left: 12px;
    padding-right: 12px;
    position: fixed !important;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    z-index: 101;
  }
}

.cp-sticky-toggle-button .cp-drawer-toggle {
  display: inline;
}

@media screen and (min-width: 1200px) {
  .cp-sticky-toggle-button,
  .cp-sticky-toggle-button .cp-sticky-toggle {
    display: none;
  }
}

.cp-checkbox-field {
  padding: 10px 0 10px 5px;
}

.cp-checkbox-field .cp-deprecated-checkbox label {
  color: #3f4344;
  font-weight: 700;
}

.cp-checkbox-filter .cp-deprecated-checkbox {
  margin-left: 7px;
  margin-right: 5px;
  width: 100%;
}

.cp-filter-token {
  background: #3f4344;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin: 0 3px 10px;
  padding: 5px 3px 5px 9px;
  text-decoration: none;
}

.cp-filter-token:hover, .cp-filter-token:focus {
  color: #fff;
  text-decoration: underline;
}

.cp-filter-token svg {
  margin: 0 .5em;
}

.cp-filter-token svg path {
  fill: #fff;
}

.cp-link-filter {
  display: block;
  padding: 5px 3px;
}

.cp-link-filter .cp-filter-token {
  background: transparent;
  color: inherit;
  display: block;
  line-height: 2;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: pre-line;
  width: 100%;
}

.cp-link-filter .cp-filter-token svg path {
  fill: inherit;
}

.expanded-filter-list .expanded-filter-label-wrap {
  display: flex;
}

.expanded-filter-list .expanded-filter-label-wrap .cp-deprecated-checkbox {
  width: inherit;
}

.expanded-filter-list .expanded-filter-label-wrap .filter-label-text {
  flex-basis: 90%;
  font-weight: normal;
  line-height: 2;
}

.field {
  border-bottom: 1px solid #ccc;
}

.field .field-toggle {
  align-items: center;
  color: #3f4344;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.25em;
  font-weight: 600;
  justify-content: flex-start;
  margin: 0;
  padding: 10px 0 10px 5px;
  white-space: normal;
}

.field .field-toggle .field-name {
  margin-right: auto;
}

.field .field-toggle:hover, .field .field-toggle:active, .field .field-toggle:focus {
  background-color: #f2f2f2;
  text-decoration: none;
}

.field .cp-expand-filter-link {
  color: #0d64a4;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
}

.field .cp-expand-filter-link:hover {
  background-color: transparent;
  text-decoration: underline;
}

.sub-field .field-toggle {
  color: #3f4344;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 7px 0 7px .2em;
}

.sub-field .field-toggle svg:first-child {
  height: 1.75em;
  margin-left: 5px;
  margin-right: 5px;
  width: 1.75em;
}

.sub-field .field-toggle .flip-vert {
  transform: translateZ(0.00001px) rotateY(180deg);
}

.sub-field .field-toggle .icon:first-child {
  font-size: 1.5em;
  margin-right: 5px;
}

.sub-field .field-toggle .icon:first-child::before {
  margin-left: 0;
}

.sub-field .field-toggle:hover, .sub-field .field-toggle:active, .sub-field .field-toggle:focus {
  background-color: #f2f2f2;
  text-decoration: none;
}

.filter,
.field-toggle {
  cursor: pointer;
  padding-left: 5px;
}

.filter:last-child,
.field-toggle:last-child {
  margin-bottom: 10px;
}

.filter:hover, .filter.applied,
.field-toggle:hover,
.field-toggle.applied {
  background-color: #f2f2f2;
}

@media screen and (max-width: 1199px) {
  .filter,
  .field-toggle {
    margin: 5px 0;
    padding: 5px 0 5px 6px;
  }
}

.cp-format-field .field-name {
  color: #333;
  font-weight: 600;
  padding-left: .2em;
}

.cp-help-link .icon-svg-info {
  margin: -3px 0 0 3px;
}

.cp-language-field .language-toggle .cp-deprecated-checkbox {
  width: calc(100% - 3em);
}

.cp-language-field .language-toggle a {
  margin-left: 10px;
}

.cp-language-field .language-toggle a svg {
  vertical-align: baseline;
}

.cp-field-list {
  transform: translate3d(0, 0, 0);
}

.cp-field-list h2 {
  border-bottom: 1px solid #ccc;
  color: #3f4344;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 10px;
}

.cp-field-list h2 small {
  color: inherit;
}

.cp-field-list ul {
  list-style: none;
  padding: 0;
}

.cp-print-buttons-toolbar {
  display: block;
  text-align: right;
  width: auto;
}

.cp-print-buttons-toolbar .btn:not(:first-of-type) {
  margin-left: 5px;
}

@media print {
  .cp-print-buttons-toolbar {
    display: none;
  }
}

@media print {
  .cp-print-table .table .item-title {
    font-weight: 600;
  }
  .cp-print-table .table tbody > tr > td {
    font-size: 12pt;
    line-height: normal;
  }
}

.cp-sort-dropdown .icon-svg-sort-arrows {
  vertical-align: text-top;
}

.cp-sort-dropdown .btn.dropdown-toggle {
  color: #666;
  padding: 0 2px;
  vertical-align: baseline;
}

.cp-sort-dropdown label {
  color: #666;
  font-weight: normal;
  margin-bottom: 2px;
}

.cp-link.link--rounded {
  border-radius: 3em;
  padding: 6px 24px 8px;
}

.cp-link.link--small {
  font-size: 0.875rem;
  min-height: 32px;
  padding: 4px 12px 5px;
}

.cp-chevron-link {
  cursor: pointer;
  font-weight: 600;
}

.cp-chevron-link .icon-svg-chevron-right {
  height: 1.2em;
  margin-bottom: .05em;
  margin-left: -2px;
  width: 1.2em;
}

.cp-secondary-link {
  color: #666;
  font-weight: 400;
  text-decoration: underline;
}

.cp-secondary-link:focus, .cp-secondary-link:hover {
  color: #4d4d4d;
  text-decoration: none;
}

.cp-secondary-ghost-link {
  background: none;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-secondary-ghost-link svg path {
  fill: inherit;
}

.cp-secondary-ghost-link:hover:not(:disabled), .cp-secondary-ghost-link:focus:not(:disabled) {
  background-color: #666;
  border-color: #666;
  color: #fff;
  text-decoration: none;
}

.cp-secondary-ghost-link:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-secondary-ghost-link:disabled svg path {
  fill: inherit;
}

.cp-ghost-link {
  background: none;
  background-color: transparent;
  border: 1px solid #02729e;
  border-radius: 4px;
  color: #02729e;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.cp-ghost-link svg path {
  fill: inherit;
}

.cp-ghost-link:hover:not(:disabled), .cp-ghost-link:focus:not(:disabled) {
  background-color: #02729e;
  border-color: #02729e;
  color: #fff;
  text-decoration: none;
}

.cp-ghost-link:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-ghost-link:disabled svg path {
  fill: inherit;
}

.cp-pagination-item {
  align-items: center;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  list-style: none;
  min-width: 2.5rem;
}

.cp-pagination-item svg {
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  .cp-pagination-item {
    border-bottom: 3px solid transparent;
  }
}

.cp-pagination-item .pagination-item__link {
  align-items: center;
  color: #666;
  display: flex;
  font-weight: 400;
  height: 2.5rem;
  justify-content: center;
  min-width: 2.5rem;
  text-decoration: none;
}

.cp-pagination-item .pagination-item__link:hover, .cp-pagination-item .pagination-item__link:focus {
  background: #f0f0f0;
}

.cp-pagination-item.pagination-item--current {
  cursor: default;
  margin: 0 16px;
}

@media screen and (min-width: 768px) {
  .cp-pagination-item.pagination-item--current {
    border-bottom: 3px solid #474747;
    font-weight: 600;
    margin: 0;
  }
}

.cp-pagination-item.pagination-item--disabled {
  cursor: default;
  opacity: .5;
}

.cp-pagination {
  display: inline-flex;
  position: relative;
}

.cp-pagination > ul {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0 5px;
  padding: 0;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .cp-pagination {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .cp-pagination.pagination--compact {
    flex-direction: row;
  }
}

.cp-pagination .pagination__text {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 3px;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .cp-pagination .pagination__text {
    display: flex;
    margin: 0;
  }
}

.cp-pagination .pagination__page-number--mobile,
.cp-pagination .pagination__mobile-items {
  display: none;
}

@media screen and (max-width: 767px) {
  .cp-pagination .pagination__page-number--mobile,
  .cp-pagination .pagination__mobile-items {
    display: inline-flex;
  }
  .cp-pagination .pagination__page-number--desktop,
  .cp-pagination .pagination__desktop-items {
    display: none;
  }
}

.cp-deprecated-pagination .pagination-text {
  margin-right: 10px;
}

.cp-deprecated-pagination .current-page {
  background: #02729e;
  color: #fff;
}

.cp-deprecated-pagination .cp-btn {
  border-radius: 0;
}

.cp-deprecated-pagination .cp-btn[disabled] {
  opacity: 1;
  pointer-events: none;
}

.cp-deprecated-pagination ul {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-deprecated-pagination ul li {
  display: inline-block;
  line-height: 1;
}

.cp-deprecated-pagination ul li.disabled {
  cursor: not-allowed;
}

.cp-deprecated-pagination ul li + li {
  margin-left: -1px;
}

.cp-active-filter {
  background: #e5e5e5;
  border: 1px solid transparent;
  box-shadow: 2px 2px 2px #ccc;
  color: #fff;
  margin: 0 -10px 10px;
}

.cp-active-filter .filter-controls {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
}

.cp-active-filter .filter-controls .active-filter-label {
  color: #3f4344;
  line-height: 2;
}

.cp-active-filter .filter-tokens {
  padding: 10px;
}

.cp-active-filter .filter-tokens .cp-filter-token {
  float: left;
  transition: background-color 150ms ease-in;
}

.cp-active-filter .filter-tokens .cp-filter-token.clear-token {
  background: transparent;
  color: #02729e;
  cursor: pointer;
  text-decoration: underline;
}

.cp-active-filter.active .cp-filter-token {
  background-color: #02729e;
}

.cp-active-filter.active .cp-filter-token.clear-token {
  background-color: transparent;
}

.cp-deprecated-toggle-switch {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  height: 2em;
  line-height: 0;
  min-width: 4em;
}

.cp-deprecated-toggle-switch .path {
  background-color: #e5e5e5;
  border-radius: 1em;
  height: 100%;
  position: relative;
  transition: background-color 150ms ease-in;
  width: 4em;
}

.cp-deprecated-toggle-switch .path .label {
  color: #3f4344;
  position: absolute;
  right: .25em;
  top: .25em;
}

.cp-deprecated-toggle-switch .path .toggle {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 89, 119, 0.8);
  display: flex;
  height: 2em;
  justify-content: center;
  left: -.25em;
  margin-top: -.5em;
  position: absolute;
  transition: left 150ms ease-in, background-color 150ms ease-in;
  width: 2em;
}

.cp-deprecated-toggle-switch.active .path {
  background-color: #02729e;
}

.cp-deprecated-toggle-switch.active .path .label {
  color: #fff;
  left: 0;
  right: auto;
}

.cp-deprecated-toggle-switch.active .path .toggle {
  left: 2.1em;
}

.cp-active-filter-lock-switch .toggle {
  background-color: #fff;
}

.cp-active-filter-lock-switch .toggle .icon-svg-push-pin path {
  fill: #909696;
}

.cp-active-filter-lock-switch.active .toggle .icon-svg-push-pin path {
  fill: #02729e;
}

.cp-featured-content-block {
  flex: 1;
  margin-right: 15px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .cp-featured-content-block {
    padding-right: 0;
  }
}

.cp-featured-content-block .featured-content-card {
  background: #fff;
  border-top: 3px solid #0081b0;
  box-shadow: 1px 2px 2px #dadada;
  height: 100%;
  padding: 10px 15px;
}

@media screen and (max-width: 991px) {
  .cp-featured-content-block .featured-content-card {
    margin-bottom: 20px;
  }
}

.cp-featured-content-block .featured-content-card .content-header {
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
}

.cp-featured-content-block .featured-content-card .content-header .content-type-icon {
  margin-right: 8px;
}

.cp-featured-content-block .content-links {
  flex: 1;
  margin: 15px;
}

.cp-featured-content-block .content-links .content-link {
  display: block;
  line-height: 2;
}

.cp-featured-content-block .content-links .icon-svg-pencil {
  color: #333;
}

.cp-featured-content-block .content-links .icon-svg-pencil:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .cp-featured-content-block .content-links ~ .cp-featured-content-block .content-links {
    margin-top: 0;
  }
}

.cp-recommended-featured-content {
  margin: 25px 15px;
  order: 1;
}

@media screen and (max-width: 991px) {
  .cp-recommended-featured-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.cp-recommended-featured-content .content-container {
  display: flex;
}

@media screen and (max-width: 991px) {
  .cp-recommended-featured-content .content-container {
    display: block;
  }
}

.cp-recommended-featured-content .content-recommended-by {
  margin-top: 10px;
}

.cp-facet-drawer-toggle .icon-svg-filter {
  fill: #fff;
}

.cp-facet-drawer-toggle .full-content svg {
  margin-right: .5em;
}

.cp-search-result-item {
  display: block;
  padding: 12px 0;
}

.cp-search-result-item:first-child {
  padding-top: 0;
}

@media (min-width: 992px) {
  .cp-search-result-item {
    display: flex;
    flex: 0 0 auto;
  }
}

@media (max-width: 991px) {
  .cp-search-result-item {
    padding: 7px 0;
  }
}

.cp-search-result-item > .item-column {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.cp-search-result-item > .item-column > .cp-search-result-item-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info {
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-jacket-cover {
    max-width: 70px;
  }
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .jacket-cover-wrap {
  margin-right: 15px;
}

@media screen and (max-width: 320px) {
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .jacket-cover-wrap {
    display: inline-table;
  }
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-title {
  font-size: 1.43em;
  line-height: 1.35;
  margin: 0;
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-title .cp-subtitle {
  font-size: .8em;
  line-height: 1.37;
  margin: 0;
}

@media (max-width: 991px) {
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-title {
    font-size: 1.29em;
    line-height: 1.33;
  }
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-title .cp-subtitle {
    font-size: .778em;
    line-height: 1.357;
  }
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-rating {
  margin-top: 13px;
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .add-to-shelf-wrap {
  flex: 0 0 33.3333333333%;
  margin-left: auto;
  padding: 0 0 0 20px;
  width: 33.3333333333%;
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .add-to-shelf-wrap .icon-svg-shelf-item {
  height: 1.58em;
  width: 2.37em;
}

@media (max-width: 767px) {
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .add-to-shelf-wrap {
    flex: initial;
    padding: 0 0 0 15px;
    width: 3.715em;
  }
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .add-to-shelf-wrap .shelf-name-text {
    display: none;
  }
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .add-to-shelf-wrap .mobile-add-to-shelf-btn {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 2.86em;
  }
  .cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .add-to-shelf-wrap .cp-dropdown-trigger {
    display: none;
  }
}

.cp-search-result-item > .item-column > .cp-search-result-item-content .cp-search-result-item-info .cp-bib-series {
  display: block;
}

.cp-search-result-item .info {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}

.cp-search-result-item .info .cp-average-rating {
  margin-bottom: 10px;
}

.cp-search-result-item .icon-svg-books {
  height: 1.58em;
  margin-right: 4px;
  position: relative;
  top: -2px;
  width: 1.66em;
}

.cp-rating-stars {
  color: #b97d04;
  display: inline-flex;
}

.cp-rating-stars .icon-svg-star,
.cp-rating-stars .icon-svg-half-star,
.cp-rating-stars .icon-svg-star-outline {
  font-size: 1.25rem;
  margin: 0 -1px;
}

.cp-rating-stars .icon-svg-star.rating-stars__icon--small,
.cp-rating-stars .icon-svg-half-star.rating-stars__icon--small,
.cp-rating-stars .icon-svg-star-outline.rating-stars__icon--small {
  font-size: 1rem;
}

.cp-rating-stars .icon-svg-star.rating-stars__icon--large,
.cp-rating-stars .icon-svg-half-star.rating-stars__icon--large,
.cp-rating-stars .icon-svg-star-outline.rating-stars__icon--large {
  font-size: 1.75rem;
}

.cp-rating-control .rating-control__rating-stars {
  color: #949494;
}

.cp-rating-control .rating-control__dropdown_button {
  display: flex;
  padding: 2px;
}

.cp-rating-control .rating-control__dropdown_label {
  align-items: center;
  display: flex;
}

.cp-rating-control .rating-control__label {
  font-size: 0.875rem;
  margin-left: 4px;
}

.cp-rating-control .rating-control__rating-stars--branded {
  color: #02729e;
}

.cp-rating-control .rating-control__rating-stars--generic {
  color: #b97d04;
}

.cp-rating {
  display: inline-block;
  height: 1.143em;
  position: relative;
}

.cp-rating .rating-star {
  height: 1.143em;
  vertical-align: text-top;
  width: 1.143em;
}

.cp-rating .rating-star-wrap {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  z-index: -0;
}

.cp-rating .rating-star-wrap .rating-star {
  display: inline-block;
  height: 1.143em;
  width: 1.143em;
}

.cp-rating .rating-star-button-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  z-index: 1;
}

.cp-rating .rating-star-button-wrap .btn.btn-default {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: transparent;
  display: inline-block;
  height: 1.143em;
  margin: 0;
  min-height: 16px;
  overflow: hidden;
  padding: 0;
  vertical-align: text-top;
  width: .571em;
}

.cp-rating .rating-star-button-wrap .btn.btn-default:hover, .cp-rating .rating-star-button-wrap .btn.btn-default:hover:active, .cp-rating .rating-star-button-wrap .btn.btn-default:active:focus {
  background: transparent;
  color: transparent;
}

.cp-rating .remove-rating-button {
  line-height: 1;
  margin: 1px 0 0 5px;
  padding: 0;
  vertical-align: text-top;
}

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

.cp-dot {
  background-color: transparent;
  border: 1px transparent;
  border-radius: 0;
  color: #666;
  cursor: pointer;
  font-size: 1rem;
  height: 1.875rem;
  padding: 0;
  width: 1.4rem;
  z-index: 2;
}

.cp-dot .icon-svg-dots-not-active {
  display: block;
  margin: auto;
}

.cp-dot .icon-svg-dots-active,
.cp-dot .icon-svg-dots-focus {
  display: none;
}

.cp-dot:focus {
  z-index: 3;
}

.cp-dot.active {
  border: 1px transparent;
  border-radius: 0;
  box-shadow: none;
  color: #909696;
}

.cp-dot.active .icon-svg-dots-active {
  display: block;
  margin: auto;
}

.cp-dot.active .icon-svg-dots-not-active,
.cp-dot.active .icon-svg-dots-focus {
  display: none;
}

.cp-dot:focus:not(.active), .cp-dot:hover:not(.active) {
  color: #666;
}

.cp-dot:focus:not(.active) .icon-svg-dots-focus, .cp-dot:hover:not(.active) .icon-svg-dots-focus {
  display: block;
  margin: auto;
}

.cp-dot:focus:not(.active) .icon-svg-dots-not-active, .cp-dot:hover:not(.active) .icon-svg-dots-not-active {
  display: none;
}

.cp-dots {
  display: flex;
  justify-content: center;
}

.cp-exit-slide {
  align-items: stretch;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  display: flex;
  flex-grow: 1;
  font-size: 1.31rem;
  justify-content: stretch;
  width: 100%;
}

.cp-exit-slide:hover {
  color: #666;
}

.cp-exit-slide .centered {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
  word-break: break-word;
}

.cp-exit-slide .carousel-heading {
  font-size: 1.31rem;
  vertical-align: middle;
}

.cp-item {
  display: block;
}

.cp-regular-arrow-button {
  background-color: transparent;
  color: #3f4344;
  cursor: pointer;
  font-size: 2em;
}

.cp-regular-arrow-button .icon-svg-chevron-left,
.cp-regular-arrow-button .icon-svg-chevron-right {
  height: 2.857rem;
  width: 2.857rem;
}

.cp-touch-arrow-button {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #3f4344;
  display: block;
  font-size: 2em;
  height: 3.25rem;
  line-height: .75;
  padding-top: .35rem;
  width: 3.25rem;
}

.cp-touch-arrow-button.cp-arrow-button-left {
  padding-left: .3rem;
  padding-right: .5rem;
}

.cp-touch-arrow-button.cp-arrow-button-right {
  padding-left: .8rem;
}

.cp-touch-arrow-button:disabled {
  background-color: #f2f2f2;
  border-color: #ccc;
  color: #666;
}

.cp-touch-arrow-button .icon-svg-chevron-left,
.cp-touch-arrow-button .icon-svg-chevron-right {
  height: 2.5rem;
  width: 1.57rem;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.heading-giant {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2rem;
  }
}

.heading-large {
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.625rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.313rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.25rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 0.875rem;
  font-weight: bold;
}

.link-solid-faux-underline {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px solid #909696;
  text-decoration: none;
  color: #02729e;
  fill: #02729e;
}

.link-solid-faux-underline:focus, .link-solid-faux-underline:hover {
  border-bottom: 2px solid false;
  text-decoration: none;
}

.link-solid-faux-underline:focus, .link-solid-faux-underline:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-dotted-faux-underline {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px dotted #909696;
  text-decoration: none;
  color: #02729e;
  fill: #02729e;
}

.link-dotted-faux-underline:focus, .link-dotted-faux-underline:hover {
  border-bottom: 1px solid false;
  text-decoration: none;
}

.link-dotted-faux-underline:focus, .link-dotted-faux-underline:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-solid-true-underline-grey {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: underline;
  color: #666;
  fill: #666;
}

.link-solid-true-underline-grey:focus, .link-solid-true-underline-grey:hover {
  text-decoration: none;
}

.link-solid-true-underline-grey:focus, .link-solid-true-underline-grey:hover {
  color: #4d4d4d;
  fill: #4d4d4d;
}

.link-solid-true-underline-primary {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: underline;
  color: #02729e;
  fill: #02729e;
}

.link-solid-true-underline-primary:focus, .link-solid-true-underline-primary:hover {
  text-decoration: none;
}

.link-solid-true-underline-primary:focus, .link-solid-true-underline-primary:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-single-chevron {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #02729e;
  fill: #02729e;
}

.link-single-chevron:focus, .link-single-chevron:hover {
  text-decoration: underline;
}

.link-single-chevron:focus, .link-single-chevron:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-single-chevron .link-icon-single-chevron {
  text-decoration: none;
  margin-left: 5px;
}

.link-single-chevron .link-icon-single-chevron:focus, .link-single-chevron .link-icon-single-chevron:hover {
  text-decoration: none;
}

.link-double-chevron {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  fill: #000;
}

.link-double-chevron:focus, .link-double-chevron:hover {
  text-decoration: underline;
}

.link-double-chevron:focus, .link-double-chevron:hover {
  color: #000;
  fill: #000;
}

.link-double-chevron .link-icon-double-chevron {
  text-decoration: none;
  margin-left: 5px;
}

.link-double-chevron .link-icon-double-chevron:focus, .link-double-chevron .link-icon-double-chevron:hover {
  text-decoration: none;
}

.link-caret-arrow {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #02729e;
  fill: #02729e;
}

.link-caret-arrow:focus, .link-caret-arrow:hover {
  text-decoration: underline;
}

.link-caret-arrow:focus, .link-caret-arrow:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-caret-arrow .link-icon-caret-down,
.link-caret-arrow .link-icon-caret-right {
  text-decoration: none;
  margin-left: 10px;
}

.link-caret-arrow .link-icon-caret-down:focus, .link-caret-arrow .link-icon-caret-down:hover,
.link-caret-arrow .link-icon-caret-right:focus,
.link-caret-arrow .link-icon-caret-right:hover {
  text-decoration: none;
}

.link-external-arrow {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #02729e;
  fill: #02729e;
}

.link-external-arrow:focus, .link-external-arrow:hover {
  text-decoration: underline;
}

.link-external-arrow:focus, .link-external-arrow:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-icon-external-arrow {
  text-decoration: none;
  margin-left: 5px;
  color: #02729e;
  fill: #02729e;
}

.link-icon-external-arrow:focus, .link-icon-external-arrow:hover {
  text-decoration: none;
}

.link-icon-external-arrow:focus, .link-icon-external-arrow:hover {
  color: #014e6c;
  fill: #014e6c;
}

.link-long-arrow {
  font-family: "Open Sans", Arial, sans-serif;
  border: 1px dotted transparent;
  border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none;
  color: #3f4344;
  fill: #3f4344;
}

.link-long-arrow:focus, .link-long-arrow:hover {
  border: 1px solid #909696;
  border-radius: 2px;
  text-decoration: none;
}

.link-long-arrow:focus, .link-long-arrow:hover {
  color: #3f4344;
  fill: #3f4344;
}

.link-long-arrow .link-icon-long-arrow-left {
  text-decoration: none;
  margin-right: 5px;
}

.link-long-arrow .link-icon-long-arrow-left:focus, .link-long-arrow .link-icon-long-arrow-left:hover {
  text-decoration: none;
}

.link-long-arrow .link-icon-long-arrow-right {
  text-decoration: none;
  margin-left: 5px;
}

.link-long-arrow .link-icon-long-arrow-right:focus, .link-long-arrow .link-icon-long-arrow-right:hover {
  text-decoration: none;
}

.link-solid-faux-underline-white {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-solid-faux-underline-white:focus, .link-solid-faux-underline-white:hover {
  border-bottom: 2px solid false;
  text-decoration: none;
}

.link-solid-faux-underline-white:focus, .link-solid-faux-underline-white:hover {
  color: #fff;
  fill: #fff;
}

.link-dotted-faux-underline-white {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-dotted-faux-underline-white:focus, .link-dotted-faux-underline-white:hover {
  border-bottom: 1px solid false;
  text-decoration: none;
}

.link-dotted-faux-underline-white:focus, .link-dotted-faux-underline-white:hover {
  color: #fff;
  fill: #fff;
}

.link-solid-true-underline-white {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: underline;
  color: #fff;
  fill: #fff;
}

.link-solid-true-underline-white:focus, .link-solid-true-underline-white:hover {
  text-decoration: none;
}

.link-solid-true-underline-white:focus, .link-solid-true-underline-white:hover {
  color: #fff;
  fill: #fff;
}

.link-single-chevron-white {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-single-chevron-white:focus, .link-single-chevron-white:hover {
  text-decoration: underline;
}

.link-single-chevron-white:focus, .link-single-chevron-white:hover {
  color: #fff;
  fill: #fff;
}

.link-single-chevron-white .link-icon-single-chevron-white {
  text-decoration: none;
  margin-left: 5px;
}

.link-single-chevron-white .link-icon-single-chevron-white:focus, .link-single-chevron-white .link-icon-single-chevron-white:hover {
  text-decoration: none;
}

.link-double-chevron-white {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-double-chevron-white:focus, .link-double-chevron-white:hover {
  text-decoration: underline;
}

.link-double-chevron-white:focus, .link-double-chevron-white:hover {
  color: #fff;
  fill: #fff;
}

.link-double-chevron-white .link-icon-double-chevron-white {
  text-decoration: none;
  margin-left: 5px;
}

.link-double-chevron-white .link-icon-double-chevron-white:focus, .link-double-chevron-white .link-icon-double-chevron-white:hover {
  text-decoration: none;
}

.link-caret-arrow-white {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-caret-arrow-white:focus, .link-caret-arrow-white:hover {
  text-decoration: underline;
}

.link-caret-arrow-white:focus, .link-caret-arrow-white:hover {
  color: #fff;
  fill: #fff;
}

.link-caret-arrow-white .link-icon-caret-down-white,
.link-caret-arrow-white .link-icon-caret-right-white {
  text-decoration: none;
  margin-left: 10px;
}

.link-caret-arrow-white .link-icon-caret-down-white:focus, .link-caret-arrow-white .link-icon-caret-down-white:hover,
.link-caret-arrow-white .link-icon-caret-right-white:focus,
.link-caret-arrow-white .link-icon-caret-right-white:hover {
  text-decoration: none;
}

.link-external-arrow-white {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-external-arrow-white:focus, .link-external-arrow-white:hover {
  text-decoration: underline;
}

.link-external-arrow-white:focus, .link-external-arrow-white:hover {
  color: #fff;
  fill: #fff;
}

.link-icon-external-arrow-white {
  text-decoration: none;
  margin-left: 5px;
  color: #fff;
  fill: #fff;
}

.link-icon-external-arrow-white:focus, .link-icon-external-arrow-white:hover {
  text-decoration: none;
}

.link-icon-external-arrow-white:focus, .link-icon-external-arrow-white:hover {
  color: #fff;
  fill: #fff;
}

.link-long-arrow-white {
  font-family: "Open Sans", Arial, sans-serif;
  border: 1px dotted transparent;
  border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.link-long-arrow-white:focus, .link-long-arrow-white:hover {
  border: 1px solid #fff;
  border-radius: 2px;
  text-decoration: none;
}

.link-long-arrow-white:focus, .link-long-arrow-white:hover {
  color: #fff;
  fill: #fff;
}

.link-long-arrow-white .link-icon-long-arrow-left-white {
  text-decoration: none;
  margin-right: 5px;
}

.link-long-arrow-white .link-icon-long-arrow-left-white:focus, .link-long-arrow-white .link-icon-long-arrow-left-white:hover {
  text-decoration: none;
}

.link-long-arrow-white .link-icon-long-arrow-right-white {
  text-decoration: none;
  margin-left: 5px;
}

.link-long-arrow-white .link-icon-long-arrow-right-white:focus, .link-long-arrow-white .link-icon-long-arrow-right-white:hover {
  text-decoration: none;
}

.link-solid-faux-underline-charcoal {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px solid #3f4344;
  text-decoration: none;
  color: #3f4344;
  fill: #3f4344;
}

.link-solid-faux-underline-charcoal:focus, .link-solid-faux-underline-charcoal:hover {
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.link-solid-faux-underline-charcoal:focus, .link-solid-faux-underline-charcoal:hover {
  color: #000;
  fill: #000;
}

.link-dotted-faux-underline-charcoal {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px dotted #3f4344;
  text-decoration: none;
  color: #3f4344;
  fill: #3f4344;
}

.link-dotted-faux-underline-charcoal:focus, .link-dotted-faux-underline-charcoal:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.link-dotted-faux-underline-charcoal:focus, .link-dotted-faux-underline-charcoal:hover {
  color: #000;
  fill: #000;
}

.link-solid-true-underline-charcoal {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: underline;
  color: #3f4344;
  fill: #3f4344;
}

.link-solid-true-underline-charcoal:focus, .link-solid-true-underline-charcoal:hover {
  text-decoration: none;
}

.link-solid-true-underline-charcoal:focus, .link-solid-true-underline-charcoal:hover {
  color: #000;
  fill: #000;
}

.link-single-chevron-charcoal {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #3f4344;
  fill: #3f4344;
}

.link-single-chevron-charcoal:focus, .link-single-chevron-charcoal:hover {
  text-decoration: underline;
}

.link-single-chevron-charcoal:focus, .link-single-chevron-charcoal:hover {
  color: #000;
  fill: #000;
}

.link-single-chevron-charcoal .link-icon-single-chevron-charcoal {
  text-decoration: none;
  margin-left: 5px;
}

.link-single-chevron-charcoal .link-icon-single-chevron-charcoal:focus, .link-single-chevron-charcoal .link-icon-single-chevron-charcoal:hover {
  text-decoration: none;
}

.link-caret-arrow-charcoal {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #3f4344;
  fill: #3f4344;
}

.link-caret-arrow-charcoal:focus, .link-caret-arrow-charcoal:hover {
  text-decoration: underline;
}

.link-caret-arrow-charcoal:focus, .link-caret-arrow-charcoal:hover {
  color: #000;
  fill: #000;
}

.link-caret-arrow-charcoal .link-icon-caret-down-charcoal,
.link-caret-arrow-charcoal .link-icon-caret-right-charcoal {
  text-decoration: none;
  margin-left: 10px;
}

.link-caret-arrow-charcoal .link-icon-caret-down-charcoal:focus, .link-caret-arrow-charcoal .link-icon-caret-down-charcoal:hover,
.link-caret-arrow-charcoal .link-icon-caret-right-charcoal:focus,
.link-caret-arrow-charcoal .link-icon-caret-right-charcoal:hover {
  text-decoration: none;
}

.link-external-arrow-charcoal {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #3f4344;
  fill: #3f4344;
}

.link-external-arrow-charcoal:focus, .link-external-arrow-charcoal:hover {
  text-decoration: underline;
}

.link-external-arrow-charcoal:focus, .link-external-arrow-charcoal:hover {
  color: #000;
  fill: #000;
}

.link-icon-external-arrow-charcoal {
  text-decoration: none;
  margin-left: 5px;
  color: #3f4344;
  fill: #3f4344;
}

.link-icon-external-arrow-charcoal:focus, .link-icon-external-arrow-charcoal:hover {
  text-decoration: none;
}

.link-icon-external-arrow-charcoal:focus, .link-icon-external-arrow-charcoal:hover {
  color: #000;
  fill: #000;
}

.cp-base-carousel {
  margin: 0 auto;
  width: 100%;
}

.cp-base-carousel .heading-moderate {
  margin-bottom: 16px;
  margin-left: 50px;
  margin-top: 0;
}

.cp-base-carousel .heading-moderate.with-touch-arrows {
  margin-left: 10px;
}

.cp-base-carousel .slider-with-arrows {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}

.cp-base-carousel .slider-with-arrows .slider-wrapper {
  flex: 0 1 auto;
  z-index: 90;
}

@media screen and (max-width: 767px) {
  .cp-base-carousel .slider-with-arrows .slider-wrapper {
    width: 100%;
  }
}

.cp-base-carousel .slider-with-arrows .slider-wrapper .slick-track {
  align-items: baseline;
  display: flex;
}

.cp-base-carousel .slider-with-arrows .slider-wrapper .slick-track .slick-slide {
  align-items: stretch;
  display: inline-block;
  height: inherit;
  justify-content: center;
}

.cp-base-carousel .slider-with-arrows .cp-regular-arrow-button {
  align-self: center;
  padding: 0;
  width: 50px;
  z-index: 91;
}

.cp-base-carousel .slider-with-arrows .cp-regular-arrow-button:disabled {
  opacity: 0;
}

.cp-base-carousel.show-offscreen-items .slider-with-arrows {
  justify-content: center;
}

.cp-base-carousel.show-offscreen-items .slider-with-arrows .slider-wrapper {
  padding: 0 2em;
}

.cp-base-carousel.show-offscreen-items .slider-with-arrows .slider-wrapper .slick-list {
  margin: 0 -20px;
  padding: 0 20px;
}

.cp-base-carousel .touch-arrows {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}

.cp-base-carousel .touch-arrows button + button {
  margin-left: .33em;
}

.cp-base-carousel .cp-dots {
  font-size: 1rem;
  padding-top: 1.063em;
}

.cp-bib-text-slide {
  align-items: stretch;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-grow: 1;
  justify-content: stretch;
  position: relative;
  width: 100%;
}

.cp-bib-text-slide .inner-box {
  background-color: #f2f2f2;
  border: 5px solid #fff;
  height: 100%;
  padding: 5px;
  position: absolute;
  width: 100%;
}

.cp-bib-text-slide .title {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 5px;
  text-decoration: underline;
  word-break: break-word;
  word-wrap: break-word;
}

.cp-bib-text-slide .authors {
  color: #3f4344;
  font-size: .75rem;
  font-weight: normal;
  line-height: 1.1;
  text-decoration: underline;
  word-break: break-word;
  word-wrap: break-word;
}

.cp-bib-text-slide:hover .inner-box {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 991px) {
  .cp-bib-text-slide .title {
    font-size: .875rem;
  }
  .cp-bib-text-slide .authors {
    font-size: .65rem;
  }
}

.cp-slider-jacket-cover {
  align-items: flex-end;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cp-slider-jacket-cover a {
  align-items: flex-end;
  display: flex;
  position: relative;
  text-decoration: underline;
  width: 100%;
}

.cp-slider-jacket-cover a .cp-bib-text-slide:only-child {
  min-height: 150px;
  width: 100%;
}

.cp-slider-jacket-cover a .cp-jacket-cover {
  width: 100%;
}

.cp-slider-jacket-cover a .cp-jacket-cover + .cp-bib-text-slide {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}

.cp-slider-jacket-cover a:hover {
  text-decoration: none;
}

.cp-slider-jacket-cover a:hover .cp-bib-text-slide {
  opacity: .9;
}

.cp-slider-jacket-cover a:hover .cp-bib-text-slide .inner-box {
  background-color: #fff;
}

.cp-recommendation-item {
  width: 100%;
}

.cp-recommendation-item .available-count {
  color: #008000;
  display: block;
  margin: 5px auto 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.cp-recommendations {
  background-color: #f9f9f9;
  box-shadow: 1px 2px 2px #dadada;
  z-index: 0;
}

.cp-recommendations.is-expanded {
  padding-bottom: 10px;
}

.cp-recommendations .cp-base-carousel {
  margin-bottom: 15px;
  margin-top: 15px;
}

.cp-recommendations .cp-base-carousel .cp-item {
  align-items: flex-end;
}

.cp-recommendations .while-you-wait-toggle {
  align-items: center;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  font-weight: 600;
  justify-content: flex-start;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.cp-recommendations .while-you-wait-toggle .cp-icon-with-background {
  color: #cc441e;
}

.cp-recommendations .while-you-wait-toggle .cp-icon-with-background .icon-holder {
  font-size: 1.29em;
  left: 0;
  margin: 0 10px 0 0;
  padding: 12px 7px;
}

.cp-recommendations .while-you-wait-toggle .resource-expand-icon {
  margin-left: 10px;
  width: .7em;
}

.cp-recommendations .while-you-wait-toggle .recommendation-source {
  align-self: center;
  margin: 0 15px 0 auto;
}

.cp-recommendations .empty-result {
  padding: 10px 0;
  text-align: center;
}

.cp-recommendations .cp-loader {
  padding-bottom: 10px;
}

.cp-availability-trigger a {
  color: #666;
  text-decoration: underline;
  white-space: nowrap;
}

.cp-format-info {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: center;
  line-height: 1.36;
  padding-right: 5px;
}

.cp-combo-button {
  align-items: stretch;
  display: inline-flex;
}

.cp-combo-button > * {
  display: inline-flex;
}

.cp-combo-button.combo-button--block {
  width: 100%;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default {
  background: none;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 6px 16px 8px;
  width: 100%;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default svg path {
  fill: inherit;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default:hover:not(:disabled), .cp-combo-button .combo-button__primary-button.combo-button__primary-button--default:focus:not(:disabled) {
  background-color: #474747;
  border-color: #474747;
  color: #fff;
  text-decoration: none;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default:disabled svg path {
  fill: inherit;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default:hover:not(:disabled), .cp-combo-button .combo-button__primary-button.combo-button__primary-button--default:focus:not(:disabled) {
  background-color: #f0f0f0;
  border-color: #949494;
  color: #474747;
  text-decoration: none;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--default svg path {
  fill: #666;
}

.cp-combo-button .combo-button__primary-button.combo-button__primary-button--rounded {
  border-bottom-left-radius: 3em;
  border-top-left-radius: 3em;
  padding: 6px 24px 8px;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default {
  background: none;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  min-height: 40px;
  padding: 6px 16px 8px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  min-width: 40px;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default svg path {
  fill: inherit;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default:hover:not(:disabled), .cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default:focus:not(:disabled) {
  background-color: #474747;
  border-color: #474747;
  color: #fff;
  text-decoration: none;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default:disabled svg path {
  fill: inherit;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default:hover:not(:disabled), .cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default:focus:not(:disabled) {
  background-color: #f0f0f0;
  border-color: #949494;
  color: #474747;
  text-decoration: none;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--default svg path {
  fill: #666;
}

.cp-combo-button .combo-button__secondary-button.combo-button__secondary-button--rounded {
  border-bottom-right-radius: 3em;
  border-top-right-radius: 3em;
}

.cp-combo-button .combo-button__secondary-button .combo-button__secondary-button__chevron {
  font-size: 1.25em;
}

.cp-combo-btn {
  width: 100%;
}

.cp-combo-btn > .btn {
  width: calc(100% - 27px);
}

.cp-combo-btn .cp-dropdown-trigger {
  margin-left: -1px;
  padding-left: 8px;
  padding-right: 8px;
}

.cp-combo-btn .cp-dropdown-trigger .selected-icon {
  margin: 0;
  width: .643em;
}

.cp-combo-btn .cp-dropdown-trigger .selected-wrapper {
  display: flex;
}

.cp-combo-btn .cp-dropdown-trigger .selected-value {
  width: auto;
}

.cp-add-to-shelf-combo-button .icon-svg-shelf-item {
  height: 1.58em;
  width: 2.37em;
}

.cp-add-to-shelf-combo-button .dropdown-menu {
  min-width: 18em;
}

.cp-on-shelf-button {
  align-items: flex-start;
  display: flex;
  line-height: 1.58;
  padding-right: 0;
  position: relative;
  width: 100%;
}

.cp-on-shelf-button .shelf-icon-wrap {
  margin-right: 6px;
  position: relative;
}

.cp-on-shelf-button .shelf-icon-wrap .icon-svg-checkmark-circle {
  bottom: -3px;
  position: absolute;
  right: -2px;
}

.cp-on-shelf-button .icon-svg-lock,
.cp-on-shelf-button .icon-svg-unlock {
  margin-left: 6px;
}

.cp-on-shelf-button .icon-svg-shelf-item {
  height: 1.58em;
  margin-right: .5em;
  vertical-align: top;
  width: 2.37em;
}

.cp-on-shelf-button .shelf-button-flex-wrap {
  display: flex;
  justify-content: center;
  width: calc(100% - 2.2em);
}

.cp-on-shelf-button .cog-wrap {
  border-left: 1px solid #909696;
  display: inline-block;
  padding: 0 8px;
  width: 2.28em;
}

.cp-grouping-summary {
  display: inline-block;
}

.cp-grouping-summary .cp-dropdown .cp-dropdown-menu {
  height: auto;
  max-height: none;
  padding: 10px;
  width: auto;
}

.cp-cancel-hold-shelf-prompt {
  margin: 5px 0;
}

.cp-cancel-hold-shelf-prompt .privacy-checkbox {
  opacity: 0;
  position: absolute;
}

.cp-cancel-hold-shelf-prompt .privacy-toggle-button {
  margin-left: .25em;
  padding: .25em;
}

.cp-cancel-hold-shelf-prompt .add-to-shelf-checkbox {
  display: inline-block;
}

.cp-cancel-hold-shelf-prompt .cp-dropdown {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.cp-cancel-hold-shelf-prompt .privacy-lock {
  margin-left: 5px;
}

.cp-cancel-hold-shelf-prompt .privacy-divider {
  display: inline-block;
  margin-left: 5px;
}

.cp-inline-overlay {
  background: #fff;
  border-left: thin solid #c0c0c0;
  box-shadow: 2px 4px 10px #c0c0c0;
  display: block;
}

.cp-inline-overlay p {
  margin: 10px 0;
}

.cp-inline-overlay .content-header {
  min-height: 16.485px;
  padding: 10px 15px;
}

.cp-inline-overlay .content-header .close-top-right {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  color: #666;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
}

.cp-inline-overlay .content-header .content-title {
  color: #333;
  font-size: 1.43em;
  margin: 0;
}

.cp-inline-overlay .content-body {
  overflow: visible;
  padding: 0 15px;
  position: relative;
}

.cp-inline-overlay .content-body .content-footer {
  margin-top: 10px;
  padding-top: 15px;
}

.cp-inline-overlay .content-body .content-footer .form-footer {
  text-align: left;
}

.cp-inline-overlay .content-body .inline-bib-title {
  color: #333;
  font-size: 1.14em;
  font-weight: 600;
}

.cp-inline-overlay .content-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  padding-left: 0;
  text-align: right;
}

.cp-inline-overlay .content-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.cp-inline-overlay .list-group {
  margin: 20px 0;
}

.cp-inline-overlay .alert {
  margin-bottom: 10px;
  padding: 10px;
}

.cp-base-cancel-hold-workflow-view.content-body {
  overflow: visible;
  position: static;
}

.cp-modal {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2000;
}

@media screen and (max-width: 575px) {
  .cp-modal {
    width: 100%;
  }
}

.cp-modal .modal__body {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  margin: 0 auto 56px;
  max-width: 100vw;
  padding: 0;
  position: absolute;
  top: 120px;
  transform: translate(-50%, 0);
  width: 35rem;
}

@media screen and (min-width: 576px) {
  .cp-modal .modal__body {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    margin-left: inherit;
    margin-top: inherit;
    padding: inherit;
  }
}

@media screen and (max-width: 767px) {
  .cp-modal .modal__body {
    width: 32rem;
  }
}

@media screen and (max-width: 575px) {
  .cp-modal .modal__body {
    margin: 0;
    min-height: 100%;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .cp-modal .modal__body.modal__body--small {
    width: 26rem;
  }
}

.cp-modal .modal__body .modal__body__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

body.modal-is-open {
  overflow: hidden;
}

.modal-fade-enter {
  opacity: .01;
  transition: opacity .25s linear;
}

.modal-fade-enter.modal-fade-enter-active {
  opacity: 1;
}

.modal-fade-leave {
  opacity: 1;
  transition: opacity .25s linear;
}

.modal-fade-leave.modal-fade-leave-active {
  opacity: .01;
}

.cp-modal-header {
  padding: 24px 24px 20px;
  text-align: center;
}

.cp-modal-header h2 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.33;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cp-modal-header.modal-header--large {
  padding: 28px 0 24px;
}

.cp-modal-header.modal-header--large h2 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .cp-modal-header.modal-header--large h2 {
    font-size: 1.75rem;
  }
}

.cp-modal-header .modal-header__title:focus {
  position: relative;
}

.cp-modal-content {
  min-height: 3rem;
  overflow-y: auto;
  padding: 0 24px;
}

@media screen and (min-width: 576px) {
  .cp-modal-content {
    max-height: 78vh;
  }
}

.cp-modal-content.modal-content--scrolled {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.cp-modal-footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 24px;
}

.cp-modal-footer > :first-child {
  margin-right: 12px;
}

.cp-modal-footer.modal-footer--stacked {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.cp-modal-footer.modal-footer--stacked > :first-child {
  margin: 0 0 12px;
}

.cp-item-format {
  display: flex;
  margin-bottom: 10px;
}

.cp-item-format .icon::before {
  margin-left: 0;
}

.heading-giant {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2rem;
  }
}

.heading-large {
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.625rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.313rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.25rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 0.875rem;
  font-weight: bold;
}

.cp-return-checkout-item-confirmation-modal .return-checkout-item-modal-content .return-checkout-item-info {
  display: flex;
  margin-bottom: 1.25rem;
}

.cp-return-checkout-item-confirmation-modal .return-checkout-item-modal-content .return-checkout-item-info .return-checkout-item-item-jacket-cover .cp-jacket-cover {
  margin-right: 0.938rem;
  width: 5.313rem;
}

.cp-checked-out-reading-links .cp-download-checkout-link,
.cp-checked-out-reading-links .download-missing-format {
  width: 100%;
}

.cp-checked-out-reading-links .access-title-block {
  background-color: #f2f2f2;
  margin: 1em 0;
  padding: .7em 1em;
}

.cp-checked-out-reading-links .access-title-block h3 {
  color: #000;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  margin-bottom: .5em;
}

.cp-checked-out-reading-links .access-title-block .btn-link {
  color: #666;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  white-space: normal;
}

.cp-checked-out-reading-links .access-title-block .btn-link .icon-svg-info {
  width: 1.4em;
}

.cp-checked-out-reading-links .access-title-block .btn-link .icon-svg-external-arrow {
  margin-left: .25em;
}

.cp-checked-out-reading-links .access-title-block .btn-link svg:first-of-type {
  margin-right: .4em;
  margin-top: 3px;
  min-width: 1em;
  vertical-align: sub;
}

.cp-checked-out-reading-links .access-title-block .btn-link .icon-svg-right-arrow-circled-outline,
.cp-checked-out-reading-links .access-title-block .btn-link .icon-svg-cloud-download {
  font-size: 1.15em;
}

.cp-digital-durations ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
}

.cp-digital-durations ul li {
  float: left;
  margin-right: 30px;
}

.cp-digital-durations ul li .digital-duration {
  margin-right: 5px;
}

.cp-digital-durations ul li .duration-label {
  font-weight: normal;
}

.cp-digital-formats .format-item {
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  min-height: 60px;
  min-width: 200px;
  padding: 10px;
  position: relative;
}

.cp-digital-formats .format-item.format-overdrive-media-do {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.cp-digital-formats .format-item.selectable {
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
}

.cp-digital-formats .format-item.selectable .format-logo {
  float: right;
  margin-left: 0;
}

.cp-digital-formats .format-item.selected {
  border-color: #007000;
}

.cp-digital-formats .format-label {
  display: block;
  font-weight: 400;
  word-wrap: break-word;
}

.cp-digital-formats .format-label-name {
  display: inline-block;
  float: left;
  margin-top: 9px;
  max-width: 140px;
}

.cp-digital-formats .format-group {
  display: flex;
  flex-wrap: wrap;
}

.cp-digital-formats .format-radio {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
  position: relative;
}

.cp-digital-formats .format-logo {
  float: left;
  margin-left: 20px;
  max-height: 40px;
}

.cp-digital-notification-email {
  font-weight: normal;
}

.cp-digital-notification-email .form-control {
  margin-top: 10px;
}

.toggle-help-trigger {
  padding-left: 10px;
}

.cp-digital-auto-checkouts label {
  padding-left: 5px;
}

.toggle-auto-checkouts-help {
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
  top: -2px;
}

.cp-pickup-branch-select .cp-dropdown-trigger {
  text-align: left;
  white-space: normal;
  white-space: initial;
}

.cp-pickup-branch-select .control-label {
  font-weight: 600;
  margin: 0;
  text-align: left;
  width: auto;
}

@media screen and (max-width: 767px) {
  .cp-pickup-branch-select .control-label {
    margin-bottom: 5px;
  }
}

.cp-pickup-branch-select .column-input-group {
  padding-left: 5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cp-pickup-branch-select .column-input-group {
    padding-left: 1em;
  }
}

.cp-pickup-branch-select .cp-dropdown-menu {
  min-width: 18em;
}

.is-widget .cp-pickup-branch-select .cp-dropdown-menu {
  max-height: 126px;
}

.cp-item-level-holds-workflow-view .cp-pickup-branch-select {
  display: block;
  margin-top: 10px;
}

.cp-item-level-holds-workflow-view .cp-pickup-branch-select .control-label,
.cp-item-level-holds-workflow-view .cp-pickup-branch-select .column-input-group {
  padding-left: 0;
}

.cp-item-level-holds-workflow-view .collection {
  font-weight: normal;
}

.cp-item-level-holds-workflow-view .form-error {
  color: #b03d25;
  display: block;
  margin-top: 1em;
}

.cp-hold-info-message {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}

.cp-inline-overlay .content-body {
  padding: 0 15px 12px;
}

.cp-inline-overlay .content-body .inline-bib-title {
  color: #3f4344;
  font-size: 1.15em;
  font-weight: 600;
  margin-top: 0;
}

.cp-inline-overlay .content-footer .cp-primary-btn .icon-svg-checkmark {
  position: relative;
  top: -2px;
}

.cp-inline-overlay .content-footer .form-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.cp-inline-overlay .content-footer .form-horizontal .branch-select-column {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .cp-inline-overlay .content-footer .form-horizontal .branch-select-column {
    width: 100%;
  }
}

.cp-inline-overlay .content-footer .form-horizontal .branch-select-column .enable-single-click-holds-wrap {
  display: flex;
  margin-top: 18px;
  padding-left: 15px;
}

.cp-inline-overlay .content-footer .form-horizontal .branch-select-column .enable-single-click-holds-wrap .help-info {
  font-size: 1em;
  padding: 6px;
}

.cp-inline-overlay .content-footer .form-horizontal .branch-select-column .enable-single-click-holds-wrap .help-info .icon-svg-info {
  margin: -2px 5px 0 0;
}

.cp-inline-overlay .content-footer .form-horizontal .single-click-holds-info {
  margin-left: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cp-inline-overlay .content-footer .form-horizontal .single-click-holds-info {
    order: 2;
  }
}

.cp-inline-overlay .content-footer .form-horizontal .holds-action-column {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .cp-inline-overlay .content-footer .form-horizontal .holds-action-column {
    order: 3;
    width: 100%;
  }
}

.cp-inline-overlay .content-footer .btn-link {
  color: #666;
  cursor: pointer;
  text-decoration: underline;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer;
}

.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
}

.SingleDatePickerInput__withBorder {
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.SingleDatePicker {
  position: relative;
  display: inline-block;
}

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topRight {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topLeft {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts_show__topLeft:hover {
  border-left: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px;
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
}

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}

.CalendarDay {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff;
}

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848;
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}

.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px solid #33dacd;
  color: #fff;
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px solid #33dacd;
  color: #fff;
}

.CalendarDay__last_in_range {
  border-right: #00a699;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px solid #00a699;
  color: #fff;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px solid #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px solid #80e8e0;
  color: #007a87;
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarMonth {
  background: #fff;
  text-align: center;
  padding: 0 13px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: top;
  caption-side: initial;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical {
  margin: 0 auto;
}

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll;
}

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}

.DayPickerNavigation_container {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation_container__vertical {
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
}

.DayPickerNavigation_container__verticalScrollable {
  position: relative;
}

.DayPickerNavigation_button {
  cursor: pointer;
  line-height: .78;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}

.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__horizontal {
  border-radius: 3px;
  padding: 6px 9px;
  top: 18px;
  position: absolute;
}

.DayPickerNavigation_leftButton__horizontal {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontal {
  right: 22px;
}

.DayPickerNavigation_button__vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_button__vertical__default {
  padding: 5px;
}

.DayPickerNavigation_nextButton__vertical__default {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollable {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.DayPicker_portal__vertical {
  position: static;
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  padding: 0 13px;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.DayPicker_transitionContainer__horizontal {
  transition: height .2s ease-in-out;
}

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

.DateInput__small {
  width: 97px;
}

.DateInput__block {
  width: 100%;
}

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}

.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0;
}

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px;
}

.DateInput_input__regular {
  font-weight: auto;
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0;
}

.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}

.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}

.DateRangePickerInput__disabled {
  background: #f2f2f2;
}

.DateRangePickerInput__withBorder {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.DateRangePicker {
  position: relative;
  display: inline-block;
}

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.SingleDatePickerInput_calendarIcon {
  margin: 0;
  position: relative;
  vertical-align: baseline;
}

.DateInput_input {
  padding: 2px 0;
}

.CalendarDay__default {
  border: 0;
}

.CalendarDay__today {
  font-weight: bold;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a2ce;
  border: 0;
  font-weight: bold;
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #f2f2f2;
  border: 0;
  color: #909696;
}

.DayPickerNavigation_button__horizontal {
  background-color: inherit;
  border: 0;
}

.DayPickerNavigation_button__horizontal svg {
  margin-top: 6px;
}

.date-picker-extra-buttons {
  border-top: 1px solid #dce0e0;
  padding: 5px;
}

.date-picker-extra-buttons.item-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  justify-content: space-between;
}

.cp-holds-pause-date-select {
  display: flex;
}

.cp-holds-pause-date-select .date-label {
  font-weight: 600;
}

.cp-holds-pause-date-select .cp-accessible-date-picker {
  display: inline-block;
}

.cp-holds-pause-date-select .icon-svg-calendar-empty {
  margin-right: 5px;
}

.cp-holds-pause-date-select .cp-ghost-btn,
.cp-holds-pause-date-select .cp-primary-ghost-btn {
  border-radius: 0;
}

.cp-holds-pause-date-select .start-date,
.cp-holds-pause-date-select .end-date {
  margin-left: .43em;
}

.cp-holds-pause-date-select .suspend-start-date-field + .suspend-end-date-field {
  margin: 0 0 .43em 2.3em;
}

@media screen and (max-width: 767px) {
  .cp-holds-pause-date-select {
    display: block;
  }
  .cp-holds-pause-date-select .start-date,
  .cp-holds-pause-date-select .end-date {
    margin-left: 0;
  }
  .cp-holds-pause-date-select .suspend-start-date-field > span,
  .cp-holds-pause-date-select .suspend-end-date-field > span {
    display: block;
  }
  .cp-holds-pause-date-select .suspend-start-date-field + .suspend-end-date-field {
    margin-left: 0;
    margin-top: 1em;
  }
}

.cp-base-pause-hold-workflow-view .cp-pause-hold-workflow-date {
  padding: 20px 0;
}

.cp-base-pause-hold-workflow-view .cp-holds-pause-date-select .suspend-start-date-field,
.cp-base-pause-hold-workflow-view .cp-holds-pause-date-select .suspend-end-date-field {
  font-weight: 600;
}

.cp-shelf-link {
  text-decoration: underline;
}

.cp-shelf-link:hover, .cp-shelf-link:focus {
  text-decoration: none;
}

.cp-privacy-toggle-pills .btn.btn-default {
  padding: 0;
  width: 2.86em;
}

.cp-privacy-toggle-pills .btn.btn-default.lock {
  border-right: 0;
}

.cp-privacy-toggle-pills .btn.btn-default.selected {
  background-color: #3a88b5;
  color: #fff;
}

.cp-privacy-toggle-pills .btn.btn-default .icon-svg-lock {
  margin: .07em 0 0 .36em;
  vertical-align: top;
}

.cp-privacy-toggle-pills .btn.btn-default .icon-svg-unlock {
  margin: .07em 0 0 .14em;
  vertical-align: top;
}


.post-shelf-success-header {
  font-size: 1em;
  margin: 25px 0 0;
}

.post-shelf-success-body {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .post-shelf-success-body {
    margin: 0 auto;
    width: 75%;
  }
}

.post-shelf-success-body .cp-on-shelf-dropdown {
  margin-bottom: 1em;
  order: 1;
  width: 50%;
}

.post-shelf-success-body .cp-on-shelf-dropdown .cp-dropdown {
  display: block;
  width: 100%;
}

.post-shelf-success-body .cp-on-shelf-dropdown .cp-dropdown .btn.btn-default {
  display: block;
  width: 100%;
}

.is-widget .post-shelf-success-body .cp-on-shelf-dropdown .cp-dropdown .cp-dropdown-menu {
  max-height: 120px;
}

.post-shelf-success-body .cp-on-shelf-dropdown .icon-svg-books {
  width: 1.43em;
}

.post-shelf-success-body .cp-privacy-toggle-pills {
  order: 3;
  text-align: center;
  width: 50%;
}

.post-shelf-success-body .cp-privacy-toggle-pills:last-child {
  padding: 0 5%;
}

.post-shelf-success-body .cp-privacy-toggle-pills .btn.btn-default {
  width: 50%;
}

.post-shelf-success-body .post-success-rating {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  order: 2;
}

.post-shelf-success-body .cp-rating .rating-star {
  height: 2.285em;
  width: 2.285em;
}

.post-shelf-success-body .cp-rating .rating-star-button-wrap .btn.btn-default {
  height: 2.285em;
  width: 1.071em;
}

.post-shelf-success-body .cp-rating .remove-rating-button {
  font-size: 1.14em;
  margin-left: 10px;
  min-height: 2em;
}

@media screen and (max-width: 767px) {
  .post-shelf-success-body .post-success-rating {
    flex: 1 1 100%;
    order: 3;
  }
  .post-shelf-success-body .cp-rating {
    margin-bottom: 1em;
  }
  .post-shelf-success-body .cp-on-shelf-dropdown {
    flex: 1 1 100%;
    order: 1;
  }
  .post-shelf-success-body .cp-on-shelf-dropdown .cp-dropdown {
    display: block;
    margin: 1.5em auto 0;
  }
  .post-shelf-success-body .cp-on-shelf-dropdown .cp-dropdown .btn.btn-default {
    width: 100%;
  }
  .post-shelf-success-body .cp-privacy-toggle-pills {
    flex: 0 1 100%;
    order: 2;
    text-align: center;
  }
  .post-shelf-success-body .cp-privacy-toggle-pills:last-child {
    padding: 0;
  }
}

.cp-manifestation-list-item {
  align-items: center;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.71;
  margin: -1px -15px 0;
  padding: 15px 0;
}

.cp-manifestation-list-item > .alert {
  width: 100%;
}

.cp-manifestation-list-item a:not(.btn) {
  color: #666;
  cursor: pointer;
  text-decoration: underline;
}

.cp-manifestation-list-item:first-child {
  border-top: 0;
}

.cp-manifestation-list-item .cp-call-number {
  display: block;
  line-height: 1;
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap {
  border-left: 3px solid #909696;
  display: flex;
  flex: 1 1 60%;
  flex-direction: column;
  line-height: 1.36;
  max-width: 60%;
  padding: 0 15px 0 20px;
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap.available {
  border-left-color: #008000;
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap.unavailable {
  border-left-color: #b03d25;
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap.on_order {
  border-left-color: #e25d1d;
}

@media (max-width: 767px) {
  .cp-manifestation-list-item .manifestation-item-format-call-wrap {
    flex: 1 1 75%;
    max-width: none;
  }
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap .icon {
  font-size: 2em;
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap .manifestation-item-format-info-wrap {
  display: flex;
}

.cp-manifestation-list-item .manifestation-item-format-call-wrap .manifestation-item-format-info-wrap a {
  color: #02729e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: .57em;
  text-decoration: none;
}

.cp-manifestation-list-item .manifestation-item-availability-block-wrap {
  margin: 0 0 0 3.3em;
}

.cp-manifestation-list-item .manifestation-item-availability-block-wrap .cp-text-btn {
  padding: 0;
}

.cp-manifestation-list-item .manifestation-item-action-toggle {
  margin-left: auto;
  margin-right: 15px;
}

.cp-manifestation-list-item .manifestation-item-action-toggle .cp-text-btn {
  color: #02729e;
}

.cp-manifestation-list-item .manifestation-item-action-toggle .cp-text-btn:hover {
  color: #02729e;
}

.cp-manifestation-list-item .manifestation-item-action-toggle .cp-text-btn .icon-svg-more,
.cp-manifestation-list-item .manifestation-item-action-toggle .cp-text-btn .icon-svg-pencil-edit {
  height: 1.25em;
  transition: transform .2s;
  width: 1.25em;
}

.cp-manifestation-list-item .manifestation-item-action-toggle.toggled-open .icon-svg-more {
  transform: rotate(90deg);
}

.cp-manifestation-list-item .manifestation-item-action-wrap {
  display: flex;
  flex: 0 1 33%;
  flex-direction: column;
  margin-left: auto;
  margin-right: 2.14em;
  max-width: 33%;
}

.cp-manifestation-list-item .manifestation-item-action-wrap .cp-grouping-summary {
  margin-left: auto;
}

@media (max-width: 767px) {
  .cp-manifestation-list-item .manifestation-item-action-wrap {
    flex: 1 1 100%;
    margin: 0;
    max-height: 0;
    max-width: none;
    padding: 0 10%;
    transition: max-height .5s ease, visibility .5s;
    visibility: hidden;
  }
  .cp-manifestation-list-item .manifestation-item-action-wrap.toggled-open {
    max-height: 500px;
    transition: max-height .5s ease;
    visibility: visible;
  }
  .cp-manifestation-list-item .manifestation-item-action-wrap .cp-grouping-summary {
    display: none;
  }
}

.cp-manifestation-list-item .add-to-shelf-wrap {
  flex: 0 1 auto;
  margin-bottom: 1em;
}

.cp-manifestation-list-item .add-to-shelf-wrap .icon-svg-shelf-item {
  height: 1.58em;
  width: 2.37em;
}

.cp-manifestation-list-item .add-to-shelf-wrap .menu-item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cp-manifestation-list-item .add-to-shelf-wrap {
    margin: 15px 0 25px;
  }
  .cp-manifestation-list-item .add-to-shelf-wrap .cp-combo-btn {
    display: flex;
  }
  .cp-manifestation-list-item .add-to-shelf-wrap .btn {
    margin-top: 1em;
    width: 100%;
  }
}

.cp-manifestation-list-item .add-to-shelf-wrap .cp-add-to-shelf-combo-button .btn {
  color: #666;
}

@media (max-width: 767px) {
  .cp-manifestation-list-item .item-transaction-button-wrap {
    margin-bottom: 15px;
  }
}

.cp-manifestation-list-item .manifestation-item-debug-actions {
  display: flex;
}

.cp-manifestation-list .cp-inline-overlay {
  margin-left: -15px;
  margin-right: -15px;
}

.cp-expand-button {
  padding: 0;
}

.cp-expand-button .icon-svg-carets-up,
.cp-expand-button .icon-svg-carets-down {
  height: .5em;
  width: .5em;
}

.cp-expandable-text .cp-expand-button {
  padding: 0;
  vertical-align: baseline;
}

.cp-expandable-text .expanded-text,
.cp-expandable-text .truncated-text {
  margin-right: 4px;
}

.cp-expandable-list > ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-expandable-list > ul > li {
  display: inline-flex;
  vertical-align: middle;
}

.cp-expandable-panel {
  border: 1px solid #ccc;
}

.service-item a {
  color: #3f4344;
}

.service-item svg {
  color: #3f4344;
  font-size: 1.286em;
  margin-right: .5em;
}

.resource-item .resource-name {
  color: #3f4344;
  font-weight: 800;
  margin-top: 2px;
}

.resource-item .resource-description {
  margin-bottom: 6px;
}

.resource-item .resource-tags {
  color: #666;
  font-size: .857em;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.did-not-find {
  display: flex;
}

.did-not-find .did-not-find-resources {
  padding-right: 32px;
  width: 60%;
}

.did-not-find .did-not-find-services {
  width: 40%;
}

.did-not-find li {
  list-style: none;
  padding: 10px 0;
}

.did-not-find h3 {
  color: #3f4344;
}

.did-not-find .icon-svg-angle-right {
  font-size: .643em;
  margin: 0 5px;
}

.did-not-find .did-not-find-more-resources {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .did-not-find {
    display: block;
  }
  .did-not-find .did-not-find-resources,
  .did-not-find .did-not-find-services {
    width: 100%;
  }
}

.did-not-find-expandable-panel {
  margin: 40px -15px;
}

.did-not-find-expandable-panel .panel-heading {
  padding: 16px;
}

.did-not-find-expandable-panel .did-not-find-heading-content {
  display: flex;
  height: 1.429em;
}

.did-not-find-expandable-panel .panel-title {
  color: #3f4344;
  display: flex;
  flex: 1 1 100%;
  line-height: 1;
}

.did-not-find-expandable-panel .icon-svg-flashlight {
  color: #909696;
  font-size: 1.714em;
  margin-right: 10px;
  margin-top: 2px;
}

.did-not-find-expandable-panel .cp-expand-button {
  margin-left: 38px;
}

.did-not-find-expandable-panel .panel-body {
  padding: 0 45px 20px;
}

.did-not-find-expandable-panel .did-not-find {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .did-not-find-expandable-panel .did-not-find-heading-content {
    display: block;
    height: 100%;
  }
  .did-not-find-expandable-panel .did-not-find-collapible-chat-widget {
    margin-left: 38px;
  }
  .did-not-find-expandable-panel .cp-expand-button {
    padding: 8px 0;
  }
}

.cp-search-results {
  background-color: #fff;
}

.cp-search-results .result-controls,
.cp-search-results .active-filters {
  border: 1px solid #ccc;
  border-top: 0;
  min-height: 45px;
}

.cp-search-results .result-controls {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 8px 15px;
}

.cp-search-results .result-controls .cp-facet-drawer-toggle {
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .cp-search-results .result-controls .cp-facet-drawer-toggle {
    margin-bottom: 10px;
    width: 45%;
  }
}

.cp-search-results .result-controls .cp-sort-dropdown {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}

.cp-search-results .result-controls .cp-sort-dropdown label {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cp-search-results .result-controls .cp-sort-dropdown {
    justify-content: flex-end;
    margin-bottom: 10px;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .cp-search-results .result-controls .cp-sort-dropdown {
    align-items: flex-end;
  }
  .cp-search-results .result-controls .cp-sort-dropdown label {
    margin: 2px 0;
  }
}

.cp-search-results .result-controls .cp-view-selector {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cp-search-results .result-controls .cp-view-selector {
    flex: 1 1 25%;
    justify-content: flex-start;
  }
}

.cp-search-results .result-controls .cp-deprecated-pagination {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .cp-search-results .result-controls .cp-deprecated-pagination {
    flex: 1 1 75%;
  }
}

.cp-search-results .active-filters {
  background-color: #f2f2f2;
  border-bottom: 0;
  padding: 8px 0;
}

.cp-search-results .star-rating {
  margin-left: 10px;
}

.cp-search-results .bottom-controls {
  align-items: center;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 5px -15px 0;
  min-height: 45px;
  padding: 8px 15px;
}

@media (max-width: 767px) {
  .cp-search-results .bottom-controls .grouping-summary-debug {
    display: none;
  }
}

.cp-search-results .results-list {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 15px 0;
}

.cp-search-results .results-list .cp-rss-button {
  float: right;
}

.cp-search-results .results-list-items > .results {
  display: flex;
  flex-direction: column;
}

.cp-search-results .results {
  margin: 0;
  padding: 0;
}

.cp-search-results .result-fields {
  background: #fff;
  z-index: 100;
}

.cp-search-results .result-content.inactive {
  filter: alpha(opacity=20);
  opacity: .2;
}

.cp-broaden-search-link {
  padding-right: 20px;
}

.cp-did-you-mean {
  color: #3f4344;
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .cp-did-you-mean .did-you-mean-suggestion-link {
    display: block;
  }
}

.cp-rss-button {
  padding: 0;
}

.cp-external-search-link .icon-svg-angle-right {
  font-size: .643em;
}

.cp-did-not-find-dropdown .cp-dropdown-menu {
  left: auto;
  right: 0;
}

.cp-did-not-find-dropdown .cp-dropdown-trigger {
  border: 0;
  padding: 0;
  vertical-align: baseline;
}

.cp-did-not-find-dropdown .cp-dropdown-trigger:hover, .cp-did-not-find-dropdown .cp-dropdown-trigger:focus {
  text-decoration: underline;
}

.cp-did-not-find-dropdown .icon-svg-arrow-medium-down {
  margin: 0;
  width: 1em;
}

.cp-did-not-find-dropdown .cp-external-search-link {
  width: 100%;
}

.cp-did-not-find-dropdown .cp-external-search-link .icon-svg-angle-right {
  display: none;
}

.cp-text-field .text-field__input {
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: block;
  margin: 8px 0 6px;
  min-height: 40px;
  padding: 6px 12px 8px;
  width: 100%;
}

.cp-text-field .text-field__input:hover {
  border-color: #474747;
}

.cp-text-field .text-field__input::-webkit-input-placeholder {
  color: #666;
}

.cp-text-field .text-field__input::-moz-placeholder {
  color: #666;
}

.cp-text-field .text-field__input:-ms-input-placeholder {
  color: #666;
}

.cp-text-field .text-field__input::-ms-input-placeholder {
  color: #666;
}

.cp-text-field .text-field__input::placeholder {
  color: #666;
}

.cp-text-field .text-field__input.text-field__input--small {
  min-height: 32px;
  padding: 4px 12px 5px;
}

.cp-text-field .text-field__input.text-field__input--large {
  min-height: 48px;
  padding: 10px 16px 12px;
}

.cp-text-field .text-field__input.text-field__input--extra-large {
  min-height: 56px;
  padding: 9px 20px 11px;
}

.cp-text-field .text-field__label {
  color: #292929;
  font-weight: 600;
  margin-bottom: 0;
}

.cp-text-field .text-field__optional {
  color: #666;
  font-style: italic;
  font-weight: 400;
}

.cp-text-field .text-field__info {
  color: #666;
  font-size: 0.875rem;
  margin-top: 6px;
}

.cp-text-field .cp-character-count {
  color: #666;
  display: block;
  font-size: 0.875rem;
  margin-top: 5px;
}

.cp-accessible-text-field .info {
  font-size: .857em;
  margin-top: 6px;
}

.cp-accessible-text-field .cp-character-count {
  display: block;
  margin-top: 5px;
}

.cp-save-search-button .save-search-text-button {
  padding: 0;
  text-decoration: none;
}

.cp-save-search-button .save-search-text-button:hover {
  text-decoration: underline;
}

.cp-save-search-button .save-search-text-button .icon-svg-heart {
  margin-bottom: 3px;
  margin-right: 3px;
}

.cp-search-title {
  background-color: #fff;
  border-bottom: 3px solid;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  padding-top: 16px;
}

.cp-search-title .search-links {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

.cp-search-title .cp-external-search-link {
  display: inline-block;
  margin-left: auto;
  padding-bottom: 1px;
}

.cp-search-title .cp-did-not-find-dropdown {
  margin-left: auto;
}

.cp-search-title .cp-did-not-find-dropdown .cp-dropdown-menu {
  min-width: 16.5em;
}

.cp-search-title .cp-did-not-find-dropdown .cp-dropdown-trigger {
  padding-left: 0;
}

.cp-search-title .cp-did-you-mean {
  flex-basis: 100%;
}

.cp-search-title .did-you-mean-suggestion-link {
  display: inline-block;
}

.cp-search-title .right-buttons {
  align-items: center;
  display: flex;
}

.cp-search-title .icon-svg-rss {
  color: #e25d1d;
}

.cp-search-title .main-row {
  align-items: flex-start;
  display: flex;
}

.cp-search-title .search-title-rss {
  flex: 1;
}

.cp-search-title .search-term {
  line-height: 1.3;
  padding-bottom: 15px;
}

.cp-search-title .cp-rss-button {
  margin-left: 16px;
}

.cp-search-title .cp-search-probes {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: -15px;
}

.cp-search-title .save-search-link {
  text-decoration: none;
}

.cp-search-title .save-search-link:hover, .cp-search-title .save-search-link:focus {
  text-decoration: underline;
}

.cp-search-title .modify-search-link {
  padding-right: 20px;
}

.cp-search-title .search-query {
  color: #3f4344;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  word-break: break-word;
}

.cp-search-title .search-query + .right-buttons {
  margin-left: 32px;
}

.cp-search-title .rss-button-desktop {
  display: block;
}

.cp-search-title .rss-button-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .cp-search-title .mobile-row .cp-save-search-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cp-search-title {
    padding-top: 12px;
  }
  .cp-search-title .search-links {
    display: flex;
    flex-wrap: wrap;
  }
  .cp-search-title .search-query {
    font-size: 1.714em;
  }
  .cp-search-title .main-row {
    display: block;
  }
  .cp-search-title .main-row .right-buttons {
    margin-left: 0;
  }
  .cp-search-title .right-buttons {
    padding: 0;
  }
  .cp-search-title .search-title-rss {
    align-items: flex-start;
    display: flex;
  }
  .cp-search-title .search-title-rss .search-query {
    flex: 1;
  }
  .cp-search-title .rss-button-desktop {
    display: none;
  }
  .cp-search-title .rss-button-mobile {
    display: inline;
    margin-left: 32px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .cp-search-title .cp-external-search-link,
  .cp-search-title .modify-search-link,
  .cp-search-title .cp-did-not-find-dropdown {
    flex-basis: 100%;
    margin-top: 8px;
  }
}

.cp-shelf-availability-title {
  border-bottom: 3px solid;
  padding-bottom: 15px;
  padding-top: 16px;
}

.cp-shelf-availability-title .shelf-title-header {
  align-items: baseline;
}

.cp-shelf-availability-title .shelf-title-header .shelf-title {
  color: #3f4344;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 15px;
}

.cp-shelf-availability-title .cp-shelf-link {
  text-decoration: none;
}

.cp-shelf-availability-title .cp-shelf-link:hover, .cp-shelf-availability-title .cp-shelf-link:focus {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cp-shelf-availability-title .shelf-title-header {
    flex-flow: column wrap;
  }
  .cp-shelf-availability-title .cp-shelf-link {
    padding-left: 0;
  }
}

.cp-search-scope-field .field-name {
  color: #333;
  font-weight: 600;
  padding-left: .2em;
}

.cp-search-scope-field .filter a {
  color: #666;
  display: inline-block;
  font-size: 1.1em;
  padding: 5px;
  width: 100%;
}

.cp-clearable-text-field .cp-accessible-text-field .input-holder {
  position: relative;
}

.cp-clearable-text-field .cp-accessible-text-field .clear-icon {
  color: #666;
  font-size: 1.6em;
  height: 100%;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.cp-clearable-text-field .cp-accessible-text-field .clear-icon svg {
  bottom: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cp-clearable-text-field .cp-accessible-text-field input {
  padding-right: 2.5em;
}

.cp-search-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.4286em;
  position: relative;
}

.cp-search-bar .cp-clearable-text-field {
  width: 100%;
}

.cp-search-bar input {
  color: #565656;
  font-size: 1.14em;
  height: 3.4461em;
  margin-bottom: 0;
}

.cp-search-bar .search-btn {
  font-size: 1.71em;
  height: 2.2974em;
  width: 3.3416em;
}

.cp-search-bar .search-bar-holder {
  display: flex;
}

.cp-search-bar .search-bar-label {
  margin-bottom: .714em;
}

.cp-catalogue-search-bar {
  position: relative;
}

.cp-catalogue-search-bar .locked-icon {
  left: .75em;
  position: absolute;
  top: .65em;
  z-index: 2;
}

.cp-catalogue-search-bar.locked input {
  padding-left: 2.5em;
}

.cp-catalogue-search-bar .cp-search-bar {
  padding-bottom: 0;
}

.cp-catalogue-search-bar .cp-search-bar input {
  font-size: 1em;
  height: auto;
}

.cp-catalogue-search-bar .cp-search-bar .search-btn {
  font-size: inherit;
  height: auto;
  width: auto;
}

.cp-catalogue-search-bar .cp-search-bar .cp-clearable-text-field .clear-icon {
  font-size: 1em;
  padding: 0 1.5em;
  z-index: 0;
}

.cp-new-search-button {
  padding: 0;
  text-decoration: none;
}

.cp-search-type-dropdown .cp-dropdown,
.cp-search-type-dropdown .cp-dropdown-trigger,
.cp-search-type-dropdown .dropdown-menu {
  width: 100%;
}

.cp-search-type-dropdown .cp-dropdown .cp-dropdown-trigger {
  border-color: #ccc;
}

.cp-search-type-dropdown .cp-dropdown .selected-value {
  text-align: left;
}

.cp-search-type-dropdown .cp-dropdown .selected-wrapper {
  width: 100%;
}

.cp-mobile-search-box {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}

.cp-mobile-search-box h2 {
  color: #000;
  font-size: 1.25rem;
}

.cp-mobile-search-box .top-controls {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.cp-mobile-search-box .cp-catalogue-search-bar {
  margin-top: 1em;
}

.cp-mobile-search-box .form-wrapper {
  height: 0;
  transition: height .5s;
}

.cp-mobile-search-box .form-wrapper.expanded {
  height: 8.5em;
}

.cp-embedded-chat-widget iframe {
  border: 0;
  height: 21.429em;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .cp-embedded-chat-widget iframe {
    max-width: 300px;
  }
}

.cp-empty-search-result .cp-broaden-search-link {
  display: block;
}

.cp-empty-search-result .active-filters {
  margin: 20px 0;
}

.cp-empty-search-result .active-filters .cp-active-filter {
  background-color: #fff;
  box-shadow: none;
}

.cp-empty-search-result .icon-svg-angle-right {
  font-size: .643em;
  margin: 0 5px;
}

.cp-empty-search-result .empty-search-sub-title {
  word-break: break-word;
}

.cp-empty-search-result .empty-search-sub-title .cp-did-you-mean {
  padding-bottom: 24px;
}

.cp-empty-search-result .empty-search-chat-widget {
  margin: 10px 0;
}

.cp-empty-search-result .search-tips {
  margin-right: 20px;
  margin-top: 24px;
}

.cp-empty-search-result .empty-search-main-content {
  border-bottom: 1px solid #ccc;
  color: #3f4344;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .cp-empty-search-result .empty-search-main-content {
    flex-flow: column wrap;
  }
  .cp-empty-search-result .empty-search-main-content .empty-search-help-tools {
    display: flex;
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 767px) {
  .cp-empty-search-result .empty-search-sub-title {
    flex-wrap: wrap;
  }
}

.cp-empty-search-result .external-search-name {
  color: #3f4344;
  font-weight: bold;
}

.cp-empty-search-result .icon-svg-question-mark-circled {
  margin: 5px;
}

.cp-empty-search-result .empty-search-secondary-content {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 25px 0;
}

@media screen and (min-width: 768px) {
  .cp-empty-search-result .empty-search-secondary-content {
    display: flex;
  }
  .cp-empty-search-result .empty-search-secondary-content .static-empty-search-content {
    flex: 1 1 58%;
  }
  .cp-empty-search-result .empty-search-secondary-content .empty-search-embedded-chat-widgets {
    display: flex;
    flex: 1 1 42%;
    flex-wrap: wrap;
  }
  .cp-empty-search-result .empty-search-secondary-content .empty-search-embedded-chat-widgets .cp-embedded-chat-widget {
    flex-basis: 100%;
  }
}

.cp-group-search-feedback {
  padding: 0 15px;
}

.cp-group-search-feedback .source-bib-display {
  display: flex;
  margin: 30px 0;
}

.cp-group-search-feedback .source-bib-display .source-bib-info {
  flex: 1 57%;
  margin-left: 15px;
}

.cp-group-search-feedback .source-bib-display .cp-jacket-cover {
  max-width: 120px;
}

.cp-group-search-feedback .should-match-label {
  border-bottom: 0;
  font-size: 1.2em;
  margin-bottom: 0;
}

.cp-group-search-feedback .change-matching-bib {
  padding: 0;
}

.cp-group-search-feedback .matching-bib-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.cp-group-search-feedback .matching-bib-list .search-result-bib {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  padding: 10px;
}

.cp-group-search-feedback .matching-bib-list .bib-jacket,
.cp-group-search-feedback .matching-bib-list .bib-jacket .cp-jacket-cover {
  margin-right: 20px;
  max-width: 120px;
}

.cp-group-search-feedback .matching-bib-list .group-bib-brief-info {
  flex: 1 57%;
}

.cp-add-title .tab-content .tab-pane {
  padding-top: 10px;
}

.cp-add-title .cp-progress-bar {
  bottom: 0;
  position: absolute;
  top: auto;
  top: initial;
  width: 100%;
  z-index: 10;
}

.cp-add-title .cp-progress-bar .bar {
  position: absolute;
}

.cp-add-title .progress-bar-wrapper {
  position: relative;
}

.cp-catalogue-results-bib-item-info .author-link {
  display: inline-block;
}

.cp-catalogue-results-bib-item-info .format {
  display: inline-block;
}

.cp-catalogue-results-bib-item-info .format-and-year {
  padding-bottom: .25em;
  padding-top: .5em;
}

.cp-catalogue-results-bib-item-info .title {
  margin-bottom: 0;
}

.cp-catalogue-results-bib-item-info .cp-by-author-block + .format-and-year {
  padding-top: 0;
}

.cp-catalogue-results-bib-item-info.compact .cp-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}

.cp-catalogue-results-bib-item-info.compact .cp-by-author-block {
  line-height: 1;
}

.cp-catalogue-results-bib-item-info.compact .format-and-year {
  padding-bottom: 0;
}

.cp-catalogue-results-bib-item-info.compact .check-availability-button {
  padding-bottom: .1em;
  padding-left: .2em;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .cp-catalogue-result-item-alert .cp-bib-brief .cp-title .cp-subtitle {
    line-height: 1.357;
    margin-top: 4px;
  }
}

.search-results-list {
  background-color: #fff;
  border-top: 0.0714em solid #ccc;
  list-style: none;
  padding: 0;
}

.search-results-list .search-results-row {
  border-bottom: 0.0714em solid #ccc;
}

.search-results-list .search-results-row.no-results-found {
  font-weight: bold;
  height: 2.5em;
  line-height: 2.5;
  padding-left: 1.0714em;
  vertical-align: middle;
}

.search-results-list .actions {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}

.search-results-list .actions .cp-show-more-link button {
  padding-left: 0;
  text-align: left;
}

.catalogue-results-search-result-item {
  padding-bottom: .857em;
  padding-top: .857em;
}

.catalogue-results-search-result-item .search-result-contents {
  display: flex;
  justify-content: space-around;
}

.catalogue-results-search-result-item .cp-jacket-cover {
  width: 3.9286em;
}

.catalogue-results-search-result-item .jacket-wrapper {
  min-width: 4.5em;
  padding-right: 1.5em;
}

.catalogue-results-search-result-item .format-and-year {
  padding-top: 0;
}

.catalogue-results-search-result-item .item-inner-content {
  display: flex;
  width: 100%;
}

.catalogue-results-search-result-item .info-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .catalogue-results-search-result-item .info-content {
    flex-direction: column;
  }
}

.cp-catalogue-result-item-button .item-button {
  padding-right: 0;
  text-align: right;
  text-decoration: none;
}

.cp-catalogue-result-item-button .item-button.btn-ugc {
  border-color: #fff;
  color: #02729e;
  padding: 0;
}

.cp-catalogue-result-item-button .item-button.btn-ugc:hover, .cp-catalogue-result-item-button .item-button.btn-ugc:focus {
  background-color: #fff;
  border-color: #fff;
  color: #337ab7;
}

.cp-catalogue-result-item-button .item-button.btn-ugc svg {
  margin-right: .286em;
  width: .8em;
}

.cp-catalogue-result-item-button .item-button.visible-xs {
  padding-top: .5714em;
}

@media screen and (max-width: 767px) {
  .cp-catalogue-result-item-button .item-button.btn-ugc {
    left: 0;
    margin: 10px 0 5px;
    position: relative;
  }
}

.cp-catalogue-result-item-alert i {
  margin-right: 0;
}

.cp-catalogue-result-item-alert i + span {
  margin-left: .143em;
}

.cp-catalogue-result-item-alert .alert-success svg {
  margin-right: .5em;
}

.cp-catalogue-result-item-alert .icon-only .alert {
  text-align: center;
  width: 3.2143em;
}

.cp-catalogue-result-item-alert .icon-only .alert svg {
  margin-right: 0;
}

.cp-catalogue-result-item-alert .alert {
  display: inline-flex;
  margin-bottom: 0;
  padding: .5em;
  white-space: nowrap;
}

.cp-catalogue-result-item-alert .alert-icon {
  margin-right: .5em;
}

.cp-catalogue-result-item-alert .alert-content {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .cp-catalogue-result-item-alert .alert {
    margin-top: 5px;
  }
}

.cp-inline-text-area.highlight-on-hover:hover .text-area-value {
  border: 1px #ccc dashed;
}

.cp-inline-text-area svg {
  margin-right: .5em;
}

.cp-inline-text-area .prompt {
  text-align: inherit;
  width: 100%;
}

.cp-inline-text-area .cp-text-btn {
  color: inherit;
}

.cp-inline-text-area .text-area-value {
  border: 1px solid transparent;
}

.cp-item-annotation-input span.user-annotation {
  min-height: 3.7143em;
  width: 100%;
  word-wrap: break-word;
}

.cp-item-annotation-input .text-area-value {
  background-color: #f1f1f1;
  padding: 1.0714em;
  word-wrap: break-word;
}

.cp-item-annotation-input .text-area-value .cp-text-btn {
  color: #02729e;
  margin-right: -.3em;
  padding: .5em;
  padding-right: 0;
}

.cp-item-annotation-input .cp-accessible-text-area textarea {
  min-height: 3.7143em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cp-item-annotation-input .cp-accessible-text-area textarea {
    float: none;
    width: 100%;
  }
}

.cp-item-annotation-input .cp-accessible-text-area a {
  float: right;
}

@media screen and (max-width: 767px) {
  .cp-item-annotation-input .cp-accessible-text-area {
    padding-left: 0;
  }
}

.cp-item-annotation-input .cp-inline-text-area .prompt {
  color: #02729e;
  font-size: 1em;
  padding-left: 0;
  padding-top: 0;
  width: auto;
  width: initial;
}

@media screen and (max-width: 991px) {
  .cp-item-annotation-input .cp-inline-text-area {
    padding-top: .5714em;
  }
}

.cp-item-annotation-input .cp-text-btn.edit-button {
  margin-bottom: .3em;
  padding-bottom: 0;
  padding-top: 0;
}

.cp-add-web-item {
  padding-left: 1em;
  padding-right: 1em;
}

.cp-add-web-item .input-group {
  padding-bottom: 1em;
  width: 100%;
}

.cp-add-web-item .btn.add-url {
  float: right;
}

.cp-add-web-item .cp-web-item-title-input {
  margin-top: 1.0714em;
}

.cp-add-web-item .row {
  padding-bottom: 1.0714em;
}

.cp-add-web-item .row.buttons {
  border-top: 0.0714em solid #dadada;
  margin-top: .75em;
  padding: 1.0714em;
  padding-bottom: 0;
}

.cp-add-web-item .preview {
  border-top: 0.0714em solid #dadada;
  margin-top: 1.0714em;
  padding: 1.0714em;
}

.cp-add-web-item .cp-jacket-cover {
  margin-bottom: .75em;
  margin-right: .7143em;
  width: 7.1429em;
}

@media screen and (max-width: 991px) {
  .cp-add-web-item .cp-jacket-cover {
    width: 5em;
  }
}

.cp-add-web-item .item-details .cp-web-item-title-input {
  height: 2.2857em;
  margin-top: 0;
}

.cp-add-web-item .item-details .info-field {
  display: inline-block;
  margin-left: .7143em;
  width: calc(100% - 8.5714em);
}

@media screen and (max-width: 991px) {
  .cp-add-web-item .item-details .info-field {
    width: calc(100% - 6.4286em);
  }
}

.cp-add-web-item .item-details .info-field.format {
  padding-top: .7143em;
}

.cp-add-web-item .item-details .info-field.website-title {
  height: 3.9286em;
}

.cp-add-web-item .item-details .info-field.url {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-add-web-item .alert {
  margin-bottom: 1em;
  margin-top: 1em;
}

.cp-add-web-item .image-spinner {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
  width: 100%;
}

.cp-add-web-item .cp-item-annotation-input .text-area-value {
  width: 100%;
}

.cp-add-web-item .url-field {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.cp-add-web-item .url-field .cp-url-input {
  width: 100%;
}

.cp-add-web-item .url-field .submit-url-button {
  height: 3.9em;
}

.cp-add-web-item label {
  margin-top: 0;
}

.cp-add-title-overlay.cp-deprecated-full-screen-overlay .overlay-body {
  -webkit-overflow-scrolling: unset;
  padding: 16px 0;
}

.cp-shared-add-title .overlay-title {
  padding: 0 15px 0;
}

.cp-shared-add-title .cp-search-bar {
  padding: 0 15px 1.4286em;
}

.cp-shared-add-title .cp-deprecated-pagination {
  padding: 0 15px 10px;
  float: right;
}

.cp-shared-add-title .cp-catalogue-results {
  padding: 0 15px 0;
}

.cp-shared-add-title .search-results-list {
  clear: both;
}

.cp-shared-add-title .no-results-found {
  padding-left: 15px;
}

.cp-shared-add-title .pagination-right {
  float: right;
  padding-bottom: 10px;
}

.cp-shared-add-title .pagination-holder {
  padding-bottom: 93px;
}

.cp-shared-add-title .done-button-container {
  background-color: #f2f2f2;
  border-top: .0714em solid #ccc;
  bottom: 0;
  padding: 15px;
  position: fixed;
  width: 100%;
}

.cp-shared-add-title .catalogue-results-search-result-item .icon-svg-spinner {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .cp-shared-add-title .catalogue-results-search-result-item .icon-svg-spinner {
    margin-bottom: 9px;
    margin-top: 12px;
  }
}

.cp-shared-add-title .cp-catalogue-result-item-button .item-button.btn-ugc .icon-svg-arrow-move {
  position: relative;
  top: -1px;
  width: 1em;
}

.cp-shelf-add-title-button > span {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

.heading-giant {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2rem;
  }
}

.heading-large {
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.625rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.313rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.25rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 0.875rem;
  font-weight: bold;
}

.cp-empty-shelf {
  margin-left: auto;
  margin-right: auto;
  max-width: 57em;
  min-height: 20em;
  padding: 5%;
}

.cp-empty-shelf h2 {
  font-size: 1.429rem;
}

.cp-empty-shelf .help-link-icon {
  margin-left: .5em;
}

.cp-empty-shelf .empty-shelf-icon {
  color: #ccc;
  font-size: 4em;
}

.cp-empty-shelf .empty-shelf-content {
  margin-bottom: 3em;
  text-align: center;
}

.cp-empty-shelf .add-title-button-wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .cp-empty-shelf h2 {
    font-size: 1.286rem;
  }
}

.cp-shelf-bottom-controls {
  border: 1px solid #ccc;
  margin: 5px 0;
  padding: 8px 15px;
}


.cp-user-avatar a {
  text-decoration: none;
}

.cp-user-avatar .initial {
  background-color: #41545e;
}

.cp-user-avatar .initial span {
  color: #fff;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.cp-user-avatar .img-circle {
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
}

.cp-user-avatar.avatar-xs img {
  height: 2.25em;
  width: 2.25em;
}

.cp-user-avatar.avatar-xs .initial {
  height: 2.25em;
  text-align: center;
  width: 2.25em;
}

.cp-user-avatar.avatar-xs .initial span {
  font-size: 1.125em;
  line-height: 1.8;
}

.cp-user-avatar.avatar-sm img {
  height: 2.5em;
  width: 2.5em;
}

.cp-user-avatar.avatar-sm .initial {
  height: 2.5em;
  text-align: center;
  width: 2.5em;
}

.cp-user-avatar.avatar-sm .initial span {
  font-size: 1.25em;
  line-height: 1.8;
}

.cp-user-avatar.avatar-md img {
  height: 3em;
  width: 3em;
}

.cp-user-avatar.avatar-md .initial {
  height: 3em;
  text-align: center;
  width: 3em;
}

.cp-user-avatar.avatar-md .initial span {
  font-size: 1.5em;
  line-height: 1.8;
}

.cp-user-avatar.avatar-lg img {
  height: 3.5em;
  width: 3.5em;
}

.cp-user-avatar.avatar-lg .initial {
  height: 3.5em;
  text-align: center;
  width: 3.5em;
}

.cp-user-avatar.avatar-lg .initial span {
  font-size: 1.75em;
  line-height: 1.8;
}

.cp-user-avatar.home-patron .initial {
  background-color: #353e4d;
}

.cp-user-staff-stamp {
  border: 1px solid #00a2ce;
  color: #00a2ce;
  display: inline-block;
  font-size: .9em;
  padding: 2px 5px;
}

.cp-user-staff-stamp.inverse {
  border-color: #fff;
  color: #fff;
}

.cp-user-header .cp-user-staff-stamp {
  margin-right: 5px;
}

.cp-user-header .cp-user-avatar {
  margin-right: 10px;
}

.cp-user-header .user-header-top {
  background-color: #607d8b;
  color: #fff;
  padding: 10px 25px;
}

.cp-user-header .user-header-bottom {
  background-color: #fff;
  box-shadow: 0 2px 3px #ccc;
}

.cp-user-header .user-header-username {
  font-size: 1.5em;
  font-weight: 600;
}

.cp-user-header .user-header-library {
  font-size: .9em;
}

.cp-user-header .user-header-about {
  clear: both;
}

.cp-user-header.home-patron .user-header-top {
  background-color: #54637a;
}

.cp-user-header-nav {
  background-color: #41545e;
  color: #fff;
}

.cp-user-header-nav a,
.cp-user-header-nav a:hover {
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
}

.cp-user-header-nav .exit-link {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.5em;
  min-width: 4em;
  opacity: .5;
  text-align: center;
}

.cp-user-header-nav .heading {
  display: inline-block;
  font-size: 1.4em;
  padding: 0 20px;
}

.cp-user-header-nav .heading svg {
  font-size: x-large;
}

.cp-user-header-nav .links-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.cp-user-header-nav .links-list li {
  display: inline-block;
}

.cp-user-header-nav .links-list li a:hover, .cp-user-header-nav .links-list li a:focus {
  text-decoration: underline;
}

.cp-user-header-nav .links-list li a.active {
  border-bottom: 5px solid #fff;
}

.cp-user-header-nav.home-patron {
  background-color: #353e4d;
}

.cp-shelf-header {
  display: block;
}

@media screen and (min-width: 768px) {
  .cp-shelf-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cp-shelf-header .shelf-mobile-nav {
    margin: 15px;
  }
  .cp-shelf-header .shelf-mobile-nav .cp-dropdown .btn.btn-link {
    color: #3f4344;
    font-size: 1.143em;
    padding: 6px 12px 0 0;
  }
  .cp-shelf-header .shelf-mobile-nav .cp-dropdown .nav-item-label > span {
    font-weight: 600;
  }
  .cp-shelf-header .shelf-mobile-nav .cp-dropdown .cp-dropdown-trigger .selected-icon {
    margin-left: .3em;
    margin-top: 2px;
    width: .75em;
  }
}

.cp-shelf-import-alert .alert-actions {
  margin-top: 1em;
}

.cp-shelf-import-alert .alert-message {
  color: #3f4344;
}

.cp-sticky-toolbar .toolbar-contents-wrapper {
  width: 100%;
}

.cp-sticky-toolbar .toolbar-contents-wrapper.sticky {
  position: fixed;
  top: 0;
  z-index: 11;
}

.cp-batch-action-controls {
  background: #f2f2f2;
  display: flex;
  padding: 15px;
  padding-top: 20px;
}

.cp-batch-action-controls .master-checkbox {
  flex: inherit;
}

.cp-batch-action-controls .action-buttons {
  flex: 1;
  text-align: right;
}

.cp-sticky-toolbar .cp-batch-action-controls {
  box-shadow: 0 5px 5px #dadada;
}

.cp-batch-actions-toolbar {
  background-color: #00a2ce;
  border-top: 1px solid transparent;
  bottom: 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}

.cp-batch-actions-toolbar .toolbar-content {
  display: flex;
  justify-content: space-between;
  padding: 1.4em 0;
}

.cp-batch-actions-toolbar .toolbar-container {
  background-color: transparent;
  color: #fff;
}

.cp-batch-actions-toolbar .toolbar-container .cp-dropdown-menu {
  color: #000;
  color: initial;
  min-width: 16.5em;
}

.cp-batch-actions-toolbar .actions-summary > * {
  vertical-align: middle;
}

.cp-batch-actions-toolbar .actions-dropdown,
.cp-batch-actions-toolbar .clear-button {
  color: #fff;
}

.cp-batch-actions-toolbar .actions-dropdown:hover, .cp-batch-actions-toolbar .actions-dropdown:focus,
.cp-batch-actions-toolbar .clear-button:hover,
.cp-batch-actions-toolbar .clear-button:focus {
  color: #fff;
}

.cp-batch-actions-toolbar .actions-dropdown .icon-svg-ellipsis {
  height: 1.2em;
  margin-left: 2em;
  width: 1.2em;
}

.cp-batch-actions-toolbar .actions-dropdown .icon-svg-spinner {
  margin-left: 2em;
  margin-right: 2em;
}

.cp-batch-actions-list {
  background-color: #f2f2f2;
  border: thin solid #ccc;
}

.heading-giant {
  color: #000;
  font-size: 2.857rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2.286rem;
  }
}

.heading-large {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.857rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.429rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.286rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1.143rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.cp-delete-confirmation-modal .shelves-modal-content .shelves-modal-content-warning {
  background-color: #f2f2f2;
  display: flex;
  margin-bottom: 10px;
  padding: 16px;
}

.cp-delete-confirmation-modal .shelves-modal-content .shelves-modal-exclamation-icon {
  color: #cc441e;
  height: 1.571rem;
  margin-right: 10px;
  margin-top: 4px;
  width: 3.571rem;
}

.cp-batch-actions-list-item {
  position: relative;
}

.cp-batch-actions-list-item > .cp-deprecated-checkbox {
  left: -35px;
  position: absolute;
}

.cp-item-list {
  background-color: #f2f2f2;
  border: thin solid #ccc;
  padding: 3px 15px;
}

.cp-batch-actions-list .cp-item-list {
  border: 0;
  padding-left: 50px;
}

.cp-item-list.compact-item-list {
  padding-left: 15px;
}

.cp-item-list.compact-item-list .cp-compact-list .cp-batch-actions-list-item {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.cp-item-list.compact-item-list .cp-compact-list .cp-batch-actions-list-item .cp-deprecated-checkbox {
  left: 15px;
  top: 17px;
}

.cp-item-list.compact-item-list .cp-compact-list .cp-batch-actions-list-item .batch-actions-list-item-details {
  padding-left: 35px;
}

.cp-item-list.compact-item-list .cp-compact-list .cp-batch-actions-list-item .batch-actions-list-item-details .cp-bib-list-item {
  border-bottom: 0;
}

.cp-bib-list-item {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 15px;
}

.cp-bib-list-item:hover, .cp-bib-list-item:focus {
  position: relative;
}

.cp-bib-list-item .item-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  justify-content: space-between;
}

.cp-bib-list-item .item-row .item-column {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
}

.cp-bib-list-item .item-row .item-column.brief-info {
  flex: 1 auto;
  flex-basis: 50%;
  flex-direction: row;
}

.cp-bib-list-item .item-row .item-column.brief-info .cp-jacket-cover {
  margin-right: 15px;
  width: 6em;
}

@media screen and (max-width: 320px) {
  .cp-bib-list-item .item-row .item-column.brief-info .jacket-cover-container {
    display: inline-table;
  }
  .cp-bib-list-item .item-row .item-column.brief-info .cp-jacket-cover {
    width: 5em;
  }
}

@media screen and (min-width: 768px) {
  .cp-bib-list-item .item-column.additional-info {
    margin-left: 36px;
    width: 18em;
  }
  .cp-bib-list-item .item-footer {
    display: block;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cp-bib-list-item .item-row {
    display: block;
  }
  .cp-bib-list-item .item-footer,
  .cp-bib-list-item .item-column.additional-info {
    margin-top: 20px;
  }
}

.cp-shelf-list-item-ratings-info {
  margin-top: 10px;
}

.cp-shelf-list-item-bib-brief-info .privacy-lock {
  font-size: .75em;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.cp-shelf-list-item-bib-brief-info .check-availability-button {
  padding: 0;
}

.cp-ugc-display-heading {
  display: block;
  font-size: inherit;
  font-weight: 600;
}

.cp-ugc-display-heading svg {
  margin-right: 4px;
}

.cp-ugc-shelf-privacy-alert {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  margin-top: 25px;
}

.cp-ugc-shelf-privacy-alert .cp-deprecated-alert {
  margin-bottom: 0;
  padding: 15px 0 0 15px;
}

.cp-ugc-shelf-privacy-alert .cp-deprecated-checkbox {
  padding: 0 0 15px 15px;
}

.cp-base-ugc-editor .ugc-bib-info,
.cp-base-ugc-editor .ugc-bib-format {
  display: flex;
  flex: 1 auto;
  flex-basis: 50%;
  flex-direction: row;
}

.cp-base-ugc-editor .ugc-bib-info .icon::before,
.cp-base-ugc-editor .ugc-bib-format .icon::before {
  margin-left: 0;
}

.cp-base-ugc-editor .ugc-bib-info {
  margin-top: 30px;
}

.cp-base-ugc-editor .ugc-bib-info .cp-jacket-cover {
  margin-right: 15px;
  max-width: 6em;
  min-width: 6em;
}

.cp-base-ugc-editor .ugc-editor-body {
  margin: 20px 0 30px;
}

.cp-base-ugc-editor .close-button,
.cp-base-ugc-editor .save-and-reset-button {
  margin-left: 10px;
}

.cp-text-ugc-editor .editor-textarea {
  min-height: 200px;
}

.cp-ugc-display-actions {
  display: inline-block;
  position: relative;
  top: -3px;
}

.cp-ugc-display-actions .cp-text-btn {
  color: #3f4344;
  font-size: .85em;
  margin-right: 15px;
  padding: 0;
}

.cp-ugc-display-actions .cp-text-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .cp-ugc-display-actions {
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
    top: 0;
  }
}

.cp-shelf-list-item-comment-info {
  background-color: #f2f2f2;
  padding: 12px 15px 15px;
}

@media screen and (max-width: 767px) {
  .cp-shelf-list-item-comment-info {
    padding-bottom: 10px;
  }
}

.cp-shelf-list-item-comment-info .cp-ugc-display-heading {
  display: inline;
  margin-right: 6px;
}

.cp-shelf-list-item-comment-info .cp-ugc-comment-display {
  display: inline;
}

.cp-shelf-list-item-comment-info .cp-ugc-comment-display .cp-expandable-text {
  display: inline;
  margin-right: 15px;
}

.cp-ugc-quotation-display {
  display: inline;
}

.cp-ugc-quotation-display .cp-expandable-text {
  display: inline;
  margin-right: 15px;
}

.cp-text-btn.cp-ugc-add-button {
  color: #02729e;
  padding: 0 5px;
  text-decoration: none;
}

.cp-text-btn.cp-ugc-add-button .icon-svg-plus {
  height: .8em;
  margin-right: .5em;
  width: .8em;
}

.cp-text-btn.cp-ugc-add-button span {
  display: inline-block;
  vertical-align: middle;
}

.cp-shelf-list-item-quotations-info h4.cp-ugc-display-heading {
  display: inline-block;
}

.cp-shelf-list-item-quotations-info .cp-ugc-add-button {
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.cp-shelf-list-item-quotations-info .quotations-display-list {
  margin: 8px 0 0;
  padding: 0;
}

.cp-shelf-list-item-quotations-info .quotations-display-list .quotation-display-item {
  display: block;
  list-style: none;
}

.cp-shelf-list-item-quotations-info .quotations-display-list .quotation-display-item .left-block {
  float: left;
}

.cp-shelf-list-item-quotations-info .quotations-display-list .quotation-display-item .left-block .icon-svg-quotation {
  display: inline;
  margin-right: 8px;
}

.cp-shelf-list-item-quotations-info .quotations-display-list .quotation-display-item .right-block {
  display: flex;
}

.cp-shelf-list-item-quotations-info .quotations-display-list .quotation-display-item:not(:last-child) {
  margin-bottom: 15px;
}

.cp-shelf-list-item-quotations-info .quotations-display-list .quotation-display-item:not(:last-child) .quotation-divider {
  border-top: 1px solid #ccc;
  display: block;
  margin-top: 15px;
  width: 2.2em;
}

.cp-tokenized-input {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  min-height: 40px;
  padding: 3px;
}

.cp-tokenized-input .new-token-text-field {
  outline: 0;
}

.cp-tokenized-input .tokens-list {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-tokenized-input .tokens-list .token-item {
  display: inline-flex;
  margin: 3px 4px;
}

.cp-tokenized-input .new-token-input {
  display: inline-block;
  margin: 4px;
  max-width: 100%;
  min-width: 5em;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.cp-tokenized-input .new-token-input .input-resizer {
  display: inline-block;
  padding: 0 15px;
  visibility: hidden;
}

.cp-tokenized-input .new-token-input .new-token-text-field {
  background-color: transparent;
  border: 0;
  height: 100%;
  min-height: 22px;
  position: absolute;
  width: 100%;
}

.cp-tokenized-input.focused {
  outline-color: Highlight;
  outline-style: solid;
  outline-width: 2px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .cp-tokenized-input.focused {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}

.cp-pill {
  padding: 5px 16px;
}

.cp-tag-pill {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 5px 14px;
  word-break: break-all;
}

.cp-tag-pill .tag-icon {
  display: inline-flex;
  margin: 0 2px 2px 0;
  vertical-align: middle;
}

.cp-tag-pill .remove-tag-button {
  margin: 0 0 0 10px;
  padding: 0;
  vertical-align: inherit;
}

.cp-tag-pill.clickable {
  background-color: #fff;
  border-color: #00a2ce;
}

.cp-tag-pill.clickable,
.cp-tag-pill.clickable a {
  color: #00a2ce;
}

.cp-tag-pill.clickable:hover, .cp-tag-pill.clickable.focused {
  background-color: #00a2ce;
}

.cp-tag-pill.clickable:hover,
.cp-tag-pill.clickable:hover a, .cp-tag-pill.clickable.focused,
.cp-tag-pill.clickable.focused a {
  color: #fff;
}

.cp-ugc-tag-display {
  display: inline-flex;
}

.cp-tags-ugc-editor .help-info {
  color: #666;
}

.cp-tags-ugc-editor .form-group {
  margin-bottom: 30px;
  max-width: 45em;
}

.cp-tags-ugc-editor .tags-form-help {
  margin-bottom: 20px;
}

.cp-tags-ugc-editor .personal-tags-wrapper {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  padding-top: 20px;
}

.cp-tags-ugc-editor .personal-tags-wrapper .help-info span {
  display: block;
}

.cp-tags-ugc-editor .personal-tags-wrapper label svg {
  margin: 0 2px 4px 0;
}

.cp-shelf-list-item-tags-info .shelf-tag-pill {
  margin: 4px 8px 4px 0;
}

.cp-shelf-list-item-tags-info .cp-ugc-add-button,
.cp-shelf-list-item-tags-info .cp-expand-button {
  margin: 6px 8px 6px 0;
  min-height: 2em;
}

.cp-shelf-list-item-tags-info .cp-expandable-list {
  display: inline;
}

.cp-ugc-video-playback {
  height: 12.857em;
  width: 22.857em;
}

@media screen and (max-width: 479px) {
  .cp-ugc-video-playback {
    height: calc(100vw / 1.77);
    width: 100%;
  }
}

.cp-video-ugc-editor .required {
  color: #942c16;
}

.cp-video-ugc-editor .cp-clearable-text-field .alert-content .cp-help-link {
  color: #942c16;
  text-decoration: underline;
}

.cp-video-ugc-editor .cp-clearable-text-field .alert-content .cp-help-link:hover {
  text-decoration: none;
}

.cp-video-ugc-editor .cp-clearable-text-field .cp-accessible-text-field .clear-icon {
  padding: .8em;
}

.cp-video-ugc-editor .content-blocks {
  display: flex;
}

@media screen and (max-width: 767px) {
  .cp-video-ugc-editor .content-blocks {
    display: block;
  }
}

.cp-video-ugc-editor .content-blocks label {
  margin-top: 20px;
}

.cp-video-ugc-editor .content-blocks .left-block {
  flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .cp-video-ugc-editor .content-blocks .left-block {
    margin-right: 0;
  }
}

.cp-video-ugc-editor .content-blocks .left-block div:first-child label {
  margin-top: 0;
}

.cp-video-ugc-editor .content-blocks .left-block .editor-textarea {
  min-height: 80px;
}

.cp-video-ugc-editor .content-blocks .right-block {
  flex: 1;
}

.cp-video-ugc-editor .content-blocks .right-block .cp-ugc-video-playback {
  height: 17.286em;
  width: 30.714em;
}

.cp-video-ugc-editor .label-non-input {
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .cp-video-ugc-editor .label-non-input {
    margin-top: 20px;
  }
}

.cp-video-ugc-editor .placeholder {
  align-items: center;
  background-color: #e5e5e5;
  color: #666;
  display: flex;
  flex-direction: column;
  height: 17.286em;
  justify-content: center;
  width: 30.714em;
}

@media screen and (max-width: 479px) {
  .cp-video-ugc-editor .placeholder {
    height: calc(100vw / 1.77);
    width: 100%;
  }
}

.cp-video-ugc-editor .placeholder .icon-film {
  margin-bottom: .571em;
}

.cp-video-ugc-editor .placeholder .icon-film svg {
  height: 2.286em;
  width: 2.286em;
}

.cp-video-ugc-editor .placeholder .instruction {
  text-align: center;
  width: 16.071em;
}

.cp-ugc-video-display {
  display: flex;
}

.cp-ugc-video-display .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.cp-ugc-video-display .description-block {
  width: 100%;
}

.cp-ugc-video-display .video-block {
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
  width: 100%;
}

.cp-ugc-video-display .cp-ugc-display-actions {
  top: 0;
}

@media screen and (max-width: 767px) {
  .cp-ugc-video-display {
    display: block;
  }
  .cp-ugc-video-display .title {
    margin-top: 10px;
  }
  .cp-ugc-video-display .video-block {
    display: block;
    margin-top: 15px;
    padding-left: 0;
    width: inherit;
  }
}

.cp-similar-title-ugc-editor .ugc-editor-header {
  padding: 0 20px;
}

.cp-similar-title-ugc-editor .ugc-bib-info {
  padding: 0 20px;
}

.cp-similar-title-ugc-editor .cp-ugc-shelf-privacy-alert {
  margin-bottom: 75px;
  padding: 0 20px;
}

.cp-similar-title-ugc-editor .search-results-row.current-bib {
  opacity: .65;
}

.cp-similar-title-ugc-editor .search-results-row.current-bib .cp-availability-status.available {
  color: #666;
}

.cp-similar-title-ugc-editor .catalogue-results-search-result-item .icon-svg-spinner {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .cp-similar-title-ugc-editor .catalogue-results-search-result-item .icon-svg-spinner {
    margin-bottom: 9px;
    margin-top: 12px;
  }
}

.cp-similar-title-ugc-editor .done-button-container .cp-deprecated-alert {
  padding: 0;
}

.cp-similar-title-ugc-editor .done-button-container .cp-deprecated-checkbox {
  padding-left: 0;
}

.cp-similar-title-ugc-editor .done-button-container .cp-ugc-shelf-privacy-alert {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.cp-private-note-ugc-editor .private-note-alert {
  margin-top: 25px;
}

.cp-private-note-ugc-editor .private-note-alert .cp-deprecated-alert {
  background-color: #f2f2f2;
}

.cp-private-note-ugc-editor .private-note-alert .cp-deprecated-alert icon-svg-lock {
  margin-right: 5px;
}

.cp-private-note-ugc-editor .private-note-alert .cp-deprecated-alert p {
  display: inline;
  vertical-align: middle;
}

.cp-content-advisory-field {
  max-width: 45em;
}

.cp-content-advisory-field .ugc-content-advisory-field-text {
  margin: 5px 0 5px 30px;
}

.cp-content-advisory-field .cp-deprecated-checkbox .checkbox-label {
  margin-left: 10px;
}

.cp-content-advisory-field .cp-accessible-text-area {
  margin-bottom: 10px;
}

.cp-content-advisory-field .cp-accessible-text-area .form-control {
  height: 5.4em;
}

.cp-content-advisory-field .form-group {
  margin-bottom: 10px;
  margin-top: 10px;
}

.cp-content-advisory-field .form-group .required {
  color: #942c16;
  margin: 5px;
}

.cp-content-advisory-ugc-editor .cp-content-advisory-field:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.cp-age-suitability-ugc-editor label {
  display: block;
}

.cp-age-suitability-ugc-editor .age-suitability-info p {
  margin: 20px 0;
}

.cp-age-suitability-ugc-editor .cp-dropdown .cp-dropdown-menu {
  height: 17em;
  min-width: 8em;
}

.cp-age-suitability-ugc-editor .cp-dropdown-trigger .selected-wrapper {
  display: flex;
  text-align: left;
}

.cp-shelf-list-item-toolbar {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 8px;
  width: 100%;
}

.cp-shelf-list-item-toolbar .ugc-toolbar .cp-text-btn {
  color: #02729e;
}

.cp-shelf-list-item-toolbar .ugc-toolbar .shelf-ugc-icon {
  margin-right: .5em;
}

.cp-shelf-list-item-toolbar .ugc-toolbar .shelf-ugc-icon.icon-svg-plus {
  height: .8em;
  width: .8em;
}

.cp-shelf-list-item-toolbar .ugc-toolbar .add-label {
  font-weight: 600;
  margin-left: 10px;
  vertical-align: sub;
}

.cp-shelf-list-item-toolbar .cp-text-btn,
.cp-shelf-list-item-toolbar .shelf-ugc-add-more-button {
  text-decoration: none;
}

.cp-shelf-list-item-toolbar .cp-text-btn span,
.cp-shelf-list-item-toolbar .shelf-ugc-add-more-button span {
  display: inline-block;
  vertical-align: middle;
}

.cp-shelf-list-item-toolbar .item-settings .icon-svg-ellipsis {
  height: 1.5em;
  width: 1.5em;
}

.cp-shelf-list-item-toolbar .item-settings .cp-dropdown-menu {
  min-width: 15em;
  padding-left: 20px;
  padding-right: 20px;
}

.cp-ugc-similar-title-display {
  display: flex;
  margin-right: 24px;
}

.cp-ugc-similar-title-display .jacket-cover-container img {
  margin-right: 10px;
  width: 5em;
}

@media screen and (max-width: 767px) {
  .cp-ugc-similar-title-display .jacket-cover-container img {
    width: 4em;
  }
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info {
  max-width: 200px;
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info .cp-bib-brief .cp-author-link-list {
  margin: 4px 0;
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info .cp-bib-brief .cp-title {
  font-size: 1em;
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info .cp-bib-brief .cp-subtitle {
  display: none;
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info .similar-titles-item-format {
  display: flex;
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info .similar-titles-item-format .icon-book-open::before {
  margin-left: 0;
}

.cp-ugc-similar-title-display .similar-titles-bib-brief-info .cp-ugc-display-actions {
  top: 0;
}

.cp-shelf-list-item-similar-titles-info .cp-expandable-list ul {
  display: block;
}

.cp-shelf-list-item-similar-titles-info .cp-ugc-display-heading {
  display: inline-block;
}

.cp-shelf-list-item-similar-titles-info .cp-ugc-add-button {
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.cp-shelf-list-item-similar-titles-info .similar-titles-bib {
  margin-top: 24px;
  vertical-align: top;
  width: 50%;
}

.cp-shelf-list-item-similar-titles-info .similar-titles-bib:nth-child(-n + 2) {
  margin-top: 16px;
}

@media screen and (max-width: 479px) {
  .cp-shelf-list-item-similar-titles-info .similar-titles-bib {
    width: 100%;
  }
  .cp-shelf-list-item-similar-titles-info .similar-titles-bib:nth-child(2) {
    margin-top: 24px;
  }
}

.cp-shelf-list-item-similar-titles-info .cp-expand-button {
  margin-top: 10px;
}

.cp-ugc-private-note-display {
  display: inline;
}

.cp-ugc-private-note-display .cp-expandable-text {
  display: inline;
  margin-right: 15px;
}

.cp-shelf-list-item-private-note-info .cp-ugc-display-heading {
  display: inline;
  margin-right: 6px;
}

.cp-ugc-content-advisory-display .cp-expandable-text {
  display: inline;
  margin-left: 5px;
}

.cp-ugc-content-advisory-display .field-name {
  color: #3f4344;
}

.cp-shelf-list-item-content-advisories-info {
  margin: 10px 0;
}

.cp-shelf-list-item-content-advisories-info .content-advisory-header span {
  vertical-align: middle;
}

.cp-shelf-list-item-content-advisories-info .cp-ugc-display-actions {
  margin-left: 15px;
}

.cp-shelf-list-item-content-advisories-info .icon-svg-exclamation-mark-triangle {
  margin-right: 5px;
}

.cp-shelf-list-item-content-advisories-info .cp-expandable-list > ul {
  border-left: 3px solid #ccc;
  display: inline-block;
  margin: 10px 0;
}

.cp-shelf-list-item-content-advisories-info .cp-expandable-list > ul li {
  display: block;
}

.cp-shelf-list-item-content-advisories-info .cp-expandable-list > button[aria-expanded='true'] {
  display: block;
}

.cp-shelf-list-item-content-advisories-info .cp-expandable-list .content-advisory {
  margin-left: 10px;
}

.cp-shelf-list-item-content-advisories-info .cp-expandable-list .content-advisory:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cp-shelf-list-item-content-advisories-info .cp-ugc-display-actions {
    margin-left: 0;
  }
}

.cp-ugc-age-suitability-display .age-info {
  background: #f2f2f2;
  margin-right: 15px;
  margin-top: 10px;
  padding: 4px 8px;
}

.cp-ugc-age-suitability-display .icon-svg-plus {
  margin: -2px;
  vertical-align: sub;
  width: .5em;
}

.cp-shelf-list-item-suitability-info .cp-ugc-display-heading {
  margin-bottom: 15px;
}

.cp-shelf-list-item-summary-info .cp-ugc-display-heading {
  display: inline;
  margin-right: 6px;
}

.cp-shelf-list-item-summary-info .cp-ugc-summary-display {
  display: inline;
}

.cp-shelf-list-item-summary-info .cp-ugc-summary-display .cp-expandable-text {
  display: inline;
  margin-right: 15px;
}

.cp-shelf-list-item-footer-info {
  margin: 0 -15px -15px;
}

.cp-shelf-list-item-footer-info .ugc-info {
  padding: 0 15px;
}

.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-comment-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-quotations-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-video-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-tags-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-similar-titles-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-private-note-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-suitability-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-summary-info {
  margin-top: 15px;
}

.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-quotations-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-video-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-tags-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-similar-titles-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-private-note-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-suitability-info,
.cp-shelf-list-item-footer-info .ugc-info .cp-shelf-list-item-summary-info {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.cp-shelf-list-item-footer-info .ugc-info div.cp-shelf-list-item-quotations-info:first-child, .cp-shelf-list-item-footer-info .ugc-info div.cp-shelf-list-item-video-info:first-child, .cp-shelf-list-item-footer-info .ugc-info div.cp-shelf-list-item-similar-titles-info:first-child, .cp-shelf-list-item-footer-info .ugc-info div.cp-shelf-list-item-private-note-info:first-child, .cp-shelf-list-item-footer-info .ugc-info div.cp-shelf-list-item-suitability-info:first-child, .cp-shelf-list-item-footer-info .ugc-info div.cp-shelf-list-item-summary-info:first-child {
  border-top: 0;
  margin-top: 15px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .cp-shelf-list-item-footer-info .ugc-info {
    margin-left: 6em;
    padding: 0 30px 24px;
  }
}

@media screen and (max-width: 767px) {
  .cp-shelf-list-item-footer-info .ugc-info > div:last-child {
    margin-bottom: 20px;
  }
}

.cp-shelf-list-item-options-dropdown .button-content-icon-shelfitem.icon-svg-shelf-item {
  height: 1.58em;
  margin-right: .3em;
  width: 2.37em;
}

.cp-shelf-list-item-options-dropdown .cp-dropdown,
.cp-shelf-list-item-options-dropdown .cp-dropdown > * {
  width: 100%;
}

.cp-shelf-list-item-options-dropdown .cp-dropdown .dropdown-menu,
.cp-shelf-list-item-options-dropdown .cp-dropdown > * .dropdown-menu {
  width: 100%;
}

.cp-shelf-list-item-options-dropdown .cp-dropdown .item-settings,
.cp-shelf-list-item-options-dropdown .cp-dropdown > * .item-settings {
  padding: 3px 20px;
}

.cp-shelf-list-item-secondary-info .shelf-date-info {
  color: #666;
  font-size: 90%;
}

.cp-shelf-list-item-secondary-info .shelf-add-to-shelf,
.cp-shelf-list-item-secondary-info .shelf-item-transaction-buttons {
  margin-bottom: 1em;
}

.cp-batch-action-link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cp-batch-action-link.disabled {
  color: #bbb;
  padding-left: 1.43rem;
}

.cp-shelf-find-available-titles-button {
  margin-right: 10px;
  min-height: 38px;
  padding: 8px 12px;
}

.cp-shelf-find-available-titles-button:hover, .cp-shelf-find-available-titles-button:focus, .cp-shelf-find-available-titles-button[aria-expanded='true'] {
  color: #fff;
  text-decoration: none;
}

.cp-accessible-pop-over {
  display: inline-block;
}

.cp-accessible-pop-over .absolute-wrapper {
  position: absolute;
}

.cp-accessible-pop-over .absolute-wrapper .pop-up {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0 15px;
  position: relative;
  top: .55rem;
  z-index: 3;
}

.cp-accessible-pop-over .absolute-wrapper .pop-up .close-button {
  background-color: #fff;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.cp-accessible-pop-over .absolute-wrapper .pop-up .pop-up-arrow {
  background-color: #fff;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.15);
  height: 1rem;
  position: absolute;
  top: -.55rem;
  transform: rotate(45deg);
  width: 1rem;
}

.cp-shelf-availability-warning .pop-over-content {
  color: #3f4344;
  max-width: 100%;
  padding: .85em 0 1.143em;
  width: 18em;
}

.cp-shelf-availability-warning .pop-over-content .prompt-heading-block {
  font-weight: bold;
  margin-bottom: 5px;
}

.cp-shelf-availability-warning .icon-svg-failure {
  color: #e25d1d;
  font-size: 1.143em;
  margin-bottom: 2px;
  margin-right: 6px;
}

.cp-shelf-availability-warning .pop-up-arrow {
  display: none;
}

.cp-shelf-availability-warning .pop-over-trigger {
  color: #e25d1d;
  font-size: .857em;
}

@media screen and (min-width: 767px) {
  .cp-shelf-availability-warning .pop-over-trigger span {
    display: none;
  }
}

.cp-shelf-availability-warning .trigger-link:hover, .cp-shelf-availability-warning .trigger-link:focus {
  text-decoration: none;
}

.cp-shelf-availability-warning h1 {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  width: 16.786em;
}

.cp-shelf-title-bar {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0 15px 15px;
}

@media screen and (min-width: 768px) {
  .cp-shelf-title-bar {
    margin-top: -15px;
  }
}

.cp-shelf-title-bar .cp-shelf-add-title-button {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .cp-shelf-title-bar .cp-shelf-availability-warning {
    display: block;
  }
  .cp-shelf-title-bar .cp-shelf-find-available-titles-button {
    margin: 12px 0;
  }
}

.cp-utility-bar {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 1em;
}

.cp-shelf-utility-bar {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cp-shelf-utility-bar .cp-deprecated-pagination {
  display: inline-block;
}

.cp-shelf-utility-bar .cp-deprecated-pagination + .cp-print-button {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .cp-shelf-utility-bar .cp-facet-drawer-toggle,
  .cp-shelf-utility-bar .cp-sort-dropdown,
  .cp-shelf-utility-bar .pagination-and-print {
    align-items: center;
    display: flex;
    flex: 1 50%;
    margin-bottom: 10px;
  }
  .cp-shelf-utility-bar .pagination-and-print {
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .cp-shelf-utility-bar .cp-sort-dropdown {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .cp-shelf-utility-bar .cp-print-button {
    display: none;
  }
}

.cp-empty-content-panel {
  margin: auto;
  max-width: 32em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cp-empty-content-panel {
    padding-bottom: 6em;
    padding-top: 1.5em;
  }
  .cp-empty-content-panel .title-wrapper {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .cp-empty-content-panel {
    padding-bottom: 4em;
  }
  .cp-empty-content-panel .title-wrapper {
    font-size: 1.2em;
  }
}

.cp-empty-content-panel .icon-wrapper {
  font-size: 3em;
  padding-bottom: .1em;
}

.cp-empty-content-panel .title-wrapper {
  color: #3f4344;
  margin-top: 10px;
}

.cp-empty-content-panel .subtitle-wrapper {
  color: #3f4344;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 16px;
}

.cp-empty-content-panel .loading {
  align-items: center;
  color: #666;
  display: flex;
  justify-content: center;
}

.cp-empty-content-panel .loading svg {
  margin-right: .4em;
}

.cp-shelf {
  background-color: #fff;
}

.cp-checked-out-status-overview .cp-checked-out-status-name {
  display: inline-block;
  font-weight: bold;
  padding-bottom: .75em;
  text-transform: uppercase;
}

.cp-checked-out-status-overview .field-name {
  font-weight: bold;
}

.cp-checked-out-status-overview .field-value {
  color: inherit;
}

.cp-checked-out-print-list th {
  text-transform: uppercase;
}

.cp-checked-out-print-list .cp-format-indicator {
  font-weight: bold;
}

.cp-checked-out-print-list .cp-bib-brief .cp-title,
.cp-checked-out-print-list .cp-bib-brief .cp-subtitle {
  color: inherit;
  font-size: inherit;
}

.cp-checked-out-print-list .cp-bib-brief .cp-title {
  font-weight: bold;
}

.cp-checked-out-print-list .cp-bib-brief .cp-subtitle {
  font-style: italic;
  font-weight: normal;
}

.cp-checked-out-print-list td.item-status {
  white-space: nowrap;
}

.cp-holds-print-list .print-borrowing-status {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cp-holds-print-list th {
  text-transform: uppercase;
}

.cp-holds-print-list .cp-format-indicator {
  font-weight: bold;
}

.cp-holds-print-list .cp-bib-brief .cp-title,
.cp-holds-print-list .cp-bib-brief .cp-subtitle {
  color: inherit;
  font-size: inherit;
}

.cp-holds-print-list .cp-bib-brief .cp-title {
  font-weight: bold;
}

.cp-holds-print-list .cp-bib-brief .cp-subtitle {
  font-style: italic;
  font-weight: normal;
}

.cp-holds-print-list td.item-status {
  white-space: nowrap;
}

.cp-shelf-print-list .item-rating {
  min-width: 100px;
}

.cp-compact-title .bib-title {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.cp-compact-title .sub-title {
  display: block;
  text-transform: capitalize;
}

.cp-compact-title .bib-multiscript {
  display: block;
  font-weight: bold;
}

.cp-compact-title .bib-sub-multiscript {
  color: #666;
}

.cp-compact-item-info .cp-by-author-block {
  display: block;
}

.cp-compact-item-info .cp-format-indicator {
  display: block;
  margin-top: 2px;
}

.cp-item-widget {
  background: #fff;
  display: block;
  padding: 12px 0 65px;
}

@media (min-width: 992px) {
  .cp-item-widget {
    display: flex;
    flex: 0 0 auto;
  }
}

@media (max-width: 991px) {
  .cp-item-widget {
    padding: 7px 0 65px;
  }
}

@media (max-width: 1199px) {
  .cp-item-widget .manifestation-item-format-info-wrap .icon {
    display: none;
  }
  .cp-item-widget .manifestation-item-availability-block-wrap {
    margin: 0 0 0 .5em;
  }
  .cp-item-widget .item-info .cp-jacket-cover {
    max-width: 70px;
    width: 5.83em;
  }
}

.cp-item-widget .cp-jacket-cover {
  box-shadow: none;
}

.cp-item-widget .cp-manifestation-list-item .manifestation-item-format-call-wrap {
  padding: 0 15px 0 5px;
}

@media (max-width: 767px) {
  .cp-item-widget .manifestation-list-item {
    padding: 0;
  }
  .cp-item-widget .manifestation-item-format-call-wrap {
    display: none;
  }
  .cp-item-widget .add-to-shelf-wrap {
    margin: 0 0 15px;
  }
}

.cp-item-widget .cp-manifestation-list-item .manifestation-item-action-wrap {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .cp-item-widget .cp-manifestation-list-item .manifestation-item-action-wrap {
    margin-right: 0;
    padding: 0 15px;
  }
  .cp-item-widget .cp-manifestation-list-item .manifestation-item-action-wrap .item-transaction-button-wrap {
    margin-bottom: 0;
  }
}

.cp-item-widget .brief-extra-info {
  margin-top: 25px;
}

.cp-item-widget .outer-jacket {
  padding-right: 0;
  width: auto;
}

.cp-item-widget .outer-jacket img {
  max-width: 115px;
  width: 9.58em;
}

@media (max-width: 1199px) {
  .cp-item-widget .outer-jacket img {
    max-width: 70px;
    width: 5.83em;
  }
}

.cp-item-widget > .item-column {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.cp-item-widget > .item-column > .item-content {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.cp-item-widget > .item-column > .item-content .item-info {
  background: #fff;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 15px 15px 10px;
}

.cp-item-widget > .item-column > .item-content .item-info .jacket-cover-wrap {
  margin-right: 15px;
}

@media screen and (max-width: 320px) {
  .cp-item-widget > .item-column > .item-content .item-info .jacket-cover-wrap {
    display: inline-table;
  }
}

.cp-item-widget > .item-column > .item-content .item-info .cp-title {
  font-size: 1.43em;
  line-height: 1.35;
  margin: 0;
}

.cp-item-widget > .item-column > .item-content .item-info .cp-title .cp-subtitle {
  font-size: .8em;
  line-height: 1.37;
  margin: 0;
}

@media (max-width: 991px) {
  .cp-item-widget > .item-column > .item-content .item-info .cp-title {
    font-size: 1.29em;
    line-height: 1.33;
  }
  .cp-item-widget > .item-column > .item-content .item-info .cp-title .cp-subtitle {
    font-size: .778em;
    line-height: 1.357;
  }
}

.cp-item-widget > .item-column > .item-content .item-info .cp-rating {
  margin-top: 5px;
}

.cp-item-widget > .item-column > .item-content .item-info .add-to-shelf-wrap {
  flex: 0 0 33.3333333333%;
  margin-left: auto;
  padding: 0 0 0 20px;
  width: 33.3333333333%;
}

.cp-item-widget > .item-column > .item-content .item-info .add-to-shelf-wrap .icon-svg-shelf-item {
  height: 1.58em;
  width: 2.37em;
}

@media (max-width: 767px) {
  .cp-item-widget > .item-column > .item-content .item-info .add-to-shelf-wrap {
    flex: initial;
    padding: 0 0 0 15px;
    width: 3.715em;
  }
  .cp-item-widget > .item-column > .item-content .item-info .add-to-shelf-wrap .shelf-name-text {
    display: none;
  }
  .cp-item-widget > .item-column > .item-content .item-info .add-to-shelf-wrap .mobile-add-to-shelf-btn {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 2.86em;
  }
  .cp-item-widget > .item-column > .item-content .item-info .add-to-shelf-wrap .cp-dropdown-trigger {
    display: none;
  }
}

.cp-item-widget > .item-column > .item-content .item-info .cp-bib-series {
  display: block;
}

.cp-item-widget .info {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}

.cp-item-widget .info .cp-average-rating {
  margin-bottom: 10px;
}

.cp-item-widget .icon-svg-books {
  height: 1.58em;
  margin-right: 4px;
  position: relative;
  top: -2px;
  width: 1.6em;
}

.cp-borrowing-status-icon {
  display: inline-block;
}

.cp-borrowing-status-icon.with-background {
  background-color: #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}

.cp-borrowing-status-icon .status-name {
  margin-left: .5em;
}

.cp-checked-out-status-icon.out {
  color: #026802;
}

.cp-checked-out-status-icon.overdue {
  color: #942c16;
}

.cp-checked-out-status-icon.coming_due {
  color: #a03e02;
}

.cp-checked-out-status-icon.with-background.out {
  background-color: #e0efe0;
}

.cp-checked-out-status-icon.with-background.overdue {
  background-color: #f3e2db;
}

.cp-checked-out-status-icon.with-background.coming_due {
  background-color: #f4e4d0;
}

.cp-borrowing-status {
  padding-bottom: .85em;
  padding-top: .85em;
}

.cp-borrowing-status .cp-sidebar-compact-title,
.cp-borrowing-status .section-title {
  color: #3f4344;
  font-size: 1.143em;
}

.cp-borrowing-status .section-title {
  display: block;
  font-weight: 600;
  margin-right: 12px;
}

.cp-borrowing-status .section-title + .cp-sidebar-link {
  margin-top: .5em;
}

.cp-borrowing-status .section-title-no-children {
  padding: 10px 0;
}

.cp-borrowing-status.current {
  background-color: #f2f2f2;
}

.cp-sidebar-link {
  background-color: transparent;
  color: #3f4344;
  display: block;
  font-weight: 400;
  padding: .75em;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.cp-sidebar-link.selected {
  background-color: #fff;
  border-left: 3px solid #3f4344;
  border-left-color: #3f4344;
  font-weight: 700;
  padding-left: calc(.75em - 2px);
}

.cp-sidebar-link:hover, .cp-sidebar-link:focus {
  text-decoration: none;
}

.cp-sidebar-link:hover:not(.selected), .cp-sidebar-link:focus:not(.selected) {
  background-color: rgba(255, 255, 255, 0.6);
}

.cp-status-sidebar-link {
  display: flex;
  justify-content: space-between;
  padding-left: .85em;
}

.cp-status-sidebar-link .cp-borrowing-status-icon {
  width: 1.7em;
}

.cp-status-sidebar-link .contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cp-status-sidebar-link .status-wrapper {
  width: 100%;
}

.cp-status-sidebar-link .status-wrapper > span {
  vertical-align: middle;
}

.cp-status-sidebar-link .status-count {
  align-self: flex-start;
  display: block;
  margin-left: auto;
}

.cp-status-sidebar-link .extra-content {
  font-weight: normal;
}

.cp-checked-out-sidebar-link.out {
  color: #026802;
}

.cp-checked-out-sidebar-link.overdue {
  color: #942c16;
}

.cp-checked-out-sidebar-link.coming_due {
  color: #a03e02;
}

.cp-checked-out-sidebar-link:hover.out, .cp-checked-out-sidebar-link:focus.out, .cp-checked-out-sidebar-link.selected.out {
  border-left-color: #026802;
}

.cp-checked-out-sidebar-link:hover.overdue, .cp-checked-out-sidebar-link:focus.overdue, .cp-checked-out-sidebar-link.selected.overdue {
  border-left-color: #942c16;
}

.cp-checked-out-sidebar-link:hover.coming_due, .cp-checked-out-sidebar-link:focus.coming_due, .cp-checked-out-sidebar-link.selected.coming_due {
  border-left-color: #a03e02;
}

.cp-title-with-count {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cp-sidebar-compact-title.selected {
  font-weight: 600;
}

.cp-sidebar-compact-title.selected .icon-svg-angle-right {
  display: none;
}

.cp-sidebar-compact-title .count-wrapper {
  display: flex;
  justify-content: space-between;
}

.cp-sidebar-compact-title .icon-wrapper {
  align-items: center;
  display: flex;
  font-size: .6em;
  margin-left: .75em;
  width: 1em;
}

.cp-all-sidebar-link .all-icon {
  align-items: center;
  display: flex;
  width: 1.7em;
}

.cp-checked-out-status .checkedout-status {
  margin-top: 5px;
}

.cp-checked-out-status .checkedout-status > span {
  margin-right: .4em;
}

.cp-checked-out-status .checkedout-status > span.out {
  color: #026802;
}

.cp-checked-out-status .checkedout-status > span.overdue {
  color: #942c16;
}

.cp-checked-out-status .checkedout-status > span.coming_due {
  color: #a03e02;
}

.cp-checked-out-status .checkedout-status > span.out {
  background-color: #e0efe0;
}

.cp-checked-out-status .checkedout-status > span.overdue {
  background-color: #f3e2db;
}

.cp-checked-out-status .checkedout-status > span.coming_due {
  background-color: #f4e4d0;
}

.cp-checked-out-status .checkedout-status .checkedout-status-icon {
  display: inline-block;
}

.cp-checked-out-status .checkedout-status .checkedout-status-icon svg {
  margin-right: 4px;
}

.cp-checked-out-status .checkedout-status .checkedout-status-icon .cp-checked-out-status-icon {
  background-color: inherit;
}

.cp-checked-out-status .next-due {
  margin-left: 0;
}

.cp-hold-status-icon.not_available, .cp-hold-status-icon.not_yet_available {
  color: #3f4344;
}

.cp-hold-status-icon.suspended {
  color: #01526c;
}

.cp-hold-status-icon.in_transit {
  color: #a03e02;
}

.cp-hold-status-icon.ready, .cp-hold-status-icon.ready_soon, .cp-hold-status-icon.ready_for_pickup {
  color: #026802;
}

.cp-hold-status-icon.with-background.not_available, .cp-hold-status-icon.with-background.not_yet_available {
  background-color: #ccc;
}

.cp-hold-status-icon.with-background.suspended {
  background-color: #d9eaf1;
}

.cp-hold-status-icon.with-background.in_transit {
  background-color: #f4e4d0;
}

.cp-hold-status-icon.with-background.ready, .cp-hold-status-icon.with-background.ready_soon, .cp-hold-status-icon.with-background.ready_for_pickup {
  background-color: #e0efe0;
}

.cp-holds-sidebar-link.not_available, .cp-holds-sidebar-link.not_yet_available {
  color: #3f4344;
}

.cp-holds-sidebar-link.suspended {
  color: #01526c;
}

.cp-holds-sidebar-link.in_transit {
  color: #a03e02;
}

.cp-holds-sidebar-link.ready, .cp-holds-sidebar-link.ready_soon, .cp-holds-sidebar-link.ready_for_pickup {
  color: #026802;
}

.cp-holds-sidebar-link:hover.not_available, .cp-holds-sidebar-link:hover.not_yet_available, .cp-holds-sidebar-link:focus.not_available, .cp-holds-sidebar-link:focus.not_yet_available, .cp-holds-sidebar-link.selected.not_available, .cp-holds-sidebar-link.selected.not_yet_available {
  border-left-color: #3f4344;
}

.cp-holds-sidebar-link:hover.suspended, .cp-holds-sidebar-link:focus.suspended, .cp-holds-sidebar-link.selected.suspended {
  border-left-color: #01526c;
}

.cp-holds-sidebar-link:hover.in_transit, .cp-holds-sidebar-link:focus.in_transit, .cp-holds-sidebar-link.selected.in_transit {
  border-left-color: #a03e02;
}

.cp-holds-sidebar-link:hover.ready, .cp-holds-sidebar-link:hover.ready_soon, .cp-holds-sidebar-link:hover.ready_for_pickup, .cp-holds-sidebar-link:focus.ready, .cp-holds-sidebar-link:focus.ready_soon, .cp-holds-sidebar-link:focus.ready_for_pickup, .cp-holds-sidebar-link.selected.ready, .cp-holds-sidebar-link.selected.ready_soon, .cp-holds-sidebar-link.selected.ready_for_pickup {
  border-left-color: #026802;
}

.cp-holds-status .hold-status {
  color: #3f4344;
  margin-top: 5px;
}

.cp-holds-status .hold-status > span {
  margin-right: .4em;
}

.cp-holds-status .hold-status > span.not_available, .cp-holds-status .hold-status > span.not_yet_available {
  color: #3f4344;
}

.cp-holds-status .hold-status > span.suspended {
  color: #01526c;
}

.cp-holds-status .hold-status > span.in_transit {
  color: #a03e02;
}

.cp-holds-status .hold-status > span.ready, .cp-holds-status .hold-status > span.ready_soon, .cp-holds-status .hold-status > span.ready_for_pickup {
  color: #026802;
}

.cp-holds-status .hold-status > span.not_available, .cp-holds-status .hold-status > span.not_yet_available {
  background-color: #ccc;
}

.cp-holds-status .hold-status > span.suspended {
  background-color: #d9eaf1;
}

.cp-holds-status .hold-status > span.in_transit {
  background-color: #f4e4d0;
}

.cp-holds-status .hold-status > span.ready, .cp-holds-status .hold-status > span.ready_soon, .cp-holds-status .hold-status > span.ready_for_pickup {
  background-color: #e0efe0;
}

.cp-holds-status .hold-status .status-label {
  margin-right: 5px;
}

.cp-holds-status .hold-status .status-label .hold-status-icon {
  background: none;
}

.cp-holds-status .free-holds-remaining {
  padding: .85em 0 0;
}

.cp-holds-status .free-holds-remaining .free-holds-count {
  background: #fff;
  border-radius: .8em;
  color: #3f4344;
  font-size: .85em;
  padding: .2em .5em;
}

.cp-fines-status-icon {
  margin-right: 4px;
}

.fines-status {
  margin-top: 5px;
}

.fines-status .fines-status-accruing {
  background-color: #f3e2db;
  border-radius: 2px;
  color: #942c16;
  padding: 4px 8px;
}

.cp-single-click-holds-status-button {
  overflow: hidden;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}

.cp-single-click-holds-status-button .status {
  font-weight: bold;
  text-transform: uppercase;
}

.cp-panel {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}

.cp-branch-dropdown {
  margin-right: 21px;
}

.cp-branch-dropdown.is-loading {
  margin-right: 0;
}

.cp-branch-dropdown .cp-dropdown-trigger {
  max-width: 100%;
  white-space: normal;
}

.cp-branch-dropdown .cp-dropdown-trigger .btn-loading-content {
  width: calc(100% - 1.5em);
}

.cp-branch-dropdown .cp-dropdown-trigger .selected-value {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 1em);
}

.cp-branch-dropdown .cp-dropdown {
  width: 100%;
}

.cp-branch-dropdown .cp-dropdown .dropdown-menu {
  min-width: 18.28em;
}

.cp-branch-dropdown .cp-dropdown .cp-dropdown-trigger .selected-value {
  text-align: left;
}

.cp-single-click-holds-form {
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.cp-single-click-holds-form h3 {
  font-size: 1.15em;
  font-weight: bold;
}

.cp-single-click-holds-form .cp-help-link {
  position: absolute;
  right: .75em;
  top: .5em;
}

.cp-single-click-holds-form label {
  display: block;
  font-weight: normal;
}

.cp-single-click-holds-form .description {
  margin-top: 1em;
}

.cp-single-click-holds-form .cp-branch-dropdown .cp-dropdown {
  border: 1px solid #909696;
}

.cp-single-click-holds-form .cp-branch-dropdown .cp-dropdown-trigger .selected-wrapper {
  display: flex;
}

.cp-single-click-holds-panel {
  position: relative;
}

.cp-single-click-holds-panel .button-wrapper {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.cp-single-click-holds-panel .button-wrapper .cp-help-link {
  margin-right: 1em;
}

.cp-single-click-holds-panel button + button {
  margin-left: 1em;
}

.cp-single-click-holds-panel .current-branch {
  margin-left: 1em;
  margin-top: .75em;
}

.cp-single-click-holds-panel .current-branch .branch-name {
  font-weight: bold;
}

.cp-account-expiry-warning.list-group-item, .cp-account-expiry-warning.list-group-item:hover, .cp-account-expiry-warning.list-group-item:focus {
  background-color: #f4e4d0;
  color: #a03e02;
}

.cp-account-expiry-warning.list-group-item:hover, .cp-account-expiry-warning.list-group-item:focus {
  text-decoration: underline;
}

.cp-library-logo.logo-circled {
  border: 1px solid #dadada;
  border-radius: 50%;
}

.cp-library-logo.logo-circled.logo-small {
  height: 2em;
  width: 2em;
}

.cp-linkable-library {
  display: flex;
  justify-content: space-between;
}

.cp-linkable-library .library-info {
  margin-left: 1em;
  width: 100%;
}

.cp-linkable-library .library-name {
  font-weight: bold;
}

.cp-linkable-library .status {
  font-style: italic;
}

.cp-linkable-libraries-panel {
  background-color: #fff;
  padding: 1em;
}

.cp-linkable-libraries-panel h3 {
  color: #3f4344;
  font-size: 1.15em;
  font-weight: 600;
  margin-top: 0;
}

.cp-linkable-libraries-panel .libraries {
  margin: 0;
  padding: 0;
}

.cp-linkable-libraries-panel .libraries .cp-linkable-library {
  margin-top: 1.5em;
}

.cp-interlibrary-loans-sidebar-status .shipped {
  border-left-color: #47296d;
  color: #47296d;
}

.cp-interlibrary-loans-sidebar-status .inactive {
  border-left-color: #01526c;
  color: #01526c;
}

.cp-interlibrary-loans-sidebar-status .not_ready {
  border-left-color: #3f4344;
  color: #3f4344;
}

.cp-interlibrary-loans-sidebar-status .ready {
  border-left-color: #026802;
  color: #026802;
}

.cp-interlibrary-loans-sidebar-status .in_transit {
  border-left-color: #a03e02;
  color: #a03e02;
}

.cp-interlibrary-loans-sidebar-status .checked_out {
  border-left-color: #026802;
  color: #026802;
}

.cp-my-borrowing-sidebar {
  border-top: 6px solid #42474c;
  margin-top: 20px;
}

.cp-my-borrowing-sidebar .lib-at {
  font-size: .7em;
  margin-left: 35px;
  margin-top: 5px;
}

.cp-my-borrowing-sidebar .panel {
  border: 0;
}

.cp-my-borrowing-sidebar .panel-body {
  border: 0;
  margin-top: -1px;
  padding: 0;
}

.cp-my-borrowing-sidebar .panel-heading {
  background: #fff;
  border: 1px solid #dadada;
  border-bottom-width: 3px;
  padding: 10px 20px;
}

.cp-my-borrowing-sidebar .panel-heading h3 {
  color: #333;
  margin-left: -5px;
  margin-top: 10px;
}

.cp-my-borrowing-sidebar .hold-status,
.cp-my-borrowing-sidebar .checkedout-status,
.cp-my-borrowing-sidebar .fines-status {
  display: flex;
}

.cp-my-borrowing-sidebar .hold-status.small > span,
.cp-my-borrowing-sidebar .checkedout-status.small > span,
.cp-my-borrowing-sidebar .fines-status.small > span {
  border-radius: 2px;
  padding: 4px 8px;
}

.cp-my-borrowing-sidebar .hold-status .hold-status-icon,
.cp-my-borrowing-sidebar .hold-status .checkedout-status-icon,
.cp-my-borrowing-sidebar .checkedout-status .hold-status-icon,
.cp-my-borrowing-sidebar .checkedout-status .checkedout-status-icon,
.cp-my-borrowing-sidebar .fines-status .hold-status-icon,
.cp-my-borrowing-sidebar .fines-status .checkedout-status-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cp-my-borrowing-sidebar .hold-status .checkedout-status-icon,
.cp-my-borrowing-sidebar .hold-status .hold-status-icon,
.cp-my-borrowing-sidebar .checkedout-status .checkedout-status-icon,
.cp-my-borrowing-sidebar .checkedout-status .hold-status-icon,
.cp-my-borrowing-sidebar .fines-status .checkedout-status-icon,
.cp-my-borrowing-sidebar .fines-status .hold-status-icon {
  display: inline-block;
}

.cp-my-borrowing-sidebar .hold-status .checkedout-status-icon svg,
.cp-my-borrowing-sidebar .hold-status .hold-status-icon svg,
.cp-my-borrowing-sidebar .checkedout-status .checkedout-status-icon svg,
.cp-my-borrowing-sidebar .checkedout-status .hold-status-icon svg,
.cp-my-borrowing-sidebar .fines-status .checkedout-status-icon svg,
.cp-my-borrowing-sidebar .fines-status .hold-status-icon svg {
  margin-right: 4px;
}

.cp-my-borrowing-sidebar .list-group {
  margin-bottom: -1px;
  padding: 0;
}

.cp-my-borrowing-sidebar .my-borrowing-at {
  line-height: 1.4;
}

.cp-my-borrowing-sidebar .my-borrowing-at .icon-svg-card {
  margin-right: .75em;
}

.cp-my-borrowing-sidebar .my-borrowing-library-name {
  padding-top: 20px;
}

.cp-my-borrowing-sidebar .my-borrowing-library-name .dropdown-toggle {
  color: #666;
  padding-top: 10px;
}

@media screen and (max-width: 1199px) {
  .cp-my-borrowing-sidebar {
    margin-top: 0;
  }
}

.cp-my-borrowing-sidebar .cp-linkable-libraries-panel,
.cp-my-borrowing-sidebar .cp-single-click-holds-panel {
  margin-top: 1em;
}

.cp-my-borrowing-sidebar .close-drawer {
  text-align: right;
}

.cp-borrowing-sidebar-toggle-button .full-content svg {
  font-size: 1.429em;
  margin-right: .1em;
}

@media screen and (max-width: 1199px) {
  .cp-account-switcher {
    position: static;
  }
  .cp-account-switcher .trigger-text {
    display: none;
  }
  .cp-account-switcher .cp-dropdown-menu {
    left: auto;
    right: 0;
  }
}

.cp-account-switcher .cp-text-btn {
  text-decoration: none;
}

.cp-account-switcher .cp-text-btn svg {
  margin-left: .5em;
}

.cp-account-switcher .cp-text-btn .trigger-text {
  text-decoration: underline;
}

.cp-account-switcher .cp-text-btn:focus .trigger-text, .cp-account-switcher .cp-text-btn:hover .trigger-text {
  text-decoration: none;
}

.cp-account-switcher .library-logos {
  display: inline-block;
  margin-left: .25em;
}

.cp-account-switcher .library-logos .cp-library-logo + .cp-library-logo {
  margin-left: -.75em;
}

.cp-account-switcher .library-link .cp-library-logo {
  margin-right: .5em;
}

.cp-borrowing-layout .cp-borrowing-sidebar-toggle-button > div {
  display: inline-block;
}

.cp-borrowing-layout .top-accout-swticher .cp-account-switcher {
  float: right;
}

@media screen and (min-width: 1200px) {
  .cp-borrowing-layout .top-accout-swticher .cp-account-switcher {
    display: none;
  }
}

.cp-borrowing-layout .cp-borrowing-opt-in {
  margin-bottom: 1em;
}

.cp-borrowing-layout .cp-borrowing-opt-in .cp-opt-in-banner {
  margin-left: 0;
  margin-right: 0;
}

.cp-borrowing-utility-bar-title h2 {
  display: inline-block;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0;
  margin-right: .5em;
}

.cp-borrowing-utility-bar-title .status-icon-wrapper {
  display: inline-block;
  font-size: 1.143em;
  font-weight: 700;
  height: 1.64em;
  margin-right: .71em;
  width: 3.57em;
}

.cp-borrowing-utility-bar-title .status-icon-wrapper > div {
  height: 100%;
  width: 100%;
}

.cp-material-type-dropdown {
  display: inline-block;
  margin-right: 20px;
}

.cp-material-type-dropdown .cp-dropdown .cp-dropdown-trigger {
  color: #666;
  padding-left: 0;
  padding-right: 0;
  vertical-align: baseline;
}

.cp-material-type-dropdown label {
  color: #666;
  font-weight: normal;
}

.cp-borrowing-utility-bar {
  padding: .5em 1em;
}

.cp-borrowing-utility-bar .cp-deprecated-pagination {
  display: inline-block;
}

.cp-borrowing-utility-bar .cp-deprecated-pagination + .cp-print-button {
  margin-left: 1em;
}

.cp-borrowing-utility-bar .top-row {
  padding: .75em 0;
}

@media screen and (max-width: 991px) {
  .cp-borrowing-utility-bar .top-row {
    padding: .65em 0;
  }
}

.cp-borrowing-utility-bar .sort-row .cp-sort-dropdown .cp-dropdown-trigger {
  padding-left: 0;
}

.cp-borrowing-utility-bar .bottom-row {
  align-items: baseline;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: .5em -1em 0;
  padding: .5em 1em 0 0;
}

.cp-borrowing-utility-bar .bottom-row .cp-sort-dropdown {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .cp-borrowing-utility-bar .bottom-row {
    align-items: unset;
    justify-content: flex-end;
  }
  .cp-borrowing-utility-bar .bottom-row .cp-sort-dropdown,
  .cp-borrowing-utility-bar .bottom-row .cp-print-button {
    display: none;
  }
  .cp-borrowing-utility-bar .bottom-row .cp-view-selector {
    left: 25px;
    position: absolute;
  }
}

.cp-material-type-link {
  padding: .4em .8em;
}

.cp-material-type-link.active {
  background-color: #efefef;
  border-radius: 3px;
  color: #333;
  font-weight: 600;
  pointer-events: none;
}

.cp-material-type-filter-links {
  display: inline-block;
}

.cp-material-type-filter-links .item-count {
  font-size: 1.143em;
  font-weight: bold;
  padding-right: .5em;
}

.cp-material-type-filter-links .material-type-divder {
  color: #ccc;
  font-weight: 400;
  padding: 0 .25em;
}

.cp-borrowing-quota {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}

.cp-borrowing-quotas {
  max-width: 100%;
  padding: .85em 0 1.143em;
  width: 18em;
}

.cp-borrowing-quotas .remaining {
  background: #e5e5e5;
  border-radius: .8em;
  font-size: .85em;
  padding: .2em .5em;
}

.cp-borrowing-quotas h2 {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.143em;
  margin-top: 0;
}

.cp-checked-out-utility-bar .cp-checked-out-quotas-pop-over {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .cp-checked-out-utility-bar .cp-checked-out-quotas-pop-over,
  .cp-checked-out-utility-bar .cp-material-type-filter-links {
    display: none;
  }
}

.cp-checked-out-utility-bar .cp-borrowing-utility-bar-title.out {
  color: #026802;
}

.cp-checked-out-utility-bar .cp-borrowing-utility-bar-title.overdue {
  color: #942c16;
}

.cp-checked-out-utility-bar .cp-borrowing-utility-bar-title.coming_due {
  color: #a03e02;
}

.cp-checked-out-utility-bar .cp-borrowing-utility-bar-title + .cp-material-type-filter-links {
  margin-left: 1em;
}

.cp-due-date-notice {
  margin-bottom: .5em;
}

.cp-due-date-notice.out {
  color: #026802;
}

.cp-due-date-notice.overdue {
  color: #942c16;
}

.cp-due-date-notice.coming_due {
  color: #a03e02;
}

.cp-due-date-notice .due-date-notice {
  font-weight: bold;
}

.cp-checked-out-secondary-info .cp-checkout-fine-amount,
.cp-checked-out-secondary-info .cp-renew-count,
.cp-checked-out-secondary-info .cp-held-copies-count {
  margin-top: .5em;
}

.cp-checked-out-secondary-info .cp-held-copies-count {
  font-weight: 700;
}

.cp-checked-out-secondary-info .cp-checked-out-status-icon {
  margin-right: .5em;
  padding: .15em .6em;
}

.cp-checked-out-secondary-info .checkout-status > * {
  display: inline-block;
}

.cp-checked-out-additional-brief-info {
  margin-top: 5px;
}

.cp-checked-out-additional-brief-info .cp-volume-field,
.cp-checked-out-additional-brief-info .cp-copy-field {
  line-height: 1.6;
}

.cp-checked-out-additional-brief-info .cp-volume-field .field-name,
.cp-checked-out-additional-brief-info .cp-copy-field .field-name {
  color: #3f4344;
  font-weight: bold;
}

.cp-checked-out-additional-brief-info .cp-volume-field + .format-field,
.cp-checked-out-additional-brief-info .cp-copy-field + .format-field {
  margin-top: 5px;
}

.cp-checked-out-additional-brief-info .cp-digital-item-info .cp-item-field,
.cp-checked-out-additional-brief-info .call-number-and-barcode .cp-item-field {
  margin-bottom: .1em;
}

.cp-checked-out-additional-brief-info .cp-digital-item-info .field-name,
.cp-checked-out-additional-brief-info .call-number-and-barcode .field-name {
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .cp-checked-out-additional-brief-info {
    min-width: 200px;
  }
}

.cp-checked-out-additional-brief-info .post-success-rating {
  font-weight: bold;
  margin: 5px 0;
}

.cp-checked-out-additional-brief-info .post-success-rating .cp-rating {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .cp-checked-out-additional-brief-info .post-success-rating .cp-rating {
    display: block;
    margin-left: 0;
  }
}

.cp-renew-button svg {
  margin-right: .5em;
}

.heading-giant {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2rem;
  }
}

.heading-large {
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.625rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.313rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.25rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 0.875rem;
  font-weight: bold;
}

.cp-checked-out-item {
  border-left: 2px solid transparent;
}

.cp-checked-out-item .shelf-button {
  margin-bottom: 1em;
  margin-top: 1em;
  min-width: 13em;
}

.cp-checked-out-item .icon-svg-shelf-item {
  height: 1.58em;
  width: 2.37em;
}

.cp-checked-out-item.overdue {
  border-left-color: #942c16;
}

.cp-checked-out-item.coming_due {
  border-left-color: #a03e02;
}

.cp-checked-out-item.out {
  border-left-color: #026802;
}

.cp-checked-out-item .checkedout-status {
  margin-bottom: .5em;
}

.cp-checked-out-item .post-success-rating {
  font-weight: bold;
}

.cp-checked-out-item .post-success-rating .cp-rating {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .cp-checked-out-item .post-success-rating .cp-rating {
    display: block;
    margin-left: 0;
  }
}

.cp-deprecated-badge {
  border-radius: .25em;
  display: inline;
  line-height: 1;
  padding: .2em .6em .3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.cp-compact-status *.out {
  color: #026802;
}

.cp-compact-status *.overdue {
  color: #942c16;
}

.cp-compact-status *.coming_due {
  color: #a03e02;
}

.cp-compact-status *.out {
  background-color: #e0efe0;
}

.cp-compact-status *.overdue {
  background-color: #f3e2db;
}

.cp-compact-status *.coming_due {
  background-color: #f4e4d0;
}

.cp-compact-status .shipped {
  background-color: #ece8f2;
  color: #47296d;
}

.cp-compact-status .inactive,
.cp-compact-status .suspended {
  background-color: #d9eaf1;
  color: #01526c;
}

.cp-compact-status .not_ready,
.cp-compact-status .not_yet_available,
.cp-compact-status .not_available {
  background-color: #e5e5e5;
  color: #3f4344;
}

.cp-compact-status .ready,
.cp-compact-status .ready_soon,
.cp-compact-status .ready_for_pickup {
  background-color: #e0efe0;
  color: #026802;
}

.cp-compact-status .in_transit {
  background-color: #f4e4d0;
  color: #a03e02;
}

.cp-compact-status .checked_out {
  background-color: #e0efe0;
  color: #026802;
}

@media screen and (max-width: 767px) {
  .cp-compact-status {
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
    padding: 0 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .cp-compact-status {
    margin-top: 6px;
  }
}

.cp-compact-actions-menu {
  position: absolute;
  right: .15em;
  top: .2em;
}

.cp-compact-actions-menu .icon-svg-ellipsis,
.cp-compact-actions-menu .cp-text-btn .icon-svg-ellipsis {
  color: #3f4344;
}

.cp-compact-actions-menu .icon-svg-spinner,
.cp-compact-actions-menu .cp-text-btn .icon-svg-spinner {
  color: #000;
}

.cp-compact-actions-menu svg,
.cp-compact-actions-menu .cp-text-btn svg {
  font-size: 1.143em;
}

.cp-compact-actions-menu:focus .icon-svg-ellipsis, .cp-compact-actions-menu:hover .icon-svg-ellipsis,
.cp-compact-actions-menu .cp-text-btn:focus .icon-svg-ellipsis,
.cp-compact-actions-menu .cp-text-btn:hover .icon-svg-ellipsis {
  color: #000;
}

.cp-compact-actions-menu .dropdown-menu {
  left: auto;
  left: initial;
  min-width: 16em;
  right: 0;
}

.cp-compact-list-item {
  background: #fff;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 15px 16px;
}

.cp-compact-list-item:hover, .cp-compact-list-item:focus {
  position: relative;
}

.cp-compact-list-item .item-row {
  margin-right: 1.25em;
}

@media screen and (min-width: 768px) {
  .cp-compact-list-item .item-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .cp-compact-list-item .item-column {
    display: flex;
    flex-direction: column;
    margin-right: 2em;
  }
  .cp-compact-list-item .item-column:nth-child(1) {
    width: 40%;
  }
  .cp-compact-list-item .item-column:nth-child(2) {
    width: 20%;
  }
  .cp-compact-list-item .item-column:nth-child(3) {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .cp-compact-list-item .item-column {
    margin-bottom: 4px;
    padding: 0 0 5px;
  }
}

@media screen and (min-width: 992px) {
  .cp-compact-list-item .item-column:nth-child(1) {
    width: 50%;
  }
}

.cp-compact-info-field .cp-format-indicator {
  display: block;
  padding-top: 3px;
}

.cp-compact-move-to-shelf-link .already-on-shelf {
  align-items: center;
  cursor: default;
  display: flex;
  padding: 3px 20px;
}

.cp-compact-move-to-shelf-link .already-on-shelf svg {
  font-size: 1em;
  margin-right: .5em;
}

.cp-compact-move-to-shelf-link a {
  padding-left: 1.5em;
}

.heading-giant {
  color: #000;
  font-size: 2.857rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2.286rem;
  }
}

.heading-large {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.857rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.429rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.286rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1.143rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.cp-compact-checked-out-item .cp-item-field .field-name {
  font-weight: bold;
}

.cp-compact-checked-out-item .cp-due-date-notice,
.cp-compact-checked-out-item .cp-compact-status {
  font-size: .857em;
  font-weight: 600;
}

.cp-compact-checked-out-item .cp-due-date-notice {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 8px;
}

.cp-compact-checked-out-item .details-column > * + * {
  margin-top: 8px;
}

.cp-compact-checked-out-item .additional-bib-fields {
  margin-top: 2px;
}

.cp-compact-checked-out-item .additional-bib-fields .cp-item-field {
  font-size: .857em;
}

.cp-compact-checked-out-item .additional-bib-fields > * {
  margin-bottom: 3px;
}

.cp-compact-checked-out-item .post-success-rating {
  align-items: flex-start;
  display: flex;
}

.cp-compact-checked-out-item .post-success-rating .info-title {
  color: #666;
  font-size: 0.857rem;
}

.cp-compact-checked-out-item .post-success-rating .cp-rating {
  margin-left: 5px;
}

.cp-compact-checked-out-item .cp-held-copies-count {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cp-compact-checked-out-item .cp-due-date-notice {
    display: block;
  }
  .cp-compact-checked-out-item .cp-compact-item-info {
    margin-bottom: 5px;
  }
}

.cp-compact-list {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-bottom: 12px;
  margin-top: 12px;
}

.cp-compact-list .cp-batch-actions-list-item .cp-inline-overlay {
  margin-left: 1em;
}

.heading-giant {
  color: #000;
  font-size: 2.857rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2.286rem;
  }
}

.heading-large {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.857rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.429rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.286rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1.143rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.cp-quick-renewal .quick-renewal-dropdown {
  padding-right: 0;
  padding-top: 4px;
  text-decoration: none;
}

.cp-quick-renewal .quick-renewal-dropdown:hover, .cp-quick-renewal .quick-renewal-dropdown:focus {
  color: #3f4344;
  text-decoration: none;
}

.cp-quick-renewal .cp-dropdown-menu {
  min-width: 16.5em;
}

.cp-quick-renewal .icon-svg-renew {
  margin: auto;
  margin-right: 3px;
}

.cp-quick-renewal .renewal-link-comingdue {
  text-align: left;
}

.cp-quick-renewal .digital-item-warning {
  color: #666;
  display: block;
  font-size: 0.857rem;
}

.heading-giant {
  color: #000;
  font-size: 2.857rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2.286rem;
  }
}

.heading-large {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.857rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.429rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.286rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1.143rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.cp-checked-out-list .renew-batch-action-button {
  display: inline-block;
  margin-right: 0.857rem;
  max-width: 100%;
}

.cp-checked-out-list .renew-batch-action-menu-item {
  display: none;
}

.cp-checked-out-list .renew-batch-action-menu-item + .divider {
  display: none;
}

@media screen and (max-width: 768px) {
  .cp-checked-out-list .renew-batch-action-menu-item {
    display: inherit;
  }
  .cp-checked-out-list .renew-batch-action-menu-item + .divider {
    display: inherit;
  }
  .cp-checked-out-list .renew-batch-action-button {
    display: none;
  }
}

.cp-batch-action-button svg {
  margin-right: .5em;
}

.cp-batch-add-to-shelf-button {
  display: inline-block;
}

.cp-batch-add-to-shelf-button .cp-add-to-shelf-combo-button {
  display: inline-block;
}

.cp-checked-out-batch-actions > * + * {
  margin-left: 1em;
}

.cp-borrowing-empty-content-panel .staff-picks-link,
.cp-borrowing-empty-content-panel .help-link {
  margin-top: .5em;
}

.cp-checked-out-empty-content-panel .icon-wrapper {
  color: #ccc;
}

.cp-borrowing-title {
  display: inline-block;
  padding-left: 15px;
}

.cp-borrowing-title .page-heading {
  color: #3f4344;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.cp-borrowing-title .tagline {
  color: #757575;
  display: none;
  margin-top: -15px;
}

@media screen and (max-width: 1199px) {
  .cp-borrowing-title .page-heading {
    padding-top: 8px;
  }
}

.cp-borrowing-header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
  margin-top: 1.42em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .cp-borrowing-header {
    display: block;
  }
}

.cp-borrowing-header .cp-borrowing-title {
  margin-right: .5em;
  padding-left: 0;
}

.cp-borrowing-header .cp-borrowing-title h1 {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
}

.cp-borrowing-header .right-controls {
  align-items: baseline;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .cp-borrowing-header .right-controls {
    padding-bottom: .8em;
    padding-top: .3em;
  }
  .cp-borrowing-header .right-controls .cp-account-switcher {
    display: none;
  }
}

.cp-borrowing-header .cp-help-link + .cp-account-switcher {
  margin-left: .75em;
}

.cp-checked-out .bottom-controls {
  border: 1px solid #ccc;
  margin: .5em 0;
  padding: .5em 1em;
}

.updated-fines-page {
  display: inline-block;
  margin-left: 10px;
}

.updated-fines-page a {
  color: #666;
}

.cp-fines-total-badge {
  font-weight: bold;
}

.cp-fines-total-badge.due {
  background-color: #b03d25;
  color: #fff;
}

.cp-fines-total-badge.due.is-zero {
  background-color: #008000;
}

.cp-fines-total-badge.credit {
  background-color: #e0efe0;
  color: #026802;
}

.cp-fines-total-badge.accruing {
  background-color: #f4e4d0;
  color: #a03e02;
}

.cp-fines-utility-bar .cp-deprecated-pagination {
  margin-left: 1em;
}

.cp-fines-utility-bar .utility-context-info .cp-fines-total-badge + .cp-fines-total-badge {
  margin-left: .5em;
}

.cp-fine-status-badge.paid {
  background-color: #008000;
  color: #fff;
}

.cp-fine-status-badge.credit {
  background-color: #e0efe0;
  color: #026802;
}

.cp-fine-status-badge.accruing {
  background-color: #f4e4d0;
  color: #a03e02;
}

.cp-fine-date-fields {
  color: #666;
  font-size: .857em;
}

.cp-paypal-button {
  width: 100%;
}

.cp-paypal-button .paypal-description {
  margin: 20px 0;
  text-align: center;
}

.cp-paypal-button .error-message {
  color: #a82009;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

.cp-paypal-modal {
  color: #666;
}

.cp-paypal-modal .fines-amount {
  font-size: 2rem;
  text-align: center;
}

.cp-fines .pay-all {
  margin-left: .3em;
}

.cp-fines .cp-fines-control .cp-fines-buttons {
  width: 100%;
}

.cp-fines .cp-fines-control .cp-fines-buttons [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.cp-fines .cp-fines-control .cp-fines-buttons .cp-primary-btn {
  float: right;
}

@media (max-width: 767px) {
  .cp-fines .cp-fines-control .cp-fines-buttons .cp-primary-btn {
    float: left;
    margin-left: 0;
    margin-right: .3em;
    margin-top: .6em;
  }
}

.cp-fines .cp-batch-action-controls,
.cp-fines .cp-fines-control {
  background: #f2f2f2;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px;
  display: flex;
  padding: 15px;
  padding-top: 20px;
}

.cp-fines .bottom-controls {
  border: 1px solid #ccc;
  margin: .5em 0;
  padding: .5em 1em;
}

.cp-fines .cp-fines-table {
  background: #f2f2f2;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 0 15px 20px;
}

.cp-fines .cp-fines-table.without-payment {
  border-top: 1px solid #ccc;
}

.cp-fines .cp-fines-table .fines-table {
  margin-bottom: 0;
  width: 100%;
}

.cp-fines .cp-fines-table .fines-table tbody {
  background: #fff;
  border: 1px solid #ccc;
}

@media (min-width: 767px) {
  .cp-fines .cp-fines-table .fines-table .date {
    min-width: 100px;
  }
}

.cp-fines .empty-fines {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-bottom: 0;
  box-shadow: 0 5px 5px #dadada;
  display: flex;
  padding: 15px;
  padding-top: 20px;
}

.cp-fines .fines-table .selected-row {
  background: #f8f8f8;
}

.cp-fines .fine-amount-and-status .cp-dollar-amount {
  display: block;
}

.cp-fines .fine-amount-and-status .fine-status {
  font-size: .855em;
  margin-top: .5em;
}

.cp-fines .cp-fine-date-fields {
  margin-top: .5em;
}

.cp-review-button, .cp-review-button.btn.btn-default:not(.btn-flat) {
  padding: 1.3em 1.3em 1.5em;
}

.cp-review-button .title {
  color: #666;
  float: left;
  font-size: 1.143em;
}

.cp-review-button .action {
  float: right;
}

.cp-review-button .icon-svg-angle-right {
  color: #666;
  font-size: 1.143em;
}

.cp-inactive-hold-item .actions > * {
  margin-bottom: 1em;
}

.cp-inactive-hold-item .bib-format-details {
  margin-top: 5px;
}

.cp-inactive-holds-list .cp-item-list {
  background-color: inherit;
  border: 0;
}

.cp-inactive-holds-list .count-and-pagination-row {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.cp-inactive-holds-list .cp-deprecated-pagination.top-pagination {
  text-align: right;
}

.cp-inactive-holds-list .placeholder-wrapper {
  margin: 1em 0;
}

.cp-holds-to-review {
  margin-top: 2em;
}

.cp-holds-to-review .buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.cp-holds-to-review .buttons > * {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .cp-holds-to-review .buttons {
    display: block;
  }
  .cp-holds-to-review .buttons > * {
    margin-bottom: 1em;
    width: 100%;
  }
}

.cp-holds-to-review .holds-to-review-heading {
  color: #3f4344;
  margin-bottom: .85em;
}

.cp-holds-to-review .holds-expired-icon,
.cp-holds-to-review .holds-cancelled-icon {
  color: #666;
  font-size: 1.143em;
  margin: 0 .5em .1em 0;
}

.inactive-item-date {
  margin-bottom: 1em;
}

.cp-holds-additional-brief-info {
  margin-top: 5px;
}

.cp-holds-additional-brief-info .cp-item-details-field,
.cp-holds-additional-brief-info .cp-volume-field,
.cp-holds-additional-brief-info .cp-copy-field {
  line-height: 1.6;
}

.cp-holds-additional-brief-info .cp-item-details-field .field-name,
.cp-holds-additional-brief-info .cp-volume-field .field-name,
.cp-holds-additional-brief-info .cp-copy-field .field-name {
  color: #3f4344;
  font-weight: bold;
}

.cp-holds-additional-brief-info .cp-item-details-field + .cp-item-format,
.cp-holds-additional-brief-info .cp-volume-field + .cp-item-format,
.cp-holds-additional-brief-info .cp-copy-field + .cp-item-format {
  margin-top: 5px;
}

.holds-pickup-branch-select {
  max-width: 100%;
  position: relative;
  width: 16em;
}

.holds-pickup-branch-select .cp-item-field .field-name {
  display: inline-block;
}

.holds-pickup-branch-select .cp-item-field .field-value {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 10em;
}

.holds-pickup-branch-select .cp-branch-dropdown {
  display: inline-block;
}

.holds-pickup-branch-select .cp-branch-dropdown .cp-dropdown-trigger {
  padding: 0;
  vertical-align: baseline;
}

.holds-pickup-branch-select .cp-branch-dropdown .cp-dropdown {
  position: static;
}

.holds-pickup-branch-select .branch-name {
  display: inline-block;
}

.cp-holds-expiry-date .cp-holds-expiry-button {
  padding: 0;
  padding-left: .2em;
  vertical-align: baseline;
}

.cp-holds-expiry-date .cp-holds-expiry-button svg {
  margin-right: .4em;
  vertical-align: sub;
}

.cp-holds-pause-date-link .holds-pause-date-link-button {
  margin-bottom: .2em;
  padding: 0;
  padding-left: .2em;
}

.cp-holds-pause-date-link .holds-pause-date-link-button svg {
  margin-right: .4em;
}

.cp-hold-pause-date .cp-holds-pause-date-link {
  display: inline-block;
  height: 1em;
}

.cp-hold-pause-date .holds-pause-date-link-button {
  margin: 0;
  vertical-align: baseline;
}

.cp-hold-pause-date .holds-pause-date-link-button svg {
  vertical-align: sub;
}

.cp-holds-secondary-info > * {
  margin-bottom: .5rem;
}

.cp-holds-secondary-info .holds-pickup-branch {
  margin-bottom: calc(.5em - 3px);
}

.cp-holds-secondary-info .cp-hold-expiry-date {
  margin-bottom: .5em;
}

.cp-holds-secondary-info .holds-status {
  margin-bottom: .5em;
}

.cp-holds-secondary-info .cp-hold-status-icon {
  margin-right: .75em;
  padding: .15em .6em;
}

.cp-holds-secondary-info .holds-pickup-dropdown {
  display: inline-block;
  width: 100%;
}

.cp-holds-secondary-info .cp-holds-expiry-date,
.cp-holds-secondary-info .cp-holds-pause-date-link {
  display: inline-block;
}

.heading-giant {
  color: #000;
  font-size: 2.857rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-giant {
    font-size: 2.286rem;
  }
}

.heading-large {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.857rem;
  }
}

.heading-moderate {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-moderate {
    font-size: 1.429rem;
  }
}

.heading-medium {
  color: #000;
  font-size: 1.286rem;
  font-weight: bold;
}

.heading-modest {
  color: #3f4344;
  font-size: 1.143rem;
  font-weight: bold;
}

.heading-small {
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.cp-hold-item {
  border-left: 2px solid transparent;
}

.cp-hold-item.not_available, .cp-hold-item.not_yet_available {
  border-left-color: #3f4344;
}

.cp-hold-item.suspended {
  border-left-color: #01526c;
}

.cp-hold-item.in_transit {
  border-left-color: #a03e02;
}

.cp-hold-item.ready, .cp-hold-item.ready_soon, .cp-hold-item.ready_for_pickup {
  border-left-color: #026802;
}

.cp-hold-item .actions .cp-cancel-hold-button,
.cp-hold-item .actions .holds-shelf-button,
.cp-hold-item .actions .cp-pause-hold-button,
.cp-hold-item .actions .cp-edit-hold-button,
.cp-hold-item .actions .cp-resume-hold-button,
.cp-hold-item .actions .holds-shelf-button,
.cp-hold-item .actions .cannot-modify-message {
  display: block;
  margin-top: 1rem;
  width: 100%;
}

.cp-hold-item .cannot-modify-message {
  font-size: .85rem;
  line-height: 1.5;
}

.cp-hold-item .secondary-checkout-info {
  align-items: baseline;
  display: flex;
  margin-top: 11px;
}

.cp-hold-item .secondary-checkout-info .auto-checkout {
  font-size: 0.857rem;
  font-weight: 600;
}

.cp-hold-item .secondary-checkout-info .auto-checkout-bullet {
  font-weight: 400;
  margin: 0 5px;
}

.cp-hold-item .secondary-checkout-info .cp-holds-placed-date {
  color: #666;
  font-size: 0.857rem;
}

.cp-compact-hold-item .cp-item-field .field-name {
  font-weight: bold;
}

.cp-compact-hold-item .cp-item-field,
.cp-compact-hold-item .holds-status {
  font-size: .857em;
}

.cp-compact-hold-item .cp-compact-status {
  font-weight: 600;
}

.cp-compact-hold-item .cp-hold-item {
  border-left: 0;
}

.cp-compact-hold-item .cp-hold-position {
  display: block;
  margin-top: 8px;
}

.cp-compact-hold-item .cp-holds-expiry-date {
  display: inline-block;
}

.cp-compact-hold-item .holds-details-column > * + * {
  margin-top: 5px;
}

.cp-compact-hold-item .additional-bib-fields > * {
  margin-bottom: 3px;
}

.cp-compact-hold-item .hold-availability {
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .cp-compact-hold-item .cp-holds-expiry-date,
  .cp-compact-hold-item .holds-pickup-branch-select,
  .cp-compact-hold-item .cp-holds-pause-date-link {
    display: inline-block;
  }
  .cp-compact-hold-item .holds-pickup-branch-select {
    width: 100%;
  }
  .cp-compact-hold-item .cp-hold-position {
    display: inline-block;
  }
}

.cp-borrowing-batch-actions-overlay {
  color: #3f4344;
}

.cp-borrowing-batch-actions-overlay .overlay-header {
  font-size: 1.71rem;
}

.cp-borrowing-batch-actions-overlay .overlay-content {
  padding: .714em 0 2.857em;
}

.cp-edit-hold-date-batch-actions-overlay .until-date {
  margin-left: 5px;
}

.cp-edit-hold-date-batch-actions-overlay .cp-accessible-date-picker {
  margin-top: 6px;
  position: absolute;
  z-index: 10;
}

.cp-edit-hold-date-batch-actions-overlay .icon-svg-calendar-empty {
  margin-right: 5px;
}

.cp-edit-hold-date-batch-actions-overlay .edit-holds-select-dates-button {
  border-radius: 0;
  margin-bottom: 10px;
}

.cp-edit-hold-date-batch-actions-overlay .edit-hold-until-date {
  padding-top: 5px 10px;
}

.cp-pause-hold-date-batch-actions-overlay .cp-accessible-date-picker {
  display: flex;
  margin-top: 6px;
  position: absolute;
  z-index: 10;
}

.cp-pause-hold-date-batch-actions-overlay .cp-holds-pause-date-select {
  display: flex;
  flex: 1 1 auto;
}

.cp-pause-hold-date-batch-actions-overlay .cp-holds-pause-date-select .suspend-start-date-field,
.cp-pause-hold-date-batch-actions-overlay .cp-holds-pause-date-select .suspend-end-date-field {
  min-width: 9.286em;
}

.cp-pause-hold-date-batch-actions-overlay .cp-holds-pause-date-select .start-date,
.cp-pause-hold-date-batch-actions-overlay .cp-holds-pause-date-select .end-date {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .cp-pause-hold-date-batch-actions-overlay .cp-accessible-date-picker {
    position: relative;
  }
  .cp-pause-hold-date-batch-actions-overlay .cp-holds-pause-date-select {
    display: inline-block;
  }
}

.cp-holds-utility-bar .cp-holds-quotas-pop-over {
  margin-left: 1em;
}

.cp-holds-utility-bar .cp-borrowing-utility-bar-title.not_available, .cp-holds-utility-bar .cp-borrowing-utility-bar-title.not_yet_available {
  color: #3f4344;
}

.cp-holds-utility-bar .cp-borrowing-utility-bar-title.suspended {
  color: #01526c;
}

.cp-holds-utility-bar .cp-borrowing-utility-bar-title.in_transit {
  color: #a03e02;
}

.cp-holds-utility-bar .cp-borrowing-utility-bar-title.ready, .cp-holds-utility-bar .cp-borrowing-utility-bar-title.ready_soon, .cp-holds-utility-bar .cp-borrowing-utility-bar-title.ready_for_pickup {
  color: #026802;
}

.cp-holds-utility-bar .cp-borrowing-utility-bar-title + .cp-material-type-filter-links {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .cp-holds-utility-bar .cp-holds-quotas-pop-over,
  .cp-holds-utility-bar .cp-material-type-filter-links {
    display: none;
  }
}

.cp-empty-content-panel .icon-wrapper {
  color: #ccc;
}

.cp-holds .bottom-controls {
  border: 1px solid #ccc;
  margin: .5em 0;
  padding: .5em 1em;
}

.empty-messages {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: 0;
  box-shadow: 0 5px 5px #dadada;
  display: flex;
  padding: 15px;
  padding-top: 20px;
}

.message-subtitle {
  display: block;
}

.cp-interlibraryloan-item .cp-compact-info-field
.item-pick-by,
.cp-interlibraryloan-item .item-pick-up-at {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .cp-interlibraryloan-item .cp-compact-status {
    font-weight: 600;
  }
  .cp-interlibraryloan-item .item-status {
    font-size: .857em;
    margin-left: 19px;
  }
  .cp-interlibraryloan-item .item-info {
    margin-left: 12px;
  }
}

.cp-interlibraryloans-list .interlibrary-loans-help {
  padding: 20px 0 10px;
}

.cp-interlibraryloans-list .cp-compact-list {
  background: #fff;
}

.cp-interlibraryloans-list .cp-compact-list-item {
  border-bottom: 1px solid #ccc;
}

.cp-interlibraryloans .interlibrary-loans-paging {
  border: thin solid #ccc;
  margin: 15px 0;
  padding: 8px 15px;
}

.cp-recently-returned-utility-bar .item-count-label {
  color: #3f4344;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 600;
  padding: 6px 0;
}

.borrowing-content .title-block {
  margin-bottom: 5px;
  max-width: 440px;
}

.borrowing-content .title-block h2 {
  color: #555;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}

.borrowing-content .title-block p {
  color: #999;
  font-size: 1em;
  line-height: 1.3;
}

.borrowing-content .enable-borrowing-block {
  padding: .85em;
}

.recently-returned-grid-view {
  background-color: #f1f1f1;
  border: thin solid #dadada;
  padding-bottom: 20px;
}

.recently-returned-grid-view .cp-item-list {
  border: 0;
  padding: 0 15px;
}

.recently-returned-grid-view p {
  margin: 0;
}

.recently-returned-grid-view .recently-returned-bibs {
  padding-bottom: 20px;
  padding-top: 20px;
}

.recently-returned-grid-view .recently-returned-bibs .recently-returned-bib {
  border: 5px solid #fff;
  box-shadow: 0 1px 5px #ccc;
  display: inline-block;
  margin: 5px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}

.recently-returned-grid-view .recently-returned-bibs .recently-returned-bib .cp-jacket-cover {
  box-shadow: none;
  height: 12em;
}

.recently-returned-grid-view .recently-returned-bibs .recently-returned-bib .hover-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: .5s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.recently-returned-grid-view .recently-returned-bibs .recently-returned-bib .hover-overlay-inner {
  display: block;
  padding: 8px;
}

.recently-returned-grid-view .recently-returned-bibs .recently-returned-bib:hover {
  cursor: pointer;
}

.recently-returned-grid-view .recently-returned-bibs .recently-returned-bib:hover .hover-overlay {
  background: #f2f2f2;
  color: #000;
  opacity: .9;
  visibility: visible;
}

.recently-returned-grid-view .add-to-shelf-btn {
  margin-bottom: 10px;
  margin-top: 20px;
}

.switch-views .history-link {
  float: right;
}

.cp-recently-returned-item .returned-checkout-date {
  padding: 0 0 1em;
}

.cp-recently-returned-item .borrowing-brief {
  margin-top: 5px;
}

.cp-recently-returned-item .borrowing-brief .cp-item-format {
  margin-bottom: 5px;
}

.cp-recently-returned-item .post-success-rating {
  font-weight: bold;
  margin-top: 10px;
}

.cp-recently-returned-item .post-success-rating .cp-rating {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .cp-recently-returned-item .post-success-rating .cp-rating {
    display: block;
    margin-left: 0;
  }
}

.cp-recently-returned-item .cp-volume-field .field-name,
.cp-recently-returned-item .cp-copy-field .field-name {
  font-weight: bold;
}

.cp-compact-borrowing-history-item .details-column > * + * {
  margin-top: 8px;
}

.cp-compact-borrowing-history-item .post-success-rating .cp-rating {
  margin-left: 5px;
}

.cp-borrowing-history-list .bottom-controls {
  border: 1px solid #ccc;
  margin: .5em 0;
  padding: .5em 1em;
}

.recently-returned-loading-panel {
  padding-left: 20px;
}

.recently-returned-loading-panel .loading-message {
  padding-bottom: 20px;
}



.cp-divider {
  border-bottom-width: 0;
  border-color: #ccc;
  border-style: solid;
  border-top-width: 1px;
  margin: 0;
  width: 100%;
}

.cp-bib-field-label {
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.cp-bib-content-label {
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.cp-value-part .separator {
  margin: 0 4px;
}

.cp-bib-field-value .part-primary,
.cp-bib-field-value .part-secondary {
  display: inline-block;
}

.cp-bib-field-value .part-primary + .part-secondary {
  margin-left: 6px;
}

.cp-bib-field-value .part-contributor,
.cp-bib-field-value .part-contributor-relationship {
  font-size: 0.875rem;
}

.cp-bib-field {
  display: flex;
}

.cp-bib-field .cp-bib-field-label {
  flex-shrink: 0;
  margin-right: 24px;
  width: 6rem;
}

.cp-bib-field .values-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.cp-bib-field .bib-field-value + .bib-field-value {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .cp-bib-field .cp-bib-field-label {
    margin-top: 5px;
  }
  .cp-bib-field .cp-bib-field-label.with-content-label {
    margin-top: 0;
  }
  .cp-bib-field .values-list {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .cp-bib-field {
    display: block;
  }
  .cp-bib-field .cp-bib-field-label {
    width: 100%;
  }
}

.cp-metadata-display.metadata-display--compact .cp-bib-field {
  margin-bottom: 4px;
}

.cp-metadata-display .cp-bib-field {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .cp-metadata-display.metadata-display--compact .cp-bib-field {
    margin-bottom: 16px;
  }
  .cp-metadata-display.metadata-display--compact .cp-bib-field:last-child {
    margin-bottom: 12px;
  }
}

.cp-expand-link {
  white-space: nowrap;
}

.cp-expand-link svg {
  font-size: 1.25rem;
}

.cp-expandable-text .cp-expand-button {
  padding: 0;
  vertical-align: baseline;
}

.cp-expandable-text .expandable-text__text {
  margin-right: 4px;
}

.cp-expandable-html .expandable-html__expand-button {
  margin-left: 5px;
}

.cp-expandable-html .expandable-html__text-container .expandable-html__text {
  display: inline;
}

.cp-expandable-html .expandable-html__text-container .expandable-html__text *:last-child {
  display: inline;
}

.cp-expandable-list.expandable-list--stacked li {
  display: block;
}

.cp-expandable-list > ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-expandable-list > ul > li {
  display: inline-flex;
  vertical-align: middle;
}

.cp-expandable-list .cp-expand-link {
  vertical-align: middle;
}

.cp-expandable-panel {
  border: 1px solid #ccc;
}

.cp-aggregate-rating {
  align-items: center;
  display: inline-flex;
}

.cp-aggregate-rating .rating-stars {
  font-size: 1.25em;
}

.cp-aggregate-rating .rating-count {
  font-size: 0.75rem;
  margin-left: 4px;
}

.cp-bib-jacket .cp-jacket-cover {
  width: 16.75rem;
}

@media screen and (max-width: 767px) {
  .cp-bib-jacket {
    margin-bottom: 20px;
  }
  .cp-bib-jacket .cp-jacket-cover {
    width: 11.5rem;
  }
}

.cp-bib-title {
  margin: -4px 0 2px;
}

.cp-bib-subtitle {
  margin-top: 8px;
}

.cp-bib-brief {
  display: flex;
}

.cp-bib-brief .bib-brief__additional-info {
  color: #666;
  font-size: 0.875rem;
}

.cp-bib-brief .bib-brief__main-info {
  margin: 0 56px 0 16px;
  max-width: 50%;
}

.cp-bib-brief .cp-bib-subtitle {
  margin-top: 0;
}

.cp-bib-brief.bib-brief--large .cp-bib-jacket {
  width: 7rem;
}

.cp-bib-brief.bib-brief--large .cp-bib-title h3 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.cp-bib-brief.bib-brief--large .cp-aggregate-rating {
  align-items: center;
  display: flex;
  margin: 8px 0;
}

.cp-bib-brief.bib-brief--large .cp-expandable-html {
  margin-top: 8px;
}

.cp-bib-brief.bib-brief--small .cp-bib-jacket {
  width: 4rem;
}

.cp-bib-brief.bib-brief--small .cp-bib-title h3 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.37;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cp-bib-brief .cp-bib-jacket {
    width: 4rem;
  }
  .cp-bib-brief .cp-bib-title h3 {
    color: #292929;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.37;
    margin-bottom: 0;
  }
}

.cp-full-details {
  margin: auto;
  max-width: 740px;
}

.cp-full-details .full-details-brief {
  padding-bottom: 24px;
}

.cp-full-details .field-detail {
  display: flex;
  padding: 24px 0;
  width: 100%;
}

.cp-full-details .field-detail h3 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  margin-bottom: 16px;
  margin-right: 40px;
  max-width: 14rem;
  min-width: 14rem;
  width: 14rem;
}

.cp-full-details .field-detail .cp-metadata-display .cp-bib-field {
  display: flex;
  flex-direction: column;
}

.cp-full-details .field-detail :not(.metadata-display--compact) .cp-bib-field-label {
  width: auto;
}

@media screen and (max-width: 991px) {
  .cp-full-details .field-detail {
    flex-direction: column;
  }
}

.cp-bib-details .cp-metadata-display {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .cp-bib-details .cp-metadata-display {
    margin-top: 12px;
  }
}

.cp-bib-card {
  width: 14.75rem;
}

.cp-bib-card .bib-card-contents {
  height: 100%;
  margin: auto;
  position: relative;
  width: 9.375rem;
}

.cp-bib-card .cp-jacket-cover {
  align-items: flex-end;
  display: flex;
  height: 9.25rem;
  width: 6rem;
}

.cp-bib-card .cp-bib-link,
.cp-bib-card .current-bib-wrapper {
  align-items: center;
  color: #292929;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cp-bib-card .bib-title {
  font-weight: 600;
  line-height: 1.375;
  margin-top: 11px;
  text-align: center;
  width: 100%;
}

.cp-bib-card .number {
  color: #666;
  font-size: 1.25rem;
  left: 0;
  position: absolute;
  top: -.25em;
}

.cp-bib-card .current-item-indicator {
  bottom: -20px;
  color: #666;
  font-size: 0.75rem;
  position: absolute;
  text-transform: uppercase;
}

@media screen and (max-width: 479px) {
  .cp-bib-card .bib-title {
    width: 8rem;
  }
}

.cp-bib-card-row {
  display: flex;
  justify-content: flex-start;
}

.cp-same-series-overlay .same-series-heading {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.33;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  margin-bottom: 32px;
}

.cp-same-series-overlay .cp-bib-card-row {
  flex-wrap: wrap;
}

.cp-same-series-overlay .cp-bib-card {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cp-same-series-overlay .cp-bib-card {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 768px) {
  .cp-same-series-overlay {
    margin-left: 2rem;
  }
}

.cp-vendor-attribution-label {
  color: #666;
  font-size: 0.688rem;
  text-transform: uppercase;
}

.cp-same-series .same-series-heading {
  margin-bottom: 8px;
}

.cp-same-series .same-series-heading h3 {
  margin-bottom: 0;
}

.cp-same-series .cp-bib-card-row {
  margin-bottom: 25px;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .cp-same-series .cp-bib-card:nth-child(3) {
    display: none;
  }
}

.cp-contains .cp-bib-field-value {
  margin-bottom: 8px;
}

.cp-contributors .cp-bib-field-value {
  margin-bottom: 8px;
}

.cp-distinction-item .distinction-title.unlinked {
  font-weight: 600;
}

.cp-distinction-item .subtitle {
  color: #666;
  font-size: 0.875rem;
}

.cp-bib-distinctions .lists {
  display: flex;
}

.cp-bib-distinctions .list {
  flex: 1 1 50%;
}

.cp-bib-distinctions .list:not(:first-child) {
  margin-left: 56px;
}

.cp-bib-distinctions .distinction-item {
  margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
  .cp-bib-distinctions .lists {
    display: block;
  }
  .cp-bib-distinctions .list {
    flex: 1 1 50%;
  }
  .cp-bib-distinctions .list:not(:first-child) {
    margin-left: 0;
    margin-top: 24px;
  }
}

.cp-bib-about .cp-bib-distinctions,
.cp-bib-about .cp-same-series,
.cp-bib-about .cp-bib-details {
  margin-top: 32px;
}

.cp-tabs .tabs__tab-panel {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .cp-tabs .tabs__tab-panel {
    display: none;
  }
}

.cp-tabs .tabs__tab-panel .tabs__tab {
  display: inline-block;
  padding: 14px 16px;
  text-align: center;
}

.cp-tabs .tabs__tab-panel .tabs__tab > a {
  color: #474747;
  font-weight: 400;
}

.cp-tabs .tabs__tab-panel .tabs__tab > a::after {
  content: attr(data-content);
  display: block;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.cp-tabs .tabs__tab-panel .tabs__tab--active {
  display: inline-block;
  padding: 14px 16px;
  text-align: center;
  border-bottom: 4px solid #02729e;
}

.cp-tabs .tabs__tab-panel .tabs__tab--active > a {
  color: #474747;
  font-weight: 400;
}

.cp-tabs .tabs__tab-panel .tabs__tab--active > a::after {
  content: attr(data-content);
  display: block;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.cp-tabs .tabs__tab-panel .tabs__tab--active > a {
  color: #02729e;
  font-weight: 600;
}

.cp-tabs .cp-dropdown {
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .cp-tabs .cp-dropdown {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .cp-tabs .cp-dropdown {
    display: block;
    width: 100%;
  }
}

.cp-badge {
  background-color: #474747;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1px 6px;
  text-transform: uppercase;
}

.cp-badge.badge--small {
  font-size: 0.688rem;
  padding-left: 4px;
  padding-right: 4px;
}

.cp-badge.badge--large {
  font-size: 0.875rem;
}

.cp-badge.badge--rounded {
  border-radius: 6rem;
  padding-left: 8px;
  padding-right: 8px;
}

.cp-badge.badge--rounded.badge--large {
  border-radius: 6rem;
  padding-left: 12px;
  padding-right: 12px;
}

.cp-badge.badge--inverted {
  background-color: rgba(71, 71, 71, 0.16);
  color: #333333;
}

.cp-dark-grey-badge {
  background-color: #666;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1px 6px;
  text-transform: uppercase;
}

.cp-dark-grey-badge.badge--inverted {
  background-color: rgba(102, 102, 102, 0.16);
  color: #525252;
}

.cp-green-badge {
  background-color: #008000;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1px 6px;
  text-transform: uppercase;
}

.cp-green-badge.badge--inverted {
  background-color: rgba(0, 128, 0, 0.16);
  color: #005700;
}

.cp-dark-red-badge {
  background-color: #a82009;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1px 6px;
  text-transform: uppercase;
}

.cp-dark-red-badge.badge--inverted {
  background-color: rgba(168, 32, 9, 0.16);
  color: #811907;
}

.cp-orange-badge {
  background-color: #d34317;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1px 6px;
  text-transform: uppercase;
}

.cp-orange-badge.badge--inverted {
  background-color: rgba(211, 67, 23, 0.16);
  color: #ae3713;
}

.cp-bib-ugc-display-header .user-area {
  align-items: center;
  display: inline-flex;
}

.cp-bib-ugc-display-header .cp-badge {
  margin-left: 8px;
}

.cp-bib-ugc-display-header .cp-short-formatted-date {
  color: #666;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.3rem;
  vertical-align: middle;
}

.cp-bib-ugc-display-header .cp-icon-button {
  float: right;
  margin-top: -6px;
}

.cp-bib-ugc-display-header .cp-user-avatar {
  float: left;
  margin-right: 8px;
  margin-top: .3rem;
}

.cp-bib-ugc-display-header .cp-rating-stars {
  margin-left: 8px;
}

.cp-bib-ugc-display-header .cp-rating-stars svg {
  font-size: 1rem;
}

.cp-bib-ugc-display-footer {
  margin-top: 4px;
}

.cp-bib-ugc-display-footer .cp-text-button {
  padding: 0;
}

.cp-bib-ugc-display-footer .cp-text-button + .cp-text-button {
  margin-left: 12px;
}

.cp-bib-ugc-display-footer .ugc-display-like-button,
.cp-bib-ugc-display-footer .ugc-display-flag-button {
  font-weight: 400;
}

.cp-bib-ugc-display {
  padding: 20px 0;
}

.cp-bib-ugc-display .cp-expandable-text {
  margin-right: 48px;
  max-width: 45em;
}

.cp-bib-ugc-display .cp-expand-button {
  min-height: inherit;
}

.cp-bib-ugc-display .cp-bib-ugc-display-header {
  margin-bottom: 4px;
}

.cp-bib-ugc-display:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.cp-empty-ugc-display {
  color: #666;
  font-style: italic;
  margin-top: 1.5rem;
}

.cp-quotations {
  padding-top: 8px;
}

.cp-summaries {
  padding-top: 8px;
}

.cp-bib-recommendation-item .cp-jacket-cover {
  width: 8.25rem;
}

@media screen and (max-width: 1199px) {
  .cp-bib-recommendation-item .cp-jacket-cover {
    width: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-bib-recommendation-item .cp-jacket-cover {
    width: 8.25rem;
  }
}

@media screen and (max-width: 575px) {
  .cp-bib-recommendation-item .cp-jacket-cover {
    width: 6rem;
  }
}

.cp-recommendation-group .rows {
  display: flex;
}

.cp-recommendation-group .items-row {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.cp-recommendation-group .item-wrapper {
  flex-shrink: 0;
}

.cp-recommendation-group .group-title {
  margin: auto;
  max-width: 18rem;
}

.cp-recommendation-group .rows > :not(:first-child),
.cp-recommendation-group .items-row > :not(:first-child) {
  margin-left: 24px;
}

.cp-recommendation-group .provider-label {
  margin-bottom: 12px;
  margin-top: 8px;
  min-height: 16px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .cp-recommendation-group .group-title {
    max-width: 14rem;
  }
  .cp-recommendation-group .rows > :not(:first-child),
  .cp-recommendation-group .items-row > :not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cp-recommendation-group .group-title {
    max-width: 100%;
  }
  .cp-recommendation-group .rows {
    display: block;
  }
  .cp-recommendation-group .rows > :not(:first-child) {
    margin-left: 0;
  }
}

.cp-bib-recommendations {
  text-align: center;
}

.cp-bib-recommendations .groups {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.cp-bib-recommendations .cp-recommendation-group + .cp-recommendation-group {
  padding-left: 96px;
}

.cp-bib-recommendations .view-all-recommendations-link {
  margin: 8px auto 0;
}

@media screen and (max-width: 1199px) {
  .cp-bib-recommendations .cp-recommendation-group + .cp-recommendation-group {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cp-bib-recommendations .cp-recommendation-group {
    display: block;
    padding: 0;
  }
}

.cp-list-card.list-card--horizontal {
  display: flex;
}

.cp-list-card.list-card--horizontal .list-card__image-link {
  flex: 0 0 188px;
  max-height: 8.5rem;
}

.cp-list-card.list-card--horizontal .list-card__content {
  margin-left: 15px;
}

.cp-list-card.list-card--horizontal .list-card__type {
  margin-top: 0;
}

.cp-list-card .list-card__image-link {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  max-height: 13rem;
  overflow-y: hidden;
  padding-top: 8px;
  width: 100%;
}

.cp-list-card .list-card__image {
  width: 100%;
}

.cp-list-card .list-card__type {
  color: #666;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 16px;
  text-transform: uppercase;
}

.cp-list-card .list-card__title {
  color: #292929;
  display: block;
  font-size: 1.25rem;
  line-height: 1.37;
  margin-bottom: 6px;
}

.cp-list-card .list-card__title > * {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
}

.cp-list-card .list-card__title--small {
  font-size: 1rem;
}

.cp-list-card .list-card__creator {
  font-size: 0.75rem;
  margin-top: 4px;
}

.cp-list-card .list-card__library-name {
  color: #666;
  font-size: 0.75rem;
}

.cp-list-card .list-card__creator-link {
  font-size: 0.875rem;
}

.cp-list-card .list-card__creator-link--small {
  font-size: 0.75rem;
}

.cp-list-card .list-card__description {
  margin-bottom: 6px;
}

.cp-list-card .list-card__date {
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 6px;
}

.cp-list-card .list-card__badge {
  margin-left: 8px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cp-list-card.list-card--horizontal .list-card__image-link {
    max-height: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-list-card.list-card--horizontal .list-card__content {
    margin-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .cp-list-card.list-card--horizontal .list-card__content {
    margin-left: 12px;
  }
  .cp-list-card:not(.list-card--horizontal) .list-card__image-link {
    max-height: 9rem;
  }
}

@media screen and (max-width: 479px) {
  .cp-list-card.list-card--horizontal {
    display: flex;
  }
  .cp-list-card.list-card--horizontal .list-card__image-link {
    flex: 0 0 128px;
    max-height: 5.875rem;
  }
}

.cp-lists-row {
  list-style: none;
  padding: 0;
}

.cp-lists-row.stacked {
  margin: auto;
  max-width: 38rem;
}

.cp-lists-row.stacked .list-item {
  margin-top: 24px;
}

.cp-staff-lists .staff-lists-heading {
  margin-bottom: 24px;
  text-align: center;
}

.cp-staff-lists .lists-mobile {
  display: none;
}

.cp-staff-lists .link-wrapper {
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cp-staff-lists .lists-desktop {
    display: none;
  }
  .cp-staff-lists .lists-mobile {
    display: block;
  }
}

.cp-bib-discover {
  background-color: #f0f0f0;
}

.cp-bib-discover .cp-staff-lists {
  margin-bottom: 40px;
}

.cp-bib-discover .cp-bib-recommendations {
  margin-top: 40px;
}

.cp-bib-page .cp-bib-discover {
  margin-top: 12px;
  padding-bottom: 48px;
  padding-top: 44px;
}

.cp-tag-list {
  list-style: none;
  padding: 0;
}

.cp-tag-list.tag-list--stacked .tag-item {
  display: block;
  margin-bottom: 8px;
}

.cp-tag-list > .tag-item {
  display: inline-block;
  margin: 4px 8px 4px 0;
}

.cp-all-community-tags .divider {
  margin: 20px 0;
}

.cp-all-community-tags .cp-bib-brief {
  margin-bottom: 24px;
}

.cp-all-community-tags .tag-link-list {
  padding: 0;
}

.cp-all-community-tags .tag-link-list .tag-link-item {
  list-style: none;
  margin-bottom: 8px;
}

.cp-community-tags {
  margin-bottom: 28px;
  padding: 0;
}

.cp-community-tags .view-expand-link {
  display: block;
  margin: 4px 0;
}

.cp-similar-series .similar-series-heading {
  margin-bottom: 8px;
}

.cp-similar-series .similar-series-heading h3 {
  margin-bottom: 0;
}

.cp-similar-series .cp-bib-card-row {
  margin-bottom: 25px;
  margin-top: 20px;
}

.cp-authors-list .author-item {
  margin-bottom: 8px;
}

.cp-similar-authors .similar-authors-heading {
  margin-bottom: 8px;
}

.cp-similar-authors .similar-authors-heading h3 {
  margin-bottom: 0;
}

.cp-bib-explore .more-authors {
  display: flex;
  margin-top: 32px;
}

.cp-bib-explore .more-authors .cp-similar-authors {
  flex: 0 0 55%;
}

@media screen and (max-width: 767px) {
  .cp-bib-explore .more-authors {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .cp-bib-explore .more-authors .cp-similar-authors {
    margin-bottom: 30px;
  }
  .cp-bib-explore .more-authors .cp-related-authors {
    margin-bottom: 10px;
  }
}

.cp-bib-review .review-source {
  margin-top: 4px;
}

.cp-bib-review .review-text {
  margin-bottom: 4px;
}

.cp-bib-review .cp-expand-button {
  min-height: inherit;
}

.cp-bib-review .full-review {
  display: block;
  margin-top: 4px;
}

.cp-critics-reviews .reviews {
  display: flex;
}

@media screen and (max-width: 991px) {
  .cp-critics-reviews .reviews {
    flex-wrap: wrap;
  }
}

.cp-critics-reviews .cp-bib-review {
  flex: 1 1 50%;
}

.cp-critics-reviews .cp-bib-review:not(:first-child) {
  margin-left: 56px;
}

@media screen and (max-width: 991px) {
  .cp-critics-reviews .cp-bib-review {
    flex: 1 0 100%;
  }
  .cp-critics-reviews .cp-bib-review:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.cp-critics-reviews .critics-reviews-subtitle {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
}

.cp-critics-reviews .more-reviews {
  color: #666;
  font-size: 0.75rem;
  margin-top: 4px;
}

.cp-critics-reviews .more-reviews a {
  color: #666;
  font-weight: 400;
  text-decoration: underline;
}

.cp-critics-reviews .more-reviews a:focus, .cp-critics-reviews .more-reviews a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .cp-critics-reviews .more-reviews {
    max-width: 100%;
  }
}

.cp-critics-reviews .all-reviews {
  display: block;
  margin-top: 8px;
}

.cp-staff-comments .staff-comments-subtitle {
  margin-bottom: 0;
}

.cp-staff-comments .cp-bib-comment:first-of-type {
  padding-top: 16px;
}

.cp-staff-comments .cp-bib-comment:last-of-type {
  padding-bottom: 0;
}

.cp-comment-editor .cp-panel {
  background: #f0f0f0;
  border: 0;
  border-radius: 4px;
  padding: 16px 24px;
}

.cp-comment-editor .comment-editor__label {
  color: #292929;
  font-weight: 600;
  margin-bottom: 0;
}

.cp-comment-editor .comment-editor__add-comment {
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 4px;
  color: #474747;
  display: block;
  margin: 8px 0 6px;
  min-height: 40px;
  padding: 6px 12px 8px;
  width: 100%;
  min-height: 56px;
  padding: 9px 20px 11px;
  text-align: left;
}

.cp-comment-editor .comment-editor__add-comment:hover {
  border-color: #474747;
}

.cp-comment-editor .comment-editor__add-comment::-webkit-input-placeholder {
  color: #666;
}

.cp-comment-editor .comment-editor__add-comment::-moz-placeholder {
  color: #666;
}

.cp-comment-editor .comment-editor__add-comment:-ms-input-placeholder {
  color: #666;
}

.cp-comment-editor .comment-editor__add-comment::-ms-input-placeholder {
  color: #666;
}

.cp-comment-editor .comment-editor__add-comment::placeholder {
  color: #666;
}

.cp-comment-editor .cp-rating-control {
  margin: 12px 0 20px;
}

.cp-comment-editor .comment-editor__buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.cp-community-comments .community-comments-subtitle {
  margin-bottom: 0;
}

.cp-community-comments .cp-comment-editor {
  margin-top: 16px;
}

.cp-community-comments .cp-bib-comment:first-of-type {
  padding-top: 16px;
}

.cp-community-comments .cp-bib-comment:last-of-type {
  padding-bottom: 8px;
}

.cp-community-comments .all-comments {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}

.cp-bib-opinion section:not(:first-child) {
  margin-top: 32px;
}

.cp-capsule .capsule__content {
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: inherit;
  display: flex;
  font-weight: 400;
  height: 4rem;
  letter-spacing: -.2px;
  line-height: 1.25;
  max-width: 17em;
  min-width: 7em;
  padding: 0 16px;
  text-decoration: none;
}

.cp-capsule .capsule__content:hover {
  border-color: #474747;
}

.cp-capsule .capsule__content.capsule__content--active {
  border: 2px solid #02729e;
  font-weight: 600;
}

.cp-capsule .secondary-info {
  color: #666;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 0;
  text-align: left;
}

.cp-bib-manifestation-info {
  align-items: center;
  display: flex;
  flex-direction: row;
  text-align: left;
}

.cp-bib-manifestation-info .manifestation-overview {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
}

.cp-bib-manifestation-info .manifestation-overview .bib-details {
  font-size: 0.875rem;
}

.cp-bib-manifestation-info .manifestation-overview .cp-availability-status {
  font-size: 0.75rem;
}

.cp-bib-manifestation-info svg {
  color: currentcolor;
  flex-shrink: 0;
  font-size: 1.5em;
  margin-right: 8px;
}

.cp-format-chooser-capsule {
  font-size: 0.875rem;
}

.cp-format-chooser-capsule .format-chooser-capsule-content {
  border-color: #666;
  color: #666;
  padding: 0 20px 0 12px;
}

.cp-format-chooser-capsule .format-chooser-capsule-content.available {
  border-color: #008000;
  color: #008000;
}

.cp-format-chooser-capsule .format-chooser-capsule-content.on_order {
  border-color: #d34317;
  color: #d34317;
}

.cp-format-chooser-capsule .format-chooser-capsule-content.unavailable {
  border-color: #a82009;
  color: #a82009;
}

.cp-format-chooser-capsule .icon-svg-chevron-right {
  display: none;
}

@media screen and (max-width: 767px) {
  .cp-format-chooser-capsule .format-chooser-capsule-content {
    max-width: 100%;
    padding: 0 12px 0 16px;
  }
  .cp-format-chooser-capsule .icon-svg-chevron-right {
    display: block;
    font-size: 1.5em;
  }
  .cp-format-chooser-capsule .cp-bib-manifestation-info {
    flex: 1 1 100%;
  }
}

.cp-more-formats-dropdown .more-formats-button {
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: inherit;
  display: flex;
  font-weight: 400;
  height: 4rem;
  letter-spacing: -.2px;
  line-height: 1.25;
  max-width: 17em;
  min-width: 7em;
  padding: 0 16px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  min-width: auto;
  padding: 0 12px;
}

.cp-more-formats-dropdown .more-formats-button:hover {
  border-color: #474747;
}

.cp-more-formats-dropdown .formats-dropdown .cp-dropdown-menu {
  color: #666;
  min-width: 13.714em;
}

.cp-more-formats-dropdown .formats-dropdown .cp-dropdown-menu svg {
  font-size: 1.3em;
}

.cp-format-chooser-modal .cp-bib-manifestation-info {
  padding: 16px;
}

.cp-format-chooser-modal .cp-bib-manifestation-info .icon-svg-checkmark {
  margin: 0;
}

.cp-format-chooser-modal .cp-bib-manifestation-info svg {
  margin-right: 16px;
}

.cp-format-chooser-modal .manifestation-link {
  color: #474747;
  font-weight: 400;
}

.cp-format-chooser-modal .manifestation-link:first-child {
  font-weight: 600;
}

.cp-format-chooser-modal .view-all-link {
  margin: 16px 0 24px;
  text-align: left;
}

.cp-format-chooser .capsule-mobile {
  display: none;
}

.cp-format-chooser .format-chooser-capsule-desktop {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .cp-format-chooser .capsule-mobile {
    display: block;
  }
  .cp-format-chooser .capsule-desktop {
    display: none;
  }
  .cp-format-chooser .cp-more-formats-dropdown {
    display: none;
  }
}

.cp-add-to-shelf-button .shelf-option {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cp-add-to-shelf-button .shelf-option > svg {
  font-size: 1.25em;
  margin-right: 5px;
}

.cp-toggle-switch {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.cp-toggle-switch input {
  height: 0;
  opacity: 0;
  width: 0;
}

.cp-toggle-switch .toggle-switch__slider {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 34px;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  margin-right: 8px;
  min-width: 2rem;
  position: relative;
}

.cp-toggle-switch .toggle-switch__slider:hover {
  border-color: #4d4d4d;
}

.cp-toggle-switch .toggle-switch__slider::before {
  background: #666;
  border-radius: 50%;
  content: '';
  height: 0.625rem;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .1s ease-in;
  width: 0.625rem;
}

.cp-toggle-switch .toggle-switch__slider.active {
  background: #02729e;
  border-color: #02729e;
}

.cp-toggle-switch .toggle-switch__slider.active::before {
  background: #fff;
  transform: translate(16px, -50%);
}

.cp-toggle-switch .toggle-switch__text {
  cursor: pointer;
  font-weight: normal;
  left: 40px;
}

.cp-on-shelf-dropdown .dropdown-label {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cp-on-shelf-dropdown .dropdown-label > svg {
  font-size: 1.25em;
  margin-right: 5px;
}

.cp-on-shelf-dropdown .cp-shelf-link {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.cp-on-shelf-dropdown .cp-dropdown-menu-item[focus-within] {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.cp-on-shelf-dropdown .cp-dropdown-menu-item:focus-within {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.cp-on-shelf-dropdown .cp-toggle-switch {
  align-items: center;
  background: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  color: inherit;
  display: flex;
  font-weight: 400;
  min-height: 40px;
  padding: 4px 16px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
  width: 100%;
  word-wrap: normal;
}

.cp-on-shelf-dropdown .cp-toggle-switch:hover, .cp-on-shelf-dropdown .cp-toggle-switch:focus {
  background: #f0f0f0;
  color: inherit;
  text-decoration: none;
}

.cp-on-shelf-dropdown .cp-toggle-switch:focus {
  border-color: #949494;
}

.cp-circulation-info .availability-status {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
}

.cp-circulation-info .circulation-details {
  font-size: 0.875rem;
}

.cp-circulation-info .circulation-details > span {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
}

.cp-circulation-info .circulation-details .available-copies,
.cp-circulation-info .circulation-details .held-copies,
.cp-circulation-info .circulation-details .total-copies {
  font-size: 1rem;
  font-weight: 600;
}

.cp-digital-content-info .formats-label {
  font-weight: 600;
}

.cp-digital-content-info .digital-vendor-info {
  color: #666;
  font-size: 0.75rem;
  margin: 10px 0 20px;
}

.cp-digital-content-info .digital-vendor-info .digital-content-provider {
  margin: 5px 0;
}

.cp-digital-content-info .digital-vendor-info .digital-help-link {
  color: #666;
  font-weight: 400;
  text-decoration: underline;
}

.cp-digital-content-info .digital-vendor-info .digital-help-link:focus, .cp-digital-content-info .digital-vendor-info .digital-help-link:hover {
  color: #4d4d4d;
  text-decoration: none;
}

.cp-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.cp-table td {
  border-bottom: 1px solid #ccc;
  padding: 16px;
  vertical-align: top;
}

.cp-table th {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 12px 16px;
  vertical-align: bottom;
}

.cp-table tbody th,
.cp-table tbody:last-child tr:last-child td {
  border: 0;
}

@media screen and (max-width: 575px) {
  .cp-table td {
    border: 0;
    display: block;
    font-size: 0.875rem;
    overflow: hidden;
    padding: 8px 0;
    text-align: left;
  }
  .cp-table td:empty {
    padding: 0;
  }
  .cp-table tr {
    display: block;
    padding: 12px 0;
  }
  .cp-table tr:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .cp-table thead {
    display: none;
  }
}

.cp-table.table--compact td,
.cp-table.table--compact th {
  padding: 8px 12px;
}

@media screen and (min-width: 768px) {
  .cp-table.table--striped td,
  .cp-table.table--striped th {
    border: 0;
  }
  .cp-table.table--striped tbody tr:nth-of-type(odd) {
    background: #f0f0f0;
  }
}

.cp-table-cell .table-cell__label {
  color: #666;
  display: none;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-right: 4px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .cp-table-cell .table-cell__label {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .cp-table-cell .table-cell__label.table-cell__label--block {
    display: block;
  }
}

.cp-table-heading .table-heading__sort-button {
  color: #666;
  min-height: auto;
  padding: 0;
}

.cp-table-heading .table-heading__sort-button .table-heading__sort-button__icon {
  display: inherit;
  font-size: 1.5rem;
}

.cp-table-heading .table-heading__sort-button.table-heading__sort-button--sorted {
  color: #292929;
}

.cp-table-heading .table-heading__sort-button:not(.table-heading__sort-button--sorted) .table-heading__sort-button__icon {
  visibility: hidden;
}

.cp-table-heading .table-heading__sort-button:not(.table-heading__sort-button--sorted):hover .table-heading__sort-button__icon, .cp-table-heading .table-heading__sort-button:not(.table-heading__sort-button--sorted):focus .table-heading__sort-button__icon {
  visibility: visible;
}

.cp-item-availability-table .availability-group-heading {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: inline-flex;
  margin: 16px 0 0 -16px;
}

.cp-item-availability-table .availability-group-heading .group-icon {
  align-items: center;
  display: inline-flex;
  min-width: 16px;
}

.cp-availability-details .cp-bib-brief {
  margin-bottom: 24px;
}

.cp-bib-item-field .field-label {
  color: #666;
  font-size: 0.75rem;
  margin-right: 5px;
  text-transform: uppercase;
}

.cp-bib-item-field .field-value {
  color: #474747;
  font-size: 0.75rem;
}

.cp-branch-availability-info .branch-location {
  font-weight: 600;
  margin-bottom: 4px;
}

.cp-branch-availability-info .branch-info + .cp-availability-details-link {
  margin-top: 8px;
}

.cp-branch-availability-info .cp-bib-item-field {
  line-height: 1rem;
  margin-bottom: 4px;
}

.cp-transact-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cp-transact-panel .bib-circulation-info {
  border-bottom: 1px solid #ccc;
  padding: 12px 24px;
}

.cp-transact-panel .transaction-main {
  padding: 16px 24px;
}

.cp-transact-panel .transaction-main .user-transactions {
  margin: 20px 0 8px;
}

.cp-transact-panel .transaction-main .user-transactions .cp-shelf-actions-button {
  margin-top: 20px;
}

.cp-transact-panel .panel-placeholder {
  -webkit-animation: transact-pulse 2.2s ease-in-out infinite;
          animation: transact-pulse 2.2s ease-in-out infinite;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cp-transact-panel .bib-circulation-info {
    padding: 12px 16px;
  }
  .cp-transact-panel .transaction-main {
    padding: 16px;
  }
}

@-webkit-keyframes transact-pulse {
  0% {
    fill: #f0f0f0;
  }
  50% {
    fill: #e5e5e5;
  }
  100% {
    fill: #f0f0f0;
  }
}

@keyframes transact-pulse {
  0% {
    fill: #f0f0f0;
  }
  50% {
    fill: #e5e5e5;
  }
  100% {
    fill: #f0f0f0;
  }
}

.cp-bib-authors {
  margin: 10px 0;
  margin-top: 2px;
  padding: 0;
}

.cp-bib-language {
  font-size: 0.75rem;
}

.cp-bib-description {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cp-bib-description {
    margin-bottom: 24px;
  }
}

.cp-back-to-link .cp-text-button {
  color: #666;
  padding-left: 6px;
}

.cp-back-to-link .cp-text-button:focus, .cp-back-to-link .cp-text-button:hover {
  color: #4d4d4d;
}

.cp-back-to-link .icon-svg-arrow-back {
  height: 1.5rem;
  width: 1.5rem;
}

.cp-header-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cp-header-bar .print-button,
.cp-header-bar .share-button {
  margin-right: 12px;
}

.cp-bib-transact {
  margin-top: 24px;
}

.cp-bib-transact.container {
  padding-bottom: 48px;
  padding-top: 0;
}

.cp-bib-transact .main-info {
  padding-right: 56px;
}

.cp-bib-transact .rating-info {
  align-items: center;
  display: flex;
}

.cp-bib-transact .rating-info .cp-aggregate-rating {
  margin-right: 15px;
}

.cp-bib-transact .cp-format-chooser {
  display: flex;
  margin: 20px 0 16px;
}

.cp-bib-transact .cp-format-chooser .cp-format-chooser-capsule {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .cp-bib-transact .transact-panel {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .cp-bib-transact .main-info {
    padding-right: 0;
    text-align: center;
  }
  .cp-bib-transact .cp-bib-jacket {
    text-align: center;
  }
  .cp-bib-transact .rating-info {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    margin: 10px auto;
  }
  .cp-bib-transact .rating-info .cp-aggregate-rating {
    margin-left: 2px;
  }
  .cp-bib-transact .cp-format-chooser {
    display: flex;
    flex-direction: column;
  }
}

.cp-bib-page {
  background-color: #fff;
}

.cp-bib-page > section {
  padding-bottom: 32px;
  padding-top: 32px;
}

.cp-bib-page h1 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.25;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cp-bib-page h1 {
    font-size: 1.75rem;
  }
}

.cp-bib-page h2 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.33;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  margin-bottom: 16px;
}

.cp-bib-page h3 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  margin-top: 3px;
}

.cp-bib-page h4 {
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.37;
}

.cp-bib-page .cp-bib-comment:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}


/*# sourceMappingURL=app-a0c653a6ae915e5014e9.css.map*/