/* line 25, ../client/app/global/views/styles/_colors.scss */
.progress-green {
  color: #3aba75;
}

/* line 4, catalog.scss */
.pw-modal-window.course-trailer {
  width: 740px;
  text-align: center;
  background-color: #000;
}

/* line 11, catalog.scss */
#school-image {
  text-align: center;
}

/* line 15, catalog.scss */
#course-details-container {
  padding: 0px 20px;
  margin-bottom: 40px;
}

/* line 20, catalog.scss */
#course-details {
  overflow: visible;
}

/* line 24, catalog.scss */
#catalog-pages {
  position: relative;
}

/* line 28, catalog.scss */
.catalog-nav-wrap {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0px;
}
/* line 33, catalog.scss */
.catalog-nav-wrap #catalog-nav {
  width: 180px;
  margin: 0px auto;
}
/* line 36, catalog.scss */
.catalog-nav-wrap #catalog-nav a {
  padding: 3px 12px;
  color: #999;
}
/* line 40, catalog.scss */
.catalog-nav-wrap #catalog-nav a.selected {
  color: #0d71fb;
}

/* line 47, catalog.scss */
#catalog-courses {
  overflow: auto;
  width: 71.7%;
  /* 717/960 */
  min-height: 520px;
}

/* line 53, catalog.scss */
#school-image img {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 1px 1px #bfbfbf;
  -moz-box-shadow: 0px 2px 1px 1px #bfbfbf;
  box-shadow: 0px 2px 1px 1px #bfbfbf;
}

/* line 60, catalog.scss */
#school-feature {
  min-height: 200px;
  background-size: cover;
  max-width: 100%;
  background-position: center top;
  overflow: auto;
}

/* line 68, catalog.scss */
.feature-col {
  margin-bottom: 40px;
}
/* line 70, catalog.scss */
.feature-col h3 {
  margin-bottom: 10px;
}

/* @group FAQs */
/* line 78, catalog.scss */
#faq-content li {
  margin-bottom: 30px;
}

/* line 82, catalog.scss */
#faq-content h2 {
  background-color: #e9e8e8;
  font-size: 1.3em;
  padding: 10px 10px;
  color: #333;
  margin-bottom: 30px;
}

/* line 90, catalog.scss */
#faq-content h3 {
  font-size: 1.6em;
  line-height: 1em;
}

/* line 95, catalog.scss */
#faq-content h3 a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  line-height: 22px;
}

/* @end */
/* line 4, includes/_course-thumb.scss */
.course-thumb {
  overflow: hidden;
  position: relative;
  width: 188px;
  height: 245px;
  float: left;
  background-color: #e9e8e8;
  margin-right: 34px;
  margin-bottom: 34px;
  border: 1px solid #c5c7c7;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 18, includes/_course-thumb.scss */
.course-thumb.pending-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10000;
  text-align: center;
  line-height: 190px;
  color: #fff;
}
/* line 31, includes/_course-thumb.scss */
.course-thumb div.course-link {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
  text-align: center;
}
/* line 39, includes/_course-thumb.scss */
.course-thumb.admin {
  height: 285px;
}
/* line 42, includes/_course-thumb.scss */
.course-thumb.admin .class-status {
  height: 40px;
  line-height: 40px;
  background-color: #ddd;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 51, includes/_course-thumb.scss */
.course-thumb.admin .class-status i {
  font-size: 1.2em;
  vertical-align: middle;
}
/* line 55, includes/_course-thumb.scss */
.course-thumb.admin .class-status span {
  margin-left: 5px;
  vertical-align: middle;
}
/* line 62, includes/_course-thumb.scss */
.course-thumb.admin div.course-link {
  bottom: 40px;
}
/* line 68, includes/_course-thumb.scss */
.course-thumb:hover {
  background-color: #f3f3f3;
  border: 1px solid #afafaf;
}
/* line 73, includes/_course-thumb.scss */
.course-thumb img {
  margin-top: 10px;
  margin-bottom: 5px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 109, catalog.scss */
.course-info {
  height: 93px;
  overflow: hidden;
}
/* line 113, catalog.scss */
.course-info h2 {
  font-size: 1.1em;
  line-height: 17px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  width: 80%;
  margin: 0px auto;
  max-height: 68px;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
}

/* line 133, catalog.scss */
div.teacher {
  clear: both;
  display: block;
  padding-top: 4px;
}

/* line 139, catalog.scss */
#course-info .teacher img {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 148, catalog.scss */
div.share-buttons {
  zoom: 1;
}
/* line 150, catalog.scss */
div.share-buttons .fb-like {
  vertical-align: top;
  margin: 0 10px 0 0;
  float: left;
}
/* line 155, catalog.scss */
div.share-buttons iframe {
  margin: 0px;
  padding: 0px;
}

/* line 161, catalog.scss */
#course-info .teacher span {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 166, catalog.scss */
#course-info .teacher p {
  float: left;
}

/* line 170, catalog.scss */
#course-header {
  position: relative;
  padding: 20px 60px;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 175, catalog.scss */
#course-header .course-image {
  display: inline-block;
  min-height: 200px;
  width: 250px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 182, catalog.scss */
#course-header .course-image img {
  max-width: 99%;
}
/* line 187, catalog.scss */
#course-header .course-detail {
  padding: 0px 20px;
  display: inline-block;
  min-height: 200px;
  vertical-align: top;
  max-width: 65%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 198, catalog.scss */
#course-header h3.by-line {
  font-style: italic;
  font-size: 1em;
  margin-top: 17px;
}

/* line 214, catalog.scss */
#course-enrollment ul.enrollment-options li div.class-admin-details {
  background-color: #ebebeb;
  padding: 5px 20px;
}
/* line 218, catalog.scss */
#course-enrollment ul.enrollment-options li div.class-admin-details span.label.public {
  background-color: #286e29;
}
/* line 224, catalog.scss */
#course-enrollment ul.enrollment-options li div.class-admin-details .archive-class-section {
  float: right;
  color: #999;
}
/* line 227, catalog.scss */
#course-enrollment ul.enrollment-options li div.class-admin-details .archive-class-section:hover {
  color: #333;
  text-decoration: none;
}
/* line 237, catalog.scss */
#course-enrollment .toggle-show-archived {
  display: block;
  text-align: center;
  padding: 20px 0px;
  color: #666;
  font-size: 1.3em;
}
/* line 243, catalog.scss */
#course-enrollment .toggle-show-archived:hover {
  text-decoration: none;
  color: #333;
}
/* line 249, catalog.scss */
#course-enrollment .unlisted-class-message {
  font-size: 1.2em;
}

/* line 254, catalog.scss */
div.enrollment-detail {
  overflow: auto;
}

@media only screen and (max-width: 960px) {
  /* line 260, catalog.scss */
  #course-header {
    padding: 10px 20px;
    text-align: center;
  }
  /* line 263, catalog.scss */
  #course-header .course-detail {
    max-width: 100%;
    text-align: left;
  }

  /* line 269, catalog.scss */
  #course-enrollment {
    padding: 15px;
  }
}
/* line 278, catalog.scss */
div#course-outline-container {
  margin-top: 30px;
  background-color: #ebebeb;
  padding: 10px 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
/* line 285, catalog.scss */
div#course-outline-container .course-outline-edit {
  text-align: center;
}
/* line 289, catalog.scss */
div#course-outline-container h3 {
  text-align: center;
  vertical-align: middle;
  color: #666;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
}

/* line 302, catalog.scss */
#course-info ul.course-sections li h3,
#course-info ul.course-sections li h4 {
  font-weight: normal;
  font-size: 1.1em;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  color: #666;
}

/* line 311, catalog.scss */
#course-info ul.course-sections li h3.section {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 10px 0px;
  font-size: .8em;
  color: #666;
}

/* line 322, catalog.scss */
ul.course-groups {
  margin: 0px;
  padding: 0px;
}
/* line 326, catalog.scss */
ul.course-groups > li.course-group {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 0px;
  border-bottom: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 336, catalog.scss */
ul.course-groups > li.course-group p {
  font-size: .8em;
  color: #828282;
}

/* line 343, catalog.scss */
#course-info ul.course-sections li h4 {
  padding: 0px;
  font-weight: bold;
}

/* line 348, catalog.scss */
ul.course-assignments {
  margin-bottom: 10px;
}
/* line 350, catalog.scss */
ul.course-assignments li {
  border-bottom: 1px solid #ebebeb;
}
/* line 352, catalog.scss */
ul.course-assignments li h5 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  color: #666;
  line-height: 2em;
}

/* line 362, catalog.scss */
#course-info ul.course-sections li.closed h4 {
  background: url(../img/button-icons.png) no-repeat -8px -2px;
}

/* line 366, catalog.scss */
#course-info ul.course-sections li.open h4 {
  background: url(../img/button-icons.png) no-repeat -8px -34px;
}

/* line 370, catalog.scss */
.assignment-type {
  display: inline-block;
  width: 40px;
  font-size: .7em;
  margin-right: 5px;
  text-transform: uppercase;
  color: #333;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 383, catalog.scss */
#course-info ul.course-sections li i {
  position: relative;
  font-size: 14px;
  top: 3px;
}

/* line 390, catalog.scss */
div.course-link a {
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  padding: 3px 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d6d4d4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6d4d4 0%, #c9c9c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d4d4), color-stop(100%, #c9c9c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d4d4 0%, #c9c9c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d4d4 0%, #c9c9c9 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d6d4d4 0%, #c9c9c9 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d4d4', endColorstr='#c9c9c9',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #d6d4d4 0%, #c9c9c9 100%);
  /* W3C */
}

/* line 411, catalog.scss */
.course-info p {
  font-size: .8em;
  margin: 0px;
  border-top: 1px solid #f1f2f3;
}

/* @end */
/* @group Subscribe Thank You Page */
/* line 423, catalog.scss */
div.column.two-thirds.right ol {
  margin-bottom: 15px;
}

/* line 427, catalog.scss */
div.column.two-thirds.right ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

/* @end */
/* @group Course Detail (Catalog & Dash) */
/* @group Subscription course page styles */
/* line 444, catalog.scss */
div.subscription-ad.catalog {
  margin-top: 0px;
  margin-bottom: 34px;
  padding: 8px 15px;
  background-color: #e9e8e8;
  border-color: #c5c7c7;
  width: 94%;
}

/* line 453, catalog.scss */
div.subscription-ad.catalog.top {
  width: 90%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding-right: 50px;
  padding-left: 50px;
}

/* line 462, catalog.scss */
div.subscription-ad {
  position: relative;
  background-color: #d5d3d3;
  margin-top: 30px;
  border: 1px solid #bec0c0;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #fff;*/
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 15px;
}

/* line 476, catalog.scss */
div.subscription-ad div.subscribe-image-container {
  float: left;
  text-align: center;
  height: 100%;
  margin-top: 0px;
  margin-right: 10px;
}

/* condensed version styles */
/* line 493, catalog.scss */
div.subscription-ad-condensed {
  position: relative;
  background-color: #cdcccc;
  margin-top: 30px;
  border: 1px solid #bec0c0;
  margin-bottom: 30px;
  /*border-bottom: 1px solid #fff;*/
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 20px;
}

/* line 507, catalog.scss */
div.subscription-ad-condensed div.subscribe-info p img.school-subscribe {
  vertical-align: middle;
  margin-right: 10px;
}

/* line 513, catalog.scss */
div.subscription-ad-condensed div.subscribe-info {
  text-align: center;
}

/* line 517, catalog.scss */
div.subscription-ad-condensed div.subscribe-info p {
  margin: 0px;
  font-size: 1.1em;
}

/* line 522, catalog.scss */
div.subscription-ad-condensed div.subscribe-info a {
  color: #1e1e1e;
  text-decoration: none;
}

/* @end */
/* line 534, catalog.scss */
#course-create-form #id_name {
  width: 250px;
}

/* line 538, catalog.scss */
button#add-course-button {
  position: absolute;
  right: 20px;
  top: 30px;
}

/* line 544, catalog.scss */
.new-class-option {
  padding: 20px;
  background-color: #ebebeb;
  text-align: center;
  border: 1px solid #d4d4d4;
}
/* line 549, catalog.scss */
.new-class-option a {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}
/* line 553, catalog.scss */
.new-class-option a:hover {
  text-decoration: none;
}
/* line 555, catalog.scss */
.new-class-option a i {
  vertical-align: middle;
}
/* line 559, catalog.scss */
.new-class-option p {
  margin: 0px;
}

/* line 562, catalog.scss */
#course-create-form div.box.row {
  width: 93%;
  margin-bottom: 15px;
  text-align: left;
}

/* line 568, catalog.scss */
#course-enrollment {
  background-color: #e9e8e8;
  position: relative;
  overflow: auto;
  border: 1px solid #d4d4d4;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 578, catalog.scss */
#course-enrollment p.italic-serif {
  margin-top: 35px;
  font-size: 1.2em;
  margin-bottom: 35px;
}

/* line 584, catalog.scss */
.course-image {
  text-align: center;
}

/* line 588, catalog.scss */
.course-image img {
  max-width: 100%;
}

/* line 593, catalog.scss */
.course-image.no-image {
  height: 100px;
  padding-top: 30px;
}

/* line 599, catalog.scss */
.arrow-container {
  position: relative;
  z-index: 1000000000000;
}

/* line 604, catalog.scss */
#enrollment-top-arrow {
  position: absolute;
  top: -14px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  /* left arrow slant */
  border-right: 15px solid transparent;
  /* right arrow slant */
  border-bottom: 15px solid #e9e8e8;
  /* bottom, add background color here */
  font-size: 0px;
  line-height: 0px;
  left: 135px;
}

/* line 617, catalog.scss */
#enrollment-top-arrow-border {
  position: absolute;
  top: -16px;
  width: 0px;
  height: 0px;
  border-left: 17px solid transparent;
  /* left arrow slant */
  border-right: 17px solid transparent;
  /* right arrow slant */
  border-bottom: 17px solid #d4d4d4;
  /* bottom, add background color here */
  font-size: 0px;
  line-height: 0px;
  left: 133px;
}

/* header used to label the class options or separate subscriptions (e.g., "Join a Class" */
/* line 631, catalog.scss */
div.spanning-headline {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: url(../img/course/section-bg.png) repeat-x 0 0;
  margin-bottom: 20px;
}

/* line 640, catalog.scss */
div.spanning-headline.white {
  margin-bottom: 5px;
  margin-top: 5px;
  background: url(../img/course/section-bg.png) repeat-x 0 2px;
}

/* line 646, catalog.scss */
div.spanning-headline.white span {
  background-color: #fff;
  font-style: italic;
  font-family: "ProximaNova-RegularIt", "Times New Roman", Times, serif;
  padding-right: 5px;
  padding-left: 5px;
  color: #5f5f5f;
}

/* line 655, catalog.scss */
div.spanning-headline h2 {
  background-color: #e9e8e8;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.2em;
}

/* line 663, catalog.scss */
div.subscribe-info h2 {
  color: #383838;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 672, catalog.scss */
a.toggle {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/button-icons.png) -8px -42px;
}

/* line 681, catalog.scss */
.enrollment-title a.toggle {
  float: left;
  margin-top: 18px;
}

/* line 686, catalog.scss */
.closed a.toggle {
  background: url(../img/button-icons.png) -8px -9px;
}

/* line 690, catalog.scss */
ul.enrollment-options > li {
  position: relative;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  border-bottom: 2px solid #d4d4d4;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 701, catalog.scss */
div.course-image-container {
  position: absolute;
  width: 197px;
  height: 151px;
  left: 20px;
}

/* line 708, catalog.scss */
.course-image.no-image img {
  width: auto;
}

/* line 712, catalog.scss */
.course-image.catalog {
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
}

/* line 718, catalog.scss */
.course-image.catalog img {
  max-width: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 8px #999;
}

/* line 724, catalog.scss */
#course-header .column.two-thirds.right {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 729, catalog.scss */
.course-image-frame {
  width: 237px;
  height: 170px;
  position: relative;
}

/* line 735, catalog.scss */
.course-image-frame-overlay {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 237px;
  height: 170px;
  background-image: url(../img/catalog/course-photo-frame.png);
}

/* line 744, catalog.scss */
.enrollment-features ul li, div#course-header ul li {
  padding-left: 19px;
  background: url(../img/bullet-images.png) no-repeat -9px -4px;
}

/* line 749, catalog.scss */
ul.enrollment-options > li div.inner-content {
  color: #313131;
}

/* line 758, catalog.scss */
ul.enrollment-options li .enrollment-title {
  padding: 0px 10px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  overflow: hidden;
  height: 50px;
  line-height: 52px;
  position: relative;
  text-align: right;
}

/* line 769, catalog.scss */
ul.enrollment-options > li.closed .enrollment-title {
  border: 0px;
}

/* line 773, catalog.scss */
ul.enrollment-options li h3 {
  display: inline;
  font-weight: bold;
  font-size: 1.2em;
  color: #373737;
  float: left;
  line-height: 50px;
  padding-left: 10px;
  margin: 0px;
}

/* line 784, catalog.scss */
div.enrollment-price-container {
  border-right: 1px dashed #d4d4d4;
  margin-bottom: 20px;
}

/* line 789, catalog.scss */
div.enrollment-price {
  line-height: 1.8em;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 798, catalog.scss */
ul.enrollment-options li span.class-dates {
  display: inline-block;
  line-height: 15px;
  padding: 6px 6px 6px 28px;
  color: #373737;
  font-size: .9em;
  background: url(../img/course/assignment-icons.png) no-repeat 6px -366px;
  /*background-color: #f0f0f0;*/
}

/* line 809, catalog.scss */
ul.enrollment-options li span.class-price {
  display: inline-block;
  line-height: 15px;
  padding: 6px 6px 6px 12px;
  color: #373737;
  font-size: .9em;
}

/* line 817, catalog.scss */
ul.enrollment-options li span.class-price strong {
  font-size: 1.3em;
}

/* line 821, catalog.scss */
div.enrollment-price a.hover-btn {
  margin-top: 7px;
  width: 120px;
  height: 24px;
  position: relative;
}
/* line 827, catalog.scss */
div.enrollment-price a.hover-btn span {
  line-height: 19px;
}

/* line 832, catalog.scss */
div.enrollment-price a.hover-btn {
  overflow: hidden;
}

/* line 836, catalog.scss */
div.enrollment-price a.hover-btn span {
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 100%;
  text-align: center;
}

/* line 845, catalog.scss */
a#register-now.btn.ico-left {
  padding-left: 46px;
  width: 120px;
}

/* line 850, catalog.scss */
#course-info {
  padding: 30px 30px;
}

/* line 855, catalog.scss */
span.price strong {
  font-size: 1.8em;
  font-weight: bold;
  color: #7ca146;
  margin-left: -2px;
}

/* line 862, catalog.scss */
span.seats {
  display: block;
}

/* line 866, catalog.scss */
.subscribe-prompt {
  color: #313131;
  text-decoration: none;
  font-style: normal;
}
/* line 870, catalog.scss */
.subscribe-prompt a.btn {
  margin-top: 10px;
  position: relative;
  padding: 8px 12px;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 876, catalog.scss */
.subscribe-prompt a.btn img {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 5px;
  top: 5px;
}

/* line 888, catalog.scss */
.subscribe-prompt strong {
  /*background-color: #fdf8d2;*/
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 898, catalog.scss */
#registration-form-container .subscribe-prompt {
  margin-bottom: 20px;
}
/* line 902, catalog.scss */
#registration-form-container .spanning-headline {
  margin-top: 40px;
}
/* line 904, catalog.scss */
#registration-form-container .spanning-headline span {
  background-color: #e9e8e8;
}

/* line 913, catalog.scss */
span.price.subscribed, span.price.subscribed strong {
  color: #afafaf;
  text-decoration: line-through;
}

/* line 918, catalog.scss */
img.subscribe-button {
  position: absolute;
  top: 3px;
  left: 8px;
}

/* @end */
/* @group EMBEDDED FORM STYLES (register, school setup, etc.) TODO: move to base form class?*/
/* line 930, catalog.scss */
div.field.textbox.secure {
  padding-left: 30px;
  background: #feffff url(../img/button-icons.png) no-repeat 0 -328px;
}

/* line 935, catalog.scss */
div.field.textbox.secure label {
  padding-left: 30px;
}

/* line 939, catalog.scss */
div.box.row.margin-top {
  margin-top: 8px;
}

/* @group User Signup */
/* line 947, catalog.scss */
#group-enroll-options p {
  font-size: .9em;
  margin-bottom: 0px;
}

/* @end */
/* line 955, catalog.scss */
a.more-link {
  font-weight: normal;
  font-style: normal;
  font-size: .6em;
  margin-left: 5px;
  padding-left: 30px;
  background: url(../img/button-icons.png) no-repeat 0 -9px;
  color: #686868;
}

/* line 965, catalog.scss */
a#discount-code-link {
  display: inline-block;
  background: #f4f4f4 url(../img/button-icons.png) no-repeat 4px -393px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px 6px 35px;
}

/* line 973, catalog.scss */
div.discount-code {
  margin: 15px 50px;
}

/* line 979, catalog.scss */
#id_coupon_code {
  width: 150px;
}

/* line 983, catalog.scss */
#user-registration-form div#group-enroll-options {
  border-top: 1px solid #f2f4f4;
}

/* line 987, catalog.scss */
#registration-form {
  width: 484px;
}

/* line 991, catalog.scss */
#register-header {
  position: relative;
}

/* line 997, catalog.scss */
.fb-login-container p.subtle {
  margin-top: 10px;
}

/* line 1003, catalog.scss */
#register-header h1,
#register-header p {
  margin-bottom: 10px;
}

/* line 1007, catalog.scss */
#register-header p {
  color: #333;
}

/* line 1011, catalog.scss */
div.form-group.tip {
  position: relative;
}

/* line 1015, catalog.scss */
p.form-tip {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-left: 80px;
  max-width: 300px;
  margin: 0px;
}

/* line 1026, catalog.scss */
#pay-now-container {
  position: relative;
}

/* line 1030, catalog.scss */
#pay-now-container img {
  position: absolute;
  right: -20px;
  top: -20px;
  vertical-align: top;
}

/* Credit Card form styles */
/* line 1040, catalog.scss */
#id_cc {
  width: 193px;
}

/* line 1046, catalog.scss */
#creditcardform .card img {
  opacity: 0.2;
  margin: -4px 3px 0 3px;
}

/* @end */
/* @group Settings Form */
/* line 1053, catalog.scss */
#frmCourseDescription #id_name {
  width: 455px;
}

/* line 1059, catalog.scss */
a#course-category-new-link {
  display: inline;
  position: absolute;
  right: -100px;
  top: 0px;
}

/* line 1068, catalog.scss */
div.course-info a.icon.settings {
  position: absolute;
  top: 13px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #afafaf;
  visibility: hidden;
}

/* line 1077, catalog.scss */
div.course-thumb:hover div.course-info a.icon.settings {
  visibility: visible;
}

/* @end */
/* @group Social Sharing */
/* line 1087, catalog.scss */
div.share-links {
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e9e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #e9e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #e9e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #e9e8e8 100%);
  /* IE10+ */
  background: linear-gradient(top, #f4f4f4 0%, #e9e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e8e8',GradientType=0 );
  /* IE6-9 */
}

/* line 1108, catalog.scss */
div.share-link-wrapper {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  max-width: 90px;
}

/* line 1115, catalog.scss */
div.share-link-wrapper.label {
  color: #666;
  font-family: "ProximaNova-RegularIt";
  text-decoration: none;
  margin-right: 10px;
}

/* @end */
/* line 1125, catalog.scss */
#payment-errors {
  margin: 10px 0px;
}

/* line 1129, catalog.scss */
#catalog-pages h1 {
  display: inline-block;
  margin: 0px;
}
