/* HEADERS */
.twolineheader h2 {
  font-family: "Gotham 4r", sans-serif;
  font-weight: normal;
  color: #7665a0;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 30px; }
.twolineheader h1 {
  margin-top: 0px;
  line-height: 30px;
  font-size: 30px;
  font-family: "Gotham 5r", sans-serif;
  font-weight: normal; }

.coursesheader h1 + h2 {
  margin-top: 10px; }
.coursesheader h2 {
  margin-bottom: 5px; }

#landingpage h3 img.logo,
.course_progress h3 img.logo {
  height: 40px; }

.betatext {
  color: #ff0;
  background-color: #5b6770;
  border-radius: 5px; }

/* COURSEBLOCKS */
.courseblock-span1 {
  width: 60px; }

.courseblock-span2 {
  width: 140px; }

.courseblock-span3 {
  width: 220px; }

.courseblock-span4 {
  width: 300px; }

.courseblock-span5 {
  width: 380px; }

.courseblock-span6 {
  width: 460px; }

.courseblock-span7 {
  width: 540px; }

.courseblock-span8 {
  width: 620px; }

.courseblock-span9 {
  width: 700px; }

.courseblock-span10 {
  width: 780px; }

.courseblock-span11 {
  width: 860px; }

.courseblock-span12 {
  width: 940px; }

.courseblock-tall {
  background-color: white;
  height: 280px;
  border: solid 1px #bbb;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-top: 20px; }
  .courseblock-tall .heading {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px; }
  .courseblock-tall a:hover, .courseblock-tall a:link, .courseblock-tall a:active, .courseblock-tall a:visited {
    text-decoration: none; }
  .courseblock-tall a.whitelink:hover, .courseblock-tall a.whitelink:link, .courseblock-tall a.whitelink:active, .courseblock-tall a.whitelink:visited {
    color: white; }
  .courseblock-tall .imgspan {
    margin: 0 0 5px 0;
    float: left;
    width: 100%; }
  .courseblock-tall h3 {
    margin: 5px 0;
    color: #5b6770;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Gotham 5r", sans-serif;
    font-weight: normal;
    display: block;
    float: left;
    font-size: 24px;
    width: 200px; }
  .courseblock-tall .beta .heading {
    padding-right: 0px; }
  .courseblock-tall .beta .betatitle {
    line-height: 40px;
    width: 135px;
    padding-left: 10px;
    float: left; }
  .courseblock-tall .beta .betatext {
    color: #ff0;
    text-align: center;
    display: block;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #949ca2;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    height: 35px;
    line-height: 40px;
    width: 60px;
    border-radius: 4px;
    margin-right: 2px; }
  .courseblock-tall .smalltext {
    font-size: 13px;
    line-height: 17px;
    margin-left: 10px;
    font-family: "Gotham 4r", sans-serif;
    font-weight: normal;
    color: #5b6770; }
    html[dir=rtl] .courseblock-tall .smalltext {
      padding-right: 10px; }
  .courseblock-tall .audiencebar {
    width: 100%;
    padding: 4px 10px;
    margin: 0;
    bottom: 25px;
    float: left;
    position: absolute; }
  .courseblock-tall .bottombar {
    width: 100%;
    padding: 4px 10px;
    margin: 0;
    bottom: 0;
    float: left;
    position: absolute; }
  .courseblock-tall .audience {
    background-color: #949ca2;
    color: white; }
  .courseblock-tall .continue {
    background-color: #ffb81d;
    color: white; }
  .courseblock-tall .trynow {
    background-color: #b9bf15;
    color: white; }
  .courseblock-tall .printcertificate {
    background-color: #0094ca;
    color: white; }

.courseblock-wide-small {
  background-color: white;
  overflow: hidden;
  position: relative;
  float: left;
  box-sizing: border-box;
  border: solid 1px #bbb;
  border-radius: 5px;
  margin-top: 20px; }
  .courseblock-wide-small .heading {
    width: 280px; }
  .courseblock-wide-small a {
    text-decoration: none; }
  .courseblock-wide-small img {
    box-sizing: content-box;
    float: right; }
  .courseblock-wide-small .imgspan {
    margin-left: 0;
    float: right;
    text-align: right; }
  .courseblock-wide-small h3 {
    margin: 10px 0 0 10px;
    color: #5b6770;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-family: "Gotham 5r", sans-serif;
    float: left;
    width: 94%; }
  .courseblock-wide-small h4 {
    margin-left: 10px;
    color: #5b6770;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: "Gotham 5r", sans-serif;
    float: left; }
    html[dir=rtl] .courseblock-wide-small h4 {
      float: right;
      margin-left: 0px;
      margin-right: 10px; }
  .courseblock-wide-small .smalltext {
    margin-left: 10px;
    font-size: 13px;
    line-height: 17px;
    font-family: "Gotham 4r", sans-serif;
    font-weight: normal;
    color: #5b6770;
    float: left;
    padding-right: 10px; }
  .courseblock-wide-small .audiencebar {
    width: 100%;
    padding: 4px 30px;
    margin: 0;
    bottom: 25px;
    float: left;
    position: absolute; }
  .courseblock-wide-small .bottombar {
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    bottom: 0;
    float: left;
    position: absolute; }
    html[dir=rtl] .courseblock-wide-small .bottombar {
      padding-right: 30px;
      padding-left: 10px; }
  .courseblock-wide-small .bottombartext {
    font-size: 13px;
    line-height: 17px;
    font-family: "Gotham 4r", sans-serif;
    font-weight: normal;
    color: #5b6770;
    float: left;
    padding-left: 10px; }
  .courseblock-wide-small .audience {
    background-color: #949ca2;
    color: white; }
  .courseblock-wide-small .continue {
    background-color: #ffb81d;
    color: white; }
  .courseblock-wide-small .trynow {
    background-color: #b9bf15;
    color: white; }
  .courseblock-wide-small .printcertificate {
    background-color: #0094ca;
    color: white; }
  .courseblock-wide-small .continuelight {
    background-color: #ffdb74;
    color: white; }
  .courseblock-wide-small .trynowlight {
    background-color: #d1d567;
    color: white; }
  .courseblock-wide-small .printcertificatelight {
    background-color: #59b9dc;
    color: white; }
  html[dir=rtl] .courseblock-wide-small {
    float: right; }

.courseblock-wide-large {
  background-color: white;
  height: 250px;
  overflow: hidden;
  position: relative;
  float: left;
  border: solid 1px #bbb;
  border-radius: 5px; }
  .courseblock-wide-large a:hover {
    text-decoration: none; }
  .courseblock-wide-large img {
    box-sizing: content-box; }
  .courseblock-wide-large .imgspan {
    margin-top: 20px;
    float: right; }
  .courseblock-wide-large h3 {
    margin: 10px 0 0 10px;
    color: #5b6770;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-family: "Gotham 5r", sans-serif; }
  .courseblock-wide-large h4 {
    margin: 10px 0 0 10px;
    color: #5b6770;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: "Gotham 5r", sans-serif; }
  .courseblock-wide-large .smalltext {
    margin: 10px 0 0 10px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 17px;
    font-family: "Gotham 4r", sans-serif;
    font-weight: normal;
    color: #5b6770; }
    html[dir=rtl] .courseblock-wide-large .smalltext {
      margin: 10px 10px 0 0; }
  .courseblock-wide-large .betatext {
    color: #ff0;
    background-color: #949ca2;
    border-radius: 4px;
    padding: 0 5px; }
  .courseblock-wide-large .bottombar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    bottom: 0;
    position: absolute;
    font-size: 13px;
    line-height: 17px;
    font-family: "Gotham 4r", sans-serif;
    font-weight: normal;
    color: #5b6770;
    float: left; }
  .courseblock-wide-large .trynow {
    background-color: #b9bf15;
    color: white; }

.courseblock-tall + .courseblock-tall {
  margin-left: 20px; }

.courseblock-wide-small + .courseblock-wide-small {
  margin-left: 20px; }

.courseblock-wide-large + .courseblock-wide-large {
  margin-left: 20px; }

.courseblock-noaction {
  border-bottom: solid 1px #c6cacd; }

/*# sourceMappingURL=course-blocks.css.map */
