.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 {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          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-jacket-cover .drop-shadow {
  box-shadow: 2px 2px 2px #ccc;
}

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

.cp-slider-jacket-cover a {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  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-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% {
    -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;
  fill: currentColor;
  height: 1em;
  transition: -webkit-transform linear .25s;
  transition: transform linear .25s;
  transition: transform linear .25s, -webkit-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 {
  -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 {
  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% {
    -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;
  }
}

[class^='icon-svg-'] {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  transition: -webkit-transform linear .25s;
  transition: transform linear .25s;
  transition: transform linear .25s, -webkit-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 {
  -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-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 {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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 {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25em;
  margin-right: 4px;
}

.cp-button .button__trailing__icon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  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-rating-stars {
  color: #b97d04;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  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-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 {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  color: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 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 {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  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.cp-button {
  color: #666;
  font-weight: 600;
  padding-left: 0;
  text-decoration: none;
}

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

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

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

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

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

.cp-dropdown .dropdown__button_content {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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 {
  padding: 2px;
}

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

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

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

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

.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 {
  font-size: .75rem;
  margin-bottom: auto;
}

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

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

.cp-card-body .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          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 {
  color: #666;
  font-size: .75rem;
  margin: 10px 0;
  text-transform: uppercase;
}

.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.37.0-alpha.8.886.css.map*/