#header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
  background-image: url("../images/bg.png");
  position: relative;
  overflow: hidden; }
  #header h1 {
    font-family: CiscoSans;
    font-size: 38px;
    font-weight: 200;
    text-align: center;
    color: #ffffff; }
  #header p {
    font-family: CiscoSans;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    color: #ffffff; }

#devvie {
  background-image: url(../images/devvie.png);
  width: 322px;
  height: 252.7px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -162px;
  background-size: contain;
  background-repeat: no-repeat; }

#ll-modules {
  padding-top: 43px;
  padding-bottom: 5.5rem; }
  #ll-modules .badge {
    text-align: center; }
    #ll-modules .badge img {
      display: inline-block; }
  #ll-modules .module-title {
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    font-family: CiscoSans;
    font-size: 30px;
    line-height: 1.17;
    color: #525252; }
  #ll-modules .lab {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    padding: 16px;
    margin-bottom: 20px; }
  #ll-modules .lab-header {
    display: flex; }
  #ll-modules .lab-status {
    display: inline-block;
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url("../images/not-done.svg");
    flex-shrink: 0;
    flex-basis: 16px; }
  #ll-modules .lab-status-complete {
    background-image: url("../images/done.png"); }
  #ll-modules .lab-title {
    font-family: CiscoSans;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    color: #525252;
    margin-left: 12px; }
  #ll-modules .lab-description {
    margin: 20px 0;
    min-height: 54px;
    font-size: 13px;
    line-height: 1.29;
    text-align: left;
    color: #525252; }
  #ll-modules .lab-type-beginner {
    display: inline-block;
    width: 78px;
    height: 14px;
    background-image: url("../images/beginner.svg");
    background-repeat: no-repeat;
    background-position: center; }
  #ll-modules .lab-type-intermediate {
    display: inline-block;
    width: 95px;
    height: 14px;
    background-image: url("../images/intermediate.png");
    background-repeat: no-repeat;
    background-position: center; }
  #ll-modules .lab-info {
    display: flex;
    justify-content: space-between; }
  #ll-modules .lab-action a {
    background-image: url("../images/start-lab.png");
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 27px;
    font-family: CiscoSans;
    font-size: 20px;
    font-weight: 200;
    text-align: right;
    color: #049fd9;
    padding-right: 36px; }
    #ll-modules .lab-action a:hover, #ll-modules .lab-action a:visited, #ll-modules .lab-action a:active {
      text-decoration: none; }

/*# sourceMappingURL=index.css.map */
