/*!
 * Copyright (c) 2016-present, Skillsoft, Inc - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 */
.Link---root---ut7yW {
  color: #0073c4;
  color: var(--lightPrimaryColor);
  cursor: pointer
}

.Link---root---ut7yW:hover,
  .Link---root---ut7yW:focus {
  color: white;
  color: var(--reverseColor);
  background-color: #0073c4;
  background-color: var(--lightPrimaryColor);
}

.Link---focus---LabWS {
  text-decoration: none
}

.Link---focus---LabWS:hover,
  .Link---focus---LabWS:focus {
  color: #151c36;
  color: var(--darkPrimaryColor);
  background: none;
}

.Link---focus---LabWS:hover {
  text-decoration: underline;
}

.Link---noUnderline---Zzytz {
  text-decoration: none;
  border: 2px solid transparent
}

.Link---noUnderline---Zzytz:hover,
  .Link---noUnderline---Zzytz:focus {
  color: #151c36;
  color: var(--darkPrimaryColor);
  background-color: transparent;
}

.Link---clean---NvbEk {
  text-decoration: none
}

.Link---clean---NvbEk:hover,
  .Link---clean---NvbEk:focus {
  color: #151c36;
  color: var(--darkPrimaryColor);
  text-decoration: none;
  background: none;
}

.Link---noBorder---rt84h {
  text-decoration: none;
}

