/* Styles for blocks of certification information
Title of Cert, Overview, Prerequisites, and three steps:
1-Take These Courses, 2-Take These Exams, 3-Earn These Certifications
Use accompanying HTML template
 */

    /* Step 1 block */
    .cert-block div.step1 {
      background: #f9f9f9;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 3px solid #00529b;
      margin-left: 0;
      margin-right: 14px;
      padding: 20px;
    }

    .cert-block .step1 .step-head {
      background: linear-gradient(to bottom, rgba(28, 101, 166, 1) 36%, rgba(8, 62, 124, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      padding: 8px 12px;
      margin: -20px -20px 20px -20px;
    }

    .cert-block .step1 .step-head p {
      color:#fff;
      font-size: 15px;
      font-weight: bold;
    }

    .cert-block .step1 .step-head p span.circle {
      border-radius: 0.9em;
      -moz-border-radius: 0.9em;
      -webkit-border-radius: 0.9em;
      color: #ffffff;
      border: 2px solid #fff;
      display: inline-block;
      font-weight: bold;
      line-height: 1.6em;
      margin-right: 5px;
      text-align: center;
      width: 1.8em;
      margin-left: 3px;
    }

    .cert-block .step1 .step-head h3 {
      color:#fff;
      font-size: 20px;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .cert-block .step1, .cert-block .step2, .cert-block .step3 {
      margin-bottom: 15px;
    }

    /* Steps 2 and 3 blocks */

    .cert-block div.step2, .cert-block div.step3 {
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 3px solid #eeeeee;
      padding: 20px;
      margin-right: 14px;
    }

    .cert-block .step2 .step-head, .cert-block .step3 .step-head {
      background: linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      padding: 8px 12px;
      margin: -20px -20px 20px -20px;
    }

    .cert-block .step2 .step-head p, .cert-block .step3 .step-head p {
      font-size: 15px;
      font-weight: bold;
    }

    .cert-block .step2 .step-head p span.circle, .cert-block .step3 .step-head p span.circle {
      border-radius: 0.9em;
      -moz-border-radius: 0.9em;
      -webkit-border-radius: 0.9em;
      border: 2px solid;
      display: inline-block;
      font-weight: bold;
      line-height: 1.6em;
      margin-right: 5px;
      text-align: center;
      width: 1.8em;
      margin-left: 3px;
    }

    .cert-block .step2 .step-head h3, .cert-block .step3 .step-head h3 {
      font-size: 20px;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .cert-block h4 {
      font-size: 14px;
      color: #00529b;
      font-weight: bold;
    }

    .cert-block p.title-block {
      padding: 15px;
      background: #fff;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 3px solid #eee;
    }

    .cert-block p.certname-block  {
      padding: 15px 15px 65px 15px;
      background: #ebebeb;
      border: 1px solid #eee;
      font-size: 15px;
      font-weight: bold;
      color: #00529b;
      margin-top: 20px;
      background-image: url(/portals/_default/skins/eRev2/Resources/img/cert-ribbon.png); /* change to images/cert-ribbon.png in CSS file */
      background-position: center 85%;
      background-repeat: no-repeat;
    }

    .cert-block p.certname-block a {
      color: #00529b;
      font-size: 15px;
      font-weight: bold;
    }

    .prereq-wrapper {
      border: 1px solid #eee;
      width: 96%;
      margin: 20px 15px 20px 0;
    }

    .prereq-label {
      background: #1dac5c;
      font-size: 15px;
      color: #fff;
      font-weight: bold;
      padding: 16px 16px 16px 20px;
      float: left;
    }

    .prereq-label-arrow {
    float: left;
    width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 12px solid #1dac5c;
    }

    .prereq-list {
      float: left
    }

    .prereq-label span {
      background: #157841;
      border-radius: 0.9em;
      -moz-border-radius: 0.9em;
      -webkit-border-radius: 0.9em;
      color: #1dac5c;
      display: inline-block;
      font-weight: bold;
      line-height: 1.2em;
      margin-right: 5px;
      text-align: center;
      width: 1.2em;
      font-size: 18px;
      margin-right: 10px;
    }

    .prereq-list ul {
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .prereq-list li {
      background-image: url("/Portals/_default/Skins/eRev2/Resources/img/arrow-green-rt.png");
      background-repeat: no-repeat;
	  background-position: 0 15px;
      font-size: 14px;
      list-style: none outside none;
      padding: 13px 0 10px 35px;
      color: #1dac5c;
    }