.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-bib-text-slide {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.cp-bib-text-slide .inner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  background-color: #f2f2f2;
  padding: 5px;
}

.cp-bib-text-slide .title {
  margin-bottom: 5px;
  text-decoration: underline;
  line-height: 1.125;
  word-break: break-word;
  word-wrap: break-word;
  color: #3f4344;
  font-size: 1rem;
  font-weight: bold;
}

.cp-bib-text-slide .authors {
  text-decoration: underline;
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
  color: #3f4344;
  font-size: 0.75rem;
  font-weight: normal;
}

.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: 0.875rem;
  }
  .cp-bib-text-slide .authors {
    font-size: 0.65rem;
  }
}

.cp-jacket-cover .drop-shadow {
  box-shadow: 2px 2px 2px #ccc;
}

.cp-slider-jacket-cover {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0;
  width: 100%;
  padding: 0;
}

.cp-slider-jacket-cover a {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 100%;
  text-decoration: underline;
}

.cp-slider-jacket-cover a .cp-bib-text-slide:only-child {
  width: 100%;
  min-height: 150px;
}

.cp-slider-jacket-cover a .cp-jacket-cover {
  width: 100%;
}

.cp-slider-jacket-cover a .cp-jacket-cover + .cp-bib-text-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  width: 100%;
}

.cp-slider-jacket-cover a:hover {
  text-decoration: none;
}

.cp-slider-jacket-cover a:hover .cp-bib-text-slide {
  opacity: 0.9;
}

.cp-slider-jacket-cover a:hover .cp-bib-text-slide .inner-box {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

[class^='icon-svg-'].rot90 {
  -webkit-transform: rotate(-90deg);
          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 {
  display: inline-block;
  position: relative;
  left: -12px;
  margin: -6px 0;
  background-color: #007faa;
  padding: 7px 12px;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class^='icon-svg-'].rot90 {
  -webkit-transform: rotate(-90deg);
          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 {
  -webkit-animation: spinnerdash 2s ease-in infinite, spinnerrotate 2s linear infinite;
          animation: spinnerdash 2s ease-in infinite, spinnerrotate 2s linear infinite;
  stroke-linecap: round;
}

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

@keyframes spinnerrotate {
  100% {
    -webkit-transform: rotate(360deg);
            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 {
  display: inline-block;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: none;
  background-color: transparent;
  padding: 6px 16px 8px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  color: inherit;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

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

.cp-button .button__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
          justify-content: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.btn-default:not(.btn-flat) {
  min-height: 38px;
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  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 {
  border: 1px solid;
  background-color: transparent;
}

.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) {
  min-height: 38px;
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  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) {
  min-height: 38px;
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  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 {
  margin: 1px;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
}

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

.btn.btn-secondary:not(.btn-flat) {
  min-height: 38px;
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  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 {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
  color: #666;
}

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

.btn.btn-transactional:not(.btn-flat) {
  min-height: 38px;
  border: 1px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  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 {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: #02729e;
}

.cp-blue-caret-arrow-button .icon-svg-carets-up,
.cp-blue-caret-arrow-button .icon-svg-carets-down {
  margin-left: 0.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 {
  border-radius: 4px;
  background-color: #fff;
  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 {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
  color: #02729e;
}

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

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

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

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

.cp-rating-stars {
  display: -webkit-inline-box;
  display: inline-flex;
  color: #b97d04;
}

.cp-rating-stars .icon-svg-star,
.cp-rating-stars .icon-svg-half-star,
.cp-rating-stars .icon-svg-star-outline {
  margin: 0 -1px;
  font-size: 1.25rem;
}

.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-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,
.cp-dropdown-menu-item > button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: 40px;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
  background: none;
  padding: 4px 16px;
  text-align: left;
  white-space: normal;
  word-wrap: normal;
  color: inherit;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.cp-dropdown-menu-item .dropdown-menu-item__button:focus:not(:disabled),
.cp-dropdown-menu-item > a:focus:not(:disabled),
.cp-dropdown-menu-item > button:focus:not(:disabled) {
  border-color: #949494;
}

.cp-dropdown-menu-item .dropdown-menu-item__button:disabled,
.cp-dropdown-menu-item > a:disabled,
.cp-dropdown-menu-item > button: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,
.cp-dropdown-menu-item > button.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,
.cp-dropdown-menu-item > button.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,
.cp-dropdown-menu-item > button .dropdown-menu-item__selected-icon {
  margin-right: 4px;
  margin-left: -20px;
}

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

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

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

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

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

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

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

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

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

.cp-dropdown-button:disabled {
  border-color: #ccc;
  background-color: transparent;
  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) {
  border-color: #949494;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #474747;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cp-rating-control .rating-control__rating-stars {
  color: #949494;
}

.cp-rating-control .rating-control__dropdown_button {
  display: -webkit-box;
  display: flex;
  min-height: auto;
  padding: 0 2px;
}

.cp-rating-control .rating-control__dropdown_label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.cp-rating-control .rating-control__label {
  margin-left: 4px;
  font-size: 0.875rem;
}

.cp-rating-control .rating-control__rating-stars--branded {
  color: #02729e;
}

.cp-rating-control .rating-control__rating-stars--generic {
  color: #b97d04;
}

.cp-rating-control .rating-dropdown {
  display: -webkit-box;
  display: flex;
}

.cp-rating {
  display: inline-block;
  position: relative;
  height: 1.143em;
}

.cp-rating .rating-star {
  width: 1.143em;
  height: 1.143em;
  vertical-align: text-top;
}

.cp-rating .rating-star-wrap {
  display: inline-block;
  position: relative;
  z-index: -0;
  white-space: nowrap;
}

.cp-rating .rating-star-wrap .rating-star {
  display: inline-block;
  width: 1.143em;
  height: 1.143em;
}

.cp-rating .rating-star-button-wrap {
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.cp-rating .rating-star-button-wrap .btn.btn-default {
  display: inline-block;
  margin: 0;
  width: 0.571em;
  height: 1.143em;
  min-height: 16px;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  overflow: hidden;
  vertical-align: text-top;
  color: transparent;
}

.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 {
  margin: 1px 0 0 5px;
  padding: 0;
  vertical-align: text-top;
  line-height: 1;
}

.cp-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 100%;
  background-color: #fff;
  padding: 0;
}

.cp-card .cp-card-body .info {
  padding: 4px 0 10px;
}

.cp-card.border {
  border: 1px solid #ccc;
}

.cp-card.border .cp-card-body .info {
  padding: 10px 15px;
}

.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-card-image {
  width: 100%;
  background-color: #f2f2f2;
  overflow-y: hidden;
}

.cp-card-image img {
  width: 100%;
}

.cp-card-image.square {
  height: 0;
  padding-bottom: 100%;
}

.cp-card-image.rectangle {
  height: 0;
  padding-bottom: 50%;
}

.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;
}

.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;
}


.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-card-body .creator {
  margin-bottom: auto;
  font-size: 0.75rem;
}

.cp-card-body .card-heading {
  margin: 6px 0 7px;
  line-height: 1.3;
}

.cp-card-body .card-description {
  margin: 8px 0;
}

.cp-card-body .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cp-card-body .card-description,
.cp-card-body .card-tags,
.cp-card-body .card-creator,
.cp-card-body .card-heading {
  word-break: break-word;
}

.cp-card-body .card-tags {
  margin: 10px 0;
  text-transform: uppercase;
  color: #666;
  font-size: 0.75rem;
}

.cp-card-body .card-tags .link-solid-faux-underline {
  color: #02729e;
}

.cp-card-body a.card-tags {
  color: #02729e;
}

.cp-card-section {
  display: block;
  padding: 0;
}

.cp-rating-card .rating-body {
  padding: 10px;
}

.cp-rating-card .rating-body .author-links {
  display: inline-block;
  word-break: break-all;
}

.cp-rating-card .rating-body .cp-rating {
  display: block;
}


/*# sourceMappingURL=RatingCard-2.46.0-alpha.8.1166.css.map*/